@charset "UTF-8";

/*PCサイズレスポンシブ*/
@media(min-width:1000px) {
    body {
        min-width: 1000px;
    }

    .container {
        width: 100%;
    }

    img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .title-11 img {

        width: 50%;
        margin: -40px auto 0;
    }

    .title-01 img {
        width: 50%;
        margin-top: 80px;
    }

    .water img {
        width: 50%;
    }

    .water {
        background-image: url(img/1background.png);
        background-size: cover;
    }

    .button {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(img/cta.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        font-family: "Zen Maru Gothic", serif;
        font-weight: 700;
        padding: 40px 0;
        margin-top: -10px;
    }

    .btn {
        position: relative;
        display: inline-block;
        padding: 15px 40px;
        font-size: 20px;
        color: #fff;
        background-color: #a4d037;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        overflow: hidden;
        text-decoration: none;
        font-weight: bold;
        transition: 0.3s;
        margin-top: 60px;
    }

    .btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(120deg, transparent, rgba(195, 247, 64, 0.421), transparent);
        animation: shine 1.5s infinite linear;
    }

    @keyframes shine {
        0% {
            left: -100%;
        }

        100% {
            left: 100%;
        }
    }

    .menu3 {
        margin-top: 50px;
    }

    .menu img {
        width: 70%;
        margin-top: 50px;
        margin-bottom: 50px;

    }

    .menu {
        text-align: center;
        background-image: url(img/2background.png);
        background-repeat: repeat;
        background-position: center;
        background-size: auto;

    }

    .category1 {
        width: 80%;
        margin: 30px 0 0 auto;
    }

    .category2 {
        width: 73%;
        text-align: right;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .aqua img {
        width: 50%;
    }

    .aqua {
        background-image: url(img/3background.png);
        background-repeat: repeat;
        background-position: center;
        background-size: cover;
        padding: 60px 0;
        text-align: center;
        margin-top: -30px;

    }

    .voice2 {
        background-image: url(img/5background.PNG);
        background-repeat: repeat;
        background-position: center;
        background-size: cover;
        padding: 30px 0;
    }

    .voice {
        width: 20%;
        margin: 0 auto;
    }

    .menu2 {
        width: 90%;
    }
}

/*ipadサイズレスポンシブ*/
@media(min-width:600px) and (max-width:999px) {
    body {
        min-width: 600px;
        max-width: 999px;
    }

    img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .title-11 img {

        width: 50%;
        margin: -20px auto 0;
    }

    .title-01 img {
        width: 60%;
        margin: 40px auto 0;
    }

    .water img {
        width: 50%;
    }

    .water {
        background-image: url(img/1background.png);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 170%;
        font-family: "Zen Maru Gothic", serif;
        font-weight: 700;
        height: 170%;

    }

    .button {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(img/cta.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        font-family: "Zen Maru Gothic", serif;
        font-weight: 700;
        /* height: 200px; */
        padding-bottom: 24px;
    }

    .btn {
        position: relative;
        display: inline-block;
        padding: 10px 30px;
        font-size: 20px;
        color: #fff;
        background-color: #a4d037;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        overflow: hidden;
        text-decoration: none;
        font-weight: bold;
        transition: 0.3s;
        margin-top: 60px;
    }

    .btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(120deg, transparent, rgba(195, 247, 64, 0.421), transparent);
        animation: shine 1.5s infinite linear;
    }

    @keyframes shine {
        0% {
            left: -100%;
        }

        100% {
            left: 100%;
        }
    }

    .menu3 {
        margin-top: 50px;
    }

    .menu img {
        width: 70%;
        margin-top: 50px;
        margin-bottom: 50px;

    }

    .menu {
        text-align: center;
        background-image: url(img/2background.png);
        background-repeat: repeat;
        background-position: center;
        background-size: auto;

    }

    .category1 {
        width: 80%;
        margin: 0 0 0 auto;
        margin-top: 30px;
    }

    .category2 {
        width: 73%;
        margin: auto 0 0 0;
        display: block;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .aqua img {
        width: 50%;
    }

    .aqua {
        background-image: url(img/3background.png);
        background-repeat: repeat;
        background-position: center;
        background-size: cover;
        text-align: center;
        margin-top: -14px;
        padding: 60px 0;

    }

    .campaign {
        background-image: url(img/4background.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        text-align: center;
    }

    .campaign img {
        width: 100%;
        margin-top: 80px;


    }

    .voice2 {
        background-image: url(img/5background.PNG);
        background-repeat: repeat;
        background-position: center;
        background-size: cover;
        padding: 40px 0;


    }

    .voice {
        width: 20%;
        margin: auto;
        display: block;

    }

    .menu2 {
        width: 90%;
        margin: auto;
        display: block;
    }


}


/*SPサイズレスポンシブ*/
@media (max-width:599px) {
    body {
        max-width: 599px;
    }

    .container {
        width: 100%;
    }

    img {
        width: 100%;
        margin: 0 auto;
        display: block;
}

    .title-11 img {
        width: 50%;
        margin: -16px auto 0;
    }

    .title-01 img {
        width: 50%;
        margin: 20px auto;
    }

    .water img {
        width: 50%;
    }

    .water {
        background-image: url(img/1background.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        font-family: "Zen Maru Gothic", serif;
        font-weight: 700;

    }

    .button {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(img/cta.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        font-family: "Zen Maru Gothic", serif;
        font-weight: 700;
        padding-bottom: 16px;
    }

    .btn {
        position: relative;
        display: inline-block;
        padding: 10px 20px;
        font-size: 16px;
        color: #fff;
        background-color: #a4d037;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        overflow: hidden;
        text-decoration: none;
        font-weight: bold;
        transition: 0.3s;
        margin-top: 60px;
    }

    .btn::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(120deg, transparent, rgba(195, 247, 64, 0.421), transparent);
        animation: shine 1.5s infinite linear;
    }

    @keyframes shine {
        0% {
            left: -100%;
        }

        100% {
            left: 100%;
        }
    }

    .menu3 {
        margin-top: 50px;
    }

    .menu img {
        width: 70%;
        margin-top: 50px;

    }

    .menu {
        text-align: center;
        background-image: url(img/2background.png);
        background-repeat: repeat;
        background-position: center;
        background-size: auto;

    }

    .category1 {
        width: 80%;
        margin: 50px 0 0 auto;
    }

    .category2 {
        width: 80%;
        margin-top: 50px;

    }

    .aqua img {
        width: 50%;
        margin: auto;
    }

    .aqua {
        background-image: url(img/3background.png);
        background-repeat: repeat;
        background-position: center;
        background-size: cover;
        text-align: center;
        padding: 15% 0;

    }

    .campaign {
        background-image: url(img/4background.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        text-align: center;
    }

    .campaign img {
        width: 100%;
        margin-top: 40px;


    }

    .voice2 {
        background-image: url(img/5background.PNG);
        background-repeat: repeat;
        background-position: center;
        padding: 20px 0;
    }

    .voice {
        width: 20%;
        margin: auto;
        display: block;

    }

    .menu2 {
        width: 90%;
        margin: auto;
        display: block;
    }


}