/* ------------------------------
    mixin
------------------------------ */
/* ------------------------------
    propose
------------------------------ */
#page_propose #sec_mv .img {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.5em;
}
#page_propose #sec_mv .img img {
  flex: 1 1 auto;
  min-width: 0;
}
#page_propose #sec_mv .img figcaption {
  flex: 0 0 auto;
  color: #a58061;
  font-family: "Jost", sans-serif;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 500;
}
#page_propose #sec_intro .img._01 {
  padding-right: 25rem;
}
#page_propose #sec_intro .img._02 {
  padding-left: 15rem;
}
#page_propose #sec_moments .list .item {
  position: relative;
  margin-top: 20rem;
}
#page_propose #sec_moments .list .item:first-child {
  margin-top: 10rem;
}
#page_propose #sec_moments .list .item .num {
  position: absolute;
  left: -2rem;
  top: 0;
  color: #a58061;
  font-family: "Jost", sans-serif;
  font-size: 14rem;
  line-height: 1;
  opacity: 0.45;
}
#page_propose #sec_moments .list .item .m-h2 {
  color: #a58061;
  line-height: 1.6;
  text-align: left;
  padding-left: 18rem;
}
#page_propose #sec_price {
  background-color: #a58061;
  padding: 8rem 0 10rem;
  margin: 20rem 0;
}
#page_propose #sec_price .bg {
  background: #fff;
  color: #a58061;
  padding: 6rem 9rem;
  margin-top: 4rem;
  white-space: nowrap;
}
#page_propose #sec_price .bg .ttl._01 {
  font-size: 3.2rem;
}
#page_propose #sec_price .bg .ttl._01 strong {
  font-size: 4rem;
}
#page_propose #sec_price .bg .price._01 {
  font-size: 3.3rem;
  line-height: 1;
  margin: 0.2em 0;
}
#page_propose #sec_price .bg .price._01 .tate {
  display: inline-block;
  background: #a58061;
  color: #fff;
  width: 1.5em;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  white-space: normal;
  padding: 0.25em;
}
#page_propose #sec_price .bg .price._01 strong {
  font-size: 6rem;
  margin: 0 0.1em;
}
#page_propose #sec_price .bg .price._02 {
  font-size: 11rem;
  line-height: 1;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #a58061;
}
#page_propose #sec_price .bg .special {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  margin: 2rem auto 0;
}
#page_propose #sec_price .bg .special .ttl {
  width: 10em;
  height: 10em;
  border: 1px solid #a58061;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.6rem;
  line-height: 1.4;
}
#page_propose #sec_price .bg .special .ttl strong {
  font-size: 2.8rem;
}
#page_propose #sec_price .bg .special .txt .list li {
  border-bottom: 1px solid #a58061;
  font-size: 2.4rem;
}
#page_propose #sec_price .bg .txt._01 {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0.5em;
}
#page_propose #sec_price .bg .txt._01 span {
  display: inline-block;
  text-align: left;
}
