/*COMMON
==============================*/
html {
  font-size: 62.5%;
}

body {
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

section {
  padding: 90px 0;
}

.wrapper {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 30px;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

p {
  line-height: 1.8;
}

.section-title {
  display: inline;
  text-align: center;
}
.section-title .en {
  background-image: url("../images/texture-g81fedf3ec_1280.jpg");
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'Comfortaa', cursive;
  font-weight: 600;
  font-size: 5rem;
  line-height: 1.2;
}
.section-title .jp {
  background-image: url("../images/texture-g81fedf3ec_1280.jpg");
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2rem;
}

.section-subtitle {
  position: relative;
  display: inline-block;
  margin: 0 auto 15px;
  color: #67D1CB;
  font-family: 'Comfortaa', cursive;
  font-size: 3rem;
}
.section-subtitle::before, .section-subtitle::after {
  position: absolute;
  top: 20px;
  content: '';
  width: 50px;
  height: 1px;
  background-color: #67D1CB;
}
.section-subtitle::before {
  left: -70px;
}
.section-subtitle::after {
  right: -70px;
}

.btn.main {
  display: block;
  width: 485px;
  line-height: 80px;
  margin: 0 auto;
  color: #ffffff;
  background-color: #FF9326;
  border-radius: 40px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 3rem;
  text-align: center;
  box-shadow: 1px 7px 0 #C0701F;
  transition: .5s;
}
.btn.main::after {
  content: '\f35a';
  margin-left: 50px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.btn.main:hover {
  box-shadow: 1px 2px 0 #C0701F;
  transform: translateY(7px);
}
.btn.main:active {
  color: #FF9326;
  background-color: #FFF9F3;
  border: 2px solid #FF9326;
}

.icon {
  width: 80px;
  height: 80px;
  padding: 15px 0;
  background-color: #FFF9F3;
  color: #FF9326;
  border: 2px solid #FF9326;
  font-size: 2rem;
  border-radius: 50%;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 1.5px;
}
.icon:last-of-type {
  padding: 18px 0;
  font-size: 1.6rem;
}

/*HEADER
==============================*/
.header {
  position: fixed;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border-bottom: 5px solid #67D1CB;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  z-index: 5;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 15px 30px;
}
.header-inner .logo {
  width: 250px;
}
.header-inner .logo a {
  display: block;
}
.header-inner .btn-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-inner .btn-wrapper .btn {
  width: 180px;
  border-radius: 5px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
  line-height: 40px;
}
.header-inner .btn-wrapper .btn a {
  display: block;
}
.header-inner .btn-wrapper .btn.first {
  background-color: #FFF9F3;
  color: #FF9326;
  border: 2px solid #FF9326;
}
.header-inner .btn-wrapper .btn.second {
  margin-left: 30px;
  background-color: #FF9326;
  color: #ffffff;
  border: 2px solid #FF9326;
}

/*HERO
==============================*/
.hero {
  width: 100%;
  height: 100vh;
  background: url("../images/23229219_m.jpg") no-repeat center top/cover;
}
.hero .product-name {
  margin-bottom: 40px;
  padding: 120px 0 0;
  color: #67D1CB;
  font-family: 'Comfortaa', cursive, 'M PLUS Rounded 1c', sans-serif;
  font-size: 5rem;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}
.hero .copy {
  color: #67D1CB;
  font-family: 'Comfortaa', cursive, 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 3px;
}

/*FEATURE
==============================*/
.feature-list {
  display: flex;
  justify-content: space-between;
  margin: 80px 0;
}
.feature-list .feature-item {
  width: 30%;
}
.feature-list .feature-item .title {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  line-height: 200px;
  color: #248A91;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2.4rem;
  text-align: center;
}
.feature-list .feature-item .title::before, .feature-list .feature-item .title::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #248A91;
  border-radius: 120px 150px 130px 180px;
  opacity: .5;
  z-index: -1;
}
.feature-list .feature-item .title::after {
  background-color: #F5FEFF;
  border-radius: 190px 110px 200px 100px;
  opacity: .7;
}
.feature-list .feature-item:nth-of-type(2) .title {
  color: #869124;
}
.feature-list .feature-item:nth-of-type(2) .title::before {
  background-color: #869124;
}
.feature-list .feature-item:nth-of-type(2) .title::after {
  background-color: #FEFFF2;
}
.feature-list .feature-item:nth-of-type(3) .title {
  color: #2E7510;
}
.feature-list .feature-item:nth-of-type(3) .title::before {
  background-color: #2E7510;
}
.feature-list .feature-item:nth-of-type(3) .title::after {
  background-color: #F7FFF2;
}
.feature-list .feature-item .text {
  padding: 0 10px;
}

/*SERIES
==============================*/
.series {
  background: url("../images/milad-fakurian-UqP7U400AZs-unsplash.jpg") no-repeat center/cover;
}

.bg-series {
  margin-top: 80px;
  padding: 80px 20px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50px;
}

.series-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.series-item {
  width: 30%;
}
.series-item .series-name {
  margin-bottom: 15px;
  font-family: 'Comfortaa', 'M PLUS Rounded 1c';
  line-height: 1.5;
}
.series-item .series-name .large {
  display: block;
  font-size: 18px;
}
.series-item .image {
  margin-bottom: 30px;
}
.series-item .text {
  padding: 0 5px;
}

.blue-s .color {
  color: #248A91;
  font-weight: 700;
}

.yellow-s .color {
  color: #869124;
  font-weight: 700;
}

.green-s .color {
  color: #2E7510;
  font-weight: 700;
}

/*price*/
.price-content {
  text-align: center;
  margin-bottom: 50px;
}
.price-content .month {
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
}

.price-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price-box .price {
  display: inline;
  position: relative;
  font-family: 'Comfortaa', cursive;
  color: #E90000;
  font-size: 4.8rem;
  line-height: 1;
}
.price-box .price .tax {
  position: absolute;
  top: 3px;
  right: -30px;
  font-size: 1.2rem;
}
.price-box .price .unit {
  position: absolute;
  bottom: 5px;
  right: -30px;
  font-size: 2.4rem;
}

.icon-wrapper {
  display: flex;
}
.icon-wrapper .icon {
  margin-left: 20px;
}
.icon-wrapper .icon:first-of-type {
  margin-left: 0;
}

.underline p {
  display: inline-block;
  position: relative;
  margin: 15px 0 5px;
}
.underline p::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: rgba(255, 200, 118, 0.8);
}

/*BLUE
====================*/
.blue .wrapper,
.yellow .wrapper,
.green .wrapper {
  max-width: 660px;
  text-align: center;
}
.blue .wrapper .series-name,
.yellow .wrapper .series-name,
.green .wrapper .series-name {
  margin-bottom: 20px;
  font-family: 'Comfortaa', cursive, 'M PLUS Rounded 1c', sans-serif;
  font-size: 2.4rem;
}
.blue .wrapper .series-name .large,
.yellow .wrapper .series-name .large,
.green .wrapper .series-name .large {
  display: block;
  font-size: 3.6rem;
}
.blue .wrapper .series-name .large .color,
.yellow .wrapper .series-name .large .color,
.green .wrapper .series-name .large .color {
  font-weight: 700;
}
.blue .wrapper .series-name .color,
.yellow .wrapper .series-name .color,
.green .wrapper .series-name .color {
  font-weight: 700;
}
.blue .wrapper .introduction,
.yellow .wrapper .introduction,
.green .wrapper .introduction {
  margin-bottom: 60px;
}
.blue .wrapper .series-img,
.yellow .wrapper .series-img,
.green .wrapper .series-img {
  margin-bottom: 60px;
}
.blue .wrapper .section-subtitle,
.yellow .wrapper .section-subtitle,
.green .wrapper .section-subtitle {
  margin-bottom: 40px;
}
.blue .wrapper .btn,
.yellow .wrapper .btn,
.green .wrapper .btn {
  margin-top: 120px;
}

.content-list {
  text-align: left;
}
.content-list .content-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.content-list .content-item .text {
  width: 62%;
  margin-right: 80px;
}
.content-list .content-item .text .title {
  display: block;
  margin-bottom: 30px;
  font-family: 'Comfortaa','M PLUS Rounded 1c', sans-serif;
  font-size: 2rem;
}
.content-list .content-item img {
  width: 33%;
}

.blue {
  background-color: #F5FEFF;
}
.blue .series-name .color {
  color: #248A91;
}
.blue .title {
  color: #248A91;
}

.yellow {
  background-color: #FEFFF2;
}
.yellow .series-name .color {
  color: #869124;
}
.yellow .title {
  color: #869124;
}

.green {
  background-color: #F7FFF2;
}
.green .series-name .color {
  color: #2E7510;
}
.green .title {
  color: #2E7510;
}

/*PICKUP
==============================*/
.pickup-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.pickup-wrapper .pickup-item {
  width: 42%;
}
.pickup-wrapper .pickup-item .title {
  position: relative;
  margin-bottom: 18px;
  padding-left: 40px;
  font-family: 'M PLUS Rounded 1c';
  font-size: 2.4rem;
}
.pickup-wrapper .pickup-item .title::before {
  content: '\f14a';
  position: absolute;
  top: -3px;
  left: 0;
  font-family: 'Font Awesome 5 Free';
  font-size: 2.8rem;
  font-weight: 900;
  color: #67D1CB;
}
.pickup-wrapper .pickup-item .image {
  margin-bottom: 30px;
}
.pickup-wrapper .pickup-item .image img {
  height: 22vw;
}

/*TRIAL
==============================*/
.trial {
  background: url("../images/pawel-czerwinski-qzaIDFtzcZ0-unsplash.jpg") no-repeat center/cover;
}

.trial-content {
  margin-top: 80px;
  padding: 30px 35px 60px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
}
.trial-content .btn {
  margin-top: 60px;
}

.trial-wrapper {
  display: flex;
  margin-bottom: 30px;
}
.trial-wrapper .image {
  width: 42%;
  margin-right: 25px;
}
.trial-wrapper .trial-text {
  width: 48%;
}
.trial-wrapper .trial-text .title {
  font-family: 'Comfortaa', cursive;
  font-size: 4rem;
}
.trial-wrapper .trial-text .underline {
  font-size: 2.4rem;
}
.trial-wrapper .price-box .icon {
  margin-right: 25px;
}

.trial-detail {
  width: 42%;
  margin-right: 25px;
}
.trial-detail .title {
  margin-bottom: 6px;
  font-size: 1.8rem;
}
.trial-detail .detail-list {
  font-size: 1.4rem;
}
.trial-detail .detail-list li {
  margin-bottom: 5px;
}
.trial-detail .annotation {
  font-size: 1.2rem;
}

/*PURCHASE
==============================*/
.purchase {
  text-align: center;
}
.purchase .slide-show {
  padding: 80px 30px 100px;
}
.purchase .slide-show .slick-arrow::before {
  color: #67D1CB;
  font-size: 5rem;
  z-index: 3;
}
.purchase .slick-prev {
  left: -25px;
}
.purchase .slick-next {
  right: 5px;
}
.purchase .copy {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2rem;
}
.purchase .copy-deco {
  width: 340px;
  height: 55px;
}
.purchase .product-name {
  margin-bottom: 70px;
  color: #67D1CB;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 4rem;
}

/*hairoil*/
.hairoil .copy {
  position: relative;
  display: inline;
  height: 48px;
  font-size: 1.6rem;
}
.hairoil .copy::before, .hairoil .copy::after {
  position: absolute;
  content: '';
  width: 45px;
  height: 1px;
  background-color: #67D1CB;
}
.hairoil .copy::before {
  bottom: 20px;
  left: -90px;
  transform: rotate(60deg);
}
.hairoil .copy::after {
  bottom: 20px;
  transform: rotate(-60deg);
}
.hairoil img {
  display: block;
  width: 108px;
  margin: 20px auto 55px;
  transform: rotate(10deg);
}

.hairoil + .btn {
  margin-bottom: 170px;
}

/*PURCHASELIST*/
.purchase-list {
  padding: 0 100px;
}

.purchase-item {
  width: 380px;
  height: 380px;
  margin-bottom: 180px;
  border-radius: 50%;
  box-shadow: 0 3px 15px #ECECEC;
}
.purchase-item:last-of-type {
  margin-bottom: 0;
}
.purchase-item.blue {
  position: relative;
  background: url("../images/bg-blue.png") no-repeat center/cover;
  background-color: #F5FEFF;
}
.purchase-item.blue::after {
  content: '';
  position: absolute;
  top: -40px;
  right: -70px;
  display: inline-block;
  width: 200px;
  height: 220px;
  background: url("../images/pngwing.com (14).png") no-repeat center/contain;
  transform: rotate(120deg);
}
.purchase-item.yellow {
  position: relative;
  margin-left: auto;
  background: url("../images/bg-yellow.png") no-repeat center/cover;
  background-color: #FEFFF2;
}
.purchase-item.yellow::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: -70px;
  display: inline-block;
  width: 150px;
  height: 290px;
  background: url("../images/pngwing.com (13).png") no-repeat center/contain;
  transform: rotate(-5deg);
}
.purchase-item.green {
  position: relative;
  background: url("../images/bg-green.png") no-repeat center/cover;
  background-color: #F7FFF2;
}
.purchase-item.green::after {
  content: '';
  position: absolute;
  top: 65px;
  right: -70px;
  display: inline-block;
  width: 150px;
  height: 290px;
  background: url("../images/pngwing.com (12).png") no-repeat center/contain;
  transform: rotate(25deg);
}
.purchase-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.purchase-item a .title {
  margin-bottom: 44px;
  padding-top: 105px;
  font-family: 'Comfortaa', cursive, 'M PLUS Rounded 1c', sans-serif;
  font-size: 2.4rem;
  line-height: 1.5;
}
.purchase-item a ul {
  font-family: 'Comfortaa';
  font-size: 1.4rem;
}
.purchase-item a ul li {
  margin-bottom: 5px;
}
.purchase-item a ul li.small {
  font-size: 1.2rem;
}
.purchase-item a .deco {
  position: absolute;
  bottom: -80px;
  right: -200px;
  display: inline-block;
  width: 80%;
  font-family: 'Homemade Apple', cursive;
  font-size: 5vw;
  white-space: nowrap;
}

.blue .deco {
  color: #248A91;
}

.yellow .deco {
  left: -200px;
  color: #869124;
}

.green .deco {
  color: #2E7510;
}

/*CUSTOME-RREVIEWS
==============================*/
.review-list {
  margin-top: 80px;
}

.review-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
}
.review-item.reverse {
  flex-direction: row-reverse;
}
.review-item .image {
  width: 30%;
  height: 27vw;
  max-height: 300px;
  border-radius: 50%;
}
.review-item .image img {
  border-radius: 50%;
}
.review-item .text {
  position: relative;
  width: 55%;
  padding: 50px 45px;
  background-color: #f0fafa;
  border-radius: 20px;
}
.review-item .text::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -80px;
  border: 20px solid transparent;
  border-right: 70px solid #f0fafa;
  transform: translateY(-50%);
}
.review-item .text .title {
  margin-bottom: 20px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2rem;
  color: #37b5ae;
}

.review-item.reverse {
  position: relative;
}
.review-item.reverse .text::after {
  display: none;
}
.review-item.reverse .text::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -120px;
  border: 20px solid transparent;
  border-left: 70px solid #f0fafa;
  transform: translate(-50%);
}

/*FOOTER
==============================*/
.footer {
  width: 100%;
  padding: 20px 0;
  background-color: #67D1CB;
  color: #ffffff;
  text-align: center;
}

/*MOBILE
==================================================*/
@media (max-width: 768px) {
  .wrapper {
    padding: 0 4%;
  }

  .btn.main {
    width: 100%;
  }
  .btn.main::after {
    margin-left: 20px;
  }

  /*HEADER
  =============================*/
  .header {
    position: fixed;
    bottom: 0;
    left: 0;
    border-bottom: none;
    border-top: 5px solid #67D1CB;
  }
  .header-inner {
    display: block;
    padding: 15px;
  }
  .header-inner .logo {
    display: none;
  }
  .header-inner .btn-wrapper {
    justify-content: space-between;
  }
  .header-inner .btn-wrapper .btn {
    width: 45%;
  }

  /*==============================
  							MOBILE
  ================================*/
  /*FEATURE
  ==============================*/
  .feature-list {
    flex-direction: column;
    margin-bottom: 0;
  }
  .feature-list .feature-item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 60px;
  }
  .feature-list .feature-item :last-child {
    margin-bottom: 0;
  }

  /*SERIES
  ==============================*/
  .bg-series {
    padding: 60px 4% 80px;
    border-radius: 20px;
  }

  .series-list {
    flex-direction: column;
  }
  .series-list .series-item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 50px;
  }
  .series-list .series-item:last-child {
    margin-bottom: 0;
  }
  .series-list .series-item .series-name .large {
    font-size: 2.4rem;
  }
  .series-list .series-item .image {
    margin-bottom: 25px;
  }

  /*price*/
  .price-content {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 50px;
  }

  .price-box {
    display: block;
  }
  .price-box .icon-wrapper {
    margin-top: 10px;
  }

  .blue .wrapper .series-name .large,
  .yellow .wrapper .series-name .large,
  .green .wrapper .series-name .large {
    font-size: 3rem;
  }

  .introduction {
    text-align: left;
  }

  /*content*/
  .content-list {
    max-width: 500px;
    margin: 0 auto;
  }
  .content-list .content-item {
    flex-direction: column;
  }
  .content-list .content-item .text {
    width: 100%;
    margin: 0 0 30px;
  }
  .content-list .content-item .text .title {
    margin-bottom: 15px;
  }
  .content-list .content-item img {
    width: 100%;
  }

  /*PICK UP
  ==============================*/
  .pickup-wrapper {
    flex-direction: column;
    max-width: 500px;
    margin: 80px auto 0;
  }
  .pickup-wrapper .pickup-item {
    width: 100%;
    margin-bottom: 50px;
  }
  .pickup-wrapper .pickup-item:last-child {
    margin-bottom: 0;
  }
  .pickup-wrapper .pickup-item .image img {
    height: 49vw;
  }

  /*TRIAL
  ==============================*/
  .trial-content {
    padding: 30px 4% 60px;
  }

  .trial-wrapper {
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
  }
  .trial-wrapper.reverse {
    flex-direction: column-reverse;
  }
  .trial-wrapper .image {
    width: 100%;
    margin-bottom: 20px;
  }
  .trial-wrapper .trial-text {
    width: 100%;
    margin-bottom: 45px;
  }
  .trial-wrapper .trial-text .underline {
    font-size: 1.7rem;
  }
  .trial-wrapper .trial-detail {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .trial-wrapper .price-box {
    display: flex;
    justify-content: flex-start;
  }

  /*PURCHASE
  ==============================*/
  .purchase .slide-show {
    padding: 80px 0 50px;
  }
  .purchase .slide-show .slick-arrow::before {
    font-size: 3rem;
  }

  .purchase-list {
    padding: 0;
  }
  .purchase-list .purchase-item {
    width: 300px;
    height: 300px;
  }
  .purchase-list .purchase-item.blue::after {
    width: 115px;
    height: 125px;
    top: -15px;
    right: -30px;
  }
  .purchase-list .purchase-item.yellow::after {
    width: 90px;
    height: 170px;
    bottom: 15px;
    left: -15px;
  }
  .purchase-list .purchase-item.green::after {
    width: 85px;
    height: 160px;
    top: 120px;
    right: -25px;
  }
  .purchase-list .purchase-item a .title {
    font-size: 2rem;
    margin-bottom: 30px;
    padding-top: 78px;
  }
  .purchase-list .purchase-item .deco {
    bottom: -50px;
    right: -60px;
  }

  .yellow .deco {
    left: -100px;
  }

  /*REVIEWS
  ==============================*/
  .review-list .review-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
  }
  .review-list .review-item:last-child {
    margin-bottom: 80px;
  }
  .review-list .review-item .image {
    margin-bottom: 15px;
  }
  .review-list .review-item .text {
    width: 100%;
    padding: 20px 15px;
  }
  .review-list .review-item .text::after {
    display: none;
  }

  .review-item.reverse .text::before {
    display: none;
  }
}
@media (max-width: 768px) and (max-width: 360px) {
  /*COMMON*/
  body {
    font-size: 1.5rem;
  }

  .icon {
    width: 60px;
    height: 60px;
    font-size: 1.4rem;
    padding: 10px 0;
  }
  .icon:last-of-type {
    font-size: 1.3rem;
    padding: 10px 0;
  }

  /*HERO*/
  .hero .product-name {
    font-size: 4rem;
  }
  .hero .copy {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }

  /*TRIAL*/
  .trial-wrapper .trial-text .title {
    font-size: 3rem;
  }

  .underline p {
    font-size: 1.5rem;
  }

  .trial-detail .detail-list {
    font-size: 1.2rem;
  }

  /*PURCHASE*/
  .purchase .copy {
    font-size: 1.8rem;
  }

  .purchase .copy-deco {
    width: 260px;
    object-fit: contain;
  }

  .purchase-item a .deco {
    display: none;
  }
}
