@charset "UTF-8";

* {
    box-sizing: border-box;
}
.bs_header_gold {
  padding-top: 135px;
  padding-bottom: 46px;
  text-align: center;
  background-color: #B39A47;
}
.bs_header_gold_en {
  display: block;
  color: #FFF;
  font-size: 20px;
  margin-bottom: 10px;
}
.bs_header_gold_jp {
  display: inline-block;
  color: #FFF;
  font-size: 47px;
  padding-bottom: 24px;
  border-bottom: 1px solid #FFF;
  width: 672px;
}
.bs_intr_sec{
    position: relative;
    width: 100%;
    height: auto;
}
.bs_intr_header_style2 {
    position: relative;
    left: 14.375%;
    width: 71.25%;
    height: auto;
    padding-top: 134px;
    padding-bottom: 49px;
    margin-bottom: 54px;
}
.bs_intr_header_text {
    position: relative;
    left: 10%;
    width: 80%;
    height: auto;
    margin-top: 80px;
    margin-bottom: 48px;
    text-align: center;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.75px;
}
.bs_intr_header_pic{
    position: relative;
    width: 100%;
    margin-bottom: 64px;
    text-align: center;
}
.bs_intr_header_pic img {
  width: calc(694 / 1280 * 100%);
}
.bs_introduce_foodbrand_body {
    position: relative;
    float: left;
    margin-left: 5%;
    margin-top: 115.5px;
    width: 43.75%;
    height: auto;
}
.bs_introduce_body_stlye3 {
    position: relative;
    float: left;
    margin-left: 7.5%;
    margin-top: 125.5px;
    margin-right: 5%;
    width: 43.75%;
    height: auto;
}
.bs_introduce_body_stlye4 {
    position: relative;
    float: left;
    margin-left: 5%;
    margin-top: 125.5px;
    width: 43.75%;
    height: auto;
}
.bs_common_part_three_body_style1{
    position: relative;
    margin-top: 20px;
    margin-left: 11.43%;
    width: 77.145%;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.8px;
}
.bs_common_part_three_body_style2{
    position: relative;
    margin-top: 18px;
    margin-left: 11.43%;
    width: 77.145%;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.75px;
}
.title_style2_jp{
    padding-top: 0px;
    margin-top: 9px;
}
.bs_infro_style1_btn, .bs_infro_style2_btn {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 26px;
    margin-left: 11.43%;
    width: 430px;
    height: 41px;
    padding-left: 172px;
    padding-right: 8px;
    justify-content: space-between;
    border-radius: 4px;
    color: #ffffff ;
    background-color: #B39A47;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
    z-index: 100;
  }
  .bs_infro_style1_btn::after, .bs_infro_style2_btn::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../img/common/arrow03.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .bs_infro_style1_btn{
    margin-top: 28px;
  }