@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.femmue_lp {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background-color: #ffffff;
  color: var(--color-text);
  font-family: var(--font-gothic);
  font-style: normal;
  letter-spacing: 0.055em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: calc(390 * 100vw/390);
  z-index: 0;
}
.femmue_lp .bg {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.femmue_lp img,
.femmue_lp svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.femmue_lp picture {
  display: block;
}
.femmue_lp a {
  display: block;
  color: inherit;
}
.femmue_lp *:focus {
  outline: none;
}
.femmue_lp a,
.femmue_lp label {
  -webkit-tap-highlight-color: rgba(240, 157, 174, 0.3);
}
.femmue_lp input {
  display: none;
}
.femmue_lp li,
.femmue_lp ol {
  list-style-type: none;
}
.femmue_lp .spOnly {
  display: block;
}
.femmue_lp .pcOnly {
  display: none;
}
.femmue_lp ::-moz-selection {
  color: #ffffff;
  background-color: rgba(240, 157, 174, 0.5);
}
.femmue_lp ::selection {
  color: #ffffff;
  background-color: rgba(240, 157, 174, 0.5);
}
.femmue_lp sup {
  font-size: 0.6em;
}
.femmue_lp #share img {
  margin: auto;
}
.femmue_lp .color {
  color: var(--color-primary1);
}
.femmue_lp .strong {
  font-weight: bold;
}
.femmue_lp .fv__img,
.femmue_lp .anim {
  opacity: 0;
}
.femmue_lp .anim_enable {
  -webkit-animation: fade 1.2s ease forwards;
          animation: fade 1.2s ease forwards;
}
@-webkit-keyframes fade {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.femmue_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);
  }
}
.femmue_lp .move {
  opacity: 0;
  -webkit-animation: opa 1.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
          animation: opa 1.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
  -webkit-mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
          mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  -webkit-mask-repeat: none;
          mask-repeat: none;
  -webkit-mask-position: center 100%;
          mask-position: center 100%;
  -webkit-mask-size: 100% max(300%, 100vh);
          mask-size: 100% max(300%, 100vh);
  transform: translateZ(0);
  transition: -webkit-mask-position 1.2s 0.2s linear;
  transition: mask-position 1.2s 0.2s linear;
  transition: mask-position 1.2s 0.2s linear, -webkit-mask-position 1.2s 0.2s linear;
  transition: mask-position 1.2s 0.2s linear, -webkit-mask-position 1s linear;
}
.femmue_lp .move_enable {
  -webkit-mask-position: center 0;
          mask-position: center 0;
}
@-webkit-keyframes opa {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes opa {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

/*--------------------------------
							SP  Only
--------------------------------*/
/* .femmue_lp : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.femmue_lp {
  --color-text: #333333;
  --color-primary1: #E092A2;
  --color-primary2: #D18696;
  --color-secondary: rgba(255, 226, 219, 0.41);
  --font-gothic: "Zen Kaku Gothic New", sans-serif;
  --font-mintyo: "dnp-shuei-mincho-pr6n", sans-serif;
}
.femmue_lp .fv {
  padding-bottom: calc(46 * 100vw/390);
  width: 100%;
}
.femmue_lp .fv__img {
  margin-bottom: calc(41 * 100vw/390);
}
.femmue_lp .fv__text {
  padding-inline: calc(28 * 100vw/390) calc(22 * 100vw/390);
  font-size: calc(15 * 100vw/390);
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}
.femmue_lp .fv__text:nth-of-type(n+2) {
  margin-top: calc(17 * 100vw/390);
}
.femmue_lp .manga {
  padding-bottom: calc(48 * 100vw/390);
  width: 100%;
}
.femmue_lp .manga .page {
  position: relative;
  z-index: 0;
}
.femmue_lp .manga .box {
  position: absolute;
  cursor: pointer;
  z-index: 1;
}
.femmue_lp .manga .box--1 {
  bottom: calc(25.6 * 100vw/390);
  right: calc(130 * 100vw/390);
  width: calc(111.7 * 100vw/390);
  height: calc(94.4 * 100vw/390);
}
.femmue_lp .manga .box--2 {
  bottom: calc(212 * 100vw/390);
  right: calc(111 * 100vw/390);
  width: calc(21.5 * 100vw/390);
  height: calc(52.4 * 100vw/390);
}
.femmue_lp .manga .box--3 {
  bottom: calc(172 * 100vw/390);
  right: calc(102 * 100vw/390);
  width: calc(88.8 * 100vw/390);
  height: calc(41.9 * 100vw/390);
}
.femmue_lp .manga .box--1 img {
  width: calc(111.7 * 100vw/390);
  height: calc(94.4 * 100vw/390);
}
.femmue_lp .manga .box--2 img {
  width: calc(21.5 * 100vw/390);
  height: calc(52.4 * 100vw/390);
}
.femmue_lp .manga .box--3 img {
  width: calc(88.8 * 100vw/390);
  height: calc(41.9 * 100vw/390);
}
.femmue_lp .manga .clip {
  position: relative;
  z-index: 0;
}
.femmue_lp .manga .clip::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: colorRotation 10s linear infinite;
          animation: colorRotation 10s linear infinite;
  background: linear-gradient(326deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 32%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%);
  background-size: 110% 750%;
  z-index: 0;
}
.femmue_lp .manga .clip--1::after {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.femmue_lp .manga .clip--3::after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@-webkit-keyframes colorRotation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  10.9% {
    opacity: 1;
  }
  11% {
    background-position: bottom -20% right -20%;
  }
  19% {
    background-position: top 0% left -20%;
  }
  19.1% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
}
@keyframes colorRotation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  10.9% {
    opacity: 1;
  }
  11% {
    background-position: bottom -20% right -20%;
  }
  19% {
    background-position: top 0% left -20%;
  }
  19.1% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
}
.femmue_lp .manga .clip img {
  opacity: 0;
}
.femmue_lp .manga .clip--1 {
  -webkit-clip-path: url(#clipPath--1);
          clip-path: url(#clipPath--1);
}
.femmue_lp .manga .clip--2 {
  -webkit-clip-path: url(#clipPath--2);
          clip-path: url(#clipPath--2);
}
.femmue_lp .manga .clip--3 {
  -webkit-clip-path: url(#clipPath--3);
          clip-path: url(#clipPath--3);
}
.femmue_lp .about-femmu {
  margin: 0 auto calc(53 * 100vw/390);
  padding: 0 calc(24 * 100vw/390) calc(42 * 100vw/390);
  height: auto;
  background-image: url(../img/border_sp.svg);
  background-size: calc(344 * 100vw/390) auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  width: calc(344 * 100vw/390);
}
.femmue_lp .about-femmu .logo {
  display: block;
  margin: auto;
  width: calc(204 * 100vw/390);
}
.femmue_lp .about-femmu__title {
  color: #C09F64;
  font-family: var(--font-mintyo);
  font-size: calc(17 * 100vw/390);
  font-weight: 600;
  line-height: 0.8;
  letter-spacing: -0.03em;
  text-align: center;
}
.femmue_lp .about-femmu__text {
  margin-top: calc(30 * 100vw/390);
  padding-left: calc(6 * 100vw/390);
  font-size: calc(14 * 100vw/390);
  font-weight: 500;
  line-height: 2.15;
  letter-spacing: 0.015em;
  text-align: center;
}
.femmue_lp .about-femmu__text .color {
  font-weight: 600;
}
.femmue_lp .about-femmu__text .en {
  font-size: calc(16 * 100vw/390);
}
.femmue_lp .about-femmu__text .jp {
  font-size: calc(15 * 100vw/390);
}
.femmue_lp .goods {
  padding-bottom: calc(60 * 100vw/390);
}
.femmue_lp .goods__title {
  position: relative;
  margin: 0 auto calc(22.7 * 100vw/390);
  width: calc(369 * 100vw/390);
  z-index: 1;
}
.femmue_lp .goods__title::after {
  content: "";
  position: absolute;
  transform: rotate(-11deg);
  top: calc(53 * 100vw/390);
  left: calc(27 * 100vw/390);
  width: calc(61.5 * 100vw/390);
  height: calc(88 * 100vw/390);
  background-image: url(../img/tobira.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.femmue_lp .goods__subTitle {
  position: relative;
  margin-inline: auto;
  padding: calc(24.5 * 100vw/390) calc(22 * 100vw/390) calc(35 * 100vw/390) calc(98 * 100vw/390);
  background-color: #FFFCFC;
  border-radius: calc(20 * 100vw/390) calc(20 * 100vw/390) 0 0;
  box-sizing: border-box;
  color: var(--color-primary2);
  font-family: var(--font-mintyo);
  font-weight: 600;
  font-size: calc(16 * 100vw/390);
  line-height: 1;
  letter-spacing: 0;
  width: calc(360 * 100vw/390);
  z-index: 0;
}
.femmue_lp .goods__subTitle::after {
  content: "";
  position: absolute;
  margin: auto;
  -webkit-animation: down-move 1.2s ease infinite;
          animation: down-move 1.2s ease infinite;
  bottom: calc(10 * 100vw/390);
  left: 0;
  right: 0;
  width: calc(12 * 100vw/390);
  height: calc(5 * 100vw/390);
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@-webkit-keyframes down-move {
  0% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes down-move {
  0% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0);
  }
}
.femmue_lp .goods__list {
  margin: auto;
  padding: 0 calc(25 * 100vw/390) calc(34 * 100vw/390);
  background-color: #FFFCFC;
  border-radius: 0 0 calc(20 * 100vw/390) calc(20 * 100vw/390);
  box-sizing: border-box;
  width: calc(360 * 100vw/390);
}
.femmue_lp .goods__item:nth-child(n+2) {
  margin-top: calc(29 * 100vw/390);
  padding-top: calc(26 * 100vw/390);
  border-top: 1px solid #F9E8E9;
}
.femmue_lp .campaign {
  margin: 0 calc(15 * 100vw/390);
  background-color: #ffffff;
  filter: drop-shadow(6px 4px 1.2rem rgba(0, 0, 0, 0.06));
  text-align: center;
}
.femmue_lp .campaign .card {
  position: relative;
  padding: calc(16 * 100vw/390) calc(10 * 100vw/390) calc(38 * 100vw/390);
  z-index: 0;
}
.femmue_lp .campaign .card::after {
  content: "";
  position: absolute;
  top: calc(-257 * 100vw/390);
  left: calc(-2 * 100vw/390);
  width: calc(211 * 100vw/390);
  height: calc(112 * 100vw/390);
  background-image: url(../img/Campaign.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.femmue_lp .campaign .card .highlight {
  display: inline-block;
  margin: 0 auto calc(8 * 100vw/390);
  padding: calc(5 * 100vw/390) calc(7 * 100vw/390) calc(6 * 100vw/390);
  background-color: var(--color-primary2);
  color: #ffffff;
  font-family: var(--font-gothic);
  font-size: calc(14 * 100vw/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.075em;
}
.femmue_lp .campaign .card__title {
  color: var(--color-primary2);
  font-family: var(--font-mintyo);
  font-size: calc(30 * 100vw/390);
  font-weight: 700;
  line-height: 1.07;
  letter-spacing: 0;
}
.femmue_lp .campaign .data {
  margin: calc(23 * 100vw/390) auto calc(33 * 100vw/390);
  width: calc(258 * 100vw/390);
}
.femmue_lp .campaign__text {
  font-size: calc(14 * 100vw/390);
  line-height: 1.3;
}
.femmue_lp .campaign__text span {
  display: inline;
}
.femmue_lp .campaign .text02 {
  margin-top: calc(10 * 100vw/390);
}
.femmue_lp .campaign .emphasis {
  font-weight: 500;
}
.femmue_lp .campaign .border {
  margin-left: calc(-3 * 100vw/390);
  color: var(--color-primary1);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.femmue_lp .campaign .strong--1 {
  font-size: calc(20 * 100vw/390);
}
.femmue_lp .campaign .strong--2 {
  font-size: calc(28 * 100vw/390);
  font-weight: 500;
}
.femmue_lp .campaign .strong--3 {
  font-size: calc(18 * 100vw/390);
}
.femmue_lp .campaign__note {
  margin-top: calc(23 * 100vw/390);
  font-size: calc(11 * 100vw/390);
  line-height: 1;
}
.femmue_lp .special-kit {
  margin-top: calc(-116 * 100vw/390);
  margin-bottom: calc(52 * 100vw/390);
  padding: calc(171 * 100vw/390) 0 calc(57 * 100vw/390);
  background-color: rgba(255, 255, 255, 0.5);
}
.femmue_lp .special-kit__tilte {
  margin: auto;
  width: calc(288 * 100vw/390);
}
.femmue_lp .special-kit__subTilte {
  margin-top: calc(14 * 100vw/390);
  margin-bottom: calc(24 * 100vw/390);
  color: #C09F64;
  font-family: var(--font-mintyo);
  font-size: calc(15 * 100vw/390);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.femmue_lp .special-kit .creditWrap {
  margin-top: calc(25 * 100vw/390);
  padding-inline: calc(32 * 100vw/390);
}
.femmue_lp .special-kit .name {
  margin-bottom: calc(10 * 100vw/390);
  font-size: calc(23 * 100vw/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.075em;
}
.femmue_lp .special-kit .name .jp {
  font-size: calc(22 * 100vw/390);
}
.femmue_lp .special-kit .priceWrap {
  -moz-column-gap: calc(13 * 100vw/390);
       column-gap: calc(13 * 100vw/390);
}
.femmue_lp .special-kit .price {
  font-size: calc(18 * 100vw/390);
}
.femmue_lp .special-kit .button {
  padding: calc(6 * 100vw/390) calc(28 * 100vw/390) calc(8 * 100vw/390) calc(25 * 100vw/390);
}
.femmue_lp .special-kit .text {
  margin-top: calc(13 * 100vw/390);
  color: #727272;
  font-size: calc(14 * 100vw/390);
  line-height: 1.5;
}
.femmue_lp .special-kit .note {
  margin-top: calc(19 * 100vw/390);
  padding: calc(7 * 100vw/390) calc(11 * 100vw/390);
  border: 1px solid #7C7C7C;
  color: #333333;
  font-size: calc(11 * 100vw/390);
  line-height: 1.4;
  letter-spacing: 0;
  text-align: justify;
}
.femmue_lp .profile__img {
  position: relative;
  margin: auto;
  width: calc(140 * 100vw/390);
  z-index: 1;
}
.femmue_lp .profile__contens {
  margin-top: calc(-51 * 100vw/390);
  margin-inline: calc(15 * 100vw/390);
  padding: calc(61 * 100vw/390) calc(22 * 100vw/390) calc(26 * 100vw/390);
  border: 2px solid var(--color-primary2);
  border-radius: calc(5 * 100vw/390);
}
.femmue_lp .profile__name {
  margin-bottom: calc(13 * 100vw/390);
  color: var(--color-primary1);
  font-size: calc(20 * 100vw/390);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.femmue_lp .profile__text {
  margin-bottom: calc(10 * 100vw/390);
  font-size: calc(13 * 100vw/390);
  font-weight: 500;
  line-height: 1.75;
}
.femmue_lp .profile .sns {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(6 * 100vw/390);
       column-gap: calc(6 * 100vw/390);
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.femmue_lp .profile .sns::before {
  content: "";
  width: calc(11 * 100vw/390);
  height: calc(11 * 100vw/390);
  background-image: url(../img/logo-X.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.femmue_lp .profile .sns a {
  padding-bottom: calc(3 * 100vw/390);
  font-size: calc(11 * 100vw/390);
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
}
.femmue_lp .profile__topic {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: calc(23.5 * 100vw/390);
  padding: calc(14 * 100vw/390) calc(8 * 100vw/390) calc(16 * 100vw/390) calc(17 * 100vw/390);
  background-color: #FFFAFA;
  border-radius: calc(2 * 100vw/390);
}
.femmue_lp .profile__topic--img {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.16));
  width: calc(53 * 100vw/390);
}
.femmue_lp .profile__topic--textWrap {
  font-size: calc(11 * 100vw/390);
  width: calc(221 * 100vw/390);
}
.femmue_lp .profile__topic--textWrap p {
  color: #727272;
  letter-spacing: 0;
  line-height: 1.5;
}
.femmue_lp .profile__topic--title {
  margin-bottom: calc(4 * 100vw/390);
}
.femmue_lp .profile__topic--text {
  font-feature-settings: "palt";
  font-weight: 400;
}
.femmue_lp .banner {
  display: flex;
  margin: calc(53 * 100vw/390) auto calc(75 * 100vw/390);
  background-color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  filter: drop-shadow(3px 3px 0.6rem rgba(0, 0, 0, 0.06));
  width: calc(354 * 100vw/390);
}
.femmue_lp .banner .img {
  width: calc(173 * 100vw/390);
}
.femmue_lp .banner__inner {
  padding: calc(17 * 100vw/390) 0 calc(15 * 100vw/390);
  text-align: center;
  width: 100%;
}
.femmue_lp .banner .logo {
  display: inline-block;
  width: calc(128 * 100vw/390);
}
.femmue_lp .banner .name {
  margin-top: calc(-5 * 100vw/390);
  font-size: calc(9 * 100vw/390);
  line-height: 1;
}
.femmue_lp .banner .border-text {
  display: inline-block;
  margin-top: calc(10 * 100vw/390);
  padding: calc(6 * 100vw/390) calc(11 * 100vw/390) calc(6 * 100vw/390) calc(12 * 100vw/390);
  background-color: var(--color-primary1);
  border-radius: 100px;
  color: #ffffff;
  font-size: calc(11 * 100vw/390);
  line-height: 1;
  letter-spacing: 0;
}
.femmue_lp .good__item .good__imgWrap {
  display: flex;
  margin-bottom: calc(16 * 100vw/390);
}
.femmue_lp .good__item .heading {
  margin-top: calc(14 * 100vw/390);
  filter: drop-shadow(10px 8px 2px rgba(0, 0, 0, 0.1));
  width: calc(27 * 100vw/390);
}
.femmue_lp .good__item .img {
  height: calc(260 * 100vw/390);
}
.femmue_lp .good__item .img img {
  width: auto;
  height: 100%;
}
.femmue_lp .good__item .creditWrap {
  margin-inline: auto;
  width: calc(290 * 100vw/390);
}
.femmue_lp .good__item .name {
  margin-bottom: calc(9 * 100vw/390);
  font-size: calc(18 * 100vw/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.femmue_lp .good__item .icon-wrap {
  display: flex;
  -moz-column-gap: calc(5 * 100vw/390);
       column-gap: calc(5 * 100vw/390);
  margin-bottom: calc(9 * 100vw/390);
}
.femmue_lp .good__item .icon-wrap .icon {
  padding: calc(4 * 100vw/390) calc(3 * 100vw/390) calc(5 * 100vw/390);
  background-color: #ffffff;
  border-radius: calc(2 * 100vw/390);
  font-size: calc(11 * 100vw/390);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.femmue_lp .good__item .icon-wrap .dullness {
  border: 1px solid #C1E8FA;
}
.femmue_lp .good__item .icon-wrap .drying {
  border: 1px solid #C9D2EA;
}
.femmue_lp .good__item .icon-wrap .sensitive {
  border: 1px solid #F9CCDF;
}
.femmue_lp .good__item .icon-wrap .inner-dry {
  border: 1px solid #FDDAB3;
}
.femmue_lp .good__item .icon-wrap .pores {
  border: 1px solid #FAC9C2;
}
.femmue_lp .good__item .priceWrap {
  justify-content: space-between;
  margin-bottom: calc(10 * 100vw/390);
}
.femmue_lp .good__item .price {
  font-size: calc(17 * 100vw/390);
}
.femmue_lp .good__item .text {
  color: #727272;
  font-size: calc(13 * 100vw/390);
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
}
.femmue_lp .good__item.good--1 .good__imgWrap, .femmue_lp .good__item.good--2 .good__imgWrap {
  justify-content: space-between;
}
.femmue_lp .good__item.good--1 .good__imgWrap, .femmue_lp .good__item.good--2 .good__imgWrap {
  padding-left: calc(12 * 100vw/390);
}
.femmue_lp .good__item.good--3 .good__imgWrap {
  padding-left: calc(16 * 100vw/390);
}
.femmue_lp .priceWrap {
  display: flex;
  align-items: center;
}
.femmue_lp .price {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.femmue_lp .price .small {
  font-size: calc(11 * 100vw/390);
}
.femmue_lp .button {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  -moz-column-gap: calc(11 * 100vw/390);
       column-gap: calc(11 * 100vw/390);
  padding: calc(7 * 100vw/390) calc(28 * 100vw/390) calc(9 * 100vw/390) calc(25 * 100vw/390);
  background-color: #F4B5C2;
  border-radius: 100px;
  color: #FFFfff;
  font-size: calc(15 * 100vw/390);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
.femmue_lp .button::before {
  content: "";
  width: calc(17.4 * 100vw/390);
  height: calc(19 * 100vw/390);
  background-image: url(../img/cart.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* .femmue_lp SP*/
/*------------------------------------
≡≡≡≡≡≡≡ ▼ follow-bnr  SP ▼ ≡≡≡≡≡≡≡
------------------------------------*/
.femmue_lp .follow-bnr {
  position: fixed;
  transition: all 0.6s 0.2s ease;
  bottom: calc(14 * 100vw/390);
  right: calc(9 * 100vw/390);
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  filter: drop-shadow(0px 0px 0.3rem rgba(0, 0, 0, 0.16));
  width: calc(134 * 100vw/390);
}
.femmue_lp .follow-bnr::after {
  content: "";
  position: absolute;
  top: calc(-16 * 100vw/390);
  left: calc(3 * 100vw/390);
  width: calc(96 * 100vw/390);
  height: calc(58 * 100vw/390);
  background-image: url(../img/Campaign_follow.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.follow-bnr.up-active {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

.follow-bnr.down-active {
  visibility: visible;
  opacity: 0å;
  z-index: 10;
}

/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ 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%;
  }
  .femmue_lp {
    padding-top: 3.4rem;
    padding-bottom: 8.8rem;
    max-width: 100vw;
  }
  .femmue_lp .bg {
    background-image: url(../img/bg_pc.png);
  }
  .femmue_lp a {
    cursor: pointer;
  }
  .femmue_lp .pcOnly {
    display: block;
  }
  .femmue_lp .spOnly {
    display: none;
  }
  .femmue_lp .fv__img {
    -webkit-animation: mv-fade 1.7s ease 0.2s forwards;
            animation: mv-fade 1.7s ease 0.2s forwards;
  }
  .femmue_lp .section__item:nth-of-type(2).anim_enable {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .femmue_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;
  }
  .femmue_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;
  }
  .femmue_lp .section__item:nth-of-type(2) .active .border::after {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .femmue_lp .section__item:nth-of-type(2) .active .border02::after {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .femmue_lp .section__item:nth-of-type(3).anim_enable {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .femmue_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;
  }
  .femmue_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;
  }
  .femmue_lp .section__item:nth-of-type(3) .active .border::after {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s;
  }
  .femmue_lp .section__item:nth-of-type(3) .active .border02::after {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  }
  .femmue_lp .border::after {
    top: -0.8rem;
    height: 2.6rem;
  }
  /* .femmue_lp : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .femmue_lp {
    /*------------------------------------
    ≡≡≡≡≡≡≡ ▼ follow-bnr  SP ▼ ≡≡≡≡≡≡≡
    ------------------------------------*/
  }
  .femmue_lp .fv {
    margin-inline: auto;
    padding-bottom: 4.7rem;
    width: 110rem;
  }
  .femmue_lp .fv__img {
    margin-bottom: 4rem;
  }
  .femmue_lp .fv__text {
    padding-inline: 0;
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
  }
  .femmue_lp .fv__text:nth-of-type(n+2) {
    margin-top: 2rem;
  }
  .femmue_lp .manga {
    padding-bottom: 8.9rem;
  }
  .femmue_lp .manga .page {
    margin-inline: auto;
    width: 100%;
    max-width: 67.2em;
  }
  .femmue_lp .manga .box--1 {
    bottom: 3.7em;
    right: 24.9em;
    width: 14.9em;
    height: 12.6em;
  }
  .femmue_lp .manga .box--2 {
    bottom: 28.8em;
    right: 22.5em;
    width: 2.8em;
    height: 7em;
  }
  .femmue_lp .manga .box--3 {
    bottom: 23.3em;
    right: 20.9em;
    width: 11.9em;
    height: 5.8em;
  }
  .femmue_lp .manga .box--1 img {
    width: 14.9em;
    height: 12.6em;
  }
  .femmue_lp .manga .box--2 img {
    width: 2.8em;
    height: 7em;
  }
  .femmue_lp .manga .box--3 img {
    width: 11.9em;
    height: 5.8em;
  }
  .femmue_lp .about-femmu {
    margin: 0 auto 10.2rem;
    padding: 0 14rem 5.4rem;
    background-image: url(../img/border_pc.svg);
    background-size: 90rem auto;
    width: 90rem;
  }
  .femmue_lp .about-femmu .logo {
    display: inline-block;
    margin: 0 0 0 1.2rem;
    width: 22rem;
  }
  .femmue_lp .about-femmu__titleWrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    -moz-column-gap: 0.9rem;
         column-gap: 0.9rem;
  }
  .femmue_lp .about-femmu__title {
    padding-bottom: 1rem;
    font-size: 2.7rem;
    line-height: 1;
    letter-spacing: 0;
  }
  .femmue_lp .about-femmu__text {
    margin-top: 2.6rem;
    padding-left: 0;
    font-size: 1.5rem;
    line-height: 2.55;
    letter-spacing: 0.055em;
  }
  .femmue_lp .about-femmu__text .en {
    font-size: 1.7rem;
  }
  .femmue_lp .about-femmu__text .jp {
    font-size: 1.6rem;
  }
  .femmue_lp .goods {
    padding-bottom: 8.7rem;
  }
  .femmue_lp .goods__title {
    margin: 0 auto 2.4rem;
    padding-left: 7.2rem;
    width: 56.4rem;
  }
  .femmue_lp .goods__title::after {
    transform: rotate(-12deg);
    top: -4.2rem;
    left: -2rem;
    width: 12.6rem;
    height: 17.9rem;
    z-index: -1;
  }
  .femmue_lp .goods__subTitle {
    padding: 3rem 6rem 0.3rem;
    background-image: url(../img/goods_bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: unset;
    border-radius: 0;
    font-size: 1.9rem;
    width: 40.6rem;
    height: 7.4rem;
  }
  .femmue_lp .goods__subTitle::after {
    bottom: 0.1rem;
    width: 1.2rem;
    height: 0.5rem;
  }
  .femmue_lp .goods__list {
    display: flex;
    -moz-column-gap: 3.3rem;
         column-gap: 3.3rem;
    padding: 3.7rem 8.4rem 6.3rem 7.3rem;
    border-radius: 2.7rem;
    width: 100%;
    max-width: 127.2rem;
  }
  .femmue_lp .goods__item:nth-child(n+2) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .femmue_lp .campaign {
    position: relative;
    margin: 0;
    background-color: transparent;
    filter: unset;
    z-index: 0;
  }
  .femmue_lp .campaign__img {
    width: 55vw;
  }
  .femmue_lp .campaign .card {
    position: relative;
    margin-top: -27.1rem;
    margin-left: auto;
    margin-right: 3.7vw;
    padding: 7.3rem 4rem 6.1rem;
    background-color: #ffffff;
    box-sizing: border-box;
    filter: drop-shadow(6px 4px 1.2rem rgba(0, 0, 0, 0.06));
    width: 44.2vw;
    z-index: 1;
  }
  .femmue_lp .campaign .card::after {
    top: -6.8rem;
    left: -8.9rem;
    width: 37rem;
    height: 19.5rem;
  }
  .femmue_lp .campaign .card .highlight {
    margin: 0.4rem 0 0 0;
    padding: 0.5rem 0.7rem 0.7rem;
    font-size: 1.5rem;
  }
  .femmue_lp .campaign .card__title {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 0.6rem;
         column-gap: 0.6rem;
    font-size: 3.7rem;
    letter-spacing: 0.02em;
  }
  .femmue_lp .campaign .data {
    margin: 2.1rem auto 1.6rem;
    width: 33.6rem;
  }
  .femmue_lp .campaign__text {
    font-size: 1.6rem;
    letter-spacing: 0.055em;
  }
  .femmue_lp .campaign .text02 {
    margin-top: 0.4rem;
  }
  .femmue_lp .campaign .border {
    margin-left: -0.35rem;
  }
  .femmue_lp .campaign .strong--1 {
    font-size: 2rem;
  }
  .femmue_lp .campaign .strong--2 {
    font-size: 3.3rem;
  }
  .femmue_lp .campaign .strong--3 {
    font-size: 1.8rem;
  }
  .femmue_lp .campaign__note {
    margin-top: 2.2rem;
    font-size: 1.1rem;
    letter-spacing: 0.055em;
  }
  .femmue_lp .special-kit {
    margin-top: -14.4rem;
    margin-bottom: 6.6rem;
    padding: 20.9rem 0 6rem;
    width: 100%;
  }
  .femmue_lp .special-kit__tilte {
    width: 30.8rem;
  }
  .femmue_lp .special-kit__subTilte {
    margin-top: 1.4rem;
    margin-bottom: 2.7rem;
    font-size: 1.5rem;
  }
  .femmue_lp .special-kit__contents {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    -moz-column-gap: 3.3vw;
         column-gap: 3.3vw;
  }
  .femmue_lp .special-kit__contents .img {
    width: 46.2vw;
  }
  .femmue_lp .special-kit .creditWrap {
    margin-top: 0.7rem;
    margin-left: 7.1vw;
    padding-inline: 0;
    width: 25.6vw;
  }
  .femmue_lp .special-kit .name {
    margin-bottom: 1.2rem;
    font-size: 2.7rem;
  }
  .femmue_lp .special-kit .name .jp {
    font-size: 2.4rem;
  }
  .femmue_lp .special-kit .priceWrap {
    -moz-column-gap: 1.3rem;
         column-gap: 1.3rem;
  }
  .femmue_lp .special-kit .price {
    font-size: 2.2rem;
  }
  .femmue_lp .special-kit .button {
    padding: 0.6rem 2.8rem 0.8rem 2.5rem;
    font-size: 1.6rem;
  }
  .femmue_lp .special-kit .text {
    margin-top: 1.3rem;
    font-size: 1.6rem;
    white-space: nowrap;
  }
  .femmue_lp .special-kit .note {
    margin-top: 2.4rem;
    padding: 0.9rem 1.1rem;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .femmue_lp .profile__img {
    width: 16rem;
  }
  .femmue_lp .profile__img:hover {
    opacity: 1;
  }
  .femmue_lp .profile__contens {
    margin-top: -6.3rem;
    margin-inline: auto;
    padding: 5.4rem 6.3rem 4.2rem;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 76rem;
  }
  .femmue_lp .profile__name {
    margin-bottom: 1.1rem;
    font-size: 2.1rem;
    text-align: left;
  }
  .femmue_lp .profile__text {
    margin-inline: auto;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 1.75;
    width: 62.2rem;
  }
  .femmue_lp .profile .sns {
    -moz-column-gap: 0.6rem;
         column-gap: 0.6rem;
    margin-right: 0.3rem;
  }
  .femmue_lp .profile .sns::before {
    width: 1.1rem;
    height: 1.1rem;
  }
  .femmue_lp .profile .sns a {
    padding-bottom: 0.3rem;
    font-size: 1.1rem;
  }
  .femmue_lp .profile__topic {
    margin-top: 2.45rem;
    padding: 1.8rem 2rem 1.76rem 2.3rem;
    border-radius: 0.2rem;
  }
  .femmue_lp .profile__topic--img {
    width: 7.5rem;
  }
  .femmue_lp .profile__topic--textWrap {
    font-size: 1.3rem;
    width: 49.7rem;
  }
  .femmue_lp .profile__topic--textWrap p {
    letter-spacing: 0.055em;
    line-height: 1.75;
  }
  .femmue_lp .profile__topic--title {
    margin-bottom: 0.5rem;
  }
  .femmue_lp .banner {
    margin: 7.7rem auto 0;
    width: 47rem;
  }
  .femmue_lp .banner:hover {
    opacity: 1;
  }
  .femmue_lp .banner:hover .border-text {
    background-color: var(--color-primary1);
    color: #ffffff;
  }
  .femmue_lp .banner .img {
    width: 23rem;
  }
  .femmue_lp .banner__inner {
    padding: 2.6rem 0 2rem;
  }
  .femmue_lp .banner .logo {
    width: 17rem;
  }
  .femmue_lp .banner .name {
    margin-top: -0.4rem;
    font-size: 1.2rem;
  }
  .femmue_lp .banner .border-text {
    margin-top: 1.2rem;
    padding: 0.6rem 2.1rem 0.6rem 2rem;
    transition: all 0.4s ease;
    background-color: #ffffff;
    border: 1px solid var(--color-primary1);
    color: var(--color-primary1);
    font-size: 1.2rem;
  }
  .femmue_lp .good__item .good__imgWrap {
    margin-bottom: 2.7rem;
  }
  .femmue_lp .good__item .heading {
    margin-top: 1rem;
    width: 3.17rem;
  }
  .femmue_lp .good__item .img {
    height: 30rem;
  }
  .femmue_lp .good__item .creditWrap {
    width: 30.7rem;
  }
  .femmue_lp .good__item .name {
    margin-bottom: 1.3rem;
    font-size: 1.8rem;
  }
  .femmue_lp .good__item .icon-wrap {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    margin-bottom: 1.2rem;
  }
  .femmue_lp .good__item .icon-wrap .icon {
    padding: 0.3rem 0.4rem 0.5rem;
    border-radius: 0.2rem;
    font-size: 1.1rem;
  }
  .femmue_lp .good__item .priceWrap {
    margin-bottom: 1.5rem;
  }
  .femmue_lp .good__item .price {
    font-size: 1.7rem;
  }
  .femmue_lp .good__item .text {
    font-size: 1.3rem;
    line-height: 1.75;
  }
  .femmue_lp .good__item.good--1 .good__imgWrap, .femmue_lp .good__item.good--2 .good__imgWrap {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding-left: 1.2rem;
  }
  .femmue_lp .good__item.good--1 .creditWrap, .femmue_lp .good__item.good--2 .creditWrap {
    margin-right: 0.8rem;
  }
  .femmue_lp .good__item.good--3 .good__imgWrap {
    -moz-column-gap: 2.4rem;
         column-gap: 2.4rem;
    padding-left: 0.6rem;
  }
  .femmue_lp .good__item.good--3 .creditWrap {
    margin-right: -0.7rem;
  }
  .femmue_lp .price .small {
    font-size: 1.1rem;
  }
  .femmue_lp .button {
    -moz-column-gap: 1.1rem;
         column-gap: 1.1rem;
    padding: 0.65rem 2.8rem 0.8rem 2.5rem;
    font-size: 1.5rem;
    transition: all 0.4s ease;
  }
  .femmue_lp .button::before {
    width: 1.74rem;
    height: 1.9rem;
  }
  .femmue_lp .button:hover {
    opacity: 1;
    background-color: #F09DAE;
  }
  .femmue_lp .follow-bnr {
    right: 3rem;
    bottom: 4rem;
    width: 30rem;
  }
  .femmue_lp .follow-bnr::after {
    top: -2.6rem;
    left: -2.4rem;
    width: 12.5rem;
    height: 8.4rem;
  }
  /*------------------------------------
  ≡≡≡≡≡≡≡ ▼ page-top  PC ▼ ≡≡≡≡≡≡≡
  ------------------------------------*/
  /* .femmue_lp PC*/
}
/*--------------------------------
   Media Queries (768px ~ 1350px )
 --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1350px) {
  .femmue_lp .special-kit__contents .img {
    width: 50.1vw;
  }
  .femmue_lp .special-kit .creditWrap {
    width: 28.6vw;
  }
  .femmue_lp .special-kit .name .jp {
    font-size: 21px;
  }
  .femmue_lp .special-kit .name {
    font-size: 24px;
  }
  .femmue_lp .special-kit .price {
    font-size: 18px;
  }
  .femmue_lp .special-kit .text {
    font-size: 13px;
  }
  .femmue_lp .special-kit .note {
    font-size: 10px;
  }
}
/*--------------------------------
   Media Queries (768px ~ 949px )
 --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 949px) {
  .femmue_lp .manga {
    width: 100vw;
  }
  .femmue_lp .manga .page {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    width: 67.2em;
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡ ▼ modal SP ▼ ≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
body.fixd {
  overflow: hidden;
}

.fixd .modal_area {
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  z-index: 1000;
}

.modal {
  overflow: hidden;
  max-height: 0;
}

.open.modal {
  overflow: visible;
  max-height: 100%;
}

.modal {
  --color-text: #333333;
  --color-primary1: #E092A2;
  --color-primary2: #D18696;
  --color-secondary: rgba(255, 226, 219, 0.41);
  --font-gothic: "Zen Kaku Gothic New", sans-serif;
  --font-mintyo: "dnp-shuei-mincho-pr6n", sans-serif;
  font-family: var(--font-gothic);
  font-weight: 400;
  font-style: normal;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
.modal img {
  width: 100%;
  height: auto;
}
.modal .modal_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  background-size: cover;
  z-index: -1;
}
.modal .modal_content {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: calc(55 * 100vw/390) calc(26 * 100vw/390) calc(43 * 100vw/390) calc(23 * 100vw/390);
  box-sizing: border-box;
  width: calc(352 * 100vw/390);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  color: #000000;
  z-index: 1;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}
.modal .modal_content::-webkit-scrollbar {
  display: none;
}
.modal .modal_top {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(-54 * 100vw/390);
  right: 0;
  cursor: pointer;
  line-height: 1;
  width: calc(50 * 100vw/390);
  height: calc(50 * 100vw/390);
  z-index: 2;
}
.modal .price {
  font-family: "Noto Sans JP", sans-serif;
}

/* .lp_contents : modal SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡ ▼ modal PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
@media (min-width: 769px) {
  .modal .modal_content {
    padding: 5.9rem 6rem 4.8rem;
    width: 79.4rem;
  }
  .modal .modal_top {
    transition: all 0.36s ease;
    margin-top: -4.3rem;
    right: 1.6rem;
    width: 2rem;
    height: 2rem;
  }
  .modal .modal_top:hover {
    transform: rotate(180deg);
  }
  .modal .good__item {
    display: flex;
    align-items: center;
  }
}
/* .lp_contents : modal PC*/
/*# sourceMappingURL=style.css.map */