body {
  color: #333333;
  background-color: #C0D0C9;
  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(234, 223, 205, 0.9);
}

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


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

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

.cls-4 {
  fill: #c9caca;
}

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

.cls-5,
.cls-6,
.cls-7,
.cls-3 {
  stroke: #000;
}

.cls-5,
.cls-6,
.cls-3 {
  stroke-miterlimit: 10;
}

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

.cls-8 {
  fill: #c0d0c9;
}

.cls-6,
.cls-7 {
  stroke-width: .25px;
}

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

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

.cls-10 {
  fill: #fcfcfa;
}

.cls-11 {
  fill: #66a2ad;
}

.cls-12 {
  fill: #120c15;
}

.cls-13 {
  fill: #231815;
}

.cls-14 {
  fill: #3b5152;
}

.cls-15 {
  fill: #f1c7ad;
}

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: #545d63;
  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;
  }
}
