.ly_header {
  width: 100%;
  padding: 18px 0;
  position: fixed;
  z-index: 999;
}

@media screen and (min-width: 1080px) {
  .ly_header {
    padding: 27px 0;
  }
}
.bl_header {
  background: #fff;
}

.bl_header_inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
}

.bl_header_btnWrapper {
  transition: all 0.3s;
}

.bl_header_btnWrapper:hover {
  opacity: 0.7;
}

.ly_footer {
  padding: 40px 0 20px;
}

@media screen and (min-width: 1080px) {
  .ly_footer {
    padding: 56px 0 24px;
  }
}
.bl_footer {
  background: #baa8a2;
  color: #fff;
}

.bl_footer_inner {
  width: 90%;
  margin: 0 auto;
}

.bl_footer_logo {
  display: block;
  text-align: center;
}

@media screen and (min-width: 1080px) {
  .bl_footer_logo {
    text-align: left;
  }
}
.bl_footer_nav {
  margin-top: 24px;
}

.bl_footer_nav_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px 16px;
  flex-wrap: wrap;
}

.bl_footer_nav_listItem {
  transition: all 0.3s;
}

.bl_footer_nav_listItem:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1080px) {
  .bl_footer_nav_list {
    justify-content: flex-start;
    gap: 16px;
  }
}
.bl_footer_line {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin-top: 24px;
}

@media screen and (min-width: 1080px) {
  .bl_footer_line {
    margin-top: 40px;
  }
}
.bl_footer_copyRight_wrapper {
  margin-top: 24px;
  text-align: center;
}

body {
  font-size: 14px;
  font-family: "Noto Serif JP";
  color: #5d5d5d;
  letter-spacing: 0.1em;
  line-height: 180%;
}

span {
  display: block;
}

@media screen and (min-width: 1080px) {
  body {
    font-size: 16px;
  }
}
.bl_cont_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 1080px) {
  .bl_cont_inner {
    width: 80%;
  }
  .bl_cont_inner__70 {
    width: 70%;
  }
}
.bl_imgWrapper img {
  width: 100%;
}

.un_lb__reverse {
  display: none;
}

@media screen and (min-width: 1080px) {
  .un_lb {
    display: none;
  }
  .un_lb__reverse {
    display: block;
  }
}
.ly_cont {
  padding: 95px 0;
}

@media screen and (min-width: 1080px) {
  .ly_cont {
    padding: 150px 0;
  }
}
.ly_kv_page {
  width: 100%;
  height: 230px;
}

@media screen and (min-width: 768px) {
  .ly_kv_page {
    height: 280px;
  }
}
@media screen and (min-width: 1080px) {
  .ly_kv_page {
    height: 380px;
  }
}
.ly_secTtl {
  text-align: center;
}

.ly_btn {
  margin-top: 16px;
  text-align: center;
}

.ly_btn__kv {
  margin-top: 24px;
  width: 80%;
}

.ly_btn__instagram {
  text-align: center;
  margin-top: 48px;
}

.ly_btn__topProduct {
  text-align: center;
}

.ly_btn__relateProduct {
  text-align: center;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .ly_btn__relateProduct {
    margin-top: auto;
  }
  .ly_btn__product {
    margin-top: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1080px) {
  .ly_btn__kv {
    margin-top: 96px;
    width: 100%;
  }
  .ly_btn__topProduct {
    margin-top: 24px;
    text-align: left;
  }
}
.bl_cont_bgPrimary {
  background: rgba(186, 168, 162, 0.15);
}

.bl_secTtl_en {
  font-size: 20px;
  font-weight: 600;
  font-family: "Lato";
  color: #333;
  line-height: 100%;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
}

.bl_secTtl_jp {
  margin-top: 16px;
  color: #333;
  line-height: 100%;
}

.bl_secTtl_en__p2 {
  line-height: 160%;
}

@media screen and (min-width: 768px) {
  .bl_secTtl_en {
    font-size: 24px;
  }
}
@media screen and (min-width: 1080px) {
  .bl_secTtl_en {
    font-size: 32px;
  }
  .bl_secTtl_jp {
    font-size: 18px;
  }
}
.bl_lineUp_item {
  height: 100%;
}
.bl_lineUp_item figure {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.bl_lineUp_item_imgWrapper img {
  width: 100%;
}

.bl_lineUp_item_txtGroup {
  width: 90%;
  margin: 18px auto 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.bl_lineUp_item_ttl {
  font-size: 18px;
  color: #333;
  text-align: center;
}

.bl_lineUp_item_txt {
  margin-top: 8px;
  text-align: center;
}

.bl_lineUp_item + .bl_lineUp_item {
  margin-top: 48px;
}

@media screen and (min-width: 768px) {
  .bl_lineUp_item + .bl_lineUp_item {
    margin-top: 0;
  }
}
.el_btn {
  display: inline-block;
  width: 100%;
  padding: 18.5px;
  border: 1px solid #baa8a2;
  color: #fff;
  text-align: center;
  background: #baa8a2;
  font-family: "Lato";
  line-height: 100%;
  transition: all 0.3s;
}

.el_btn__instagram {
  width: 260px;
}

.el_btn__404 {
  width: 260px;
}

.el_btn__jp {
  font-family: "Noto Serif JP";
  width: 80%;
}

.el_btn:hover {
  background: #fff;
  color: #333;
}

@media screen and (min-width: 1080px) {
  .el_btn__instagram {
    width: 324px;
  }
  .el_btn__404 {
    width: 324px;
  }
}
.el_kv_page_first {
  background-image: url(../img/sp_secChange2-2000px.png);
  background-size: cover;
  background-position: center center;
}

.el_kv_page_second {
  background-image: url(../img/sp_404_kv-2000px.png);
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 1080px) {
  .el_kv_page_first {
    background-image: url(../img/pc_secChange2-2500px.png);
  }
  .el_kv_page_second {
    background-image: url(../img/pc_404_kv-2500px.png);
  }
}
.ly_kv_top {
  padding-top: 60px;
}

@media screen and (min-width: 1080px) {
  .ly_kv_top {
    padding-top: 80px;
    margin: 0 auto;
    max-width: 1366px;
  }
}
@media screen and (min-width: 1080px) {
  .bl_kv_top {
    width: 95%;
    max-width: 1233px;
    margin: 0 0 0 auto;
    position: relative;
  }
}
.bl_kv_top_img {
  width: 100%;
  height: 200px;
  background-image: url(../img/sp_kv_top_bgImg-2000px.png);
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .bl_kv_top_img {
    height: 450px;
  }
}
@media screen and (min-width: 1080px) {
  .bl_kv_top_img {
    width: 73%;
    height: 690px;
    background-image: url(../img/pc_kv_top_bgImg-2000px.jpg);
    margin: 0 0 0 auto;
  }
}
.bl_kv_top_body {
  width: 90%;
  margin: 0 auto;
  margin-top: 24px;
  max-width: 360px;
}

.bl_kv_top_body_copy {
  font-size: 24px;
  line-height: 230%;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #333;
}

@media screen and (min-width: 768px) {
  .bl_kv_top_body {
    margin: 32px auto 0 62px;
  }
  .bl_kv_top_body_copy {
    font-size: 32px;
  }
}
@media screen and (min-width: 1080px) {
  .bl_kv_top_body {
    margin: 0;
    width: 30%;
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
  }
  .bl_kv_top_body_copy {
    font-size: 40px;
  }
}
.bl_feature {
  margin-top: 48px;
}

.bl_feature_txtGroup {
  margin-top: 20px;
}

.bl_feature_listItem_ttl_en {
  margin-top: 20px;
  color: #baa8a2;
  font-family: "Lato";
  line-height: 180%;
}

.bl_feature_listItem_ttl {
  font-size: 18px;
  color: #333;
  line-height: 180%;
}

.bl_feature_listItem_txt {
  margin-top: 8px;
}

.bl_feature_listItem + .bl_feature_listItem {
  margin-top: 48px;
}

.bl_feature_listItem_imgWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .bl_feature_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .bl_feature_listItem + .bl_feature_listItem {
    margin-top: 0;
  }
}
@media screen and (min-width: 1080px) {
  .bl_feature {
    margin-top: 80px;
  }
  .bl_feature_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 60px;
  }
  .bl_feature_listItem:nth-child(1) {
    grid-column: 1/4;
  }
  .bl_feature_listItem:nth-child(1) figure {
    display: flex;
    gap: 80px;
    justify-content: center;
    align-items: center;
  }
  .bl_feature_listItem_ttl {
    font-size: 20px;
  }
}
.bl_secChange {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center center;
}

.bl_secChange__first {
  background-image: url(../img/sp_secChamge-2000px.png);
}

.bl_secChange__second {
  background-image: url(../img/sp_secChange2-2000px.png);
}

@media screen and (min-width: 768px) {
  .bl_secChange {
    height: 400px;
  }
}
@media screen and (min-width: 1080px) {
  .bl_secChange {
    height: 640px;
  }
  .bl_secChange__first {
    background-image: url(../img/pc_secChange-2500px.png);
  }
  .bl_secChange__second {
    background-image: url(../img/pc_secChange2-2500px.png);
  }
}
.bl_lineUp_group {
  margin-top: 48px;
}

@media screen and (min-width: 768px) {
  .bl_lineUp_group {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr auto;
    gap: 80px;
  }
}
.bl_lineUp_item_imgWrapper img {
  width: 100%;
  height: auto;
}

.bl_instagram {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}

.bl_instagram_imgWrapper img {
  width: 100%;
  height: auto;
}

.bl_product_imgWrapper img {
  width: 100%;
  height: auto;
}

.bl_product_ttl {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  line-height: 180%;
  margin-top: 24px;
}

.bl_product_txt {
  margin-top: 16px;
}

@media screen and (min-width: 1080px) {
  .bl_product {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
  }
  .bl_product_ttl {
    font-size: 26px;
    margin-top: 0;
  }
}
.bl_relateProduct {
  margin-top: 48px;
}

.bl_product_txtGroup {
  margin-top: 18px;
}

@media screen and (min-width: 768px) {
  .bl_relateProduct {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .bl_product_txtGroup {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
}
.ly_btn__404 {
  text-align: center;
  margin-top: 32px;
}

@media screen and (min-width: 1080px) {
  .ly_btn__404 {
    margin-top: 40px;
  }
}
.bl_404_txt_group {
  margin-top: 32px;
}

.bl_404_txt {
  text-align: center;
}

@media screen and (min-width: 1080px) {
  .bl_404_txt_group {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=styles.css.map */