@charset "utf-8";



/* ==============================
mainVisual
=============================== */

.mainVisual {
    width: 100%;
    margin-top: 202px;
    justify-content: center;
}
/* .logo_pc {
    width: 120%;
} */
.logo__sp {
    display: none;
}

.description {
    margin: 187px auto;
    width: 700px;
    height: auto;
    color: #313131;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;

}

@media screen and (max-width:850px) {
    .description {
        max-width:100%;
        height: auto;
        color: #313131;
        text-align: center;
        font-size: 16px;
    
    }
}

@media screen and (max-width:390px) {
    .description {
        margin: 130px auto;
    
    }
}

@media screen and (max-width:390px){
    .logo__sp {
        display: block;
    }
    .logo__pc {
        display: none;
    }
    .mainVisual {
        margin-top: 126px;
    }
}

/* ==============================
menu
=============================== */

.section--menu {
    background-color: #261d1a;
    height: auto;
    padding-top: 200px;
    padding-bottom: 125px;
    justify-content: center;
}   



.topic_menu {
    color:#FFF;
    text-align: center;
    display: flex;
    max-width:  1100px;
    height: 176.319px;
    flex-direction: column;
    justify-content: center;
    font-size: 50px;
    margin: 0 12%  ;
    border-top:  solid 1px #FFF;
    max-width: 1100px;
}

@media screen and (max-width:850px) {
.section--menu {
    padding-top: 45px;
    height: auto;
    padding-bottom: 50px;
}   
    
.topic_menu {
    font-size: 30px;
}
}


/* ==============================
grand MENU
=============================== */

.icon__men {
    margin-left: 12%;
    margin-right: auto;
    margin-top: 125px;

}

.grand--menu{
    display: flex;
    gap: 90px;
    max-width:1100px;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
}


.top_men_image {
    width: 100%;
    position: relative;
}

.grand_noodle_discription {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 38px;
}

.menu__item {
    position: relative;
}

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

.icon__men {
    margin-top: 50px;

}
.icon__men img  {
    width: 20%;
}
.grand--menu {
    flex-direction: column;
    width: 50%;
    gap: 63px;
}    
.grand_noodle_discription {
    font-size: 16px;
}
}
.keyframe2 animation {
    width: 40px;
    height: auto;
}

@media screen and (max-width:390px){
    .grand--menu {
        width: 70%;
    }  
}


/* ==============================
steam
=============================== */
.animation{
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    width: 200px;
    height: 140px;
    position: absolute;
    top: 40px;
    left: 10px;
    z-index: 999;
  }
  
  .keyframe2{
    animation-name: anim_h;
  }
  
  @keyframes anim_h {
    0% {
      transform: translate(0px, 0);
    }
    100% {
      transform: translate(20px, 0);
    }
  }
/* ==============================
side MENU
=============================== */
.icon__fuku {
    margin-left: 12%;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 70px;

}


.side--menu {
    display: flex;
    justify-content: center;
    margin: 0 12%;
    margin-top: 160px;
    max-width: 1100px;
    position: relative;
    text-align: center;
    align-items: end;
    gap: 50px;
}

/* .top_arrow {
    margin-top: 170px;
}
 */

 /* .sidemenu__item {
    position: absolute;
    bottom: 0;
 } */

.item__txt {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    margin-top: 58px;
}

.item__txt:nth-child(2) {
    margin-top: 30px;
}
  

.top_all_menu {
    display: flex;
    width: 293px;
    height: 29px;
    gap: 36px;
    margin: 130px 11.8% 0 auto;

}

.top_all_menu_text {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    display: flex;
    width: 195px;
    height: 29px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    }

.allmenu_arrow_img {
    width: 63px;
    height: 10px;
    margin-top: 15px;
}

.sidemenu__item_sp {
    display: none;
}

.menu__itema__arrow {
    display: none;
}
.top_arrow {
    display: none   ;
}


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


    .icon__fuku img  {
        width: 20%;
    }

    .side--menu {
        margin-top: 42px;
    }
    .item__txt {
        font-size: 16px;
        margin-top: 19px;
    }
    .sidemenu__item {
        display: none;
    }
    .sidemenu__item_sp {
        display: block;
    }
    .top_all_menu_text {
        font-size: 20px;
        width: 130px;
        text-align: end;
    }
    .allmenu_arrow_img {
        width: 50px;
        height: 10px;
        margin-top: 11px;

    }

    .top_all_menu {
        display: flex;
        justify-content:center ;
        margin-top: 75px;
        gap: 20px;
    
    }

    .sidemenu__item_sp {
        width: 50%;
        justify-content: center;
        margin: auto;
        text-align: center;
    }
    .top_arrow {
        width: 40px;
        display: block;
    }


    .menu__itema__arrow {
        display: block;
    }

    .side--menu {
        align-items: center;
    }


}

/*==========================
slick
==========================*/
.slider{
    width: min(900px, 100%);
    margin-inline: auto;
}

@media screen and (max-width:850px) {
    .slider {
        display: block;
        max-width:400px;
        gap: 50px;
    }

    .slick-slider {        
        padding: 0 var(--contentPadding);
    }

    .slider__item {
        margin: 0 10px 0 40px;
        padding-left: 60px;
    }

}
@media screen and (max-width:390px) {
    .slider__item {
        margin: 0 10px 0 40px;
        padding-left: 50px;
    }

}


@media screen and (max-width:850px) {
    .slider {
        gap: 20px;
        margin-left: 30px;
    }

}

.slick-slider {
    margin: 0 auto 64px;
    gap: 50px;
}

.slick-initialized .slick-slide a{
    display: block;
    width: fit-content;
    margin:0 24px;
}
/* pc 769px */

/* ==============================
category
=============================== */
.nav_category_list {
    display: flex;
    gap: 25px;
    margin-top: 200px;
    justify-content: center;
    padding: 0px,12%;
}
.category_image {
    width: auto;
    margin-top: 10px;
}

.category_text {
    width: auto;
    }

.category_text1{
    color: #313131;
    font-size: 16px;
    width: 120px;
    font-weight: 800;
}
.category_text2 {
    color: #313131;
    font-size: 30px;
    font-weight: 800;
    width: 148px;
}

.osinagaki_img {
    transition: 0.4s;
}

.osinagaki_img:hover img {
    opacity: 0.5;
} 

.about_img {
    transition: 0.4s;
}

.about_img:hover img {
    opacity: 0.5;
} 

@media screen and (max-width:850px) {
.nav_category_list {
    flex-direction: column;
    gap: 30px;  
    margin-top: 100px;
}

.section--menu {
    justify-content: center;
    
}   

.osinagaki_img {
    margin: 0 auto;
    width: auto;
}

.about_img {
    margin: 0 auto;
    width: auto;

}   

.category_text {
    width: 100%;
    height:auto;
    margin-top: 10px;
    
}
.category_text1{
    font-size: 30px;
    width: 100%;
}
.category_text2{
    font-size: 16px;
}

.category_image {
    justify-content: center;
    text-align: center;
}
}

@media screen and (max-width:390px){
    .osinagaki_img {
        margin: 0 12%;
    }
    .about_img {
        margin: 0 12%;
    }
    
}
 

/* ==============================
news
=============================== */

.section--news {
    margin-top: 200px;
}

.line_black {
    margin-left: 12%;
}


.topic_news {
    color:#313131;
    text-align: center;
    display: flex;
    max-width: 1100px;
    height: 176.319px;
    flex-direction: column;
    justify-content: center;
    font-size: 50px;
    margin: 0 12% ;
    border-top:  solid 1px #000;
}


.topics__item {
    height: 200px;
    flex-shrink: 0;
    margin: auto;
    gap: 40px;
}

.topics__txt {
    display: flex;
    height: 116px;
    flex-direction: column;
    gap: 15px;
    flex-shrink: 0;
    max-width: 1100px;
    justify-content: center;
    margin: 30px 12% 0 12% ;
    padding-left: 200px ;
}

.date {
    color: #313131;
    font-size: 20px;
    font-weight: 700;
    max-width: 1100px;
}

.news_text {
    color: #313131;
    font-size: 16px;
    font-weight: 500;
    max-width: 1100px;
    height: 41px;
}

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

.newsList {
    width: 100%;
}
.topics__txt {
    width: 400px;
    margin: 0 12%;
    padding-left: 0px;
}
.news_text {
    max-width: 100%;
    text-align: left;
    overflow-wrap: anywhere;
}
.date {
    text-align: left;

}

.topics__item {
    max-width: 100%;
    margin: 0 12%;
}
.topic_news {
    font-size: 30px;
    margin-top: 100px;
}

.section--news {
    margin-top: 60px;
}

}

@media screen and (max-width:390px){
    .topics__txt {
        width: 300px;
        margin: 0px 0px;
    }
    .news_text {
        font-size: 13px;
    }
}





