<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/* toy-parade ============== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, hr {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
}

body {
    background: url(../../assets/img/common_background_01.png) center top;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "游ゴシック", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, sans-serif;
    /*color: #333;*/
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    position: relative;
    font-size: 15px;
    width: 100%;
    height: 100%;
    min-width: 1000px;
}

h1 {
    display: block;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

ol, ul {
    list-style: none;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: bottom;
}

#main {
    overflow: hidden;
}

.taC {
    text-align: center;
}

.dispF {
    display: -webkit-flex;
}

/* 汎用系 */
.outBoxBase {
    /* width: 1000px; */  /* paddingと合わせて1000 */
    margin-left: auto;
    margin-right: auto;
    /* padding: 40px; */
    background-color: #fff7cc;
    border: 4px solid #f0aa3e;
    border-radius: 28px;  /* 4px盛る */
    /* box-shadow: inset 6px 6px 6px #d5feff; */
}
.outBoxIn {    
    padding: 40px;
    background-color: #fff7cc;
    border: 4px solid #ec8e25;
    border-radius: 24px;
    /* box-shadow: inset 6px 6px 6px #d5feff; */
}
.boxBase {
    background-color: #d5feff;
    border: 6px solid #21898f;
    border-radius: 24px;
    /* box-shadow: inset 6px 6px 6px #d5feff; */
}
.boxIn {
    background-color: #3daaaa;
    border: 6px solid #d5feff;
    border-radius: 24px;
    /* box-shadow: inset 6px 6px 6px #d5feff; */
}
.contentIn {
    width: 900px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

/* ナビ犬フキダシ */
.tipNavi {
    position: absolute;
}
/* ナビ犬フキダシ：パレード */
.parade .naviPr {
    top: 450px;
    left: 490px;
}
/* ナビ犬フキダシ：図鑑 */
.book .naviBk {
    top: 450px;
    left: 520px;
}

/* header */
#header {
    width: 100%;
    height: 64px;
    position: absolute;
    top: 530px;
    left: 0;
    z-index: 900;
    /*padding-top: 0px;*/
    padding: 8px 0 8px 0;
    -webkit-transition: padding-top .4s,height .4s;
    transition: padding-top .4s,height .4s;
    /*padding: 10px 0 10px 0;*/
}
#header.fixed {
    position: fixed;
    top: 0;
}
#header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#header ul li {
    padding-left: 20px;
    padding-right: 20px;
}
#header ul a {
    width: 194px;
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
}


/* top */
.top {
    /* background: url(../../assets/img/top_titlebackground_01.png) repeat-x top;
    background-size: contain; */
    height: 495px;
    overflow-x: hidden;
    padding: 35px 0 120px 0;
}
.top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.top ul a {
    width: 194px;
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s;
}

/* mainContent */
.mainContent {
    /* background-image: url(../../assets/img/common_background_04.png);
    background-size: cover; */
    padding: 30px;
    margin-top: 20px;
}
.mainContentIn {
    /* background: url(../../assets/img/common_background_02.png) top;
    background-size: cover; */
    margin: auto;
    margin-top: 30px;
    margin-bottom: 40px;
    width: 90%;
    text-align: center;
}
.mCInBoard {        
    margin-top: -12px;
}
.mCCapture {
    margin: 30px 0 30px 0;
    text-align: center;
}

/* 各場所のテキスト要素関連 */
.howto .mainContentIn p {
    /* none */
}
/*
.parade .mainContentIn p {
    width: 80%;
}
.home .mainContentIn p {
    width: 85%;
}
.shop .mainContentIn p {
    width: 65%;
}
.book .mainContentIn p {
    width: 70%;
}*/

/* 賑やかしキャラ */
.uLChara {
    position: absolute;
    top: 35px;
    left: 48px;
}
.uRChara {
    position: absolute;
    top: 35px;
    right: 48px;
}
.bLChara {
    position: absolute;
    bottom: 15px;
    left: 8px;
}
.bRChara {
    position: absolute;
    bottom: 15px;
    right: 8px;
}
.tiltCharaL {
    transform: rotate(-15deg);
}
.tiltCharaR {
    transform: rotate(15deg);
}

/* ストアバッジ */
.storeBadge {
    width: 100%;
    height: 80px;
    padding-top: 0px;    
    display: -webkit-flex;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 320px;
}

.fBadge {
    width: 100%;
    height: 80px;
    /* padding-top: 0; */
    display: -webkit-flex;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    /* position: absolute; */
    /* left: 0px; */
}

.appButton {
    padding-left: 20px;
    padding-right: 20px;
}

/* howto */
.howto {
    /* height: 710px; */
    padding-top: 10px;
    padding-bottom: 10px;
}
.howto .uRChara {
    top: 65px;
}
.howto .tiltCharaR {
    transform: rotate(20deg) scale(-1, 1);
}

/* badge */
.badge {
    /* height: 300px; */
    padding-top: 10px;
    padding-bottom: 10px;
}
.badge ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* parade */
.parade {
    /* height: 740px; */
    padding-top: 10px;
    padding-bottom: 10px;
}

/* home */
.home {
    /* height: 640px; */
    padding-top: 10px;
    padding-bottom: 10px;
}

/* shop */
.shop {
    /* height: 640px; */
    padding-top: 10px;
    padding-bottom: 10px;
}

/* book */
.book {
    /* height: 740px; */
    padding-top: 10px;
    padding-bottom: 10px;
}

/* faq */
.faq {
    /* height: 1500px; */
    padding-top: 10px;
    padding-bottom: 10px;
}
.faqContent {
    display: -webkit-flex;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 24px;
}
.faqQ {
    margin-top: 40px;
    background-color: #3daaaa;
    border: 3px solid #188e8e;
    border-radius: 16px;
    color: white;
}
.faqA {
    margin-bottom: 40px;
    background-color: #e3e3e3;
    border: 3px solid #3daaaa;
    border-radius: 16px;
    color: #004242;
}
.faqQuestion {
    font-size: 24px;
    /* background-color: #3daaaa;
    border: 3px solid #188e8e;
    color: white; */
    /* box-shadow: 6px 6px inset 6px #909090; */
}
.faqAnswer {
    font-size: 24px;
    /* background-color: #e3e3e3;
    border: 3px solid #3daaaa;
    color: #004242; */
    /* box-shadow: 6px 6px inset 6px #909090; */
}
.faqContent img {
    /* res:64px */
    height: 48px; /* 要素に合わせて伸びてしまうので指定する。*/
    width: 48px;
}
.faqContent p {
    /* border-radius: 24px; */
    text-align: left;
    padding: 10px;
    width: 1016px;  /* 1100から48px+10px+10px分 */
}

/* spec */
.spec {
    /* height: 300px; */
    padding-top: 10px;
    padding-bottom: 10px;
}
.spec ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.spec p {
    padding-bottom: 20px;
}
.spec .uLChara {
    top: 15px;
}
.spec .tiltCharaR {
    transform: rotate(20deg) scale(-1, 1);
}

/* pageTop */
.pageTop {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 900;
}

/* フッター */
#footer {
    background-color: white;
}
.fMain {
    text-align: center;
    margin-top: 30px;
    /* margin-bottom: 100px; */
}
.fCopy {
    color: #21898f;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 30px;
}
.fLogo {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
}
.fLogo img {
    height: 60px;
}
.fLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fLink a {
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
}
.fLink a:hover {
    text-decoration: underline;
}
.fLink p {
    color: #21898f;
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-width: 930px) {
    .spec .uLChara {
        display: none;
    }
    .spec .uRChara {
        display: none;
    }
}

/* スマホ */
@media screen and (max-width: 1100px) {
    .pcOnly {
        display: none;
    }
    .spOnly {
        display: block;
    }

    body {
        min-width: 320px;
    }
    
    .contentIn {
        width: 90%;
    }

    /* 汎用系 */
    .outBoxIn {    
        padding: 3vw;
    }
    /* 看板系 */
    .mainContentIn h1 img {
        width: 40vw;
    }

    /* 各場所のテキスト要素関連 */
    .howto .mainContentIn p {
        /* none */
    }
    .parade .mainContentIn p {
        /* none */
    }
    .home .mainContentIn p {
        /* none */
    }
    /*
    .shop .mainContentIn p {
        width: 80%;
    }
    .book .mainContentIn p {
        width: 75%;
    }*/

    /* ナビ犬フキダシ：パレード */
    .parade .naviPr {
        width: 31vmin;
        top: 51vmin;
        left: 41.5vw;
    }
    /* ナビ犬フキダシ：図鑑 */
    .book .naviBk {
        width: 31vmin;
        top: 51vmin;
        left: 43vw;
    }

    /* header */
    #header {
        top: 55vw;
    }
    #header ul a {
        width: 24vw;
    }

    /* top */
    .top {
        height: 47.5vw;
        overflow-x: hidden;
        padding: 35px 0 80px 0;
    }
    .top ul a {
        width: 21vw;
        display: block;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

    /* mainContent */
    .mainContent {
        padding: 4vw;
        margin-top: 4vw;
    }

    /* ストアバッジ */
    .storeBadge {
        height: 10vw;
        top: 30vw;
    }

    .fBadge {
        height: 10vw;
    }

    .appButton {
        min-width: 133px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .appButton img {
        min-height: 40px;
        min-width: 133px;
    }

    /* howto */
    .howto .uLChara {
        left: 4vmin;
        width: 9vw;
        top: 9vmax;
    }
    .howto .uRChara {
        right: 3vmin;
        width: 11vw;
        top: 9.5vmax;
    }

    /* faq */
    .faqQuestion {
        font-size: 2vmax;
    }
    .faqAnswer {
        font-size: 2vmax;
    }
    
    /* spec */
    .spec .uLChara {
        left: 2vw;
        width: 10vw;
        top: 5vw;
    }
    .spec .uRChara {
        right: 2vw;
        width: 10vw;
        top: 5vw;
    }

    /* pageTop */
    .pageTop img {
        height: 11vmax;
    }
}

/* PC */
@media screen and (min-width: 1100px) {
    .pcOnly {
        display: block;
    }
    .spOnly {
        display: none;
    }

    img {
        image-rendering: -webkit-optimize-contrast;
    }

    .outBoxBase {
        width: 1000px;
    }    

    /* 各場所のテキスト要素関連 */
    .howto .mainContentIn p {
        /* none */
    }
    .parade .mainContentIn p {
        /* none */
    }
    /*
    .home .mainContentIn p {
        margin-left: 1.5vw;
    }
    .shop .mainContentIn p {
        padding-left: 6vw;
    }
    .book .mainContentIn p {
        padding-left: 2.5vw;
    }*/

    .top {
        background: url(../../assets/img/top_titlebackground_01.png) repeat-x top;
        background-size: contain;
        /* height: 495px; */
        /* overflow-x: hidden; */
        /* padding: 35px 0 120px 0; */
    }

    .howto .uLChara {
        left: 96px;
    }
    .howto .uRChara {
        right: 112px;
    }

    .dispF {
        padding-left: 80px;
    }
}</pre></body></html>