/* 全体共通ここから */

:root {
    --main-color: #31b6a0;
}

.sp-br {
    display: none;
}

body {
    text-align: center;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

b {
    font-weight: bold;
}

.fugaz-one {
    font-family: "Fugaz One", serif;
    font-weight: 400;
    font-style: normal;
}

.tokuria-color {
    color: var(--main-color);
}

.h2-wrapper {
    text-align: center;
    margin: auto;
}

.h2-wrapper h2 {
    font-size: 30px;
    padding-bottom: 1px;
}

.h2-under {
    border: 3px solid var(--main-color);
    width: 100px;
    margin: auto;
}

.main-contents-wrapper {
    background-color: #31b6a0;

}

.main-contents {
    background-color: white;
    max-width: 90%;
    margin: auto;
}

/* 全体共通ここまで */



/* ファーストビューここから */
.fv-wrapper {
    width: 100%;
    height: 70%;
    background-image: url(img/fv_bg.webp);
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
}

.fv-top {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding-top: 3%;
}

.fv-top-left {
    width: 50%;
    padding-top: 5%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fv-top-left p {
    text-align: left;
    text-align: center;
    font-weight: bold;
}

.balloon-001 {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 300px;
    margin-bottom: 15px;
    padding: .8em 1.2em;
    border-radius: 5px;
    background-color: var(--main-color);
    color: white;
    text-align: center;
    font-size: 18px;
}

.balloon-001::before {
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 15px;
    background-color: var(--main-color);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.fv-top-title {
    font-size: 32px;
    line-height: 60px;
}

.fv-top-right {
    width: 40%;
    display: flex;
    justify-content: center;
    filter: drop-shadow(0px 0px 10px #7e7e7e);
}

.fv-app-img {
    width: 100%;
    max-width: 350px;
    height: auto;
}

.fv-attention {
    width: 90%;
    margin: auto;
    padding-top: 2%;
    font-size: 0.7rem;
    text-align: right;
}

.pc-fv-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30%;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 2%;
}

.sp-fv-bottom {
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.fv-bottom-msg {
    text-align: center;
}

.fv-bottom-msg-sub {
    font-weight: lighter;
}

.fv-bottom-msg-main {
    font-size: 40px;
}

.fv-margin {
    margin-right: 3%;
}

.app-icon-img {
    width: 10%;
    height: 10%;

    max-width: 100px;
    max-height: 100px;
}

.dl-btn-kari {
    background-color: var(--main-color);
    padding: 2%;
}

/* ファーストビューここまで */



/* ファーストビュー下ここから */
.fv-under {
    padding: 3%;
    font-size: 24px;
}

/* ファーストビュー下ここまで */



/* tokuria walkとはここから */
.about-tokuria-walk-wrapper {
    padding: 2%;
}

.about-tokuria-walk {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-tokuria-walk img {
    width: 10%;
    height: 10%;
    margin-right: 30px;
    filter: drop-shadow(0px 0px 10px #dad9d9);
}

.about-tokuria-walk p {
    font-weight: 300;
    text-align: left;
}

/* tokuria walkとはここまで */



/* tokuria walkの特徴ここから */
.tokuria-walk-features-item {
    margin: 2% auto;
    width: 80%;
    max-width: 1000px;
    border: 1px solid var(--main-color);
    border-radius: 30px;
    background-color: white;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.features-header {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.features-header img {
    width: 10%;
}

.features-contents {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2%;
}

.features-contents p {
    font-weight: 300;
    text-align: left;
}

.features-contents img {
    width: 15%;
    margin-right: 30px;
}

.features-contents span {
    color: gray;
    font-size: 12px;
}

/* tokuria walkの特徴ここまで */



/* スキマ時間ここから */
.sukima-wrapper {
    background-color: var(--main-color);
    padding: 2%;
}

.sukima-wrapper h2,
.sukima-wrapper span,
.sukima-wrapper p {
    color: white;
}

.sukima-wrapper .h2-under {
    border: 3px solid white;
}

.sukima-title {
    font-size: 24px;
    padding-top: 20px;
}

.sukima-item-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1300px;
    margin: auto;
}

.sukima-item-img img {
    width: 50%;
}

.sukima-item {
    padding: 20px 0;
}

.sukima-item p {
    font-size: 20px;
}

.sukima-subtitle {
    font-size: 28px;
    font-weight: bold;
}

.sukima-attention-wrapper {
    display: flex;
    justify-content: end;
}

.sukima-attention {
    font-size: 0.7rem;
}

/* スキマ時間ここまで */



/* 交換先ここから */
.exchange-lists-wrapper {
    padding: 2%;
}

.exchange-lists-wrapper h2 {
    font-size: 30px;
}

.exchange-lists {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.exchange-lists img {
    width: 25%;
    padding: 0 2%;
}

.exchange-lists-wrapper p {
    padding: 20px;
    font-size: 30px;
}

/* 交換先ここまで */



/* ダークモードここから */
.darkmode-wrapper {
    background-color: black;
    color: white;
    padding: 2%;
}

.darkmode-wrapper span {
    font-size: 20px;
}

.darkmode-wrapper h2 {
    font-size: 30px;
}

.darkmode-contents {
    display: flex;
    justify-content: center;
    align-items: center;
}

.darkmode-contents img {
    width: 15%;
    filter: drop-shadow(0px 0px 5px #dad9d9);
}

.darkmode-merit {
    padding-left: 2%;
}

.darkmode-merit h3 {
    font-size: 24px;
    margin-bottom: 2%;
}

.darkmode-merit ul {
    text-align: left;
}

.darkmode-merit li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    margin: auto;
    font-size: 20px;
}

.darkmode-merit li:before {
    content: "";
    position: absolute;
    top: .4em;
    left: 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 7px;
    height: 12px;
    border-right: 3px solid var(--main-color);
    border-bottom: 3px solid var(--main-color);
}

.darkmode-merit span {
    margin-left: 10px;
    font-size: 0.7rem;
}

/* ダークモードここまで */



/* サポートここから */
.support-wrapper {
    padding: 2%;
}

.support-contents {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2%;
}

.support-contents img {
    width: 20%;
    margin-right: 30px;
}

.support-contents p {
    font-weight: 300;
    text-align: left;

}

/* サポートここまで */



/* 区切り点ここから */
.dli-more {
    display: inline-block;
    vertical-align: middle;
    color: var(--main-color);
    line-height: 1;
    width: 0.75em;
    /* 2倍 */
    height: 0.75em;
    /* 2倍 */
    background: currentColor;
    border-radius: 50%;
    box-shadow: -1.125em 0 0 0 currentColor, 1.125em 0 0 0 currentColor;
    /* 2倍 */
    margin-bottom: 30px;
}

/* 区切り点ここまで */

/* CTAここから */
.cta-title {
    font-size: 28px;
    font-weight: bold;
}

.cta-microcopy {
    font-weight: bold;
}

/* CTAダウンロードボタン全体 */
.cta-download-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
}

/* ストアバッジ部分（横並び or 縦並び） */
.cta-download {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

/* 各バッジの見た目 */
.cta-store-badge {
    height: 50px;
    object-fit: contain;
    max-width: 40vw;
}

/* QRコード */
.cta-qr-box {
    display: flex;
    align-items: center;
}

.cta-qr-img {
    width: 110px;
    height: auto;
}

/* スマホ表示用レスポンシブ調整 */
@media screen and (max-width: 480px) {
    .cta-download-wrapper {
        flex-direction: column;
    }

    .cta-download {
        flex-direction: column;
        gap: 10px;
    }

    .cta-qr-box {
        display: none;
    }

    .cta-store-badge {
        max-width: 80vw;
        height: 45px;
    }
}

/* CTAここまで */



/* フッターここから */
.footer-end {
    background-color: #f2f2f2;
    padding: 30px 0;
    margin-top: 50px;
    font-size: 14px;
}

.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 90%;
    margin: 0 auto;
}

.footer-app-icon {
    width: 80px;
    height: auto;
    filter: drop-shadow(0px 0px 5px #ccc);
}

.footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 14px;
}

.footer-links a {
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.footer-links a:hover {
    border-bottom: 1px solid var(--main-color);
    color: var(--main-color);
}

.footer-legal {
    text-align: center;
    color: #888;
    font-size: 10px;
    line-height: 1.5;
}

@media screen and (max-width: 480px) {
    .footer-links {
        flex-direction: column;
        gap: 10px;
    }
}


/* フッターここまで */



/* フェードインここから */
.fade-in,
.fade-in-load {
    opacity: 0;
}

.fade-in.inview,
.fade-in-load.inview {
    animation-name: fade-in;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-delay: .4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes fade-in {
    0% {
        transform: translateY(40px);
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes fade-in-load {
    0% {
        transform: translateY(40px);
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

/* フェードインここまで */



/* レスポンシブここから */
@media screen and (max-width: 480px) {

    /* 共通ここから */
    .h2-wrapper {
        padding: 5% 0;
    }

    .sp-br {
        display: block;
    }

    .main-contents {
        max-width: 95%;
    }

    /* 共通ここまで */



    /* fvここから */
    .fv-top {
        flex-direction: column;

    }

    .fv-top-left {
        display: block;
    }

    .fv-top-left,
    .fv-top-right {
        width: 100%;
    }

    .balloon-001 {
        font-size: 14px;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .fv-top-title {
        font-size: 18px;
        line-height: 36px;
    }

    .fv-attention {
        font-size: 0.5rem;
    }

    .pc-fv-bottom {
        display: none;
    }

    .sp-fv-bottom {
        display: block;
        padding: 3%;
    }

    .sp-fv-bottom-top {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sp-fv-bottom-top img {
        width: 15%;
    }

    .sp-fv-bottom-bottom {
        margin: auto;
        width: 70%;
    }

    .fv-bottom-msg-sub {
        font-size: 14px;
    }

    .fv-bottom-msg-main {
        font-size: 32px;
    }

    /* fvここまで */



    /* fv下ここから */
    .fv-under {
        font-size: 4vw;
    }

    /* fv下ここまで */



    /* tokuria walkとはここから */
    .about-tokuria-walk-wrapper {
        margin: 2%;
    }

    .about-tokuria-walk img {
        width: 15%;
        height: 15%;
        margin-right: 15px;
    }

    .about-tokuria-walk p {
        font-size: 13px;
    }

    /* tokuria walkとはここまで */



    /* tokuria walkの特徴ここから */
    .tokuria-walk-features-item {
        width: 90%;
        margin: 20px auto;
        padding: 15px;
    }

    .features-header img {
        width: 20%;
    }

    .features-header h2 {
        font-size: 20px;
    }

    .features-contents img {
        margin-right: 15px;
    }

    .features-contents {
        flex-direction: column;
    }

    .features-contents img {
        width: 50%;
    }

    .features-contents p {
        font-size: 13px;
    }

    /* tokuria walkの特徴ここまで */



    /* スキマ時間ここから */
    .sukima-wrapper {
        margin: 50px 0;
    }

    .sukima-item-wrapper {
        display: block;
    }

    .sukima-item-img img {
        width: 30%;
    }

    .sukima-item p {
        font-size: 18px;
    }

    .sukima-attention {
        margin-top: 10px;
        font-size: 0.5rem;
    }

    /* スキマ時間ここまで */



    /* ポイント交換先ここから */
    .exchange-lists-wrapper {
        padding: 1%;
    }

    .exchange-lists {
        flex-direction: column;
    }

    .exchange-lists img {
        margin: 2% auto;
        width: 60%;
    }

    /* ポイント交換先ここまで */



    /* ダークモードここから */
    .darkmode-wrapper {
        padding: 30px 0;
    }

    .darkmode-contents img {
        width: 20%;
    }

    .darkmode-merit {
        margin-left: 10px;
    }

    .darkmode-merit h3 {
        font-size: 20px;
    }

    .darkmode-merit li {
        font-size: 16px;
    }

    /* ダークモードここまで */



    /* サポートここから */
    .support-contents img {
        margin-right: 20px;
    }

    /* サポートここまで */



    /* フッターここから */
    .footer-app-icon {
        width: 50%;
    }

    /* フッターここまで */
}

/* レスポンシブここまで */

/* ダウンロードボタンここから */
.dl-btn-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.store-badges {
    display: flex;
    gap: 20px;
    position: relative;
}

.store-badges img {
    height: 80px;
    /* 高さを統一 */
    object-fit: contain;
}

.store-badges a {
    display: inline-block;
}

.dl-btn-store {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: nowrap;
    /* 改行しないようにする */
}

/* PC用ダウンロードボタンレイアウト */
.dl-btn-pc {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.store-badges-vertical {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.store-badge-pc {
    height: 50px;
    object-fit: contain;
}

/* QRコードスタイル */
.qr-code-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-code-img {
    width: 110px;
    height: auto;
}


.store-badge {
    height: 40px;
    max-width: 40vw;
    /* 収まりやすく調整 */
    object-fit: contain;
}


.badge-link {
    position: relative;
}

.qr-hover {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    z-index: 10;
    background-color: white;
    padding: 10px;
    border: 1px solid #ccc;
}

.qr-code {
    width: 150px;
    height: auto;
}

@media screen and (min-width: 481px) {

    .badge-link:hover+.qr-hover,
    .qr-hover:hover {
        display: block;
    }
}

/* ダウンロードボタンここまで */