@charset "UTF-8";
/* CSS Document top*/
/* ---------------------------- 01 TOP main & contents */
body {
  font-style: normal;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
}
.bl_mainImage {
  max-width: 80vw;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .bl_mainImage {
    max-width: 100vw;
    padding-top: 24px;
  }
}
.ly_cont_wrapper {
  background: url("../img/top/cont_bg.webp") bottom center repeat-x;
  background-size: 100% auto;
  padding-bottom: 80px;
}
.ly_cont_wrapper_inner {
  max-width: 80vw;
  margin: 0 auto;
  padding-bottom: 5vw;
}
.bl_msgCont {
  display: flex;
  justify-content: space-between;
  font-size: 1.1vw;
  line-height: 2.2;
}
@media only screen and (max-width: 767px) {
  .ly_cont_wrapper {
    background: url("../img/top/cont_bg.webp") bottom center repeat-x;
    background-size: auto 95%;
    padding-bottom: 7vw;
  }
  .ly_cont_wrapper_inner {
    max-width: 90vw;
  }
  .bl_msgCont {
    display: block;
    font-size: 13px;
    margin-bottom: 15vw;
  }
}
.bl_msgCont_mt {
  margin-top: -10vw;
  margin-bottom: 10vw;
}
.bl_msgCont.bl_msgCont__row-reverse {
  flex-direction: row-reverse;
}
.bl_msgCont_img {
  width: 32vw;
}
.bl_msgCont_txt {
  width: 43vw;
}
@media only screen and (max-width: 767px) {
  .bl_msgCont_mt {
    margin-top: 0;
  }
  .bl_msgCont_img {
    width: 55vw;
    margin: auto;
  }
  .bl_msgCont_txt {
    width: 90vw;
  }
}
.bl_msgCont_txt {
  padding-top: 5vw;
}
.bl_msgCont_mt .bl_msgCont_txt {
  padding-top: 13vw;
}
.bl_msgCont__row-reverse .bl_msgCont_txt {
  text-align: right;
}
.bl_msgCont_txt_deco {
  max-width: 30vw;
  text-align: right;
  margin-right: auto;
  display: inline-block;
  margin-bottom: 1vw;
}
.bl_msgCont_heading {
  font-size: 2vw;
  margin-bottom: 12px;
  line-height: 2;
}
.bl_msgCont_txt p {
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .bl_msgCont__row-reverse .bl_msgCont_txt {
    text-align: left;
  }
  .bl_msgCont_mt .bl_msgCont_txt {
    padding-top: 0;
    text-align: left;
  }
  .bl_msgCont_txt p br {
    display: none;
  }
  .bl_msgCont_txt_deco {
    max-width: 50vw;
    text-align: center;
    margin: 0;
  }
  .bl_msgCont_heading {
    font-size: 20px;
  }
  .bl_msgCont_heading span {
    display: block;
  }
}
/* ---------------------------- 02 brand-lineup */
.ly_brand_wrapper {
  background: #f2ede7;
  padding-bottom: 80px;
  position: relative;
}
.bl_brand-lineup_heading {
  position: relative;
  top: -60px;
  text-align: center;
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 60px;
  line-height: 1.3;
}
.bl_brand-lineup_heading span {
  display: block;
  font-size: 20px;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.bl_brand-lineup_unit {
  max-width: 80vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.bl_brand {
  width: 32vw;
}
@media only screen and (max-width: 767px) {
  .bl_brand-lineup_unit {
    max-width: 90vw;
  }
  .bl_brand {
    width: 40vw;
  }
}
.bl_brand_name {
  padding-top: 16px;
  text-align: right;
  margin-left: auto;
}
.bl_brand_name.bl_brand_name_holmo {
  width: 21vw;
  background: url("../img/link-arrow.svg") right bottom no-repeat;
  padding-bottom: 24px;
}
.bl_brand_name.bl_brand_name_reaslim {
  width: 26vw;
  padding-top: 24px;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 0.05em;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .bl_brand-lineup_heading span {
    font-size: 14px;
  }
  .bl_brand-lineup_heading {
    top: -40px;
    font-size: 34px;
  }
  .bl_brand_name.bl_brand_name_holmo {
    width: 30vw;
    background: url("../img/link-arrow.svg") right bottom no-repeat;
    padding-bottom: 24px;
  }
  .bl_brand_name.bl_brand_name_reaslim {
    width: 40vw;
  }
}
/* ---------------------------- 03 news */
.ly_bottm_wrapper {
  background: url("../img/top/bottom_bg.webp");
}
.bl_news_wrapper {
  max-width: 80vw;
  margin: 0 auto;
  padding-bottom: 80px;
}
.bl_news_header {}
.bl_news_header {}
.bl_lv2_heading {
  position: relative;
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 60px;
  line-height: 1.3;
  top: -28px;
}
.bl_lv2_heading.bl_lv2_heading__left {
  text-align: left;
}
.bl_lv2_heading span {
  display: block;
  font-size: 20px;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.bl_news_body {
  padding-left: 20vw;
}
.bl_news {
  list-style: none;
  border-bottom: solid 1px #000000;
  display: flex;
  padding: 8px 0;
}
.bl_news_date {
  margin-right: 12px;
}
.ly_company_header {
  text-align: center;
}
.ly_company_body {
  text-align: center;
  margin-bottom: 80px;
}
.bl_sns_unit {
  display: flex;
  justify-content: space-between;
  max-width: 50vw;
  margin: 0 auto;
}
.bl_sns {
  width: 10vw;
  text-align: center;
  list-style: none;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .bl_lv2_heading {
    font-size: 34px;
    top: -20px;
  }
  .bl_lv2_heading span {
    font-size: 14px;
  }
  .bl_news_body {
    padding-left: 10vw;
  }
  .bl_news {
    display: block;
    padding: 8px 0;
  }
  .bl_news_date {
    display: block;
    margin-bottom: 4px;
  }
  .bl_sns_unit {
    max-width: 80vw;
  }
  .bl_sns {
    width: 20vw;
  }
}