@charset "UTF-8";

#main:has(> .contents > .anniversary24th-lp),
.contents:has(> .anniversary24th-lp) {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.anniversary24th-lp,
.anniversary24th-lp *,
.anniversary24th-lp *::before,
.anniversary24th-lp *::after,
.mv-fixed-cta,
.mv-fixed-cta *,
.mv-fixed-cta *::before,
.mv-fixed-cta *::after {
    box-sizing: border-box;
}

.anniversary24th-lp .mv::before,
.anniversary24th-lp .mv::after {
    content: none;
}

#page-container {
    padding-bottom: 0;
}

.anniversary24th-lp {
    --a24-navy: #0e3473;
    --a24-navy-2: #204980;
    --a24-orange: #f57f1f;
    --a24-orange-2: #f7a900;
    --a24-orange-2-hover: #ffc247;
    color: #222;
}

.anniversary24th-lp .sec-tit {
    margin-bottom: 20px;
}

.anniversary24th-lp .sec-tit span {
    margin-bottom: 14px;
}

.cta02 .sec-tit,
.cta02 .sec-tit span {
    color: #fff;
}

.cta02 .sec-tit span::before {
    background: #fff;
}

.a24-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.a24-btn-cta {
    position: relative;
    width: 536px;
    padding: 16px 48px;
    background: var(--a24-orange-2);
    border-radius: 34px;
    color: #fff;
    font-size: 22px;
}

.a24-btn-cta:hover {
    background-color: var(--a24-orange-2-hover);
}

.a24-btn-cta img {
    position: absolute;
    right: 30px;
    width: 30px;
    filter: brightness(0) invert(1);
}

.a24-sec-desc {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.7;
    color: #222;
}

.a24-sec-pad {
    padding: 80px 0;
}

.a24-sec-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

/* =====================================================
   MV
===================================================== */

.mv {
    position: relative;
    overflow: hidden;
    padding: 29px 0 0;
    background-image: url('/build/assets/img/campaign/anniversary24th/mv_bg.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.mv .mv__inner {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- ロゴ(24 ANNIVERSARY) --- */
.mv .mv__logo {
    position: relative;
    max-width: 446px;
    margin: 0 auto;
    text-align: center;
}

.mv .mv__logo .mv__logo-part {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1306px;
    max-width: none;
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
}

.mv .mv__logo .mv__logo-tit {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
}

.mv .mv__catch {
    margin: 17px 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    color: #4c300b;
}

/* --- 特典カード --- */
.mv .mv__cards {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 26px -20px 0;
    padding: 0 20px 12px 20px;
    overflow: visible;
    scroll-snap-type: none;
    -webkit-overflow-scrolling: touch;
}

.mv .mv__cards::-webkit-scrollbar {
    display: none;
}

.mv .mv__card {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    max-width: none;
    scroll-snap-align: start;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(14, 52, 115, 0.08);
}

.mv .mv__card.mv__card--coupon {
    width: 493px;
}

.mv .mv__card.mv__card--scratch {
    width: 466px;
}

.mv .mv__card .mv__card-badge {
    position: absolute;
    top: -12px;
    left: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 70px;
    padding-top: 4px;
    background-image: url('/build/assets/img/campaign/anniversary24th/tag-ribbon.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: var(--a24-orange);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.mv .mv__card .mv__card-badge strong {
    font-size: 25px;
}

.mv .mv__card .mv__card-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    height: 100px;
    padding: 0 16px;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(180deg, #fff4df 0%, #ffcf78 100%);
}

.mv .mv__card .mv__card-head .mv__card-tit {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: var(--a24-navy-2);
    letter-spacing: 0.04em;
}

.mv .mv__card .mv__card-head .mv__card-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mv .mv__card .mv__card-head .mv__card-tags .mv__card-tag {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    background: #fffaec;
    border-radius: 70px;
    font-size: 10px;
    font-weight: 700;
    color: var(--a24-navy-2);
    white-space: nowrap;
}

.mv .mv__card .mv__card-head .mv__card-tags .mv__card-tag img {
    width: 8px;
}

.mv .mv__card .mv__card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 24px 32px;
    text-align: center;
}

.mv .mv__card .mv__card-body .mv__coupon {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 auto 23px;
}

.mv .mv__card .mv__card-body .mv__coupon .mv__coupon-price-img {
    display: block;
    width: 240px;
    max-width: 100%;
    height: auto;
}

.mv .mv__card .mv__card-body .mv__card-desc {
    margin: 0 0 7px;
    font-size: 13px;
    line-height: 1.5;
}

/* --- .mv__card-highlight/.mv__scratch-summary 共通(オレンジ数字を横線で挟むアクセント表示) --- */
.mv .mv__card .mv__card-body .mv__card-highlight,
.mv .mv__card .mv__card-body .mv__scratch-summary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    color: var(--a24-navy);
}

.mv .mv__card .mv__card-body .mv__card-highlight strong,
.mv .mv__card .mv__card-body .mv__scratch-summary strong,
.mv .mv__card .mv__card-body .mv__card-highlight .mv__card-highlight-percent,
.mv .mv__card .mv__card-body .mv__scratch-summary .mv__card-highlight-percent {
    color: var(--a24-orange);
    font-size: 26px;
}

.mv .mv__card .mv__card-body .mv__card-highlight .mv__card-highlight-line,
.mv .mv__card .mv__card-body .mv__scratch-summary .mv__card-highlight-line,
.mv .mv__card .mv__card-body .mv__card-highlight .mv__scratch-summary-line,
.mv .mv__card .mv__card-body .mv__scratch-summary .mv__scratch-summary-line {
    flex: 0 0 auto;
    height: 3px;
    background: var(--a24-orange-2);
}

.mv .mv__card .mv__card-body .mv__card-highlight {
    margin: 0 0 14px;
}

.mv .mv__card .mv__card-body .mv__card-highlight .mv__card-highlight-line {
    width: 36px;
}

.mv .mv__card .mv__card-body .mv__card-note {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.6;
    color: #222;
}

.mv .mv__card .mv__card-body .mv__card-hint {
    margin: 0 0 7px;
    font-size: 14px;
    font-weight: 700;
    color: var(--a24-orange);
}

.mv .mv__card .mv__card-body .mv__card-hint--sp {
    display: none;
}

.mv .mv__card .mv__card-body .mv__card-note--sp {
    display: none;
}

.mv .mv__card .mv__card-body .mv__card-btn {
    position: relative;
    width: 100%;
    max-width: 284px;
    margin: auto auto 0;
    padding: 12px 16px;
    border-radius: 70px;
    background: var(--a24-navy);
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.04em;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.mv .mv__card .mv__card-body .mv__card-btn:hover {
    background-color: #1f4d99;
}

.mv .mv__card .mv__card-body .mv__card-btn.mv__card-btn--orange {
    background: var(--a24-orange-2);
}

.mv .mv__card .mv__card-body .mv__card-btn.mv__card-btn--orange:hover {
    background-color: var(--a24-orange-2-hover);
}

.mv .mv__card .mv__card-body .mv__card-btn img {
    position: absolute;
    right: 12px;
    width: 16px;
    filter: brightness(0) invert(1);
}

.mv .mv__card .mv__card-body .mv__card-link {
    display: inline-block;
    margin-top: 6px;
    font-size: 11px;
    color: #222;
    text-decoration: underline;
}

.mv .mv__card .mv__card-body .mv__card-cta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 284px;
    margin: auto auto 0;
}

.mv .mv__card .mv__card-body .mv__card-cta .mv__card-cta-btn {
    position: relative;
    width: 100%;
    padding: 12px 32px 12px 16px;
    border-radius: 70px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.02em;
    transition: background-color 0.2s ease;
}

.mv .mv__card .mv__card-body .mv__card-cta .mv__card-cta-btn .mv__card-cta-btn-icon {
    position: absolute;
    right: 12px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
}

.mv .mv__card .mv__card-body .mv__card-cta .mv__card-cta-btn.mv__card-cta-btn--rs {
    background-color: #0f8eff;
}

.mv .mv__card .mv__card-body .mv__card-cta .mv__card-cta-btn.mv__card-cta-btn--rs:hover {
    background-color: #0c72cc;
}

.mv .mv__card .mv__card-body .mv__card-cta .mv__card-cta-btn.mv__card-cta-btn--core {
    background-color: #ff622d;
}

.mv .mv__card .mv__card-body .mv__card-cta .mv__card-cta-btn.mv__card-cta-btn--core:hover {
    background-color: #e5501f;
}

.mv .mv__card .mv__card-body .mv__card-link:hover {
    text-decoration: none;
}

.mv .mv__card .mv__card-body .mv__scratch {
    display: flex;
    justify-content: center;
    max-width: 90%;
    margin-bottom: 4px;
}

.mv .mv__card .mv__card-body .mv__scratch .mv__scratch-gift {
    display: block;
    width: 100%;
    max-width: 404px;
    height: auto;
}

.mv .mv__card .mv__card-body .mv__scratch-summary {
    margin: 0 0 15px;
}

.mv .mv__card .mv__card-body .mv__scratch-summary .mv__scratch-summary-line {
    width: 27px;
}

/* --- カードごとのボックス内余白差分(Figma実測値に合わせる) --- */
.mv .mv__card.mv__card--coupon .mv__card-body {
    padding-top: 23px;
}

.mv .mv__card.mv__card--coupon .mv__card-note {
    margin-bottom: 21px;
}

.mv .mv__card.mv__card--scratch .mv__card-body {
    padding-top: 18px;
}

.mv .mv__card.mv__card--scratch .mv__card-note {
    font-size: 11px;
}

.mv .mv__card.mv__card--scratch .mv__card-note span {
    font-size: 13px;
    color: red;
}

.mv .mv__lead {
    margin: 52px 0 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    color: var(--a24-orange);
}

.mv .mv__desc {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    color: var(--a24-navy);
}

.mv .mv__desc br {
    display: block;
}

.mv .mv__caption {
    display: none;
}

.mv .mv__entry-btn {
    position: relative;
    display: flex;
    width: 361px;
    max-width: 360px;
    height: 60px;
    margin: 14px auto 0;
    padding: 0 40px;
    background: #fff;
    border: 1px solid var(--a24-navy);
    border-radius: 60px;
    color: var(--a24-navy);
    font-size: 20px;
    letter-spacing: 0.04em;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.mv .mv__entry-btn:hover {
    background-color: var(--a24-navy);
    color: #fff;
}

.mv .mv__entry-btn:hover img {
    filter: brightness(0) invert(1);
}

.mv .mv__entry-btn img {
    position: absolute;
    right: 17px;
    width: 30px;
}

.mv .mv__period {
    margin-top: 32px;
    padding: 9px 20px;
    background: var(--a24-navy);
    text-align: center;
}

.mv .mv__period .mv__period-sp {
    display: none;
}

.mv .mv__period .mv__period-pc {
    font-size: 18px;
}

.mv .mv__period p {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.6;
}

.mv .mv__period p .mv__period-label,
.mv .mv__period p .mv__period-date {
    display: inline;
}

/* =====================================================
   tokuten（24周年記念2大特典）
===================================================== */

.tokuten {
    background: #fff7db;
}

.tokuten .a24-sec-wrap {
    max-width: 1100px;
}

.tokuten .tokuten__lead {
    margin: 20px 0 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
}

.tokuten .tokuten__lead .tokuten__lead-navy {
    color: var(--a24-navy);
}

.tokuten .tokuten__lead .tokuten__lead-orange {
    color: var(--a24-orange);
}

.tokuten .tokuten__desc {
    margin: 8px 0 0;
    font-size: 16px;
    color: #222;
}

.tokuten .tokuten__cards {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-top: 40px;
}

.tokuten .tokuten__card {
    flex: 1 1 0;
    padding: 20px 24px;
    background: #fff;
    border-radius: 10px;
    text-align: left;
}

.tokuten .tokuten__card .tokuten__card-icon-wrap {
    display: flex;
    align-items: center;
    height: 76px;
    margin-bottom: 12px;
}

.tokuten .tokuten__card .tokuten__card-icon {
    display: block;
    height: auto;
}

.tokuten .tokuten__card .tokuten__card-icon.tokuten__card-icon--coupon {
    width: 99px;
}

.tokuten .tokuten__card .tokuten__card-icon.tokuten__card-icon--scratch {
    width: 76px;
}

.tokuten .tokuten__card .tokuten__card-icon.tokuten__card-icon--point {
    width: 96px;
}

.tokuten .tokuten__card .tokuten__card-tit {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    color: var(--a24-navy-2);
    letter-spacing: 0.02em;
}

.tokuten .tokuten__card .tokuten__card-txt {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #222;
}

.tokuten .tokuten__card .tokuten__card-txt span {
    color: #F57F1F;
    font-weight: 700;
}

.tokuten .tokuten__btn {
    width: 480px;
    height: 62px;
    margin-top: 36px;
    padding: 16px 0;
    background: var(--a24-orange-2);
    border-radius: 34px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: center;
}

.tokuten .tokuten__btn:hover {
    background-color: var(--a24-orange-2-hover);
}

/* =====================================================
   eligible（割引対象・特別価格）
===================================================== */

.eligible {
    background: #fff;
}

.eligible .eligible__boxes {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin-top: 30px;
    text-align: left;
}

.eligible .eligible__box {
    flex: 1 1 0;
    padding: 32px 26px 30px;
    background: #ecf8ff;
    border: 1px solid #7cc7f0;
    border-radius: 7px;
}

.eligible .eligible__box .eligible__box-tit {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 700;
    color: var(--a24-navy);
}

.eligible .eligible__box .eligible__box-tit .eligible__box-icon {
    flex-shrink: 0;
    width: 36px;
}

.eligible .eligible__box .eligible__box-tag {
    display: inline-flex;
    align-items: center;
    margin: 0 0 16px;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #c4e7fa;
    border-radius: 7px;
    font-size: 14px;
    color: #222;
}

.eligible .eligible__box .eligible__box-tag--second {
    margin-top: 16px;
}

.eligible .eligible__box .eligible__box-list {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: #222;
}

.eligible .eligible__box .eligible__box-list strong {
    font-weight: 700;
}

.eligible .eligible__price {
    margin-top: 74px;
}

.eligible .eligible__price .eligible__price-tit {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: var(--a24-orange);
}

.eligible .eligible__price .eligible__price-desc {
    margin: 8px 0 0;
    font-size: 16px;
    color: #222;
}

.eligible .eligible__price .eligible__price-desc strong {
    color: var(--a24-orange);
    font-weight: 700;
    background: linear-gradient(rgba(255, 235, 165, 0.8), rgba(255, 235, 165, 0.8)) no-repeat;
    background-size: 100% 8px;
    background-position: 0 100%;
}

.eligible .eligible__price .eligible__price-group-label {
    display: block;
    width: 100%;
    max-width: 426px;
    margin: 36px auto 20px;
    padding: 10px 24px;
    border-radius: 7px;
    font-size: 22px;
    font-weight: 700;
    color: var(--a24-navy);
}

.eligible .eligible__price .eligible__price-group-label.eligible__price-group-label--rs {
    background: #ecf8ff;
}

.eligible .eligible__price .eligible__price-group-label.eligible__price-group-label--core {
    background: #ffefe9;
    margin-top: 50px;
}

.eligible .eligible__price .eligible__price-cards {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.eligible .eligible__price .eligible__price-card {
    flex: 1 1 0;
    padding: 34px 24px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    border-top: 3px solid #0f8eff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.eligible .eligible__price .eligible__price-card.eligible__price-card--core {
    border-top-color: #ff622d;
}

.eligible .eligible__price .eligible__price-card .eligible__price-card-name {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #222;
}

.eligible .eligible__price .eligible__price-card .eligible__price-card-amount {
    margin: 12px 0 0;
    line-height: 1;
    color: var(--a24-navy);
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 60px;
}

.eligible .eligible__price .eligible__price-card .eligible__price-card-amount .eligible__price-card-yen {
    font-size: 40px;
}

.eligible .eligible__price .eligible__price-card .eligible__price-card-amount span {
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-left: 2px;
}

.eligible .eligible__price .eligible__price-card .eligible__price-card-off {
    margin: 6px 0 0;
    font-size: 14px;
    color: #222;
}

.eligible .eligible__price .eligible__price-card .eligible__price-card-off strong {
    color: var(--a24-orange);
    font-size: 20px;
    font-weight: 700;
}

.eligible .eligible__price .eligible__price-card .eligible__price-card-total {
    margin: 16px 0 0;
    padding-top: 10px;
    border-top: 1px solid #a6d0e9;
    font-size: 16px;
    line-height: 1.3;
    color: var(--a24-navy);
}

.eligible .eligible__price .eligible__price-card .eligible__price-card-total strong {
    font-size: 24px;
    font-weight: 700;
}

.eligible .eligible__price .eligible__price-card .eligible__price-card-total .eligible__price-card-total-hint {
    font-size: 18px;
    font-weight: 700;
}

.eligible .eligible__price .eligible__price-btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    margin-top: 30px;
}

.eligible .eligible__price .eligible__price-btn {
    position: relative;
    flex: 0 1 388px;
    padding: 20px 16px;
    border-radius: 70px;
    color: #fff;
    font-size: 18px;
    transition: background-color 0.2s ease;
}

.eligible .eligible__price .eligible__price-btn .eligible__price-btn-icon {
    position: absolute;
    right: 16px;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
}

.eligible .eligible__price .eligible__price-btn.eligible__price-btn--rs {
    background-color: #0f8eff;
}

.eligible .eligible__price .eligible__price-btn.eligible__price-btn--rs:hover {
    background-color: #0c72cc;
}

.eligible .eligible__price .eligible__price-btn.eligible__price-btn--core {
    background-color: #ff622d;
}

.eligible .eligible__price .eligible__price-btn.eligible__price-btn--core:hover {
    background-color: #e5501f;
}

.eligible .eligible__notice {
    margin: 32px auto 0;
    padding: 20px;
    background: #e0f2fc;
    border-radius: 4px;
    text-align: left;
}

.eligible .eligible__notice .eligible__notice-tit {
    margin: 0;
    font-size: 12px;
    color: var(--a24-navy);
}

.eligible .eligible__notice .eligible__notice-txt {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 1.7;
    color: #222;
}

.eligible .eligible__notice .eligible__notice-txt a {
    color: #0f8eff;
    text-decoration: underline;
}

.eligible .eligible__notice .eligible__notice-txt a:hover {
    text-decoration: none;
}

.eligible .eligible__notice .eligible__notice-txt a.ga_event_external_link {
    color: #ff622d;
}

/* =====================================================
   domain-free（ドメイン永久無料特典）
===================================================== */

.domain-free {
    --df-blue: #3367d6;
    background: #fff;
}

.domain-free.a24-sec-pad {
    padding-top: 20px;
}

.domain-free .domain-free__tit {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.5;
}

.domain-free .domain-free__tit .domain-free__tit-orange {
    color: var(--a24-orange);
}

.domain-free .domain-free__tit .domain-free__tit-navy {
    color: var(--a24-navy);
}

.domain-free .domain-free__lead {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.9;
    color: #222;
}

.domain-free .domain-free__lead .domain-free__lead-orange {
    color: var(--a24-orange);
}

.domain-free .domain-free__catch {
    margin: 24px 0 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.7;
    color: var(--a24-navy);
}

.domain-free .domain-free__catch .domain-free__catch-orange {
    color: var(--a24-orange);
}

.domain-free .domain-free__box {
    margin: 40px 0 0;
    padding: 40px;
    background: #e0f2fc;
    border-radius: 24px;
}

.domain-free .domain-free__ribbon {
    max-width: 720px;
    margin: 0 auto;
}

.domain-free .domain-free__ribbon img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.domain-free .domain-free__cost-tit {
    margin: 32px 0 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--a24-orange);
}

.domain-free .domain-free__cost-img {
    display: block;
    width: 100%;
    max-width: 720px;
    height: auto;
    margin: 16px auto 0;
}

.domain-free .domain-free__compare {
    display: flex;
    max-width: 720px;
    margin: 32px auto 0;
    padding: 24px 0;
    background: #fff;
    border: 1px solid #3367D6;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    text-align: left;
}

.domain-free .domain-free__compare-col {
    flex: 1 1 0;
    padding: 0 28px;
}

.domain-free .domain-free__compare-col.domain-free__compare-col--campaign {
    border-left: 1px solid #bcdff0;
}

.domain-free .domain-free__compare-tit {
    margin: 0 0 16px;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

.domain-free .domain-free__compare-tit.domain-free__compare-tit--campaign {
    color: var(--df-blue);
}

.domain-free .domain-free__compare-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 0 0 10px;
    font-size: 16px;
    color: #222;
}

.domain-free .domain-free__compare-row strong {
    font-size: 20px;
    color: var(--a24-orange);
}

.domain-free .domain-free__compare-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 16px 0 0;
    font-size: 14px;
    font-weight: 700;
    color: var(--a24-orange);
}

.domain-free .domain-free__compare-total .domain-free__compare-total-note {
    font-size: 12px;
    font-weight: 700;
    color: var(--a24-orange);
}

.domain-free .domain-free__compare-total .domain-free__compare-total-value {
    text-align: right;
}

.domain-free .domain-free__compare-total strong {
    display: block;
    font-size: 26px;
}

.domain-free .domain-free__compare-total .domain-free__compare-total-sub {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    font-weight: 400;
    color: #888;
}

.domain-free .domain-free__compare-total.domain-free__compare-total--campaign {
    color: var(--df-blue);
}

.domain-free .domain-free__compare-total .domain-free__compare-total-label {
    display: flex;
    flex-direction: column;
    color: var(--a24-orange);
}

.domain-free .domain-free__compare-total.domain-free__compare-total--campaign .domain-free__compare-total-label {
    color: var(--df-blue);
}

.domain-free .domain-free__saving {
    max-width: 720px;
    margin: 0 auto;
    padding: 20px;
    background: var(--df-blue);
    border-radius: 0 0 12px 12px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    color: #ffda7e;
}

.domain-free .domain-free__saving strong {
    font-size: 30px;
    color: #fff;
}

.domain-free .domain-free__saving span {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

.domain-free .domain-free__gtld {
    max-width: 720px;
    margin: 24px auto 0;
    background: #fff;
    border-radius: 12px;
}

.domain-free .domain-free__gtld-tit {
    padding: 14px 0;
    font-size: 20px;
    color: var(--a24-navy);
    background: #fdf3d7;
    border-radius: 12px 12px 0 0;
}

.domain-free .domain-free__gtld-tit strong {
    font-weight: 700;
}

.domain-free .domain-free__gtld-img {
    padding: 20px 0;
}

.domain-free .domain-free__gtld img {
    display: block;
    width: 100%;
    max-width: 70%;
    height: auto;
    margin: 0 auto;
}

.domain-free .domain-free__cta-btn {
    position: relative;
    width: 100%;
    max-width: 720px;
    margin: 40px auto 0;
    padding: 20px 48px;
    background: var(--a24-navy);
    border-radius: 34px;
    color: #fff;
    font-size: 18px;
    transition: background-color 0.2s ease;
}

.domain-free .domain-free__cta-btn:hover {
    background-color: var(--a24-navy-2);
}

.domain-free .domain-free__cta-btn img {
    position: absolute;
    right: 30px;
    width: 16px;
}

.domain-free .domain-free__links {
    max-width: 720px;
    margin: 16px auto 0;
    text-align: right;
}

.domain-free .domain-free__links a {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    color: #222;
    text-decoration: underline;
}

.domain-free .domain-free__links a:hover {
    text-decoration: none;
}

/* =====================================================
   flow（ご参加の流れ）
===================================================== */

.flow {
    background: #ebf6ff;
}

.flow .flow__group {
    margin-top: 48px;
    text-align: left;
}

.flow .flow__group .flow__group-note {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 700;
    color: var(--a24-orange);
    text-align: center;
}

.flow .flow__group .flow__group-tit {
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #0e3473;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: var(--a24-navy);
}

.flow .flow__group .flow__steps {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    margin: 0;
    padding: 32px;
    background: #fff;
    border-radius: 0 0 8px 8px;
    list-style: none;
}

.flow .flow__group .flow__steps .flow__step {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.flow .flow__group .flow__steps .flow__step .flow__step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 128px;
    border-radius: 0;
    overflow: hidden;
}

.flow .flow__group .flow__steps .flow__step .flow__step-icon img {
    width: 100%;
    height: 100%;
}

.flow .flow__group .flow__steps .flow__step .flow__step-icon.flow__step-icon--frame img {
    width: 100%;
    height: 100%;
}

.flow .flow__group .flow__steps .flow__step .flow__step-num {
    display: block;
    margin-top: 12px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #0f8eff;
}

.flow .flow__group .flow__steps .flow__step .flow__step-txt {
    margin: 4px 0 0;
    font-size: 20px;
    font-weight: 700;
    color: #222;
}

.flow .flow__group .flow__steps .flow__step .flow__step-txt em {
    font-style: normal;
    color: var(--a24-orange);
}

.flow .flow__group.flow__group--domain .flow__step {
    flex: 0 0 26%;
}

/* =====================================================
   overview（キャンペーン概要）
===================================================== */

.overview {
    background: #fff;
}

.overview .overview__table {
    margin: 24px 0 0;
    padding: 48px 72px;
    background: #fffcf0;
    border-radius: 30px;
    text-align: left;
}

.overview .overview__table .overview__row {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #ACADAE;
}

.overview .overview__table .overview__row:last-child {
    border-bottom: none;
}

.overview .overview__table .overview__row dt {
    flex: 0 0 140px;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.overview .overview__table .overview__row dd {
    flex: 1 1 auto;
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #222;
}

.overview .overview__table .overview__row .overview__service-label {
    margin: 0 0 5px;
    font-weight: 700;
    color: var(--a24-orange);
}

.overview .overview__table .overview__row .overview__service-label--second {
    margin-top: 12px;
}

.overview .overview__table .overview__row .overview__service {
    margin: 0 0 12px;
}

.overview .overview__table .overview__row .overview__service:last-child {
    margin-bottom: 0;
}

.overview .overview__table .overview__row .overview__service a {
    color: #222;
    font-weight: 700;
    text-decoration: underline;
}

.overview .overview__table .overview__row .overview__service a:hover {
    text-decoration: none;
}

.overview .overview__table .overview__row .overview__tokuten {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ACADAE;
}

.overview .overview__table .overview__row .overview__tokuten:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.overview .overview__table .overview__row .overview__tokuten .overview__tokuten-tit {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    color: var(--a24-orange);
}

.overview .overview__table .overview__row .overview__tokuten p {
    margin: 0 0 10px;
}

.overview .overview__table .overview__row .overview__tokuten p span {
    color: var(--a24-orange);
}

.overview .overview__table .overview__row .overview__tokuten p:last-child {
    margin-bottom: 0;
}

.overview .overview__table .overview__row .overview__tokuten strong {
    color: var(--a24-orange);
}

.overview .overview__table .overview__row .overview__tokuten a {
    text-decoration: underline;
}

.overview .overview__table .overview__row .overview__tokuten a:hover {
    text-decoration: none;
}

.overview .overview__table .overview__row .overview__tokuten .overview__tokuten-note {
    margin-bottom: 10px;
}

.overview .overview__table .overview__row .overview__tokuten .overview__scratch-note {
    display: inline-block;
    padding: 10px 16px;
    background: #fff;
    border: 1px solid var(--a24-orange);
    border-radius: 7px;
    font-size: 14px;
}

.overview .overview__table .overview__row .overview__tokuten .overview__scratch-note strong {
    color: inherit;
}

.overview .overview__table .overview__row .overview__tokuten .overview__odds {
    max-width: 676px;
    margin-top: 12px;
    padding: 12px 14px;
    background: #fff;
    border-radius: 7px;
}

.overview .overview__table .overview__row .overview__tokuten .overview__odds .overview__odds-tit {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
}

.overview .overview__table .overview__row .overview__tokuten .overview__odds .overview__odds-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.overview .overview__table .overview__row .overview__tokuten .overview__odds .overview__odds-list .overview__odds-item {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #ffd74a;
    border-radius: 9px;
    font-size: 12px;
    white-space: nowrap;
}

.overview .overview__table .overview__row .overview__tokuten .overview__odds .overview__odds-list .overview__odds-item img {
    position: relative;
    top: -2px;
    width: 22px;
}

.overview .overview__table .overview__row .overview__tokuten .overview__odds .overview__odds-list .overview__odds-item strong,
.overview .overview__table .overview__row .overview__tokuten .overview__odds .overview__odds-list .overview__odds-item .overview__odds-item-num {
    color: #222;
    font-size: 19px;
    font-weight: 700;
}

.overview .overview__table .overview__row .overview__tokuten .overview__odds .overview__odds-list .overview__odds-item--top strong,
.overview .overview__table .overview__row .overview__tokuten .overview__odds .overview__odds-list .overview__odds-item--top .overview__odds-item-pt {
    color: var(--a24-orange);
}

.overview .overview__table .overview__row .overview__tokuten .overview__odds .overview__odds-list .overview__odds-item.overview__odds-item--full {
    width: auto;
    flex: 1 1 100%;
    justify-content: flex-start;
    border-color: transparent;
    background: #fff;
    font-size: 15px;
}

.overview .overview__table .overview__row .overview__tokuten .overview__odds .overview__odds-list .overview__odds-item.overview__odds-item--full img {
    width: 20px;
}

.overview .overview__table .overview__row .overview__notes {
    margin: 0;
}

.overview .overview__caution {
    margin-top: 24px;
    padding: 20px;
    background: #fff;
    border: 2px solid var(--a24-orange);
    border-radius: 10px;
    text-align: left;
}

.overview .overview__caution .overview__caution-tit {
    margin: 0 0 12px;
    font-size: 15px;
    font-weight: 700;
    color: var(--a24-navy);
}

.overview .overview__caution .overview__caution-list {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
}

/* =====================================================
   faq（よくあるご質問）
===================================================== */

.faq {
    background: #ebf6ff;
}

.faq .faq__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 40px;
    text-align: left;
}

.faq .faq__item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    transition: background-color 0.2s ease;
}

.faq .faq__item:hover {
    background: #fafafa;
}

.faq .faq__item[open]:hover {
    background: #fff;
}

.faq .faq__item .faq__q {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 30px 60px 30px 30px;
    list-style: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.faq .faq__item .faq__q::-webkit-details-marker {
    display: none;
}

.faq .faq__item .faq__q::before {
    content: 'Q';
    flex-shrink: 0;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #aaa;
}

.faq .faq__item .faq__q .faq__q-icon {
    flex-shrink: 0;
    margin-left: auto;
    width: 20px;
}

.faq .faq__item .faq__q .faq__q-icon.faq__q-icon--minus {
    display: none;
}

.faq .faq__item[open] .faq__q .faq__q-icon--plus {
    display: none;
}

.faq .faq__item[open] .faq__q .faq__q-icon--minus {
    display: block;
}

.faq .faq__item .faq__a {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
}

.faq .faq__item .faq__a .faq__a-inner {
    display: flex;
    gap: 10px;
    padding: 0 60px 30px 30px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.8;
    color: #222;
}

.faq .faq__item .faq__a .faq__a-inner a {
    text-decoration: underline;
}
.faq .faq__item .faq__a .faq__a-inner a:hover {
    opacity: .7;
}

.faq .faq__item .faq__a .faq__a-mark {
    flex-shrink: 0;
    margin-top: -8px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #0F8EFF;
}

.faq .faq__item[open] .faq__a {
    grid-template-rows: 1fr;
    opacity: 1;
    margin-top: 16px;
}

.faq .faq__item[open].faq__item--closing .faq__a {
    grid-template-rows: 0fr;
    opacity: 0;
    margin-top: 0;
}

/* =====================================================
   cta02（キャンペーンに参加しよう）
===================================================== */

.cta02 {
    background: var(--a24-navy);
}

.cta02 .cta02__desc {
    color: #fff;
}

.cta02 .cta02__hint {
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.cta02 .cta02__btn {
    margin: 12px auto 0;
}

/* --- 追従フッターCTA --- */

.mv-fixed-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(2px);
    text-align: center;
}

.mv-fixed-cta .mv-fixed-cta__btns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
}

.mv-fixed-cta .mv-fixed-cta__btn {
    position: relative;
    flex: 0 1 320px;
    padding: 14px 40px 14px 16px;
    border-radius: 70px;
    color: #fff;
    font-size: 16px;
    transition: background-color 0.2s ease;
}

.mv-fixed-cta .mv-fixed-cta__btn-icon {
    position: absolute;
    right: 16px;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.mv-fixed-cta .mv-fixed-cta__btn.mv-fixed-cta__btn--rs {
    background-color: #0f8eff;
}

.mv-fixed-cta .mv-fixed-cta__btn.mv-fixed-cta__btn--rs:hover {
    background-color: #0c72cc;
}

.mv-fixed-cta .mv-fixed-cta__btn.mv-fixed-cta__btn--core {
    background-color: #ff622d;
}

.mv-fixed-cta .mv-fixed-cta__btn.mv-fixed-cta__btn--core:hover {
    background-color: #e5501f;
}

/* =====================================================
   モバイルデザイン（〜959px、旧tablet+旧SPを統合）
   カードの並び方（スライダー/2カラム）だけ600pxで切り替える。
   それ以外（フォントサイズ・余白・非表示要素等）は959pxまで共通。
===================================================== */

@media only screen and (max-width: 959px) {
    #page-container {
        height: auto;
    }

    .a24-sec-wrap {
        padding: 0 20px;
    }

    .a24-sec-pad {
        padding: 40px 0;
    }

    .mv {
        padding: 32px 0 0;
        background-image: url('/build/assets/img/campaign/anniversary24th/mv_bg_sp.jpg');
    }

    .mv .mv__logo {
        max-width: 289px;
    }

    .mv .mv__logo .mv__logo-part {
        width: 700px;
    }

    .mv .mv__catch {
        margin-top: 20px;
        font-size: 15px;
    }

    .mv .mv__card .mv__card-badge {
        top: -3px;
        left: 10px;
        width: 50px;
        height: 56px;
        font-size: 13.2px;
    }

    .mv .mv__card .mv__card-badge strong {
        font-size: 18px;
    }

    .mv .mv__card .mv__card-head {
        height: 69px;
        padding-top: 4px;
        padding-left: 40px;
        gap: 4px;
    }

    .mv .mv__card .mv__card-head .mv__card-tit {
        font-size: 18px;
    }

    .mv .mv__card .mv__card-head .mv__card-tags .mv__card-tag--sp-hidden {
        display: none;
    }

    .mv .mv__card .mv__card-body {
        display: flex;
        flex: 1;
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
    }

    .mv .mv__card .mv__card-body .mv__card-hint {
        margin-top: auto;
    }

    .mv .mv__card .mv__card-body .mv__card-hint--pc {
        display: none;
    }

    .mv .mv__card .mv__card-body .mv__card-hint--sp {
        display: block;
        color: #0e3473;
        font-size: 11px;
        margin-bottom: 3px;
    }

    .mv .mv__card .mv__card-body .mv__card-note--sp {
        display: block;
        color: red;
        font-size: 11px;
        margin-bottom: 3px;
    }

    .mv .mv__card .mv__card-body .mv__card-btn {
        font-size: 12px;
    }

    .mv .mv__card .mv__card-body .mv__card-cta {
        margin-top: 10px;
    }

    .mv .mv__card .mv__card-body .mv__card-cta .mv__card-cta-btn {
        font-size: 12px;
    }

    .mv .mv__card .mv__card-body .mv__card-link {
        display: block;
        margin-top: 12px;
    }

    .mv .mv__card .mv__card-body .mv__card-highlight,
    .mv .mv__card .mv__card-body .mv__scratch-summary {
        gap: 4px;
    }

    .mv .mv__card .mv__card-body .mv__card-highlight .mv__card-highlight-line,
    .mv .mv__card .mv__card-body .mv__scratch-summary .mv__card-highlight-line,
    .mv .mv__card .mv__card-body .mv__card-highlight .mv__scratch-summary-line,
    .mv .mv__card .mv__card-body .mv__scratch-summary .mv__scratch-summary-line {
        height: 1px;
    }

    .mv .mv__card .mv__card-body .mv__coupon {
        margin-top: 8px;
        max-width: 230px;
    }

    .mv .mv__card .mv__card-body .mv__coupon .mv__coupon-price-img {
        width: 180px;
    }

    .mv .mv__card.mv__card--coupon .mv__card-body .mv__card-highlight,
    .mv .mv__card.mv__card--coupon .mv__card-body .mv__card-note {
        display: none;
    }

    .mv .mv__card.mv__card--scratch .mv__card-body .mv__card-desc,
    .mv .mv__card.mv__card--scratch .mv__card-body .mv__card-note {
        display: none;
    }

    .mv .mv__card.mv__card--scratch .mv__card-body .mv__scratch {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }

    .mv .mv__card.mv__card--scratch .mv__card-body .mv__scratch-summary {
        margin: -3px 0 6px;
        font-size: 12px;
    }

    .mv .mv__card.mv__card--scratch .mv__card-body .mv__scratch-summary strong {
        font-size: 14px;
    }

    .mv .mv__card.mv__card--scratch .mv__card-body .mv__scratch-summary .mv__scratch-summary-line {
        width: 22px;
    }

    .mv .mv__lead {
        display: block;
        margin: 22px 0 0;
        font-size: 16px;
    }

    .mv .mv__desc {
        font-size: 12px;
        font-weight: 700;
    }

    .mv .mv__caption {
        display: block;
        margin: 14px 0 0;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.6;
        text-align: center;
        color: var(--a24-navy);
    }

    .mv .mv__entry-btn {
        width: 270px;
        height: 50px;
        padding: 16px 24px;
        font-size: 14px;
    }

    .mv .mv__entry-btn img {
        width: 20px;
    }

    .mv .mv__period .mv__period-pc {
        display: none;
    }

    .mv .mv__period .mv__period-sp {
        display: flex;
        font-size: 12px;
    }

    .mv .mv__period .mv__period-sp .mv__period-label,
    .mv .mv__period .mv__period-sp .mv__period-date {
        display: inline;
    }

    .tokuten .tokuten__lead {
        font-size: 17px;
    }

    .tokuten .tokuten__desc {
        font-size: 13px;
    }

    .tokuten .tokuten__cards {
        flex-direction: column;
    }

    .tokuten .tokuten__card {
        flex: 0 1 auto;
        padding: 10px 24px 20px;
    }

    .tokuten .tokuten__card .tokuten__card-icon-wrap {
        margin-bottom: 0;
    }

    .tokuten .tokuten__card .tokuten__card-tit {
        font-size: 17px;
    }

    .tokuten .tokuten__card .tokuten__card-txt {
        font-size: 14px;
    }

    .tokuten .tokuten__card .tokuten__card-icon.tokuten__card-icon--coupon {
        width: 74px;
    }

    .tokuten .tokuten__card .tokuten__card-icon.tokuten__card-icon--scratch {
        width: 64px;
    }

    .tokuten .tokuten__card .tokuten__card-icon.tokuten__card-icon--point {
        width: 80px;
    }

    .tokuten .tokuten__btn {
        width: 100%;
        padding: 16px 20px;
        font-size: 15px;
    }

    .eligible .eligible__desc {
        font-size: 13px;
    }

    .eligible .eligible__box-break {
        display: none;
    }

    .eligible .eligible__boxes {
        flex-direction: column;
        gap: 20px;
    }

    .eligible .eligible__box {
        flex: 0 1 auto;
        padding: 24px 20px;
    }

    .eligible .eligible__box .eligible__box-tit {
        font-size: 18px;
    }

    .eligible .eligible__box .eligible__box-tag {
        font-size: 13px;
    }

    .eligible .eligible__price {
        margin-top: 40px;
    }

    .eligible .eligible__price .eligible__price-tit {
        font-size: 20px;
    }

    .eligible .eligible__price .eligible__price-desc {
        font-size: 13px;
    }

    .eligible .eligible__price .eligible__price-group-label {
        font-size: 17px;
    }

    .eligible .eligible__price .eligible__price-cards {
        flex-direction: column;
        max-width: 280px;
        margin-inline: auto;
    }

    .eligible .eligible__price .eligible__price-card {
        flex: 0 1 auto;
        padding: 24px 24px 26px;
    }

    .eligible .eligible__price .eligible__price-card .eligible__price-card-name {
        font-size: 18px;
    }

    .eligible .eligible__price .eligible__price-card .eligible__price-card-amount {
        font-size: 40px;
    }

    .eligible .eligible__price .eligible__price-card .eligible__price-card-amount .eligible__price-card-yen {
        font-size: 26px;
    }

    .eligible .eligible__price .eligible__price-card .eligible__price-card-amount span {
        font-size: 16px;
    }

    .eligible .eligible__price .eligible__price-card .eligible__price-card-off {
        font-size: 13px;
    }

    .eligible .eligible__price .eligible__price-card .eligible__price-card-off strong {
        font-size: 16px;
    }

    .eligible .eligible__price .eligible__price-card .eligible__price-card-total {
        font-size: 13px;
    }

    .eligible .eligible__price .eligible__price-card .eligible__price-card-total strong {
        font-size: 18px;
    }

    .eligible .eligible__price .eligible__price-card .eligible__price-card-total .eligible__price-card-total-hint {
        font-size: 14px;
    }

    .eligible .eligible__price .eligible__price-btns {
        flex-direction: column;
        justify-content: normal;
        gap: 14px;
    }

    .eligible .eligible__price .eligible__price-btn {
        flex: 0 1 auto;
        width: 100%;
        padding: 16px 20px;
        font-size: 14px;
    }

    .eligible .eligible__price .eligible__price-btn .eligible__price-btn-icon {
        width: 20px;
        height: 20px;
    }

    .domain-free .domain-free__tit {
        font-size: 22px;
    }

    .domain-free .domain-free__lead {
        font-size: 13px;
    }

    .domain-free .domain-free__catch {
        font-size: 15px;
    }

    .domain-free .domain-free__box {
        padding: 24px 16px;
    }

    .domain-free .domain-free__ribbon {

    }

    .domain-free .domain-free__cost-tit {
        font-size: 16px;
    }

    .domain-free .domain-free__compare {
        flex-direction: column;
    }

    .domain-free .domain-free__compare-col.domain-free__compare-col--campaign {
        border-left: none;
        border-top: 1px solid #bcdff0;
        padding-top: 16px;
    }

    .domain-free .domain-free__saving span {
        font-size: 14px;
    }

    .domain-free .domain-free__cta-btn {
        padding: 16px 40px;
        font-size: 15px;
    }

    .domain-free .domain-free__gtld-tit {
        font-size: 14px;
        padding: 10px 0;
    }

    .domain-free .domain-free__gtld img {
        max-width: 90%;
    }

    .domain-free .domain-free__links a {
        font-size: 13px;
        margin-top: 6px;
    }

    .overview .overview__table {
        padding: 24px 15px;
    }

    .overview .overview__table .overview__row {
        flex-direction: column;
        gap: 8px;
    }

    .overview .overview__table .overview__row dt {
        flex: 0 0 auto;
        font-size: 14px;
    }

    .overview .overview__table .overview__row dd {
        font-size: 14px;
    }

    .overview .overview__table .overview__row .overview__tokuten .overview__tokuten-tit {
        font-size: 14px;
    }

    .overview .overview__table .overview__row .overview__tokuten .overview__scratch-note {
        font-size: 13px;
    }

    .overview .overview__table .overview__row .overview__tokuten .overview__odds {
        padding: 14px 16px;
    }

    .overview .overview__table .overview__row .overview__tokuten .overview__odds .overview__odds-tit {
        font-size: 13px;
    }

    .overview .overview__table .overview__row .overview__tokuten .overview__odds .overview__odds-list {
        justify-content: center;
    }

    .overview .overview__table .overview__row .overview__tokuten .overview__odds .overview__odds-list .overview__odds-item {
        width: auto;
        padding-right: 14px;
        font-size: 13px;
    }

    .overview .overview__table .overview__row .overview__tokuten .overview__odds .overview__odds-list .overview__odds-item strong,
    .overview .overview__table .overview__row .overview__tokuten .overview__odds .overview__odds-list .overview__odds-item .overview__odds-item-num {
        font-size: 20px;
    }

    .overview .overview__table .overview__row .overview__tokuten .overview__odds .overview__odds-list .overview__odds-item.overview__odds-item--full {
        padding-left: 0;
        font-size: 13px;
    }

    .overview .overview__caution .overview__caution-tit {
        font-size: 14px;
    }

    .flow .flow__desc {
        font-size: 13px;
    }

    .flow .flow__group {
        margin-top: 32px;
    }

    .flow .flow__group .flow__group-tit {
        font-size: 17px;
    }

    .flow .flow__group .flow__steps {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 10px;
        padding: 20px;
    }

    .flow .flow__group .flow__steps .flow__step .flow__step-icon {
        width: 80px;
        height: 80px;
        border-radius: 0;
    }

    .flow .flow__group .flow__steps .flow__step .flow__step-num {
        margin-top: 6px;
        font-size: 24px;
    }

    .flow .flow__group .flow__steps .flow__step .flow__step-txt {
        font-size: 14px;
    }

    .flow .flow__group .flow__steps .flow__step .flow__step-icon.flow__step-icon--frame {
        background: none;
        border: none;
    }

    .flow .flow__group .flow__steps .flow__step .flow__step-icon.flow__step-icon--frame img {
        width: 100%;
        height: 100%;
    }

    .faq .faq__desc {
        font-size: 13px;
    }

    .faq .faq__list {
        margin-top: 24px;
    }

    .faq .faq__item .faq__q {
        padding: 16px;
        font-size: 14px;
    }

    .faq .faq__item .faq__q .faq__q-icon {
        width: 16px;
    }

    .faq .faq__item .faq__a {
        font-size: 13px;
    }

    .faq .faq__item .faq__a .faq__a-inner {
        padding: 0 16px 16px 16px;
        font-size: 14px;
    }

    .mv-fixed-cta {
        padding: 8px 16px;
        text-align: center;
    }

    .mv-fixed-cta .mv-fixed-cta__btns {
        gap: 8px;
    }

    .mv-fixed-cta .mv-fixed-cta__btn {
        flex: 1 1 0;
        padding: 10px 32px 10px 10px;
        font-size: 12px;
    }

    .mv-fixed-cta .mv-fixed-cta__btn-icon {
        width: 16px;
        height: 16px;
        right: 10px;
    }

    .cta02 .cta02__desc {
        font-size: 13px;
    }

    .cta02 .cta02__hint {
        font-size: 14px;
    }

    .cta02 .cta02__btn {
        width: 100%;
        max-width: 268px;
        padding: 16px 20px;
        font-size: 14px;
        margin-top: 7px;
    }

    .cta02 .cta02__btn img {
        width: 20px;
        right: 20px;
    }
}

/* --- MVカード: 601〜959pxは2カラム並び --- */

@media only screen and (min-width: 601px) and (max-width: 959px) {
    .mv .mv__cards {
        display: flex;
        gap: 12px;
        margin-top: 24px;
    }

    .mv .mv__card {
        flex: 1 1 0;
        width: auto;
        max-width: none;
    }

    .tokuten .tokuten__cards {
        flex-direction: row;
    }

    .tokuten .tokuten__card {
        flex: 1 1 0;
    }

    .tokuten .tokuten__btn {
        max-width: 536px;
    }

    .eligible .eligible__price .eligible__price-btn {
        max-width: 536px;
        margin: 0 auto;
    }

    .overview .overview__table .overview__row {
        flex-direction: row;
    }

    .overview .overview__table .overview__row dt {
        width: 100px;
    }

    .cta02 .cta02__btn {
        max-width: 536px;
    }
}

/* --- eligible__price-cards: 601〜729pxは横並びだと崩れるため730px〜で横並び --- */

@media only screen and (min-width: 730px) and (max-width: 959px) {
    .eligible .eligible__price .eligible__price-cards {
        flex-direction: row;
        justify-content: center;
    }

    .eligible .eligible__price .eligible__price-card {
        flex: 1 1 0;
    }
}

/* --- MVカード: 〜600pxは1枚見せのスライダー(slick) --- */

@media only screen and (max-width: 600px) {
    .mv .mv__cards {
        display: block;
        margin: 0 -20px 0;
        padding: 0 0 0 20px;
        overflow: visible;
    }

    .mv .mv__cards .slick-list {
        overflow: hidden;
        padding: 10px calc(100% - 296px) 0 0;
    }

    .mv .mv__cards .slick-track {
        display: flex;
    }

    .mv .mv__cards .slick-slide {
        flex: 0 0 auto;
        height: auto;
        margin-right: 20px;
    }

    .mv .mv__cards .slick-dots {
        display: none !important;
    }

    .mv .mv__card {
        display: flex;
        flex-direction: column;
        margin: 0;
    }
}
