@charset "utf-8";
body, html, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img {margin:0; padding:0;border:none;}
h1, h2, h2, h3, h5, h6 {font-size:100%;font-weight:normal;} 
body {
    font:15px/1.231 'Hiragino Kaku Gothic Pro','Lucida Grande', Verdana, Arial, Meiryo, メイリオ, sans-serif;-webkit-text-size-adjust:none;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    min-width: 320px;
    word-break: break-all;
}
a {
    color: #000;
}
/* ===== fonts ===== */
@font-face {
    font-family: 'base-font';
    src: url(../fonts/MoominFont.otf);
}
html { scroll-behavior: smooth;}
/* ===== loading ===== */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 200000;
}
.loader-slide {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, #adef9a 0%, #92ea80 100%);
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.load-img {
    position: absolute;
    width: 64%;
    max-width: 440px;
    text-align: center;
}
.load-text span {
    font-family: 'base-font';
    display: inline-block;
    margin: 0 -.075em;
    animation: loadText .7s infinite alternate;
    font-size: 32px;
}
.load-text span:nth-child(2) {
    animation-delay: .1s;
}
.load-text span:nth-child(3) {
    animation-delay: .2s;
}
.load-text span:nth-child(4) {
    animation-delay: .3s;
}
.load-text span:nth-child(5) {
    animation-delay: .4s;
}
.load-text span:nth-child(6) {
    animation-delay: .5s;
}
.load-text span:nth-child(7) {
    animation-delay: .6s;
}
@keyframes loadText {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.8);
    }
}
.open {
    animation-name: slideOut;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 1s;
}
@keyframes slideOut {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
    }
}
/* ============== RESPONSIVENESS ============== */
@media screen and (max-height:560px) {
    .load-img {
        width: auto;
        height: 60%;
    }
    .load-img img {
        height: 100%;
    }
    .load-text span {
        font-size: 8vh;
    }
}
/* ===== page-top ===== */
#page-top {
    position: fixed;
    width: 100px;
    height: 100px;
    color: #fff;
    bottom: 50px;
    right: 20px;
    cursor: pointer;
    z-index: 10000;
}
#page-top img {
    max-width: 47px;
    margin: auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    transition: .2s;
}
#page-top .nyoro-left {
    left: -38px;
}
#page-top .nyoro-right {
    right: -38px;
}
#page-top:hover > .nyoro-left {
    left: -58px;
}
#page-top:hover > .nyoro-right {
    right: -58px;
}
#page-top span {
    width: 100%;
    padding: 4% 0;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    background: #f5403b;
    border-radius: 20px;
    text-align: center;
    font-size: 18px;
    font-family: 'base-font';
    border: solid 4px #000;
}
/* ===== common ===== */
article {
    position: relative;
    z-index: 100;
    background: #f8f8f8;
}
section {
    text-align: center;
}
h2 {
    font-family: base-font;
    font-size: 48px;
}
iframe {
    width: 100%;
    height: 100%;
    position: absolute!important;
    right: 0;
    left: 0;
    margin: auto;
    /*height: 88%!important;*/
}
li {
    list-style: none;
}
a {
    text-decoration:none;
}
a img {
    border:none;
}
img {
    width: 100%;
}
/* store button */
.box-store {
    margin: 0 0 12%;
}
.box-store .link-store {
    position: relative;
    top: -30px;
    z-index: 5;
}
.link-store li {
    margin: 0 1%;
}
.link-store li:first-child {
    width: 24%;
    max-width: 275px;
}
.link-store li:last-child {
    width: 30%;
    max-width: 333px;
}
.link-store {
    display: flex;
    justify-content: center;
}
.link-store a {
    transition: .3s;
    position: relative;
}
.link-store a:hover {
    top: -2px;
}
.border-radius {
    border-radius: 2vw;
}
.display-flex {
    display: flex;
    justify-content: center;
    align-items: end;
}
.display-sp {
    display: none;
}
.container-first:before,
.container-info:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}
/* ===== footer ===== */
footer {
    background: #f7e846;
    text-align: center;
    padding: 1% 0;
}
footer li {
    margin: 0 1%;
    padding: .4% 0;
    font-size: 14px;
}
footer a {
    transition: .3s;
}
footer a:hover {
    opacity: .5;
}
footer .copyright {
    font-size: 12px;
}
footer div:first-child  {
    align-items: center;
    padding: 1% 0;
}
footer .illust{
    max-width: 204px;
    width: 24%;
}
footer .sns{
    width: 240px;
}
footer .sns-youtube{
    max-width: 48%;
    width: 48%;
    margin-right: 24px;
}
footer .sns-x{
    max-width: 12%;
    width: 32px;
}
footer .contact  {
    padding-bottom: 1%;
    font-size: 18px;
}

@media screen and (min-width:641px) and (max-width:1000px) {
/* ===== loading ===== */
    .load-img {
        width: 42%;
    }
    .load-text span {
        font-size: 4vw;
    }
/* ===== page-top ===== */
    #page-top {
        width: 80px;
    }
    #page-top img {
        max-width: 36px;
        bottom: 4px;
    }
    #page-top:hover > .nyoro-left {
        left: -50px;
    }
    #page-top:hover > .nyoro-right {
        right: -50px;
    }
    #page-top span {
        border-radius: 20px;
    }
/* ===== footer ===== */
    footer {
        padding: 4% 0;
    }
    footer .contact {
        font-size: 2.2vw;
    }
    footer li {
        padding: 1%;
        font-size: 1.6vw;
    }
}
/* ============== RESPONSIVENESS ============== */
@media screen and (max-width:640px) {
/* ===== loading ===== */
    .load-img {
    }
    .load-text span {
        font-size: 4vw;
    }
/* ===== page-top ===== */
    #page-top {
        position: fixed;
        width: 64px;
        height: 64px;
        color: #fff;
        bottom: 50px;
        right: 20px;
        cursor: pointer;
        z-index: 10000;
    }
    #page-top img {
        max-width: 32px;
    }
    #page-top .nyoro-left {
        left: -50%;
    }
    #page-top .nyoro-right {
        right: -50%;
    }
    #page-top:hover > .nyoro-left {
        left: -60%;
    }
    #page-top:hover > .nyoro-right {
        right: -60%;
    }
    #page-top span {
        padding: 4% 0;
        border-radius: 20px;
        font-size: 3vw;
        border: solid 3px #000;
    }
/* ===== common ===== */
    h2 {
        font-size: 6.4vw;
    }
    .display-flex {
        flex-wrap: wrap;
    }
    .display-sp {
        display: block;
    }
    .link-store li:first-child {
        width: 32.5%;
    }
    .link-store li:last-child {
        width: 40%;
    }
/* ===== container-nav ===== */
    .container-nav {
        background: #52aa80;
        padding: 6% 0;
    }

    /* ===== footer ===== */
    footer {
        justify-content: space-around;
        padding: 1% 0 6%;
    }
    footer li {
        margin: 0 2.6%;
        padding: 2% 0;
        font-size: 3.8vw;
    }
    footer .copyright {
        font-size: 2.6vw;
    }
    footer div:first-child {
        align-items: center;
        padding: 8% 0;
    }
    footer .illust {
        width: 36%;
    }
    footer .sns {
        width: 70%;
    }
    footer .contact {
        padding-bottom: 1%;
        font-size: 4.2vw;
        text-align: left;
        width: 70%;
        margin: 0 auto 3%;
    }
    footer li {
        margin: 0 2.6%;
        padding: 2% 0;
        font-size: 3.8vw;
        width: 70%;
        text-align: left;
    }

}

@media only screen and (max-device-width:844px) and (orientation:landscape) {
    .load-img {
        width: 32%;
    }
}