:root {
  --color-01: #343434;
  --color-02: #696969;
  --color-03: #f7f2f5;
  --color-04: #8bb8a3;
  --color-05: #b05f5f;
  --color-06: #d87b7b;
  --color-07: #cfb9b9;
  --color-08: #e3d6d6;
  --color-09: #bcab80;
  --color-10: #e2debc;
  --wp--preset--color--color-01: #343434;
  --wp--preset--color--color-02: #696969;
  --wp--preset--color--color-03: #e3e3df;
  --wp--preset--color--color-04: #8bb8a3;
  --wp--preset--color--color-05: #b05f5f;
  --wp--preset--color--color-06: #d87b7b;
  --wp--preset--color--color-07: #cfb9b9;
  --wp--preset--color--color-08: #e3d6d6;
  --wp--preset--color--color-09: #bcab80;
  --wp--preset--color--color-10: #e2debc;
}

/* 2column at PC */
@media screen and (min-width: 1024px) {
  .p-archive .c-entries--simple {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .c-entries--simple .c-entry-summary__figure {
    width: 36%;
  }
}
.is-style-pattern_1 {
  border-bottom: 1px solid #707070;
  padding-inline: 1em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.is-style-pattern_2 {
  padding-bottom: 6px;
  position: relative;
  text-align: center;
}
.is-style-pattern_2::before, .is-style-pattern_2::after {
  border-bottom: 6px solid;
  bottom: 0;
  content: "";
  left: 50%;
  max-width: 12em;
  position: absolute;
}
.is-style-pattern_2::before {
  border-bottom-color: #868686;
  width: 36%;
  -webkit-transform: translateX(-99%);
          transform: translateX(-99%);
}
.is-style-pattern_2::after {
  border-bottom-color: #5c5c5c;
  width: 35%;
}

.is-style-pattern_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  position: relative;
}
.is-style-pattern_3:before {
  background: url(../images/icon_rose.png) no-repeat center;
  background-size: contain;
  content: "";
  min-height: 0.975em;
  min-width: 1.875em;
}

.is-style-pattern_4 {
  position: relative;
}
.is-style-pattern_4::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 36%;
  width: 30px;
  height: 10px;
  margin-left: -50px;
  background: #e2debc;
}