section > h2 {
  text-align: left;
}

#Hero-section,
#Banner-section,
#History-section,
#SizeGuide-section,
#Guarantee-section,
#Partners-section {
  width: 80%;
}

@media screen and (max-width: 767px) {
  #Item-section,
  #Banner-section,
  #Instagram-section,
  #History-section,
  #SizeGuide-section,
  #Partners-section,
  #Guarantee-section {
    width: 90%;
  }
  #Hero-section {
    width: 94%;
  }
}
#header {
  background: #f8f8f8;
}

.header_link_shop::before {
  background-image: url("https://media.aws.locondo.jp/royalstatic/etc/bogs/common/img/icon_shop.svg");
}

.header_nav_list li a,
.header_right a {
  color: var(--color-primary);
}

#Hero-section {
  margin: 30px auto 0;
}
#Hero-section .slick-dots li.slick-active button:before {
  color: #315bbc;
}
#Hero-section .slick-slide img {
  border-radius: 10px;
  filter: brightness(0.8);
}
#Hero-section .slider__desc-text {
  background-color: transparent;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  #Hero-section .slider__desc-text {
    align-items: flex-start;
  }
}

#History-section {
  margin: 100px auto;
  text-align: center;
}
#History-section h3 {
  font-weight: 800;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 20px;
}
#History-section .history_contents {
  margin-top: 40px;
  font-size: 15px;
  line-height: 2;
}

#SizeGuide-section {
  margin: 100px auto;
  text-align: center;
}
#SizeGuide-section h3 {
  font-weight: 800;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 20px;
}
#SizeGuide-section .sizeguide_contents {
  margin-top: 40px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.5px;
}

.sizeguideTable {
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
}
.sizeguideTable th,
.sizeguideTable td {
  padding: 10px;
}
.sizeguideTable tr {
  border-top: 1px solid #ddd;
}
.sizeguideTable tr:nth-child(2n-1) {
  background: hsl(0, 0%, 97%);
}
.sizeguideTable th {
  background: #f8f8f8;
  font-weight: 600;
}

.sizeguide_caption_text {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.5;
  padding: 20px;
  color: #333;
  background-color: #f7f7f7;
  border: 1px solid #e1e1e1;
}

#Guarantee-section {
  margin: 100px auto;
  text-align: center;
}
#Guarantee-section h3 {
  font-weight: 800;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 20px;
}

#Partners-section {
  margin: 100px auto;
}
#Partners-section h3 {
  font-weight: 800;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 20px;
}
#Partners-section video {
  width: 100%;
  margin-top: 40px;
  border-radius: 10px;
}
#Partners-section .banner_flex .Banner-section__bannerwrap img {
  aspect-ratio: 3/4;
  object-fit: cover;
  filter: brightness(0.8);
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 768px) {
  #Partners-section .banner_flex .Banner-section__bannerwrap img {
    aspect-ratio: auto;
    height: 240px;
  }
}
#Partners-section .banner_flex .banner__desc-text_top {
  font-size: 14px;
}
#Partners-section .banner_flex .banner__desc-text_middle {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.8;
}
#Partners-section .partners_contents {
  margin-top: 40px;
  font-size: 15px;
  line-height: 2;
}
#Partners-section .partners_headimg {
  width: 100%;
  height: 30%;
  filter: brightness(0.8);
  background-image: url("https://media.aws.locondo.jp/royalstatic/etc/bogs/common/img/top/banner_partners.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.Item-section__item_list li .discount-percent {
  background-color: rgba(251, 111, 19, 0.8);
}/*# sourceMappingURL=bogs_style.css.map */