@charset "UTF-8";

/*----------------------------------------------------
  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;
  margin-bottom: 104px;
}

.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;
}

.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-box {
  width: 100%;
  padding: 80px;
  background: #f9f6f0;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  box-shadow: rgba(105, 71, 8, 0.12) 0px 6px 12px;
}

.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: 2.6rem
}

.intro-box__list {
  width: auto;
  margin-bottom: 30px;
}

.intro-box__list>ul {
  width: auto;
  font-size: 2.2rem;
  font-weight: 700;
  list-style: none;
}

.intro-box__list>ul>li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}

.intro-box__list>ul>li::before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background: url('../img/common/icon-check--grn.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.intro-box__list>ul>li:not(:last-of-type) {
  margin-bottom: 20px;
}

.intro-box__list>ul>li>span {
  font-size: 1.6rem;
  margin: 0 3px;
}

.intro-box__txt {
  font-weight: 500;
  line-height: 1.6;
}

.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: 16px;
  margin-left: 5px;
}

.intro-linkWrap__attention {
  font-size: 1.4rem;
  padding-left: 10px;
  box-sizing: border-box;
}

/*----------------------------------------------------
  flow
----------------------------------------------------*/
.flow {
  padding-top: 0 !important;
}

.flow::before {
  display: block;
  content: '';
  width: 100%;
  height: 55%;
  position: absolute;
  top: 45%;
  left: 0;
  background: linear-gradient(45deg, #FBF2E7, #FBF2E7);
}

.flow::after {
  display: block;
  content: '';
  width: 100%;
  height: 55%;
  position: absolute;
  top: 45%;
  left: 0;
  background: url('../img/common/bg-noise.png');
  background-repeat: repeat;
  mix-blend-mode: multiply;
  opacity: .5;
}

.flow .container {
  width: 95%;
  max-width: 1440px;
  position: relative;
  z-index: 1;
}

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

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

.flow-col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flow-box {
  width: 22%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.flow-col__arrow {
  display: block;
  width: 1.5%;
  height: auto;
  animation: blink 3s linear infinite;
  margin-top: 7.5%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.flow-col__arrow2 {
  animation-delay: 1s;
}

.flow-col__arrow3 {
  animation-delay: 2s;
}

.flow-box__eyecatch {
  width: 100%;
  height: auto;
  margin-bottom: 14px;
  position: relative;
}

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

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

.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: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  box-sizing: border-box;
  flex: 1;
}

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

.flow-box__inner-txt {
  font-size: 1.4rem;
}

.flow-box__inner-list {
  margin: 10px auto 0 auto;
  width: 95%;
}

.flow-box__inner-list>dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.4rem;
}

.flow-box__inner-list>dl>dt {
  width: 55%;
  padding: 2.5px 14px;
  box-sizing: border-box;
  font-weight: 500;
  background: #F4B860;
  color: #fff;
  box-sizing: border-box;
}

.flow-box__inner-list>dl>dt:first-of-type {
  border-radius: 6px 0 0 0;
  border-bottom: 1px solid #FDF1DA;
}

.flow-box__inner-list>dl>dt:last-of-type {
  border-radius: 0 0 0 6px;
}

.flow-box__inner-list>dl>dd {
  width: 45%;
  padding: 2.5px 14px;
  box-sizing: border-box;
  background: #fff;
}

.flow-box__inner-list>dl>dd:first-of-type {
  border-radius: 0 6px 0 0;
  border-bottom: 1px solid #FDF1DA;
}

.flow-box__inner-list>dl>dd:last-of-type {
  border-radius: 0 0 6px 0;
}

/*----------------------------------------------------
  price
----------------------------------------------------*/
.price .container {
  max-width: 1280px;
}

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

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

.price-lead {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

.price-tableWrap {
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}

#icon {
  display: none;
}

.price-table {
  overflow-x: auto;
  position: relative;
}

table {
  font-weight: 700;
  border-collapse: separate;
  width: 100%;
  min-width: 600px;
}

th,
td {
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}

td:first-child .cell {
  position: relative;
  z-index: 1;
}

.cell {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  position: relative;
}

.cell::after {
  display: block;
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  z-index: -1;
}

/* 左列を固定する */
th:first-child,
td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}

thead th {
  font-size: 2.4rem;
}

thead th:first-child {
  z-index: 3;
  background: none;
}

.cell-th--ora::after {
  background: #fbdfaa;
}

.cell-th--grn::after {
  background: #9FC3B3;
}

.price-name {
  font-size: 2.2rem;
  position: relative;
}

.price-name::before {
  content: "";
  position: absolute;
  top: 97%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
}

.price-name--ora::before {
  border-top: 20px solid #fbdfaa;
}

.price-name--grn::before {
  border-top: 20px solid #9FC3B3;
}


.price-name>.cell-th>span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  background: #fff;
  border-radius: 50vh;
  margin-right: 5px;
}

.price-name>.cell-th>span>img {
  width: 22px;
}

tbody td.diagonal-line {
  background-image: linear-gradient(to left bottom, transparent calc(50% - .5px), #ccc calc(50% - .25px), #ccc calc(50% + .25px), transparent calc(50% + .5px), #fff);
  background-repeat: no-repeat;
}

tbody td {
  font-size: 2rem;
}

.cell-td--brw::after {
  background: #ECE6DC;
}

.cell-td--lbrw::after {
  background: #f9f6f0;
}

.cell-td>span {
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 5px;
}

tbody tr:not(:last-of-type) .cell-td>span {
  margin-right: 3px;
}

/*---card spOnly---*/
.price-cardWrap {
  display: none;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 94px;
}

.price-card {
  width: 49%;
  display: flex;
  flex-direction: column;
}

.price-card__ttl {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  min-height: 90px;
  position: relative;
  border-radius: 50vh;
  margin: 0 auto 8px auto;
  z-index: 1;
}

.price-card__ttl--ora {
  background: #fbdfaa;
}

.price-card__ttl--grn {
  background: #9FC3B3;
}

.price-card__ttl::before {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
}

.price-card__ttl--ora::before {
  border-top: 20px solid #fbdfaa;
}

.price-card__ttl--grn::before {
  border-top: 20px solid #9FC3B3;
}

.price-card__ttl>span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50vh;
  margin-right: 8px;
}

.price-card__ttl>span>img {
  width: 60%;
}

.price-card>dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.price-card>dl>dt {
  width: 100%;
  background: #ECE6DC;
  padding: 10px 24px;
  box-sizing: border-box;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  border-radius: 6px;
  margin-bottom: 5px;
}

.price-card>dl>dd {
  width: 100%;
  background: #f9f6f0;
  padding: 10px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  margin-bottom: 5px;
}

.price-card__txt {
  min-height: 152px;
}

/*---price-cta---*/

.price-cta {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price-cta__lead {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1;
}

.price-cta__lead br {
  display: none;
}

.price-cta__lead::before {
  display: block;
  content: '';
  width: 1.5px;
  height: 24px;
  background: #ccc;
  transform: rotate(-30deg);
  margin-right: 20px;
}

.price-cta__lead::after {
  display: block;
  content: '';
  width: 1.5px;
  height: 24px;
  background: #ccc;
  transform: rotate(30deg);
  margin-left: 20px;
}

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

.price-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;
}

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

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

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

  /*---flow---*/
  .flow::before,
  .flow::after {
    height: 75%;
    top: 25%;
  }

  .flow .container {
    width: 85%;
  }

  .flow-col {
    justify-content: space-between;
  }

  .flow-col::after {
    display: block;
    content: '';
    width: 2.5%;
  }

  .flow-box {
    width: 45%;
  }

  .flow-box:nth-of-type(n+3) {
    margin-top: 40px;
  }

  .flow-col__arrow {
    width: 2.5%;
    margin-top: 15%;
  }

  .txt-sunpopo {
    width: 80%;
    right: -9%;
    top: 100%;
  }

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

@media screen and (max-width:896px) {
  .intro-link {
    margin-bottom: 10px;
  }

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

  .intro-linkWrap__attention {
    text-align: center;
  }

  /*---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 {
    padding: 80px 60px 60px 60px;
  }

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

  .intro-box__deco {
    width: 25%;
    right: -17.5%;
  }
}

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

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

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

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

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

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

  .cell {
    padding: 0 20px;
  }

  td:first-child .cell {
    background-color: #fff;
    position: relative;
    z-index: 1;
  }

  .price-table {
    width: 100vw;
  }

  .price-table>table {
    margin-bottom: 30px;
  }

  th:first-child,
  td:first-child {
    min-width: 130px;
  }

  thead th:first-child {
    background: #fff;
  }

  .diagonal-line {
    position: relative;
  }

  .diagonal-line::after {
    display: block;
    content: '';
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
  }

  #icon {
    display: block;
    width: calc(100% - 90px);
    height: calc(100% - 120px);
    padding: 20px 0;
    position: absolute;
    top: 124px;
    left: 134px;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    z-index: 3;
    opacity: 1;
    transition: opacity 0.6s ease;
    pointer-events: auto;
    border-radius: 8px;
  }

  #icon.is-hidden {
    opacity: 0;
    pointer-events: none;
  }

  .icon-inner {
    display: flex;
    align-items: center;
    min-width: 100%;
    width: auto;
    height: auto;
    padding: 5% 10%;
    box-sizing: border-box;
    z-index: 2;
  }

  .swipe-icon {
    animation: hand-move 2s ease-out infinite;
  }

  .swipe-icon {
    overflow: visible;
    width: calc(36px * 1.2);
    height: calc(48px * 1.2);
  }

  .icon-inner-text {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    font-size: 1.6rem;
    animation: hand-opacity 2s ease-out infinite;
    margin-left: 8px;
  }

  .icon-inner-text-s {
    font-size: 1rem !important;
  }

  .price-flower {
    z-index: 4;
  }

  @keyframes hand-move {
    0% {
      transform: translateX(0);
    }

    50% {
      transform: translateX(-0.5em);
    }

    100% {
      transform: translateX(0);
    }
  }

  @keyframes hand-opacity {
    0% {
      opacity: 1;
    }

    50% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }

  }

  .price-tableWrap {
    display: none;
  }

  .price-cardWrap {
    display: flex;
    flex-direction: column;
  }

  .price-card {
    width: 100%;
  }

  .price-card:not(:last-of-type) {
    margin-bottom: 60px;
  }

  .price-card__txt {
    min-height: initial;
  }

  .price-card>dl>dd {
    font-size: 2rem;
  }

}

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

  /*---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 {
    margin-bottom: 74px;
  }

  .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: 50px 20px 30px 20px;
    border-radius: 10px;
  }

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

  .intro-box__list>ul {
    font-size: 1.4rem;
  }

  .intro-box__list>ul>li::before {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .intro-box__list>ul>li {
    padding-bottom: 14px;
  }

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

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

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

  /*---flow---*/
  .flow::before,
  .flow::after {
    height: 87.5%;
    top: 12.5%;
  }

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

  .flow-box {
    width: 100%;
    background: rgba(255, 255, 255, .8);
    border-radius: 10px;
  }

  .flow-box:nth-of-type(n+3) {
    margin-top: 0;
  }

  .flow-col__arrow {
    width: 20px;
    margin: 10px auto;
    transform: rotate(90deg);
  }

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

  .flow-box__eyecatch::after {
    padding-top: 65%;
  }

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

  .flow-box__inner {
    padding: 14px 20px 24px 20px;
  }

  .flow-box__inner-lead {
    border-bottom: 1px solid #ECE6DC;
    padding-bottom: 5px;
  }

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

  /*---price---*/

  .price-lead {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }

  .price-flower {
    width: 30%;
    top: -13%;
    left: -12%;
  }

  .price-cardWrap {
    margin-bottom: 60px;
  }

  .price-card__ttl {
    width: 95%;
    font-size: 2rem;
    min-height: 70px;
  }

  .price-card__ttl>span {
    width: 32px;
    height: 32px;
  }

  .price-card>dl>dt {
    font-size: 1.6rem;
  }

  .price-card>dl>dd {
    font-size: 1.4rem;
  }

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

  .price-cta__lead {
    margin-bottom: 8px;
    text-align: center;
    line-height: 1.8;
  }

  .price-cta__lead::before {
    height: 48px;
  }

  .price-cta__lead::after {
    height: 48px;
  }

  .price-cta__lead br {
    display: block;
  }

}