.p_2025candleholder {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p_2025candleholder {
    max-width: 100%;
  }
}
.p_2025candleholder picture {
  display: block;
}
.p_2025candleholder picture img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .p_2025candleholder img {
    width: 100%;
  }
}
.p_2025candleholder .wrap {
  margin-left: 50px;
  margin-right: 50px;
}
@media screen and (max-width: 750px) {
  .p_2025candleholder .wrap {
    margin-left: 0;
    margin-right: 0;
  }
}
.p_2025candleholder .mv {
  margin-bottom: 30px;
}
.p_2025candleholder .info {
  margin-left: 50px;
  margin-right: 50px;
  display: grid;
  row-gap: 50px;
}
.p_2025candleholder .info::after {
  display: none;
}
@media screen and (max-width: 750px) {
  .p_2025candleholder .info {
    margin-left: 0;
    margin-right: 0;
    row-gap: 25px;
  }
}
.p_2025candleholder .info .image {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .p_2025candleholder .info .image {
    margin-bottom: 25px;
  }
}
.p_2025candleholder .item_candleholder {
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .p_2025candleholder .item_candleholder {
    margin-bottom: 60px;
  }
}
.p_2025candleholder .item_candleholder .hero {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .p_2025candleholder .item_candleholder .hero {
    margin: 0;
    margin-bottom: 20px;
  }
}
.p_2025candleholder .item_candleholder .ttl {
  background-color: #463a19;
}
.p_2025candleholder .item_candleholder .sec_ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .p_2025candleholder .item_candleholder .sec_ttl {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p_2025candleholder .item_candleholder .description {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .p_2025candleholder .item_candleholder .description {
    margin-bottom: 0;
  }
}
.p_2025candleholder .item_candleholder .image {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .p_2025candleholder .item_candleholder .image {
    margin-bottom: 25px;
  }
}
.p_2025candleholder .item_candleholder .profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 75px;
}
@media screen and (max-width: 750px) {
  .p_2025candleholder .item_candleholder .profile {
    flex-direction: column;
    margin: 30px 0;
  }
}
.p_2025candleholder .item_candleholder .profile .prof_img {
  width: 180px;
}
@media screen and (max-width: 750px) {
  .p_2025candleholder .item_candleholder .profile .prof_img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.p_2025candleholder .item_candleholder .profile .prof_tx {
  width: 400px;
}
@media screen and (max-width: 750px) {
  .p_2025candleholder .item_candleholder .profile .prof_tx {
    width: 100%;
  }
}
.p_2025candleholder .item_candleholder .profile .prof_tx p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.p_2025candleholder .item_candleholder .image {
  text-align: center;
}
.p_2025candleholder .item_candleholder .productList {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  .p_2025candleholder .item_candleholder .productList {
    margin-bottom: 40px;
  }
}
.p_2025candleholder .item_candleholder .productList ul {
  gap: 20px;
}
.p_2025candleholder .item_candleholder .productList ul li {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .p_2025candleholder .item_candleholder .productList ul li {
    width: 100%;
  }
}
.p_2025candleholder .item_candleholder .productList ul li .product_img {
  margin-bottom: 20px;
}
.p_2025candleholder .item_candleholder .productList ul li a {
  display: inline-block;
  background-color: #e6e6e6;
  font-size: 13px;
  line-height: 1.5em;
  padding: 10px;
  width: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .p_2025candleholder .item_candleholder .productList ul li a {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .p_2025candleholder .item_candleholder.item_Sunflower .description {
    margin-bottom: 0;
  }
  .p_2025candleholder .item_candleholder.item_Sunflower .description p {
    margin-bottom: 0;
  }
}
.p_2025candleholder .item_candleholder.item_Sunflower .productList ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 750px) {
  .p_2025candleholder .item_candleholder.item_Sunflower .productList ul {
    grid-template-columns: 1fr 1fr;
  }
}
.p_2025candleholder .item_candleholder.item_Sunflower .productList ul li {
  width: 100%;
}
.p_2025candleholder .item_candleholder.item_Sunflower .productList ul li a {
  width: 100%;
}
.p_2025candleholder .item_candleholder.item_circular .ttl {
  text-align: center;
  margin-bottom: 30px;
  background-color: transparent;
}
@media screen and (max-width: 750px) {
  .p_2025candleholder .item_candleholder.item_circular .ttl {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 750px) {
  .p_2025candleholder .item_candleholder.item_circular .description {
    margin-bottom: 0;
  }
  .p_2025candleholder .item_candleholder.item_circular .description p {
    margin-bottom: 0;
  }
}
.p_2025candleholder .item_candleholder.item_circular .productList ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 750px) {
  .p_2025candleholder .item_candleholder.item_circular .productList ul {
    grid-template-columns: 1fr 1fr;
  }
}
.p_2025candleholder .item_candleholder.item_circular .productList ul li {
  width: 100%;
}
.p_2025candleholder .item_candleholder.item_circular .productList ul li a {
  width: 100%;
}
.p_2025candleholder p {
  text-align: left;
  width: 100%;
  font-size: 16px;
  line-height: 1.9;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .p_2025candleholder p {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */