@charset "UTF-8";

.cta__link {
  width: 480px;
  height: 120px;
  margin: 0 auto;
}

.cta__link>a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  box-sizing: border-box;
  position: relative;
  background: linear-gradient(115deg, #F4B860, #FBE07B);
  border-radius: 50vh;
  backdrop-filter: blur(10px);
  color: #fff;
}

.cta__link>a>img {
  width: 48px;
  margin-right: 10px;
}

/*----------------------------------------------------
  intro
----------------------------------------------------*/
.intro {
  position: relative;
}

.intro .container {
  max-width: 1280px;
}

.bg-circle--right {
  width: 80%;
  height: auto;
  position: absolute;
  top: -20%;
  right: -25%;
  opacity: .5;
  pointer-events: none;
  transform-origin: center;
  will-change: transform;
}

.bg-circle--left {
  width: 60%;
  height: auto;
  position: absolute;
  top: 50%;
  left: -10%;
  opacity: .3;
  pointer-events: none;
  transform-origin: center;
  will-change: transform;
}

.intro-col {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.intro-col__imgWrap {
  width: 40%;
  position: relative;
}

.intro-col__img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0) rotate(0deg);
  opacity: 0;
  transform-origin: bottom center;
  background: #fbdfaa;
  border-radius: 14px;
}

.intro-col__img {
  width: 100%;
  height: auto;
  clip-path: inset(0 0 round 14px);
  position: relative;
}

.intro-col__img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.intro-col__img>img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.intro-col__inner {
  width: 45%;
}

.intro-col__ttl {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.intr-col__ttl-img {
  width: 80px;
}

.intr-col__ttl-inner {
  width: calc(100% - 100px);
  line-height: 1.6;
}

.intr-col__ttl-inner>h3 {
  font-size: 2.6rem;
}

.intr-col__ttl-inner>p {
  display: flex;
  align-items: center;
  width: 100%;
  color: #E6A857;
  letter-spacing: .1em;
}

.intr-col__ttl-inner>p::before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background: url('../../img/common/icon-flower--ora.svg');
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}

.intr-col__ttl-inner>p::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #ccc;
  margin-left: 8px;
}

.intro-col__inner-txt {
  margin-bottom: 20px;
}

.intro-col__inner-txt>p {
  font-size: 1.8rem;
}

.intro-col__inner-txt>p:not(:last-of-type) {
  margin-bottom: 30px;
}

.intro-col__inner-box {
  margin-bottom: 30px;
}

.intro-col__inner-box>dl {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  font-weight: 700;
}

.intro-col__inner-box>dl>dt {
  width: 80px;
  background: #E8E8E8;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 7.5px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intro-col__inner-box>dl>dd {
  width: calc(100% - 94px);
  padding: 7.5px 0;
}

.intro-col__inner-box>dl>dd>span {
  margin: 0 10px;
}

.intro-attention {
  font-size: 1.4rem;
}

.intro-box {
  width: 80%;
  padding: 60px 80px;
  background: #f9f6f0;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: rgba(105, 71, 8, 0.12) 0px 6px 12px;
  margin: 0 auto;
}

.intro-flower {
  width: 17.5%;
  height: auto;
  position: absolute;
  top: -50%;
  right: -10%;
  pointer-events: none;
}

.intro-box__ttl {
  width: auto;
  height: 48px;
  padding: 0 60px;
  border-radius: 50vh;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #79ac95;
  color: #fff;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro-box__ttl>h3 {
  font-size: 2rem;
  white-space: nowrap;
}

.intro-box__txt {
  width: 92.5%;
  margin-right: auto;
}

.intro-box__txt>p {
  font-size: 1.4rem;
}

.intro-box__txt-lead {
  font-weight: 700;
}

.intro-box__deco {
  width: 15%;
  position: absolute;
  right: -5%;
  bottom: 0;
}

.intro-box__deco>img {
  width: 100%;
}

.intro-linkWrap {
  width: 100%;
}

.intro-link>a {
  width: 60%;
  height: 80px;
  background: linear-gradient(115deg, #F4B860, #FBE07B);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  border-radius: 50vh;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
}

.intro-link>a>img {
  width: 14px;
  margin-left: 5px;
}

.intro-link>a::after {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('../../icon/arrow-r--w.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}

/*----------------------------------------------------
  detail
----------------------------------------------------*/
.detail {
  background: rgba(251, 249, 246, 1);
  backdrop-filter: blur(5px);
  width: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 20px;
  position: relative;
}

.detail .container {
  width: 95%;
  max-width: 1440px;
}

.detail .ttl-u>h2 {
  display: flex;
  align-items: center;
}

.detail .ttl-u>h2>span {
  font-size: 3.4rem !important;
  margin-right: 4px;
}

.price-flower {
  width: 25%;
  position: absolute;
  top: -15%;
  left: -10%;
}

.detail .bg-circle--right {
  opacity: .5;
  z-index: -1;
}

.detail-first {
  width: 85%;
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}

.detail-first__inner {
  width: 35%;
  padding-top: 30px;
}

.detail-first__ttl {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 14px;
  margin-bottom: 14px;
  position: relative;
}

.detail-first__ttl::after {
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #fbdfaa 0%, #fbdfaa 50%, #FBD1D7 50%, #FBD1D7 100%);
  border-bottom: 2px solid #eee;
  position: absolute;
  bottom: 0;
  left: 0;
}

.detail-first__ttl>p {
  display: flex;
  align-items: center;
}

.detail-first__ttl>p::before {
  display: block;
  content: '';
  width: 22px;
  height: 22px;
  background: url('../../img/common/icon-flower.svg');
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}

.detail-first__txt {
  font-size: 2rem;
}

.detail-first__txt-sp {
  display: none;
}

.detail-first__img {
  width: 40%;
  background: #fff;
  padding: 30px 80px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: rgba(105, 71, 8, 0.12) 0px 0px 12px;
}

.detail-colWrap__ttl {
  display: flex;
  align-items: center;
  width: 95%;
  margin: 0 auto 40px auto;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0;
}

.detail-colWrap__ttl::before {
  display: block;
  content: '';
  width: 22px;
  height: 22px;
  background: url('../../img/common/icon-flower.svg');
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px;
}


.detail-colWrap__ttl::after {
  display: block;
  content: '';
  height: 4px;
  background: linear-gradient(to right, #fbdfaa 0%, #fbdfaa 50%, #FBD1D7 50%, #FBD1D7 100%);
  border-bottom: 2px solid #eee;
  flex: 1;
  margin-left: 10px;
}

.detail-colWrap {
  width: 95%;
  height: auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  background: #fff;
  box-shadow: rgba(105, 71, 8, 0.12) 0px 0px 12px;
  border-radius: 20px;
  margin: 0 auto 60px auto;
}

.detail-col__ttl {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
  border-radius: 20px 0 0 20px;
}

#support1 .detail-col__ttl {
  background: #fbdfaa;
}

#support2 .detail-col__ttl {
  background: #fbdad1;
}

.detail-col__ttl>h3 {
  font-size: 2.4rem;
}

.detail-col {
  width: 75%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 2.5%;
  box-sizing: border-box;
}

.detail-box {
  width: 46%;
  display: flex;
  padding: 50px 20px 20px 20px;
  border-radius: 20px;
  box-sizing: border-box;
  background: #fdfded;
  position: relative;
}

.detail-box__spacer {
  margin-top: 20px;
}

.detail-arrow {
  width: 1.5%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: blink 3s linear infinite;
}

.detail-box__tab {
  display: inline-block;
  padding: 0 20px;
  font-size: 1.6rem;
  font-weight: bold;
  background: #E6A857;
  color: #fff;
  border-radius: 0 50vh 50vh 0;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
}

.detail-box__eyecatch {
  width: 35%;
  margin-right: 20px;
  position: relative;
}

.detail-box__inner {
  width: 55%;
  line-height: 1.8;
}

.detail-box__inner>dl {
  width: 100%;
}

.detail-box__inner>dl:not(:last-of-type) {
  margin-bottom: 10px;
}

.detail-box__inner>dl>dt {
  font-size: 1.8rem;
  font-weight: 700;
}

.detail-box__inner>dl>dd {
  font-size: 1.6rem;
  display: flex;
}

.detail-box__inner>dl>dd::before {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  background-image: url("../../icon/arrow-r--ora.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 8px;
  margin-right: 3px;
  flex-shrink: 0;
}

.other-col {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.other-col__img {
  width: 160px;
  height: 160px;

}

.other-col__inner {
  width: calc(100% - 200px);
  position: relative;
  padding: 20px 80px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
}

.other-col__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
  border: 12px solid transparent;
  border-right: 18px solid #fff;
}

.other-col__inner>ul {
  font-weight: 500;
  list-style: none;
}

.other-col__inner>ul>li {
  display: flex;
}

.other-col__inner>ul>li::before {
  display: block;
  content: '※';
  margin-right: 5px;
}

.other-col__inner>ul>li>p>span {
  background: #F3DFE6;
  font-weight: 700;
  padding: 2.5px 10px;
  border-radius: 4px;
  margin-right: 3px;
}

/*----------------------------------------------------
  flow
----------------------------------------------------*/

.flow-flower {
  width: 15%;
  position: absolute;
  top: -10%;
  right: -0%;
}

.flow .container {
  width: 85%;
  box-shadow: rgba(105, 71, 8, 0.12) 0px 0 16px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.flow-colWrap {
  width: 100%;
  height: auto;
  position: relative;
}

.txt-sunpopo {
  width: 50%;
  position: absolute;
  top: 90%;
  right: -2.5%;
  opacity: .8;
}

.flow-col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}

.flow-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.flow-box__eyecatch {
  width: 45%;
  height: auto;
  position: relative;
}

.flow-box__eyecatch::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 80%;
}

.flow-box__eyecatch>img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  border-radius: 20px 0 0 20px;
}

.flow-box__eyecatch-tab {
  display: block;
  width: auto;
  padding: 0 14px;
  background: #ffee7d;
  border-radius: 0 50vh 50vh 0;
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: 1;
}

.flow-box__inner {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 2.5%;
  box-sizing: border-box;
  position: relative;
}

.deco-flower {
  width: 35%;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: .2;
}

.flow-box__inner-icon {
  width: 80px;
  margin: 0 auto 14px auto;
}

.flow-box__inner-lead {
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 14px;
  text-align: center;
}

.flow-box__inner-txt {
  margin: 0 auto 20px auto;
  text-align: center;
}

.flow .cta__link {
  width: 65%;
  margin: 0 auto;
}

@media screen and (max-width:1440px) {
  .detail-col__ttl {
    width: 20%;
  }

  .detail-col {
    width: 80%;
  }

  .other-col__inner {
    padding: 20px 40px;
  }
}

@media screen and (max-width:1360px) {

  #support2 .detail-col::after {
    display: block;
    content: '';
    width: 31.5%;
  }

  .detail-box {
    width: 30%;
    flex-direction: column;
    align-items: center;
  }

  .detail-box__eyecatch {
    width: 80%;
    margin: 0 auto 14px auto;
  }

  .detail-box__inner {
    width: 100%;
  }

  .detail-box.detail-box__spacer {
    margin-top: 0;
  }

  .other-col {
    width: 85%;
  }
}

@media screen and (max-width:1280px) {
  .other-col {
    width: 90%;
  }
}

@media screen and (max-width:1024px) {
  .intro-link>a {
    width: 80%;
  }

  /*---flow---*/
  .txt-sunpopo {
    width: 80%;
    top: 100%;
  }

  .detail-first__img {
    padding: 30px 40px;
  }

  /*---price---*/
  .price-flower {
    width: 25%;
    top: -13%;
    left: -7%;
  }

  .price-tableWrap {
    display: none;
  }

  .price-cardWrap {
    display: flex;
  }

  .price .bg-circle--left {
    top: 75%;
    left: -20%;
  }

  /*---detail---*/
  .detail-first__inner {
    width: 50%;
  }

  /*---flow---*/
  .flow-box__eyecatch::after {
    display: none;
  }

  .flow-box__inner {
    padding: 50px 2.5%;
  }

  .flow .cta__link {
    width: 90%;
    height: 100px;
  }
}

@media screen and (max-width:896px) {

  /*---intro---*/
  .intro .container {
    width: 70%;
  }

  .intro-flower {
    display: none;
  }

  .intro-col {
    flex-direction: column;
  }

  .intro-col__imgWrap {
    width: 80%;
    margin-bottom: 40px;
  }

  .intro-col__inner {
    width: 100%;
  }

  .intro-box {
    width: 100%;
    padding: 80px 60px 60px 60px;
  }

  .intro-box__ttl {
    width: 80%;
    padding: 0;
  }

  .intro-box__txt {
    width: 95%;
  }

  .intro-box__deco {
    width: 20%;
    right: -10%;
  }

  .intro-link {
    margin-bottom: 10px;
  }

  .intro-link>a {
    width: 65%;
    margin: 0 auto;
  }

  /*---detail---*/
  .price-flower {
    width: 19%;
    top: -10%;
    left: -5%;
  }

  .detail-col__ttl {
    width: 25%;
  }

  .detail-col {
    width: 75%;
  }

  .detail-box {
    width: 46%;
  }

  .detail-box.detail-box__spacer {
    margin-top: 20px;
  }

  .detail-first {
    width: 100%;
    padding: 0;
  }

  .detail-first__inner {
    width: 55%;
  }

  /*---flow---*/
  .price .bg-circle--left {
    top: 90%;
    left: -20%;
  }

  .flow-box__inner {
    padding: 50px 2.5%;
  }

  .flow .cta__link {
    width: 100%;
  }

  /*---other---*/
  .other-col__inner {
    padding: 20px 40px;
  }
}

@media screen and (max-width:786px) {

  /*---intro---*/
  .intro .container {
    width: 80%;
  }

  .intro-box {
    padding: 60px 60px 40px 60px;
  }

  .intro-box__txt {
    margin-right: auto;
  }

  .intro-box__deco {
    right: -9.5%;
  }

  /*---detail---*/
  .detail-first {
    width: 95%;
  }

  .detail-first__img {
    padding: 20px 30px;
  }

  .detail-first__ttl {
    font-size: 2rem;
  }

  .detail-first__inner {
    padding-top: 20px;
  }


  /*---other---*/
  .other-col__inner {
    padding: 20px 40px;
  }
}

@media screen and (max-width:680px) {

  /*---intro---*/
  .intro .container {
    width: 85%;
  }

  /*---detail---*/
  .detail .container {
    width: 85%;
  }

  .detail-first {
    flex-direction: column;
    background: #fff;
    box-shadow: rgba(105, 71, 8, 0.12) 0px 0px 12px;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 20px;
  }

  .detail-first__inner {
    width: 100%;
    text-align: center;
    padding-top: 0;
    margin-bottom: 20px;
  }

  .detail-first__ttl {
    font-size: 2.4rem;
  }

  .detail-first__txt {
    font-size: 1.8rem;
  }

  .detail-first__txt-pc {
    display: none;
  }

  .detail-first__txt-sp {
    display: inline;
  }

  .detail-first__img {
    width: 100%;
    background: none;
    padding: 0;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: none;
  }

  .detail-colWrap {
    flex-direction: column;
  }

  .detail-col__ttl {
    width: 100%;
    padding: 20px 0;
    border-radius: 20px;
  }

  .detail-col {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
  }

  .detail-box {
    width: 70%;
  }

  .detail-box.detail-box__spacer {
    margin-top: 0;
  }

  .detail-arrow {
    width: 20px;
    transform: rotate(90deg);
    margin: 14px auto;
  }

  .other-col {
    flex-direction: column;
    align-items: center;
  }

  .other-col__img {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
  }

  .other-col__inner {
    width: 100%;
    padding: 20px;
  }

  .other-col__inner::before {
    content: "";
    position: absolute;
    top: -29px;
    left: 50%;
    transform: translate(-50%, 0);
    border: 15px solid transparent;
    border-bottom: 15px solid #fff;
  }

  .price-flower {
    width: 20%;
    top: -4%;
    left: -10%;
    z-index: 4;
  }

  /*---flow---*/
  .flow .container {
    width: 85%;
  }

  .deco-flower {
    right: -20px;
  }

  .flow-box {
    flex-direction: column;
    padding: 80px 60px;
    box-sizing: border-box;
  }

  .flow-box__eyecatch {
    width: 100%;
    margin: 0 auto;

  }

  .flow-box__eyecatch::after {
    display: block;
    padding-top: 80%;
  }

  .flow-box__eyecatch>img {
    border-radius: 20px;
  }

  .flow-box__inner {
    width: 100%;
    padding-bottom: 0;
  }
}

@media screen and (max-width:480px) {
  .cta__link {
    width: 100%;
    height: 90px;
  }

  .cta__link>a>img {
    width: 40px;
    margin-right: 10px;
  }

  .cta__lead {
    margin-bottom: 8px;
  }

  /*---intro---*/
  .bg-circle--right {
    top: -5%;
  }

  .intro-col__imgWrap {
    width: 90%;
  }

  .intro-col__ttl {
    margin-bottom: 14px;
  }

  .intr-col__ttl-img {
    width: 68px;
  }

  .intr-col__ttl-inner {
    width: calc(100% - 80px);
  }

  .intr-col__ttl-inner>h3 {
    font-size: 1.8rem;
  }

  .intro-col__inner-txt>p {
    font-size: 1.4rem;
  }

  .intro-col__inner-txt>p:not(:last-of-type) {
    margin-bottom: 14px;
  }

  .intro-col__inner-txt {
    margin-bottom: 14px;
  }

  .intro-col__inner-box>dl>dt {
    width: 68px;
    border-radius: 4px;
    padding: 0;
    text-align: center;
  }

  .intro-col__inner-box>dl>dd {
    width: calc(100% - 84px);
    padding: 0;
  }

  .intro-link>a {
    width: 100%;
    height: 68px;
    font-size: 1.6rem;
  }

  .intro-linkWrap__attention {
    padding-left: 0;
    text-align: left;
    line-height: 1.6;
  }

  .intro-box {
    padding: 40px 20px 30px 20px;
    border-radius: 10px;
  }

  .intro-box__ttl {
    width: 90%;
  }

  .intro-box__ttl>h3 {
    font-size: 1.4rem;
  }

  .intro-box__list>ul>li>p {
    line-height: 1.6;
  }

  .intro-box__txt {
    width: 92.5%;
    font-size: 1.2rem;
    margin-left: auto;
    margin-right: initial;
  }

  .intro-box__txt>p {
    font-size: 1.2rem;
  }

  .intro-col__inner-box>dl>dd {
    line-height: 1.6;
    padding: 10px 0;
  }

  .intro-box__deco {
    right: initial;
    left: -7.5%;
  }

  /*---detail---*/
  .detail {
    width: calc(100% - 10px);
  }

  .detail .container {
    width: 90%;
  }

  .detail .ttl-u>h2>span {
    font-size: 2.2rem !important;
    margin-right: 2px;
  }

  .detail-colWrap {
    margin-bottom: 40px;
  }

  .detail-col {
    padding: 30px 0;
  }

  .detail-col__ttl {
    padding: 10px 0;
  }

  .detail-col__ttl>h3 {
    font-size: 2rem;
  }

  .detail-box {
    width: 80%;
  }

  .detail-box__eyecatch {
    margin-bottom: 0;
  }

  .detail-box__inner>dl>dt {
    font-size: 1.6rem;
  }

  .detail-box__inner>dl>dd {
    font-size: 1.4rem;
  }

  .detail-box__inner>dl>dd::before {
    width: 12px;
    height: 12px;
    margin-top: 6px;
  }

  .detail-arrow {
    width: 14px;
    margin: 10px auto;
  }

  .detail-first {
    padding: 20px;
  }

  .detail-first__ttl,
  .detail-colWrap__ttl {
    font-size: 1.8rem;
  }

  .detail-first__ttl>p {
    justify-content: center;
  }

  .detail-first__ttl>p::before,
  .detail-colWrap__ttl::before {
    width: 14px;
    height: 14px;
  }

  .detail-first__img {
    width: 70%;
    margin: 0 auto;
  }

  .detail-first__txt {
    font-size: 1.4rem;
  }

  .detail-colWrap__ttl {
    margin-bottom: 20px;
  }

  .price-flower {
    width: 23%;
    top: -3.5%;
    left: -7%;
  }

  .other-col__img {
    width: 90px;
    height: 90px;
  }

  .other-col__inner {
    width: 100%;
    padding: 20px;
  }

  .other-col__inner>ul {
    font-size: 1.3rem;
  }

  .other-col__inner>ul>li {
    line-height: 1.6;
  }

  .other-col__inner>ul>li:not(:last-of-type) {
    margin-bottom: 8px;
  }

  .detail .bg-circle--left {
    width: 80%;
    top: 95%;
    left: -30%;
  }

  /*---flow---*/
  .flow-flower {
    width: 22.5%;
    position: absolute;
    top: -3%;
    right: -3%;
  }

  .deco-flower {
    top: 10px;
    right: -10px;
  }

  .flow-col {
    flex-direction: column;
  }

  .flow-box {
    width: 100%;
    background: rgba(255, 255, 255, .8);
    padding: 30px 20px 40px 20px;
  }

  .flow-box__eyecatch>img {
    border-radius: 10px;
  }

  .flow-box__eyecatch-tab {
    top: 75%;
  }

  .flow-box__inner {
    padding: 20px 0 0 0;
  }

  .flow-box__inner-icon {
    width: 60px;
    margin-bottom: 10px;
  }

  .flow-box__inner-txt>p>br {
    display: none;
  }

  .flow .cta__link {
    height: 80px;
  }

  .txt-sunpopo {
    width: 90%;
    right: -9%;
    top: 96.5%;
  }
}