@charset "UTF-8";
html {
    padding: 0;
    margin: 0;
    max-width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
html::-webkit-scrollbar{
    display: none;
}
body {
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    color: #101010;
    z-index: -1;
    background-color: #63C0AB;
}
.zen-maru-gothic-regular {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.noto-sans {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}
.kumbh-sans {
    font-family: "Kumbh Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "YOPQ" 300;
}
a {
    color: #26151D;
    list-style: none;
    text-decoration: none;
    display: block;
}
p {
    color: #26151D;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2em;
}
img {
    width: 100%;
    height: auto;
}
/* マウスオーバー時の透過 */
.mouseover:hover {
    filter: alpha(opacity=50);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=50)" !important;
    /* IE 8,9 */
    -moz-opacity: 0.5 !important;
    /* FF , Netscape */
    -khtml-opacity: 0.5 !important;
    /* Safari 1.x */
    opacity: 0.5 !important;
    -webkit-transition: 0.7s !important;
    transition: 0.7s !important;
    cursor: pointer;
}
/* セクションタイトル */
.section_title h2,
.pc_contents_nav_title {
    position: relative;
    font-size: 33px;
    font-weight: 700;
    color: #fff;
}
.section_title div,
.pc_contents_nav_title p {
    color: #F6DE82;
    display: inline-block;
    font-size: 24px;
    padding: 12px 50px 20px;
    position: relative;
    margin: auto;
}
.section_title div::before,
.pc_contents_nav_title p::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 35px; 
    height: 28px;
    background: no-repeat url(../img/contents_title_bg_1.png) center center / contain;
}
.section_title div::after,
.pc_contents_nav_title p::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 35px; 
    height: 28px;
    background: no-repeat url(../img/contents_title_bg_2.png) center center / contain;
}
/* メインボタン */
.main_btn a {
    background-color: #F6DE82;
    font-size: 12px;
    height: 31px;
    line-height: 31px;
    width: 302px;
    margin: auto;
    border-radius: 29px;
}
/* =============
header
============= */
header {
    width: 100vw;
    max-width: 1280px;
    position: relative;
    margin: auto;
}
header h1 {
    position: absolute;
    z-index: 100;
    width: 375px;
    /* left: clamp(0px, calc(100vw * 0.486), 623px); */
    left: clamp(0px, calc(100vw * 0.486), 710px);
    top: 19px;
}
header img {
    position: absolute;
    transform: translateX(-50%);
    max-width: 246px;
}
@media(max-width: 1120px) {
    header h1 {
        transform: translateX(-50%);
    }
}

/* =============
main
============= */
main {
    position: relative;
    top: 0;
    width: 100%;
    max-width: 1280px;
    margin: auto;
}
main > div {
    max-width: 375px;
    position: relative;
}

/* トップコンテンツ */
.wrap_top {
    position: absolute;
    right: 275px;
    width: 100%;
    height: 100vh;
    overflow-y: hidden;
    z-index: 100;
}
@media(max-width: 1120px) {
    .wrap_top {
        position: relative;
        right: auto;
        width: 375px;
        margin: auto;
    }
}

/* PCコンテンツ */
.wrap_pc_contents {
    position: fixed;
    z-index: 0;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    width: 100vw;
    /* max-width: 1280px; */
    max-width: 1450px;
    height: 100vh;
    background-color: #40C0BC;
}
.pc_contents_bg {
    position: relative;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    /* width: calc(100vw * 0.486); */
    width: calc(100vw * 0.72);
    /* max-width: 623px; */
    max-width: 795px;
    height: 100vh;
}
.pc_contents_bg::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    /* width: calc(100vw * 0.486); */
    width: calc(100vw * 0.72);
    /* max-width: 623px; */
    max-width: 795px;
    height: 100vh;
    background: no-repeat url(../img/pc_contents_img_content.png) center bottom / cover;
    z-index: 5;
}
.pc_contents_bg::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    /* width: calc(100vw * 0.486); */
    width: calc(100vw * 0.72);
    /* max-width: 623px; */
    max-width: 795px;
    height: 100vh;
    background: no-repeat url(../img/pc_contents_img_bg.png) center bottom / cover;
}
.pc_contents_bg img {
    width: 95%;
}
.pc_contents_bg_logo {
    position: absolute;
    content: "";
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 121px;
    height: 15px;
    background: no-repeat url(../img/logo.png) center center / contain;
}
.pc_contents_bg_text {
    position: relative;
    z-index: 10;
}
.pc_contents_bg_product {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 148px;
    height: auto;
    z-index: 20;
}
.pc_contents_nav {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100vw - (calc(100vw * 0.486) + 375px));
    /* max-width: 282px; */
    max-width: 305px;
    height: 100vh;
    text-align: center;
    overflow: hidden;
}
.pc_contents_nav::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: -1;
    background: no-repeat url(../img/pc_contents_nav_bg.png) center center / cover;
}
.pc_contents_nav_title {
    padding-top: clamp(0px, calc(100vw * 0.213), 273px);
    z-index: 10;
}
.pc_contents_nav_title p {
    font-size: 24px;
    position: relative;
}
.pc_contents_nav .wrap_nav {
    padding-top: 35px;
}
.pc_contents_nav .wrap_nav li {
    position: relative;
    margin-bottom: 40px;
}
.pc_contents_nav .wrap_nav li a {
    font-size: 23px;
    color: #fff;
    font-weight: 700;
    position: relative;
    display: inline-block;
}
.pc_contents_nav .wrap_nav li a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}
@media(max-width: 1400px) {
    .pc_contents_bg,
    .pc_contents_bg::before,
    .pc_contents_bg::after {
        width: calc(100vw * 0.5325);
        max-width: 750px;
    }
}
@media(max-width: 1310px) {
    .pc_contents_bg,
    .pc_contents_bg::before,
    .pc_contents_bg::after {
        width: calc(100vw * 0.496);
        max-width: 720px;
    }
    .pc_contents_bg img {
        width: 100%;
    }
}
@media(max-width: 1120px) {
    .wrap_pc_contents {
        display: none;
    }
}

/* SP・共通コンテンツ */
.wrap_sp_top {
    width: 100%;
    padding-top: 120px;
}
.wrap_sp_top video {
    width: 100%;
}
.wrap_sp_contents {
    position: absolute;
    width: 100%;
    left: clamp(0px, calc(100vw * 0.486), 710px);
    z-index: 10;
    background-color: #63C0AB;
}
.wrap_sp_product_image {
    width: 90%;
    max-width: 321px;
    margin: auto;
    padding-top: 35px;
}
.wrap_sp_product_message {
    overflow-x: hidden;
    padding-top: 120px;
    position: relative;
}
.wrap_sp_product_message::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 15px;
    width: 108px;
    height: 90px;
    background: no-repeat url(../img/product_message_image-1.png) center center / contain;
    z-index: 0;
    animation: floating-y-1 1.9s ease-in-out infinite alternate-reverse;
}
.wrap_sp_product_message::after {
    position: absolute;
    content: "";
    top: 60px;
    right: -30px;
    width: 141px;
    height: 118px;
    background: no-repeat url(../img/product_message_image-2.png) center center / contain;
    z-index: 0;
    animation: floating-y-1 2.4s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y-1 {
    0% {
        transform: translate(0%, 0%);
    }
    100% {
        transform: translate(0%, 5%);
    }
}
.product_message_title {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -1px;
    position: relative;
    z-index: 1;
    opacity: 0;
    transition-delay: calc(var(--delay) * 1.5s);
    transition: opacity 2s ease-out, transform 1s ease-out;
    transform: translate(0%, 10%);
}
.product_message_title.visible {
    opacity: 1;
    transform: translate(0%, 0%);
}
.product_message_catch {
    padding-top: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 44px;
}
.product_message_text {
    padding-top: 30px;
}
.product_message_text p {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 28px;
}
.product_message_text p:nth-of-type(2) {
    padding-top: 25px;
}
.wrap_sp_point {
    position: relative;
    padding-top: 207px;
}
.wrap_sp_point::before {
    position: absolute;
    content: "";
    top: 25px;
    left: 10px;
    width: 123px;
    height: 104px;
    background: no-repeat url(../img/product_message_image-3.png) center center / contain;
    z-index: 0;
    animation: floating-y-1 1.5s ease-in-out infinite alternate-reverse;
}
.wrap_sp_point_item {
    padding-top: 40px;
    width: 95%;
    margin: auto;
}
.wrap_sp_point_item_num {
    padding-bottom: 15px;
}
.wrap_sp_point_item_num p {
    background-color: #F6DE82;
    color: #6ED2CF;
    font-size: 18px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    margin: auto;
}
.wrap_sp_point_item_title {
    padding-bottom: 15px;
}
.wrap_sp_point_item_title p {
    color: #fff;
    font-size: 22px;
    line-height: 31px;
}
.wrap_sp_point_item_text {
    width: 95%;
    margin: auto;
    padding-top: 24px;
    padding-bottom: 20px;
}
.wrap_sp_point_item_text p {
    font-size: 14px;
    text-align: left;
    line-height: 27px;
    color: #fff;
}
.wrap_sp_recipe_catch {
    padding-top: 25px;
    padding-bottom: 45px;
}
.wrap_sp_recipe_catch p {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}
.wrap_sp_recipe svg {
    float: inline-start;
}
.wrap_sp_recipe_items {
    padding-bottom: 55px;
    position: relative;
}
.wrap_sp_recipe_items::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-image: url(../img/recipe_bg.png);
    background-repeat: repeat-y;
    background-size: 100% 101%;
    background-position: top center;
    z-index: -1;
}
.wrap_sp_recipe_item {
    width: 90%;
    max-width: 354px;
    margin: auto;
    padding-top: 86px;
}
.wrap_sp_recipe_item_name {
    padding-top: 10px;
}
.wrap_sp_recipe_item_name {
    font-size: 21px;
    line-height: 38px;
}
.wrap_sp_recipe_item_btn {
    padding-top: 25px;
}
.wrap_sp_recipe_item_btn a {
    width: 100px;
    height: 27px;
    line-height: 26px;
    font-size: 16px;
}
@media(min-height: 788px) {
    .wrap_sp_top {
        max-height: 100vh;
    }
}

@media(max-width: 1120px) {
    .wrap_sp_contents {
        position: static;
        width: 100%;
        max-width: 450px;
        right: auto;
        margin: auto;
        background: rgba(0, 0, 0, 0);
    }
    .sp_footer_copylight {
        padding-bottom: 10px;
    }
}

/* =============
footer
============= */
.footer_content {
    background-color: #fff;
    position: relative;
    z-index: 0;
}
.footer_inner {
    width: 90%;
    max-width: 375px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 25px;
}
.footer_logo {
    width: 246px;
    margin: auto;
}
.footer_link_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 40px;
}
.footer_link {
    width: 50%;
}
.footer_link:nth-of-type(n + 3) {
    margin-top: 15px;
}
.footer_link a {
    font-size: 12px;
    color: #000;
    text-decoration: underline;
}
.footer_copyright {
    padding-top: 30px;
}
.footer_copyright small {
    font-size: 10px;
    font-weight: normal !important;
    color: #000;
}