@charset "UTF-8";

/*
ブレイクポイント
SP 〜519px
tab 520px ~ 959px (min-width:520px)
pc 960px~ (min-width:960px)
*/


/*======================
変数宣言
======================*/
:root {
    --bg-color: #eff5dc;
    --text-color: #00717e;
    --pink-color: #ed7e8c;
    --green-color: #add042;
    --orange-color: #f6ad3c;
    --size-sm: 1.2rem;
    --size-md: 1.6rem;
    --size-lg: 2.0rem;
    --size-xl: 3.4rem;
    --size-xxl: 3.4rem;
    --size-xxxl: 5.1rem;
    --font: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    --font-title: "fairwater-solid-serif", serif;
    --gutter-base: 35px;
    --contents-side-gutter: 20px;
    --section-gutter: 80px;
    --section-gutter-pc: 120px;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    font-size: var(--size-md);
    line-height: 1.75;
    font-family: var(--font);
    font-weight: bold;
    box-sizing: border-box;
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.pc {
    display: none;
}

.contents {
    display: grid;
    grid-template-columns: repeat(1, 7fr);
    grid-template-rows: 1fr;
    grid-row-gap: 3px;
}

.pink {
    background-color: var(--pink-color);
    width: 100%;
    height: 10px;
}

.green {
    background-color: var(--green-color);
    width: 100%;
    height: 10px;
}

.orange {
    background-color: var(--orange-color);
    width: 100%;
    height: 10px;
}

/*======================
テキスト
======================*/
h1 {
    width: 50%;
    max-width: 500px;
    margin: calc(var(--section-gutter)*2) auto var(--section-gutter);
}


h2 {
    font-family: var(--font);
    font-size: var(--size-lg);
    text-align: center;
    line-height: 1.7;
}

.copy {
    margin: var(--section-gutter) auto calc(var(--section-gutter)*2);

}

h3 {
    font-family: var(--font-title);
    font-size: var(--size-xl);
    margin: var(--section-gutter) auto;
    text-align: center;
}

h4 {
    font-family: var(--font);
    font-size: var(--size-xxl);
    display: inline;
}

.en {
    font-family: "mrs-sheppards", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: var(--size-xxxl);
}

.text_pink {
    color: var(--pink-color);
}

.text_green {
    color: var(--green-color);
}

.text_orange {
    color: var(--orange-color);
}

.text_bg {
    color: var(--bg-color);
}

.colorful span:nth-child(3n+1) {
    color: var(--pink-color);
}

.colorful span:nth-child(3n+2) {
    color: var(--green-color);
}

.colorful span:nth-child(3n) {
    color: var(--orange-color);
}

span.marker {
    background-color: var(--bg-color);
}

.p_center {
    text-align: center;
}

/*======================
ローディング
======================*/

.loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: var(--bg-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.5s linear;
    z-index: 1000;
}

.loading.loaded {
    opacity: 0;
    visibility: hidden;
}

#floatingCirclesG {
    position: relative;
    width: 125px;
    height: 125px;
    margin: auto;
    transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
}

.f_circleG {
    position: absolute;
    background-color: rgb(255, 255, 255);
    height: 22px;
    width: 22px;
    border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    animation-name: f_fadeG;
    -o-animation-name: f_fadeG;
    -ms-animation-name: f_fadeG;
    -webkit-animation-name: f_fadeG;
    -moz-animation-name: f_fadeG;
    animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    -ms-animation-duration: 1.2s;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
}

#frotateG_01 {
    left: 0;
    top: 51px;
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

#frotateG_02 {
    left: 15px;
    top: 15px;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#frotateG_03 {
    left: 51px;
    top: 0;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#frotateG_04 {
    right: 15px;
    top: 15px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#frotateG_05 {
    right: 0;
    top: 51px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#frotateG_06 {
    right: 15px;
    bottom: 15px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#frotateG_07 {
    left: 51px;
    bottom: 0;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#frotateG_08 {
    left: 15px;
    bottom: 15px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}



@keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes f_fadeG {
    0% {
        background-color: rgb(0, 0, 0);
    }

    100% {
        background-color: rgb(255, 255, 255);
    }
}

/*======================
フルーツ
======================*/
.fruit {
    position: relative;
    width: 100%;
    height: 100Vh;
    margin-bottom: -100vh;
    overflow: hidden
}

.fruit .mandarin img {
    position: absolute;
    display: block;
    left: 2%;
    top: -10%;
    max-width: 180px;
}

.fruit .strawberry img {
    position: absolute;
    display: block;
    left: -3%;
    bottom: -2%;
    max-width: 125px;
}

.fruit .kiwi img {
    position: absolute;
    right: -20%;
    bottom: 15%;
    max-width: 180px;
}

.fruit img {
    animation: 3s linear infinite rotation1;
}

@keyframes rotation1 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*======================
fv
======================*/
.fv {
    height: 100vh;
}

@keyframes showTextFromBottom {
    0% {
        transform: translateY(100%);

    }

    100% {
        transform: translateY(0px);
    }
}

.textanimation span {
    animation: showText 4s backwards;
    display: inline-block;
}

.textanimation>span {
    overflow: hidden;
}

.textanimation>span>span {
    animation: showTextFromBottom 0.5s backwards;
}

/*======================
sand
======================*/
.sand_img {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    width: 80%;
    max-width: 600px;
    margin: 0 auto calc(var(--section-gutter)*2);
}

/*======================
about
======================*/
.about .about_box {
    margin: var(--section-gutter) auto;
}

.about .about_box li {
    margin: 0 auto var(--section-gutter);
    width: 90%;
}

.about .about_contents {
    display: flex;
    justify-content: space-between;
}

.about .about_box li:nth-child(even) .about_contents {
    flex-direction: row-reverse;
}

.about .about_box li .about_contents dt {
    margin-left: 0;
}

.about .about_box li:nth-child(even) .about_contents dt {
    margin-left: auto;
    margin-right: 0;
}

.about .about_contents dt img {
    width: 60vw;
    max-width: 500px;
    border-radius: 50%;
}

.about .about_box li:nth-child(even) .about_contents dt img {
    margin-left: auto;
    margin-right: 0;
}

.about .about_contents dt img.pink_border {
    border: 25px solid var(--pink-color);
}

.about .about_contents dt img.green_border {
    border: 25px solid var(--green-color);
}

.about .about_contents dt img.orange_border {
    border: 25px solid var(--orange-color);
}

.about .about_contents dd {
    width: 70vw;
    max-width: 500px;
    margin-left: -30vw;
    position: relative;
}

.about .about_box li:nth-child(even) .about_contents dd {
    margin-left: 0;
    margin-right: -30vw;
}

.about .en_about {
    position: absolute;
    bottom: -10%;
    right: 10%;
    transform: rotate(-15deg);
}

.about .about_box li:nth-child(even) .en_about {
    left: 10%;
}


/*======================
lineup
======================*/
.lineup {
    margin: var(--section-gutter) auto;
    text-align: center;
    width: 90%;
}

.lineup .lineup_box li {
    margin: 0 auto calc(var(--gutter-base));
}

.lineup .lineup_contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lineup .lineup_box li:nth-child(even) .lineup_contents {
    flex-direction: row-reverse;
}

.lineup .lineup_contents dt {
    width: 40vw;
    max-width: 400px;
    z-index: 100;
}

.lineup .lineup_box li:nth-child(even) .lineup_contents dt img {
    margin-left: auto;
    margin-right: 0;
}

.lineup .lineup_contents dd {
    width: 60vw;
    max-width: 500px;
    border-radius: 50%;
    aspect-ratio: 1;
    position: relative;
    border-radius: 50%;
    margin-left: -30vw;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.lineup .lineup_contents dd::before {
    position: absolute;
    content: "";
    width: 90%;
    max-width: 450px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3px solid var(--bg-color);
}

.lineup .lineup_contents dd.pink_bg {
    background: var(--pink-color);
}

.lineup .lineup_contents dd.green_bg {
    background: var(--green-color);
}

.lineup .lineup_contents dd.orange_bg {
    background: var(--orange-color);
}

.lineup .lineup_box li:nth-child(even) .lineup_contents dd {
    margin-left: 0;
    margin-right: -30vw;
}

.lineup .lineup_contents dd p span.en {
    position: absolute;
    left: 10%;
    top: 10%;
    transform: rotate(-15deg);
    font-size: var(--size-xxl);
}

.lineup .lineup_contents dd h4 {
    line-height: 1.7;
}

/*======================
SHOP
======================*/
.shop {
    margin: var(--section-gutter) auto;
    text-align: center;
    width: 90%;
}

.shop .logo {
    margin: 0 auto var(--gutter-base);
    width: 50%;
    max-width: 329px;
}

.shop .map {
    margin: 0 auto var(--gutter-base);
}

.shop p {
    margin: 0 auto var(--gutter-base);
}

.shop p.tel {
    font-size: var(--size-lg);
    padding: 0.5em;
    margin: 0 auto var(--gutter-base);
    border-top: 1px solid var(--text-color);
    border-bottom: 1px solid var(--text-color);
}

/*======================
フッター
======================*/
footer {
    background-color: var(--text-color);
    color: var(--bg-color);
    padding: 1em 0;
}

footer small {
    display: block;
    text-align: center;
    font-weight: normal;
    font-size: var(--size-sm);
}

/* ===============ここからmin-width:520px=============== */
@media screen and (min-width:520px) {

    /*======================
    フルーツ
    ======================*/
    .fruit .mandarin img {
        left: 5%;
        top: -3%;
    }

    .fruit .strawberry img {
        left: -1%;
        bottom: -2%;
    }

    .fruit .kiwi img {
        right: -5%;
        bottom: 10%;
    }

    /*======================
    about
    ======================*/
    .about .en_about {
        bottom: 20%;
        font-size: calc(var(--size-xxxl)*1.5);
    }

    /*======================
    lineup
    ======================*/
    .lineup .lineup_contents dd p span.en {
        font-size: var(--size-xxxl);
    }
}

/* ===============ここまでmin-width:520px=============== */

/* ===============ここからmin-width:960px=============== */
@media screen and (min-width:960px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    body {
        font-size: var(--size-lg);
    }

    h2 {
        font-size: var(--size-xl);
    }

    h3 {
        font-size: var(--size-xxxl);
    }

    h4 {
        font-size: var(--size-xxxl);
    }

    .contents {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 1%;
        grid-row-gap: 0px;
    }

    .pink {
        background-color: var(--pink-color);
        height: 100%;
    }

    .green {
        background-color: var(--green-color);
        height: 100%;
    }

    .orange {
        background-color: var(--orange-color);
        height: 100%;
    }

    .center {
        max-width: 960px;
        min-width: 960px;
        margin: 0 auto;
    }

    .about .en_about {
        font-size: calc(var(--size-xxxl)*2);
    }

    /*======================
    フルーツ
    ======================*/
    .fruit {
        position: fixed;
        width: 100%;
        height: 100Vh;
        z-index: 10000;
    }

    .fruit .mandarin img {
        position: absolute;
        left: 2%;
        top: -20%;
        max-width: 300px;
    }

    .fruit .strawberry img {
        position: absolute;
        left: -3%;
        bottom: -5%;
        max-width: 225px;
    }

    .fruit .kiwi img {
        position: absolute;
        right: -5%;
        bottom: 20%;
        max-width: 300px;
    }

    .fruit img {
        animation: none;
        transition: transform 1s;
    }

    .fruit img:hover {
        transform: rotate(360deg);
    }

    /*======================
    lineup
    ======================*/
    .lineup .lineup_contents dd p span.en {
        font-size: calc(var(--size-xxxl)*1.5);
        left: 20%;
    }

    /*======================
    shop
    ======================*/
    .shop p.tel {
        font-size: var(--size-xl);
    }
}

/* ===============ここまでmin-width:960px=============== */