﻿@charset "UTF-8";

/*//////////////////////////////////////////////////

  FO_SUMMER RECOMMEND '25 | f-organics Website

//////////////////////////////////////////////////*/

html {
  font-size: calc(10 * (100vw/500));
}

@media (min-width: 769px) {
  html {
    font-size: calc(10 * (100vw/1600));
  }
}

@media (min-width: 1600px) {
  html {
    font-size: 62.5%
  }

}

footer {
  position: relative;
  z-index: 10;
  margin-top: 0 !important;
}

#FooterWrap {
  position: relative;
  background: #fff;
}

/* ========================================================
                      * 共通設定  *
========================================================= */

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
:root {
  --color1: #fff;
  --color2: #000000;
  --color3: #f3f4fb;
  --color4: #fbf8ee;
  --color5: #f1f9fb;
  --color6: #f0f5fb;
  --font_jp: "Roboto", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", 'Noto Sans JP', "メイリオ", "Meiryo", sans-serif;
  --font_eng: "century-gothic", sans-serif;
}

#Wrap {
  width: 100%;
}

.lp_contents * {
  box-sizing: border-box;
  font-feature-settings: "palt";
  line-height: 1;
}

.lp_contents {
  width: 100%;
  max-width: 50rem;
  height: 100%;
  letter-spacing: .075em;
  text-align: center;
  font-family: var(--font_jp);
  font-weight: 300;
}

@media (min-width: 769px) {
  .lp_contents {
    position: relative;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    z-index: 0;
    line-height: 1.65;
  }
}

.lp_contents .pcOnly {
  display: none;
}

.lp_contents img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.lp_contents a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.lp_contents h1,
.lp_contents h2,
.lp_contents h3 {
  font-weight: 200;
}

.lp_contents_inner {
  font-family: var(--font-jp);
  background: var(--color1);
  overflow-x: hidden;
  position: relative;
}

.lp_contents_inner,
.lp_contents_inner section {
  width: 100%;
  color: var(--color2);
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {

  .lp_contents .fixed_area {
    position: relative;
    position: fixed;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #f0f5fb url(../img/bg.png);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
  }



  .lp_contents .fixed_area .fixed_nav {
    display: grid;
    place-items: center;
    width: calc((100% - 50rem) / 2);
    height: 100vh;
    margin-top: 8rem;
  }

  .fixed_left_inner .logo {
    width: 27.1rem;
    text-align: center;
  }


  .lp_contents_inner {
    width: 50rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    overflow: clip;
    background-color: #ffffff;
    padding-bottom: 8rem;
  }
}

.fixed_right .menu_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 3rem;
}

.fixed_right .menu_list li {
  width: 14rem;
  height: 14rem;
  background: #f0f5fb;
  border-radius: 50%;
  position: relative;
}

.fixed_right .menu_list li::after {
  content: "";
  width: 1.6rem;
  height: .6rem;
  background: url(../img/arrow_bottom_gray.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  bottom: 1.7rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.fixed_right .menu_list .menu_img {
  width: 11rem;
  position: absolute;
  top: -2.9rem;
  left: 50%;
  transform: translateX(-50%);
}

.fixed_right .menu_list span {
  font-size: 1.6rem;
  font-family: var(--font_eng);
  color: #a9aaaa;
  position: absolute;
  bottom: 3.3rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}


/* ========================================================
            * fixed_nav fixed_right   *
========================================================= */
@media (max-width: 768px) {

  .lp_contents .fixed_area .fixed_right {
    position: fixed;
    bottom: 0;
    display: block;
    width: calc(750 * 50rem / 750);
    translate: 0 100%;
    transition: translate .5s;
    z-index: 100;
  }

  .lp_contents .fixed_area .fixed_right.active {
    translate: 0 0;
  }

  .fixed_right .menu_list {
    gap: 0;
    margin-top: 0;
  }

  .fixed_right .menu_list li {
    height: calc(105 * 50rem / 750);
    background: #bcd4f3;
    border-radius: 0;
    padding: calc(10 * 50rem / 750) 0;
  }

  .fixed_right .menu_list li:nth-of-type(1) {
    width: calc(238 * 50rem / 750);
  }

  .fixed_right .menu_list li:nth-of-type(2) {
    width: calc(271 * 50rem / 750);
  }

  .fixed_right .menu_list li:nth-of-type(3) {
    width: calc(100% - calc(238 * 50rem / 750) - calc(271 * 50rem / 750));
  }

  .fixed_right .menu_list li:not(:last-of-type) a {
    border-right: calc(2 * 50rem / 750) solid var(--color1);
  }

  .fixed_right .menu_list li::after {
    width: calc(16 * 50rem / 750);
    height: calc(6 * 50rem / 750);
    background: url(../img/arrow_bottom_white.svg) no-repeat center;
    background-size: 100%;
    bottom: calc(24 * 50rem / 750);
    left: 57%;
    transform: none;
  }

  .fixed_right .menu_list li:nth-of-type(1)::after {}

  .fixed_right .menu_list li:nth-of-type(2)::after {
    left: 58%;
  }

  .fixed_right .menu_list li:nth-of-type(3)::after {}

  .fixed_right .menu_list li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .fixed_right .menu_list .menu_img {
    width: calc(80 * 50rem / 750);
    height: calc(80 * 50rem / 750);
    position: static;
    transform: none;
  }

  .fixed_right .menu_list span {
    font-size: calc(26 * 50rem / 750);
    color: var(--color1);
    position: static;
    transform: none;
    letter-spacing: .06em;
    margin-top: calc(-10 * 50rem / 750);
  }

  .fixed_right .menu_list li:nth-of-type(1) .menu_img {
    margin-left: calc(-6 * 50rem / 750);
  }

  .fixed_right .menu_list li:nth-of-type(2) .menu_img {
    margin-left: calc(3 * 50rem / 750);
  }

  .fixed_right .menu_list li:nth-of-type(3) .menu_img {
    margin-left: calc(-1 * 50rem / 750);
  }

  .fixed_right .menu_list li:nth-of-type(1) span {
    /* margin-top: calc(-10 * 50rem / 750); */
    margin-left: calc(-3 * 50rem / 750);
  }

  .fixed_right .menu_list li:nth-of-type(2) span {
    margin-left: calc(1 * 50rem / 750);
  }

  .fixed_right .menu_list li:nth-of-type(3) span {
    margin-left: calc(-9 * 50rem / 750);
  }

}


/* ========================================================
            * sec_mv *
========================================================= */

.sec_mv {
  background: var(--color6) url(../img/bg_mv.png) no-repeat center top;
  background-size: 100%;
  padding-top: calc(82 * 50rem / 750);
  padding-bottom: calc(100 * 50rem / 750);
}

.sec_mv .logo {
  width: calc(213 * 50rem / 750);
  margin: 0 auto;
}

.sec_mv .ttl {
  width: calc(440 * 50rem / 750);
  margin: calc(65 * 50rem / 750) auto 0;
}

.sec_mv h2.ttl_sub {
  width: calc(633 * 50rem / 750);
  margin: calc(80 * 50rem / 750) auto 0;
}


.mv_link_area {
  margin-top: calc(89 * 50rem / 750);
}

.mv_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(50 * 50rem / 750);
}

.mv_link li {
  position: relative;
  height: calc(350 * 50rem / 750);
}

.mv_link li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  background: url(../img/arrow_bottom_gray.svg) no-repeat center;
  background-size: 100%;
  width: calc(24 * 50rem / 750);
  height: calc(9 * 50rem / 750);
  pointer-events: none;
  animation: updown 2s infinite ease-in-out;
}


@keyframes updown {
  0% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, -5px);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

.mv_link li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.mv_link_img {
  width: calc(180 * 50rem / 750);
}

.mv_link_jp {
  font-size: calc(26 * 50rem / 750);
  margin-top: calc(-10 * 50rem / 750);
  line-height: 1.85;
}

.mv_link_en {
  font-size: calc(20 * 50rem / 750);
  font-family: var(--font_eng);
  line-height: 1.75;
  letter-spacing: .075em;
}

/* ========================================================
            * sec_item 共通 *
========================================================= */
.sec_item {}

.ttl_bg {
  height: calc(400 * 50rem / 750);
}

.ttl_wrap {
  text-align: end;
  padding-top: calc(140 * 50rem / 750);
  margin-right: calc(38 * 50rem / 750);
}

.ttl {
  font-size: calc(52 * 50rem / 750);
  font-family: var(--font_eng);
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: var(--color1);
}

.ttl_sub {
  display: block;
  font-size: calc(28 * 50rem / 750);
  font-family: var(--font_eng);
  letter-spacing: 0.1em;
  margin-top: calc(2 * 50rem / 750);
  margin-right: calc(-3 * 50rem / 750);
}

.text {
  font-size: calc(26 * 50rem / 750);
}

.advantage_list {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: calc(10 * 50rem / 750);
  margin-top: calc(40 * 50rem / 750);
}

.advantage_list li {
  width: calc(100% * 150 / 750);
}

.check_list {
  margin: 0 auto;
  width: fit-content;
  text-align: left;
  line-height: 1.85;
  letter-spacing: .075em;
}

.check_list li {
  position: relative;
  line-height: 1.75;
  letter-spacing: .075em;
  font-size: calc(26 * (50rem / 750));
}

.check_list li::before {
  content: "";
  position: absolute;
  width: calc(25 * 50rem / 750);
  height: calc(19 * 50rem / 750);
  top: calc(8 * 50rem / 750);
  left: calc(-42 * 50rem / 750);
}

.check_list.purple li::before {
  background: url(../img/icon_check_purple.svg) no-repeat center;
}

.check_list.orange li::before {
  background: url(../img/icon_check_orange.svg) no-repeat center;
}

.check_list.blue li::before {
  background: url(../img/icon_check_blue.svg) no-repeat center;
}

.sec_slide_wrap {
  overflow: visible;
  position: relative;
}

.item_list {}

.item_list li.item {
  width: calc(600 * 50rem / 750) !important;
  margin: 0 calc(15 * 50rem / 750);
  height: auto;
  padding: calc(59 * 50rem / 750) 0 0;
  position: relative;
}

.item_head {
  font-size: calc(28 * 50rem / 750);
  position: relative;
  width: fit-content;
  margin: 0 auto;
  line-height: 1.95;
  letter-spacing: .075em;
}

.item_head::before,
.item_head::after {
  content: "";
  display: block;
  width: calc(60 * 50rem / 750);
  height: calc(2 * 50rem / 750);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.item_head::before {
  left: calc(-76 * 50rem / 750);
}

.item_head::after {
  right: calc(-77 * 50rem / 750);
}

.item_img {
  width: calc(500 * 50rem / 750);
  height: calc(360 * 50rem / 750);
  aspect-ratio: 500 / 360;
  margin: 0 auto;
}

.item_ttl {
  font-size: calc(26 * 50rem / 750);
  font-weight: 500;
  letter-spacing: .075em;
  line-height: 1.75;
}

.item_price {
  font-size: calc(22 * 50rem / 750);
  font-family: var(--font_eng);
  margin-top: calc(14 * 50rem / 750);
  line-height: 1.75;
  letter-spacing: .075em;
}

.item_price.red {
  color: #ba4f3b;
  margin: 0;
}

p.item_notes {
  font-size: calc(20 * 50rem / 750);
  letter-spacing: .075em;
  text-align: left;
  margin-top: calc(15 * 50rem / 750);
  padding-left: calc(74 * 50rem / 750);
  color: #a9aaaa;
  line-height: 1.5;
}

p.item_notes.center {
  text-align: center;
  padding: 0;

}

.btn_buy {
  font-size: calc(28 * 50rem / 750);
  width: calc(500 * 50rem / 750);
  height: calc(90 * 50rem / 750);
  background: var(--color2);
  margin: calc(47 * 50rem / 750) auto 0;
}

.btn_buy a {
  color: var(--color1);

}

.btn_buy span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: calc(73 * 50rem / 750);
  position: relative;
  line-height: 1.75;
  letter-spacing: .075em;
}

.btn_buy span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(144 * 50rem / 750);
  transform: translateY(-50%);
  background: url(../img/icon_cart.svg) no-repeat center;
  background-size: 100%;
  width: calc(28 * 50rem / 750);
  height: calc(28 * 50rem / 750);
}


.link_detail {
  font-size: calc(24 * 50rem / 750);
  margin: calc(24 * 50rem / 750) auto 0;
  border-bottom: calc(2 * 50rem / 750) solid var(--color2);
  width: fit-content;
  letter-spacing: .075em;
  line-height: 1.5;
}


.btn_wrap {
  margin-top: calc(133 * 50rem / 750);
}

.btn {
  color: var(--color1);
}

.btn_kit,
.btn_all {
  font-size: calc(28 * 50rem / 750);
  width: calc(620 * 50rem / 750);
  height: calc(90 * 50rem / 750);
  margin: 0 auto;
  position: relative;
}

.btn_kit::after,
.btn_all::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(19 * 50rem / 750);
  background: url(../img/arrow_right_white.svg) no-repeat center;
  background-size: 100%;
  width: calc(10 * 50rem / 750);
  height: calc(20 * 50rem / 750);
  pointer-events: none;
}

.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.45;
  letter-spacing: .075em;
}

.btn_all {
  margin-top: calc(30 * 50rem / 750);

}

.btn_all_check {
  font-size: calc(32 * 50rem / 750);
  background: #787878;
  width: calc(640 * 50rem / 750);
  height: calc(150 * 50rem / 750);
  margin: 0 auto;
}

.ttl_line_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(25 * 50rem / 750);
  margin-top: calc(81 * 50rem / 750);
}

p.ttl_line_double {
  font-size: calc(40 * 50rem / 750);
  font-family: var(--font_eng);
  margin: 0;
  letter-spacing: 0.1em;
}

/* 両側の2本線 */
.line_group {
  position: relative;
  width: calc(220 * 50rem / 750);
  height: calc(14 * 50rem / 750);
}

.line_group::before,
.line_group::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(2 * 50rem / 750);
  background-color: black;
}

.line_group::before {
  top: 0;
}

.line_group::after {
  bottom: 0;
}

.sec_item .check_list li sup {
  font-size: 0.5em;
  vertical-align: super;
}

.item_limited {
  width: calc(160 * 50rem / 750);
  position: absolute;
  top: calc(251 * 50rem / 750);
  left: calc(50 * 50rem / 750);
}

.item_pickup {
  width: calc(322 * 50rem / 750);
  position: absolute;
  top: calc(65 * 50rem / 750);
  left: 50%;
  transform: translateX(-50%);
}


/* ========================================================
            * スライダー *
========================================================= */

.lp_contents .slick-track {
  display: flex;
}

.lp_contents .pagination {
  text-align: center;
  /* margin-top: calc(3 * 46.6rem / 750); */
  position: absolute;
  bottom: calc(-62 * 46.6rem / 750);
  left: 50%;
  transform: translateX(-50%);
}

.lp_contents .bodycare_item01 .pagination {
  bottom: calc(-60 * 46.6rem / 750);
}


.lp_contents .pagination ul {
  /* height: calc(4 * 46.6rem / 750); */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(23 * 46.6rem / 750);
}

.lp_contents .bar {
  display: inline-block;
  width: calc(83 * 46.6rem / 750);
  height: calc(4 * 46.6rem / 750);
  background: #dadada;
  cursor: pointer;
}

.lp_contents .slick-active .bar {
  background: var(--color1);
}

.lp_contents .sec_item.skincare .slick-active .bar {
  background: #a49dbe;
}

.lp_contents .sec_item.bodycare .slick-active .bar {
  background: #d9bd60;
}

.lp_contents .sec_item.haircare .slick-active .bar {
  background: #76b6c4;
}

.lp_contents .slick-arrow {
  top: 50%;
  translate: 0 -50%;
}

.lp_contents .prev_button,
.lp_contents .next_button {
  width: calc(63 * 46.6rem / 750);
  height: calc(63 * 46.6rem / 750);
  position: absolute;
  cursor: pointer;
}

.lp_contents .prev_button {
  left: calc(65 * 46.6rem / 750)
}

.lp_contents .next_button {
  right: calc(65 * 46.6rem / 750)
}

.prev_button.purple {
  background: url(../img/prev_purple.svg) no-repeat center;
  background-size: 100%;
}

.next_button.purple {
  background: url(../img/next_purple.svg) no-repeat center;
  background-size: 100%;
}

.prev_button.orange {
  background: url(../img/prev_orange.svg) no-repeat center;
  background-size: 100%;
}

.next_button.orange {
  background: url(../img/next_orange.svg) no-repeat center;
  background-size: 100%;
}

.prev_button.blue {
  background: url(../img/prev_blue.svg) no-repeat center;
  background-size: 100%;
}

.next_button.blue {
  background: url(../img/next_blue.svg) no-repeat center;
  background-size: 100%;
}


/* ========================================================
            * sec_item skincare *
========================================================= */
.sec_item.skincare {
  background: var(--color3);
  padding-bottom: calc(117 * 50rem / 750);
}

.sec_item.skincare .ttl_bg {
  background: #9a97d4 url(../img/bg01.jpg) no-repeat center;
  background-size: 100%;
}

.sec_item.skincare .text_lead {
  margin-top: calc(66 * 50rem / 750);
  line-height: 2;
  letter-spacing: .1em;
}

.sec_item.skincare .bg_white {
  width: calc(650 * 50rem / 750);
  border-radius: calc(20 * 50rem / 750);
  margin: calc(60 * 50rem / 750) auto 0;
  padding-top: calc(28 * 50rem / 750);
  padding-bottom: calc(34 * 50rem / 750);
  background: var(--color1);
}

.sec_item.skincare .bg_white .check_list {
  margin-top: calc(18 * 50rem / 750);
  padding-left: calc(39 * (50rem / 750));
}

.sec_item.skincare .bg_white .check_list li::before {
  top: calc(12 * 50rem / 750);
}

.sec_item.skincare .text_recommend {
  font-size: calc(30 * 50rem / 750);
  color: #a49dbe;
  margin: 0 auto;
  position: relative;
  width: fit-content;
  line-height: 1.85;
  letter-spacing: .075em;
}

.sec_item.skincare .text_recommend::before,
.sec_item.skincare .text_recommend::after {
  content: "";
  display: block;
  background: #a49dbe;
  width: calc(120 * 50rem / 750);
  height: calc(2 * 50rem / 750);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.sec_item.skincare .text_recommend::before {
  left: calc(-146 * 50rem / 750);
}

.sec_item.skincare .text_recommend::after {
  right: calc(-146 * 50rem / 750);
}

.skincare_item01 .sec_slide_wrap {
  margin-top: calc(78 * 50rem / 750);
}

.skincare_item01 .item_ttl.product_brand {
  margin-top: calc(26 * 50rem / 750);
}

.skincare_item01 .item_ttl.product_name {
  margin-top: calc(-1 * 50rem / 750);
}

.skincare_item01 .item_img {
  margin: calc(40 * 50rem / 750) auto 0;
}

.skincare_item01 .item_limited.fukidashi01 {
  top: calc(264 * 50rem / 750);
  left: calc(46 * 50rem / 750);
  width: calc(153 * 50rem / 750);
}

.skincare_item01 .item_limited.fukidashi02 {
  top: calc(252 * 50rem / 750);
  left: calc(50 * 50rem / 750);
  width: calc(149 * 50rem / 750);
}

.skincare_item01 .item_limited.fukidashi03 {
  top: calc(286 * 50rem / 750);
  left: calc(67 * 50rem / 750);
  width: calc(153 * 50rem / 750);
}

.skincare_item01 .item_head {
  color: #a49dbe;
}

.skincare_item01 .item_head::before,
.skincare_item01 .item_head::after {
  background: #a49dbe;
}

.skincare_item01 .advantage_list {
  margin-top: calc(26 * 50rem / 750);
}

.skincare_item01 .item_list .check_list {
  padding-left: calc(39 * 50rem / 750);
  margin-top: calc(36 * 50rem / 750);
}

.skincare_item01 .item_list .check_list li {
  font-size: calc(22 * 50rem / 750);
  line-height: 1.5;
}

.skincare_item01 .item_list li.item {
  border: calc(2 * 50rem / 750) solid #a49dbe;
  padding: calc(57 * 50rem / 750) 0 calc(76 * 50rem / 750);
}

.skincare_item01 .check_list li {
  font-size: calc(26 * 50rem / 750);
  letter-spacing: .075em;
}

.skincare_item01 .check_list li:nth-of-type(n+2) {
  margin-top: calc(10 * (50rem / 750));
}

.sec_item.skincare .btn_kit,
.sec_item.skincare .btn_all {
  background: #a49dbe;
}


/* ========================================================
            * sec_item bodycare *
========================================================= */
.sec_item.bodycare {
  background: var(--color4);
  padding-bottom: calc(117 * 50rem / 750);
}

.sec_item.bodycare .ttl_wrap {
  padding-top: calc(100 * 50rem / 750);
  margin-right: calc(34 * 50rem / 750);
}

.sec_item.bodycare .ttl {
  letter-spacing: .075em;
}

.sec_item.bodycare .ttl_bg {
  background: url(../img/bg02.jpg) no-repeat center;
  background-size: 100%;
}

.sec_item.bodycare .line_group::before,
.sec_item.bodycare .line_group::after {
  background: #d9bd60;
}

.sec_item.bodycare .item_head {
  color: #d9bd60;
}

.sec_item.bodycare .item_head::before,
.sec_item.bodycare .item_head::after {
  background: #d9bd60;
}

.sec_item.bodycare p.text {
  margin-top: calc(30 * 50rem / 750);
  letter-spacing: .1em;
  line-height: 2;
}

.material_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(100 * 50rem / 750);
  margin-top: calc(36 * 50rem / 750);
}

.material_list li {
  position: relative;
}

.material_list span {
  display: block;
  white-space: nowrap;
  font-size: calc(24 * 50rem / 750);
  position: absolute;
  bottom: calc(-66 * 50rem / 750);
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: .08em;
}

.material_list .material_img {
  width: calc(180 * 50rem / 750);
}


.sec_item.bodycare .item_list li.item {
  border: calc(2 * 50rem / 750) solid #d9bd60;
  padding: calc(57 * 50rem / 750) 0 calc(76 * 50rem / 750);
}

.sec_item.bodycare .item_list {
  margin: calc(70 * 50rem / 750) 0 0;
}

.sec_item.bodycare .item_list .check_list li {
  font-size: calc(22 * 50rem / 750);
  line-height: 1.85;
  letter-spacing: .075em;
}

.sec_item.bodycare .item_limited {
  top: calc(118 * 50rem / 750);
}

.item_spf {
  width: calc(320 * 50rem / 750);
  margin: 0 auto;
}

.item_catch {
  margin-top: calc(20 * 50rem / 750);
  font-size: calc(28 * 50rem / 750);
  width: fit-content;
  margin: calc(30 * 50rem / 750) auto 0;
  position: relative;
  line-height: 1.75;
  letter-spacing: .075em;
}

.item_catch::before,
.item_catch::after {
  content: '';
  position: absolute;
  top: 50%;
  width: calc(2 * 50rem / 750);
  height: calc(27 * 50rem / 750);
  background: var(--color2)
}


.item_catch::before {
  transform: translateY(-50%) rotate(-36deg);
  left: calc(-23 * 50rem / 750);
}

.item_catch::after {
  transform: translateY(-50%) rotate(36deg);
  right: calc(-25 * 50rem / 750);
}

.spec_list {
  text-align: left;
  width: calc(276 * 50rem / 750);
  margin: calc(33 * 50rem / 750) auto 0 calc(162 * 50rem / 750);
}

.spec_list li {
  font-size: calc(24 * 50rem / 750);
  position: relative;
  line-height: 1.75;
  letter-spacing: .05em;
}

.spec_list.yellow li.block_02::after,
.spec_list.yellow li.block_03::after,
.spec_list.blue li.block_02::after,
.spec_list.blue li.block_03::after {
  content: "";
  width: calc(102 * 50rem / 750);
  height: calc(18 * 50rem / 750);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}


.spec_list.yellow li.block_02::after {
  background: url(../img/block_orange02.svg) no-repeat center;
}

.spec_list.yellow li.block_03::after {
  background: url(../img/block_orange03.svg) no-repeat center;
}

.spec_list.blue li.block_02::after {
  background: url(../img/block_blue02.svg) no-repeat center;
}

.spec_list.blue li.block_03::after {
  background: url(../img/block_blue03.svg) no-repeat center;
}

.sec_item.bodycare .btn_all {
  background: #d9bd60;
}

.sec_item.bodycare p.item_notes {
  margin-top: calc(18 * 50rem / 750);
}

.bodycare_item01 {}

.sec_item.bodycare .bodycare_item01 .item_list {
  margin: calc(144 * 50rem / 750) 0 0;
}

.sec_item.bodycare .bodycare_item02 .item_list {
  margin: calc(67 * 50rem / 750) 0 0;
}

.sec_item.bodycare .bodycare_item03 .item_list {
  margin: calc(64 * 50rem / 750) 0 0;
}

.sec_item.bodycare .bodycare_item01 .item_list li.item,
.sec_item.bodycare .bodycare_item02 .item_list li.item,
.sec_item.bodycare .bodycare_item03 .item_list li.item {
  padding: calc(69 * 50rem / 750) 0 calc(76 * 50rem / 750);
}

.bodycare_item01 .item_img {
  margin-top: calc(27 * 50rem / 750);
}

.bodycare_item01 .item_ttl.product_brand {
  margin-top: calc(25 * 50rem / 750);
}

.bodycare_item01 .item_ttl.product_name {
  margin-top: calc(0 * 50rem / 750);
}

.bodycare_item01 .item_price {
  margin-top: calc(10 * 50rem / 750);
}

.bodycare_item01 .sec_slide_wrap {
  margin-top: calc(74 * 50rem / 750);
}

.bodycare_item01 .btn_buy {
  margin: calc(40 * 50rem / 750) auto 0
}

.bodycare_item02 {}

.bodycare_item02 .ttl_line_wrap {
  margin-top: calc(172 * 50rem / 750);
}

.bodycare_item02 .item_ttl.product_brand {
  margin-top: calc(19 * 50rem / 750);
}

.bodycare_item02 .item_ttl.product_name {
  margin-top: calc(5 * 50rem / 750);
}

.bodycare_item02 .item_price {
  margin-top: calc(13 * 50rem / 750);
}

.bodycare_item02 .item_img {
  margin: calc(36 * 50rem / 750) auto 0;
}

.bodycare_item02 .line_group {
  width: calc(152 * 50rem / 750);
}

.bodycare_item02 .bodycare_item03 .line_group {
  width: calc(176 * 50rem / 750);
}

.sec_item.bodycare .bodycare_item02 .item_list li.item {
  padding: calc(33 * 50rem / 750) 0 calc(76 * 50rem / 750);
}

.bodycare_item02 .check_list {
  margin-top: calc(33 * 50rem / 750);
  padding-left: calc(42 * 50rem / 750);
}

.bodycare_item02 .btn_buy {
  margin: calc(40 * 50rem / 750) auto 0;
}

.bodycare_item03 {}

.bodycare_item03 .item_head {}

.bodycare_item03 .item_img {
  margin: calc(27 * 50rem / 750) auto 0;
}

.bodycare_item03 .item_ttl.product_brand {
  margin-top: calc(22 * 50rem / 750);
}

.bodycare_item03 .item_ttl.product_name {
  margin-top: calc(0 * 50rem / 750);
}

.bodycare_item03 .item_price {
  margin-top: calc(12 * 50rem / 750);
}

.sec_item.bodycare .bodycare_item03 .item_notes {
  margin-top: calc(17 * 50rem / 750);
  padding-left: calc(67 * 50rem / 750);
}

.sec_item.bodycare .bodycare_item03 .item02 .item_notes {
  padding-left: calc(106 * 50rem / 750);
}

.bodycare_item03 .btn_buy {
  margin: calc(43 * 50rem / 750) auto 0;
}

.bodycare_item03 .sec_slide_wrap {
  margin-top: calc(0 * 50rem / 750);
}

.bodycare_item03 .ttl_line_wrap {
  margin-top: calc(122 * 50rem / 750);
}

.bodycare_item03 .line_group {
  width: calc(176 * 50rem / 750);
}

.sec_item.bodycare .bodycare_item03 .item_list li.item {
  padding: calc(57 * 50rem / 750) 0 calc(76 * 50rem / 750);
}

.sec_item.bodycare .bodycare_item03 .check_list {
  margin-top: calc(34 * 50rem / 750);
  padding-left: calc(41 * 50rem / 750);
}

.sec_item.bodycare .btn_wrap {
  margin-top: calc(135 * 50rem / 750);
}


/* ========================================================
            * sec_item haircare *
========================================================= */
.sec_item.haircare {
  background: var(--color5);
  padding-bottom: calc(117 * 50rem / 750);
}

.sec_item.haircare .ttl_bg {
  background: url(../img/bg03.jpg) no-repeat center;
  background-size: 100%;
}

.sec_item.haircare .ttl_wrap {
  padding-top: calc(157 * 50rem / 750);
  margin-right: calc(72 * 50rem / 750);
}

.sec_item.haircare .text {
  margin-top: calc(70 * 50rem / 750);
  letter-spacing: .1em;
  line-height: 2;
}

.sec_item.haircare .item_head {
  color: #76b6c4;
}

.sec_item.haircare .item_head::before,
.sec_item.haircare .item_head::after {
  background: #76b6c4;
}

.sec_item.haircare .item_list {
  margin: calc(67 * 50rem / 750) 0 0;
}

.sec_item.haircare .item_list li.item {
  border: calc(2 * 50rem / 750) solid #76b6c4;
  padding: calc(123 * 50rem / 750) 0 calc(84 * 50rem / 750);
}

.haircare_item01 .check_list {
  margin-top: calc(35 * 50rem / 750);
  padding-left: calc(54 * 50rem / 750);
}

.item_list .check_list li {
  font-size: calc(22 * 50rem / 750);
  line-height: 1.85;
  letter-spacing: .075em;
}



.sec_item.haircare .check_list {
  margin-top: calc(33 * 50rem / 750);
  padding-left: calc(41 * 50rem / 750);
}

.sec_item.haircare .btn_kit,
.sec_item.haircare .btn_all {
  background: #76b6c4;
}

.haircare_item01 {}

.haircare_item01 .item_head {}

.haircare_item01 .item_ttl.product_brand {
  margin-top: calc(20 * 50rem / 750);
}

.haircare_item01 .item_ttl.product_name {
  margin-top: calc(0 * 50rem / 750);
}

.haircare_item01 .item_img {
  margin: calc(27 * 50rem / 750) auto 0;
}

.haircare_item01 .item_price {
  margin-top: calc(11 * 50rem / 750);
}

.haircare_item01 .btn_buy {
  margin: calc(41 * 50rem / 750) auto 0;
}

.haircare_item01 .item_limited.fukidashi02 {
  top: calc(225 * 50rem / 750);
  left: calc(39 * 50rem / 750);
}

.btn_all_check_wrap {
  padding-top: calc(143 * 50rem / 750);
  padding-bottom: calc(162 * 50rem / 750);
  background: var(--color1)
}

.btn_all_check {
  font-family: var(--font_eng);
  letter-spacing: 0.09em;
}


/* ========================================================
            * FadeIn fadeUp*
========================================================= */

#lp_contents .fadeIn {
  opacity: 0;
  transition: 2s;
}

#lp_contents .fadeIn.is-show {
  opacity: 1;
}

#lp_contents .fadeUp {
  opacity: 0;
  transform: translate(0, 5rem);
  transition: 2s;
}

#lp_contents .fadeUp.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

#lp_contents .fadeUp {
  opacity: 0;
  translate: 0 5rem;
  transition: opacity 2000ms ease, translate 2000ms ease;
}

#lp_contents .fadeUp.is-show {
  opacity: 1;
  translate: 0 0;
}