*{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    font-size: 14px;
}
p{
    line-height: 1.8em;
}
html,body {
      position: relative;
      height: 100%;
    }

body {
      font-size: 14px;
      margin: 0;
      padding: 0;
      color: #fff;
    }
img{
    width: 100%;
}

  /* ローディング 初め*/
  .loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 555;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3f1506;
    background-size: 300% 300%;
    animation: bgAnime 5s linear
  }
  @keyframes bgAnime { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
  }
  .loader .txt {
    font-size: 16px;
    color: white;
    display: none;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  /* ローディング 終わり*/

  /* ファーストビュー */
.slick-slider{
    margin: 0;
    padding: 0;
  }
  .slick-slider img {
    width: 100%;
    height: 80vh;
    object-fit: cover;
  }
  .top{
    position: relative;
    z-index: 22;
  }
  .toptitle {
  position: absolute;   /* 親要素を基準にする */
  top: 10%;             /* 上から50% */
  left: 50%;            /* 左から50% */
  transform: translate(-50%, -50%); /* 中央にずらす */
  z-index: 51;          /* 背景より前面に */
  text-align: center;
}

.toptitle img {
  max-width: 450px;   /* 画面幅に合わせて縮小可 */
  height: auto;
}
  /* ファーストビュー〆 */
.top_img{
    display: grid;
    place-items: left; 
    position: relative;
}
.top_icon{
    position: absolute;
    grid-area: 1 / 1;
    width: 28%;
    padding: 30px;
}

.article{
    max-width: 450px;
    margin: 0 auto;
    /* position: relative;
    z-index: 50; */
}
/* .section{
        height: 150vh;
    } */

/* ファーストビュー */
#sec01{
    background-size: cover;
    background-position: center;
    color: #fff;
}
/* .fv_title{
    text-align: center;
    padding: 20px 0;
    width: 20%;
} */
.fv_title{
    margin: 0 auto;
    text-align: center;
}
.fv_title>img{
    padding-top: 5%;
    width: 90%;
    height: auto;
}

/* ファーストビューしたのてきすと */
#sec02{
    background-size: cover;
    /* background-position: center; */
    color: #fff;
    /* background-color: black; */
    text-align: center;
}
.fv_text{
    padding: 200px 0;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    text-shadow: 0px -1px 10px rgba(26, 12, 3, 0.871);
}
.fv_text>div>img{
    width: 100px;
    margin: 20px;
}
.section_title{
    font-size: 1.2em;
    width: 75%;
    padding: 50px 0 0 0;
    margin: 0 auto;
    position: relative;
    z-index: 50;
    
}
/* メニューはじまり */
/* .menu_title{
    margin: -10% auto;
} */
.menu_item{
    padding: 7% 7%;
}
.menu_item>p{
    padding: 10px 0;
    font-family: sans-serif;
    font-size: 13px;
}
.menu_img{
    position: relative;
}
.menu_price{
    font-size: 1.5em;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    
    /* border-top: rgb(233, 204, 91) solid 1px; */
}
.menu_subtitle{
    width: 60%;
    margin: 0 auto;
    padding: 10px 0;
    margin-bottom: -10%;
}

.menu_item{
    background-image: url(../img/menu_layer.webp);
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 20px 0;
    position: relative;
    z-index: 51;
    border-radius: 20px;
}

.menu_img {
  position: relative; /* これ必須！ */
  display: inline-block;
}

.menuimg_icon_ver img {
  display: block;
  width: 100%;
  height: auto;
}

.menu_icon1 {
  position: absolute;
  top: -30px;   /* 上からの距離 */
  left: -20px; /* 右からの距離 */
  z-index: 51;  /* 念のため前面に */
}

.menu_icon1 img {
  width: 100%;
  max-width: 170px;
  height: auto;
  display: block;
}
.menu_item>.menu_note{
    font-size: 0.9em;
    color: #fff;
    padding-top: 20px;
    color: black;
}

.menu_item1{
    background-color: #a62126;
}
.menu_item2{
    background-color: #143f2a;
}
.menu_item3{
    background-color: #ce7f00;
}
.menu_item4{
    background-color: #b23967;
}
.menu_item5{
    background-color: #74457f;
}
.menu_item6{
    background-color: #d1634a;
}
.menu_name>span{
    font-size: 0.8em;
}
.menu_name{
    padding: 15px 0;
    border-bottom: #fff solid 1px;
    line-height: 1.5em;
    font-size: 1.18em;
    font-weight: 500;
    /* text-shadow: 0px -1px 13px rgba(0,0,0,0.717873831775701); */
}
/* ストア */
.store{
    /* background-image: url(../img/store_back.webp);
    background-size: cover;
    background-position: center; */
    position: relative;
    z-index: 51;
    color: #fff;
    padding: 7%;
}
.store h3{
    font-size: 1.3em;
}
.store_btn{
    margin: 0 auto;
    text-align: center;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    margin-bottom: 30px;
}
.btn{
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    color: rgb(32, 17, 3);
    text-decoration: none;
    border-radius: 100px;
    margin-top: 20px;
    width: 250px;
}

.btn2{
    display: inline-block;
    padding: 10px 20px;
    background-color: rgb(123, 19, 19);
    color: #fff;
    text-decoration: none;
    border-radius: 100px;
    margin-top: 10px;
    width: 250px;
}
/* ふったー */
footer{
    background-color: rgb(32, 17, 3);
    text-align: center;
    padding: 20px 0;
}
footer div{
    width: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 52;
}