#home_wrap #static_main_visual_wrap {
  height: 500px;
  background-image: url(/assets/images/home/hanzam-pc-main.jpg);
  background-size: cover;
  background-position: center center;
}
#home_wrap #static_main_visual_wrap .inner_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
#home_wrap #static_main_visual_wrap .inner_wrap .center_box {
  text-align: center;
  width: 640px;
}
#home_wrap #static_main_visual_wrap .inner_wrap .center_box > div.first_wrap {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-shadow: 1px 2px 3px #000;
  text-align: center;
  border-bottom: 4px solid #ffd700;
  padding: 0 0 5px;
}
#home_wrap #static_main_visual_wrap .inner_wrap .center_box > div.second_wrap {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-shadow: 1px 2px 3px #000;
  text-align: center;
  margin: 20px 25px 0;
}
#home_wrap #static_main_visual_wrap .inner_wrap .center_box > div.second_wrap > span {
  display: block;
}
#home_wrap .h2_wrap {
  padding: 70px 0;
}
#home_wrap .h2_wrap.bg_f5f5f5 {
  background-color: #f5f5f5;
}
#home_wrap .h2_wrap .inner_wrap > h2 {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 500;
  margin: 0 0 75px;
}
#home_wrap .about_wrap .text_wrap {
  width: 1000px;
  margin: 0 auto 50px;
  line-height: 5.2rem;
  font-size: 2.4rem;
}
#home_wrap .about_wrap .cards_wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#home_wrap .about_wrap .cards_wrap .card > div {
  display: grid;
  background-color: #fff;
  padding: 0 0 50px;
}
#home_wrap .about_wrap .cards_wrap .card > div > img {
  width: 230px;
  height: auto;
}
#home_wrap .about_wrap .cards_wrap .card > div > span {
  padding: 5px 10px 0;
  text-decoration: underline;
}
#home_wrap .pick_up_brands_wrap .cards_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
  padding: 0 15px;
}
#home_wrap .pick_up_brands_wrap .cards_wrap .card {
  display: grid;
  background-color: #f2f2f2;
  padding: 10px 10px 20px;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 20px;
}
#home_wrap .pick_up_brands_wrap .cards_wrap .card > img {
  width: 100%;
  height: auto;
}
#home_wrap .pick_up_brands_wrap .cards_wrap .card > .title {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
#home_wrap .pick_up_brands_wrap .cards_wrap .card > .explanation {
  font-size: 1.4rem;
  line-height: 2rem;
}
#home_wrap .history_wrap {
  display: grid;
  gap: 50px;
}
#home_wrap .history_wrap .text_wrap {
  width: 700px;
  margin: 0 auto;
}
#home_wrap .history_wrap .text_wrap > p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 4.2rem;
}
#home_wrap .history_wrap .images_wrap {
  display: flex;
  justify-content: center;
  gap: 60px;
}
#home_wrap .history_wrap .images_wrap > img {
  width: 450px;
  height: auto;
}
#home_wrap .history_wrap .more_button_wrap {
  text-align: center;
  margin: 25px 0 0;
}
#home_wrap .history_wrap .more_button_wrap > a {
  display: inline-block;
  width: 300px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #a6a6a6;
  font-size: 1.6rem;
  text-decoration: none;
}/*# sourceMappingURL=main.pc.css.map */