@charset "utf-8";
/* CSS Document */

#cookie-notice {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 55px;
    padding: 15px;
    z-index: 11;
}

#cookie-notice a {
    color: #fff;
}

#cookie-notice #cn-accept-cookie {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background: #D9D9D9;
    color: #3F3B3A;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    #cookie-notice #cn-notice-buttons {
        display: block;
        margin-top: 12px;
        text-align: center;
    }
}

.fadein {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 1s;
}

.fadein.active {
    opacity: 1;
    transform: translate(0, 0);
}



.animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    z-index: 99999;
}

.animation .leftbox {
    position: absolute;
    top: calc(50% - 73px);
    left: calc(50% - 544px);
    width: 370px;
    text-align: center;
}

@media screen and (max-width: 1100px) {
    .animation .leftbox {
        left: calc(50% - 490px);
    }
}

@media screen and (max-width: 768px) {
    .animation .leftbox {
        width: 260px;
        top: calc(50% - 280px);
        left: calc(50% - 130px);
    }
}

.animation .rightbox {
    position: absolute;
    top: calc(50% - 74px);
    left: calc(50% + 170px);
    width: 370px;
    text-align: center;
}

@media screen and (max-width: 1100px) {
    .animation .rightbox {
        left: calc(50% + 120px);
    }
}

@media screen and (max-width: 768px) {
    .animation .rightbox {
        width: 260px;
        top: calc(50% + 100px);
        left: calc(50% - 130px);
    }
}

.animation .centerbox {
    position: absolute;
    top: calc(50% - 64px);
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .animation .centerbox {
        top: calc(50% - 80px);
    }
}

.animation .anime1 {
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .animation .anime1 img {
        width: auto;
        height: 20px;
    }
}

.animation .anime2 {
    margin-top: 30px;
    opacity: 0;
}

.animation .anime3 {
    opacity: 0;
}

.animation .anime3.big {
    margin-top: 60px;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .animation .anime3.big {
        margin-top: 30px;
    }

    .animation .anime3.big img {
        width: auto;
        height: 30px;
    }
}

.animation .anime4 {
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .animation .anime4 img {
        width: auto;
        height: 20px;
    }
}

.animation .anime5 {
    opacity: 0;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .animation .anime5 {
        width: 190px;
        margin: 30px auto 0;
    }
}

.animation .anime6 {
    position: absolute;
    width: 100%;
    margin-top: 20px;
    top: calc(50% - 270px);
    text-align: center;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .animation .anime6 {
        top: calc(50% - 140px);
    }

    .animation .anime6 img {
        width: 120px;
        height: auto;
    }
}

.animation .skip {
    position: fixed;
    bottom: 50px;
    left: calc(50% - 85px);
    padding: 16px 64px 16px 52px;
    border: solid 1px;
    cursor: pointer;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .animation .skip {
        bottom: 15px;
        padding: 12px 64px 12px 52px;
    }
}

.fv {
    position: relative;
    height: calc(100vh - 120px);
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .fv {
        height: calc(100vh - 380px);
    }
}

.fv .img {
    height: calc(100vh - 120px);
    text-align: center;
}

@media screen and (max-width: 768px) {
    .fv .img {
        height: calc(100vh - 380px);
    }
}

.fv .img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.fv .fv1 {
    opacity: 0;
}

.fv .fv1 p {
    position: absolute;
    top: calc(50% - 112px);
    left: 0;
    margin-top: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 224px;
    background: rgba(45, 45, 45, 0.33);
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 30px #000;
    font-family: Jost;
    font-size: 68px;
    font-weight: 500;
    letter-spacing: 13.6px;
}

@media screen and (max-width: 768px) {
    .fv .fv1 p {
        font-size: 40px;
        letter-spacing: 8px;
    }
}

.fv .fv2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.fv .fv2.is-on {
    animation: anime 18s 0s infinite;
}

.fv .fv2 .txt {
    position: absolute;
    top: calc(50% - 112px);
    left: 0;
    width: 100%;
    text-align: center;
}

.fv .fv2 .txt .main {
    margin-top: 50px;
    text-align: center;
}

.fv .fv2 .txt .sub {
    margin-top: 24px;
    color: #FFF;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 7.2px;
}

@media screen and (max-width: 768px) {
    .fv .fv2 .txt .sub {
        color: #FFF;
        text-align: center;
        font-family: Jost;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: 7.2px;
        text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    }
}

.fv .scroll {
    position: absolute;
    left: 6%;
    bottom: 0;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .fv .scroll {
        left: 16px;
        bottom: -32px;
    }
}

@keyframes anime {
    0% {
        opacity: 0;
    }

    45% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    95% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.area1 {
    padding: 60px 0 120px;
    background: #AE745A0D;
}

@media screen and (max-width: 768px) {
    .area1 {
        padding: 30px 20px 80px;
    }
}

.area1__newarticle {
    margin: auto;
    max-width: 940px;
    border: solid 1px #89C122;
    background-color: #ffffff;
    font-family: Kosugi Maru;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .area1__newarticle {
        text-align: left;
    }
}

.area1__newarticle a {
    display: block;
    padding: 20px;
    color: #3F3B3A;
    font-size: 18px;
    text-decoration: none;
    line-height: 1.25;
}

@media screen and (max-width: 768px) {
    .area1__newarticle a {
        font-size: 15px;
        background-image: url('data:image/svg+xml;utf8,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="14" cy="14" r="14" fill="%2389C122"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16.8662 9.86621L21.417 14.417L17.4016 18.4324L16.8662 17.897L19.9676 14.7956L6.96158 14.7956L6.96158 14.0384L19.9676 14.0384L16.3308 10.4016L16.8662 9.86621Z" fill="white"/></svg>');
        background-repeat: no-repeat;
        background-position: calc(100% - 12px) center;
        padding: 16px 42px 16px 16px;
    }

    .area1__newarticle a:hover {
        color: #89C122;
    }

    .date {
        color: #89C122;
        margin-bottom: 10px;
    }
}

.area1 .ttl {
    margin-top: 80px;
    color: #89C122;
    text-align: center;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 8px;
}

@media screen and (max-width: 768px) {
    .area1 .ttl {
        font-size: 32px;
        letter-spacing: 6.4px;
    }
}

.area1 .ttl--sub {
    margin-top: 4px;
    color: var(--3F3B3A, #3F3B3A);
    text-align: center;
    font-family: Hiragino Kaku Gothic Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 12.6px;
}

@media screen and (max-width: 768px) {
    .area1 .ttl--sub {
        margin-top: 20px;
        line-height: 180%;
    }
}

.area1 .txt {
    color: var(--3F3B3A, #3F3B3A);
    text-align: center;
    font-family: Kosugi Maru;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 240%;
    letter-spacing: 1.8px;
}

@media screen and (max-width: 768px) {
    .area1 .txt {
        font-size: 15px;
        letter-spacing: 1.5px;
    }
}

.area2 {
    padding: 108px 0;
    background: rgba(174, 116, 90, 0.1);
}

@media screen and (max-width: 768px) {
    .area2 {
        padding: 60px 20px;
    }
}

.area2 .inner {
    margin: auto;
    max-width: 940px;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .area2 .inner {
        display: block;
    }
}

.area2 .inner .box {
    max-width: 410px;
}

@media screen and (max-width: 768px) {
    .area2 .inner .box {
        margin: auto;
    }
}

.area2 .inner .box .txt {
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .area2 .inner .box .txt {
        display: block;
    }
}

.area2 .inner .box .txt h2 {
    flex-shrink: 0;
    width: 150px;
    color: #89C122;
    font-family: Hiragino Kaku Gothic Pro;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 181.818% */
    letter-spacing: 2.2px;
}

@media screen and (max-width: 768px) {
    .area2 .inner .box .txt h2 {
        width: auto;
        line-height: 32px;
        font-size: 18px;
        text-align: center;
    }
}

.area2 .inner .box .txt h2 span {
    letter-spacing: 15px;
}

@media screen and (max-width: 768px) {
    .area2 .inner .box .txt h2 span {
        letter-spacing: 12.6px;
    }
}

.area2 .inner .box .txt p {
    margin-left: 20px;
    color: var(--3F3B3A, #3F3B3A);
    font-family: Kosugi Maru;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 36px */
    letter-spacing: 1.8px;
}

@media screen and (max-width: 768px) {
    .area2 .inner .box .txt p {
        margin: 20px 0 0;
        font-size: 15px;
    }
}

.area2 .inner .box.bt {
    margin-top: 117px;
}

@media screen and (max-width: 768px) {
    .area2 .inner .box.bt {
        margin-top: 40px;
    }
}

.area3 {
    padding: 120px 0;
    background: rgba(226, 240, 217, 0.27);
}

@media screen and (max-width: 768px) {
    .area3 {
        padding: 80px 20px;
    }
}

.area3 .ttlArea {
    margin-top: 120px;
}

@media screen and (max-width: 768px) {
    .area3 .ttlArea {
        margin-top: 80px;
    }
}

.area3 .inner {
    margin: auto;
    max-width: 1366px;
}

.area3 .inner .ttl {
    color: var(--3F3B3A, #3F3B3A);
    text-align: center;
    font-family: Hiragino Kaku Gothic Pro;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 8px;
}

@media screen and (max-width: 768px) {
    .area3 .inner .ttl {
        font-size: 32px;
        letter-spacing: 6.4px;
    }
}

.area3 .inner .ttl--sub {
    color: var(--CBC8C7, #CBC8C7);
    text-align: center;
    font-family: Jost;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 8.8px;
}

@media screen and (max-width: 768px) {
    .area3 .inner .ttl--sub {
        font-size: 18px;
        letter-spacing: 7.2px;
    }
}

.area3 .protein {
    position: relative;
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
    .area3 .protein {
        margin-top: 30px;
    }
}

.area3 .protein .img {
    position: relative;
    left: -135px;
    max-width: 1104px;
}

@media screen and (max-width: 768px) {
    .area3 .protein .img {
        left: 0;
    }
}

.area3 .protein .img::after {
    content: "NATRA PROTEIN";
    position: absolute;
    top: 126px;
    right: -170px;
    display: block;
    transform: rotate(90deg);
    color: #89C122;
    text-align: center;
    font-family: Jost;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 8.8px;
}

@media screen and (max-width: 768px) {
    .area3 .protein .img::after {
        position: static;
        padding: 8px 0 0 16px;
        text-align: left;
        transform: rotate(0);
        font-size: 12px;
        letter-spacing: 4.8px;
    }
}

.area3 .protein .txt {
    position: relative;
    margin-top: -210px;
    margin-left: auto;
    margin-right: 20px;
    max-width: 678px;
    background: rgba(255, 255, 255, 0.95);
    padding: 64px;
    color: var(--3F3B3A, #3F3B3A);
    font-family: Kosugi Maru;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 240%;
    /* 43.2px */
    letter-spacing: 1.8px;
    z-index: 2;
}

@media screen and (max-width: 1280px) {
    .area3 .protein .txt {
        margin-top: -50px;
    }
}

@media screen and (max-width: 768px) {
    .area3 .protein .txt {
        margin: 15px auto 0;
        width: 90%;
        padding: 24px;
        font-size: 14px;
    }
}

.area3 .protein .txt dl {
    display: flex;
    margin-top: 16px;
}

@media screen and (max-width: 768px) {
    .area3 .protein .txt dl {
        display: block;
    }
}

.area3 .protein .txt dl.fst {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .area3 .protein .txt dl.fst {
        margin-top: 16px;
    }
}

.area3 .protein .txt dl dt {
    flex-shrink: 0;
    width: 100px;
    color: var(--3F3B3A, #3F3B3A);
    font-family: Hiragino Kaku Gothic Pro;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 200%;
    letter-spacing: 1.5px;
}

.area3 .protein .txt dl dd {
    flex-grow: 1;
    color: var(--3F3B3A, #3F3B3A);
    font-family: Kosugi Maru;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 30px */
    letter-spacing: 1.5px;
}

@media screen and (max-width: 768px) {
    .area3 .protein .txt dl dd {
        color: var(--3F3B3A, #3F3B3A);
        font-family: Kosugi Maru;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 200%;
        letter-spacing: 1.3px;
    }
}

.area3 .protein .btnArea {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .area3 .protein .btnArea {
        margin-top: 20px;
    }
}

.area3 .features {
    margin: 60px auto 0;
    padding: 0 40px;
}

@media screen and (max-width: 768px) {
    .area3 .features {
        padding: 0;
    }
}

.area3 .features li {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    .area3 .features li {
        display: block;
        margin-top: 60px;
    }
}

.area3 .features li>div {
    flex-shrink: 0;
    text-align: center;
}

.area3 .features li p {
    margin-left: 40px;
    color: var(--3F3B3A, #3F3B3A);
    font-family: Kosugi Maru;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 240%;
    /* 43.2px */
    letter-spacing: 1.8px;
}

@media screen and (max-width: 768px) {
    .area3 .features li p {
        margin-top: 40px;
        margin-left: 0;
        font-size: 14px;
        letter-spacing: 1.5px;
    }
}

@media screen and (min-width: 768px) {
    .area3 .features li:nth-child(even)>div {
        order: 2;
    }

    .area3 .features li:nth-child(even) p {
        order: 1;
        margin-left: 0;
        margin-right: 40px;
    }
}

.area3 .btnArea {
    margin-top: 80px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .area3 .btnArea {
        margin-top: 20px;
    }
}

.banner {
    margin-bottom: 60px;
    text-align: center;
}

.banner a {
    display: inline-block;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .banner {
        margin-bottom: 30px;
    }
}