@charset "utf-8";

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body{
    background-color: #fbffc4;
}
li{
    list-style: none;
}

header{
    width: 100%;
    height: 50vh;
    background-image: url(../img/お店.jpg);
    background-size: 110%;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
}
header h1{
    position: absolute;
    color: #fff;
    font-family: ff-market-web, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3em;
    margin: 0;
    top: 53%;
    right: 47%;
    text-shadow: 0 0 5px #000;
}
nav{
    width: 100%;
    background-color: #fbffc4;
    position: fixed;
    z-index: 5;
}
#global{
    display: flex;
    align-items: center;
    height: 70px;
    margin: 10px;
}
.globalchild{
    width: 40px;
    margin-right: 10px;
}
.globalchild img:hover{
    transform: scale(0.9);
    transition: all 0.5s;
}
.globalchild:nth-child(1){
    width: 150px;
}
.globalchild img{
    width: 100%;
}
/* ハンバーガー */
#botan{
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
    background-image: url(../img/hanburger.png);
    background-size: 50px;
    background-repeat: no-repeat;
}
#menu{
    display: none;
}
#menu:checked ~ #botan{
    background-image: url(../img/batten.png);
}

.nakami{
    width: 30%;
    height: 100%;
    background-color: #e5ba73;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 50;
    transition: all 0.5s;
}
.nakami ul{
    margin-top: 10em;
    height: 60%;
}
.nakami ul li{
    list-style: none;
    height: 30%;
    font-size: 2em;
    font-family: zen-maru-gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
}
.nakami ul li a{
    display: block;
    text-align: center;
    color: #000;
    text-decoration: none;
    transition: all 0.5s;
}
.nakami ul li a:hover{
    letter-spacing: 3px;
}
#menu:checked ~.nakami{
    right: 0;
}















/* about */
#about{
    width: 100%;
    height: 70vh;
    margin: 200px auto 0 auto;
    position: relative;
}
#about ul{
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

#about ul li:nth-child(1){
    width: 30%;
    text-align: center;
    font-family: zen-maru-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
}
#about ul li:nth-child(2){
    width: 30%;
    line-height: 3em;
    letter-spacing: .4em;
    font-family: zen-maru-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
}
#about img{
    width: 10%;
    position: absolute;
    bottom: 0;
    left: -1%;
}
















#concept{
    position: relative;
    padding: 200px 0 40vh 0;
}
#concept dl{
    width: 45%;
    margin: 0 auto 0 auto;
    padding: 2em;
    background-color: #F3F7F5;
    box-shadow: 0px 0px 8px 8px #F3F7F5;
}
#concept dt{
    text-align: center;
    font-size: 1.4em;
    font-family: zen-maru-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
}
#concept dd{
    padding-top: 2em;
    line-height: 2em;
    letter-spacing: .3em;
    font-family: zen-maru-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
}

#concept img:nth-child(1){
    position: absolute;
    bottom: 30%;
    left: 15%;
    z-index: -2;
    width: 30%
    
}
#concept img:nth-child(2){
    position: absolute;
    right: -32px;
    top: 0;
    width: 10%;
}
#concept img:nth-child(3){
    position: absolute;
    bottom: 0;
    right: 20%;
    width: 20%;
}
#concept img:nth-child(4){
    position: absolute;
    top: 10%;
    left: 40%;
    width: 10%;
    z-index: -2;
}
#concept img:nth-child(5){
    position: absolute;
    left: -32px;
    bottom: 0;
    width: 10%;
}


/* kok */

#kok ul{
    display: flex;
    width: 70%;
    justify-content: space-around;
    margin: 0 auto;
}
#kok ul li{
    width: 40%;
    position: relative;

}
#kok ul li img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
#kok ul li h3{
    position: absolute;
    top: 45%;
    right: 30%;
    font-size: 1.3em;
    font-family: zen-maru-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
}
#kok p{
    width: 40%;
    line-height: 2em;
    letter-spacing: 1px;
    margin: 5em auto 0 auto;
    font-family: zen-maru-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
}
#kok div{
    width: 30%;
    margin: 5em auto;
    background-image: url(../img/insta\ 背景.jpg);
    background-size: cover;
    background-position: center;
    padding: 2em;
    border-radius: 12px;
    transition: all .5s;
}
#kok div:hover{
    letter-spacing: 3px;
}
#kok a{
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-family: zen-maru-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
}
h4{
    text-align: center;
    margin: 300px 0 64px 0;
    font-family: zen-maru-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
}













/* footer */
footer{
    background-color: #e5ba73;
    color: rgb(39, 16, 16);
    
}
#footerleft ul li a{
    color: rgb(56, 22, 22);
    text-decoration: none;
    transition: 0.5s;
}
#footerleft ul li a:hover{
    letter-spacing: 3px;
}
footer section{
    display: flex;
    height: 90vh;
}
#footerleft{
    width: 70%;
}
#footerleft ul li{
    font-size: 2em;
    margin:1em 3em;
    list-style: none;
    font-family: zen-maru-gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
}
#footerright{
    width: 30%;
    position: relative;
}
#footerright ul{
    display: flex;
    justify-content: space-around;
}
#footerlogo p{
    text-align: center;
    margin-bottom: .5em;
    font-size: 1.5em;
    font-family: zen-maru-gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
}
#footerlogo ul li{
    width: 50%;
    text-align: center;
}
#footerlogo img:hover{
    transform: scale(0.95);
    transition: all 0.5s;
}
#footerlogo ul li img{
    width: 40%;

}
#footerlogo img{
    width: 100%
}
footer .seeproduct{
    width: 150px;
    position: absolute;
    top: 0;
    right: 20%;
}
footer  #kaiten{
    animation: 20s linear infinite;
    animation-name: rotation;
    
}
@keyframes rotation{
    0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
}


#footerlogo{
    width: 50%;
    margin: 3em;
    position: absolute;
    bottom: 0;
    right: 0;
}


/* タブレットサイズ */
@media screen and (max-width: 960px){
    body{
        font-size: .9em;
    }
        #botan{
        background-size: 50px;
    }
    .nakami{
        width: 50%;
    }
    #about ul li:nth-child(1){
        width: 40%;
        text-align: center;
    }
    #about ul li:nth-child(2){
        width: 40%;
        line-height: 2em;
        letter-spacing: 3px;
    }
    #about img{
        width: 15%;
        bottom: 10%;
    }
    #concept dl{
        width: 70%;
    }
    #concept dd{
        padding-top: 2em;
        line-height: 2em;
        letter-spacing: .3em;
    }

    #concept img:nth-child(1){
        bottom: 15%;
        left: 15%;
        width: 40%
    }
    #concept img:nth-child(2){
        right: -32px;
        top: 0;
        width: 15%;
    }
    #concept img:nth-child(3){
        bottom: 0;
        right: 10%;
        width: 20%;
    }
    #concept img:nth-child(4){
        top: 10%;
        left: 35%;
        width: 13%;
    }
    #concept img:nth-child(5){
        left: -32px;
        bottom: 0;
        width: 13%;
    }
    #kok div{
        width: 50%;
    }
}

/* スマホサイズ */
@media screen and (max-width: 600px){
    body{
        font-size: .7em;
    }
    header{
        height: 35vh;
    }
    header h1{
        top: 56%;
        right: 40%;
    }
    #botan{
        background-size: 40px;
        top: 25px;
        right: 25px;
    }
    .nakami{
        width: 80%;
    }
    .nakami ul li{
        font-size: 2.5em;
    }
    #about ul{
        display: block;
        width: 80%;

    }
    #about ul li:nth-child(1){
        width: 100%;
        text-align: center;
    }
    #about ul li:nth-child(2){
        width: 100%;
        margin: 2em auto;
        text-align: center;
    }
    #concept dl{
        width: 80%;
    }
    #concept dd{
        padding-top: 2em;
        letter-spacing: 3px;
    }
    #kok ul{
        display: block;
    }
    #kok ul li{
        width: 90%;
        margin: 0  auto;
    }
    #kok ul li img{
        width: 100%;
        object-fit: cover;
    }
    #kok ul li h3{
        text-align: center;
    }
    #kok p{
        width: 60%;
    }
    
    footer section{
        height: 70vh;
    }
    #footerlogo{
        width: 70%;
    }
}