@charset "UTF-8";

/************************************************************/
/*   KV   */
/************************************************************/
@media screen and (max-width:767px) { /*SP*/
    .KV_wrap{
        width: 100% !important;
    }
    .KV_set{
        width: 100% !important; height: 100vh;
        background-image: url(/img/top/kv.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative; z-index: 0;
    }
    #KV_overlay {
        position: absolute; z-index: -1;
        top: 0; left: 0;
        width: 100%; height: 100vh;
        background: rgba(100,100,100,0);
        mix-blend-mode: multiply;
    }
    .KV_box {
        width: 100%; height: 100vh;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        text-align: center;
        opacity: 0;
    }
    .KV_key{
        font-size: 4.8vw; font-weight: bold; color: #fff;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    .KV_wrap{
        width: 100% !important;
    }
    .KV_set{
        width: 100% !important; height: 100vh;
        background-image: url(/img/top/kv.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative; z-index: 0;
    }
    #KV_overlay {
        position: absolute; z-index: -1;
        top: 0; left: 0;
        width: 100%; height: 100vh;
        background: rgba(100,100,100,0);
        mix-blend-mode: multiply;
    }
    .KV_box {
        width: 100%; height: 100vh;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        text-align: center;
        opacity: 0;
    }
    .KV_key{
        padding: 0 0 60px;
        font-size: 2.4rem; font-weight: bold; color: #fff;
    }
}
@media screen and (min-width:768px) and (max-height: 719px) { /* PC&TB h720px以下 */
    .KV_key{
        font-size: 3.2vh; font-weight: bold; color: #fff;
    }
}

/* scroll down */
.scrolldown{
    position:absolute;
    bottom:1%;
    right:50%;
    animation: arrowmove 1s ease-in-out infinite;
}
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

.scrolldown span{
    position: absolute;
    left:-20px; bottom:10px;
    color: #eee; font-size: 0.7rem;
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.scrolldown:before {
    content: ""; position: absolute;
    bottom: 0; right: -6px;
    width: 1px; height: 20px;
    background: #eee;
    transform: skewX(-31deg);
}

.scrolldown:after{
    content:""; position: absolute;
    bottom:0; right:0;
    width:1px; height: 50px;
    background:#eee;
}

/************************************************************/
/*   C1 - ABOUT FARM   */
/************************************************************/
@media screen and (max-width:767px) { /*SP*/
    #C1{
        padding: 60px 0 0;
    }
    .C1_set{
        width: 100%;
    }
    .C1_box{
        width: 100%;
        padding: 0 20px;
        display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-end;
        flex-direction: column;
    }
    .C1_svg{
        width: 50vw; max-width: 185px;
        margin-bottom: 40px;
    }
    .C1_key{
        width: 100%;
        margin-bottom: 15px;
        font-size: 2.1rem; font-weight: bold; line-height: 2;
    }
    .C1_tx{
        width: 100%;
        font-size: 1.6rem;
    }
    .C1_link_set{
        width: 100%;
        padding: 45px 0;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: flex-start;
    }
    .C1_img_box{
        width: 100%;
        margin-bottom: -30px;
    }
}
@media screen and (min-width:768px) and ( max-width:1023px) { /*TB*/
    #C1{
        padding: 90px 0 0;
    }
    .C1_set{
        width: 100%;
    }
    .C1_box{
        width: 100%;
        padding: 0 50px;
        display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-end;
        flex-direction: column;
    }
    .C1_svg{
        height: 100px;
        aspect-ratio: 110 / 20;
        margin-bottom: 60px;
    }
    .C1_key{
        width: 100%;
        margin-bottom: 15px;
        font-size: 2.4rem; font-weight: bold;
    }
    .C1_tx{
        width: 100%;
        font-size: 1.6rem;
    }
    .C1_link_set{
        width: 100%;
        padding: 60px 0;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: flex-start;
    }
    .C1_img_box{
        width: 100%;
        margin-bottom: -60px;
    }
}
@media screen and (min-width:1024px) , print { /*PC*/
    #C1{
        padding: 90px 0 0;
    }
    .C1_set{
        width: 100%; max-width: 1280px;
        padding: 0 0 90px;
        position: relative; z-index: 0;
    }
    .C1_box{
        width: 100%; max-width: 1230px;
        padding-right: 50px;
        display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-end;
        flex-direction: column;
    }
    .C1_svg{
        height: 130px;
        aspect-ratio: 110 / 20;
        margin-bottom: 60px;
    }
    .C1_key{
        width: 34%; max-width: 400px;
        margin-bottom: 15px;
        font-size: 2.4rem; font-weight: bold;
    }
    .C1_tx{
        width: 34%; max-width: 400px;
        font-size: 1.6rem;
    }
    .C1_link_set{
        width: 100%;
        padding-top: 60px;
        display: flex; flex-wrap: nowrap; justify-content: flex-end; align-items: flex-start;
    }
    .C1_img_box{
        position: absolute; z-index: -1;
        bottom: -60px; left: 0;
        width: 100%; max-width: 1230px;
        padding-right: 50px;
    }
    .C1_img_box img{
        width: 64%; max-width: 750px;
    }
}

/************************************************************/
/*   C2 - YouTube Channel   */
/************************************************************/
@media screen and (max-width:767px) { /*SP*/
    #C2{
        padding: 80px 0 60px;
        background-color: #1A1A1A;
    }
    .C2_set{
        width: 100%;
    }
    .C2_box{
        width: 100%;
        margin-bottom: 30px;
    }
    .C2_ch_img{
        width: 50%; max-width: 240px;
    }
    .C2_link_set_pc{
        display: none;
    }
    .C2_link_set_sp{
        display: block;
        text-align: center;
        padding-top: 20px;
    }
    .C2_tx{
        font-size: 1.6rem; color: #fff;
        margin-bottom: 20px;
    }
    .C2_link_box{
        width: 46px;
        display: inline-block;
    }
    .C2_mvi_box{
        width: 100%;
        aspect-ratio: 730 / 410;
        position: relative;
    }
    .C2_mvi_box iframe{
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
    }
}
@media screen and (min-width:768px) and ( max-width:1023px) { /*TB*/
    #C2{
        padding: 110px 0 60px;
        background-color: #1A1A1A;
    }
    .C2_set{
        width: 100%;
    }
    .C2_box{
        width: 100%;
        margin-bottom: 40px;
    }
    .C2_ch_img{
        width: 240px;
    }
    .C2_link_set_pc{
        display: none;
    }
    .C2_link_set_sp{
        display: block;
        text-align: center;
        padding-top: 40px;
    }
    .C2_tx{
        font-size: 1.6rem; color: #fff;
        margin-bottom: 20px;
    }
    .C2_link_box{
        width: 46px;
        display: inline-block;
    }
    .C2_mvi_box{
        width: 100%;
        aspect-ratio: 730 / 410;
        position: relative;
    }
    .C2_mvi_box iframe{
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
    }
}
@media screen and (min-width:1024px) , print { /*PC*/
    #C2{
        padding: 100px 0;
        background-color: #1A1A1A;
    }
    .C2_set{
        width: 100%; max-width: 1280px;
        display: flex; flex-wrap: nowrap; justify-content: flex-end; align-items: flex-end;
    }
    .C2_box{
        margin-right: 60px;
    }
    .C2_ch_img{
        width: 240px;
        margin-bottom: 40px;
    }
    .C2_link_set_pc{
        display: block;
    }
    .C2_link_set_sp{
        display: none;
    }
    .C2_tx{
        font-size: 1.6rem; color: #fff;
        margin-bottom: 40px;
    }
    .C2_link_box{
        width: 46px;
        display: block;
    }
    .C2_mvi_box{
        width: 57.03125%;
        aspect-ratio: 730 / 410;
        position: relative;
    }
    .C2_mvi_box iframe{
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
    }
}

/************************************************************/
/*   C3 - Video   */
/************************************************************/
@media screen and (max-width:767px) { /*SP*/
    #C3{
        height: 160px;
        position: relative;
        overflow: hidden;
    }
    #video {
        min-width: 100%; min-height: 100%;
        width: 100%; height: 100%;
        object-fit: cover;
        position: absolute;
        top: 50%; left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .coverTop {
        width: 100%; height: 100%;
        position: absolute; z-index: 1;
        background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.164) 50%, rgba(0, 0, 0, 0.384) 50%);
        background-size: 2px 2px;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    #C3{
        height: 450px;
        position: relative;
        overflow: hidden;
    }
    #video {
        min-width: 100%; min-height: 100%;
        width: 100%; height: 100%;
        object-fit: cover;
        position: absolute;
        top: 50%; left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .coverTop {
        width: 100%; height: 100%;
        position: absolute; z-index: 1;
        background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.164) 50%, rgba(0, 0, 0, 0.384) 50%);
        background-size: 2px 2px;
    }
}

/************************************************************/
/*   C4 - PRODUCT   */
/************************************************************/
@media screen and (max-width:767px) { /*SP*/
    #C4{
        padding: 60px 0 0;
        overflow: hidden;
    }
    .C4_set{
        width: 100%;
        position: relative; z-index: 1;
    }
    .C4_box{
        width: 100%;
        padding: 0 20px;
    }
    .C4_svg{
        width: 71vw; max-width: 263px;
        margin-bottom: 30px;
    }
    .C4_key{
        margin-bottom: 15px;
        font-size: min(5.9vw, 2.1rem);
        font-weight: bold; line-height: 2;
    }
    .C4_BR{
        display: inline;
    }
    .C4_tx{
        width: 100%;
        font-size: 1.6rem;
    }
    .C4_link_set{
        width: 100%;
        padding: 45px 0 0;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: flex-start;
    }
    .C4_img_box_sp{
        width: 100%;
        margin-bottom: 30px;
    }
    .C4_img_box_pc{
        display: none;
    }
}
@media screen and (min-width:768px) and ( max-width:1023px) { /*TB*/
    #C4{
        padding: 90px 0 0;
        overflow: hidden;
    }
    .C4_set{
        width: 100%;
        position: relative; z-index: 1;
    }
    .C4_box{
        width: 100%;
        padding: 0 50px;
    }
    .C4_svg{
        height: 100px;
        aspect-ratio: 80 / 20;
        margin-bottom: 60px;
    }
    .C4_key{
        margin-bottom: 15px;
        font-size: 2.4rem; font-weight: bold;
    }
    .C4_BR{
        display: none;
    }
    .C4_tx{
        width: 100%;
        font-size: 1.6rem;
    }
    .C4_link_set{
        width: 100%;
        padding: 60px 0 0;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: flex-start;
    }
    .C4_img_box_sp{
        width: 100%;
        margin-bottom: 60px;
    }
    .C4_img_box_pc{
        display: none;
    }
}
@media screen and (min-width:1024px) , print { /*PC*/
    #C4{
        padding: 90px 0 0;
        overflow: hidden;
    }
    .C4_set{
        width: 100%; max-width: 1280px;
        display: flex; flex-wrap: nowrap; justify-content: flex-end; align-items: flex-start;
        position: relative; z-index: 1;
    }
    .C4_box{
        position: absolute; z-index: 1;
        top: 0; right: 0;
        width: 100%;
        padding-left: 100px;
    }
    .C4_svg{
        height: 130px;
        aspect-ratio: 80 / 20;
        margin-bottom: 60px;
    }
    .C4_key{
        margin-bottom: 15px;
        font-size: 2.4rem; font-weight: bold;
    }
    .C4_BR{
        display: none;
    }
    .C4_tx{
        width: 34%; max-width: 400px;
        font-size: 1.6rem;
    }
    .C4_link_set{
        padding-top: 60px;
    }
    .C4_img_box_sp{
        display: none;
    }
    .C4_img_box_pc{
        width: 60%; max-width: 770px;
        padding-top: 80px;
    }
}

/* LIST - SLICK */
@media screen and (max-width:767px) { /*SP*/
    .C4_list_set{
        width: 100%;
        padding: 60px 0;
        position: relative; z-index: 0;
    }
    #C4_slide_set{
        width: 100%;
        position: relative;
    }
    #C4_slide_set ._slickBox{
    }
    .C4_slide_box{
        width: calc(100vw - 80px);
        display: block;
        margin: 0 auto;
    }
    .C4_slide_img{
        width: 100%;
        margin-bottom: 15px;
    }
    .C4_slide_inner{
        width: 100%;
        text-align: center;
    }
    .C4_slide_tx01{
        font-size: 2.4rem; font-weight: bold; line-height: 1;
        margin-bottom: 10px;
    }
    .C4_slide_tx02{
        font-size: 1.6rem; font-weight: bold; line-height: 1;
    }
    .C4_prev{
        position: absolute; z-index: 1;
        top: calc((100vw - 80px) /2 - 15px); left: 15px;
        width: 13px;
    }
    .C4_next{
        position: absolute;
        top: calc((100vw - 80px) /2 - 15px); right: 15px;
        width: 13px;
    }
    .C4_prev:hover,
    .C4_next:hover{
        cursor: pointer;
    }
}
@media screen and (min-width:768px) and ( max-width:1023px) { /*TB*/
    .C4_list_set{
        width: 100%;
        padding: 60px 0 120px;
        position: relative; z-index: 0;
    }
    #C4_slide_set{
        width: 100%;
        position: relative;
    }
    #C4_slide_set ._slickBox{
    }
    .C4_slide_box{
        width: 300px;
        display: block;
        margin: 0 auto;
    }
    .C4_slide_img{
        width: 100%;
        margin-bottom: 15px;
        border-radius: 100%;
        overflow: hidden;
    }
    .C4_slide_img img{
        transform: scale(1.0);
        transition: transform 0.5s ease;
    }
    .C4_slide_inner{
        width: 100%;
        text-align: center;
        transition: 0.3s ease;
    }
    .C4_slide_tx01{
        font-size: 2.4rem; font-weight: bold; line-height: 1;
        margin-bottom: 10px;
    }
    .C4_slide_tx02{
        font-size: 1.6rem; font-weight: bold; line-height: 1;
    }
    .C4_prev{
        position: absolute; z-index: 1;
        top: calc(50% - 25px); left: 24%;
        transform: translateY(-50%);
        width: 20px;
    }
    .C4_next{
        position: absolute;
        top: calc(50% - 25px); right: 24%;
        transform: translateY(-50%);
        width: 20px;
    }
    .C4_prev:hover,
    .C4_next:hover{
        cursor: pointer;
    }
    .C4_slide_box:hover{
        opacity: 1;
    }
}
@media screen and (min-width:1024px) , print { /*PC*/
    .C4_list_set{
        width: 100%;
        padding: 60px 0 120px;
        position: relative; z-index: 0;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
    }
    #C4_slide_set{
        width: 100%; max-width: 1170px;
    }
    #C4_slide_set ._slickBox{
        width: calc(100% / 3);
    }
    .C4_slide_box{
        width: 100%; max-width: 300px;
        margin: 0 auto;
        display: block;
    }
    .C4_slide_img{
        width: 100%;
        margin-bottom: 15px;
        border-radius: 100%;
        overflow: hidden;
    }
    .C4_slide_img img{
        transform: scale(1.0);
        transition: transform 0.5s ease;
    }
    .C4_slide_inner{
        width: 100%;
        text-align: center;
        transition: 0.3s ease;
    }
    .C4_slide_tx01{
        font-size: 2.4rem; font-weight: bold; line-height: 1;
        margin-bottom: 10px;
    }
    .C4_slide_tx02{
        font-size: 1.6rem; font-weight: bold; line-height: 1;
    }
    .C4_slide_box:hover{
        opacity: 1;
    }
}
@media (hover: hover){
    .C4_slide_box:hover .C4_slide_img img{
        transform: scale(1.1);
    }
    .C4_slide_box:hover .C4_slide_inner{
        opacity: 0.6;
    }
}

/* background img */
@media screen and ( max-width:1719px) { /*TB*/
    .C4_bgImg{
        position: absolute; z-index: -1;
        top: 50%; left: 50%;
        transform: translate(-50%, -50%);
        width: 1720px;
    }
}
@media screen and (min-width:1720px) , print { /*PC*/
    .C4_bgImg{
        position: absolute; z-index: -1;
        top: 50%; left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
}

/* RECIPE */
@media screen and (max-width:767px) { /*SP*/
    .C4_recipe_set{
        width: 100%;
        padding-bottom: 60px;
    }
    .C4_recipe_box{
        width: 100%;
    }
    .C4_recipe_svg{
        width: 100%; max-width: 236px;
        aspect-ratio: 236 / 30;
        margin: 0 auto 30px;
    }
    .C4_recipe_tx{
        font-size: 1.6rem;
    }
    .C4_recipe_link_set{
        width: 100%;
        padding-top: 30px;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: flex-start;
    }
    .C4_recipe_img_box_sp{
        width: 100%;
        margin-bottom: 30px;
    }
    .C4_recipe_img_box_pc{
        display: none;
    }
}
@media screen and (min-width:768px) and ( max-width:1023px) { /*TB*/
    .C4_recipe_set{
        width: 100%;
        padding-bottom: 90px;
    }
    .C4_recipe_box{
        width: 100%;
    }
    .C4_recipe_svg{
        height: 50px;
        aspect-ratio: 236 / 30;
        margin: 0 auto 60px;
    }
    .C4_recipe_tx{
        font-size: 1.6rem;
    }
    .C4_recipe_link_set{
        width: 100%;
        padding-top: 60px;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: flex-start;
    }
    .C4_recipe_img_box_sp{
        width: 100%;
        margin-bottom: 60px;
    }
    .C4_recipe_img_box_pc{
        display: none;
    }
}
@media screen and (min-width:1024px) , print { /*PC*/
    .C4_recipe_set{
        width: 100%; max-width: 1080px;
        padding-bottom: 90px;
        display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;
        flex-direction: row-reverse;
    }
    .C4_recipe_box{
        width: 290px;
    }
    .C4_recipe_svg{
        height: 104px;
        aspect-ratio: 190 / 104;
        margin-bottom: 30px;
    }
    .C4_recipe_tx{
        font-size: 1.6rem;
    }
    .C4_recipe_link_set{
        width: 100%;
        padding-top: 60px;
    }
    .C4_recipe_img_box_sp{
        display: none;
    }
    .C4_recipe_img_box_pc{
        width: calc(100% - 350px); max-width: 720px;
    }
}

/************************************************************/
/*   C5 - OUR COMPANY   */
/************************************************************/
@media screen and (max-width:767px) { /*SP*/
    #C5{
        padding: 120px 0;
        position: relative; z-index: 0;
        background-image: url(/img/top/c5_bgimg_sp.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    #C5::before{
        content: ''; position: absolute; z-index: -1;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background-color: #9E9E9E;
        mix-blend-mode: multiply;
    }
    .C5_set{
        width: 100%;
        text-align: center;
    }
    .C5_key_set{
        width: 100%;
        margin-bottom: 60px;
    }
    .C5_key_box{
        font-size: min(10.7vw, 4rem);
        font-weight: bold; color: #fff; line-height: 1;
        margin-bottom: 30px;
    }
    .C5_key_svg{
        height: 20px;
        aspect-ratio: 130 / 20;
        margin: 0 auto;
    }
    .C5_tx{
        font-size: 1.6rem; color: #fff;
    }
    .C5_BR{
        display: inline;
    }
    .C5_link_set{
        width: 100%;
        padding-top: 50px;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: flex-start;
    }
}
@media screen and (min-width:768px) , print { /*PC&TB*/
    #C5{
        height: 630px;
        position: relative; z-index: 0;
        background-image: url(/img/top/c5_bgimg_pc.jpg);
        background-repeat: no-repeat;
        background-position: 66% 50%;
        background-size: cover;
    }
    #C5::before{
        content: ''; position: absolute; z-index: -1;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background-color: #9E9E9E;
        mix-blend-mode: multiply;
    }
    .C5_set{
        width: 100%;
        text-align: center;
    }
    .C5_key_set{
        width: 100%;
        margin-bottom: 60px;
    }
    .C5_key_box{
        font-size: 4rem; font-weight: bold; color: #fff; line-height: 1;
        margin-bottom: 30px;
    }
    .C5_key_svg{
        height: 20px;
        aspect-ratio: 130 / 20;
        margin: 0 auto;
    }
    .C5_tx{
        font-size: 1.6rem; color: #fff;
    }
    .C5_BR{
        display: none;
    }
    .C5_link_set{
        width: 100%;
        padding-top: 80px;
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: flex-start;
    }
}
