/* noto-sans-jp-regular - latin_japanese */
@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 100;
}

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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Noto Sans JP';
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background-color: #f6f8db !important;
    line-height: 1;
    letter-spacing: 0.05em;
    word-wrap: break-word;
}

.Top {
    display: none;
}

.Mob {
    display: block;
}

.Container {
    position: relative;
    width: 100%;
    height: auto;
    /*float: left;*/
}

    .Container .CenterGrid {
        position: relative;
        width: 100%;
        max-width: 640px;
        margin: auto;
        left: 0;
        right: 0;
        background-color: #fefff1;
        overflow-y: hidden;
    }

.KVGroup {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    margin-top: 20%;
    padding-bottom: 115%;
}

    .KVGroup .KV {
        position: absolute;
    }

        .KVGroup .KV img {
            width: 100%;
        }

    .KVGroup .KV1 {
        z-index: 4;
        animation-delay: 1s;
    }

    .KVGroup .KV2 {
        z-index: 3;
        animation-delay: 0.5s;
    }

    .KVGroup .KV3 {
        z-index: 2;
        animation-delay: 2s;
    }

    .KVGroup .KV4 {
        z-index: 1;
        animation-delay: 1.5s;
    }

.CTAGroup {
    float: left;
    width: 100%;
    height: auto;
    background-size: 100%;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: -23%;
    animation-delay: 3s;
}

    .CTAGroup a {
        float: left;
        width: 100%;
    }

        .CTAGroup a img {
            float: left;
            width: 100%;
        }

.QGroup {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 25%;
    background-color: #fff;
    padding: 3%;
}

    .QGroup .Prog {
        position: relative;
        float: right;
        width: 100%;
        clear: both;
        text-align: right;
        margin-bottom: 2.5%;
    }

    .QGroup .Ques {
        position: relative;
        float: left;
        width: 100%;
        height: 150px;
    }

.AGroup {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    margin-top: 5%;
    padding: 0 10%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

    .AGroup a:nth-child(1) {
        margin-right: 2.5%;
    }

.DGroup {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}

    .DGroup img {
        width: 80%;
    }

.ATitle {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 25%;
    padding: 0 10%;
}

.ResGrid {
    position: relative;
    float: left;
    width: 90%;
    margin: 5% 5% 25% 5%;
}

    .ResGrid .ResGroup {
        position: relative;
        float: left;
        width: 100%;
        overflow: hidden;
    }

        .ResGrid .ResGroup .Pic {
            position: relative;
            float: left;
            width: 100%;
            background-color: #ebf7ff;
            border-radius: 15px 15px 0 0;
            overflow: hidden;
        }

        .ResGrid .ResGroup .Text {
            position: relative;
            float: left;
            width: 100%;
            padding: 5%;
            background-color: #fff;
        }

        .ResGrid .ResGroup .More {
            position: relative;
            float: left;
            width: 100%;
            padding: 5%;
            background-color: #ebf7ff;
            border-radius: 0 0 15px 15px;
        }

.Bar {
    position: fixed;
    float: left;
    width: 100%;
    max-width: 640px;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: center;
    background-color: rgba(180,205,35,0.9);
    z-index: 9;
    margin: auto;
    height: 122px;
}
/*** 選單 ***/
.NavBar {
    position: fixed;
    float: left;
    width: 100%;
    max-width: 640px;
    height: 135px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    margin: auto;
    background-image: url(../img/header-bg.png);
    background-position: top right;
    background-size: 100%;
    background-repeat: no-repeat;
}

    .NavBar .Logo {
        width: 200px;
        top: 16px;
        margin: auto;
        left: 0;
        position: absolute;
        z-index: 999999;
    }

        .NavBar .Logo img {
            width: 200px;
        }

    .NavBar .NavTop {
        position: fixed;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        width: 500px;
    }

    .NavBar .NavSNS {
        position: fixed;
        margin-top: 20px;
        width: 160px;
        right: 0;
    }

#NavTog {
    width: 50px;
    height: 50px;
    padding: 5px;
    position: absolute;
    top: 23px;
    right: 10px;
    z-index: 9;
    border-radius: 100%;
    background-color: #009ce0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #NavTog span {
        display: block;
        position: absolute;
        height: 3px;
        width: 60%;
        margin: 0 20%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #NavTog span:nth-child(1) {
            top: 13px;
        }

        #NavTog span:nth-child(2), #NavTog span:nth-child(3) {
            top: 23px;
        }

        #NavTog span:nth-child(4) {
            top: 33px;
        }

    #NavTog.open span:nth-child(1) {
        top: 13px;
        width: 0%;
        left: 50%;
        background: #fafafa;
    }

    #NavTog.open span:nth-child(2) {
        background: #fafafa;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #NavTog.open span:nth-child(3) {
        background: #fafafa;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #NavTog.open span:nth-child(4) {
        top: 30px;
        width: 0%;
        left: 0%;
    }

.NavBox {
    position: fixed;
    width: 100%;
    max-width: 640px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(35, 180, 245, 0.9);
    backdrop-filter: blur(5px);
}

    .NavBox .NavSub {
        float: left;
        width: 90%;
        margin: 0 5%;
        border-bottom: solid 1px #63c7f3;
    }

        .NavBox .NavSub .NavTri {
            float: left;
            width: 90%;
            margin: 0 5%;
            border-bottom: none;
        }

    .NavBox .NavCol {
        width: 100vw;
        height: 100vh;
        max-width: 640px;
        min-width: 320px;
        margin: auto;
        overflow: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

.NavList {
    float: left;
    width: 100%;
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .NavList:hover {
        color: #c8e9f8;
    }

    .NavList:nth-child(1) {
        padding-top: 20px;
    }

    .NavList:last-child {
        padding-bottom: 50px;
        border-bottom: none;
    }

.NavList {
    width: 90%;
    margin: 0 5%;
    float: left;
    padding: 16px 0;
    text-decoration: none;
    text-align: center;
    border-bottom: solid 1px rgba(255,255,255,0.3);
    color: #fff;
}

.NavBox .NavCol .NavList .NavSNS {
    position: relative;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
}

.NavSNS .Icon {
    float: left;
    writing-mode: tb;
    width: 40px;
    height: 40px;
    padding: 5px;
    margin: 5px;
    text-align: center;
    border-radius: 100%;
    /*border: solid 1px rgba(255,255,255,1);*/
    background-color: rgba(255,255,255,0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .NavSNS .Icon:hover {
        background-color: rgba(255,255,255,0.2);
    }

.dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: inherit;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* 插件 */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.Scroll {
    width: 50px;
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    margin: auto;
    left: 0;
    right: 0;
    animation: Scroll 1s ease-in-out infinite alternate;
    -moz-animation: Scroll 1s ease-in-out infinite alternate;
    -webkit-animation: Scroll 1s ease-in-out infinite alternate;
    -o-animation: Scroll 1s ease-in-out infinite alternate;
}

@keyframes Scroll {
    0% {
        bottom: -20px;
    }

    50% {
        bottom: -10px;
    }

    100% {
        bottom: -20px;
    }
}

/* 文字 */

.ColorBlack {
    color: #000000;
}

    .ColorBlack:visited {
        color: #000000;
    }

    .ColorBlack:hover {
        color: #000000;
    }

    .ColorBlack:active {
        color: #000000;
    }

.ColorWhite {
    color: #fafafa;
}

a.ColorWhit {
    color: #fafafa;
    padding: 15px;
}

a.ColorWhite:hover {
    color: #fafafa;
}

.ColorBlue {
    color: #009ce0;
}

.ColorRed {
    color: #e60012;
}

    .ColorRed:link {
        color: #e60012;
        text-decoration: underline;
    }

    .ColorRed:visited {
        color: #e60012;
    }

    .ColorRed:hover {
        color: #e60012;
    }

    .ColorRed:active {
        color: #e60012;
    }

.ShadowWhite {
    text-shadow: 0px 0px 20px #e2e2e2, 0px 0px 20px #e2e2e2;
}

.ShadowBlack {
    text-shadow: 0px 0px 10px #000000;
}

.FontXXL {
    font-size: 4em;
}

.FontXL {
    font-size: 2.6em;
}

.FontLL {
    font-size: 1.8em;
}

.FontL {
    font-size: 1.6em;
}

.FontML {
    font-size: 1.4em;
    line-height: 1.5em;
}

.FontM {
    font-size: 1.2em;
    line-height: 1.5em;
}

.FontS {
    font-size: 1em;
    line-height: 1.5em;
}

.TextCenter {
    text-align: center;
}

.TextRight {
    text-align: right;
}

.TextLeft {
    text-align: left;
}

.FontBold {
    font-weight: bold;
}

.FontBolder {
    font-weight: bolder;
}

.FloatLeft {
    float: left;
}

.ClearBoth {
    clear: both;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

.Q2, .Q3, .Q4, .Q5 {
    display: none;
}



.WebLPFooterBG {
    max-width: 640px;
    margin: 0 auto 122px auto;
}

#webLPFooter .footerMain div.btnBox div.flex-item {
    width: 30% !important;
}

    #webLPFooter .footerMain div.btnBox div.flex-item:nth-child(3) {
        width: 100% !important;
    }

@media screen and (max-device-width: 500px) {
    .WebLPFooterBG {
        margin-bottom: 90px;
    }

    #webLPFooter .footerMain div.btnBox div.flex-item {
        width: 37% !important;
    }

        #webLPFooter .footerMain div.btnBox div.flex-item:nth-child(2) {
            width: 25% !important;
        }

    .Bar {
        height: 90px;
    }
}
