header .header_inner.hidden {
  opacity: 0;
  visibility: hidden;
}

main {
  overflow: hidden;
}
main > section {
  padding-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  main > section {
    padding-bottom: 170px;
  }
}

.main_visual {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-bottom: 78px;
}
@media screen and (min-width: 1024px) {
  .main_visual {
    margin-bottom: 150px;
  }
}
.main_visual picture {
  display: block;
}

.brand_concept {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: min(50vw, 100px);
}
@media screen and (min-width: 768px) {
  .brand_concept {
    padding-bottom: min(50vw, 200px);
  }
}
.brand_concept .brand_concept_inner {
  position: relative;
  border: 2px solid #bbafa9;
  padding-top: 7rem;
  padding-bottom: 13rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .brand_concept .brand_concept_inner {
    padding-top: 85px;
    padding-bottom: 100px;
  }
}
.brand_concept .brand_concept_inner .brand_concept_title {
  color: #70665d;
  background-color: #fff;
  position: absolute;
  padding-right: 0.8rem;
  padding-bottom: 1.2rem;
  top: -0.65rem;
  left: -2px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1024px) {
  .brand_concept .brand_concept_inner .brand_concept_title {
    padding: 0 46px;
    top: -1rem;
    left: 0;
    letter-spacing: 0.15em;
  }
}
.brand_concept .brand_concept_inner svg {
  position: absolute;
  top: -100px;
  right: calc(-2rem - 2px);
  width: 130px;
  height: 130px;
  background-color: #fff;
  fill: #70665d;
}
@media screen and (min-width: 1024px) {
  .brand_concept .brand_concept_inner svg {
    top: -3.3rem;
    right: 3rem;
  }
}
.brand_concept .brand_concept_inner p {
  margin: 0 auto 2.3em;
}
@media screen and (min-width: 1024px) {
  .brand_concept .brand_concept_inner p {
    width: 600px;
  }
}
.brand_concept .brand_concept_inner p::last-of-type {
  margin-bottom: 0;
}
.brand_concept .brand_concept_inner .brand_concept_subtitle {
  text-align: center;
  margin-bottom: 3.8rem;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  color: #70665d;
}
.brand_concept .brand_concept_inner .brand_concept_subtitle span {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1024px) {
  .brand_concept .brand_concept_inner .brand_concept_subtitle {
    margin-bottom: 1.8rem;
    letter-spacing: 0.05em;
  }
  .brand_concept .brand_concept_inner .brand_concept_subtitle span {
    font-size: 1.6rem;
  }
}
.brand_concept .brand_concept_inner .brand_concept_text {
  letter-spacing: 0.1em;
  line-height: 1.65;
  font-size: 1.3rem;
}
@media screen and (min-width: 1024px) {
  .brand_concept .brand_concept_inner .brand_concept_text {
    letter-spacing: 0.2em;
    font-size: 1rem;
  }
}
.brand_concept .brand_concept_image {
  position: relative;
  padding-bottom: min(50vw, 300px);
  max-width: 600px;
  margin: 0 auto;
  top: -13rem;
}
@media screen and (min-width: 1024px) {
  .brand_concept .brand_concept_image {
    top: -100px;
  }
}
.brand_concept .brand_concept_image picture {
  position: absolute;
}
.brand_concept .brand_concept_image picture:nth-of-type(1) {
  top: -2.5rem;
  right: 3rem;
  max-width: 30%;
}
.brand_concept .brand_concept_image picture:nth-of-type(2) {
  top: 6%;
  left: -2rem;
  max-width: 75%;
}
.brand_concept .brand_concept_image picture:nth-of-type(3) {
  top: 84%;
  right: calc(-4.5rem - 2px);
  max-width: 75%;
}
@media screen and (min-width: 1024px) {
  .brand_concept .brand_concept_image picture:nth-of-type(1) {
    top: 1rem;
    right: 1rem;
    max-width: 32%;
  }
  .brand_concept .brand_concept_image picture:nth-of-type(2) {
    top: 16%;
    left: -12rem;
    max-width: 100%;
  }
  .brand_concept .brand_concept_image picture:nth-of-type(3) {
    top: 76%;
    right: calc(-15.5rem - 2px);
    max-width: 75%;
  }
}

@media screen and (min-width: 1024px) {
  .product {
    padding-top: 105px;
  }
}
.product p {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 3.8rem;
}
@media screen and (min-width: 1024px) {
  .product p {
    font-size: 1rem;
  }
}
.product p span {
  display: inline-block;
}
.product .product_category picture {
  display: block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .product .product_category {
    display: flex;
    justify-content: center;
    gap: 1rem;
  }
}

.shop_list .shop_list_wrap {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.shop_list .shop_list_wrap a {
  display: block;
}
.shop_list .shop_list_wrap .shop_list_item {
  width: 100%;
  height: 155px;
  background-color: #bbafa9;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .shop_list .shop_list_wrap .shop_list_item {
    flex-direction: row;
    gap: 4rem;
    padding: 6rem 0;
    font-size: 1.2rem;
  }
}
.shop_list .shop_list_wrap .shop_list_item svg {
  width: 100px;
  height: 100px;
}
.shop_list .shop_list_wrap .shop_list_item svg#icon-onlineshop .cls-1 {
  fill: #bbafa9;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2.5px;
}
.shop_list .shop_list_wrap .shop_list_item svg#icon-onlineshop polygon {
  fill: #fff;
}
.shop_list .shop_list_wrap .shop_list_item svg#icon-onlineshop circle {
  fill: #fff;
}
.shop_list .shop_list_wrap .shop_list_item svg#icon-realshop .cls-1 {
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2.5px;
}
.shop_list .shop_list_wrap .shop_list_item svg#icon-realshop polygon {
  fill: #fff;
}
.shop_list .shop_list_wrap .shop_list_item svg#icon-realshop circle {
  fill: #fff;
}

.real_shop {
  background-color: #f2ece1;
  background-image: url("/img/anlietteshop-btm.png");
  background-position: bottom 0 left -30px;
  background-repeat: no-repeat;
  background-size: 200px;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .real_shop {
    background-position: bottom 0 left 50%;
  }
}
@media screen and (min-width: 768px) {
  .real_shop .real_shop_inner .top_deco_text img {
    width: 50%;
  }
}
.real_shop .real_shop_inner .real_shop_header {
  margin-bottom: 2.5rem;
}
.real_shop .real_shop_inner .real_shop_header p {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.5;
}
.real_shop .real_shop_inner .real_shop_header .real_shop_logo {
  width: 165px;
  margin: 0 auto;
}
.real_shop .real_shop_inner .real_shop_detail picture {
  display: block;
  margin-bottom: 2.5rem;
}
.real_shop .real_shop_inner .real_shop_detail p {
  text-align: left;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .real_shop .real_shop_inner .real_shop_detail {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    gap: 2rem;
  }
  .real_shop .real_shop_inner .real_shop_detail > * {
    width: 100%;
  }
}
.real_shop .real_shop_inner .real_shop_detail .more_btn a {
  background-color: #70665d;
}/*# sourceMappingURL=anliette.css.map */