@charset "UTF-8";


/* =============================================
 common
============================================= */
.l-main {
    width: 100%;
    overflow: hidden;
    font-family: "m-plus-1p", sans-serif;
    font-style: normal;
    font-weight: normal;
    padding-top: clamp(70px, 3vw, 90px);
}

p {
    line-height: 1.6;
}

section {
    padding-bottom: clamp(50px, 10vw, 140px);
}

.section-ttl {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    color: #0984f0;
    margin-bottom: 30px;
    line-height: 1;
}

.section-ttl::before,
.section-ttl::after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 25px;
    background: #0984f0;
    position: absolute;
    top: 0;
}

.section-ttl::before {
    transform: rotate(-30deg);
    left: -1em;
}

.section-ttl::after {
    transform: rotate(30deg);
    right: -1em;
}

a.section-btn {
    display: block;
    color: #ffffff;
    background: linear-gradient(90deg, #0084ff, #1a91ff);
    font-weight: bold;
    font-size: clamp(18px, 2vw, 24px);
    width: 90%;
    max-width: 410px;
    padding: 18px 24px;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(0, 132, 255, 0.2);
    box-sizing: border-box;
    transition: all 0.3s ease;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

a.section-btn::after {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230084ff'%3E%3Cpath d='M16.01 11H4v2h12.01v3L20 12l-3.99-4v3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    position: absolute;
    right: 17px;
}
.float-wrapper{
    display: none !important;
}

@media screen and (min-width: 1028px) {
    a.section-btn {
        font-size: 24px;
        padding: 22px 30px;
        border-radius: 22px;
        transition: ease .2s ;
    }
    a.section-btn:hover{
        transform: scale(1.05);
    }

    a.section-btn::after {
        width: 32px;
        height: 32px;
        background-size: 18px;
        right: 25px;
    }
}

@media screen and (min-width: 768px) {
    .section-ttl {
        font-size: 22px;
    }
}

@media screen and (min-width: 1028px) {
    .section-ttl {
        font-size: 30px;
    }
}

/* =============================================
   main
============================================= */
.section-main {
    background-image: url("/img/rental/campaign/buddycom/main-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    /* 画面幅に応じてパディングを動的に変更 (15px &#12316; 60px) */
    padding: clamp(40px, 5vw, 60px) 20px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.main-inner {
    max-width: 1290px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: clamp(30px, 7.1vw, 120px) clamp(30px, 7.1vw, 120px) 0 0;
    padding: clamp(40px, 2.9vw, 50px) clamp(15px, 6.9vw, 100px) clamp(80px, 10vw, 140px);
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.main-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main-left {
    width: 55%;
    position: relative;
    text-align: center;
}

.main-label {
    display: inline-block;
    background-color: #ff5e7e;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
    letter-spacing: .05em;
}

.main-copy-sub {
    color: #ff5e7e;
    font-size: clamp(18px, 1.6vw, 27px);
    font-weight: bold;
    margin-bottom: 10px;
}

.main-copy {
    font-size: clamp(28px, 3.4vw, 54px);
    font-weight: bold;
    color: #ff5e7e;
    line-height: 1.3;
    margin-bottom: 25px;
}

.main-copy span.big {
    font-size: clamp(40px, 5vw, 70px);
    letter-spacing: -.1em;
}

.main-copy span.small {
    font-size: 40%;
}

.main-plan {
    font-size: clamp(18px, 2.3vw, 30px);
    font-weight: bold;
    margin-bottom: clamp(25px, 3vw, 40px);
}

.main-plan span {
    display: inline-block;
    font-size: 120%;
}

.main-plan span.line {
    background: linear-gradient(transparent 70%, #fff11a 70%);
}

.main-left {
    position: relative;
}

.main-left-img {
    position: absolute;
    top: -20px;
    right: -20px;
    width: clamp(100px, 14vw, 200px);
    height: auto;
    pointer-events: none;
}

.main-img {
    max-width: 300px;
}

.main-right {
    width: 40%;
    text-align: right;
    position: relative;
}

.main-right img {
    max-width: 100%;
    height: auto;
}

.main-time {
    position: absolute;
    top: clamp(-30px, -2.3vw, -40px);
    right: clamp(-40px, 3.5vw, -60px);
    width: clamp(115px, 13vw, 230px);
    height: clamp(115px, 13vw, 230px);
    background-color: #fcf050;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: clamp(16px, 2vw, 26px);
    line-height: 1.2;
    color: #0984f0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
    text-align: center;
    padding-top: 10px;
}

.main-time span.week {
    display: inline-block;
    color: #fcf050;
    font-weight: bold;
    position: relative;
    z-index: 0;
    margin-top: 10px;
}

.main-time span.week::before {
    content: '';
    width: clamp(30px, 3.1vw, 53px);
    height: clamp(30px, 3.1vw, 53px);
    border-radius: 50%;
    background: #0984f0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.main-time span.big {
    font-size: clamp(30px, 4vw, 50px);
}

@media screen and (min-width: 767px) {
    .main-left {
        text-align: left;
    }

    .main-copy {
        text-align: center;
    }

    .main-copy-wrapper {
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1028px) {
    .main-copy-wrapper {
        width: 95%;
    }
}
@media screen and (min-width: 1200px) {
    .main-img {
        max-width: 390px;
    }
}

/* ==========================================
   下部：POINTセクション
   ========================================== */
.main-point {
    text-align: center;
    padding-top: clamp(40px, 4vw, 70px);
}

.main-point-ttl {
    font-size: clamp(20px, 1.6vw, 27px);
    margin-bottom: 30px;
    left: auto;
    transform: translateX(0);
}

.main-point-list {
    display: flex;
    justify-content: space-between;
    gap: clamp(30px, 2vw, 38px);
    max-width: 800px;
    margin: 0 auto;
}

.point-card {
    width: 50%;
    position: relative;
    background-color: #fff6d6;
    border: 2px solid #0084ff;
    border-radius: 12px;
    padding: clamp(25px, 3vw, 50px) 0;
    box-sizing: border-box;
}

.point-card::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 2px;
    background: #fff6d6;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
}

.point-num {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    color: #0084ff;
    font-size: clamp(24px, 2.5vw, 40px);
    font-weight: bold;
    letter-spacing: 0.05em;
    font-family: "Montserrat", sans-serif;
}

.point-card-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(15px, 1.5vw, 25px);
    text-align: left;
}

.point-card-img {
    width: clamp(50px, 4.5vw, 70px);
    height: clamp(50px, 4.5vw, 70px);
    margin: 0;
    flex-shrink: 0;
}

.point-card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.point-card p {
    font-size: clamp(18px, 1.6vw, 24px);
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
}

.point-card p strong {
    color: #0084ff;
    font-size: clamp(22px, 1.8vw, 30px);
    font-weight: bold;
    border-bottom: 1px solid #0084ff;
    display: inline-block;
}

@media screen and (max-width: 766px) {

    .main-content {
        flex-direction: column;
        align-items: center;
    }

    .main-left {
        width: 100%;
        margin-bottom: 30px;
    }

    /* スマホ時にヘッドセットの位置を中央に戻す */
    .main-left>img {
        position: static;
        display: block;
        margin: 0 auto 20px;
    }

    .main-right {
        width: 70%;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .main-point-list {
        flex-direction: column;
        gap: 25px;
    }

    .point-card {
        width: 100%;
    }
}

@media screen and (min-width: 767px) {
    .main-point-list {
        max-width: 1050px;
    }
}

@media screen and (min-width: 1028px) {
    .point-num {
        top: -25px;
    }
}

/* =============================================
   service
============================================= */
section.section-service {
    background: #edf6fb;
    padding-bottom: 40px;
}


.service-lead {
    position: relative;
    background: #fff;
}

.service-lead-txt {
    font-size: clamp(1.3rem, 3vw, 34px);
    font-weight: bold;
    text-align: center;
    margin-bottom: clamp(20px, 2vw, 30px);
}

.service-lead::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 100%;
    height: 100px;
    background: #fff;
    clip-path: polygon(0 0,
            50% 70%,
            100% 0);
    z-index: 0;
}

.service-lead-img-wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 90%;
    margin: 0 auto;
}

.service-lead-img {
    position: relative;
}

.service-lead-img.img01,
.service-lead-img.img04 {
    width: clamp(110px, 11vw, 200px);
}

.service-lead-img.img02,
.service-lead-img.img03 {
    width: clamp(180px, 18.4vw, 310px);
}

/* down  */
.service-wrapper {
    position: relative;
    z-index: 1;
    padding-top: 5em;
}

.service-img {
    width: 100%;
    margin: 0 auto 50px;
}

.service-txt {
    font-weight: bold;
    color: #0084ff;
    font-size: clamp(18px, 2vw, 26px);
    text-align: center;
}

.service-txt span {
    font-size: 120%;
    text-decoration: underline;
}

@media screen and (min-width: 767px) {
    .service-container {
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(100% + 10px);
        margin: 0 -5px;
        align-items: center;
    }

    .service-img {
        text-align: left;
        max-width: calc((100% / 12) * 7.5);
        flex-basis: calc((100% / 12) * 7.5);
    }

    .service-txt {
        text-align: left;
        max-width: calc((100% / 12) * 4.5);
        flex-basis: calc((100% / 12) * 4.5);
    }

    .service-lead-img-wrapper {
        gap: 30px;
    }

    .service-lead-img.img02 {
        top: 35px;
    }

    .service-lead-img.img03 {
        top: 50px;
    }
}

/* =============================================
   campaign
============================================= */

/* --- セクション全体の背景色（画像に合わせた淡いベージュ） --- */
.section-campaign {
    background-color: #fff8d7;
    overflow: hidden;
    padding-top: 40px;
}

.section-campaign .section-content {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

/* --- メインボード（方眼紙背景の白い箱） --- */
.campaign-main-board {
    background-color: #ffffff;
    /* CSSで方眼紙のマス目模様を再現 */
    background-image:
        linear-gradient(#f9f9f9 1px, transparent 1px),
        linear-gradient(90deg, #f9f9f9 1px, transparent 1px);
    background-size: 20px 20px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-bottom: clamp(40px, 6vw, 60px);
    border: 1px solid #d0dfeb;
}

/* 青いヘッダー */
.campaign-header {
    background-color: #0084ff;
    color: #ffffff;
    text-align: center;
    padding: clamp(15px, 2vw, 25px) 10px;
    border-radius: 15px 15px 0 0;
    position: relative;
}

.campaign-header .section-ttl {
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.05em;
    color: #fcf050;
    left: auto;
    transform: translateX(0);
}

.campaign-header .section-ttl::before,
.campaign-header .section-ttl::after {
    background: #fcf050;
}

/* ボードの内側コンテンツ */
.campaign-body-inner {
    padding: clamp(30px, 5vw, 50px) 15px;
    text-align: center;
    position: relative;
    z-index: 2;
}

/* ロゴ・テキスト並び */
.campaign-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: clamp(35px, 3vw, 50px);
}

.logo-placeholder {
    padding: 2px 12px;
    border-radius: 10px;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 13%);
}

@media screen and (max-width: 766px) {
    .logo-placeholder {
        width: 18%;
    }
}

.logo-cross {
    color: #b3b3b3;
    font-size: 14px;
}

.logo-blue-text {
    color: #0084ff;
    font-weight: 700;
    font-size: clamp(16px, 2vw, 22px);
    margin-left: 5px;
}

/* メインタイトル */
.campaign-main-ttl {
    font-size: clamp(20px, 3vw, 26px);
    color: #2f2e33;
    font-weight: 700;
    line-height: 2;
    margin: 0 0 30px 0;
    position: relative;
}

.campaign-main-ttl::after {
    content: '';
    display: inline-block;
    width: clamp(60px, 9.5vw, 150px);
    height: clamp(60px, 9.5vw, 150px);
    position: absolute;
    top: 3em;
    right: .5em;
    background: url('/img/rental/campaign/buddycom/headset.png') no-repeat center/contain;
}

@media screen and (min-width: 767px) {
    .campaign-main-ttl::after {
        top: -1em;
        right: 3em;
    }
}

.campaign-main-ttl .text-pink {
    color: #fe577a;
    border-bottom: 4px solid #fe577a;
    font-size: clamp(22px, 3.5vw, 34px);
}

.campaign-main-ttl .text-note {
    font-size: 0.5em;
    vertical-align: super;
    color: #fe577a;
}

/* 応募締切バッジ */
.campaign-deadline-box {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.deadline-badge {
    background-color: #fcf050;
    color: #0084ff;
    font-weight: bold;
    padding: 4px 10px;
    font-size: clamp(14px, 1.8vw, 20px);
}

.deadline-date {
    color: #0084ff;
    font-weight: bold;
    font-size: clamp(16px, 2vw, 22px);
}

.campaign-bottom-alert {
    font-size: clamp(12px, 1.1vw, 16px);
    color: #fe577a;
    margin-top: clamp(20px, 3vw, 35px);
}

.section-campaign .section-btn {
    transform: scale(.8);
}
.section-campaign .section-btn:hover {
    transform: scale(.85);
}

/* --- 浮遊写真パーツ（レスポンシブ制御用の暫定モック） --- */
.decor-img {
    position: absolute;
    display: none;
    /* スマホでは一旦非表示 */
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    background: #eee;
    z-index: 1;
}

.img-placeholder {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

/* --- 特典エリア（2カラム） --- */
.benefits-container {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 3vw, 38px);
    margin: 0 auto;
}

.benefit-card {
    background-color: #ffffff;
    /* 特典カードにも方眼背景を適用 */
    background-image:
        linear-gradient(#f9f9f9 1px, transparent 1px),
        linear-gradient(90deg, #f9f9f9 1px, transparent 1px);
    background-size: 16px 16px;
    border-radius: 20px;
    position: relative;
    padding: clamp(100px, 7.7vw, 130px) clamp(15px, 4vw, 55px) 5em;
    flex: 1;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03);
}


/* カード内見出し */
.benefit-card-ttl {
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.benefit-card-ttl .text-pink {
    color: #fe577a;
}

.benefit-num {
    position: absolute;
    width: clamp(80px, 6.5vw, 110px);
    top: -6px;
    left: 50px;
}

/* 特典1 価格演出 */
.benefit-price-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: clamp(30px, 4vw, 60px);
}

.price-old {
    font-size: clamp(1em, 2vw, 22px);
    background: linear-gradient(transparent 60%, #fcf050);
    font-weight: bold;
    display: inline-block;
}

.price-new {
    font-size: clamp(50px, 4.1vw, 70px);
    font-weight: 700;
    color: #fe577a;
    line-height: 1;
}

.price-unit {
    font-size: clamp(1em, 1.3vw, 22px);
    font-weight: bold;
}

/* 箇条書き（青丸） */
.benefit-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.benefit-list li {
    position: relative;
    padding-left: 23px;
    font-weight: 700;
    font-size: clamp(1rem, 2vw, 18px);
    text-align: left;
    color: #2f2e33;
}

.benefit-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: -1px;
    color: #0084ff;
    font-size: clamp(16px, 1.1vw, 20px);
}

.card-icon {
    width: clamp(60px, 6.5vw, 110px);
    position: absolute;
    top: 3%;
    right: 5%;
}

.card-illust-person {
    width: clamp(70px, 8vw, 120px);
    height: clamp(70px, 8vw, 120px);
    position: absolute;
    right: 6%;
    bottom: clamp(4%, 3vw, 8%);
}

.card-illust-person img {
    height: 100%;
    width: auto;
}


/* --- タブレット・PC表示への切り替え (900px以上) --- */
@media screen and (min-width: 768px) {
    .campaign-main-board {
        margin-top: 60px;
        margin-bottom: 80px;
    }

    /* 写真パーツを表示＆絶対配置で外側に浮かせる */
    .decor-img {
        display: block;
    }

    .img-left-top {
        width: clamp(150px, 21vw, 356px);
        left: -6.5em;
        top: 50%;
        transform: translateY(-50%);
    }

    .img-left-bottom {
        width: clamp(100px, 15vw, 260px);
        left: -20px;
        bottom: 2em;
    }

    .img-right-woman {
        width: clamp(150px, 21vw, 356px);
        right: -2em;
        bottom: -1em;
    }

    /* 特典カードを2カラム横並びに */
    .benefits-container {
        flex-direction: row;
    }

    .benefit-num {
        top: -8px;
    }
}

/* =============================================
   plan
============================================= */
.section-plan {
    position: relative;
    z-index: 1;
}

.section-plan .section-ttl {
    line-height: 1.3;
}

/* --- 上部ティール色カード --- */
.plan-obi {
    background: url('/img/rental/campaign/buddycom/plan-bg.jpg') no-repeat center/cover;
}

.plan-card {
    background-color: #00e1e1;
    border-radius: 20px;
    padding: clamp(25px, 4vw, 35px) 20px clamp(20px, 3vw, 25px);
    text-align: center;
    color: #fff;
    box-shadow: 0 8px 24px rgba(0, 225, 225, 0.25);
    width: 100%;
    max-width: 500px;
    margin: 0 auto clamp(30px, 6.5vw, 90px);
    box-sizing: border-box;
}

.plan-card-sub {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 700;
    margin: 0 0 15px 0;
    letter-spacing: 0.05em;
}

.plan-card-main-badge {
    background: #ffffff;
    color: #0ed2da;
    display: inline-block;
    padding: clamp(10px, 1.5vw, 15px) clamp(30px, 5vw, 55px);
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

.plan-card-main-badge h1 {
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 700;
    margin: 0;
}

.plan-card-status {
    font-size: clamp(20px, 2.5vw, 24px);
    font-weight: 700;
    margin: 0 0 10px 0;
    letter-spacing: 0.05em;
}

.plan-card-note {
    font-size: clamp(14px, 1.8vw, 18px);
    font-weight: 700;
    margin: 0;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.plan-catch-text {
    font-size: clamp(16px, 2.2vw, 20px);
    font-weight: bold;
    color: #2f2e33;
    text-align: center;
    margin: 0 auto clamp(30px, 5vw, 45px);
    line-height: 1.5;
    letter-spacing: 0.03em;
}

.plan-catch-text span.bg {
    font-size: 130%;
}

/* --- 料金テーブル（レスポンス・横スクロール対応） --- */
.plan-table-wrapper {
    width: 100%;
    overflow-x: auto;
    padding-top: 30px;
    /* バッジが綺麗に収まる上部マージン */
    margin-bottom: clamp(20px, 9vw, 120px);
    font-weight: bold;
}

.plan-table {
    width: 100%;
    min-width: 800px;
    /* テーブルが潰れないよう横幅を確保 */
    border-collapse: collapse;
    text-align: center;
    table-layout: fixed;
}

.plan-table tr:nth-of-type(odd) td {
    background: #edf6fb;
}

.plan-table tr:nth-of-type(odd) .col-highlight {
    background: #fff6d6;
}

/* --- 通常のセル線と背景色の調整 --- */
.plan-table th,
.plan-table td {
    padding: clamp(14px, 1.8vw, 22px) 10px;
    border: 1px solid #b2b2b2;
    /* 画像に合わせた淡いグレーブルーの線 */
    background: #ffffff;
    vertical-align: middle;
    font-size: clamp(14px, 1.1vw, 18px);
}

/* 見出しセル */
.plan-table th {
    font-weight: 700;
    background: #ffffff;
}

/* 左端の項目名列の背景（薄いグレーブルー） */
.plan-table td.row-label {
    text-align: left;
    padding-left: clamp(15px, 2vw, 25px);
    width: 22%;
    text-align: center;
}

.plan-table th.row-label-head {
    background: #ffffff;
    border-right: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
}

/* --- ガバメントプラン（縦一列ハイライト）の厳密な再現 --- */
.plan-table .col-highlight {
    border: 3px solid #0ed2da !important;
    border-left: 5px solid #0ed2da !important;
    border-right: 5px solid #0ed2da !important;
    font-size: clamp(14px, 1.5vw, 22px);
}


/* ハイライト列の上端と下端の線をティール色で閉じる */
.plan-table tr:first-child th.col-highlight {
    border-top: 3px solid #0ed2da !important;
}

.plan-table tr:last-child td.col-highlight {
    border-bottom: 5px solid #0ed2da !important;
}

/* ガバメントプランの見出し文字の太さ */
.plan-table th.th-gov {
    font-weight: 700;
}

/* --- テキスト・アイコンの見栄え調整 --- */
/* 金額のテキストスタイル */
.plan-table .text-price {
    font-weight: 700;
    font-size: clamp(18px, 2.2vw, 22px);
}

/* 〇×アイコンの調整 */
.plan-table .text-icon {
    font-size: clamp(20px, 2.5vw, 24px);
    line-height: 1;
}

.plan-table .icon-o {
    font-weight: 400;
}

.plan-table .icon-x {
    color: #b0c2cc;
    /* 画像の通り、×印は細く存在感を薄く */
    font-weight: 300;
}

/* --- バッジの位置と装飾（画像準拠） --- */
.plan-table .relative {
    position: relative;
}

.plan-table .relative.col-highlight {
    background: #0ed2da !important;
    color: #fff;
    z-index: 0;
}

.plan-table .relative.col-highlight::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #0ed2da;
    border: 5px solid #0ed2da;
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    left: -5px;
    top: -10px;
}


/* NEW バッジ */
.badge-new,
.badge-popular {
    position: absolute;
    top: -25px;
    left: 50%;
    font-family: "Montserrat", sans-serif;
    transform: translateX(-50%);
    background: #ff84b2;
    color: #ffffff;
    font-size: clamp(11px, 1.1vw, 18px);
    font-weight: 600;
    padding: 4px 18px;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: 0.05em;
}

.badge-new {
    top: -30px;
}

.badge-popular {
    background: #2f2e33;
    font-size: clamp(11px, 1.1vw, 17px);
}

@media screen and (min-width: 767px) {
    .plan-card {
        transform: scale(1.1);
    }
}


/* reason  */
.reason-element {
    border: 3px solid #0984f0;
    text-align: center;
    margin-bottom: 15px;
    box-sizing: border-box;
    position: relative;
    padding: 3em 0 4em;
    z-index: 0;
}

.reason-element::before {
    content: '';
    display: inline-block;
    width: 120px;
    height: 120px;
    background: url('/img/rental/campaign/buddycom/reason01.jpg') no-repeat center/contain;
    z-index: -1;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.reason-element:nth-of-type(2)::before {
    background: url('/img/rental/campaign/buddycom/reason02.jpg') no-repeat center/contain;
}

.reason-element:nth-of-type(3)::before {
    background: url('/img/rental/campaign/buddycom/reason03.jpg') no-repeat center/contain;
}

.reason-element-ttl {
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 1.5em;
}

.reason-element-txt span.underline {
    text-decoration: underline;
}

.reason-element-num {
    position: absolute;
    color: #fff;
    top: -1px;
    left: 2px;
    z-index: 0;
    font-size: 1.3rem;
    font-family: "montserrat", sans-serif;
    font-weight: bold;
}

.reason-element-num::before {
    content: '';
    display: inline-block;
    border: 45px solid transparent;
    border-bottom: 45px solid #0984f0;
    transform: rotate(-45deg);
    position: absolute;
    top: -49px;
    left: -52px;
    z-index: -1;
}

@media screen and (min-width: 768px) {
    .reason-inner {
        display: flex;
        justify-content: center;
        align-items: stretch;
    }

    .reason-element {
        max-width: calc((100% / 12) * 4);
        flex-basis: calc((100% / 12) * 4);
        margin: 0;
        font-size: 12px;
    }

    .reason-element:not(:last-child) {
        border-right: none;
    }

    .reason-element-ttl {
        font-size: 18px;
    }

    .reason-element-num {
        font-size: 20px;
    }
}

@media screen and (min-width: 1028px) {
    .reason-element-ttl {
        font-size: 28px;
    }

    .reason-element-num {
        font-size: 22px;
    }

    .reason-element-num::before {
        border: 54px solid transparent;
        border-bottom: 54px solid #0984f0;
        top: -57px;
        left: -60px;
    }

    .reason-element {
        font-size: 18px;
        padding: 90px 0;
    }

    .reason-element::before {
        width: 140px;
        height: 140px;
        bottom: 8%;
    }
}

/* =============================================
   terms
============================================= */
.section-terms {
    position: relative;
    z-index: 0;
}

.section-terms::before {
    content: '';
    display: inline-block;
    width: 200%;
    height: 150%;
    background: #edf6fb;
    transform: rotate(-10deg) translateX(-50%);
    position: absolute;
    top: -90px;
    left: 50%;
    z-index: -1;
}

.terms-wrapper {
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 13%);
    border-radius: 20px;
    text-align: center;
    background: #fff;
    margin-bottom: clamp(30px, 8.6vw, 100px);
}

.terms-wrapper-inner {
    padding: 0 clamp(15px, 3.2vw, 55px) clamp(30px, 4.1vw, 70px);
}

.terms-ttl {
    background: #0984f0;
    color: #fcf050;
    border-radius: 20px 20px 0 0;
    font-size: clamp(20.8px, 2.5vw, 26px);
    padding: .7em;
    font-weight: bold;
    margin-bottom: 40px;
}

.terms-ttl-sub {
    margin-bottom: clamp(10px, 3.4vw, 35px);
}

.terms-ttl-sub-num {
    display: inline-block;
    border-radius: 30px;
    background: #0984f0;
    color: #fcf050;
    font-weight: bold;
    text-align: center;
    padding: 0 2em .1em;
    margin-bottom: 20px;
    font-size: .8em;
    font-size: clamp(13.6px, 1.8vw, 16px);
}

.terms-ttl-sub-num span {
    font-size: 120%;
    font-size: clamp(16px, 2vw, 20px);
    margin-left: 5px;
}

.terms-ttl-sub-txt {
    font-weight: bold;
    color: #0984f0;
    font-size: .9em;
    font-size: clamp(15.2px, 2vw, 16.8px);
}

.terms-box {
    background: #edf6fb;
    padding: clamp(1em, 3vw, 35px) clamp(.5em, 3.5vw, 40px);
    font-size: .9rem;
    font-size: clamp(14.4px, 1.8vw, 16px);
    text-align: left;
    font-weight: bold;
    margin-bottom: clamp(30px, 4vw, 45vw);
}

.terms-box.notes {
    background: #fff6d6;
}

.terms-box-item {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 10px;
    font-size: clamp(14.4px, 1.8vw, 17px);
}

.notes-ttl {
    border: 1px solid #2f2e33;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    padding: .1em 1em;
    font-size: 1.1em;
    margin-bottom: clamp(15px, 2vw, 25px);
}

.terms-time {
    border-radius: 30px;
    border: 3px solid #ff84b2;
    font-weight: bold;
    padding-bottom: .7em;
    font-size: clamp(17.6px, 2.2vw, 20.8px);
}

.terms-time-ttl {
    background: #ff84b2;
    color: #fff;
    border-radius: 26px 26px 0 0;
    padding: .5em;
    margin-bottom: .7em;
    font-size: clamp(15.2px, 1.8vw, 17.6px);
}

.cta .section-ttl {
    color: #2f2e33;
    margin-bottom: clamp(40px, 5vw, 60px);
}

.cta .section-ttl::before,
.cta .section-ttl::after {
    background: #2f2e33;
}

@media screen and (min-width: 767px) {
    .terms-ttl-sub {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .terms-ttl-sub-txt {
        display: inline-block;
        margin-left: 20px;
        text-align: left;
    }

    .terms-time {
        display: inline-block;
        padding: 0;
    }

    .terms-time-ttl {
        display: inline-block;
        margin: 0;
        border-radius: 30px 0 0 30px;
        padding: 0.5em 1.2em;
    }

    .terms-time-txt {
        display: inline-block;
        padding: 0 1.5em 0 1em;
    }

    .terms-ttl-sub-num {
        margin-bottom: 0;
    }
    .section-terms::before{
        top: -150px;
    }
}

@media screen and (min-width: 1028px) {
    .section-terms::before{
        top: -300px;
    }
}

/* js */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s ease, transform .8s ease;
}

.fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}

.float {
  animation: float 4s ease-in-out infinite;
}

