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

body {
    margin: 0;
}

.sp {
    display: none;
}

.pc {
    display: inherit;
}


/*動き*/
.fadein_element {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 1s, visibility 1s, transform 1s;
}

.fadein_element_is_fadein {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    left: 0;
    right: 0;
}

.fadein_element_naname {
    opacity: 0;
    transform: translate(50px, 50px);
    transition: all 0.8s ease-out;
}

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

.mousse_btn {
    -webkit-animation: blink 0.7s ease-in-out infinite alternate;
    -moz-animation: blink 0.7s ease-in-out infinite alternate;
    animation: blink 0.7s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

/*共通*/
section#top {
    background: #E0B689;
    text-align: left;
    color: #492F32;
    width: 100%;
    padding: 0;
    word-break: break-all;
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.asterisk {
    text-indent: -1em;
    margin-left: 1em;
}

.asterisk::before {
    content: '※';
}

section .inner {
    margin: 0 auto;
    max-width: 930px;
    width: 86.67%;
    position: relative;
    z-index: 1;
}

#top img {
    width: 100%;
}

#top a {
    display: block;
    width: 100%;
    height: 100%;
}

.font_sans {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

/*kv*/
#kv div video {
    /*    width: 100%;*/
    /*    height: auto;*/
    max-height: 730px;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}

#kv div video.sp {
    display: none;
}

/*menu*/
#menu {
    background: #fff;
    padding: 12px 0;
}

#menu ul {
    max-width: 1108px;
    width: 86.67%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

#menu ul li {
    border-left: 1px solid rgba(4, 47, 123, 0.36);
    padding: 4px 10px;
}

#menu ul li:last-child {
    border-right: 1px solid rgba(4, 47, 123, 0.36);
}

#menu ul li a {
    position: relative;
}

#menu ul li a:hover {
    top: 5px;
}

/*about*/
#about {
    background: linear-gradient(#0346b2 0%, #00235d 100%);
    text-align: center;
    padding: 100px 0 160px 0;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

#about .inner {
    width: 89.6%;
}

.about_title {
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
}

#about p {
    max-width: 770px;
    width: 100%;
    margin: 70px auto auto auto;
    position: relative;
}

#about p::before {
    content: '';
    background: url(../img/about_l.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 179px;
    height: 589px;
    position: absolute;
    top: -220px;
    left: -11.5vw;
    z-index: -1;
}

#about p::after {
    content: '';
    background: url(../img/about_r.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 613px;
    height: 807px;
    position: absolute;
    top: -429px;
    right: -23.8vw;
    z-index: -1;
}

/*product*/
#product {
    overflow: hidden;
}

#cacao {
    background: url(../img/cacao_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;
}

#vanilla {
    background: url(../img/matcha_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0;
}

section#product #cacao .inner,
section#product #vanilla .inner {
    max-width: 1108px;
}

.slider-wrapper {
    position: relative;
    overflow: hidden;
    margin: 25px auto auto auto;
    max-width: 930px;
    width: 89.54%;
}

.slider {
    margin: 0 auto;
}

.slick-slide img.sp {
    display: none;
}

.slider-buttons {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.slider-buttons button {
    background: none;
    border: none;
    cursor: pointer;
    pointer-events: all;
}

.slider-buttons img {
    width: 30px;
    height: auto;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

.slick-prev {
    left: -10px !important;
    width: 25px !important;
    top: 50px !important;
    height: 25px !important;
}

.slick-next {
    right: -10px !important;
    width: 25px !important;
    top: 50px !important;
    height: 25px !important;
}

.slick-dots li button:before {
    font-size: 12px !important;
    color: #fff !important;
}

.slick-dots li.slick-active button:before {
    color: #fff !important;
}

.slick-dots li {
    margin: 0 auto !important;
}

/*guide*/
#guide {
    background: url(../img/guide_bg.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0 75px 0;
    overflow: hidden;
}

#guide .title {
    max-width: 746px;
    width: 100%;
    margin: auto auto 50px auto;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    position: relative;
}

.youtube iframe {
    width: 100%;
    height: 100%;
}

/*mousse*/
#mousse {
    padding: 26px 0 100px 0;
    position: relative;
    overflow: hidden;
}

#mousse::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/mousse_bg.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

#mousse .title {
    max-width: 670px;
    width: 100%;
    margin: auto auto 40px auto;
}

/*graph*/
#graph {
    padding: 100px 0;
    overflow: hidden;
}

section#graph .inner {
    max-width: 1108px;
}

#graph .title {
    font-size: 37px;
    font-weight: 700;
    margin: auto auto 60px auto;
    text-align: center;
}

.graph_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.graph_img li {
    width: 47%;
}

#graph p {
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 20px;
    line-height: 1.6;
}

/*fixed*/
#fixed {
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 99;
    width: 124px;
}


@media screen and (max-width:1500px) {
    #about::after {
        right: 7px;
    }
}

@media screen and (max-width:767px) {
    .sp {
        display: inherit;
    }

    .pc {
        display: none;
    }

    /*kv*/
    #kv div video.pc {
        display: none;
    }

    #kv div video.sp {
        display: inherit;
    }

    /*menu*/
    #menu {
        padding: 10px 0 20px 0;
    }

    #menu ul {
        display: block;
    }

    #menu ul li {
        border-left: none;
        border-bottom: 1px solid rgba(4, 47, 123, 0.36);
        padding: 10px 0;
    }

    #menu ul li:last-child {
        border-right: none;
    }

    #menu ul li a:hover {
        top: 0;
    }

    /*about*/
    #about {
        padding: 37px 0 45px 0;
    }

    #about::after {
        content: '';
        background: url(../img/about_r.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 97vw;
        height: 135vw;
        position: absolute;
        top: -1vw;
        right: -3vw;
    }

    #about .inner {
        width: 94%;
    }

    .about_title {
        width: 51.2%;
    }

    #about p {
        margin: 20px auto auto auto;
    }

    #about p::before {
        display: none;
    }

    #about p::after {
        display: none;
    }

    /*product_detail*/
    #product_detail {
        padding: 20px 0 50px 0;
    }

    #product_detail::after {
        content: '';
        background: url(../img/sp/product_l_01_bg.png);
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        width: 138px;
        height: 163px;
        position: absolute;
        top: 0;
        left: 0;
    }

    /*product*/
    #product::before {
        width: 40px;
        height: 60px;
        position: absolute;
        top: -60px;
        left: 2.5vw;
        z-index: 1;
    }

    .product_box {
        width: 100%;
    }

    .product_box ul {
        display: block;
        text-align: center;
    }

    .product_box ul li {
        width: 100%;
        display: block;
    }

    .product_box ul li:first-child img {
        width: 100% !important;
    }

    .product_box ul li:last-child::after {
        display: none;
    }

    .product_box .yellow {
        font-size: 27px;
        margin-bottom: 27px;
        margin-top: -7px;
    }

    .product_box .text {
        font-size: 18px;
        letter-spacing: 0.05em;
        margin-bottom: 0;
        line-height: 1.5;
    }

    .product_box .text span {
        font-size: 23px;
    }

    .product_box .release {
        padding: 15px 15px 10px 15px;
        margin: 19px auto auto auto;
    }

    .product_box .release .red {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .product_box .release .asterisk {
        font-size: 14px;
        letter-spacing: 0.004em;
        text-align: left;
        line-height: 1.5;
    }

    /*product*/
    #cacao {
        padding: 10px 0 5px 0;
    }

    #vanilla {
        padding: 10px 0 5px 0;
    }

    .slider-wrapper {
        margin: 0 auto auto auto;
        width: 95.7%;
    }

    .slick-slide {
        margin-bottom: 5px;
    }

    .slick-slide img.sp {
        display: block;
    }

    .slick-slide img.pc {
        display: none;
    }

    .slider-buttons {
        top: 35%;
    }

    .slider-buttons img {
        width: 25px;
    }

    .slick-dots {
        margin-top: 25px !important;
    }

    .slick-dots li {
        width: 15px !important;
    }

    .slick-dots li button:before {
        font-size: 8px !important;
    }

    /*guide*/
    #guide {
        background: url(../img/guide_bg.jpg);
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 50px 0 25px 0;
    }

    #guide .title {
        max-width: 500px;
        width: 100%;
        margin: auto auto 15px auto;
    }

    /*mousse*/
    #mousse {
        padding: 25px 0 90px 0;
    }

    #mousse::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: url(../img/sp/mousse_bg.jpg);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #mousse .title {
        max-width: 500px;
        margin: auto auto 80px auto;
    }

    .mousse_0 {
        max-width: 600px;
        width: 85%;
        margin: 0 auto;
        position: relative;
    }

    .mousse_1 {
        width: 44.6%;
        display: block;
        position: absolute;
        top: -25px;
        left: -15px;
    }

    .mousse_1 img {
        width: 90% !important;
        margin: 0 auto;
        display: block;
    }

    .mousse_1::before {
        content: '';
        background: url(../img/sp/mousse_1_text.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 99.03%;
        height: 26%;
        display: block;
        position: absolute;
        top: -8px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        z-index: 2;
    }

    .mousse_2 {
        width: 44.6%;
        display: block;
        position: absolute;
        top: -50px;
        right: -20px;
    }

    .mousse_2 img {
        width: 90% !important;
        margin: 0 auto;
        display: block;
    }

    .mousse_2::before {
        content: '';
        background: url(../img/sp/mousse_2_text.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 99.03%;
        height: 26%;
        display: block;
        position: absolute;
        top: -8px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        z-index: 2;
    }

    .mousse_3 {
        width: 60.5%;
        display: block;
        position: absolute;
        bottom: 18%;
        left: -5px;
    }

    .mousse_3::before {
        content: '';
        background: url(../img/sp/mousse_3_text.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 77.54%;
        height: 18%;
        display: block;
        position: absolute;
        top: -8px;
        left: -4%;
        z-index: 2;
    }

    .mousse_4 {
        width: 44.6%;
        display: block;
        position: absolute;
        bottom: 24%;
        right: -30px;
    }

    .mousse_4 img {
        width: 90% !important;
        margin: 0 auto;
        display: block;
    }

    .mousse_4::before {
        content: '';
        background: url(../img/sp/mousse_4_text.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 99.03%;
        height: 26%;
        display: block;
        position: absolute;
        top: -8px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        z-index: 2;
    }

    .mousse_5 {
        width: 61.3%;
        display: block;
        position: absolute;
        bottom: -9%;
        right: -20px;
    }

    .mousse_5::before {
        content: '';
        background: url(../img/sp/mousse_5_text.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 72.05%;
        height: 26%;
        display: block;
        position: absolute;
        top: -8px;
        right: 0;
        z-index: 2;
    }

    /*ポップアップ*/
    .open {
        cursor: pointer;
    }

    #mousse_1,
    #mousse_2,
    #mousse_3,
    #mousse_4,
    #mousse_5 {
        display: none;
    }

    .overlay {
        display: none;
    }

    #mousse_1:checked+.overlay,
    #mousse_2:checked+.overlay,
    #mousse_3:checked+.overlay,
    #mousse_4:checked+.overlay,
    #mousse_5:checked+.overlay {
        display: block;
        z-index: 9999;
        background-color: #00000070 !important;
        ;
        position: fixed !important;
        ;
        width: 100% !important;
        height: 100vh;
        top: 0;
        left: 0;
    }

    .window {
        width: 78vw;
        max-width: 500px;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .window .pop_box {
        width: 100%;
    }

    .window .close {
        cursor: pointer;
        position: absolute;
        right: 4%;
        top: 6%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 14%;
        height: auto;
        padding: 5%;
    }

    /*graph*/
    #graph {
        padding: 20px 0 50px 0;
    }

    #graph .title {
        font-size: 20px;
        margin: auto auto 30px auto;
    }

    .graph_img {
        display: block;
    }

    .graph_img li {
        width: 100%;
    }

    .graph_img li:first-child {
        margin-bottom: 30px;
    }

    #graph p {
        font-size: 12px;
    }

    /*fixed*/
    #fixed {
        position: fixed;
        right: 50%;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 91.47%;
    }







}