@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
@font-face {
  font-family: "yumin";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/yumin.otf") format("opentype"), url("../fonts/yumin.woff") format("woff"), url("../fonts/yumin.woff2") format("woff2");
}
@font-face {
  font-family: "yumin-light";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/yuminl.otf") format("opentype"), url("../fonts/yuminl.woff") format("woff"), url("../fonts/yuminl.woff2") format("woff2");
}
/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.femcafe_lp {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background-color: #ffffff;
  color: #000000;
  font-family: var(--font-noto), "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: calc(390 * 100vw/390);
  z-index: 0;
}
.femcafe_lp .bg {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: calc(390 * 100vw/390);
  height: calc(847 * 100vw/390);
  background-image: url(../img/bg_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.femcafe_lp img,
.femcafe_lp svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.femcafe_lp picture {
  display: block;
}
.femcafe_lp a {
  display: block;
  color: inherit;
}
.femcafe_lp *:focus {
  outline: none;
}
.femcafe_lp a,
.femcafe_lp label {
  -webkit-tap-highlight-color: rgba(35, 64, 78, 0.2);
}
.femcafe_lp input {
  display: none;
}
.femcafe_lp li,
.femcafe_lp ol {
  list-style-type: none;
}
.femcafe_lp .spOnly {
  display: block;
}
.femcafe_lp .pcOnly {
  display: none;
}
.femcafe_lp ::-moz-selection {
  color: #FAF8E4;
  background-color: rgba(35, 64, 78, 0.5);
}
.femcafe_lp ::selection {
  color: #FAF8E4;
  background-color: rgba(35, 64, 78, 0.5);
}
.femcafe_lp sup {
  font-size: 0.6em;
}
.femcafe_lp #share img {
  margin: auto;
}
.femcafe_lp .fv__img,
.femcafe_lp .fv__title,
.femcafe_lp .fv__logo,
.femcafe_lp .anim {
  opacity: 0;
}
.femcafe_lp .fv__title,
.femcafe_lp .fv__logo,
.femcafe_lp .anim_enable {
  -webkit-animation: fade 1.4s ease forwards;
          animation: fade 1.4s ease forwards;
}
@-webkit-keyframes fade {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.femcafe_lp .fv__img {
  -webkit-animation: mv-fade 1.6s ease 0.2s forwards;
          animation: mv-fade 1.6s ease 0.2s forwards;
  filter: blur(6px);
  opacity: 0;
}
@-webkit-keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

/*--------------------------------
							SP  Only
--------------------------------*/
@media (max-width: 768px) {
  .femcafe_lp .routine .section__title.pc {
    display: none;
  }
  .femcafe_lp .staff-voice .section__title--jp {
    letter-spacing: 0;
  }
}

/* .femcafe_lp : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.femcafe_lp {
  --color-primary: #F89983;
  --color-secondary: rgba(255, 226, 219, 0.41);
  --color-tertiary: #FFFDE6;
  --color-quaternary: #23404E;
  --font-noto: "Noto Sans";
  --font-mintyo: "yumin";
  --font-english: "Libre Baskerville";
}
.femcafe_lp .fv {
  margin-bottom: calc(52 * 100vw/390);
}
.femcafe_lp .fv__img {
  margin-bottom: calc(42 * 100vw/390);
  width: 100%;
}
.femcafe_lp .fv__text {
  font-size: calc(14 * 100vw/390);
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.055em;
  text-align: center;
}
.femcafe_lp .fv__text:nth-of-type(n+2) {
  margin-top: calc(14 * 100vw/390);
}
.femcafe_lp .fv .color {
  color: var(--color-primary);
  font-size: calc(15 * 100vw/390);
  font-weight: 700;
}
.femcafe_lp .fv .small-letter {
  font-size: calc(12 * 100vw/390);
}
.femcafe_lp .section__title {
  display: flex;
  align-items: center;
  position: relative;
  margin-inline: calc(21 * 100vw/390);
  padding-bottom: calc(5 * 100vw/390);
  border-bottom: 1px solid #F0F0F0;
  height: calc(80 * 100vw/390);
  z-index: 0;
}
.femcafe_lp .section__title::before {
  content: "";
  position: absolute;
  top: calc(-5 * 100vw/390);
  left: 0;
  width: calc(4 * 100vw/390);
  height: calc(80 * 100vw/390);
  background-color: var(--color-primary);
  background-size: contain;
  background-repeat: no-repeat;
}
.femcafe_lp .section__title--en {
  margin-bottom: calc(12 * 100vw/390);
  font-family: var(--font-english), serif;
  font-size: calc(27 * 100vw/390);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.055em;
  text-align: left;
}
.femcafe_lp .section__title--jp {
  font-family: var(--font-mintyo), serif;
  font-size: calc(16 * 100vw/390);
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.055em;
  text-align: left;
}
.femcafe_lp .section__title__inner {
  margin-bottom: calc(11 * 100vw/390);
  padding-left: calc(16 * 100vw/390);
}
.femcafe_lp .campaign {
  padding: calc(25 * 100vw/390) calc(18 * 100vw/390) calc(20 * 100vw/390);
  margin-inline: calc(21 * 100vw/390);
  margin-bottom: calc(60 * 100vw/390);
  background-color: #fffff8;
  border: calc(2 * 100vw/390) solid var(--color-primary);
  border-radius: calc(10 * 100vw/390);
}
.femcafe_lp .campaign .section__title--en {
  margin-bottom: calc(16 * 100vw/390);
  color: var(--color-primary);
  text-align: center;
}
.femcafe_lp .campaign dl {
  text-align: center;
}
.femcafe_lp .campaign dt {
  display: inline-block;
  margin-bottom: calc(6 * 100vw/390);
  padding: calc(3 * 100vw/390) calc(8 * 100vw/390) calc(1 * 100vw/390);
  background-color: #f9b3a4;
  color: #fff;
  font-size: calc(11 * 100vw/390);
  font-weight: 600;
  /* width: calc(110 * 100vw/390); */
}
.femcafe_lp .campaign dd .data {
  font-size: calc(15 * 100vw/390);
  font-weight: bold;
  letter-spacing: 0.055em;
  line-height: 1.25;
}
.femcafe_lp .campaign dd .text {
  font-size: calc(13 * 100vw/390);
  font-weight: bold;
  letter-spacing: .055em;
  line-height: 1.55;
}
.femcafe_lp .campaign dl + dl {
  margin-top: calc(16 * 100vw/390);
}
.femcafe_lp .campaign .strong {
  padding-right: calc(2 * 100vw/390);
  font-size: calc(23 * 100vw/390);
}
.femcafe_lp .campaign .note {
  margin-top: calc(5 * 100vw/390);
  font-size: calc(11 * 100vw/390);
}
.femcafe_lp .campaign .color {
  color: var(--color-primary);
  font-size: calc(16 * 100vw/390);
  line-height: 1.25;
}
.femcafe_lp .supervised-by {
  margin-bottom: calc(60 * 100vw/390);
}
.femcafe_lp .supervised-by .section__title {
  margin-bottom: calc(28 * 100vw/390);
  background-color: #ffffff;
}
.femcafe_lp .supervised-by .img {
  width: calc(240 * 100vw/390);
}
.femcafe_lp .supervised-by__item:nth-of-type(1) {
  margin-bottom: calc(31 * 100vw/390);
}
.femcafe_lp .supervised-by__item:nth-of-type(1) .img {
  margin-left: auto;
  margin-right: 0;
}
.femcafe_lp .supervised-by__item:nth-of-type(1) .profile {
  bottom: calc(42 * 100vw/390);
  left: calc(8 * 100vw/390);
}
.femcafe_lp .supervised-by__item:nth-of-type(1) .item__text {
  margin-top: calc(12 * 100vw/390);
}
.femcafe_lp .supervised-by__item:nth-of-type(2) .profile {
  bottom: calc(20 * 100vw/390);
  right: calc(7 * 100vw/390);
}
.femcafe_lp .supervised-by__item:nth-of-type(2) .item__text {
  margin-top: calc(14 * 100vw/390);
}
.femcafe_lp .supervised-by .item__img {
  position: relative;
  z-index: 0;
}
.femcafe_lp .supervised-by .instagram {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: calc(5 * 100vw/390);
       column-gap: calc(5 * 100vw/390);
  margin-top: calc(8 * 100vw/390);
  margin-right: calc(18 * 100vw/390);
  font-size: calc(11 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: right;
  text-decoration: underline;
  width: fit-content;
  margin-left: auto;
  z-index: 0;
}
.femcafe_lp .supervised-by .instagram::before {
  content: "";
  width: calc(14 * 100vw/390);
  height: calc(14 * 100vw/390);
  background-image: url(../img/instagram_logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.femcafe_lp .supervised-by .profile {
  position: absolute;
  padding: calc(21 * 100vw/390) calc(14 * 100vw/390) calc(16 * 100vw/390) calc(14 * 100vw/390);
  background-color: rgba(211, 220, 224, 0.7);
  box-sizing: border-box;
  width: calc(188 * 100vw/390);
  z-index: 1;
}
.femcafe_lp .supervised-by .profile__name {
  font-size: calc(14 * 100vw/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.055em;
}
.femcafe_lp .supervised-by .profile__text {
  margin-top: calc(10 * 100vw/390);
  font-size: calc(11 * 100vw/390);
  line-height: 1.5;
  letter-spacing: 0.055em;
}
.femcafe_lp .supervised-by .item__text {
  padding-inline: calc(18 * 100vw/390);
  color: #5A5A5A;
  font-size: calc(12 * 100vw/390);
  line-height: 1.75;
  letter-spacing: 0.055em;
  text-align: justify;
}
.femcafe_lp .goods {
  margin-bottom: calc(65 * 100vw/390);
  text-align: center;
}
.femcafe_lp .goods__info {
  margin-bottom: calc(4 * 100vw/390);
  padding: calc(65 * 100vw/390) calc(60 * 100vw/390) calc(61 * 100vw/390);
  width: 100%;
  height: calc(380 * 100vw/390);
  background-image: url(../img/sectionBg_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.femcafe_lp .goods__info--title {
  color: var(--color-quaternary);
  font-family: var(--font-english), serif;
  font-size: calc(27 * 100vw/390);
  font-weight: 400;
  line-height: 1.52;
  letter-spacing: 0.055em;
}
.femcafe_lp .goods__name {
  display: inline-block;
  transform: translateY(calc(-3 * 100vw/390));
}
.femcafe_lp .goods__flavor {
  font-size: calc(17 * 100vw/390);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.055em;
}
.femcafe_lp .goods__flavor--jp {
  font-size: calc(11 * 100vw/390);
  font-weight: 600;
}
.femcafe_lp .goods__flavor.berry {
  margin-top: calc(20 * 100vw/390);
}
.femcafe_lp .goods__flavor.lemon {
  margin-top: calc(13 * 100vw/390);
}
.femcafe_lp .goods__list {
  display: flex;
  -moz-column-gap: calc(4 * 100vw/390);
       column-gap: calc(4 * 100vw/390);
}
.femcafe_lp .goods .price {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(8 * 100vw/390);
       column-gap: calc(8 * 100vw/390);
  margin-top: calc(37 * 100vw/390);
  font-size: calc(19 * 100vw/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.055em;
}
.femcafe_lp .goods .price .small-letter {
  font-size: calc(12 * 100vw/390);
}
.femcafe_lp .goods .price::before {
  content: "28包";
  margin-right: calc(1 * 100vw/390);
  padding: calc(3 * 100vw/390) calc(2 * 100vw/390) calc(4 * 100vw/390) calc(4 * 100vw/390);
  border: 1px solid;
  font-size: calc(11 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.055em;
  text-align: center;
}
.femcafe_lp .goods__list .goods__flavor {
  margin: calc(10 * 100vw/390) auto calc(11 * 100vw/390);
}
.femcafe_lp .goods__list .goods__flavor--jp {
  font-size: calc(10 * 100vw/390);
}
.femcafe_lp .goods__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: calc(24 * 100vw/390);
       column-gap: calc(24 * 100vw/390);
  margin-inline: auto;
  padding: calc(5 * 100vw/390) calc(10 * 100vw/390) calc(6 * 100vw/390);
  border: solid 1px;
  box-sizing: border-box;
  font-size: calc(14 * 100vw/390);
  width: calc(134 * 100vw/390);
}
.femcafe_lp .goods__link::after {
  content: "";
  width: calc(8 * 100vw/390);
  height: calc(8 * 100vw/390);
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.femcafe_lp .goods__link--text {
  font-weight: 500;
  letter-spacing: 0.055em;
  width: calc(50 * 100vw/390);
}
.femcafe_lp .routine {
  position: relative;
  padding-top: calc(55 * 100vw/390);
  padding-bottom: calc(58 * 100vw/390);
  background-color: var(--color-secondary);
  z-index: 1;
}
.femcafe_lp .routine .section__title {
  margin-bottom: 0;
  background-color: #FEF3F0;
}
.femcafe_lp .routine__img {
  width: 100%;
}
.femcafe_lp .routine__text {
  font-size: calc(14 * 100vw/390);
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.055em;
}
.femcafe_lp .routine__textwrap {
  margin: calc(23 * 100vw/390) calc(25 * 100vw/390) 0;
}
.femcafe_lp .ingredient {
  position: relative;
  padding-top: calc(56 * 100vw/390);
  padding-bottom: calc(59 * 100vw/390);
  background-color: #ffffff;
  text-align: center;
  z-index: 1;
}
.femcafe_lp .ingredient .section__title {
  margin-bottom: calc(28 * 100vw/390);
}
.femcafe_lp .ingredient__goods {
  position: relative;
  margin-inline: auto;
  padding: calc(104 * 100vw/390) 0 calc(135 * 100vw/390);
  width: calc(180 * 100vw/390);
  z-index: 0;
}
.femcafe_lp .ingredient__goods::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: calc(39 * 100vw/390);
  left: 50%;
  width: calc(298 * 100vw/390);
  height: calc(308 * 100vw/390);
  background-color: #FFF7F5;
  border-radius: 50%;
  z-index: -1;
}
.femcafe_lp .ingredient__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.femcafe_lp .ingredient__img {
  margin-inline: auto;
  margin-bottom: calc(10 * 100vw/390);
  width: calc(88 * 100vw/390);
}
.femcafe_lp .ingredient__name {
  margin-bottom: calc(5 * 100vw/390);
  font-size: calc(12.5 * 100vw/390);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.025em;
}
.femcafe_lp .ingredient__text {
  color: #727272;
  font-size: calc(10 * 100vw/390);
  line-height: 1.36;
  letter-spacing: 0.025em;
}
.femcafe_lp .ingredient__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  width: calc(369 * 100vw/390);
  height: calc(429 * 100vw/390);
  z-index: 1;
}
.femcafe_lp .ingredient__lemon, .femcafe_lp .ingredient__pomegranate {
  margin-left: calc(38 * 100vw/390);
}
.femcafe_lp .ingredient__berry, .femcafe_lp .ingredient__artichoke {
  margin-right: calc(35 * 100vw/390);
}
.femcafe_lp .ingredient__artichoke, .femcafe_lp .ingredient__pomegranate {
  margin-top: calc(11 * 100vw/390);
}
.femcafe_lp .ingredient__hihatsu {
  margin-left: calc(60 * 100vw/390);
}
.femcafe_lp .ingredient__sage {
  margin-right: calc(65 * 100vw/390);
}
.femcafe_lp .ingredient__hihatsu, .femcafe_lp .ingredient__sage {
  margin-top: calc(5 * 100vw/390);
}
.femcafe_lp .staff-voice {
  padding-top: calc(55 * 100vw/390);
  padding-bottom: calc(58 * 100vw/390);
  background-color: rgba(255, 253, 230, 0.55);
}
.femcafe_lp .staff-voice .section__title {
  line-height: 1.4;
  background-color: #FFFEF2;
  margin-bottom: calc(28 * 100vw/390);
  height: calc(102 * 100vw/390);
}
.femcafe_lp .staff-voice .section__title--en {
  margin-top: calc(6 * 100vw/390);
  margin-bottom: calc(7 * 100vw/390);
}
.femcafe_lp .staff-voice .section__title--jp {
  line-height: 1.4;
  white-space: nowrap;
}
.femcafe_lp .staff-voice .section__title .small-letter {
  font-size: calc(15 * 100vw/390);
  letter-spacing: 0.025em;
}
.femcafe_lp .staff-voice .section__title::before {
  height: calc(102 * 100vw/390);
}
.femcafe_lp .staff-voice .wrap01 {
  margin-bottom: calc(31.5 * 100vw/390);
}
.femcafe_lp .staff-voice .wrap01 .staff-voice__title {
  margin-bottom: calc(8 * 100vw/390);
}
.femcafe_lp .staff-voice .wrap02 .staff-voice__title {
  margin-bottom: calc(7 * 100vw/390);
}
.femcafe_lp .staff-voice__title {
  padding-inline: calc(25 * 100vw/390) calc(23 * 100vw/390);
}
.femcafe_lp .staff-voice .voice__list {
  display: flex;
  flex-direction: column;
  row-gap: calc(11 * 100vw/390);
  padding: 0 calc(9 * 100vw/390);
}
.femcafe_lp .staff-voice .voice__item {
  display: flex;
  justify-content: space-between;
}
.femcafe_lp .staff-voice .voice__item:nth-child(odd) .voice__item--face {
  margin-left: calc(1 * 100vw/390);
}
.femcafe_lp .staff-voice .voice__item:nth-child(odd) .voice__item--comment {
  margin-right: calc(10 * 100vw/390);
}
.femcafe_lp .staff-voice .voice__item:nth-child(even) {
  flex-direction: row-reverse;
}
.femcafe_lp .staff-voice .voice__item:nth-child(even) .voice__item--face {
  margin-right: calc(1 * 100vw/390);
}
.femcafe_lp .staff-voice .voice__item:nth-child(even) .voice__item--comment {
  margin-left: calc(10 * 100vw/390);
}
.femcafe_lp .staff-voice .voice__item--face {
  width: calc(104 * 100vw/390);
}
.femcafe_lp .staff-voice .voice__item--comment {
  margin-top: calc(19 * 100vw/390);
  width: calc(256 * 100vw/390);
}
.femcafe_lp .QandA {
  position: relative;
  padding-top: calc(70 * 100vw/390);
  padding-bottom: calc(85 * 100vw/390);
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
}
.femcafe_lp .QandA .section__title {
  margin-bottom: calc(28 * 100vw/390);
}
.femcafe_lp .QandA .section__title::after {
  content: "";
  position: absolute;
  top: calc(-5 * 100vw/390);
  right: calc(-4 * 100vw/390);
  width: calc(175 * 100vw/390);
  height: calc(94 * 100vw/390);
  background-image: url(../img/QandA_img.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.femcafe_lp .QandA__list {
  padding-inline: calc(31 * 100vw/390) calc(18 * 100vw/390);
}
.femcafe_lp .QandA__item__paragraph {
  display: flex;
  align-items: baseline;
  transform-origin: center;
  width: 100%;
}
.femcafe_lp .QandA__item__paragraph__text,
.femcafe_lp .QandA .border {
  display: inline-block;
  font-weight: 400;
}
.femcafe_lp .QandA__item {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: calc(15 * 100vw/390);
  border-bottom: dotted 1px #A0A0A0;
  font-size: calc(14 * 100vw/390);
  line-height: 1.5;
  letter-spacing: 0.055em;
}
.femcafe_lp .QandA__item:not(:first-child) {
  padding-top: calc(14 * 100vw/390);
}
.femcafe_lp .QandA__item.close .answer {
  max-height: 0;
  overflow: hidden;
}
.femcafe_lp .QandA__item.open .answer {
  padding-top: calc(13 * 100vw/390);
  max-height: calc(60 * 100vw/390);
  overflow: auto;
}
.femcafe_lp .QandA__item.open .border_ui::before {
  transform: rotate(90deg);
}
.femcafe_lp .QandA__item__paragraph__text {
  padding-left: calc(11 * 100vw/390);
  width: calc(251 * 100vw/390);
}
.femcafe_lp .QandA .border {
  padding: calc(5 * 100vw/390) calc(3 * 100vw/390) calc(6 * 100vw/390) calc(7 * 100vw/390);
  border: solid 1px;
  font-size: calc(13 * 100vw/390);
  line-height: 0.92;
}
.femcafe_lp .QandA .question {
  position: relative;
  cursor: pointer;
  z-index: 0;
}
.femcafe_lp .QandA .border_ui {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: calc(10 * 100vw/390);
  width: calc(22 * 100vw/390);
  height: calc(22 * 100vw/390);
}
.femcafe_lp .QandA .border_ui::before {
  content: "";
  position: absolute;
  left: 50%;
}
.femcafe_lp .QandA .border_ui::after {
  content: "";
  position: absolute;
  transform: translateY(-100%);
  top: 50%;
}
.femcafe_lp .QandA .border_ui::before {
  transition: all 0.3s;
  border-left: 1px solid #000;
  width: 1px;
  height: calc(22 * 100vw/390);
}
.femcafe_lp .QandA .border_ui::after {
  border-bottom: 1px solid #000;
  width: calc(22 * 100vw/390);
  height: 1px;
}
.femcafe_lp .QandA .answer {
  transition: all 0.5s;
}
.femcafe_lp .QandA .answer .border {
  color: #F89983;
}
.femcafe_lp .following-nav {
  position: relative;
  padding: calc(23 * 100vw/390) calc(14 * 100vw/390) calc(16 * 100vw/390) calc(2 * 100vw/390);
  border-top: 1px solid #EFEFEF;
  background-color: #FFFFF8;
  width: 100%;
  z-index: 0;
}
.femcafe_lp .following-nav::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: calc(-16 * 100vw/390);
  left: 50%;
  width: calc(330 * 100vw/390);
  height: calc(30 * 100vw/390);
  background-image: url(../img/followingTitle_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.femcafe_lp .following-nav_list {
  display: flex;
  -moz-column-gap: calc(18 * 100vw/390);
       column-gap: calc(18 * 100vw/390);
}
.femcafe_lp .following-nav li {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.1rem;
       column-gap: 0.1rem;
  position: relative;
  z-index: 0;
}
.femcafe_lp .following-nav li:nth-child(1)::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: calc(-17 * 100vw/390);
  width: 1px;
  height: calc(62 * 100vw/390);
  border-left: dotted 1px #8E8E8E;
  z-index: -1;
}
.femcafe_lp .following-nav_title {
  padding-bottom: calc(7 * 100vw/390);
  font-weight: 500;
  font-size: calc(15 * 100vw/390);
  line-height: 1.1;
  letter-spacing: 0.055em;
  text-align: center;
  white-space: nowrap;
}
.femcafe_lp .following-nav_title span {
  font-size: calc(10 * 100vw/390);
}
.femcafe_lp .following-nav_pickup {
  width: calc(80 * 100vw/390);
}
.femcafe_lp .following-nav__link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: calc(14.5 * 100vw/390);
       column-gap: calc(14.5 * 100vw/390);
  padding: calc(5 * 100vw/390) calc(11 * 100vw/390) calc(5 * 100vw/390);
  border: solid 1px;
  box-sizing: border-box;
  font-size: calc(12 * 100vw/390);
  width: calc(94 * 100vw/390);
}
.femcafe_lp .following-nav__link::after {
  content: "";
  width: calc(6 * 100vw/390);
  height: calc(6 * 100vw/390);
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.femcafe_lp .following-nav__link--text {
  font-weight: 500;
  letter-spacing: 0.055em;
  width: calc(30 * 100vw/390);
}
.femcafe_lp .phytotherapy-button {
  position: fixed;
  bottom: calc(153 * 100vw/390);
  right: 0;
  width: calc(180 * 100vw/390);
  box-shadow: -1px 1px 10px rgba(101, 101, 101, 0.4);
  cursor: pointer;
  transition: transform 0.6s ease;
  transform: translateY(200%);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.femcafe_lp .phytotherapy-button.visible {
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

.phytotherapy {
  --font-noto: "Noto Sans";
  --font-mintyo: "yumin";
  --font-english: "Libre Baskerville";
  position: relative;
  margin: 0 auto calc(69 * 100vw/390);
  padding: calc(30 * 100vw/390) calc(37 * 100vw/390) calc(25 * 100vw/390) calc(39 * 100vw/390);
  width: calc(354 * 100vw/390);
  height: calc(245 * 100vw/390);
  background-image: url(../img/phytotherapy_sp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.12);
  z-index: 0;
}
.phytotherapy__title {
  font-family: var(--font-english), serif;
  font-size: calc(15 * 100vw/390);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.055em;
  text-align: center;
}
.phytotherapy__text {
  margin-top: calc(15 * 100vw/390);
  color: #5A5A5A;
  font-size: calc(12 * 100vw/390);
  line-height: 2;
  letter-spacing: 0.055em;
  text-align: justify;
}
.phytotherapy .en {
  font-family: var(--font-english), serif;
}

/* .femcafe_lp SP*/
/*------------------------------------
≡≡≡≡≡≡≡ ▼ following-nav  SP ▼ ≡≡≡≡≡≡≡
------------------------------------*/
.femcafe_lp .following-nav {
  position: fixed;
  transition: transform 0.6s ease;
  transform: translateY(100%);
  bottom: 0;
  right: 0;
  visibility: hidden;
  box-sizing: border-box;
}

#share {
  transition: transform 0.6s ease;
}

.following-nav.up-active {
  transform: translateY(100%);
  visibility: visible;
  z-index: 10;
}

.following-nav.up-active {
  transform: translateY(0);
  visibility: visible;
  z-index: 10;
}

#share.active {
  transform: translateY(calc(-110 * 100vw/390));
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  main {
    max-width: 100vw;
  }
  #FooterWrap {
    position: relative;
    z-index: 1;
  }
  #Wrap {
    width: auto;
  }
  .wrapTop,
.wrapBottom {
    width: 100%;
  }
  .femcafe_lp {
    padding-bottom: 10.6rem;
    width: 100%;
    max-width: 100vw;
  }
  .femcafe_lp .bg {
    width: 100vw;
    height: 100%;
    background-image: url(../img/bg_pc.png);
    background-repeat: repeat;
  }
  .femcafe_lp a {
    cursor: pointer;
  }
  .femcafe_lp .pcOnly {
    display: block;
  }
  .femcafe_lp .spOnly {
    display: none;
  }
  .femcafe_lp .fv__img {
    -webkit-animation: mv-fade 1.7s ease 0.2s forwards;
            animation: mv-fade 1.7s ease 0.2s forwards;
  }
  .femcafe_lp .section__item:nth-of-type(2).anim_enable {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .femcafe_lp .section__item:nth-of-type(2) .border01 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 1.4s;
  }
  .femcafe_lp .section__item:nth-of-type(2) .border02 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s 0.9s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 2.3s;
  }
  .femcafe_lp .section__item:nth-of-type(2) .active .border::after {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .femcafe_lp .section__item:nth-of-type(2) .active .border02::after {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .femcafe_lp .section__item:nth-of-type(3).anim_enable {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .femcafe_lp .section__item:nth-of-type(3) .border01 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 2s;
  }
  .femcafe_lp .section__item:nth-of-type(3) .border02 b {
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s 0.9s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s 2.9s;
  }
  .femcafe_lp .section__item:nth-of-type(3) .active .border::after {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  .femcafe_lp .section__item:nth-of-type(3) .active .border02::after {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
  .femcafe_lp .border::after {
    top: -0.8rem;
    height: 2.6rem;
  }
  /* .femcafe_lp : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .femcafe_lp .fv {
    margin-bottom: 6.8rem;
  }
  .femcafe_lp .fv__img {
    margin-bottom: 5.9rem;
  }
  .femcafe_lp .fv__img.re-fv {
    margin-top: 3rem;
    margin-inline: auto;
    max-width: 128rem;
    width: 100%;
  }
  .femcafe_lp .fv__text {
    font-size: 1.6rem;
    line-height: 2.6;
  }
  .femcafe_lp .fv__text:nth-of-type(n+2) {
    margin-top: 1.2rem;
  }
  .femcafe_lp .fv .color {
    color: var(--color-primary);
    font-size: 1.7rem;
  }
  .femcafe_lp .fv .small-letter {
    font-size: 1.4rem;
  }
  .femcafe_lp .section__title {
    margin-inline: auto;
    padding-bottom: 0.7rem;
    width: 94rem;
    height: 10rem;
  }
  .femcafe_lp .section__title::before {
    top: -0.5rem;
    left: 0;
    width: 0.4rem;
    height: 10rem;
  }
  .femcafe_lp .section__title--en {
    margin-bottom: 1rem;
    font-size: 3rem;
  }
  .femcafe_lp .section__title--jp {
    font-size: 1.8rem;
  }
  .femcafe_lp .section__title__inner {
    margin-bottom: 1.3rem;
    padding-left: 2rem;
  }
  .femcafe_lp .campaign {
    padding: 3.3rem 1.8rem 2.8rem;
    margin-inline: auto;
    margin-bottom: 10.5rem;
    border: .2rem solid var(--color-primary);
    border-radius: 1rem;
    width: 64rem;
  }
  .femcafe_lp .campaign .section__title--en {
    margin-bottom: 2rem;
    font-size: 3.4rem;
  }
  .femcafe_lp .campaign dt {
    margin-bottom: .6rem;
    padding: .2rem 1rem .1rem;
    font-size: 1.2rem;
    /* width: 14rem; */
  }
  .femcafe_lp .campaign dd .data {
    font-size: 1.7rem;
  }
  .femcafe_lp .campaign dd .text {
    font-size: 1.5rem;
  }
  .femcafe_lp .campaign dl + dl {
    margin-top: 1.6rem;
  }
  .femcafe_lp .campaign .strong {
    padding-right: .2rem;
    font-size: 2.6rem;
  }
  .femcafe_lp .campaign .note {
    margin-top: .8rem;
    font-size: 1.1rem;
  }
  .femcafe_lp .campaign .color {
    font-size: 1.8rem;
  }
  .femcafe_lp .supervised-by {
    margin-bottom: 12.5rem;
  }
  .femcafe_lp .supervised-by .section__title {
    margin-bottom: 3rem;
  }
  .femcafe_lp .supervised-by__list {
    margin: 0 auto;
    width: 94rem;
  }
  .femcafe_lp .supervised-by .item__img {
    width: 43.8rem;
  }
  .femcafe_lp .supervised-by .img {
    width: 100%;
  }
  .femcafe_lp .supervised-by__item:nth-of-type(1) {
    margin-bottom: 7.9rem;
  }
  .femcafe_lp .supervised-by__item:nth-of-type(1) .item__img {
    margin-left: auto;
    margin-right: 0;
  }
  .femcafe_lp .supervised-by__item:nth-of-type(1) .img {
    margin-left: 0;
  }
  .femcafe_lp .supervised-by__item:nth-of-type(1) .profile {
    bottom: 19.6rem;
    left: -20.2rem;
  }
  .femcafe_lp .supervised-by__item:nth-of-type(1) .item__text {
    margin-top: -15.2rem;
    margin-left: 1rem;
  }
  .femcafe_lp .supervised-by__item:nth-of-type(2) .profile {
    bottom: 17.2rem;
    right: -20.2rem;
  }
  .femcafe_lp .supervised-by__item:nth-of-type(2) .item__text {
    margin-top: -14.9rem;
    margin-left: auto;
    margin-right: 0.9rem;
  }
  .femcafe_lp .supervised-by .instagram {
    align-items: unset;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    margin-top: 1rem;
    margin-right: 0;
    font-size: 1.3rem;
  }
  .femcafe_lp .supervised-by .instagram::before {
    width: 1.5rem;
    height: 1.5rem;
  }
  .femcafe_lp .supervised-by .profile {
    padding: 2.1rem 1.8rem 1.3rem 1.8rem;
    width: 28.2rem;
  }
  .femcafe_lp .supervised-by .profile__name {
    font-size: 1.4rem;
  }
  .femcafe_lp .supervised-by .profile__text {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.75;
    letter-spacing: 0.045em;
  }
  .femcafe_lp .supervised-by .item__text {
    padding-inline: 0;
    font-size: 1.3rem;
    line-height: 1.75;
    letter-spacing: 0.045em;
    width: 46.4rem;
  }
  .femcafe_lp .goods {
    display: flex;
    margin-bottom: 7.5rem;
    padding: 5.6% 0;
    width: 100%;
    background-image: url(../img/sectionBg_pc.png);
    background-size: 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
  }
  .femcafe_lp .goods__info {
    margin-top: 4.3rem;
    margin-left: 7vw;
    margin-bottom: auto;
    padding: 0;
    width: 100%;
    height: auto;
    background-image: none;
    width: 41.4%;
  }
  .femcafe_lp .goods__info--title {
    font-size: 3.1rem;
    line-height: 1.5;
  }
  .femcafe_lp .goods__name {
    transform: translateY(-0.3rem);
  }
  .femcafe_lp .goods__flavor {
    font-size: 1.9rem;
  }
  .femcafe_lp .goods__flavor--jp {
    font-size: 1.2rem;
  }
  .femcafe_lp .goods__flavor.berry {
    margin-top: 2.3rem;
  }
  .femcafe_lp .goods__flavor.lemon {
    margin-top: 1.2rem;
  }
  .femcafe_lp .goods__list {
    -moz-column-gap: 1.9rem;
         column-gap: 1.9rem;
    width: 42.8%;
  }
  .femcafe_lp .goods .price {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    margin-top: 4.6rem;
    font-size: 2.1rem;
  }
  .femcafe_lp .goods .price .small-letter {
    font-size: 1.3rem;
  }
  .femcafe_lp .goods .price::before {
    margin-right: 0.1rem;
    padding: 0.4rem 0.3rem 0.4rem 0.5rem;
    font-size: 1.2rem;
  }
  .femcafe_lp .goods__list .goods__flavor {
    margin: 1.2rem 0 1rem;
  }
  .femcafe_lp .goods__list .goods__flavor--jp {
    font-size: 1rem;
  }
  .femcafe_lp .goods__link {
    -moz-column-gap: 2.7rem;
         column-gap: 2.7rem;
    padding: 0.4rem 1rem 0.6rem;
    background-color: #ffffff;
    font-size: 1.4rem;
    width: 13.4rem;
  }
  .femcafe_lp .goods__link::after {
    width: 0.6rem;
    height: 0.6rem;
  }
  .femcafe_lp .goods__link--text {
    width: 5rem;
  }
  .femcafe_lp .routine {
    display: flex;
    align-items: center;
    -moz-column-gap: 9.7%;
         column-gap: 9.7%;
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
  .femcafe_lp .routine .section__title {
    margin-bottom: 1.6rem;
    width: 40.8rem;
  }
  .femcafe_lp .routine .section__title.sp {
    display: none;
  }
  .femcafe_lp .routine__img {
    width: 48.3%;
  }
  .femcafe_lp .routine__text {
    font-size: 1.5rem;
    line-height: 2.25;
  }
  .femcafe_lp .routine__textwrap {
    margin: 0;
    width: 40.8rem;
  }
  .femcafe_lp .ingredient {
    padding-top: 7.7rem;
    padding-bottom: 6.5%;
  }
  .femcafe_lp .ingredient .section__title {
    margin-bottom: 3rem;
  }
  .femcafe_lp .ingredient__goods {
    padding: 12.9rem 0 17.2rem;
    width: 23.7rem;
  }
  .femcafe_lp .ingredient__goods::after {
    top: 6rem;
    width: 37.8rem;
    height: 39.1rem;
  }
  .femcafe_lp .ingredient__img {
    margin-bottom: 1rem;
    width: 10.3rem;
  }
  .femcafe_lp .ingredient__name {
    margin-bottom: 0.7rem;
    font-size: 1.5rem;
  }
  .femcafe_lp .ingredient__text {
    font-size: 1.2rem;
  }
  .femcafe_lp .ingredient__list {
    width: 50rem;
    height: 55.7rem;
  }
  .femcafe_lp .ingredient__lemon, .femcafe_lp .ingredient__pomegranate {
    margin-left: 6.3rem;
  }
  .femcafe_lp .ingredient__berry, .femcafe_lp .ingredient__artichoke {
    margin-right: 5.9rem;
  }
  .femcafe_lp .ingredient__artichoke, .femcafe_lp .ingredient__pomegranate {
    margin-top: 0.4rem;
  }
  .femcafe_lp .ingredient__hihatsu {
    margin-left: 8.9rem;
  }
  .femcafe_lp .ingredient__sage {
    margin-right: 9.5rem;
  }
  .femcafe_lp .ingredient__hihatsu, .femcafe_lp .ingredient__sage {
    margin-top: 0.5rem;
  }
  .femcafe_lp .staff-voice {
    padding-top: 7.5rem;
    padding-bottom: 10rem;
  }
  .femcafe_lp .staff-voice .section__title {
    margin-bottom: 2.6rem;
    padding-bottom: 0.3rem;
    height: 10rem;
  }
  .femcafe_lp .staff-voice .section__title--en {
    margin-top: 0.2rem;
    margin-bottom: 0.8rem;
  }
  .femcafe_lp .staff-voice .section__title .small-letter {
    font-size: 1.6rem;
    letter-spacing: 0.055em;
  }
  .femcafe_lp .staff-voice .section__title::before {
    top: -1rem;
    height: 10rem;
  }
  .femcafe_lp .staff-voice .wrap01 {
    margin-bottom: 6.2rem;
  }
  .femcafe_lp .staff-voice .wrap01 .staff-voice__title {
    margin-bottom: 2.6rem;
    width: 58.1rem;
  }
  .femcafe_lp .staff-voice .wrap01 .voice__list {
    row-gap: 5.7rem;
  }
  .femcafe_lp .staff-voice .wrap01 .voice__item:nth-child(odd) .voice__item--face {
    top: -2.2rem;
  }
  .femcafe_lp .staff-voice .wrap01 .voice__item:nth-child(even) .voice__item--face {
    top: -2rem;
  }
  .femcafe_lp .staff-voice .wrap02 .staff-voice__title {
    margin-bottom: 5rem;
    width: 53.9rem;
  }
  .femcafe_lp .staff-voice .wrap02 .voice__list {
    row-gap: 6.6rem;
  }
  .femcafe_lp .staff-voice .wrap02 .voice__item:nth-child(odd) .voice__item--face {
    top: -3rem;
  }
  .femcafe_lp .staff-voice .wrap02 .voice__item:nth-child(even) .voice__item--face {
    top: -3rem;
  }
  .femcafe_lp .staff-voice__title {
    margin-inline: auto;
    padding-inline: 0;
    transform: translateX(-0.1rem);
  }
  .femcafe_lp .staff-voice .voice__list {
    margin: 0 auto;
    padding: 0 0.2rem;
    width: 59.8rem;
  }
  .femcafe_lp .staff-voice .voice__item {
    position: relative;
    align-items: center;
    z-index: 0;
  }
  .femcafe_lp .staff-voice .voice__item:nth-child(odd) .voice__item--face {
    left: -11.8rem;
    margin-left: -0.7rem;
  }
  .femcafe_lp .staff-voice .voice__item:nth-child(odd) .voice__item--comment {
    margin-right: 0;
  }
  .femcafe_lp .staff-voice .voice__item:nth-child(even) .voice__item--face {
    top: -2rem;
    right: -12.6rem;
    margin-right: 0.1rem;
  }
  .femcafe_lp .staff-voice .voice__item:nth-child(even) .voice__item--comment {
    margin-left: 0;
  }
  .femcafe_lp .staff-voice .voice__item:not(:first-child) {
    margin-top: -2.4rem;
  }
  .femcafe_lp .staff-voice .voice__item--face {
    position: absolute;
    width: 11.8rem;
    z-index: 0;
  }
  .femcafe_lp .staff-voice .voice__item--comment {
    margin-top: 0;
    width: 58.5rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .femcafe_lp .QandA {
    padding-top: 7rem;
    padding-bottom: 0;
  }
  .femcafe_lp .QandA .section__title {
    margin-bottom: 5.1rem;
  }
  .femcafe_lp .QandA .section__title--en {
    margin-top: 0.4rem;
    margin-bottom: 1.4rem;
  }
  .femcafe_lp .QandA .section__title::after {
    top: -0.1rem;
    right: 0rem;
    width: 19.8rem;
    height: 10.6rem;
  }
  .femcafe_lp .QandA__list {
    margin-inline: auto;
    padding-inline: 0;
    width: 94rem;
  }
  .femcafe_lp .QandA__item {
    padding-bottom: 1.46rem;
    font-size: 1.6rem;
    line-height: 1.31;
  }
  .femcafe_lp .QandA__item:not(:first-child) {
    padding-top: 1.9rem;
  }
  .femcafe_lp .QandA__item.open .answer {
    padding-top: 1.4rem;
    max-height: 5rem;
  }
  .femcafe_lp .QandA__item__paragraph__text {
    padding-left: 1.1rem;
    width: 86rem;
  }
  .femcafe_lp .QandA .border {
    padding: 0.4rem 0.3rem 0.7rem 0.7rem;
    font-size: 1.4rem;
    line-height: 1;
  }
  .femcafe_lp .QandA .border_ui {
    right: 0.9rem;
    width: 2.2rem;
    height: 2.2rem;
  }
  .femcafe_lp .QandA .border_ui::before {
    height: 2.2rem;
  }
  .femcafe_lp .QandA .border_ui::after {
    width: 2.2rem;
  }
  .femcafe_lp .following-nav {
    padding: 2.5rem 1.3rem 1.1rem 0;
    border-bottom: none;
    border-radius: 1rem;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.16);
    width: 40.4rem;
  }
  .femcafe_lp .following-nav::before {
    top: -1.4rem;
    width: 34rem;
    height: 3rem;
    background-image: url(../img/followingTitle_pc.png);
  }
  .femcafe_lp .following-nav_list {
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
  .femcafe_lp .following-nav li:nth-child(1)::before {
    top: 1.8rem;
    right: -1.7rem;
    height: 6.2rem;
  }
  .femcafe_lp .following-nav_title {
    padding-bottom: 0.9rem;
    font-size: 1.6rem;
  }
  .femcafe_lp .following-nav_title span {
    font-size: 1.1rem;
  }
  .femcafe_lp .following-nav_pickup {
    width: 8.6rem;
  }
  .femcafe_lp .following-nav__link {
    -moz-column-gap: 1.45rem;
         column-gap: 1.45rem;
    padding: 0.4rem 1.1rem 0.5rem;
    font-size: 1.2rem;
    width: 9.4rem;
  }
  .femcafe_lp .following-nav__link::after {
    width: 0.6rem;
    height: 0.6rem;
  }
  .femcafe_lp .following-nav__link--text {
    width: 3rem;
  }
  .femcafe_lp .following-nav_textwrap {
    margin-left: -0.5rem;
  }
  .femcafe_lp .phytotherapy-button {
    bottom: 17.8rem;
    right: 2rem;
    width: 19rem;
  }
  .phytotherapy {
    position: relative;
    margin: 0 auto 8.6rem;
    padding: 3.9rem 3.9rem;
    width: 83rem;
    height: 18.7rem;
    background-image: url(../img/phytotherapy_pc.jpg);
  }
  .phytotherapy::before {
    top: -2.2rem;
    height: 3.8rem;
  }
  .phytotherapy__title {
    font-size: 1.7rem;
  }
  .phytotherapy__text {
    margin-top: 1.7rem;
    font-size: 1.4rem;
  }
  /*------------------------------------
  ≡≡≡≡≡≡≡ ▼ following-nav  SP ▼ ≡≡≡≡≡≡≡
  ------------------------------------*/
  .femcafe_lp .following-nav {
    right: 2rem;
    bottom: 2rem;
  }
  /*------------------------------------
  ≡≡≡≡≡≡≡ ▼ page-top  PC ▼ ≡≡≡≡≡≡≡
  ------------------------------------*/
  /* .femcafe_lp PC*/
}
/*--------------------------------
   Media Queries (768px ~ 1400px )
 --------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡ ▼ modal SP ▼ ≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
body.fixd {
  overflow: hidden;
}

.modal_area {
  color: #5A5A5A;
}
.modal_area img {
  width: 100%;
  height: auto;
}
.modal_area .modal {
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
.modal_area .modal .modal_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(246, 186, 172, 0.85);
  background-size: cover;
  z-index: -1;
}
.modal_area .modal_content {
  position: relative;
  transform: translateY(-50%);
  top: 50svh;
  box-sizing: border-box;
  z-index: 1;
}
.modal_area .modal_top {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: calc(23 * 100vw/390);
  width: calc(37 * 100vw/390);
  height: calc(37 * 100vw/390);
  z-index: 2;
}
.modal_area .modal-close {
  display: block;
  width: calc(17 * 100vw/390);
  height: calc(17 * 100vw/390);
}

/* .femcafe_lp : modal SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡ ▼ modal PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
@media (min-width: 769px) {
  .modal_area .modal_content {
    transform: translate(-50%);
    top: 34vh;
    left: 50%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .modal_area .modal_top {
    right: 0.2rem;
    width: 4rem;
    height: 4rem;
  }
  .modal_area .modal-close {
    right: 2.3rem;
    width: 2rem;
    height: 2rem;
  }
}
/* .femcafe_lp : modal PC*/
/*# sourceMappingURL=style.css.map */
