@charset "UTF-8";
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

body {
  color: #1A1A1A;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

* {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

img {
  margin: 0 auto;
}

ul,
li {
  list-style: none;
  padding: 0;
}

.container {
  padding-left: 4.3%;
  padding-right: 4.3%;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.wrapper {
  background-color: #FAF8ED;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  padding: 80px 0;
}
.section__title {
  color: #1A1A1A;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 3rem;
  position: relative;
  z-index: 10;
}
.section__title span {
  color: #1A1A1A;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  font-size: 32px;
}
.section__title::before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/pink_brush.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: block;
  height: 71px;
  width: 164px;
  z-index: -1;
}
.section p {
  margin-bottom: 1rem;
}

.white-bg {
  background-color: #f9f9f9;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: initial;
}

.information-bar {
  background: rgb(225, 142, 160);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  color: #fff;
  padding: 4px 0;
  text-align: center;
}
.information-bar span {
  font-size: 1.2rem;
  font-weight: bold;
}

.kv {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 8.5rem;
}
.kv::before {
  content: "";
  background-image: url(../images/petal02.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.26;
  position: absolute;
  top: 528px;
  left: 20px;
  transform: rotate(45deg);
  width: 46px;
}
.kv::after {
  content: "";
  background-image: url(../images/crown.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 85px;
  opacity: 1;
  position: absolute;
  right: 14px;
  top: 18px;
  transform: rotate(349deg);
  width: 75px;
}
.kv .kv-video .kv-img {
  background-image: url("../images/fv.png");
  background-size: 116%;
  background-position: 0% 45%;
  width: 100%;
  height: 62vh;
  border-radius: 30px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 100%;
     object-position: 100% 100%;
}
.kv .kv-message {
  line-height: 36px;
  position: relative;
  bottom: -4rem;
  font-weight: 900;
  font-size: 20px;
}
.kv .kv-message p {
  display: inline;
  margin-bottom: 1rem;
  padding: 8px 4.3%;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
}
.kv .kv-message p:first-of-type {
  bottom: 0rem;
}
.kv .kv-message p:nth-of-type(2) {
  bottom: -2rem;
}
.kv .kv-message p:nth-of-type(3) {
  bottom: -4rem;
}
.kv .kv-message p:nth-of-type(4) {
  bottom: -6rem;
}
.kv .kv-message::before {
  content: none;
  display: none;
  background-image: url(../images/whats-kutoon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 130px;
  padding-top: 7%;
  margin: 0 auto;
}

.cta-box {
  position: relative;
}
.cta-box:first-of-type {
  padding-top: 30px;
}
.cta-box .pink-stripe img {
  border-radius: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  border: 5px solid pink;
}
.cta-box a {
  background: rgb(106, 199, 240);
  background: linear-gradient(96deg, rgba(106, 199, 240, 0.94) 0%, rgba(66, 163, 204, 0.95) 21%, rgb(54, 172, 222) 51%, rgba(90, 193, 238, 0.93) 67%, rgba(14, 142, 196, 0.93) 100%);
  border-radius: 28px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16);
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  padding: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16%;
  text-align: center;
  width: 60%;
  max-width: 1024px;
  margin: 0 auto 20px;
  animation: poyoyon3 2.5s infinite;
  opacity: 1;
}

@keyframes poyoyon3 {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}
.about {
  position: relative;
}
.about .section__title::before {
  top: -14px;
}
.about::before {
  content: "";
  background-image: url(../images/petal02.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.26;
  position: absolute;
  right: 120px;
  top: -33px;
  transform: rotate(45deg);
  width: 46px;
}
.about .section__title {
  margin-bottom: 1rem;
}

.shoes {
  position: relative;
}
.shoes::before {
  content: "";
  background-image: url(../images/pink_shoe.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.18;
  position: absolute;
  right: 48px;
  top: -20px;
  transform: rotate(339deg);
  width: 46px;
}
.shoes::after {
  content: "";
  background-image: url(../images/petal02.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.26;
  position: absolute;
  bottom: 12px;
  left: 79px;
  transform: rotate(45deg);
  width: 46px;
}
.shoes .swiper-shoes {
  padding-left: 4.3vw;
  padding-right: 4.3vw;
  margin-bottom: 2rem;
  max-width: 1024px;
  width: 100%;
}
.shoes .swiper-shoes .swiper-wrapper {
  flex-direction: row;
  padding-bottom: 4.2rem;
}
.shoes .swiper-shoes .swiper-slide {
  padding: 10px 0;
  margin-top: 0 !important;
}
.shoes .swiper-shoes .swiper-slide img {
  border-radius: 41px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
  height: auto;
  width: 100%;
}
.shoes .swiper-shoes .all-shoes-link {
  background-color: #f9f9f9;
  border-radius: 25px;
  bottom: 6px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
  height: 50px;
  top: auto;
  width: auto;
  position: absolute;
  left: 4.3vw;
  display: block;
  line-height: 50px;
  text-align: center;
  padding: 0 1rem;
  z-index: 50;
}
.shoes .swiper-shoes .swiper-button-prev,
.shoes .swiper-shoes .swiper-button-next {
  background-color: #f9f9f9;
  border-radius: 50%;
  bottom: 6px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
  height: 50px;
  top: auto;
  width: 50px;
}
.shoes .swiper-shoes .swiper-button-prev {
  left: auto;
  right: calc(4.3vw + 60px + 1rem);
  background-image: url(../images/left-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 62%;
}
.shoes .swiper-shoes .swiper-button-prev::after {
  content: "";
}
.shoes .swiper-shoes .swiper-button-next {
  left: auto;
  background-image: url(../images/right-arrow.png);
  right: 4.3vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 62%;
}
.shoes .swiper-shoes .swiper-button-next::after {
  content: "";
}

.media {
  padding-bottom: 10px;
  position: relative;
}
.media::after {
  content: "";
  background-image: url(../images/petal02.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.26;
  position: absolute;
  bottom: -8px;
  right: 79px;
  transform: rotate(45deg);
  width: 46px;
}
.media .media-logos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.media .media-logos .media-logo {
  margin-bottom: 2rem;
  width: 22%;
  max-width: 250px;
}

.voices {
  overflow: hidden;
  position: relative;
}
.voices::before {
  content: "";
  background-image: url(../images/petal02.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.26;
  position: absolute;
  bottom: 7px;
  left: 88px;
  transform: rotate(45deg);
  width: 46px;
  z-index: 10;
}
.voices::after {
  content: "";
  background-image: url(../images/pink_shoe.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.18;
  position: absolute;
  right: 14px;
  top: 161px;
  transform: rotate(339deg);
  width: 46px;
  z-index: 10;
}
.voices .swiper-voice {
  padding: 0.5rem 4.3vw;
  width: 100%;
  max-width: 1024px;
}
.voices .swiper-voice .swiper-wrapper .voice {
  background-color: #f9f9f9;
  border-radius: 41px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
  padding: 2rem;
}
.voices .swiper-voice .swiper-wrapper .voice img {
  border-radius: 50%;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
  display: block;
  height: 264px;
  margin: 0 auto 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 264px;
}
.voices .swiper-voice .swiper-wrapper .voice .who {
  margin-bottom: 2rem;
}
.voices .swiper-voice .swiper-button-prev,
.voices .swiper-voice .swiper-button-next {
  background-color: #f9f9f9;
  border-radius: 50%;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
  height: 50px;
  top: 283px;
  width: 50px;
}
.voices .swiper-voice .swiper-button-prev {
  left: 4.3vw;
  background-image: url(../images/left-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 62%;
}
.voices .swiper-voice .swiper-button-prev::after {
  content: "";
}
.voices .swiper-voice .swiper-button-next {
  background-image: url(../images/right-arrow.png);
  right: 4.3vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 62%;
}
.voices .swiper-voice .swiper-button-next::after {
  content: "";
}

.insta {
  position: relative;
}
.insta::after {
  content: "";
  background-image: url(../images/pink_shoe.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.18;
  position: absolute;
  top: 144px;
  right: 70px;
  transform: rotate(339deg);
  width: 46px;
  z-index: 10;
}
.insta .swiper-insta {
  padding: 10px 4.3vw;
  width: 100%;
  max-width: 1024px;
}
.insta .swiper-insta .swiper-slide {
  border-radius: 14px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
}
.insta .swiper-insta .swiper-slide img {
  border-radius: 14px;
}

.problem {
  position: relative;
}
.problem::before {
  content: "";
  background-image: url(../images/petal01.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.26;
  position: absolute;
  top: -20px;
  right: 90px;
  transform: rotate(45deg);
  width: 46px;
}
.problem::after {
  content: "";
  background-image: url(../images/pink_shoe.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.18;
  position: absolute;
  left: 50px;
  bottom: -19px;
  transform: rotate(339deg);
  width: 46px;
}
.problem .section__title {
  color: #1A1A1A;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #282828;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
}
.problem .section__title::before {
  right: 0;
  margin: 0 auto;
}
.problem .problem-image {
  margin: 0 auto 1rem;
  width: 70%;
  max-width: 600px;
}
.problem .problem-image img {
  border-radius: 30px;
}
.problem .problem-list {
  padding-left: 40px;
  max-width: 400px;
  margin: 0 auto;
}
.problem .problem-list .problem-item {
  position: relative;
}
.problem .problem-list .problem-item::before {
  background-image: url(../images/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: 3px;
  bottom: 0;
  height: 1rem;
  width: 1rem;
  z-index: 10;
}

.how-about-rental .section__title {
  color: #1A1A1A;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #282828;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 1rem;
  text-align: center;
}
.how-about-rental .section__title::before {
  right: 0;
  margin: 0 auto;
}
.how-about-rental .how-about-rental-image img {
  border-radius: 30px;
}

.reasons {
  position: relative;
}
.reasons .section__title::before {
  top: -14px;
}
.reasons::before {
  content: "";
  background-image: url(../images/petal02.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.26;
  position: absolute;
  top: 673px;
  right: 92px;
  transform: rotate(45deg);
  width: 46px;
}
.reasons::after {
  content: "";
  background-image: url(../images/pink_shoe.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.18;
  position: absolute;
  left: 67px;
  top: 1234px;
  transform: rotate(339deg);
  width: 46px;
}
.reasons .reason-item {
  position: relative;
  padding-top: 368px;
}
.reasons .reason-item:not(:last-child) {
  margin-bottom: 5rem;
}
.reasons .reason-item .reason-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 344px;
  width: 360px;
}
.reasons .reason-item .reason-image img {
  border-radius: 172px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.reasons .reason-item:first-of-type .reason-image {
  right: -4.3%;
}
.reasons .reason-item:first-of-type .reason-image img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.reasons .reason-item:nth-of-type(2) .reason-image {
  left: -4.3%;
}
.reasons .reason-item:nth-of-type(2) .reason-image img {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.reasons .reason-item:nth-of-type(3) .reason-image {
  right: -4.3%;
}
.reasons .reason-item:nth-of-type(3) .reason-image img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.reasons .reason-item .reason-title {
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 1rem;
}

.but {
  padding: 2rem 0;
  position: relative;
}
.but::before {
  content: "";
  background-image: url(../images/petal02.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.26;
  position: absolute;
  top: -36px;
  right: 118px;
  transform: rotate(45deg);
  width: 46px;
}
.but::after {
  content: "";
  background-image: url(../images/pink_shoe.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.18;
  position: absolute;
  right: 273px;
  top: 378px;
  transform: rotate(339deg);
  width: 46px;
}
.but .but-title {
  background-image: url(../images/but-fukidashi.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 20px;
  font-weight: 500;
  height: 78px;
  line-height: 52px;
  margin: 0 auto;
  text-align: center;
  width: 264px;
}
.but .but-image {
  background-color: #f9f9f9;
  margin-bottom: 3rem;
  position: relative;
}
.but .but-image .but-comment01 {
  position: absolute;
  top: 20%;
  left: 13%;
  transform: rotate(345deg);
}
.but .but-image .but-comment02 {
  position: absolute;
  top: 19%;
  right: 7%;
  transform: rotate(20deg);
}
.but .leave-it-to-me {
  background-image: url(../images/leave-it-to-me-fukidashi.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  font-size: 20px;
  font-weight: 900;
  font-size: 20px;
  font-weight: 900;
  height: 85px;
  justify-content: center;
  line-height: 61px;
  margin: 0 auto;
  text-align: center;
  width: 270px;
}

.commitment {
  padding-top: 40px;
  position: relative;
}
.commitment .section__title {
  margin-bottom: 5rem;
}
.commitment::before {
  content: "";
  background-image: url(../images/petal02.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.26;
  position: absolute;
  top: 53px;
  right: 36px;
  transform: rotate(45deg);
  width: 46px;
}
.commitment::after {
  content: "";
  background-image: url(../images/pink_shoe.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.18;
  position: absolute;
  right: 87px;
  top: 387px;
  transform: rotate(339deg);
  width: 46px;
}
.commitment .commitment-list .commitment-item {
  margin-bottom: 5rem;
  background-color: #fefefe;
  border-radius: 30px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
  line-height: 30px;
  padding: 30px 40px;
  position: relative;
}
.commitment .commitment-list .commitment-item:last-child {
  margin-bottom: 0;
}
.commitment .commitment-list .commitment-item .commitment-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.commitment .commitment-list .commitment-item .commitment-title::before {
  content: "/ 03";
  display: block;
  position: absolute;
  top: -16px;
  left: 96px;
}
.commitment .commitment-list .commitment-item .commitment-title::after {
  content: "01";
  display: block;
  position: absolute;
  top: -23px;
  left: 40px;
  font-size: 40px;
}
.commitment .commitment-list .commitment-item .commitment-image {
  margin-bottom: 1rem;
}
.commitment .commitment-list .commitment-item .commitment-desc {
  margin: 0 auto;
}
.commitment .commitment-list .commitment-item:nth-of-type(1) .commitment-title::after {
  content: "01";
}
.commitment .commitment-list .commitment-item:nth-of-type(1) .commitment-image {
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
}
.commitment .commitment-list .commitment-item:nth-of-type(2) .commitment-title::after {
  content: "02";
}
.commitment .commitment-list .commitment-item:nth-of-type(3) {
  position: relative;
}
.commitment .commitment-list .commitment-item:nth-of-type(3)::before {
  content: "";
  background-image: url(../images/petal02.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.26;
  position: absolute;
  right: 131px;
  top: -60px;
  transform: rotate(45deg);
  width: 46px;
}
.commitment .commitment-list .commitment-item:nth-of-type(3) .commitment-title::after {
  content: "03";
}
.commitment .commitment-list .commitment-item:nth-of-type(3) .commitment-image img {
  width: 300px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.promises {
  position: relative;
}
.promises .section__title::before {
  top: -14px;
}
.promises::before {
  content: "";
  background-image: url(../images/petal02.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.26;
  position: absolute;
  right: 91px;
  top: -8px;
  transform: rotate(45deg);
  width: 46px;
}
.promises::after {
  content: "";
  background-image: url(../images/pink_shoe.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.18;
  position: absolute;
  bottom: -8px;
  left: 211px;
  transform: rotate(339deg);
  width: 46px;
  z-index: 10;
}
.promises .promise-item {
  background-color: #FAF8ED;
  border-radius: 20px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
  padding: 20px 24px;
  margin-bottom: 2rem;
}

.steps {
  position: relative;
}
.steps::before {
  content: "";
  background-image: url(../images/petal02.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.26;
  position: absolute;
  top: 449px;
  right: 53px;
  transform: rotate(45deg);
  width: 46px;
  z-index: 10;
}
.steps::after {
  content: "";
  background-image: url(../images/pink_shoe.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.18;
  position: absolute;
  bottom: 405px;
  left: 59px;
  transform: rotate(339deg);
  width: 46px;
  z-index: 10;
}
.steps .step {
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 29px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
  display: flex;
  padding: 20px;
  position: relative;
}
.steps .step:not(:last-of-type) {
  margin-bottom: 4rem;
}
.steps .step:not(:last-of-type)::after {
  content: "";
  background-image: url(../images/triangle.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 32px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -54px;
}
.steps .step:last-of-type {
  margin-bottom: 1rem;
}
.steps .step .step-image {
  padding-right: 1.7rem;
  flex-basis: 42%;
  flex-shrink: 0;
  max-width: 140px;
}
.steps .step .step-count {
  margin-bottom: 1rem;
}
.steps .step .step-count span {
  font-size: 20px;
}
.steps .step .step-title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 1rem;
}
.steps .step-para {
  text-align: center;
}

.plan {
  position: relative;
}
.plan::before {
  content: "";
  background-image: url(../images/petal02.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.26;
  position: absolute;
  top: -18px;
  right: 55px;
  transform: rotate(45deg);
  width: 46px;
  z-index: 10;
}
.plan::after {
  content: "";
  background-image: url(../images/pink_shoe.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.18;
  position: absolute;
  bottom: 202px;
  right: 109px;
  transform: rotate(339deg);
  width: 46px;
  z-index: 10;
}
.plan .tab-menu .tab-container {
  display: flex;
  font-weight: 900;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.plan .tab-menu .tab-container .tab {
  flex-grow: 1;
  padding: 5px;
  list-style: none;
  text-align: center;
  cursor: pointer;
}
.plan .tab-menu .tab-container .current {
  background-image: url(../images/pink_dot.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.plan .tab-menu .menu-container {
  position: relative;
}
.plan .tab-menu .menu-container .menu-box {
  margin-bottom: 2rem;
  width: 100%;
  position: relative;
  top: 0;
}
.plan .tab-menu .menu-container .menu-box .swiper-plan {
  padding: 10px 4.3vw;
  width: 100%;
  max-width: 1024px;
}
.plan .tab-menu .menu-container .menu-box .swiper-slide {
  align-items: center;
  background-color: #f9f9f9;
  border-radius: 19px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 365px;
  padding: 20px;
}
.plan .tab-menu .menu-container .menu-box .swiper-slide > *:not(:last-child) {
  margin-bottom: 1rem;
}
.plan .tab-menu .menu-container .menu-box .swiper-slide .plan-words {
  background-image: url(../images/plan-fukidashi.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 12px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  width: 135px;
}
.plan .tab-menu .menu-container .menu-box .swiper-slide .plan-title {
  font-size: 18px;
  text-align: center;
}
.plan .tab-menu .menu-container .menu-box .swiper-slide .plan-title span {
  display: block;
}
.plan .tab-menu .menu-container .menu-box .swiper-slide .plan-title span:nth-of-type(2) {
  font-size: 40px;
  font-weight: 900;
  line-height: normal;
}
.plan .tab-menu .menu-container .menu-box .swiper-slide .plan-title span:not(:nth-of-type(3)) {
  margin-bottom: -7px;
}
.plan .tab-menu .menu-container .menu-box .swiper-slide .plan-price {
  font-size: 18px;
}
.plan .tab-menu .menu-container .menu-box .swiper-slide .plan-price span:nth-of-type(1) {
  font-size: 30px;
  margin-right: 10px;
}
.plan .tab-menu .menu-container .menu-box .swiper-slide .plan-price span:nth-of-type(2) {
  font-size: 38px;
  margin-right: 10px;
}
.plan .tab-menu .menu-container .menu-box .swiper-slide .plan-btn {
  background: rgb(225, 142, 160);
  background: linear-gradient(90deg, rgb(225, 142, 160) 0%, rgba(241, 171, 205, 0.89) 23%, rgba(240, 181, 210, 0.93) 51%, rgba(250, 175, 212, 0.89) 72%, rgba(253, 146, 197, 0.93) 100%);
  border-radius: 28px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
  display: block;
  font-size: 18px;
  font-weight: 900;
  height: 56px;
  line-height: 56px;
  text-align: center;
  width: 187px;
}
.plan .tab-menu .menu-container .menu-box .swiper-slide:first-of-type::before {
  background-color: #CCF8FF;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 19px;
  width: 100%;
}
.plan .tab-menu .menu-container .menu-box .swiper-slide:first-of-type .plan-btn {
  background: rgb(106, 199, 240);
  background: linear-gradient(96deg, rgba(214, 242, 255, 0.94) 0%, rgba(192, 234, 252, 0.95) 21%, #cfe9f4 51%, rgba(187, 234, 255, 0.93) 67%, rgba(190, 224, 239, 0.93) 100%);
}
.plan .tab-menu .menu-container .menu-box .swiper-slide:nth-of-type(2) {
  background: rgba(255, 230, 242, 0.7333333333);
}
.plan .tab-menu .menu-container .menu-box .swiper-slide:nth-of-type(2) .ribbon17-wrapper {
  display: block;
  position: relative;
  margin: 15px auto;
  padding: 10px 0;
  width: 300px;
  height: 150px;
  background: #f1f1f1;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
}
.plan .tab-menu .menu-container .menu-box .swiper-slide:nth-of-type(2) .ribbon17-content {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 111px;
  height: 111px;
  overflow: hidden;
}
.plan .tab-menu .menu-container .menu-box .swiper-slide:nth-of-type(2) .ribbon17 {
  display: inline-block;
  position: absolute;
  padding: 7px 0 7px 15px;
  left: -12px;
  top: 18px;
  width: 160px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  background: rgb(225, 142, 160);
  background: linear-gradient(90deg, rgb(225, 142, 160) 0%, rgba(241, 171, 205, 0.89) 23%, rgba(240, 181, 210, 0.93) 51%, rgba(250, 175, 212, 0.89) 72%, rgba(253, 146, 197, 0.93) 100%);
  color: #fff;
  letter-spacing: 0.05em;
  transform: rotate(45deg);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
}
.plan .tab-menu .menu-container .menu-box .swiper-slide:nth-of-type(2) .ribbon17:before,
.plan .tab-menu .menu-container .menu-box .swiper-slide:nth-of-type(2) .ribbon17:after {
  position: absolute;
  content: "";
  border-top: 7px solid #CCB8C1;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  bottom: -7px;
}
.plan .tab-menu .menu-container .menu-box .swiper-slide:nth-of-type(2) .ribbon17:before {
  left: 18px;
}
.plan .tab-menu .menu-container .menu-box .swiper-slide:nth-of-type(2) .ribbon17:after {
  right: 4px;
}
.plan .tab-menu .menu-container .menu-box .swiper-slide:nth-of-type(3)::before {
  background-color: #faf4c7;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 19px;
  width: 100%;
}
.plan .tab-menu .menu-container .menu-box .swiper-slide:nth-of-type(3) .plan-btn {
  background: rgb(244, 238, 197);
  background: linear-gradient(96deg, rgb(244, 238, 197) 0%, rgb(255, 250, 211) 21%, rgb(250, 244, 200) 51%, rgb(252, 245, 193) 67%, rgb(241, 234, 185) 100%);
}

.faqs {
  position: relative;
  /* アコーディオン全体 */
  /* アコーディオン */
  /* アコーディオンのタイトル */
  /* アコーディオンのコンテンツ */
}
.faqs::before {
  content: "";
  background-image: url(../images/petal02.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.26;
  position: absolute;
  top: 10px;
  left: 286px;
  transform: rotate(45deg);
  width: 46px;
  z-index: 10;
}
.faqs::after {
  content: "";
  background-image: url(../images/pink_shoe.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.18;
  position: absolute;
  bottom: 21px;
  left: 75px;
  transform: rotate(339deg);
  width: 46px;
  z-index: 10;
}
.faqs .accordion {
  max-width: 800px;
  margin: 0 auto;
}
.faqs .accordion__item {
  background-color: #f9f9f9;
  border-radius: 24px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  padding: 24px 20px;
  margin-bottom: 2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.faqs .accordion__title {
  position: relative;
  font-size: 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* アイコン */
}
.faqs .accordion__title span {
  content: "";
  background-image: url(../images/downarrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}
.faqs .accordion__title span.is-open {
  transform: rotate(180deg);
}
.faqs .accordion__content {
  padding-top: 24px;
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.faqs .faq-para a {
  text-decoration: underline;
}

.thinking {
  position: relative;
}
.thinking .section__title::before {
  top: -14px;
}
.thinking::before {
  content: "";
  background-image: url(../images/petal02.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.26;
  position: absolute;
  right: 120px;
  top: -8px;
  transform: rotate(45deg);
  width: 46px;
}
.thinking::after {
  content: "";
  background-image: url(../images/pink_shoe.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 45px;
  opacity: 0.18;
  position: absolute;
  bottom: -8px;
  left: 86px;
  transform: rotate(339deg);
  width: 46px;
  z-index: 10;
}
.thinking .taniguchi {
  background-color: #f9f9f9;
  border-radius: 24px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  padding: 2rem 20px;
}
.thinking .taniguchi .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.thinking .taniguchi .youtube iframe {
  width: 100%;
  height: 100%;
}
.thinking .taniguchi p {
  margin-top: 2rem;
}
.thinking .taniguchi .sign {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  margin-top: 0;
}
.thinking .taniguchi .sign img {
  display: block;
}
.thinking .taniguchi .sign img:first-of-type {
  margin-right: 0;
  width: 40%;
}
.thinking .taniguchi .sign img:nth-of-type(2) {
  margin: 0;
  margin-left: 1rem;
  width: 30%;
}

.footer {
  background-color: #f9f9f9;
  padding: 100px 0 120px;
}
.footer-menu {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.footer-menu-list {
  font-size: 14px;
  margin-bottom: 2rem;
  text-align: center;
}
.footer-menu-item:not(:last-of-type) {
  margin-bottom: 1em;
}
.footer-menu .insta-link {
  width: 2rem;
  margin-bottom: 2rem;
}
.footer small {
  display: flex;
  justify-content: center;
}

.cta-btn {
  background: transparent;
  background: linear-gradient(319deg, rgba(255, 255, 255, 0.41) 0%, rgb(255, 255, 255) 100%);
  padding: 20px 4.3%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: block;
}
.cta-btn a {
  background: rgb(106, 199, 240);
  background: linear-gradient(96deg, rgba(106, 199, 240, 0.94) 0%, rgba(66, 163, 204, 0.95) 21%, rgb(54, 172, 222) 51%, rgba(90, 193, 238, 0.93) 67%, rgba(14, 142, 196, 0.93) 100%);
  border-radius: 28px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  padding: 1rem;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.cta-btn a::after {
  content: "";
  background-image: url(../images/icon_shoes.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 36px;
  width: 36px;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.8rem;
}/*# sourceMappingURL=style.css.map */