*{
    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: linear-gradient(-90deg,  
    #3a0404,  /* 深い赤茶（起点） */
    #5c1a14,  /* 赤みを含んだ暗い茶（中間1） */
    #8c2e1f,  /* レンガ寄りの赤（中間2） */
    #c03b24,  /* 鮮やかオレンジレッド（中間3） */
    #df5539   /* 明るい朱赤（終点） */);
    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;
  }

  /* ローディング 終わり*/
.top_img{
    display: grid;
    place-items: left; /* 中央に配置 */
    position: relative;
}
.top_icon{
    position: absolute;
    grid-area: 1 / 1;
    width: 28%;
    padding: 30px;
}
.bgi{
    background-image: url(../img/pc_back.webp);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

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

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

/* ファーストビューしたのてきすと */
#sec02{
    margin-top: -50%;
    background-image:url(../img/fv_back.webp);
    background-size: cover;
    /* background-position: center; */
    color: #fff;
    /* background-color: black; */
    height: 100vh;
    text-align: center;
}
.fv_text{
    padding-top: 200px;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    text-shadow: 0px -1px 13px rgba(0,0,0,0.717873831775701);
}
.fv_text>div>img{
    width: 100px;
    margin: 20px;
}
.section_title{
    font-size: 1.2em;
    width: 75%;
    padding: 50px 0 0 0;
    margin: 0 auto;
    
}
/* メニューはじまり */
/* .menu_title{
    margin: -10% auto;
} */
.menu{
    padding: 50px 0;
}
.menu_item{
    padding: 50px 7%;
}
.menu_item>p{
    padding: 10px 0;
}
.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%;
}
#sec03{
    background-image:url(../img/menu_back.webp);
    background-repeat: repeat;
    background-size: contain;
}

.menu_item1{
    background-image: url(../img/menu_img-17.webp);
    background-size: cover;
}
.menu_item2{
    background-image: url(../img/menu_img-18.webp);
    background-size: cover;
}
#sec04{
    background-color: #008000;
    color: #fff;
}
.menu_name>span{
    font-size: 0.8em;
}
.menu_name{
    padding: 0px 0 15px 0;
    border-bottom: #fff solid 1px;
    line-height: 1.5em;
    font-size: 1.3em;
    font-weight: 500;
    text-shadow: 0px -1px 13px rgba(0,0,0,0.717873831775701);
}
.menu_copy{
    color: rgb(233, 204, 91);
    text-align: left;
    padding-bottom: 5px;
    font-size: 1.1em;
    /* background-color: rgb(32, 17, 3); */
    font-family: "Sawarabi Mincho", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    text-shadow: 0px -1px 13px rgba(0,0,0,0.717873831775701);
}
/* デザートメニュー */
.dessert{
    background-image: url(../img/menu_dessert_back.webp);
    background-size: cover;
    background-position: center;
    color:#fff;
}
.dessert_item2{
    background-image: url(../img/menu_img-18_dessert.webp);
    background-size: cover;
}
.dessert_item2 >.menu_copy{
    color: rgb(32, 17, 3);
    background: none;
    text-shadow: 0px -1px 13px rgb(255 255 255 / 72%);
}
/* ストア */
.store{
    background-image: url(../img/store_back.webp);
    background-size: cover;
    background-position: center;
    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 img{
    width: 200px;
    margin: 0 auto;
}