.lp {
  font-family: 'Noto Sans JP';
}

.lp .top .container {
  width: 100%;
}

.lp .top .container .sp-img {
  display: none;
}

.lp .top .container .pc-img {
  width: 100%;
}

.lp .precious {
  padding: 70px 0;
}

.lp .precious .title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align-last: center;
  color: #99886C;
  margin-bottom: 40px;
}

.lp .precious .title-wrap .title-inner {
  position: relative;
  padding-right: clamp(30px, 12vw, 85px);
}

.lp .precious .title-wrap .sub-title {
  font-size: clamp(17px, 3.5vw, 36px);
  line-height: 1.5;
}

.lp .precious .title-wrap .main-title {
  font-size: clamp(20px, 4vw, 58px);
  line-height: 1;
}

.lp .precious .title-wrap .heart-img {
  position: absolute;
  top: 67%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: clamp(39px, 10vw, 82px);
  height: clamp(31px, 9vw, 64px);
  background-image: url(../img/heart.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.lp .precious .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lp .precious .content .item:first-child {
  width: 28%;
}

.lp .precious .content .item:nth-child(2) {
  width: 44%;
}

.lp .precious .content .item:nth-child(2) .txt {
  margin: 30px 0 51px;
  font-size: clamp(14px, 1.7vw, 18px);
  line-height: 2;
  text-align: center;
}

.lp .precious .content .item:nth-child(3) {
  width: 28%;
}

.lp .precious .content .item:not(:last-child) {
  padding-right: 10px;
}

.lp .precious .content .item > img {
  width: 100%;
}

.lp .what {
  margin-bottom: 140px;
}

.lp .what .title-wrap {
  margin-bottom: 60px;
}

.lp .what .title-wrap .title {
  text-align-last: center;
  color: #99886C;
  font-size: clamp(20px, 4vw, 58px);
  line-height: 1;
}

.lp .what .cakesmash-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 87px;
}

.lp .what .cakesmash-description {
  width: 58.5%;
}

.lp .what .cakesmash-description h4 {
  margin-bottom: min(20px, 2.5vw);
  font-size: clamp(17px, 3.5vw, 36px);
  color: #808080;
}

.lp .what .cakesmash-description p {
  line-height: 2;
  font-size: clamp(14px, 1.7vw, 18px);
}

.lp .what .cakesmash-img-wrap {
  width: 41%;
}

.lp .what .cakesmash-img-wrap img {
  width: 100%;
}

.lp .what .photo-main-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
}

.lp .what .photo-sub-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  margin: 0 auto;
}

.lp .what .photo-sub-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lp .what .photo-sub-item:first-child {
  width: calc(63% - 2.5%);
  margin-right: 5%;
}

.lp .what .photo-sub-item:first-child p {
  margin: 63px 0;
}

.lp .what .photo-sub-item:nth-child(2) {
  width: calc(37% - 2.5px);
}

.lp .what .photo-sub-item:nth-child(2) .txt-wrap {
  position: relative;
  margin-top: 20px;
}

.lp .what .photo-sub-item p {
  font-size: clamp(14px, 1.7vw, 18px);
  line-height: 2;
}

.lp .what .photo-sub-item .circle-img {
  position: absolute;
  bottom: 0;
  right: 7px;
  width: 40%;
}

.lp .photo-item .title-ribbon {
  margin-bottom: 20px;
}

.lp .photo-item .description {
  text-align: center;
  font-size: clamp(14px, 1.7vw, 18px);
  line-height: 2;
}

.lp .photo-item .container {
  padding: 50px 0;
  background-color: #F8F8F5;
}

.lp .photo-item .container .inner {
  width: 530px;
  margin: 0 auto;
}

.lp .photo-item .container .inner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-height: unset;
}

.lp .photo-item .container .inner .item {
  width: calc(50% - 7.5px);
  margin-bottom: 15px;
}

.lp .photo-item .container .inner .item img {
  width: 100%;
}

.lp .photo-item .container .inner .item:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.lp .photo-item .container .inner .item:not(:nth-child(2n)) {
  margin-right: 15px;
}

.lp .photo-item .container .supplement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp .photo-item .container .supplement .txt {
  font-size: clamp(14px, 1.7vw, 18px);
  line-height: 2;
}

.lp .photo-item .container .supplement .img-wrap {
  width: 150px;
  height: 150px;
}

.lp .photo-item .container .supplement .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lp .what-cake {
  margin-bottom: min(8vw, 100px);
}

.lp .what-cake .container {
  width: 100%;
  background-size: contain;
  background-image: url(../img/frame-what-cake.png);
}

.lp .what-cake .container > .inner {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: clamp(20px, 8vw, 70px);
  padding-bottom: clamp(20px, 11vw, 120px);
}

.lp .what-cake .container .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp .what-cake .container .title .title-inner {
  display: inline-block;
  height: 60px;
  margin-bottom: 30px;
  background-image: url(../img/line-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.lp .what-cake .container .title h3 {
  text-align: center;
  font-size: clamp(15px, 3.5vw, 36px);
  color: #808080;
}

.lp .what-cake .request {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.lp .what-cake .request .text-wrap {
  width: 55%;
}

.lp .what-cake .request .text-wrap .txt {
  font-size: clamp(14px, 1.7vw, 18px);
  line-height: 2;
}

.lp .what-cake .request .img-wrap {
  width: min(292px, 30vw);
  height: min(292px, 30vw);
}

.lp .what-cake .request .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lp .what-cake .point .title-blue-ribbon {
  margin-bottom: 20px;
}

.lp .what-cake .point .title-blue-ribbon h4 {
  font-size: clamp(14px, 1.7vw, 18px);
}

.lp .what-cake .point p {
  font-size: clamp(14px, 1.7vw, 18px);
  line-height: 2;
}

.lp .what-cake .point p:nth-child(2) {
  margin-bottom: min(4.5vw, 40px);
}

.lp .what-cake .point p:nth-child(3) {
  margin-bottom: min(5vw, 60px);
}

.lp .flow {
  margin-bottom: 130px;
}

.lp .flow .title-ribbon {
  margin-bottom: 30px;
}

.lp .flow .container .step-item {
  margin-bottom: 35px;
}

.lp .flow .container .step-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  background-image: url(../img/line-twist.png);
  background-repeat: no-repeat;
  background-position: 50%;
}

.lp .flow .container .step-box {
  display: inline-block;
  padding: 3px 20px;
  color: #fff;
  font-size: clamp(16px, 2vw, 20px);
  background-color: #6E552D;
}

.lp .flow .container .step-txt {
  color: #6E552D;
  text-align: center;
  font-size: clamp(20px, 3vw, 30px);
}

.lp .flow .container .step-txt--mini {
  font-size: clamp(14px, 1.7vw, 18px);
}

.lp .question .question-item {
  position: relative;
  padding-top: clamp(20px, 3vw, 50px);
  padding-bottom: clamp(20px, 3vw, 50px);
  background-image: url(../img/line-separation.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 50% bottom 0%;
}

.lp .question .question-item .question {
  position: relative;
  color: #8A7924;
  padding-left: clamp(20px, 4vw, 33px);
  font-size: clamp(17px, 2.5vw, 24px);
  margin-bottom: 10px;
}

.lp .question .question-item .question::after {
  position: absolute;
  top: 0.1em;
  left: 0;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
  content: 'Q.';
  font-size: clamp(18px, 2.5vw, 24px);
}

.lp .question .question-item .answer {
  font-size: clamp(14px, 1.7vw, 18px);
}

.lp .question .question-item .circle {
  position: absolute;
  top: 9%;
  right: 0;
  height: 147px;
  width: 20%;
}

.lp .question .question-item .circle--warm {
  background-image: url(../img/circle-yellow-red.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

.lp .plan .container {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  background-size: contain;
  background-image: url(../img/frame-plan.png);
}

.lp .plan .container > .inner {
  padding: 60px 60px 40px;
}

.lp .plan .container > .inner .title {
  font-size: clamp(24px, 4vw, 32px);
  text-align: center;
  margin-bottom: 40px;
}

.lp .plan .container > .inner .price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  line-height: 2;
}

.lp .plan .container > .inner .price-wrap .store-limited {
  font-size: clamp(17px, 2vw, 22px);
}

.lp .plan .container > .inner .price-wrap .price {
  font-size: clamp(20px, 3vw, 30px);
}

.lp .plan .container > .inner .price-wrap .price-mini {
  font-size: clamp(14px, 1.7vw, 18px);
}

.lp .plan .container > .inner .description-wrap {
  padding: 0 100px;
  margin-bottom: 70px;
}

.lp .plan .container > .inner .description-wrap .txt {
  font-size: clamp(16px, 2vw, 20px);
}

.lp .plan .container > .inner .description-wrap .txt:first-child {
  margin-bottom: 40px;
}

.lp .plan .container > .inner .attention-wrap .txt {
  font-size: clamp(14px, 1.7vw, 18px);
  line-height: 2.5;
}

.lp .plan .container .bg-flag-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
}

.lp .plan .container .bg-flag-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
}

.lp .title-ribbon {
  width: clamp(0px, 77vw, 502px);
  height: clamp(0px, 15vw, 101px);
  margin: 0 auto;
}

.lp .title-blue-ribbon {
  position: relative;
  width: 254px;
  height: 40px;
  background-image: url(../img/blue-ribbon.png);
  background-size: contain;
}

.lp .title-blue-ribbon h4 {
  color: #fff;
  text-align: center;
  padding-top: 1px;
}

.lp .w860 {
  max-width: 860px;
  width: 91.6666%;
}

@media screen and (max-width: 767px) {
  .lp {
    font-family: 'Noto Sans JP';
  }
  .lp .top .container .sp-img {
    display: none;
  }
  .lp .top .container .pc-img {
    width: 100%;
  }
  .lp .precious {
    padding: 30px 0;
  }
  .lp .precious .title-wrap {
    margin-bottom: 25px;
  }
  .lp .precious .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .lp .precious .content .item:first-child {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .lp .precious .content .item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  .lp .precious .content .item:nth-child(2) .txt {
    margin: 20px 0;
  }
  .lp .precious .content .item:nth-child(3) {
    width: 50%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .lp .what {
    margin-bottom: 50px;
  }
  .lp .what .title-wrap {
    margin-bottom: 25px;
  }
  .lp .what .cakesmash-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
  .lp .what .cakesmash-description {
    width: 100%;
    text-align: center;
  }
  .lp .what .cakesmash-description h4 {
    text-align: center;
  }
  .lp .what .photo-main-wrap {
    margin-bottom: 0;
  }
  .lp .what .photo-sub-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .lp .what .photo-sub-item:first-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .lp .what .photo-sub-item:first-child p {
    margin: 20px 0;
    text-align: center;
  }
  .lp .what .photo-sub-item:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .lp .what .photo-sub-item:nth-child(2) .txt-wrap {
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .lp .what .photo-sub-item:nth-child(2) .img-wrap {
    width: 40%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .lp .photo-item {
    margin-bottom: 40px;
  }
  .lp .photo-item .container .inner {
    width: 92%;
  }
  .lp .what-cake .container > .inner {
    padding: 52px 24px;
  }
  .lp .what-cake .container .title .title-inner {
    height: 42px;
  }
  .lp .what-cake .request {
    margin-bottom: 30px;
  }
  .lp .what-cake .point .title-blue-ribbon {
    margin: 0 auto 20px;
  }
  .lp .flow {
    margin-bottom: 60px;
  }
  .lp .flow .title-ribbon {
    margin-bottom: 10px;
  }
  .lp .plan .container > .inner {
    padding: 40px 15px 40px;
  }
  .lp .plan .container > .inner .title {
    margin-bottom: 20px;
  }
  .lp .plan .container > .inner .price-wrap {
    margin-bottom: 40px;
  }
  .lp .plan .container > .inner .description-wrap {
    padding: 0;
    margin-bottom: 50px;
  }
}
/*# sourceMappingURL=lp.css.map */