@charset "utf-8";

html {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
    font-size: 16px;
}
.custom-font {
    font-family: "Jost", sans-serif;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #000;
    overflow: hidden;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
:root {
    --content-width: 450px;
}
img {
    max-width: 100%;
    height: auto;
}
.mgb-0 {
    margin-bottom: 0 !important;
}
.mgb-50 {
    margin-bottom: 50px !important;
}

/* ======================================================
    固定サイド要素
====================================================== */
.side-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    width: max(0px, calc((100vw - var(--content-width)) / 2));
    overflow: hidden;
    background-color: #6dc9f1;
    background-image: url(../img/pc-bg-pattern.webp);
    background-repeat: no-repeat;
    background-size: auto 100vh;
    z-index: 2;
    pointer-events: none;
}
.side-bg.left {
    background-position: left top;
}
.side-bg.right {
    background-position: right top;
}
.side-bg.left {
    left: 0;
}
.side-bg.left .crown {
    position: absolute;
    right: 100px;
    top: 44%;
    width: 211px;
    height: 88px;
    max-width: none;
    flex-shrink: 0;
}
.side-bg.right {
    right: 0;
}
.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: max(0px, calc((100vw - var(--content-width)) / 2));
    height: 100vh;
    overflow: hidden;
    z-index: 10;
    pointer-events: none;
}
.side-menu-inner {
    height: 100%;
    max-width: 100%;
    padding: 34vh 12px 8vh 64px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
}
.side-menu .block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 190px;
    flex-shrink: 0;
}
.side-menu .title {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.side-menu .title .lead {
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 10px;
    white-space: nowrap;
}
.side-menu .title .brand-logo {
    display: block;
    width: 130px;
    height: auto;
}
.side-menu .side-qr,
.side-menu .sns-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    pointer-events: auto;
    width: 100%;
}
.side-menu .side-qr p,
.side-menu .sns-icon p {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin: 0;
    line-height: 1.4;
}
.side-menu .qr-box {
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}
.side-menu .qr-box img {
    display: block;
    width: 64px;
    height: 64px;
}
.side-menu .x-box {
    width: 64px;
    height: 64px;
    display: block;
    flex-shrink: 0;
    text-decoration: none;
}
.side-menu .x-box img {
    display: block;
    width: 64px;
    height: 64px;
}
.side-menu a {
    text-decoration: none;
}

.content-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    z-index: 1;
}
.content-wrap::-webkit-scrollbar {
    display: none;
}
.content-inner {
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 16px rgba(0,0,0,0.15);
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #0088ff;
}
@media (hover: hover) {
    a:hover {
        opacity: .7;
        transition: opacity .3s;
    }
}

/* ======================================================
    共通
====================================================== */
.img {
    width: 100%;
    height: auto;
    display: block;
}
sup {
    font-size: .6em;
    font-weight: 400;
    vertical-align: super;
}

/* ======================================================
    FV
====================================================== */
.fv-stage {
    position: relative;
    width: 100%;
    aspect-ratio: 390 / 920;
    overflow: hidden;
}
.fv-stage img {
    display: block;
}
.fv-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.fv-brand {
    position: absolute;
    top: 2.9%;
    left: 50%;
    transform: translateX(-50%);
    width: 32.2%;
    height: auto;
    z-index: 1;
}
.fv-headline {
    position: absolute;
    left: 0.49%;
    top: 7.35%;
    width: 91.79%;
    height: auto;
    z-index: 2;
}
.fv-illust-kick {
    position: absolute;
    right: 0;
    top: 5.4%;
    width: 50%;
    height: auto;
    z-index: 1;
}
.fv-ribbon {
    position: absolute;
    left: 50%;
    top: 27.61%;
    transform: translateX(-50%);
    width: 88.2%;
    height: auto;
    z-index: 2;
}
.fv-prize {
    position: absolute;
    left: 5.13%;
    width: 89.74%;
    height: auto;
    z-index: 1;
}
.fv-prize-a {
    top: 44.8%;
}
.fv-prize-b {
    top: 64.6%;
}
.fv-plus {
    position: absolute;
    left: 50%;
    top: 62.2%;
    transform: translateX(-50%);
    width: 8%;
    height: auto;
    z-index: 2;
}
.fv-note {
    position: absolute;
    left: 8.2%;
    top: 84.6%;
    width: 83.6%;
    color: #fff;
    font-size: min(2.8vw, 11px);
    line-height: 1.4;
    text-align: center;
    margin: 0;
    z-index: 3;
}
.fv-note2 {
    position: absolute;
    left: 53.4%;
    top: 40.8%;
    width: 100%;
    color: #fff;
    font-size: min(2.6vw, 10.6px);
    line-height: 1.4;
    margin: 0;
    z-index: 3;
    transform: translateX(-50%);
    padding: 0 8px;
}

.keyword .fv-note2 {
    top: 50.4%;
    font-size: min(2.8vw, 11px);
    padding: 0;
}
.fv-illust-couple {
    position: absolute;
    left: 6.67%;
    bottom: 0;
    width: 85.13%;
    height: auto;
    z-index: 1;
}

/* ======================================================
    MV下
====================================================== */
.mv-shita {
    padding: 32px 20px;
    background: #fff;
}
.mv-shita p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: #000;
    margin-bottom: 24px;
}
.mv-shita .scroll-btn {
    display: block;
    background: #f03;
    color: #fff;
    border-radius: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    padding: 14px 20px;
    box-shadow: 0 4px 2px rgba(0,0,0,.25);
    position: relative;
}
.mv-shita .scroll-btn::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -8px;
}

/* ======================================================
    まとめて掲載
====================================================== */
.matomete {
    background: #0088FF;
    padding: 32px 20px;
}
.matomete img {
    display: block;
    width: 100%;
    height: auto;
}

/* ======================================================
    アプリの説明（実績）
====================================================== */
.app-feature {
    background: #fff;
    padding: 32px 20px 0;
}
.app-feature .feature {
    margin-bottom: 40px;
}
.app-feature h3 {
    color: #08f;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 16px;
    line-height: 1.3;
}
.app-feature p {
    font-size: 17px;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 20px;
}
.app-feature img {
    display: block;
    width: 100%;
    height: auto;
}

.app-feature p.note {
    font-size: 12px;
    line-height: 17px;
    color: #000;
    padding-left: 18px;
    text-indent: -17px;
}

/* ======================================================
    グッドデザイン
====================================================== */
.gooddesign {
    background: #fff;
}
.gooddesign .gd-hero {
    position: relative;
    background: #f1f1f1;
    padding: 170px 20px 56px;
}
.gooddesign .gd-hero .photos {
    position: absolute;
    top: 0;
    right: 0;
    width: 307px;
}
.gooddesign .gd-hero .photos img {
    display: block;
    width: 100%;
    height: auto;
}
.gooddesign .gd-hero .badge {
    position: absolute;
    top: 14%;
    left: 50%;
    width: 280px;
    z-index: 1;
    transform: translateX(-50%);
}
.gooddesign .gd-hero .badge img {
    display: block;
    width: 100%;
    height: auto;
}
.gooddesign .app-dl-cards {
    position: relative;
    z-index: 2;
    display: flex;
    background: #fff;
    border-radius: 14px;
    margin: 0 auto;
    padding: 21px 0 20px;
    box-shadow: 0 4px 14px rgba(0,0,0,.10);
}
.gooddesign .app-dl-cards > div {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 12px;
}
.gooddesign .app-dl-cards > div:first-child {
    border-right: 1px solid #d9d9d9;
}
.gooddesign .app-dl-cards h4 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 23px;
    margin-bottom: 19px;
}
.gooddesign .app-dl-cards img {
    width: 88px;
    height: 88px;
    display: block;
    margin-bottom: 26px;
}
.gooddesign .app-dl-cards .dl-btn {
    display: block;
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    border-radius: 40px;
    padding: 12px 18px;
    text-align: center;
}
.gooddesign .note {
    padding: 32px 20px;
}
.gooddesign .note p {
    font-size: 13px;
    line-height: 17px;
    color: #000;
    padding-left: 26px;
    text-indent: -26px;
}
.gooddesign .note p + p {
    margin-top: 17px;
}
.gooddesign .note .mark {
    display: inline-block;
    width: 26px;
    text-indent: 0;
}

/* ======================================================
    キャンペーン参加方法（応募方法）
====================================================== */

.entry {
    padding: 32px 20px;
    background: #08f;
}
.entry-2 {
    background: #0071E3;
    padding-top: 50px;
}
.entry .entry-title {
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    background: #08f;
    margin: 0;
    line-height: 1.4;
}
.entry .w-chance {
    text-align: center;
    color: #fff;
    padding: 16px 0 32px;
    margin: 0;
    line-height: 1.5;
}
.entry .w-chance .hilite {
    display: block;
    color: #fffa00;
    font-weight: 900;
    font-size: 26px;
    margin-bottom: 4px;
}
.entry .w-chance .sub {
    font-weight: 900;
    font-size: 26px;
}

/* 応募方法 */
.course {
    position: relative;
    padding: 0 0 46px;
}
.course-a {
    background: #08f;
    padding-bottom: 0px;
    margin-bottom: -10px;
}
.course-b {
    background: #0071e3;
    padding-bottom: 0;
}
.course-badge {
    position: absolute;
    top: -40px;
    left: -16px;
    width: 90px;
    height: auto;
    z-index: 2;
}

.prize-card {
    position: relative;
    background: #fff;
    border-radius: 17px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,.15);
    padding-bottom: 24px;
}
.prize-card .prize-head {
    background: #f03;
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 28px;
    line-height: 1.4;
    padding: 16px 16px 16px;
}
.prize-card .prize-head span {
    font-size: 18px;
}
.prize-card .prize-head span.head-txt {
    font-size: 24px;
}
.prize-amount {
    text-align: center;
    padding: 24px 8px 0;
}
.prize-amount p {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #000;
    margin: 0;
}
.prize-amount p span {
    font-weight: 800;
    font-size: 32px;
}
.prize-amount .amount-row {
    line-height: 1;
    margin: 8px 0;
}
.prize-amount .amount {
    color: #f03;
    font-size: 80px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: -1px;
}
.prize-amount .amount i {
    font-size: 24px;
    font-style: normal;
    letter-spacing: 1px;
}
.prize-amount.amount-b .amount {
    font-size: 64px;
}
.prize-amount.amount-b .amount i {
    font-size: 22px;
}
.prize-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 10px 20px 8px;
}
.prize-icons picture {
    flex: 1;
}
.prize-icons .prize-illust {
    width: 170px;
    margin: 0 auto;
    display: block;
    height: auto;
}
.prize-icons .paypay-logo {
    width: 100px;
    margin: 0 auto;
    display: block;
    height: auto;
}
.prize-note {
    text-align: center;
    color: #000;
    font-size: 11px;
    line-height: 1.5;
    padding: 0 16px;
    margin: 0;
}
.step-heading {
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 40px 0 28px;
}
.step {
    margin-bottom: 32px;
}
.step-divider {
    margin: 0 auto 16px;
}
.step-divider picture,
.step-divider img {
    display: block;
    width: 100%;
    height: auto;
}
.step-inner {
    padding: 0 8px;
}
.step p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}
.step p a {
    color: #fffa00;
    text-decoration: underline;
}
.step .mockup {
    display: block;
    width: 80%;
    margin: 0 auto 32px;
    height: auto;
}
.step .btn-follow,
.step .btn-repost {
    display: block;
    background: #f03;
    color: #fff;
    text-align: center;
    font-weight: 900;
    font-size: 18px;
    border-radius: 100px;
    padding: 20px 20px;
    max-width: 300px;
    margin: 0 auto;
}
.step .app-dl-list {
    margin-top: 24px;
}
.step .app-dl-row {
    margin-bottom: 24px;
}
.step .app-dl-row:last-child {
    margin-bottom: 0;
}
.step .app-dl-row h5 {
    font-size: 15px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
}
.step .app-dl-row .dl-card {
    display: block;
}
.step .app-dl-row .dl-card img {
    display: block;
    width: 100%;
    height: auto;
}

.step-keyword {
    position: relative;
}
.keyword-compare {
    position: relative;
    margin-top: 20px;
}
.kw-stage {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.kw-stage .blank-card {
    position: absolute;
    top: 0;
    height: 100%;
    width: 35.14%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(0,0,0,.2);
}
.kw-stage .blank-card.left {
    left: 0;
}
.kw-stage .blank-card.right {
    left: 57.83%;
}
.keyword-compare .step2-illust {
    position: absolute;
    right: -6%;
    bottom: -12px;
    width: 44%;
    max-width: 168px;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    z-index: 2;
}

.check-panel {
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 40px 20px 28px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: visible;
}
.check-panel .check-badge {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    width: 82px;
    height: 82px;
    display: block;
}
.check-panel h4 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 20px;
}
.check-panel p.lead {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 0;
}
.check-panel p.lead .up {
    color: #f5de44;
    font-weight: 700;
}
.check-panel .example {
    display: block;
    font-size: 12px;
    text-align: center;
    margin: 14px 0 6px;
}
.check-panel .timeline {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4px;
    margin-bottom: 12px;
}
.check-panel .timeline-divider {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    border-left: 2px dotted rgba(255,255,255,.7);
}
.check-panel .day {
    flex: 1;
    min-width: 0;
    text-align: left;
}
.check-panel .day:first-child {
    padding-right: 10px;
}
.check-panel .day:last-child {
    padding-left: 24px;
}
.check-panel .day .date {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px;
}
.check-panel .day .card {
    background: #fff;
    border: 1px solid #0088ff;
    padding: 8px 4px;
    text-align: center;
}
.check-panel .day .card .label {
    font-size: 11px;
    color: #0071e3;
    display: block;
}
.check-panel .day .card .word {
    font-size: 18px;
    color: #0071e3;
    font-weight: 900;
    display: block;
}
.check-panel .day-illust {
    position: relative;
    margin-top: 8px;
}
.check-panel .day-illust img {
    width: 64%;
    max-width: 110px;
    height: auto;
    display: block;
}
.check-panel .day-illust .entry-label {
    position: absolute;
    right: 4px;
    top: 4px;
    font-weight: 700;
    font-size: 22px;
    margin: 0;
}
.check-panel .double {
    font-weight: 700;
    font-size: 22px;
    margin: 16px 0 20px;
}
.check-panel .foot-note {
    font-size: 11px;
    line-height: 1.6;
    text-align: left;
    opacity: .9;
}

/* ======================================================
    キャンペーン概要
====================================================== */
section.overview {
    padding-top: 32px;
    background: #fff;
}
section.overview .title {
    display: block;
    text-align: center;
    color: #0071e3;
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 8px;
}
.texts {
    line-height: 1.6;
    margin: 0 auto;
    padding: 14px 20px 40px;
}
.texts ol,
.texts ul {
    margin: 0;
    padding: 0
}
.texts p,
.texts ul,
.texts ol,
.texts dl,
.texts table,
.texts pre,
.texts blockquote,
.texts img {
    margin-top: 4px;
    font-size: 14px;
}
.texts h2,
.texts h3,
.texts h4,
.texts h5,
.texts h6 {
    margin: 1.6rem 0 0;
    font-weight: 700
}
.texts h2 {
    font-size: 16px;
    line-height: 1.5;
    background: #F2EFEE;
    border-radius: .7rem;
    border-left: 6px solid #1c5571;
    padding: 1.2rem 1rem;
}
.texts h3 {
    font-size: 15px;
    line-height: 1.5;
    color: #000;
}
.texts h4::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 1rem;
    border-radius: 3px;
    background: #1c5571;
    margin-right: 0.4rem;
    vertical-align: -2px
}
.texts h4 {
    font-size: 1.06em;
    line-height: 1.6;
}
.texts h5 {
    font-size: 1rem;
}
.texts h6 {
    font-size: .9rem;
}
.texts li,
.texts dt {
    margin: 4px 0 1px 18px;
    list-style: none;
    position: relative;
}
.texts ul>li:not(.is-indent)::before,
.texts dt::before {
    content: "";
    display: block;
    position: absolute;
    left: -1.1em;
    top: .5em;
    width: .5em;
    height: .5em;
    box-sizing: border-box;
    background: #000000;
    border-radius: 50%;
}
.texts li.is-indent {
    text-indent: -0.9rem;
}
.texts li.is-indent::before {
    content: attr(data-mark);
    display: inline-block;
    min-width: 1em;
    text-align: center;
}
.texts li>ul,
.texts li>ol {
    margin-top: 0
}
.texts li ul>li::before {
    background: #FFF;
    border: 1px solid #000000;
}
.texts ol {
    counter-reset: list;
}
.texts ol>li:before {
    counter-increment: list;
    content: counter(list);
    position: absolute;
    top: .4em;
    left: -1.9em;
    width: 1.5em;
    height: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    color: #FFF;
    background: #000000;
    border-radius: 50%;
}
.texts dt {
    margin-bottom: 0;
    font-weight: 700;
}
.texts dd {
    margin: 0 0 .1em 2.6em;
}
.texts table {
    width: 100%;
    border-collapse: collapse;
}
.texts th,
.texts td {
    line-height: 1.3;
    padding: 0.8em;
    border: 1px solid #e7e1e0;
    text-align: left;
}
.texts th {
    font-weight: 700
}
.texts blockquote {
    background: #F2EFEE;
    border-radius: .7rem;
    border-left: 6px solid #e7e1e0;
    padding: 1em;
}
.texts em,
.texts b {
    font-weight: 700;
    font-style: normal;
}
.texts strong {
    font-weight: 700;
    padding: 2px 0;
    margin-top: 8px;
    display: block;
}
.overview small {
    font-size: .76em;
    display: block;
    margin-top: 4px;
}
.texts img {
    display: block;
}
.texts hr {
    margin-top: 2rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

/* ======================================================
    Footer
====================================================== */
footer {
    background: #fff;
    color: #000;
    padding: 28px 16px 100px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #eee;
}
footer li {
    list-style: none;
}
footer .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    margin-left: -24px;
    margin-bottom: -24px;
    padding: 0;
    list-style: none;
}
footer .column {
    margin: 0;
    padding: 0;
    padding-left: 24px;
    padding-bottom: 24px;
}
footer .footer-link {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}
footer .myhome-logo {
    display: block;
    margin: 0 auto 28px;
    width: 200px;
}
footer .copyright {
    margin-top: 40px;
    font-size: 12px;
}

/* ======================================================
    Float
====================================================== */
.float {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 74px;
    background-color: rgba(255,255,255,.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 -2px 10px rgba(0,0,0,.08);
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
    pointer-events: none;
    z-index: 20;
}
.float.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.float .inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 24px;
}
.float .inner p {
    color: #3c3c3c;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
}
.float .inner .arrow {
    margin: 0 12px;
    font-size: 18px;
    color: #f03;
    font-weight: 700;
}
.float .inner .go-btn {
    background: #f03;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 30px;
    white-space: nowrap;
}
