.trend {
  max-width: 1240px;
  padding: 40px 20px 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .trend {
    padding: 40px 10px 0;
  }
}
.trend img {
  vertical-align: bottom;
}
.trend-01_wrap {
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .trend-01_wrap {
    flex-direction: column;
  }
}
.trend-01_wrap-right {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .trend-01_wrap-right {
    max-width: 100%;
  }
}
.trend-01_subttl {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.5em !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trend-01_subttl {
    font-size: clamp(16px, 3.3vw, 25px);
  }
}
.trend-01_ttl {
  color: #552e17;
  font-family: "Zen Old Mincho", serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 0.5em !important;
}
@media screen and (max-width: 767px) {
  .trend-01_ttl {
    font-size: clamp(18px, 7.3vw, 60px);
  }
}
.trend-01_ttl small {
  font-size: 0.833em;
}
.trend-01_ttl strong {
  color: #fff;
  font-size: 1.333em;
  line-height: 1;
  position: relative;
}
.trend-01_ttl strong::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2em;
  height: 1.2em;
  background-color: #ab2a2c;
  border-radius: 50%;
  z-index: -1;
}
.trend-01_ttl .fc-red {
  color: #ab2a2c;
}
.trend-01_txt {
  max-width: 600px;
  font-size: 18px;
  font-weight: 500;
  margin: 0 auto !important;
}
@media screen and (min-width: 768px) {
  .trend-01_txt.--sp {
    display: none;
  }
  .trend-01_txt {
    font-size: clamp(14px, 3vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .trend-01_txt.--pc {
    display: none;
  }
  .trend-01_txt {
    font-size: clamp(14px, 3.4vw, 18px);
    margin-top: 1em !important;
  }
}
.trend-02_wrap {
  display: flex;
  border-left: 1px solid #d2b973;
  border-right: 1px solid #d2b973;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .trend-02_wrap {
    flex-direction: column;
    border: none;
  }
}
.trend-02_wrap-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .trend-02_wrap-item {
    width: 100%;
    padding: 0;
  }
}
.trend-02_wrap-item:first-child {
  border-right: 1px dashed #d2b973;
}
@media screen and (max-width: 767px) {
  .trend-02_wrap-item:first-child {
    border-right: none;
    border-bottom: 1px dashed #d2b973;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
  }
}
.trend-02_ttl {
  border-top: 2px solid #552e17;
  border-bottom: 2px solid #552e17;
  color: #552e17;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0.4em 0;
  margin-bottom: 20px !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trend-02_ttl {
    font-size: clamp(16px, 4.2vw, 26px);
  }
}
.trend-02_txt {
  flex-grow: 1;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .trend-02_txt {
    font-size: clamp(14px, 3.4vw, 16px);
  }
}
.trend-02_txt strong {
  color: #ab2a2c !important;
  font-family: "Noto Sans JP";
  font-size: 1.0625em;
  font-weight: bold;
}
.trend-02_subject {
  max-width: 300px;
  margin: 0 auto 20px !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .trend-02_subject {
    max-width: 90%;
  }
}
.trend-02_subject-caption {
  width: 6.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(85, 46, 23, 0.9);
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trend-02_subject-caption {
    font-size: clamp(16px, 6.6vw, 40px);
  }
}
.trend-02_img {
  max-width: 530px;
  margin: 20px 0 !important;
}
@media screen and (max-width: 767px) {
  .trend-02_img {
    max-width: 100%;
  }
}
.trend-02_box {
  background-color: #f5f2ec;
  padding: 0 30px 30px;
}
@media screen and (max-width: 767px) {
  .trend-02_box {
    padding: 0 5vw 5vw;
  }
}
.trend-02_box-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d2b973;
  color: #552e17;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 1em;
  margin: 0 -30px 1em !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .trend-02_box-ttl {
    font-size: clamp(14px, 3.4vw, 26px);
    margin: 0 -5vw 1em !important;
  }
}
.trend-02_box-ttl img {
  margin-right: 10px;
}
.trend-02_box-tag {
  width: fit-content;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 0 1em;
  margin-bottom: 0.5em !important;
}
@media screen and (max-width: 767px) {
  .trend-02_box-tag {
    font-size: clamp(13px, 3vw, 18px);
  }
}
.trend-02_box-tag.--01 {
  background-color: #ec8328;
}
.trend-02_box-tag.--02 {
  background-color: #d95800;
}
.trend-02_box-list {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 !important;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .trend-02_box-list {
    font-size: clamp(13px, 3.2vw, 18px);
  }
}
.trend-02_box-list + * {
  margin-top: 0.5em !important;
}
.trend-02_box-list li {
  padding-left: 1.5em;
  position: relative;
}
.trend-02_box-list li:not(:last-child) {
  margin-bottom: 0.5em !important;
}
.trend-02_box-list li::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1.1em;
  height: 1.1em;
  background: url("http://aplot.local/wp-content/themes/cocoon-child-master/my-template/lp_002/img/trend_icon_check.png") center center/contain no-repeat;
}
.trend-02_box-list li strong {
  color: #ea8827;
}
.trend-03_wrap {
  background-color: #d2b973;
  padding: 10px 30px;
}
@media screen and (max-width: 767px) {
  .trend-03_wrap {
    padding: 10px 5vw 10px 80px;
    margin: 0 -10px !important;
  }
}
.trend-03_wrap-inner {
  max-width: 1000px;
  margin: 0 auto !important;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 25px;
  padding: 25px 40px 25px 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .trend-03_wrap-inner {
    min-height: 200px;
    padding: 5vw;
  }
}
.trend-03_wrap-inner::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -75px;
  width: 142px;
  height: 100%;
  background: url(http://aplot.local/wp-content/themes/cocoon-child-master/my-template/lp_002/img/trend_info.png) center bottom/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .trend-03_wrap-inner::after {
    width: 120px;
    left: -80px !important;
  }
}
.trend-03_img {
  position: absolute;
  left: 40px;
  top: 54%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .trend-03_img {
    width: 70px;
    top: 25%;
    left: -75px !important;
  }
}
.trend-03_txt {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .trend-03_txt {
    font-size: clamp(14px, 3.4vw, 16px);
    line-height: 1.5;
  }
}/*# sourceMappingURL=lp_002_add.css.map */