body,
h1,
h2,
h3,
h4,
p,
img,
ul,
li,
a {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    list-style: none;
    text-decoration: none;
}

.load {
    background-color: #ffffff;
    width: 100%;
    height: 100vh;
    position: fixed;
    transition: all 1s;
    z-index: 100;
}

.rogo {
    width: 100%;
    height: 100vh;
    position: relative;
}

.done {
    opacity: 0;
    transform: scale(2);
    z-index: -5;
}

.rogo img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header.wrappar {
    position: relative;
    height: 100vh;
    background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(213,255,196,1) 40%, rgba(121,232,255,1) 100%);
}

h1 {
    letter-spacing: 0.2em;
    font-weight: 500;
    font-size: 40px;
    color: #848484;
    text-align: right;
    padding-top: 5%;
    opacity: 0;
    transform: translateY(10%);
}

h1.in {
    transition: all 1s;
    opacity: 1;
    transform: translateY(0%);
}

nav.menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    background-color: #ffffff;
    z-index: 50;
    padding: 20px 0 0 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
}

.menu.show {
    position: fixed;
    opacity: 0.9;
    visibility: visible;
    z-index: 500;
}


.menu_list {
    text-align: center;
}

.menu_logo {
    width: 50px;
    margin: auto;
    display: inline-block;
}

.menu_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.menu ul li {
    width: calc((100% / 4) - 1em);
    box-sizing: border-box;
    padding: 0.5em;
}

.menu ul li img {
    width: 100%;
    display: block;
}

/* @media screen and (max-height:900px) {

    .menu_inner {
        width: 32%;
        height: 900px;
        margin: 0px 0 0 0%;
        padding: 2% 2%;
        box-sizing: border-box;
        overflow: hidden;
        z-index: 5;
        margin: 0em auto 0em auto;
        overflow: hidden;
        box-sizing: border-box;
        position: absolute;
        left: 0%;
        top: 0%;
        transform: translate(0%, -0%);
    }
} */
.menu_inner{
    position: absolute;
    width: 100%;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.slider1 {
    margin: 0px auto;
    padding: 2vh 0 0 0;
    width: 100%;
    height: 98vh;
    overflow: hidden;
}

.slider1 li {
    overflow: hidden;
    box-sizing: border-box;
    margin: 0em 0em 0em 0em;
    overflow: hidden;
    background-position: center;
}

.slider1 img {
    height: 100vh;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

.slideonlogo{
    display: block;
    position: absolute;
    top: 5vh;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50%;
    max-width: 200px;
}

.leftline{
    position: absolute;
    top: 5vh;
    left: 5vh;
    width: 20%;
}

.rightline{
    width: 20%;
    position: absolute;
    bottom: 5vh;
    right: 5vh;
}

.try_1{
    position: absolute;
    z-index: 400;
    top: 0;
    left: 0;
    width: 12vw;
}

.try_2{
    position: absolute;
    z-index: 400;
    top: 0;
    right: 0;
    width: 15vw;
}

.try_3{
    position: absolute;
    z-index: 400;
    bottom: 0;
    right: 0;
    width: 12vw;
}

.try_4{
    position: absolute;
    z-index: 400;
    bottom: 0;
    left: 0;
    width: 15vw;
}

.top_read{
    width: 100%;
}

.conseptread_head {
    display: block;
    width: 80%;
    max-width: 900px;
    margin: auto;
    padding: 1em 0em;
}

.consept_read{
    display: block;
    width: 300px;
    margin: auto;
    padding: 1em 0em;
}

.top_read {
    font-size: 13px;
    text-align: center;
    padding: 1em 0;
    width: 80%;
    margin: auto;
    color: #848484;
}

.shoplist {
    text-align: center;
    margin: auto;
    display: block;
}

.contents {
    /*    background-color: #dadada;*/
    max-width: 1200px;
    width: 100%;
    margin: 0em auto 0em auto;
    padding: 2% 2%;
    overflow: hidden;
    box-sizing: border-box;
}

.shop_wrapper {
    margin: 0em 0 0em 0;
    border-top: solid 1px #dadada;
    padding: 2em 1em;
    justify-content: space-between;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.shop_wrapper li {
    width: calc(100% / 2 - 1em);
    padding-bottom: 5em;
    box-sizing: border-box;
}

.shop_wrapper li:hover {
    opacity: 0.5;
    transition: all 0.5s;
}

.img_wrapper {
    width: 100%;
    position: relative;
    margin-top: 1em;
}

.shop_img {
    width: 100%;
    display: block;
    z-index: 5;
}

.nam {
    position: absolute;
    font-size: 13px;
}

.txt_wrapper {
    margin: 0px 0% 0 0%;
    padding-top: 1em;
    box-sizing: border-box;
    position: relative;
}

.shop_name {
    font-size: 20px;
    letter-spacing: 3px;
}

.shop_name span {
    font-size: 16px;
    display: inline-block;
    font-weight: 300;
    margin-right: 0.25em;
}

.shop_name span img {
    width: 100%;
    display: inline-block;
}

.area {
    font-size: 13px;
    letter-spacing: 3px;
    color: #848484;
}

.area span {
    font-size: 16px;
    display: inline-block;
    font-weight: 300;
    margin-right: 0.25em;
    box-sizing: border-box;
    margin-bottom: -4px;
}

.area span img {
    display: block;
    width: 20px;
    margin: 0 0 0 0;
}

.keyword {
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.8em;
    font-size: 13px;
    color: #49BCC1;
    padding: 1em 0 0em 1.5em;
}

.keyword span{
    border: solid 1px #49BCC1;
    display: inline-block;
    padding: 0.1em 0.5em;
    margin: 0.2em;
    box-sizing: border-box;
}

.logo_more {
    padding: 1em 0 0em 1.5em;
}

.usuyaki {
    height: 40px;
    opacity: 0.5;
}

.more {
    display: block;
    width: 150px;
    float: right;
    clear: both;
    padding-top: 32px;

}

.fadein {
    opacity: 0;
    transform: translate(0, 0px);
    transition: all 1s;
    z-index: -10000;
}

.fadein.in {
    opacity: 1;
    transform: translate(0, 0);
    z-index: -10000;
}

#togglemenu {
    display: none;
}

a {
    color: #000000;

}

a:hover {
    opacity: 0.5;
    transition: all 0.4s;
}

.togglemenu {
    display: block;
    text-align: center;
    width: 150px;
    font-size: 0;
    padding: 10px;
    z-index: 5000;
    position: fixed;
    right: 2vh;
    top:4vh;
}

.togglemenu-1,
.togglemenu-2,
.togglemenu-3 {
    box-sizing: border-box;
    display: inline-block;
    width: 150px;
    height: 2px;
    margin: 4px 0;
    background-color: #dadada;
    transition: all 0.4s;
}

#togglemenu:checked ~ .togglemenu-1 {
    transform: translateY(10px) rotate(-15deg);
    background-color: #000000;
}

#togglemenu:checked ~ .togglemenu-2 {
    opacity: 0;
}

#togglemenu:checked ~ .togglemenu-3 {
    transform: translateY(-10px) rotate(15deg);
    background-color: #000000;
}

.close {
    display: none;
}