@charset "utf-8";
/* ここからリセットCSS */
html{
    scroll-behavior: smooth;
}
*,
::before,
::after {
    padding: 0;
    margin: 0 ;
    box-sizing: border-box;
}
:root{
    --width:1200px
}
body{
    max-width: var(--width);
}
ul,
ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    /* font-family: sans-serif;
    font-size: 16px; */
    color: #000;
    line-height: 2;
    max-width: 100%;
}

/* img {
    max-width: 1200px;
} */

nav{
    font-family: "Julius Sans One", sans-serif;
    /* font-weight: 400;
    font-style: normal; */
  }
  
/* ここまでリセットCSS */
/* ここからヘッダー */

header{
    height: 100vh;
    background-image: url(../img/first_view.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    display: flex;
    align-items: center;
    position: relative;
}
header nav ul{
    display: flex;
    justify-content: end;
    gap: 40px;
    /* background-color: #ffffff;
    border-radius: 50px;
    padding: 5px; */
    /* text-shadow: #737373; */
    
}
.header-nav{
    color: #fff;
    position: fixed;
    top: 10px;
    right: 10px;
    /* box-shadow: 10px 10px 10px #454545; */
    /* backdrop-filter: blur(30px); */
}
.header-nav.on{
    color: #3a1313;
}
header h1{
    padding-left: 10%;
}
header nav ul li{
    font-size: 18px;
    font-weight: bold;
    text-shadow: #737373;
}

header h1 img{
    filter: drop-shadow(7px 10px 5px #b4a484);
}
header nav ul li:hover:not(.cake_nav ul li){
    background-color: #b4b2af;
    border-radius: 100px;
}

.cake_nav ul li{
        position: relative;
        z-index: 1;
        padding: 0 10px;}

      .cake_nav ul li::before {
        background: #8B867D;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform .3s;
        z-index: -1;
      }
      .cake_nav ul li:hover {
        color: #fff;
      }
      .cake_nav ul li:hover::before {
        transform-origin: left top;
        transform: scale(1, 1);
      }
       

      .copy{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
/* ここまでヘッダー */

/* ここからお店紹介 */
.aboutus{
    background-image: url(../img/base.jpg);
    text-align: center;
}
.aboutus img{
    width: 300px;
    height: 200px;
}
.aboutus{
    display: flex;
    justify-content: center;
    padding: 5%;
}
.explanation{
    font-size: 14px;
    line-height: 4;
    font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.shop_inside{
    box-shadow:10px 10px 10px #a7a6a6;
    margin-top: 4%;
}
.cookies{
    box-shadow:10px 10px 10px #a7a6a6;
    margin-top: 4%;

}
hgroup h2{
    padding-bottom: 5%;
}
.subtitle{
    padding-bottom: 2%;
    font-weight: normal;
    font-size: 20px;
}
hgroup{
    padding: 0 5%;
}
/* ここまでお店紹介 */

/* ここから間の画像 */
.plate_toppage{
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.center_img{
    background-image: url(../img/toppage_plate3.png);
    height: 500px;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
/* ここまで間の画像 */

/* ここからコンセプト */
.concept{
    background-image: url(../img/moonchan.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /* height: 100vh; */
    object-fit: cover;
padding: 3% 0;
}
.concept h3{
    text-align: center;
margin: 3% 0;
font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.concept p{
    text-align: center;
    line-height: 3;
    font-size: 14px;
    font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* ここまでコンセプト */

/* ここからフッター */
footer{
    width: 100%;
    /* height: 70vh; */
    background-image: url(../img/b.png);
    object-fit: cover;
    background-size: cover;
display: flex;
justify-content: flex-end;
text-align: right;
background-attachment: fixed;
padding-right: 2%;
padding-top: 1%;
font-size: 14px;

}
footer ul li .insta{
    width: 40px;
    height: 40px;
}
footer ul li .note{
    width: 30px;
    height: 30px;
}
.footer section {
    display: flex;
}
.footer_logo { 
padding-right: 24%;
}
.copyright{
    display: flex;
    justify-content: end;
    padding-top: 6%;
}
.sns_icon ul{
        display: flex;
    justify-content: end;
}
.footer_side{
    padding-right: 6%;
padding-top: 3%;
line-height: 3;

}
.footer_aboutshop{
    padding-right: 3%;
padding-top: 2%;
line-height: 3;

}

footer nav{
    flex-grow: 1;
    text-align: left;
    padding-left: 4%;
}
footer nav ul li{
   line-height: 5;
    transition: transform 0.5s ease;
}
.footer_logo img{
    width: 400px;
}

footer nav li:hover{
    font-weight: bold;
    transform: scale(1.2)
}

.footer_side ul li{
      transition: transform 0.5s ease;

}
.footer_side ul li:hover{
        font-weight: bold;
    transform: scale(1.2)
}
.sns_icon ul li{
      transition: transform 0.5s ease;
}
.sns_icon ul li:hover{
        transform: scale(1.2)
}
/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #000000;
    padding: 0 0 0 35px;
    border-top: solid 1px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/***トップへ戻るボタンここまで***/

#page-top{
    transition: transform 0.5s ease;

}
#page-top:hover{
      font-weight: bold;
}
