/* ===================================================================
CSS information
 file name  :  home.css
 style info :  トップページ構造（home.css）
=================================================================== */



/*========================================
 共通
========================================*/
#contents {
    width: 100%;
}

section:nth-child(n + 2) {
    padding: 50px 0 100px 0;
}

.inner {
    max-width: 910px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (min-width: 900px) {
    .multi-column_wrap {
        column-count: 2;
        gap: 40px;
    }

    #lab .multi-column_wrap {
        margin-top: 30px;
    }
}



/*========================================
 ローディングアニメーション
========================================*/

/* ベースの本体 */
#loading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 90vh;
    background: #fff;
    transition: all 2s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

/* ロゴ */
#loading img {
    position: absolute;
    margin-right: 15px;
}

/* ローディングアニメーションCSS */
#loading .main_catch_load {
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loading .main_catch_load img {
    width: 70vw;
}

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

@media only screen and (max-width: 900px) {
    .main_catch img {
        max-width: 90%;
    }
}


/*========================================
 メインビジュアル
========================================*/
.home {
    overflow: hidden;
}

.main_enbtn{
    position: absolute;
    z-index: 10;
    top: 50px;
    right: 50px;
}
.main_enbtn a{
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 16px;
    padding: 13px 30px;
    text-decoration: none;
    line-height: 1.5;
}

.main_catch {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_catch img {
    width: 70vw;
}

.main_expo2025{
    position: absolute;
    width: 260px;
    z-index: 999;
    top: 125px;
    right: 0;
}
.main_expo2025 a{
    display: block;
}
.main_expo2025 a img{
    width: 100%;
    max-width: 100%;
}

#main_img_01 {
    background-image: url(../img/main_01.jpg);
}

#main_img_02 {
    background-image: url(../img/main_expo2025.jpg);
}

#main_img_03 {
    background-image: url(../img/main_08.jpg);
}

#main_img_04 {
    background-image: url(../img/main_06.jpg);
}

#main_img_05 {
    background-image: url(../img/main_04.jpg);
}

#main_img_06 {
    background-image: url(../img/main_02.jpg);
}

@media only screen and (max-width: 767px) {
    #main_img_01 {
        background-image: url(../img/main_01_sp.jpg);
    }
    .main_expo2025{
        width: 150px;
        top: 85px;
    }
}

.main_img_all {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    animation-fill-mode: both;
    animation-duration: 3s;
    animation-name: fadeIn;
    visibility: visible !important;
    height: 90vh;
    min-height: 550px;
}

@media only screen and (max-width: 900px) {
    .main_enbtn{
        top: 25px;
        right: 17px;
    }
    .main_enbtn a{
        font-size: 14px;
        padding: 10px 16px;
    }
    .main_catch img {
        max-width: 90%;
    }
}




/*========================================
 GFとは
========================================*/
#about {
    background: linear-gradient(0deg, rgba(244, 233, 219, 0) 50%, rgba(244, 233, 219, 1) 100%);
    background-position: center;
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
}

#about::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: black;
    opacity: 0;
}

#about>.inner {
    position: relative;
    z-index: 3;
    color: #333;
    padding: 20px;
    padding-top: 50px;
}

#about h2 span {
    font-size: 120%;
}

#about h2 {
    margin-bottom: 0.4em;
}

#about p {
    margin-bottom: 1.4em;
}

#about .btn_gf_wrap {
    padding: 3em 0;
}

#about p a:link,
#about p a:hover,
#about p a:visited {
    color: #333;
}

@media only screen and (min-width: 900px) {
    #about h2 span {
        font-size: 6rem;
    }
}

@media only screen and (max-width: 900px) {
    #about {
        padding-bottom: 0;
    }

    #about p:last-of-type {
        margin-bottom: 8px;
    }

    #about .cap {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}


/*========================================
 LAB設立
========================================*/
#lab {
    background: #000;
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
}

#lab>.inner {
    position: relative;
    z-index: 3;
    color: #eee;
    padding: 20px;
    text-shadow: 0 0 10px black;
}

#lab .multi-column_wrap {
    column-count: auto;
}

.profile_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

#lab h2 {
    margin-top: 25px;
    font-size: 1.6rem;
    text-align: center;
    color: #eee;
    margin:auto 15px;
}

#lab h2 span {
    display: inline-block;
    text-indent: 5px;
}

#lab h2 img {
    max-width: 90%;
}

#lab h3 {
    border-bottom: #D2B25C 1px solid;
    margin-bottom: 1em;
}

#lab .photo_face {
    border: #D2B25C 2px solid;
    border-radius: 800px;
    padding: 6px;
    display: block;
    margin: 0 auto 20px;
}

#lab p {
    padding-bottom: 2em;
    max-width: 705px;
}

#lab .about_ohnishi {
    font-size: 90%;
}
#lab .lab_btn{
    margin-bottom: 50px;
}
#lab .btn_gf{
    left:50%;
    transform: translateX(-50%);
}

/*
#lab .about_ohnishi {
    font-size: 90%;
    border: #333 1px solid;
    padding: 2em;
}
.multi-column_inner.about_ohnishi h3 {
    font-size: 1.6rem;
    color: #D2B25C;
    border: none!important;
    margin-bottom: 0!important;
}*/


@media only screen and (min-width: 900px) {

    #lab .photo_face {
        width: auto;
        height: 280px;
    }

    .profile_wrap {
        flex-direction: row;
        justify-content: center;
    }

    #lab .multi-column_wrap {
        display: flex;
    }

    #lab .multi-column_wrap_left,
    #lab .multi-column_wrap_right {
        width: 50%;
    }
    
}

@media only screen and (max-width: 900px) {
    #lab .about_ohnishi {
        line-height: 2.5rem;
    }
    #lab .photo_face{
        max-width:60%;
    }
}


/*========================================
 麺もスープもグルテンフリー
========================================*/
@keyframes steam-move-01 {
    0% {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="12" /></filter></svg>#filter');
        filter: blur(25px);
        transform: scale(.8, .8) rotateY(0deg);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        bottom: -1300px
    }

    8% {
        opacity: .15;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)"
    }

    33% {
        transform: scale(.9, 1.1) rotateY(40deg);
        opacity: .2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"
    }

    66% {
        transform: scale(1, .8) rotateY(2deg);
        opacity: .2;
    }

    100% {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="18" /></filter></svg>#filter');
        filter: blur(30px);
        transform: scale(1.5, 1.3) rotateY(50deg);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        bottom: 0;
    }
}

@keyframes steam-move-02 {
    0% {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="12" /></filter></svg>#filter');
        filter: blur(20px);
        transform: scale(1, 1) rotateY(0deg);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        bottom: -1500px;
    }

    8% {
        opacity: .25;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)"
    }

    33% {
        transform: scale(1.5, 1.3) rotateY(-35deg);
        opacity: .4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)"
    }

    66% {
        transform: scale(2, .8) rotateY(2deg);
        opacity: .2;
    }

    100% {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="18" /></filter></svg>#filter');
        filter: blur(25px);
        transform: scale(2.5, 1.3) rotateY(50deg);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        bottom: 0;
    }
}




/*スマホでの湯気*/
@media only screen and (max-width: 768px) {
    @keyframes steam-move-01 {
        0% {
            bottom: -156vw;
        }

        8% {
            opacity: .15;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)"
        }

        33% {
            transform: scale(.9, 1.1) rotateY(40deg);
            opacity: .3;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"
        }

        66% {
            transform: scale(1, .8) rotateY(2deg);
        }

        100% {
            filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="18" /></filter></svg>#filter');
            filter: blur(25px);
            transform: scale(1.5, 1.3) rotateY(50deg);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            bottom: 0;
        }
    }

    @keyframes steam-move-02 {
        0% {
            filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="12" /></filter></svg>#filter');
            filter: blur(20px);
            transform: scale(1, 1) rotateY(0deg);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            bottom: -195vw;
        }

        8% {
            opacity: .25;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)"
        }

        33% {
            transform: scale(1.5, 1.3) rotateY(-35deg);
            opacity: .5;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)"
        }

        66% {
            transform: scale(2, .8) rotateY(2deg);
        }

        100% {
            filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="18" /></filter></svg>#filter');
            filter: blur(30px);
            transform: scale(2.5, 1.3) rotateY(50deg);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            bottom: 0;
        }
    }
}



.steam-box {
    position: absolute;
    top: 0;
    left: 50vw;
    will-change: top, left, opacity, margin, padding, width, height, transform;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1
}

.steam-01,
.steam-02,
.steam-03 {
    width: 100vw;
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="12" /></filter></svg>#filter');
    filter: blur(12px);
    transition: all 1s;
    z-index: 2
}

.steam-01 img,
.steam-02 img,
.steam-03 img {
    width: 100%;
    /*height: 1500px;*/
}

@media only screen and (max-width: 768px) {

    .steam-01 img,
    .steam-02 img,
    .steam-03 img {
        max-width: 100%;
        height: 1200px
    }
}

.steam-01 {
    /*  right: calc(50% - 350px);*/
    animation: steam-move-01 15s infinite linear
}

.steam-02 {
    /*  right: calc(50% - 350px);*/
    animation: steam-move-02 15s infinite linear;
    animation-delay: 10s
}

.steam-03 {
    /*  right: calc(50% - 500px);*/
    animation: steam-move-02 15s infinite linear;
    animation-delay: 5s
}

#gf_shoyu{
    background-image: url(../img/top_plant_main.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;

}
@media only screen and (max-width: 768px){
    #gf_shoyu{
        background-image: url(../img/top_plant_main_sp.jpg);
    }
}
#gf_shoyu>.inner {
    position: relative;
    z-index: 3;
    color: #eee;
    padding: 20px;
    min-height: 800px;
    align-items: flex-start;
    justify-content: space-between;
}
#gf_shoyu h2{
    text-align: left;
    margin-top: 50px;
}

#paitan h2{
    max-width: 723px;
}
#paitan h2 img {
    max-width: 90%;
}

#paitan {
    background-image: url(../img/paitan_bg.jpg);
    background-size: cover;
    background-position: top center;
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
}

#paitan::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    background: black;
    opacity: 0;
}

#paitan>.inner {
    position: relative;
    z-index: 3;
    color: #eee;
    padding: 20px;
    min-height: 800px;
    align-items: flex-start;
    justify-content: space-between;
}

@media only screen and (min-width: 900px) {
    #gf_shoyu>.inner {
        width: 910px;
    }
    #paitan>.inner {
        width: 910px;
    }
}

@media only screen and (max-width: 900px) {
    #gf_shoyu>.inner {
        min-height: 320px;
    }
    #gf_shoyu h2{
        text-align: center;
        margin-top: 20px;
    }
    #gf_shoyu h2 img{
        max-width: 90%;
    }
    #paitan>.inner {
        min-height: 280px;
    }
}



/*========================================
 商品ラインナップ
========================================*/
#item_list {
    background: linear-gradient(0deg, rgba(244, 233, 219, 0) 50%, rgba(244, 233, 219, 1) 100%);
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
}

#item_list>.inner {
    position: relative;
    z-index: 3;
    color: #333;
    padding: 20px;
}

#item_list .logo {
    width: 100px;
}

#item_list h2 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
}

#item_list .item_wrap {
    font-size: 1.6rem;
    text-align: center;
    gap: 50px;
    display: flex;
    flex-direction: column;
    line-height: 1.4;
    font-weight: bold;
}

#item_list .item_wrap img {
    margin-bottom: 5px;
}
.item_name{
    height:21em;
}

#item_list .mark_deli {
    margin-top: 5px;
}

#item_list .btn_gf_wrap {
    padding-top: 15px;
}

#item_list .btn_gf_wrap .btn_gf {
    font-size:1.6rem;
}

@media only screen and (min-width: 900px) {
    #item_list .item_wrap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 60px;
        justify-content: space-between;
    }
    #item_list .item_wrap li{
        width: 250px;
    }
}

@media only screen and (max-width: 900px) {
    #item_list .item_wrap {
        font-size: 1.6rem;
        line-height: 1.2;
        margin-top: 1em;
    }
    .item_name{
        height:inherit;
    }
}


/*========================================
 FAQ
========================================*/
#faq {
    background: #fff;
    position: relative;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
}

#faq>.inner {
    position: relative;
    z-index: 3;
    color: #333;
    padding: 20px;
}

#faq h2 {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
}

#faq h3 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8;
}

#faq p {
    margin-bottom: 2em;
}

@media only screen and (min-width: 900px) {
    #faq h3 {
        font-size: 2.4rem;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 900px) {
    #faq {
        padding-bottom: 20px;
    }

    #faq h3 {
        font-size: 1.6rem;
        line-height: 1.438;
    }

    #faq h3:first-letter {
        font-size: 2rem;
    }

    #faq p {
        margin-bottom: 20px;
    }
}

/*========================================
 アニメーション類
========================================*/
/* メインビジュアル用 */
.fadeIn {
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-name: fadeIn;
    visibility: visible !important;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(2);
        filter: contrast(200%) blur(0);
    }

    99.9%,
    to {
        opacity: 1;
        transform: scale(1);
        filter: contrast(100%) blur(0);
    }
}

.fadeIn-simple {
    animation-fill-mode: both;
    animation-duration: 3s;
    animation-name: fadeIn-simple;
    visibility: visible !important;
}

/* メインビジュアル用ロゴ */
@keyframes fadeIn-logo {
    0% {
        opacity: 0;
    }

    99.9%,
    to {
        opacity: 1;
    }
}

/* 商品を詳しく見る 竹村追加 */
/*
.item_wrap li div a {
    background-image: url("/html/user_data/assets/img/product_detail.png");
    width: 232px;
    height: 82px;
    display: inline-block;
}*/

/*.item_wrap li div a:hover{background-image: url("/html/user_data/assets/img/product_detail_hover.png");}*/

@media only screen and (min-width:576px) {}

@media only screen and (max-width:576px) {}
