@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap");

* {
    margin: 0;
    padding: 0
}

html {
    -webkit-text-size-adjust: none;
    min-height: 100%;
    position: relative;
    padding-bottom: 150px;
    box-sizing: border-box
}

img {
    border: 0;
    vertical-align: bottom;
    max-width: 100%;
    height: auto
}

body {
    font-family: Sawarabi Gothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    line-height: 2;
    text-align: center;
    letter-spacing: .15em;
    background-color: #e5f7fc
}

a,
body {
    color: #01b3de
}

a {
    transition: all .3s ease-in-out;
    text-decoration: none
}

header {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 10vh
}

header h1 {
    font-size: 5vw
}

header div.backBtn {
    display: none;
    position: absolute;
    width: 7%;
    left: 0;
    bottom: 10%
}
@media screen and (min-width:768px) {
    header div.backBtn {
        display: inline-block;
    }
}

main {
    margin-bottom: 10vh
}

article {
    padding-top: 10vh;
    width: 94%;
    margin: 0 auto
}

article ul {
    list-style: none;
    display: flex;
    justify-content: center
}

article ul li {
    flex-basis: 33.3%;
    margin: 0 1.5%
}

article ul li a {
    background-color: #fff;
    border-radius: 20px;
    padding: 7vh 0 5vh;
    display: block;
    box-shadow: 10px 10px 20px #cedee3
}

article ul li a:active,
article ul li a:hover {
    background-color: #e5f7fc;
    box-shadow: inset -2px -2px 10px #fff, inset 3px 3px 10px #cedee3
}

article ul li figcaption {
    font-size: 2.5vw;
    margin-top: .75rem
}

article ul li figure img {
    width: 35%
}

article ul li figure ul.category li {
    color: #fff;
    font-weight: 700;
    line-height: 1.8;
    font-size: 93%;
    background-color: #01b3de;
    border-radius: 100px;
    flex-basis: 38%
}

article.howtomove {
    padding-top: 5vh
}

article.howtomove ul {
    flex-wrap: wrap
}

article.howtomove ul li {
    flex-basis: 30.3%
}

article.howtomove ul li:first-of-type,
article.howtomove ul li:nth-of-type(2),
article.howtomove ul li:nth-of-type(3) {
    margin-bottom: 3vh
}

article.howtomove ul li a {
    padding: 5vh 0
}

article.howtomove ul li figure {
    display: flex;
    justify-content: center;
    align-items: center
}

article.howtomove ul li figure img {
    width: 25%
}

article.howtomove ul li figcaption {
    margin-top: 0;
    padding: 0 .75em 0 .5em
}

footer {
    width: 100%;
    height: 100px;
    bottom: 0;
    background: url(../../../images/footer_bg.png) no-repeat top/cover
}

footer,
footer img {
    position: absolute;
    left: 0
}

footer img {
    width: 17%;
    margin: auto;
    right: 0;
    bottom: 20%
}

@media screen and (max-width:568px) {
    html {
        padding-bottom: 100px;
    }

    header {
        padding-top: 3rem
    }

    header h1 {
        font-size: 5vw
    }

    header div.backBtn {
        width: 3rem;
        bottom: -5%
    }

    article {
        padding-top: 2rem
    }

    article ul {
        flex-wrap: wrap
    }

    article ul li {
        flex-basis: 46%;
        margin: 2%
    }

    article ul li a {
        padding: 1.75rem 0
    }

    article ul li figure img {
        width: 50%
    }

    article ul li figcaption {
        font-size: 4vw;
        margin-top: 0
    }

    article ul li figure ul.category li {
        font-size: 2vw
    }

    article.howtomove ul li {
        flex-basis: 46%
    }

    footer {
        height: 70px
    }

    footer img {
        width: 25%
    }
}
@media screen and (max-width: 568px) {
    .mov_sp {
        position: relative;
        width: fit-content;
        height: initial;
        margin: auto;
        padding: 2vh;
    }
    .Mov_iconPlay {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .Mov_movArea {
        width: 100%;
        height: initial;
    }
    }