@charset "utf-8";

/* 動き */
.inview_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 1.5s;
}

.inview_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.inview {
  opacity: 0;
  transition: 1.5s;
}

.inview.is-show {
  opacity: 1;
}


/* ここからfv */
#fv {
  width: 100%;
  height: 100vh;
}

.fv_inner {
  width: 100%;
  height: 100%;
  background-image: url(/img/fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.4em;
}

.fv_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #31888B;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.5);
  width: 120px;
  height: 120px;
  border-radius: 100%;
  margin-top: 20px;
}

.fv_circle span {
  font-size: 24px;
  font-weight: 500;
}

.fv_text {
  position: absolute;
  bottom: 20%;
  right: 20px;
  font-size: 14px;
  text-align: right;
}

#fv .linkbtn_area {
  position: absolute;
  left: 50%;
  bottom: 8%;
  transform: translateX(-50%);
}

/* ここからtrouble */
.trouble {
  width: 100%;
  padding: 58px 20px 100px;
  margin-bottom: -40px;
  background-image: url(/img/trouble.webp), url(/img/trouble-bg.webp);
  background-repeat: no-repeat;
  background-size: 167px auto, 100% 100%;
  background-position: top 110px left 95%, center;
  position: relative;
  z-index: 1;
}

.trouble .ja_ttl2 {
  padding-bottom: 110px;
}

.trouble_text {
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 2px;
  height: 45px;
  max-width: 360px;
}

.trouble_text img {
  width: 50px;
  margin-left: 30px;
}

.trouble_text p {
  font-size: 18px;
  margin-left: 10px;
}

/* ここからreason */
.reason {
  padding-top: 105px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 85px;
  background-image: linear-gradient(#f7fbf6, #e2eeea 43%, #daebe8 63%, #f7fbf6);
  position: relative;
  z-index: 0;
}

.reason .ja_ttl2 {
  padding-bottom: 60px;
  line-height: 1.4em;
}

.reason p {
  text-align: center;
  padding-top: 50px;
}

/* ここからアゼライン酸の説明 */

.azelaic_acid {
  padding-top: 80px;
  padding-bottom: 92px;
  background-image: url(/img/azelaic-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.azelaic_acid h2 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.azelaic_acid h2 span {
  font-size: 28px;
  color: #31888B;
}

.azelaic_top {
  text-align: center;
  padding-top: 35px;
}

.azelaic_top img {
  width: 75%;
}

.azelaic_top p {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.azelaic_bottom {
  text-align: center;
}

.azelaic_bottom p {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  padding-top: 100px;
  letter-spacing: 1px;
}

.azelaic_bottom p span {
  font-size: 20px;
  border-bottom: solid 3px #B9E3E5;
}

.azelaic_bottom img {
  width: 77%;
  padding-top: 50px;
}

/* ここから成分 */

#ingredient {
  padding: 90px 20px 75px;
  text-align: center;
  background-image: url(/img/ingredient-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.ingredient_top {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  padding-top: 75px;
  line-height: 130%;
  padding-bottom: 30px;
}

.ingredient_top span {
  color: #31888B;
}

.ingredient_azelaic {
  margin-top: 75px;
  background-color: #fff;
  border-radius: 2px;
  padding-top: 35px;
  padding-bottom: 50px;
}

.ingredient_azelaic_ttl3 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
}

.ingredient_azelaic img {
  width: 74%;
  padding-top: 30px;
}

.ingredient_azelaic p {
  padding-top: 20px;
  width: 74%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.ingredient_bottom {
  margin-top: 130px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  width: 62%;
  background-color: #fff;
  border-radius: 2px;
  position: relative;
}

.ingredient_bottom::before {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background-color: #CECECE;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
}

.ingredient_bottom_ttl3 {
  font-size: 16px;
  font-weight: 400;
}

.ingredient_bottom img {
  width: 85%;
  padding-top: 7px;
}

.ingredient_bottom_inner p {
  padding-top: 7px;
  padding-bottom: 62px;
  width: 85%;
  font-size: 12px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

/* ここから使い方 */

#use {
  padding: 90px 20px 45px;
}

.frame {
  border: solid 2px #A7D4CA;
  border-radius: 3px;
  padding-top: 60px;
  padding-bottom: 40px;
}

#use h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  padding-bottom: 40px;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  /* text-align: center; */
  position: relative;
  z-index: 1;
}

/*矢印の設定*/

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #fff;
  /*矢印の色*/
  border-right: 2px solid #fff;
  /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

.use_text {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  width: 89%;
  padding-top: 20px;
}

.use_text p {
  font-size: 16px;
  padding-top: 20px;
  letter-spacing: 1px;
}

.use_text .green {
  font-size: 20px;
  font-weight: 500;
  color: #31888B;
}

.use_text .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #31888B;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 12px;
}

/* ここからproduct */

#product {
  padding: 90px 20px 98px;
}

.product_inner {
  padding-top: 75px;
  padding-bottom: 80px;
}

.product_name_capa {
  display: flex;
  padding-top: 10px;
}

.product_name {
  font-size: 16px;
  font-weight: 500;
}

.product_capa {
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
}

.product_price {
  font-size: 16px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 20px;
}

.product_price span {
  font-size: 24px;
}

.product_inner .linkbtn_area {
  padding-top: 45px;
  position: relative;
}

.product_inner .linkbtn_area::after {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background-color: #CECECE;
  position: absolute;
  top: 170%;
  left: 50%;
  transform: translateX(-50%);
}

.product_subsc {
  padding-top: 74px;
}

.product_subsc h3 {
  width: fit-content;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  color: #31888B;
  text-align: center;
  padding-bottom: 25px;
  position: relative;
}

.product_subsc h3::before,
.product_subsc h3::after {
  content: "";
  display: block;
  width: 100%;
  background-color: #A7D4CA;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.product_subsc h3::before {
  height: 1px;
  bottom: 14px;
}

.product_subsc h3::after {
  height: 2px;
  bottom: 18px;
}

.product_subsc img {
  padding-top: 30px;
}

.nomal_price {
  padding-top: 10px;
}

.nomal_price span {
  font-size: 20px;
  position: relative;
}

.nomal_price span::after {
  content: "";
  position: absolute;
  left: -15%;
  top: 55%;
  width: 150%;
  height: 1px;
  background: #f00;
  transform: rotate(-16deg);
}

.price_flex {
  display: flex;
  justify-content: flex-end;
  padding-top: 17px;
  padding-bottom: 45px;
  padding-right: 30px;
}

.price_text {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.1em;
  color: #31888B;
  background-image: url(/img/product-arrow.webp);
  background-repeat: no-repeat;
  background-size: 86px auto;
  padding: 8px 15px 10px 10px;
  width: 100px;
}

.subsc_price {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #31888B;
  padding-top: 7px;
  padding-left: 5px;
}

.subsc_price span {
  font-size: 44px;
  font-weight: 600;
}

.product_small_text {
  font-size: 12px;
  text-align: center;
}

.product_circle {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 28px 32px;
  max-width: 335px;
}

.product_circle_text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #31888B;
  border: solid 1px #31888B;
  border-radius: 50%;
  width: 78px;
  height: 78px;
}

.product_subsc_detail {
  padding-left: 22px;
  padding-right: 22px;
}

.product_subsc_detail_text {
  border-bottom: dotted 1px #9D9D9D;
  margin-bottom: 10px;
}

.product_subsc .linkbtn_area {
  padding-top: 55px;
}

/* ここからコンセプト */

#concept {
  background-image: url(/img/concept-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 100px;
}

#concept img {
  padding-top: 75px;
}

.concept_text {
  padding-left: 35px;
  padding-right: 35px;
}

.concept_ttl {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding-top: 42px;
}

.concept_detail {
  text-align: justify;
  padding-top: 25px;
}

.concept_detail span {
  color: #897A47;
  font-weight: 500;
}

/*  ここからレビュー  */

#review {
  padding: 90px 20px 100px;
  background-image: url(/img/review-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

#review .ttl2 {
  padding-bottom: 50px;
}

.review_detail {
  background-color: #fff;
  border: solid 0.5px #9D9D9D;
  border-radius: 2px;
  padding: 30px 20px 30px;
  margin-top: 20px;
}

.review_detail span {
  color: #31888B;
  font-size: 20px;
}

.review_detail .gray {
  color: #BDBDBD;
}

.review_detail_ttl {
  padding-top: 7px;
  font-size: 15px;
}

.review_flex {
  display: flex;
  font-size: 12px;
  font-weight: 500;
  color: #9D9D9D;
}

.review_skin {
  padding-left: 25px;
}

.review_detail_text {
  padding-top: 13px;
  text-align: justify;
}

/*  ここからfaq  */

#faq {
  padding: 90px 20px 98px;
}

#faq .ttl2 {
  padding-bottom: 65px;
}


/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}

.accordion-area li {
  margin: 18px 0;
}

.accordion-area section {
  border: 1px solid #E1ECE4;
}

/*アコーディオンタイトル*/
.title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #31888B;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 7%;
  transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 1px;
  background-color: #31888B;
  transition: .5s;
}

.title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);

}

.title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before {
  transform: rotate(495deg);
}

.title.close::after {
  transform: rotate(405deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;
  /*はじめは非表示*/
  margin: 0 3% 3% 4%;
  padding: 3%;
}

#faq .linkbtn_area {
  padding-top: 65px;
}