@charset "utf-8";

@media screen and (min-width: 806px) {
    body {
        font-family: 'Zen Kaku Gothic New', sans-serif;        font-size: 16px;
        width: 100%;
    }

    @font-face {
        font-family: 'Zen Kaku Gothic New';
        src: url(myfont/ZenKakuGothicNew-Light.ttf) format('ttf'),
        url(myfont/ZenKakuGothicNew-Light.woff) format(woff);
        display: swap;
    }

    ul {
        padding-inline-start: 0px;
    }

    header,
    footer,
    nav,
    a,
    body,
    div,
    h3,
    p {
        width: auto;
        color: #000000;
        margin: 0;
        padding: 0;
    }

    #logo a {
        display: inline-block;
        width: 160px;
        height: 70px;
    }

    .logo a img {
        height: auto;
        top: 25px;
        left: 48px;
        position: absolute;
        z-index: 1;
    }

    .nav ul {
        list-style-type: none;
        display: flex;
        position: absolute;
        top: 25px;
        right: 50px;
        z-index: 2;
    }

    .nav ul li a {
        text-decoration: none;
        display: block;
        font-size: 108%;
    }

    .header_nav1 {
        margin-right: 12px;
    }

    .header_nav1 {
        margin-right: 12px;
        padding: 4px;
    }

    .header_nav2 {
        padding: 4px;
        margin-right: 13px;
    }

    li a i img {
        margin: -5px 12px 0 0;
    }

    .header_nav3 {
        line-height: 0;
        display: block;
    }

    .header_nav4 {
        border: 2px solid;
        padding: 8px 14px 8px 14px;
        margin-left: 13px;
    }

    .top_title1 {
        text-align: center;
    }

    .top_title1 h3 {
        font-size: 30px;
    }

    .top_title2 {
        text-align: center;
        margin-left: 10px;
        font-size: 23px;
    }

    .top_title1-1 {
        text-align: center;
    }



    .top_title1-2 h3{
        font-size: 30px;
    }

    .top_title1-1 h3 {
        font-size: 30px;
        padding-top: 80px;
    }

    #container {
        position: relative;
        height: auto;
        width: 100%;
    }

    #store-1 {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
        position: relative;
        justify-content: left;
    }

    .store0 {
        margin-top: 28px;
    }

    #store-2 {
        display: flex;
    }

    #store-3 {
        display: flex;
    }

    #store {
        width: 98%;
        padding: 124px 0 142px 0;
        margin: 0 auto;
        max-width: 1080px;
    }

    .store1 ul li {
        list-style-type: none;
    }

    .store--1 img {
        margin-bottom: 57px;
    }

    .top_title1 {
        text-align: center;
    }

    .store--1,.store--2 {
        margin-right: 40px;
    }


    .store {
        padding: 124px 0 142px 0;
    }

    .store-0 {
        padding: 124px 0 80px 0;
        border-bottom: #000000 1px solid;
    }

    .store-1 {
        width: 90%;
        margin: 0 auto;
        max-width: 1080px;
        justify-content: flex-start;
    }

    .store img {
        margin: 33px 20px;
        height: 150px;
        width: 230px;
    }

    .store2 {
        display: flex;
        padding: 28px 0;
        border-top: #000000 1px solid;
    }

    .store2-1 {
        display: flex;
        padding: 28px 0;
        border-top: #000000 1px solid;
        border-bottom: #000000 1px solid;
    }

    .float1 {
        box-shadow: 1.5px 1.5px 4px 0 rgba(0, 0, 0, 0.5);
        height: 150px;
        width: 230px;
        display: inline-block;
        transition: all .3s;
    }
    /*horverをしたらボックスに影がつく*/
    .float1:hover {
        box-shadow: 0 7px 10px rgba(0, 0, 0, 0.5);
        border-color: transparent;
    }


    .store_title2 {
        padding-left: 28px;
        border-left: #000000 solid 1px;
    }

    .title1 {
        font-size: 18px;
        margin-top: 16px;
    }

    .title1-1 {
        font-size: 18px;
        margin-top: 50px;
        position: relative;
        z-index: 99;
    }
    .title1-1:hover {
        opacity: 0.7;
    }


    .store_title1 a {
        text-decoration: none;
    }

    .top_title2-1 {
        margin-top: 10px;
        font-size: 23px;
        margin-bottom: 28px;
    }

    #top_img img {
        width: 100%;
        height: auto;
    }



    .circle-bg.circleactive {
        background: #000000;
        width: 100%;
        opacity: 0.7;
        height: auto;
    }

    .mainblur {
        filter: grayscale(65%);
        overflow: hidden;
    }

    /*ナビゲーションのためのCSS*/
    /*アクティブになったエリア*/
    #g-nav {
        position: fixed;
        z-index: 1;
        top: 80px;
        right: -120%;
        width: 20%;
        height: 100vh;
        background-color: rgba(00, 00, 00, 0.3);
        transition: all 0.6s;
    }

    #g-nav.panelactive {
        right: 0;
        z-index: 999999999;
    }

    #g-nav li a.panelactive {
        color: #000000;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav-list {
        display: none;
        /*ナビの数が増えた場合縦スクロール*/
        position: absolute;
        z-index: 999;
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #g-nav.panelactive #g-nav-list {
        /*クラスが付与されたら出現*/
        display: block;
    }

    /*ナビゲーション*/
    #g-navi {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    #g-nav ul {
        opacity: 0;
        position: absolute;
        z-index: 999;
        top: 114px;
        list-style-type: none;
        text-align: center;
    }

    #g-nav ul li a {
        text-decoration: none;
        font-size: 36px;
        line-height: 2.0;
        color: #ffffff;
    }


    /*背景が出現後にナビゲーションを表示*/
    #g-nav.panelactive ul {
        opacity: 1;
    }

    /*背景が出現後にナビゲーションliを表示
レイアウトによって調整・削除可*/
    #g-nav.panelactove ul li {
        animation-name: gnaviAnime;
        animation-delay: 1s;
        /*0.2秒遅らせて出現*/
        animation-delay: .2s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes gnaviAnime {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .circle-bg {
        position: fixed;
        z-index: 3;
        top: 80px;
        right: -120%;
        width: 35%;
        height: 100vh;
        background: #000000;
        transition: all 0.6s;
    }

    /*ナビゲーションの固定*/
    nav {
        /*stickyで固定*/
        position: -webkit-sticky;
        /*Safari*/
        position: sticky;
        /*固定したい位置*/
        top: 20%;
    }

    #finish_nav ul li a {
        text-decoration: none;
    }

    img {
        width: 100%;
        height: auto;
    }

    #logo a img {
        width: 134px;
        height: 75px;
    }

    #finish_nav ul {
        display: flex;
        list-style-type: none;
        margin: 0;
        text-align: center;
        padding: 0;
        font-size: 16px;
        justify-content: center;
    }

    #finish p {
        text-align: center;
        font-size: 14px;
    }

    #finish_nav ul li ::before {
        content: "";
    }

    #finish_nav ul li {
        text-align: center;
    }

    footer {
        position: relative;
        padding: 40px 0;
        border-top: #000000 1px solid;
    }

    #finish1 {
        display: none;
    }

    #news {
        width: 1080px;
        padding: 124px 0 80px 0;
        margin: 0 auto;
    }

    .news1 {
        display: flex;
        padding: 28px 0;
        border-top: #000000 1px solid;
    }

    .news1 img {
        margin: 33px 20px;
    }

    .news2 {
        display: flex;
        padding: 28px 0;
        border-top: #000000 1px solid;
        border-bottom: #000000 1px solid;
    }

    .news2 img {
        margin: 33px 20px;
    }

    #news img {
        height: 150px;
        width: 230px;
    }

    .news_title1 {
        padding-left: 28px;
        border-left: #000000 solid 1px;
    }

    .title1 {
        font-size: 18px;
        margin-top: 50px;
    }

    .title2 {
        font-size: 16px;
        margin-top: 24px;
    }

    .news_title1 a {
        text-decoration: none;
    }

    #finish1 {
        display: none;
    }

    #logo {
        height: auto;
        top: 24px;
        position: absolute;
        z-index: 999999;
        left: 46px;
    }

    .openbtn {
        position: absolute;
        z-index: 9999;
        cursor: pointer;
        top: 24px;
        right: 46px;
        width: 70px;
        height: 70px;
    }

    /*xに変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background: #000000;
        width: 40px;
    }

    .openbtn span {
        left: 16px;
    }

    .openbtn span:nth-of-type(1) {
        bottom: 17px;
    }

    .openbtn span:nth-of-type(2) {
        bottom: 33px;
    }

    .openbtn span:nth-of-type(3) {
        bottom: 49px;
    }

    /*activeクラスが付与されると線が回転して×に*/
    .openbtn.active span:nth-of-type(1) {
        top: 30px;
        left: 16px;
        transform: translateY(6px) rotate(-45deg);
        width: 40px;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
        /*真ん中の線は透過*/
    }

    .openbtn.active span:nth-of-type(3) {
        top: 42px;
        left: 16px;
        transform: translateY(-6px) rotate(45deg);
        width: 40px;
    }

    .openbtn.active {
        position: absolute;
        z-index: 9999;
        cursor: pointer;
        opacity: 0.7;
        top: 24px;
        right: 46px;
        width: 70px;
        height: 70px;
    }

    #g-nav {
        position: fixed;
        z-index: 1;
        top: 0;
        right: -120%;
        width: 385px;
        height: 100%;
        transition: all 0.6s;
    }

    #g-nav.panelactive #g-nav-list {
        /*クラスが付与されたら出現*/
        display: block;
    }

    #g-nav ul {
        opacity: 0;
        position: absolute;
        z-index: 999;
        top: 160px;
        list-style-type: none;
        text-align: right;
    }

    #g-nav ul li a {
        text-decoration: none;
        font-size: 30px;
        line-height: 2.0;
        color: #ffffff;
    }

    .solid {
        height: 70px;
        padding-right: 46px;
    }

    #logo1 img {
        width: 90px;
        height: 50px;
    }
    
    
    /*上に上がる動き*/
    #top1.UpMove {
        animation: UpAnime 1.5s forwards;
        transform: perspective(50px);
    }
    
    @keyframes UpAnime {
        from {
            opacity: 1;
            transform: translateY(0);
        }
    
        to {
            opacity: 0;
            transform: translateY(0);
        }
    }
    
    /*下に下がる動き*/
    #top1.DownMove {
        animation: DownAnime 1.0s forwards;
    }
    
    @keyframes DownAnime {
        from {
            opacity: 0;
            transform: translateY(0);
        }
    
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    #nav-list ul {
        display: flex;
        list-style-type: none;
        justify-content: right;
        margin: 27px 0;
    }
    
    #nav-list ul li a {
        text-decoration: none;
    }
    
    .solid1 {
        margin-right: 18px;
    }
    #nav-1 {
        position: absolute;
        right: 385px;
        top: 0;
    }
    .fadeUpTrigger {
        opacity: 0;
    }
    #navi li a {
        font-size: 16px;
    }
    #g-nav1 {
        display: none;
    }
    .openbtn1 {
        display: none;
    }
    #logo1 a {
        display: inline-block;
        width: 115px;
        height: 50px;
    }
    #top1 {
        position: fixed;
        background-color: rgba(255, 255, 255, 0.7);
        width: 100%;
        top: 0;
        z-index: 999;
        padding: 12px 0 8px 0;
    }
    #top1-1 {
        width: 90%;
        margin: 0 auto;
        max-width: 1080px;
    }
    #logo1 {
        float: left;
    }
    #nav-1 {
        position: static;
    }
    #nav-list ul {
        display: flex;
        list-style-type: none;
        justify-content: right;
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
    }
    .solid1 {
        margin-right: 18px;
        margin-top: 14px;
    }
    .fade {
        transition: all 1200ms;
        opacity: 0.1;
        visibility: hidden;
        transform: translate(0px, 50px);
    }
    .fade1 {
        transition: all 1200ms;
        opacity: 0.1;
        visibility: hidden;
        transform: translate(0px, 50px);
    }

    .fadein {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0px);
        font-size: 23px;
    }
    .btn_line a {
        position: fixed;
        right: 46px;
        bottom: 40px;
        height: 22px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
        max-width: 220px;
        padding: 10px 17px;
        color: #313131;
        transition: all 0.3s;
        font-weight: 600;
        border: #000000 1px solid;
        text-decoration: none;
        z-index: 9999999;
    }
    .btn_line a:hover {
        background: rgba(00, 00, 00, 0.5);
        color: #ffffff;
        opacity: 0.7;
    }
    .btn_line a:before, .btn_line a:after {
      box-sizing: inherit;
      content: "";
      position: absolute;
      border: 1px solid transparent;
      width: 0;
      height: 0;
    }
    .btn_line a:before {
        top: -4px;
        left: 1px;
    }

    .btn_line a:after {
        bottom: -4px;
        right: 1px;
    }

    .btn_line a:hover:before, .btn_line a:hover:after {
      width: 100%;
      height: 100%;
    }
    .btn_line a:hover:before {
      border-top-color: #000000;
      border-right-color: #000000;
      transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    }
    .btn_line a:hover:after {
      border-bottom-color: #000000;
      border-left-color: #000000;
      transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
    }
    .img-animation {
        animation: img-opacity 1.5s cubic-bezier(.4, 0, .2, 1);
        overflow: hidden;
        position: relative;
    }

    .img-animation:before {
        animation: img-animation 1.5s cubic-bezier(.2, 0, .1, 1) forwards;
        background: #fff;
        bottom: 0;
        content: '';
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        filter: blur(0px);
    }

    @keyframes img-opacity {
        100% {
            opacity: 1;
        }
    }

    @keyframes img-animation {
        100% {
            transform: translateX(100%);
        }
    }

    .fade {
        transition: all 1200ms;
        opacity: 0.1;
        visibility: hidden;
        transform: translate(-100px, 0px);
    }

    .fade2 {
        transition: all 1200ms;
        opacity: 0.1;
        visibility: hidden;
        transform: translate(-100px, 0px);
    }

    .fadein {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0px);
    }

    .store_title {
        padding-top: 110px;
    }

    .inner1 {
        position: relative;
        display: flex;
        align-items: baseline;
        justify-content: center;
        padding-bottom: 16px;
    }
    
    #border {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
    }
    
    .borderin {
        border-bottom: 1px #999 solid;
        animation: border_anim 1.5s linear forwards;
    }
    
    @keyframes border_anim {
        0% {
            width: 0%;
        }
        100% {
            width: 100%;
        }
    }
    ::-webkit-scrollbar-thumb {
        background: #707070;
        border: 2px solid #9b9b9b;
    }

    ::-webkit-scrollbar {
        width: 10px;
    }

     ::-webkit-scrollbar-track {
        background: #ffffff;
        border: 2px solid rgba(00, 00, 00, 0.1);
     }
 #last img,.solid2 img {
    width: 30px;
    height: 30px;
 }

 .solid img {
    width: 40px;
    height: 40px;
    margin-top: 40px;
 }
     .solid2 {
        margin-left: 18px;
        margin-top: 12px;
    }

    #last img {
        margin-bottom: 0px;
    position: relative;
    bottom: 2px;
    left: 16px;
    }

    .secand ::after {
        content: "|";
        margin: 8px;
    }
    #closebg {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0px;
    }

    .store a img {
        position: relative;
        z-index: 99;
        overflow: hidden;
    }

    .store a img:hover {
        transform: scale(1.1);
        transition: all 0.5s;
    }
    .store_title1 a {
        position: relative;
        z-index: 99;
    }

    .store_title1 a:hover {
        opacity: 0.7;
    }

    .storearea,.storearea1 {
        display: flex;
        flex-wrap: wrap;
        position: relative;
    }

    .storearea {
        margin-bottom: 56px;
    }
    #store-1 {
        display: none;
    }

    #finish_nav a:hover {
        opacity: 0.7;
    }

    #g-nav a:hover {
        opacity: 0.7;
    }

    #logo a:hover {
        opacity: 0.7;
    }

    .fade a:hover {
        opacity: 0.7;
    }

}

@media screen and (max-width: 1112px) {
    .store--1, .store--2 {
        margin-right: 0px;
    }

    .storearea, .storearea1 {
        justify-content: space-between;
    }
}

















/*@mediaルールを使ったレスポンシブなCSSの記述例*/
@media screen and (max-width: 805px) {

    /*基本レイアウトはここから↓*/
    * {
        margin: 0;
        padding: 0;
        color: #000000;
    }

    body.mainblur .btn_line a {
        position: absolute;
        top: 1000px;
    }

    #closebg {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 0px;
    }
    #logo a {
        display: inline-block;
        width: 92px;
        height: 40px;
    }

    .inner1 {
        position: relative;
        display: flex;
        align-items: baseline;
        justify-content: center;
        padding-bottom: 16px;
    }


    #border {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .borderin {
        border-bottom: 1px #999 solid;
        animation: border_anim 1.5s linear forwards;
    }

    @keyframes border_anim {
        0% {
            width: 0%;
        }
        100% {
            width: 100%;
        }
    }

    .fade {
        transition: all 1200ms;
        opacity: 0.1;
        visibility: hidden;
        transform: translate(-100px, 0px);
    }

    .fade2 {
        transition: all 1200ms;
        opacity: 0.1;
        visibility: hidden;
        transform: translate(-100px, 0px);
    }

    

    .fadein {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0px);
    }

    body {
        background-color: #ffffff;
        font-family: 'Zen Kaku Gothic New', sans-serif;        font-size: 14px;
    }

    @font-face {
        font-family: 'Zen Kaku Gothic New';
        src: url(myfont/ZenKakuGothicNew-Light.ttf) format('ttf'),
        url(myfont/ZenKakuGothicNew-Light.woff) format(woff);
        display: swap;
    }

    .btn_line a {
        position: fixed;
        right: 3%;
        bottom: 30px;
        height: 22px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto;
        max-width: 220px;
        padding: 5px 10px;
        color: #313131;
        transition: all 0.3s;
        font-weight: 600;
        border: #212121 1px solid;
        text-decoration: none;
    }

    .img-animation {
        animation: img-opacity 1.5s cubic-bezier(.4, 0, .2, 1);
        overflow: hidden;
        position: relative;
    }

    .img-animation:before {
        animation: img-animation 1.5s cubic-bezier(.2, 0, .1, 1) forwards;
        background: #fff;
        bottom: 0;
        content: '';
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    @keyframes img-opacity {
        100% {
            opacity: 1;
        }
    }

    @keyframes img-animation {
        100% {
            transform: translateX(100%);
        }
    }

    .btn_line a:before, .btn_line a:after {
      box-sizing: inherit;
      content: "";
      position: absolute;
      border: 2px solid transparent;
      width: 0;
      height: 0;
    }
    .btn_line a:before {
      top: 0;
      left: 0;
    }
    .btn_line a:after {
      bottom: 0;
      right: 0;
    }
    .btn_line a:hover:before, .btn_line a:hover:after {
      width: 100%;
      height: 100%;
    }

    header,
    footer,
    nav,
    a,
    body,
    div,
    h3,
    p {
        color: #000000;
        margin: 0;
        padding: 0;
    }

    #top1 {
        display: none;
    }

    .storeguide_title {
        display: none;
    }


    #logo1 img {
        width: 115px;
        height: 50px;
    }
    
    #logo1 {
        padding: 12px 0 8px 0;
    }
    
    #top1 {
        position: fixed;
        background-color: #ffffff;
        width: 100%;
        top: 0;
        z-index: 999;
    }
    
    /*上に上がる動き*/
    #top1.UpMove {
        animation: UpAnime 1.5s forwards;
        transform: perspective(50px);
    }
    
    @keyframes UpAnime {
        from {
            opacity: 1;
            transform: translateY(0);
        }
    
        to {
            opacity: 0;
            transform: translateY(-100px);
        }
    }
    
    /*下に下がる動き*/
    #top1.DownMove {
        animation: DownAnime 1.0s forwards;
    }
    
    @keyframes DownAnime {
        from {
            opacity: 0;
            transform: translateY(-100px);
        }
    
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    #nav-list ul {
        display: flex;
        list-style-type: none;
        justify-content: right;
        margin: 19px 0;
        display: none;
    }
    
    #nav-list ul li a {
        text-decoration: none;
    }
    
    #top1-1 {
        width: 1080px;
        margin: 0 auto;
    }
    
    .solid1 {
        margin: 6px 12px 0 0;
    }
    
    #nav-1 {
        position: absolute;
        right: 385px;
        top: 0;
        margin: auto 0;
    }
    
    .fadeUpTrigger {
        opacity: 0;
    }


    #container {
        position: relative;
        height: auto;
        width: 100%;
    }

    #top_img1 img {
        width: 100%;
        height: 660px;
        vertical-align: bottom;
    }


    .fade1 {
        transition: all 1200ms;
        opacity: 0.1;
        visibility: hidden;
        transform: translate(0px, 50px);
    }

    .fadein {
        opacity: 1;
        visibility: visible;
        transform: translate(0px, 0px);
    }

    .openbtn a {
        display: inline-block;
        width: 50px;
        height: 50px;
    }

    /*xに変化*/
    .openbtn span {
        display: inline-block;
        transition: all .4s;
        /*アニメーションの設定*/
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background: #000000;
        width: 30px;
    }

    .openbtn span {
        left: 11px;
    }

    .openbtn span:nth-of-type(1) {
        bottom: 34px;
    }

    .openbtn span:nth-of-type(2) {
        bottom: 24px;
    }

    .openbtn span:nth-of-type(3) {
        bottom: 14px;
    }

    /*activeクラスが付与されると線が回転して×に*/
    .openbtn.active span:nth-of-type(1) {
        top: 19px;
        left: 11px;
        transform: translateY(6px) rotate(-45deg);
        width: 30px;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
        /*真ん中の線は透過*/
    }

    .openbtn.active span:nth-of-type(3) {
        top: 31px;
        left: 11px;
        transform: translateY(-6px) rotate(45deg);
        width: 30px;
    }


    .circle-bg.circleactive {
        background: #707070;
        width: 100%;
        opacity: 0.7;
        height: auto;
    }

    .mainblur {
        filter: grayscale(65%);
        overflow: hidden;
    }

    /*ナビゲーションのためのCSS*/
    /*アクティブになったエリア*/
    #g-nav {
        position: fixed;
        z-index: 1;
        top: 32px;
        right: -120%;
        width: 58%;
        height: 100%;
        background-color: rgba(00, 00, 00, 0.3);
        transition: all 0.6s;
    }

    #g-nav.panelactive {
        right: 0;
        z-index: 9999999999;
        position: fixed;
    }

    #g-nav li a.panelactive {
        color: #ffffff;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav-list {
        display: none;
        /*ナビの数が増えた場合縦スクロール*/
        position: absolute;
        z-index: 999;
        width: 100%;
        height: 110vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #g-nav.panelactive #g-nav-list {
        /*クラスが付与されたら出現*/
        display: block;
    }

    /*ナビゲーション*/
    #g-navi {
        padding: 0;
        margin: 0;
        width: 100%;
    }

    #g-nav ul {
        opacity: 0;
        position: absolute;
        z-index: 999;
        top: 53px;
        list-style-type: none;
        text-align: center;
    }

    #g-nav ul li a {
        text-decoration: none;
        font-size: 23px;
        line-height: 2.0;
        color: #ffffff;
    }


    /*背景が出現後にナビゲーションを表示*/
    #g-nav.panelactive ul {
        opacity: 1;
    }

    /*背景が出現後にナビゲーションliを表示
    レイアウトによって調整・削除可*/
    #g-nav.panelactove ul li {
        animation-name: gnaviAnime;
        animation-delay: 1s;
        /*0.2秒遅らせて出現*/
        animation-delay: .2s;
        animation-fill-mode: forwards;
        opacity: 0;
    }

    @keyframes gnaviAnime {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    .circle-bg {
        position: fixed;
        z-index: 3;
        top: 32px;
        right: -120%;
        width: 35%;
        height: 80vh;
        background: #000000;
        transition: all 0.6s;
    }

    /*ナビゲーションの固定*/
    nav {
        /*stickyで固定*/
        position: -webkit-sticky;
        /*Safari*/
        position: sticky;
        /*固定したい位置*/
        top: 20%;
    }

    img {
        width: 100%;
        height: auto;
    }

    #finish {
        display: none;
    }

    #finish_nav1 ul {
        display: flex;
        list-style-type: none;
        margin: 0;
        text-align: center;
        padding: 0;
        font-size: 14px;
        justify-content: center;
        line-height: 1.5;
    }

    #finish_nav1 {
        text-align: center;
        margin: 0 auto;
    }

    #finish1 p {
        text-align: center;
        font-size: 14px;
    }

    #finish_nav1 ul li ::before {
        content: "";
    }

    #finish_nav1 ul li {
        text-align: center;
    }

    footer {
        padding: 40px 0;
        border-top: #212121 1px solid;
        position: relative;
        z-index: 99;
    }

    #finish1 p {
        margin-top: 16px;
    }

    #finish_nav1 ul li a {
        text-decoration: none;
    }

    #finish1 {
        width: 90%;
        margin: 0 auto;
    }

    #news {
        width: 90%;
        padding: 80px 0 80px 0;
        margin: 0 auto;
    }

    .news1 {
        padding: 28px 14px;
        border-top: #000000 1px solid;
        text-align: center;
    }

    .news2 {
        padding: 28px 14px;
        border-top: #000000 1px solid;
        border-bottom: #000000 1px solid;
        text-align: center;
    }

    #news img {
        height: 150px;
        width: 230px;
    }


    .title1 {
        font-size: 16px;
        margin: 16px 0;
        text-align: center;
    }

    .news_title1 a {
        text-decoration: none;
    }

    .top_title1 {
        text-align: center;
    }

    .top_title1 h3 {
        font-size: 23px;
    }

    .top_title2 {
        text-align: center;
        margin-left: 10px;
        font-size: 16px;
    }

    .top_title1-1 {
        text-align: center;
    }

    .top_title1-1 h3 {
        font-size: 23px;
    }

    .top_title2-1 {
        margin-top: 10px;
        font-size: 16px;
        margin-bottom: 16px;
    }

    .store_title {
        padding-top: 110px;
    }

    #map1 {
        padding-top: 60px;
        margin-bottom: 64px;
    }

    #map {
        display: none;
    }

    .management_philosophy1 {
        margin-top: 16px;
    }

    .management_philosophy2 {
        margin-top: 16px;
    }

    .management_philosophy3 {
        margin: 16px 0 24px 0;
    }

    .management_philosophy1 p {
        text-align: center;
    }

    .corporate_philosophy p {
        line-height: 1.5;
    }


    .corporate_philosophy1 {
        background-color: #d9d9d9;
        width: 100%;
    }

    .corporate_philosophy2 {
        width: 90%;
        margin: 0 auto;
        padding: 60px 0;
    }

    .management_philosophy2 p {
        text-align: center;
    }

    .management_philosophy3 p {
        text-align: center;
    }

    .mission_title {
        text-align: center;
        margin-top: 16px;
    }

    .mission1 {
        text-align: center;
    }

    .mission2 {
        text-align: center;
    }

    .mission3 {
        text-align: center;
    }

    .mission4 {
        text-align: center;
    }

    .mission_title1 {
        font-size: 16px;
        margin-top: 16px;
    }

    #company_overview1 {
        background-color: #d9d9d9;
        width: 100%;
    }

    #company_overview2 {
        width: 90%;
        margin: 0 auto;
        padding: 60px 0;
    }

    .company_overview {
        padding: 60px 0 80px 0;
        border-bottom: #000000 1px solid;
    }

    tbody tr td {
        padding: 16px 0 14px 0;
    }

    .td_title {
        padding: 16px 0 14px 13px;
        width: 35%;
    }

    tr {
        border-bottom: #000000 1px solid;
    }

    table {
        border-spacing: 0;
        border-collapse: collapse;
    }


    #map1 {
        padding-top: 10px;
        margin-bottom: 56px;
    }

    #map {
        display: none;
    }

    #container {
        height: auto;
        width: 100%;
    }

    #company_info_img {
        width: 100%;
        height: auto;
    }

    #company_info_img h3 {
        font-size: 23px;
        text-align: center;
        margin-top: 16px;
    }

    #company_info_img p {
        font-size: 16px;
        text-align: center;
        margin-bottom: 28px;
    }

    #company_info_img1 {
        padding: 0 18px;
        margin: 0 auto;
        text-align: center;
    }

    #stockroom img {
        width: 100%;
        height: 140px;
    }


    #stockroom {
        margin: auto;
        display: block;
    }

    .s_title1 {
        font-size: 16px;
        margin: 56px 0 16px 0;
    }

    .stock1 p {
        margin: 16px 0;
        text-align: center;
        font-size: 16px;
    }

    #company_history {
        padding: 60px 0 80px 0;
    }

    #company_history2 {
        width: 90%;
        margin: 0 auto;
        padding: 60px 0;
    }

    #company_history1 {
        background-color: #dcdcdc;
        width: 100%;
    }

    .td_title1 {
        padding: 16px 0 14px 13px;
        width: 35%;
    }

    .td_title2 {
        padding: 16px 0 14px 0;
    }

    .s_title2 {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .business1 {
        padding: 0 14px 28px 14px;
        border-bottom: #000000 1px solid;
    }

    .business2 {
        padding: 0 14px 28px 14px;
        border-bottom: #000000 1px solid;
    }

    .business-a {
        width: 90%;
        margin: 0 auto;
    }

    .business-0 {
        padding-bottom: 80px;
    }


    .business {
        padding-bottom: 60px;
    }

    .title3 {
        text-align: center;
    }


    #store-1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0;
        position: relative;
    }

    #store-2 {
        display: flex;
    }

    #store-3 {
        display: flex;
    }

    #store-1 {
        width: 90%;
        padding: 80px 0 52px 0;
        margin: 0 auto;
    }

    .store1 ul li {
        list-style-type: none;
    }

    .store--1 img {
        margin-bottom: 28px;
    }

    .store--2 img {
        margin-bottom: 28px;
    }


    .store-0 {
        padding: 124px 0 80px 0;
        border-bottom: #000000 1px solid;
    }

    .store2 {
        border-top: #000000 1px solid;
        padding: 28px 14px;
        text-align: center;
    }

    .store2-1 {
        border-bottom: #000000 1px solid;
        border-top: #000000 1px solid;
        padding: 28px 14px;
        text-align: center;
    }

    #store-1 img {
        height: 101px;
        width: 155px;
        box-shadow: 1.5px 1.5px 4px 0 rgba(0, 0, 0, 0.5);
        margin-bottom: 28px;
    }

    #top_img img {
        vertical-align: bottom;
    }

    .store_title1 a {
        text-decoration: none;
    }

    .top_title1-2 h3 {
        font-size: 23px;
    }

    .store0 {
        width: 90%;
        padding: 80px 0;
        margin: 0 auto;
    }

    .title2 {
        text-align: center;
        text-decoration: none;
    }

    .store_title2 p {
        text-decoration: none;
    }

    .title1-1 {
        text-align: center;
        margin: 16px 0;
        font-size: 16px;
        position: relative;
        z-index: 99;
    }

    .store2 img {
        width: 230px;
        height: 150px;
    }

    .store2-1 img {
        width: 230px;
        height: 150px;
    }

    #logo a img {
        width: 72px;
        height: 40px;
    }

    #logo {
        height: auto;
        position: absolute;
        z-index: 99;
        padding: 43px 3%;
    }

    .openbtn {
        position: fixed;
        z-index: 9999;
        cursor: pointer;
        top: 30px;
        right: 3%;
        width: 50px;
        height: 50px;
    }

    .openbtn.active {
        position: absolute;
        z-index: 9999;
        cursor: pointer;
        opacity: 0.7;
        top: 30px;
        right: 3%;
        width: 50px;
        height: 50px;
    }

    .circle-bg.circleactive {
        background: #707070;
        width: 100%;
        opacity: 0.7;
        height: auto;
    }

    .solid {
        padding-right: 20px;
        height: 50px;
    }

    #g-nav ul {
        opacity: 0;
        position: absolute;
        z-index: 999;
        top: 133px;
        list-style-type: none;
        text-align: right;
    }

    #g-nav {
        position: fixed;
        z-index: 1;
        top: 0;
        right: -120%;
        width: 240px;
        height: 100vh;
        transition: all 0.6s;
    }

    #g-nav ul {
        opacity: 0;
        position: absolute;
        z-index: 999;
        top: 133px;
        list-style-type: none;
        text-align: right;
    }
    .secand ::after {
        content: "|";
        margin: 7px;
    }
    
    #last1 img {
        width: 20px;
        height: 20px;
        margin-left: 14px;
    }
    
    .solid img {
        width: 30px;
        height: 30px;
        margin-top: 30px;
    }
    .store a img {
        position: relative;
        z-index: 99;
    }

    .store_title1 a {
        position: relative;
        z-index: 99;
    }
    .store1 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0;
        position: relative;
        z-index: 999;
    }

    .storearea {
        margin-bottom: 28px;
        position: relative;
    }

    #store {
        display: none;
    }
}


@media (max-width: 578px) {
    .store-1,.store-2 {
        margin-right: 0px;
    }
    .store1 ul {
        justify-content: space-between;
    }
}