@charset "UTF-8";
* {
    box-sizing: border-box;
}

.bs_header_gold {
  height: 130rem;
  padding-top: 80rem;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #B39A47;
}
.bs_header_gold_en {
  display: block;
  color: #FFF;
  font-size: 16rem;
  margin-bottom: 6rem;
}
.bs_header_gold_jp {
  display: inline-block;
  color: #FFF;
  font-size: 19rem;
  letter-spacing: 4rem;
  padding-bottom: 16rem;
  border-bottom: 1px solid #FFF;
  width: 329rem;
}

.sp_wrapper {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.bs_intr_body {
    position: relative;
    background-color: #ffffff;
    width: 100%;
    height: auto;
    margin: auto;
}
.concept_sec {
    position: relative;
    width: 100%;
    height: 506rem;
    padding-top: 42rem;
}

.concept_block {
    position: relative;
    width: 100%;
    height: auto;
}

.concept_header_sec{
    position: relative;
    margin-top: 50rem;
    margin-bottom: 0rem;
}
.concept_h1 {
    position: relative;
    margin-left: 20rem;
    width: 350rem;
    height: 98rem;
    text-align: center;
    font-family: "BIZ UDPMincho", serif;
    margin-bottom: 23rem;
}
.concept_h1_en{
    position: relative;
    width: 100%;
    height: 14rem;
    color: #B39A47;
    font-size: 14rem;
    text-align: center;
}
.concept_h1_jp {
    position: relative;
    width: 100%;
    height: 40rem;
    top: 4rem;
    font-size: 24rem;
    text-align: center;
    line-height: 40rem;
    letter-spacing: 1.2rem;
}
.concept_body_text {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 700px;
    height: auto;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    text-align: center;
    line-height: 28rem;
    font-size: 14rem;
    font-weight: 400;
    letter-spacing: 0.7rem;
    margin-bottom: 60rem;
}
.concept_pic {
    position: relative;
    margin-top: 25rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0rem;
    width: 90%;
    max-width: 500px;
    height: auto;
}

.bs_pt1_sec {
    position: relative;
    top: 20rem;
    width: 350rem;
    height: 140rem;
    color: #000;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
}

.bs_pt1_sec span {
    position: relative;
    top: 7rem;
    width: 100%;
    height: 28rem;
    font-size: 14rem;
    text-align: center;
    line-height: 28rem;
}

.bs_pic_pt1 {
    position: relative;
    top: 32rem;
    width: 303rem;
    height: 248rem;
}

.bs_pt1_btn {
    position: relative;
    top: 48rem;
    width: 100%;
    height: 40rem;
}

.bs_th1_block {
    position: relative;
    width: 100%;
    height: 428rem;
    margin-top: 41rem;
}
.bs_th2_block {
    position: relative;
    width: 100%;
    height: 428rem;
    margin-top: 40rem;
    margin-bottom: 0rem;
}
.bs_th3_block {
    position: relative;
    width: 100%;
    height: 428rem;
    margin-top: 40rem;
    margin-bottom: 50rem;
}
.bs_th1_pic1 {
    position: relative;
    margin-left: 20rem;
    width: 350rem;
    height: 158rem;
    border-top-right-radius: 15rem;
    border-bottom-right-radius: 15rem;
    margin-top: 22rem;
}

.bs_th1_intr {
    position: relative;
    width: 100%;
    height: 428rem;
}

.bs_th1_intr_h1 {
    position: relative;
    width: 100%;
    height: 58rem;
    font-family: "BIZ UDPMincho", serif;
}

.bs_th1_intr_h1 span {
    font-family: "BIZ UDPMincho", serif;
    position: relative;
    width: 100%;
    text-align: center;
}

.bs_th1_intr_h1 span a {
    position: relative;
    width: 100%;
    height: 14rem;
    font-size: 14rem;
    color: #B39A47;
}

.bs_th1_intr_h1 span b {
    position: relative;
    top: 10rem;
    width: 100%;
    height: 40rem;
    font-size: 24rem;
    color: #000;
    letter-spacing: 1.2rem;
}

.bs_th1_intr_h2 {
    position: relative;
    top: 24rem;
    font-size: 20rem;
    width: 100%;
    height: 40rem;
    font-family: "BIZ UDPMincho", serif;
    text-align: center;
}

.bs_th1_intr_b1 {
    position: relative;
    width: 100%;
    height: 56rem;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    font-size: 14rem;
    text-align: left;
    margin-top: 28rem;
    line-height: 28rem;
    text-align: center;
    letter-spacing: 0.7rem;
}
.bs_th1_intr_btn {
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: space-between;
    border-radius: 4rem;
    background-color: #B39A47;
    font-family: 'Inter', 'Noto Sans JP', sans-serif;
    text-align: center;
    font-size: 14rem;
    font-weight: 400;
    letter-spacing: 0.5rem;
    z-index: 100;
}
.bs_th1_intr_btn::after {
    content: "";
    display: block;
    width: 14rem;
    height: 14rem;
    background-image: url(../img/common/arrow03.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
.bs_th1_intr_btn{
    position: relative;
    margin-top: 24rem;
    width: 351rem;
    height: 40rem;
    position: relative;
    margin-left: 20rem;
    padding-left: 132rem;
    padding-right: 9rem;
}