body {
  color: #333333;
  background-color: #fce7db;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, Verdana, 'メイリオ', Meiryo, sans-serif;
  /* GoogleChromeのバグ対策 */
  font-weight: 500;
}

.container {
  max-width: 1440px;
  margin: 0 auto;

}

.logo {
  width: 12.5%;
  min-height: 79.5px;
  min-width: 100px;
  margin-left: 40px;
}


.drawer-navbar {
  background-color: transparent;
  border: none;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #666;
  height: 1px;
}

.drawer-hamburger {
  padding-top: 40px;
  padding-right: 40px;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0px;
}

.drawer-nav {
  background: transparent;
}

.drawer-overlay {
  background-color: rgba(115, 145, 147, 0.9);
}

  .drawer-menu-item{
  font: Yu Gothic;
  color:black ;
  font-size: 1rem;
}


.adjust-space {
  margin-top: 100px;
}

    .cls-1 {
        fill: #988c8a;
      }

      .cls-2, .cls-3, .cls-4 {
        fill: #fff;
      }

      .cls-5 {
        fill: #c9caca;
      }

      .cls-6, .cls-7, .cls-8, .cls-9 {
        fill: none;
      }

      .cls-6, .cls-7, .cls-8, .cls-4 {
        stroke-miterlimit: 10;
      }

      .cls-6, .cls-8, .cls-9, .cls-4 {
        stroke: #000;
      }

      .cls-7 {
        stroke: #fff;
      }

      .cls-10 {
        fill: #322825;
      }

      .cls-3, .cls-4 {
        opacity: 0;
      }

      .cls-8, .cls-9 {
        stroke-width: .25px;
      }

      .cls-9 {
        stroke-linecap: round;
        stroke-linejoin: round;
      }

      .cls-11 {
        fill: #739193;
      }

      .cls-12 {
        fill: #2f1413;
      }

      .cls-13 {
        fill: #eec6a9;
      }

      .cls-14 {
        fill: #eadfcd;
      }

      .cls-15 {
        fill: #fce7db;
      }

      .cls-16 {
        fill: #231815;
      }

      .cls-17 {
        fill: #342a27;
      }

      .cls-18 {
        fill: #f1c7ad;
      }

      .cls-19 {
        fill: #c2b3a0;
      }

footer {
  text-align: center;
  font: YuGothic;
  font-size: 0.6rem;
  color: #727171;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
}


@media(min-width: 375px) {
  .info_text {
    font-size: 1rem;
  }
}

@media (min-width: 529px) {
  .grid_container {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 150px 150px 300px 100px 200px 300px;
    gap: 10px 10px;
    grid-template-areas:
      "info_title info_text"
      "photo2 photo2"
      "photo1 photo3"
      "shipping shipping"
      "photo4 photo4"
      "photo5 photo5";
  }
  
    .adjust-space {
    margin-top: 50px;
  }
  
}


@media (min-width: 769px) {
  .grid_container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 150px 150px 150px 150px 340px;
    grid-template-areas:
      "info_title info_text info_text photo1"
      "photo2 photo2 photo2 photo1"
      "photo3 photo3 shipping shipping"
      "photo3 photo3 photo4 photo4"
      "photo5 photo5 photo5 photo5";
  }
  
      .adjust-space {
    margin-top: 100px;
  }
  
}

@media (min-width: 1024px) {
  .drawer-navbar-header {
    z-index: 3;
  }
  
  .drawer-menu-item{
  font: Yu Gothic;
  color:black ;
  font-size: 1.2rem;
}
  
     .adjust-space {
    margin-top: 50px;
  }
}
  

@media (min-width: 2560px) {
  .container {
    max-width: 1920px;
    margin: 0 auto;

  }

  .drawer-navbar-header {
    z-index: 3;
  }

  .adjust-space {
    margin-top: 50px;
  }
}
