@charset "utf-8";

/************ base ************/
.col02,
.col02 h1,
.col02 h2,
.col02 p,
.col02 ol,
.col02 li {
    margin: 0;
    padding: 0;
}
.col02 ol {
    list-style: none;
}
.col02 img {
    vertical-align: bottom;
    max-width: 100%;
}
.col02 a {
    text-decoration: none;
}

.col02 .inner {
    width: 1000px;
    margin: 0 auto;
    color: #333;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.02em;
}

/************ article header ************/
.col02 .a_title {
    padding-top: 40px;
    color: #65349a;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.02em;
}
.col02 .a_mainimg {
    margin-top: 40px;
    text-align: center;
}
.col02 .a_mainimg img {
    width: 1000px;
    height: auto;
}

/************ intro ************/
.col02 .intro {
    margin-top: 40px;
}
.col02 .intro p {
    margin: 0 0 1.5em;
}
.col02 .intro p:last-child {
    margin-bottom: 0;
}
.col02 .intro .note {
    font-size: 14px;
}

/************ index (目次) ************/
.col02 .index {
    width: 1000px;
    box-sizing: border-box;
    margin: 40px auto 0;
    padding: 20px 80px 34px;
    background: #fff;
    border: 1px solid #192b5b;
}
.col02 .index_ttl {
    padding-bottom: 16px;
    border-bottom: 2px solid #ffe24e;
    color: #192b5b;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.col02 .index_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 12px;
    margin-top: 16px;
}
.col02 .index_list li a {
    display: flex;
    align-items: baseline;
    color: #0068b7;
    font-size: 15px;
    line-height: 1.4;
}
.col02 .index_list li a:hover .txt {
    text-decoration: underline;
}
.col02 .index_list .num {
    flex-shrink: 0;
    margin-right: 6px;
    color: #192b5b;
}

/************ section common ************/
.col02 .sec {
    background: #f5f2fc;
}
.col02 .sec_inner {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

/************ section: rumor / POINT ************/
.col02 .sec-rumor {
    margin-top: 60px;
}
.col02 .sec-rumor .sec_inner {
    height: 989px;
}
.col02 .sec_ttl {
    position: absolute;
    left: 0;
    top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1000px;
    height: 77px;
    background: #65349a;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
.col02 .sec_lead {
    position: absolute;
    left: 0;
    top: 157px;
    width: 1000px;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}
.col02 .rumor_iphone {
    position: absolute;
    left: 623px;
    top: 245px;
    width: 253px;
    height: 430px;
}
.col02 .rumor_arrow {
    position: absolute;
    z-index: 1;
}
.col02 .rumor_arrow.a01 {
    left: 460px;
    top: 269px;
    width: 308.5px;
    height: 119px;
}
.col02 .rumor_arrow.a02 {
    left: 490px;
    top: 570px;
    width: 141.5px;
    height: 54px;
}
.col02 .rumor_arrow.a03 {
    left: 805px;
    top: 516.5px;
    width: 98.5px;
    height: 198px;
}
.col02 .point_badge {
    position: absolute;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    background: #ffe24e;
    color: #192b5b;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}
.col02 .point_badge.b01 {
    left: 20px;
    top: 245px;
}
.col02 .point_badge.b02 {
    left: 50px;
    top: 559px;
}
.col02 .point_badge.b03 {
    left: 538px;
    top: 693px;
}
.col02 .point_card {
    position: absolute;
    z-index: 3;
    box-sizing: border-box;
    width: 460px;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #ccc;
}
.col02 .point_card.c01 {
    left: 0;
    top: 265px;
}
.col02 .point_card.c02 {
    left: 30px;
    top: 579px;
}
.col02 .point_card.c03 {
    left: 518px;
    top: 713px;
}
.col02 .point_ttl {
    position: relative;
    z-index: 1;
    width: 420px;
    color: #192b5b;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}
.col02 .point_txt {
    position: relative;
    z-index: 1;
    width: 420px;
    margin-top: 10px;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}
.col02 .point_hl {
    position: absolute;
    z-index: 0;
    height: 5px;
    background: #ffe24e;
}
.col02 .c01 .point_hl {
    left: 118px;
    top: 92px;
    width: 239px;
}
.col02 .c02 .point_hl {
    left: 20px;
    top: 91px;
    width: 264px;
}
.col02 .c03 .point_hl {
    left: 20px;
    top: 54px;
    width: 215px;
}

/************ section: compare (iPhone17 vs 18) ************/
.col02 .sec-compare {
    margin-top: 60px;
    margin-bottom: 60px;
}
.col02 .compare_inner {
    width: 1000px;
    margin: 0 auto;
}
.col02 .sec_ttl2 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 77px;
    background: #65349a;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
.col02 .compare_wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.col02 .compare_col {
    position: relative;
    width: 490px;
}
.col02 .compare_head {
    position: absolute;
    z-index: 2;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 360px;
    height: 40px;
    background: #ffe24e;
    border-radius: 20px;
}
.col02 .compare_head .model {
    color: #192b5b;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}
.col02 .compare_head .sub {
    color: #192b5b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}
.col02 .compare_card {
    box-sizing: border-box;
    min-height: 353px;
    padding: 40px 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.col02 .compare_spec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
}
.col02 .compare_spec .item {
    text-align: center;
}
.col02 .compare_spec .ic {
    width: 60px;
    height: 60px;
}
.col02 .compare_spec .cat {
    margin-top: 8px;
    color: #192b5b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
}
.col02 .compare_spec .val {
    margin-top: 4px;
    color: #192b5b;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

.col02 .compare_col.is18 .val {
    color: #ff2626;
}

.col02 .compare_eq {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 1px;
    background: #ccc;
}

/************ section common (flow) ************/
.col02 .sec-block {
    padding: 60px 0;
}
.col02 .band.sec-block + .band.sec-block {
    padding-top: 40px;
}
.col02 .sec-block:last-child {
    padding-bottom: 120px;
}
.col02 .band {
    background: #f5f2fc;
}
.col02 .sec_inner2 {
    width: 1000px;
    margin: 0 auto;
}
.col02 .ttl-line {
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 77px;
    border-bottom: 5px solid #65349a;
    color: #65349a;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: center;
}
.col02 .c_lead {
    margin-top: 22px;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}
.col02 .c_txt {
    margin-top: 24px;
    color: #333;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

/************ sec3: 発売時期 (notebox) ************/
.col02 .notebox {
    display: flex;
    align-items: center;
    gap: 15px;
    width: fit-content;
    margin: 24px auto 0;
    padding: 10px 15px;
    background: #fff;
    border: 2px solid #ff2626;
    border-radius: 10px;
}
.col02 .notebox_ic {
    flex-shrink: 0;
    width: 42px;
    height: 40px;
}
.col02 .notebox_txt {
    color: #192b5b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}
.col02 .notebox_txt .em {
    color: #ff2626;
    font-weight: bold;
}

/************ sec4: 買取価格の動向 (infocard) ************/
.col02 .infocard {
    width: 872px;
    box-sizing: border-box;
    margin: 40px auto 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.col02 .infocard_ttl {
    color: #192b5b;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
.col02 .infocard_ttl .mk {
    background: linear-gradient(transparent 62%, #ffe24e 62%, #ffe24e 90%, transparent 90%);
    font-weight: bold;
}
.col02 .infocard p {
    margin-top: 20px;
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

/************ sec5: 2つのポイント ************/
.col02 .pt_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.col02 .pt_card {
    position: relative;
    width: 490px;
    min-height: 450px;
    background: #fff;
}
.col02 .pt_num {
    position: absolute;
    z-index: 2;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    height: 40px;
}
.col02 .pt_ttl {
    position: absolute;
    top: 50px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    color: #192b5b;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.col02 .pt_img {
    position: absolute;
    top: 94px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
}
.col02 .pt_txt {
    position: absolute;
    top: 314px;
    left: 50%;
    transform: translateX(-50%);
    width: 410px;
    color: #333;
    font-size: 16px;
    line-height: 1.7;
}

/************ sec6: 選ばれる理由 ************/
.col02 .reason_wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.col02 .reason_card {
    position: relative;
    box-sizing: border-box;
    width: 320px;
    min-height: 282px;
    padding: 40px 30px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
}
.col02 .reason_ttl {
    color: #192b5b;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}
.col02 .reason_ttl .mk {
    background: linear-gradient(transparent 68%, #ffd600 68%, #ffd600 88%, transparent 88%);
    font-weight: bold;
}
.col02 .reason_txt {
    margin-top: 22px;
    color: #333;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
}

/************ sec7: FAQ ************/
.col02 .faq_box {
    margin-top: 40px;
    padding: 30px 80px;
    background: #fff;
}
.col02 .faq_item {
    padding: 22px 0;
}
.col02 .faq_item:first-child {
    padding-top: 10px;
}
.col02 .faq_item + .faq_item {
    border-top: 1px solid #ccc;
}
.col02 .faq_q,
.col02 .faq_a {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.col02 .faq_a {
    margin-top: 14px;
}
.col02 .faq_mark {
    flex-shrink: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.05;
}
.col02 .faq_q .faq_mark {
    color: #ffd600;
}
.col02 .faq_a .faq_mark {
    color: #b53131;
}
.col02 .faq_q .faq_txt {
    color: #192b5b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}
.col02 .faq_a .faq_txt {
    color: #333;
    font-size: 16px;
    line-height: 1.6;
}

/************ 下部固定CTAポップアップ ************/
.col02 .popupCta {
    position: fixed;
    z-index: 9999;
    right: 50px;
    bottom: 50px;
    width: 235px;
}
.col02 .popupCta_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: #192b5b;
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .25);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}
.col02 .popupCta_badge {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -23px;
    transform: translateX(-50%);
    padding: 8px 14px;
    background: #fff;
    border: 2px solid #192b5b;
    border-radius: 15px;
    color: #192b5b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}
.col02 .popupCta_badge::before,
.col02 .popupCta_badge::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
}
.col02 .popupCta_badge::before {
    bottom: -10px;
    transform: translateX(-50%);
    border-width: 9px 7px 0 7px;
    border-color: #192b5b transparent transparent transparent;
}
.col02 .popupCta_badge::after {
    bottom: -6px;
    transform: translateX(-50%);
    border-width: 7px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
}
.col02 .popupCta_arrow {
    position: absolute;
    z-index: 2;
    right: -12px;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 2px solid #192b5b;
    border-radius: 50%;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}
.col02 .popupCta_arrow::before {
    content: "";
    position: absolute;
    top: 42%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-right: 2px solid #192b5b;
    border-bottom: 2px solid #192b5b;
    transform: translate(-50%, -50%) rotate(45deg);
}

/************ utility ************/
.col02 .mt20 {
    margin-top: 20px;
}
