@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
@font-face {
  font-family: "yumin";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/yumindb.otf") format("opentype"), url("../fonts/yumindb.woff") format("woff"), url("../fonts/yumindb.woff2") format("woff2");
}
/*--------------------------------
   Media Queries (~ 767px)
 --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: calc(10 * (100vw/1400));
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw/500));
  }
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.hotbrand_femmue_lp {
  position: relative;
  color: var(--color-text);
  font-family: var(--font-en), var(--font-jp), sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: calc(390 * 50rem/390);
  z-index: 0;
}
.hotbrand_femmue_lp::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/page_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}
.hotbrand_femmue_lp__inner {
  overflow: hidden;
}
.hotbrand_femmue_lp img,
.hotbrand_femmue_lp svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.hotbrand_femmue_lp picture {
  display: block;
}
.hotbrand_femmue_lp a {
  display: block;
  color: inherit;
}
.hotbrand_femmue_lp *:focus {
  outline: none;
}
.hotbrand_femmue_lp a,
.hotbrand_femmue_lp label {
  -webkit-tap-highlight-color: rgba(148, 176, 212, 0.2);
}
.hotbrand_femmue_lp input {
  display: none;
}
.hotbrand_femmue_lp li,
.hotbrand_femmue_lp ol {
  list-style-type: none;
}
.hotbrand_femmue_lp .spOnly {
  display: block;
}
.hotbrand_femmue_lp .pcOnly {
  display: none;
}
.hotbrand_femmue_lp ::-moz-selection {
  color: #fff;
  background-color: rgba(148, 176, 212, 0.7);
}
.hotbrand_femmue_lp ::selection {
  color: #fff;
  background-color: rgba(148, 176, 212, 0.7);
}
.hotbrand_femmue_lp sup {
  font-size: 0.6em;
}
.hotbrand_femmue_lp #share img {
  margin: auto;
}
.hotbrand_femmue_lp .subImages:not(.goods__productsWrap .subImages) {
  -webkit-animation: rotate 6s ease-in-out infinite;
          animation: rotate 6s ease-in-out infinite;
  transform: rotate(1.8deg);
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(1.8deg);
  }
  25% {
    transform: rotate(-2.1deg);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2.1deg);
  }
  100% {
    ttransform: rotate(1.8deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(1.8deg);
  }
  25% {
    transform: rotate(-2.1deg);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2.1deg);
  }
  100% {
    ttransform: rotate(1.8deg);
  }
}
.hotbrand_femmue_lp .star_img img:nth-child(1) {
  -webkit-animation: star 2.4s 1.2s ease-in-out infinite;
          animation: star 2.4s 1.2s ease-in-out infinite;
}
.hotbrand_femmue_lp .star_img img:nth-child(2) {
  -webkit-animation: star 2.4s ease-in-out infinite;
          animation: star 2.4s ease-in-out infinite;
}
.hotbrand_femmue_lp .nav-star:nth-of-type(1) {
  -webkit-animation: star 2s 1s ease-in-out infinite;
          animation: star 2s 1s ease-in-out infinite;
}
.hotbrand_femmue_lp .nav-star:nth-of-type(2) {
  -webkit-animation: star 2s ease-in-out infinite;
          animation: star 2s ease-in-out infinite;
}
.hotbrand_femmue_lp .nav-star:nth-of-type(3) {
  -webkit-animation: star 2s 1s ease-in-out infinite;
          animation: star 2s 1s ease-in-out infinite;
}
.hotbrand_femmue_lp .nav-star:nth-of-type(4) {
  -webkit-animation: star 2s ease-in-out infinite;
          animation: star 2s ease-in-out infinite;
}
.hotbrand_femmue_lp .nav-star .star_img img {
  -webkit-animation: unset;
          animation: unset;
}
@-webkit-keyframes star {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes star {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hotbrand_femmue_lp .fvArea,
.hotbrand_femmue_lp .anim {
  opacity: 0;
}
.hotbrand_femmue_lp .anim_enable {
  -webkit-animation: fade 1.4s 2s ease forwards;
          animation: fade 1.4s 2s ease forwards;
}
@-webkit-keyframes fade {
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-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);
  }
}
.hotbrand_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;
}
.hotbrand_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);
  }
}
.hotbrand_femmue_lp .present .anim_enable .icon::after {
  -webkit-animation: rotation 3.2s cubic-bezier(0.42, 0, 0.34, 1) 0.3s forwards;
          animation: rotation 3.2s cubic-bezier(0.42, 0, 0.34, 1) 0.3s forwards;
}
@-webkit-keyframes rotation {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  20% {
    opacity: 1;
  }
  28% {
    opacity: 1;
    transform: rotate(9deg) translate(-50%, -50%);
  }
  62% {
    opacity: 1;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: rotate(6deg) translate(-50%, -50%);
  }
}
@keyframes rotation {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  20% {
    opacity: 1;
  }
  28% {
    opacity: 1;
    transform: rotate(9deg) translate(-50%, -50%);
  }
  62% {
    opacity: 1;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: rotate(6deg) translate(-50%, -50%);
  }
}
#footer {
  background-color: #fff;
}

/*--------------------------------
							SP  Only
--------------------------------*/
@media (max-width: 768px) {
  .page-share-btn {
    position: relative;
    z-index: 10;
  }
  .page-share-btn .share-txt {
    margin: 0;
    background-color: #fff;
  }
}
/* .hotbrand_femmue_lp : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.hotbrand_femmue_lp {
  --color-text: #3A3F45;
  --color-subText: #5D5D5D;
  --color-primary: #5AA1D5;
  --color-secondary: #BEA565;
  --color-tertiary: #DD858A;
  --color-quaternary: #C3A66C;
  --font-en: "Figtree";
  --font-serif: "Cormorant";
  --font-jp: "Noto Sans JP";
}
.hotbrand_femmue_lp .intro {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 100%);
}
.hotbrand_femmue_lp .awardsArea {
  position: relative;
  padding: calc(40 * 50rem/390) 0 calc(64 * 50rem/390);
  width: 100%;
  height: 100%;
  background-image: url(../img/awards_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  z-index: 0;
}
.hotbrand_femmue_lp .awardsArea::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(-1 * 50rem/390);
  width: 100%;
  height: calc(62 * 50rem/390);
  background-image: url(../img/border-blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}
.hotbrand_femmue_lp .awardsArea__head {
  margin-inline: auto;
  margin-bottom: calc(12 * 50rem/390);
  width: calc(160 * 50rem/390);
}
.hotbrand_femmue_lp .awardsArea__title {
  margin-bottom: calc(14 * 50rem/390);
  color: #79622F;
  font-family: var(--font-serif), serif;
  font-size: calc(30 * 50rem/390);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
.hotbrand_femmue_lp .awardsArea__img {
  margin-inline: auto;
  margin-bottom: calc(15 * 50rem/390);
  width: calc(353 * 50rem/390);
}
.hotbrand_femmue_lp .awardsArea .button__awards {
  display: inline-flex;
  padding: calc(12 * 50rem/390) calc(14 * 50rem/390) calc(12 * 50rem/390) calc(20 * 50rem/390);
  align-items: center;
  justify-content: center;
  -moz-column-gap: calc(6 * 50rem/390);
       column-gap: calc(6 * 50rem/390);
  background-color: #B9923B;
  border-radius: 30px;
  color: #fff;
  font-size: calc(13 * 50rem/390);
  line-height: 1;
  letter-spacing: 0.055em;
  cursor: pointer;
}
.hotbrand_femmue_lp .awardsArea .button__awards .ui-border {
  width: calc(8 * 50rem/390);
  height: calc(8 * 50rem/390);
}
.hotbrand_femmue_lp .border-anim {
  position: absolute;
  margin: auto;
  bottom: calc(-16 * 50rem/390);
  left: 0;
  right: 0;
  background: #555555;
  width: 1px;
  height: calc(55 * 50rem/390);
  z-index: 1;
}
.hotbrand_femmue_lp .border-anim .dod {
  display: block;
  -webkit-animation: border-anim 2.2s ease-in infinite;
          animation: border-anim 2.2s ease-in infinite;
  margin-top: calc(-2 * 50rem/390);
  margin-left: calc(-3 * 50rem/390);
  background: #555555;
  border-radius: 50%;
  width: calc(7 * 50rem/390);
  height: calc(7 * 50rem/390);
}
@-webkit-keyframes border-anim {
  0% {
    opacity: 0;
  }
  0.5% {
    opacity: 1;
    transform: translateY(0);
  }
  64% {
    opacity: 1;
    transform: translateY(calc(57 * 50rem/390));
  }
  64.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes border-anim {
  0% {
    opacity: 0;
  }
  0.5% {
    opacity: 1;
    transform: translateY(0);
  }
  64% {
    opacity: 1;
    transform: translateY(calc(57 * 50rem/390));
  }
  64.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.hotbrand_femmue_lp .sectionItem {
  text-align: center;
}
.hotbrand_femmue_lp .sectionItem__title {
  margin-bottom: calc(16 * 50rem/390);
  color: var(--color-primary);
  font-family: "yumin", serif;
  font-size: calc(24 * 50rem/390);
  letter-spacing: 0.05em;
}
.hotbrand_femmue_lp .sectionItem__title .number {
  display: inline-block;
  padding-left: calc(4 * 50rem/390);
  font-family: var(--font-serif), serif;
  font-size: calc(30 * 50rem/390);
  font-weight: 500;
}
.hotbrand_femmue_lp .sectionItem__title .num {
  display: inline-block;
  padding-right: calc(2 * 50rem/390);
  font-family: var(--font-serif), serif;
  font-size: calc(51 * 50rem/390);
  font-weight: 300;
}
.hotbrand_femmue_lp .sectionItem__img {
  position: relative;
  margin-inline: auto;
  margin-bottom: calc(10 * 50rem/390);
  width: calc(300 * 50rem/390);
  z-index: 0;
}
.hotbrand_femmue_lp .sectionItem__img::after {
  content: "";
  position: absolute;
  top: calc(23 * 50rem/390);
  right: calc(-16 * 50rem/390);
  width: calc(118 * 50rem/390);
  height: calc(118 * 50rem/390);
  background-image: url(../img/product_ingredient.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
@-webkit-keyframes floatY {
  0% {
    transform: translateY(-0.6rem);
  }
  50% {
    transform: translateY(0.6rem);
  }
  100% {
    transform: translateY(-0.6rem);
  }
}
@keyframes floatY {
  0% {
    transform: translateY(-0.6rem);
  }
  50% {
    transform: translateY(0.6rem);
  }
  100% {
    transform: translateY(-0.6rem);
  }
}
@-webkit-keyframes floatX {
  0% {
    translate: -0.4rem 0;
  }
  50% {
    translate: 0.8rem 0;
  }
  100% {
    translate: -0.4rem 0;
  }
}
@keyframes floatX {
  0% {
    translate: -0.4rem 0;
  }
  50% {
    translate: 0.8rem 0;
  }
  100% {
    translate: -0.4rem 0;
  }
}
@-webkit-keyframes floatY2 {
  0% {
    transform: translateY(0.2rem);
  }
  50% {
    transform: translateY(-0.2rem);
  }
  100% {
    transform: translateY(0.2rem);
  }
}
@keyframes floatY2 {
  0% {
    transform: translateY(0.2rem);
  }
  50% {
    transform: translateY(-0.2rem);
  }
  100% {
    transform: translateY(0.2rem);
  }
}
@-webkit-keyframes floatX2 {
  0% {
    translate: 0.4rem 0;
  }
  50% {
    translate: -0.6rem 0;
  }
  100% {
    translate: 0.4rem 0;
  }
}
@keyframes floatX2 {
  0% {
    translate: 0.4rem 0;
  }
  50% {
    translate: -0.6rem 0;
  }
  100% {
    translate: 0.4rem 0;
  }
}
.hotbrand_femmue_lp .sectionItem__name {
  margin-bottom: calc(12 * 50rem/390);
  font-size: calc(18 * 50rem/390);
  font-weight: 600;
  line-height: 1.26;
  letter-spacing: 0.075em;
}
.hotbrand_femmue_lp .sectionItem__price {
  font-size: calc(14 * 50rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
}
.hotbrand_femmue_lp .sectionItem__price span {
  font-size: calc(16 * 50rem/390);
}
.hotbrand_femmue_lp .sectionItem__info {
  font-size: calc(15 * 50rem/390);
  line-height: 1.65;
  letter-spacing: 0.055em;
}
.hotbrand_femmue_lp .sectionItem__button {
  display: inline-block;
  width: calc(332 * 50rem/390);
}
.hotbrand_femmue_lp .sectionItem__button img {
  filter: drop-shadow(2px 2px 8px #A8A8A8);
}
.hotbrand_femmue_lp .sectionItem__note {
  display: inline-block;
  margin-top: calc(14 * 50rem/390);
  color: var(--color-subText);
  font-size: calc(11 * 50rem/390);
  font-weight: 300;
  line-height: 1.35;
  letter-spacing: 0.015em;
  text-align: left;
  width: calc(338 * 50rem/390);
}
.hotbrand_femmue_lp .sectionItem__worries {
  display: inline-block;
  margin-top: calc(34 * 50rem/390);
  width: calc(360 * 50rem/390);
}
.hotbrand_femmue_lp .sectionItem .uservoice {
  position: relative;
  margin-top: calc(36 * 50rem/390);
  z-index: 1;
}
.hotbrand_femmue_lp .sectionItem .uservoice__title {
  margin-bottom: calc(14 * 50rem/390);
  font-size: calc(13 * 50rem/390);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.055em;
}
.hotbrand_femmue_lp .sectionItem .uservoice__title .en {
  font-size: calc(26 * 50rem/390);
  font-weight: 500;
}
.hotbrand_femmue_lp .sectionItem .uservoice__swiper {
  padding: calc(6 * 50rem/390) calc(25 * 50rem/390);
}
.hotbrand_femmue_lp .sectionItem .uservoice__list li {
  padding: calc(20 * 50rem/390) calc(18 * 50rem/390) calc(19 * 50rem/390);
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  border-radius: calc(10 * 50rem/390);
  box-sizing: border-box;
  height: auto;
}
.hotbrand_femmue_lp .sectionItem .uservoice__list .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: calc(9 * 50rem/390);
}
.hotbrand_femmue_lp .sectionItem .uservoice__list .star {
  width: calc(78 * 50rem/390);
}
.hotbrand_femmue_lp .sectionItem .uservoice__list .date {
  color: var(--color-subText);
  font-size: calc(10 * 50rem/390);
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
}
.hotbrand_femmue_lp .sectionItem .uservoice__list .uservoice__contents--title {
  margin-bottom: calc(9 * 50rem/390);
  font-size: calc(15 * 50rem/390);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: left;
}
.hotbrand_femmue_lp .sectionItem .uservoice__list .uservoice__contents--text {
  font-size: calc(13 * 50rem/390);
  line-height: 1.55;
  letter-spacing: 0.055em;
  text-align: justify;
}
.hotbrand_femmue_lp .sectionItem .uservoice__list .name {
  color: var(--color-subText);
  font-size: calc(12 * 50rem/390);
  letter-spacing: 0.055em;
  text-align: right;
}
.hotbrand_femmue_lp .sectionItem__allButton {
  padding-inline: calc(29 * 50rem/390);
}
.hotbrand_femmue_lp .swiper-pagination-progressbar {
  position: static;
  margin-top: calc(24 * 50rem/390);
  margin-inline: auto;
  background: rgba(230, 230, 230, 0.6);
  width: calc(306 * 50rem/390);
  height: 2px;
}
.hotbrand_femmue_lp .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--color-subText);
}
.hotbrand_femmue_lp .itemArea {
  position: relative;
  z-index: 0;
}
.hotbrand_femmue_lp .itemArea .sectionItem__info {
  margin-top: calc(16 * 50rem/390);
}
.hotbrand_femmue_lp .itemArea .sectionItem__button {
  margin-top: calc(20 * 50rem/390);
}
.hotbrand_femmue_lp .itemArea.--1 {
  padding-top: calc(41 * 50rem/390);
}
.hotbrand_femmue_lp .itemArea.--2 {
  padding-top: calc(50 * 50rem/390);
  padding-bottom: calc(62 * 50rem/390);
  background: #fff;
}
.hotbrand_femmue_lp .itemArea.--2::before {
  content: "";
  position: absolute;
  top: calc(0 * 50rem/390);
  left: calc(-384 * 50rem/390);
  width: calc(1135 * 50rem/390);
  height: calc(1252 * 50rem/390);
  background-image: url(../img/blue3.png), url(../img/blue4.png), url(../img/blue5.png);
  background-size: calc(300 * 50rem/390) auto, calc(720 * 50rem/390) auto, calc(693 * 50rem/390) auto;
  background-position: top left calc(384 * 50rem/390), top calc(87 * 50rem/390) right, left bottom;
  background-repeat: no-repeat, no-repeat, no-repeat;
  pointer-events: none;
  z-index: 0;
}
.hotbrand_femmue_lp .ingredientArea {
  position: relative;
  padding-top: calc(33 * 50rem/390);
  padding-bottom: calc(48 * 50rem/390);
  text-align: center;
  z-index: -1;
}
.hotbrand_femmue_lp .ingredientArea::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(1180 * 50rem/390);
  background: linear-gradient(0deg, rgba(253, 250, 240, 0.9) 0%, rgba(253, 250, 240, 0.9) 80%, rgb(255, 255, 255) 94%, rgb(255, 255, 255) 100%);
  pointer-events: none;
  z-index: -1;
}
.hotbrand_femmue_lp .ingredientArea__title {
  display: inline-block;
  margin-bottom: calc(32 * 50rem/390);
  width: calc(326 * 50rem/390);
}
.hotbrand_femmue_lp .ingredientArea__contents {
  display: inline-block;
  margin-bottom: calc(32 * 50rem/390);
  filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.16));
  width: calc(360 * 50rem/390);
}
.hotbrand_femmue_lp .ingredientArea__maintitle {
  display: inline-block;
  margin-bottom: calc(14 * 50rem/390);
  width: calc(360 * 50rem/390);
}
.hotbrand_femmue_lp .ingredientArea__text {
  display: inline-block;
  font-size: calc(14 * 50rem/390);
  line-height: 2;
  letter-spacing: 0.055em;
  text-align: center;
  width: calc(338 * 50rem/390);
}
.hotbrand_femmue_lp .ingredientArea .sectionItem__note {
  text-align: center;
}
.hotbrand_femmue_lp .kitArea {
  position: relative;
  margin-top: calc(-2 * 50rem/390);
  padding-top: calc(55 * 50rem/390);
  padding-bottom: calc(16 * 50rem/390);
  background-color: #fff;
  width: 100%;
  background-image: url(../img/kit_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.hotbrand_femmue_lp .kitArea::before {
  content: "";
  position: absolute;
  bottom: calc(-68 * 50rem/390);
  left: 0;
  width: 100%;
  height: calc(71 * 50rem/390);
  background-image: url(../img/kit_border_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.hotbrand_femmue_lp .kitArea__title {
  margin-bottom: calc(7 * 50rem/390);
  color: var(--color-secondary);
  font-family: "yumin", serif;
  font-size: calc(24 * 50rem/390);
  letter-spacing: 0;
}
.hotbrand_femmue_lp .kitArea__subtitle {
  margin-bottom: calc(24 * 50rem/390);
  font-size: calc(14 * 50rem/390);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.055em;
}
.hotbrand_femmue_lp .kitArea__subtitle .en {
  font-family: var(--font-serif), serif;
  font-weight: 600;
  font-size: calc(38 * 50rem/390);
  font-weight: 500;
}
.hotbrand_femmue_lp .kitArea__img {
  position: relative;
  margin-bottom: calc(-16 * 50rem/390);
  z-index: 0;
}
.hotbrand_femmue_lp .kitArea__img::before {
  content: "";
  position: absolute;
  top: calc(-60 * 50rem/390);
  left: calc(10 * 50rem/390);
  width: calc(115 * 50rem/390);
  height: calc(115 * 50rem/390);
  background-image: url(../img/kit_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.hotbrand_femmue_lp .kitArea__img::after {
  content: "";
  position: absolute;
  top: calc(-28 * 50rem/390);
  right: calc(48 * 50rem/390);
  width: calc(65 * 50rem/390);
  height: calc(65 * 50rem/390);
  background-image: url(../img/charm.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.hotbrand_femmue_lp .kitArea dl {
  position: relative;
  margin-top: calc(30 * 50rem/390);
  margin-inline: auto;
  padding: calc(22 * 50rem/390) calc(14 * 50rem/390) calc(13 * 50rem/390);
  border: 1px solid #D3CBB8;
  border-radius: 4px;
  text-align: center;
  width: calc(322 * 50rem/390);
  z-index: 0;
}
.hotbrand_femmue_lp .kitArea dl dt {
  position: absolute;
  margin: auto;
  top: calc(-13 * 50rem/390);
  left: 0;
  right: 0;
  color: #fff;
  font-size: 0;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
  width: calc(82 * 50rem/390);
  height: calc(24 * 50rem/390);
  background-image: url(../img/kit_content.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.hotbrand_femmue_lp .kitArea dl dd {
  color: #3A3F45;
  font-size: calc(12 * 50rem/390);
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: left;
}
.hotbrand_femmue_lp .kitArea .sectionItem__button {
  margin-top: calc(23 * 50rem/390);
}
.hotbrand_femmue_lp .kitArea .howto {
  margin-top: calc(40 * 50rem/390);
  padding-inline: calc(25 * 50rem/390);
}
.hotbrand_femmue_lp .kitArea .howto__title {
  margin-bottom: calc(18 * 50rem/390);
  font-size: calc(26 * 50rem/390);
  font-weight: 400;
  letter-spacing: 0.025em;
}
.hotbrand_femmue_lp .kitArea .howto li {
  display: flex;
  position: relative;
  align-items: center;
  -moz-column-gap: calc(10 * 50rem/390);
       column-gap: calc(10 * 50rem/390);
  padding: calc(7 * 50rem/390) calc(18 * 50rem/390) calc(7 * 50rem/390) calc(52 * 50rem/390);
  background-color: #fff;
  border-radius: 80px;
  z-index: 0;
}
.hotbrand_femmue_lp .kitArea .howto li::before {
  content: "";
  position: absolute;
  top: calc(-10 * 50rem/390);
  left: calc(-9 * 50rem/390);
  width: calc(62 * 50rem/390);
  height: calc(62 * 50rem/390);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.hotbrand_femmue_lp .kitArea .howto li:nth-child(n+2) {
  position: relative;
  margin-top: calc(28 * 50rem/390);
  z-index: 0;
}
.hotbrand_femmue_lp .kitArea .howto li:nth-child(n+2)::after {
  content: "";
  position: absolute;
  margin: auto;
  top: calc(-19 * 50rem/390);
  left: 0;
  right: 0;
  width: calc(10 * 50rem/390);
  height: calc(10 * 50rem/390);
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.hotbrand_femmue_lp .kitArea .howto li:nth-child(1)::before {
  background-image: url(../img/howto_step1.png);
}
.hotbrand_femmue_lp .kitArea .howto li:nth-child(2)::before {
  background-image: url(../img/howto_step2.png);
}
.hotbrand_femmue_lp .kitArea .howto li:nth-child(3)::before {
  background-image: url(../img/howto_step3.png);
}
.hotbrand_femmue_lp .kitArea .howto__img {
  width: calc(60 * 50rem/390);
}
.hotbrand_femmue_lp .kitArea .howto__text {
  text-align: left;
  max-width: calc(200 * 50rem/390);
}
.hotbrand_femmue_lp .kitArea .howto .icon {
  display: inline-block;
  margin-bottom: calc(6 * 50rem/390);
  padding: calc(5 * 50rem/390) calc(8 * 50rem/390) calc(2 * 50rem/390);
  border: 1px solid;
  border-radius: calc(3 * 50rem/390);
  color: #D5B366;
  font-size: calc(12 * 50rem/390);
  line-height: 1;
  letter-spacing: 0.055em;
}
.hotbrand_femmue_lp .kitArea .howto .name {
  font-size: calc(15 * 50rem/390);
  line-height: 1.4;
  letter-spacing: 0;
}
.hotbrand_femmue_lp .founderArea {
  position: relative;
  padding-top: calc(108 * 50rem/390);
  padding-bottom: calc(120 * 50rem/390);
  background: #fff;
  z-index: 0;
}
.hotbrand_femmue_lp .founderArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/founder_bg1.png), url(../img/founder_bg2.png), url(../img/founder_bg3.png);
  background-size: 100% auto, calc(195 * 50rem/390) auto, 100% auto;
  background-position: top left, center right, left bottom calc(30 * 50rem/390);
  background-repeat: no-repeat, no-repeat, no-repeat;
  pointer-events: none;
  z-index: -1;
}
.hotbrand_femmue_lp .founderArea__img {
  margin: 0 auto calc(24 * 50rem/390);
  width: calc(204 * 50rem/390);
}
.hotbrand_femmue_lp .founderArea__title {
  margin-bottom: calc(18 * 50rem/390);
  padding-left: 0.5em;
  color: var(--color-tertiary);
  font-family: var(--font-serif), "yumin", serif;
  font-size: calc(19 * 50rem/390);
  line-height: 1.55;
  letter-spacing: 0.075em;
}
.hotbrand_femmue_lp .founderArea__text {
  font-size: calc(14 * 50rem/390);
  line-height: 1.75;
  letter-spacing: 0.055em;
  text-align: justify;
}
.hotbrand_femmue_lp .founderArea__text:nth-child(1) {
  margin-bottom: calc(12 * 50rem/390);
}
.hotbrand_femmue_lp .founderArea__note {
  margin-top: calc(14 * 50rem/390);
  margin-bottom: calc(18 * 50rem/390);
  color: var(--color-subText);
  font-size: calc(11 * 50rem/390);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.015em;
  text-align: left;
}
.hotbrand_femmue_lp .founderArea .founderArea__profile {
  margin-top: calc(24 * 50rem/390);
  margin-inline: calc(23 * 50rem/390);
  padding-top: calc(14 * 50rem/390);
  border-top: 1px solid #EDE7DF;
  color: var(--color-subText);
}
.hotbrand_femmue_lp .founderArea .profile__name {
  margin-bottom: calc(6 * 50rem/390);
  font-size: calc(14 * 50rem/390);
  line-height: 1;
  letter-spacing: 0.055em;
  text-align: left;
}
.hotbrand_femmue_lp .founderArea .profile__text {
  font-size: calc(11 * 50rem/390);
  line-height: 1.55;
  letter-spacing: 0.055em;
  text-align: justify;
}
.hotbrand_femmue_lp .accordionBox {
  position: relative;
  padding-inline: calc(23 * 50rem/390);
  z-index: 0;
}
.hotbrand_femmue_lp .accordionBox.open .accordionBox__inner {
  max-height: calc(600 * 50rem/390);
}
.hotbrand_femmue_lp .accordionBox.open .accordionBox__inner::after {
  opacity: 0;
}
.hotbrand_femmue_lp .accordionBox.open .accordionBox__button {
  position: static;
  transform: translateX(0);
}
.hotbrand_femmue_lp .accordionBox.open .accordionBox__button .ui-border::before {
  transform: rotate(90deg);
}
.hotbrand_femmue_lp .accordionBox__inner {
  position: relative;
  transition: all 1s ease;
  overflow: hidden;
  max-height: calc(154 * 50rem/390);
  z-index: 0;
}
.hotbrand_femmue_lp .accordionBox__inner::after {
  transition: all 0.6s ease;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(92 * 50rem/390);
  background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  z-index: 0;
}
.hotbrand_femmue_lp .accordionBox__button {
  display: inline-flex;
  position: absolute;
  margin: auto;
  transform: translateX(-50%);
  left: 50%;
  bottom: calc(11 * 50rem/390);
  align-items: center;
  -moz-column-gap: calc(6 * 50rem/390);
       column-gap: calc(6 * 50rem/390);
  padding: calc(10 * 50rem/390) calc(12 * 50rem/390) calc(9 * 50rem/390) calc(17 * 50rem/390);
  background: #ED999E;
  border-radius: calc(30 * 50rem/390);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: calc(11 * 50rem/390);
  line-height: 1;
  letter-spacing: 0.025em;
  z-index: 1;
}
.hotbrand_femmue_lp .accordionBox__button .ui-border {
  position: relative;
  width: calc(7 * 50rem/390);
  height: calc(7 * 50rem/390);
  z-index: 0;
}
.hotbrand_femmue_lp .accordionBox__button .ui-border::before, .hotbrand_femmue_lp .accordionBox__button .ui-border::after {
  content: "";
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: calc(7 * 50rem/390);
  border-left: 1px solid #fff;
  z-index: 0;
}
.hotbrand_femmue_lp .accordionBox__button .ui-border::after {
  transform: rotate(-90deg);
}
.hotbrand_femmue_lp .staffArea {
  position: relative;
  padding-bottom: calc(26 * 50rem/390);
  background: #FCFAEA;
  z-index: 1;
}
.hotbrand_femmue_lp .staffArea::before, .hotbrand_femmue_lp .staffArea::after {
  content: "";
  position: absolute;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 0;
}
.hotbrand_femmue_lp .staffArea::before {
  top: calc(-72 * 50rem/390);
  height: calc(73 * 50rem/390);
  background-image: url(../img/staff_border_bg.png);
}
.hotbrand_femmue_lp .staffArea::after {
  bottom: calc(-64 * 50rem/390);
  height: calc(65 * 50rem/390);
  background-image: url(../img/staff_border_bg2.png);
}
.hotbrand_femmue_lp .staffArea__title {
  margin-bottom: calc(24 * 50rem/390);
  font-size: calc(15 * 50rem/390);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.055em;
}
.hotbrand_femmue_lp .staffArea__title .en {
  font-size: calc(26 * 50rem/390);
  font-weight: 500;
}
.hotbrand_femmue_lp .staffArea__swiper {
  padding-inline: calc(25 * 50rem/390);
}
.hotbrand_femmue_lp .staffArea .review_img {
  background: #fff;
  overflow: hidden;
  height: calc(192 * 50rem/390);
}
.hotbrand_femmue_lp .staffArea .review_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.hotbrand_femmue_lp .staffArea .staff_detail_wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: calc(9 * 50rem/390);
       column-gap: calc(9 * 50rem/390);
  padding: calc(10 * 50rem/390) calc(6 * 50rem/390) calc(4 * 50rem/390);
}
.hotbrand_femmue_lp .staffArea .staff_img {
  border-radius: 50%;
  overflow: hidden;
  width: calc(47 * 50rem/390);
  height: calc(47 * 50rem/390);
}
.hotbrand_femmue_lp .staffArea .staff_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.hotbrand_femmue_lp .staffArea .txt_wrap {
  text-align: left;
}
.hotbrand_femmue_lp .staffArea .txt_wrap .staff_brand {
  margin-bottom: calc(2 * 50rem/390);
  font-size: calc(12 * 50rem/390);
  letter-spacing: 0;
  line-height: 1.15;
}
.hotbrand_femmue_lp .staffArea .txt_wrap .staff_shop {
  margin-bottom: calc(4 * 50rem/390);
  font-size: calc(12 * 50rem/390);
  letter-spacing: 0;
  line-height: 1.15;
}
.hotbrand_femmue_lp .staffArea .txt_wrap .staff_name {
  font-size: calc(11 * 50rem/390);
  letter-spacing: 0;
  line-height: 1;
}
.hotbrand_femmue_lp .campaignArea {
  padding: calc(105 * 50rem/390) calc(25 * 50rem/390) calc(54 * 50rem/390);
  background-image: url(../img/campaign_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  width: 100%;
}
.hotbrand_femmue_lp .campaignArea__title {
  margin-bottom: calc(18 * 50rem/390);
  color: var(--color-quaternary);
  font-size: calc(15 * 50rem/390);
  letter-spacing: 0.025em;
  line-height: 1.3;
}
.hotbrand_femmue_lp .campaignArea__title .en {
  font-family: var(--font-serif), serif;
  font-size: calc(45 * 50rem/390);
  font-weight: 600;
}
.hotbrand_femmue_lp .campaignArea__date {
  display: inline-block;
  position: relative;
  margin-bottom: calc(18 * 50rem/390);
  padding-left: calc(65 * 50rem/390);
  font-size: calc(21 * 50rem/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.045em;
  z-index: 0;
}
.hotbrand_femmue_lp .campaignArea__date::before {
  content: "";
  position: absolute;
  top: calc(2 * 50rem/390);
  left: 0;
  width: calc(56 * 50rem/390);
  height: calc(21 * 50rem/390);
  background-image: url(../img/campaign_date.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.hotbrand_femmue_lp .campaignArea__date .year {
  font-size: calc(15 * 50rem/390);
}
.hotbrand_femmue_lp .campaignArea__date .week {
  font-size: calc(13 * 50rem/390);
}
.hotbrand_femmue_lp .campaignArea__contents {
  position: relative;
  z-index: 0;
}
.hotbrand_femmue_lp .campaignArea__contents .note {
  position: absolute;
  margin: auto;
  bottom: calc(18 * 50rem/390);
  left: 0;
  right: 0;
  font-size: calc(12 * 50rem/390);
  z-index: 0;
}
.hotbrand_femmue_lp .recommendArea {
  position: relative;
  margin-top: calc(-2 * 50rem/390);
  padding-top: calc(47 * 50rem/390);
  padding-bottom: calc(77 * 50rem/390);
  background: #F8FDFF;
  overflow: hidden;
  z-index: 0;
}
.hotbrand_femmue_lp .recommendArea.--250111 {
  padding-top: calc(97 * 50rem/390);
}
.hotbrand_femmue_lp .recommendArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/recommend_bg1.png), url(../img/recommend_bg2.png);
  background-size: 100% auto, calc(299 * 50rem/390), auto;
  background-position: top left, right bottom;
  background-repeat: no-repeat, no-repeat;
  z-index: -1;
}
.hotbrand_femmue_lp .recommendArea__title {
  margin-bottom: calc(24 * 50rem/390);
  font-size: calc(15 * 50rem/390);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.055em;
}
.hotbrand_femmue_lp .recommendArea__title .en {
  font-size: calc(28 * 50rem/390);
  font-weight: 500;
}
.hotbrand_femmue_lp .recommendArea__list {
  padding-inline: calc(87 * 50rem/390);
  padding-bottom: 30px;
}
.hotbrand_femmue_lp .recommendArea__list .recommendArea__item {
  margin: 0 calc(10 * 50rem/390);
  background: #fff;
  border-radius: calc(6 * 50rem/390);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
  height: auto;
}
.hotbrand_femmue_lp .recommendArea__list a {
  padding: calc(7 * 50rem/390) 0 calc(26 * 50rem/390);
  box-sizing: border-box;
}
.hotbrand_femmue_lp .recommendArea__list .img {
  padding-inline: calc(12 * 50rem/390);
  box-sizing: border-box;
}
.hotbrand_femmue_lp .recommendArea__list .cate {
  display: inline-block;
  margin-top: calc(12 * 50rem/390);
  margin-bottom: calc(8 * 50rem/390);
  padding: calc(5 * 50rem/390) calc(8 * 50rem/390) calc(2 * 50rem/390);
  border: 1px solid;
  border-radius: calc(3 * 50rem/390);
  color: var(--color-subText);
  font-size: calc(12 * 50rem/390);
  line-height: 1;
  letter-spacing: 0.055em;
}
.hotbrand_femmue_lp .recommendArea__list .name {
  margin-bottom: calc(10 * 50rem/390);
  font-size: calc(15 * 50rem/390);
  line-height: 1.4;
  letter-spacing: 0.025em;
}
.hotbrand_femmue_lp .recommendArea__list .price {
  font-size: calc(16 * 50rem/390);
  letter-spacing: 0.025em;
}
.hotbrand_femmue_lp .recommendArea__list .price small {
  font-size: calc(14 * 50rem/390);
}
.hotbrand_femmue_lp .recommendArea .slick-list {
  overflow: visible;
}
.hotbrand_femmue_lp .recommendArea .slick-track {
  display: flex;
}
.hotbrand_femmue_lp .recommendArea .slick-dots {
  display: flex!important;
  position: static;
  margin-top: calc(20 * 50rem/390);
  line-height: 0;
}
.hotbrand_femmue_lp .recommendArea .slick-dots li {
  margin: 0 calc(2 * 50rem/390);
  line-height: 1;
  width: unset;
  height: unset;
}
.hotbrand_femmue_lp .recommendArea .slick-dots li.slick-active button {
  opacity: 1;
}
.hotbrand_femmue_lp .recommendArea .slick-dots li button {
  padding: 0;
  background: var(--color-subText);
  opacity: 0.3;
  width: calc(36 * 50rem/390);
  height: calc(3 * 50rem/390);
}

.hotbrand_femmue_lp .recommendArea .slick-arrow {
  display: none!important;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
}

.hotbrand_femmue_lp .recommendArea .slick-dots li button:before {
  display: none;
  position: static;
  font-size: 0;
}

.page-share-btn #share {
  transition: all 0.6s 0.1s ease;
  left: auto;
  right: 4%;
  bottom: 5%;
}

.follow-bnr {
  position: fixed;
  transition: all 0.6s 0.1s ease;
  transform: translateY(100%);
  left: 0;
  bottom: calc(-2 * 50rem/390);
  z-index: 10;
}
.follow-bnr a:hover {
  opacity: 1;
}
.follow-bnr img {
  box-shadow: 0 0 8px rgba(178, 201, 214, 0.65);
}
.follow-bnr.up-move {
  transform: translateY(0);
}

#share.up-move {
  transform: translateY(-140%);
}

/* .hotbrand_femmue_lp SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ 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%;
  }
  .loader::before {
    top: 20%;
    left: 36%;
  }
  .loader::after {
    bottom: 20%;
    right: 36%;
  }
  .hotbrand_femmue_lp {
    max-width: 100vw;
  }
  .hotbrand_femmue_lp a {
    cursor: pointer;
  }
  .hotbrand_femmue_lp .pcOnly {
    display: block;
  }
  .hotbrand_femmue_lp .spOnly {
    display: none;
  }
  /* .hotbrand_femmue_lp : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .hotbrand_femmue_lp::after {
    background-image: url(../img/page_bg_pc.jpg);
  }
  .hotbrand_femmue_lp__inner {
    grid-column: 2;
    margin-inline: auto;
    width: 50rem;
    z-index: 1;
  }
  .hotbrand_femmue_lp .fixed_area {
    display: grid;
    grid-template-columns: 1fr 50rem 1fr;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .hotbrand_femmue_lp .fixed_area .fixed_nav {
    position: -webkit-sticky;
    position: sticky;
    display: grid;
    place-items: center;
    background: #f6fcfe;
    overflow: hidden;
    height: 100vh;
    pointer-events: all;
  }
  .hotbrand_femmue_lp .fixed_area .fixed_left {
    top: 0;
    grid-column: 1;
  }
  .hotbrand_femmue_lp .fixed_area .fixed_left__inner {
    display: grid;
    place-content: center;
    position: relative;
    padding-top: 2rem;
    width: 100%;
    height: 100%;
    background-image: url(../img/page_bg_pc2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
  }
  .hotbrand_femmue_lp .fixed_area .fixed_left__inner .logo {
    margin: auto;
    max-width: calc(180 * 50rem/390);
  }
  .hotbrand_femmue_lp .fixed_area .fixed_right {
    top: 0;
    text-align: center;
  }
  .hotbrand_femmue_lp .fixed_area .fixed_right__inner {
    display: grid;
    position: relative;
    place-content: center;
    padding-inline: 5rem;
    width: 100%;
    height: 100%;
    background-image: url(../img/page_bg_pc3.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
  }
  .hotbrand_femmue_lp .fixed_area .fixed_right .navi__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: calc(4 * 50rem/390);
    margin-bottom: calc(20 * 50rem/390);
  }
  .hotbrand_femmue_lp .fixed_area .fixed_right .navi__list li {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.025em;
  }
  .hotbrand_femmue_lp .fixed_area .fixed_right .navi__list li.en {
    font-size: 1.7rem;
  }
  .hotbrand_femmue_lp .fixed_area .fixed_right .navi__list li a {
    display: flex;
    transition: all 0.6s ease;
    align-items: center;
    justify-content: center;
    padding: calc(16 * 50rem/390) calc(10 * 50rem/390) calc(12 * 50rem/390);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.16);
    border-radius: 0.4rem;
    height: calc(68 * 50rem/390);
    box-sizing: border-box;
    background-image: url(../img/awards_box.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .hotbrand_femmue_lp .fixed_area .fixed_right .navi__list li a:hover {
    opacity: 1;
  }
  .hotbrand_femmue_lp .fixed_area .fixed_right .navi__list li a:hover p {
    color: var(--color-primary);
  }
  .hotbrand_femmue_lp .fixed_area .fixed_right .navi__list li a:hover p:after {
    background-color: var(--color-primary);
  }
  .hotbrand_femmue_lp .fixed_area .fixed_right .navi__list li a p {
    position: relative;
    transition: all 0.6s ease;
    padding-bottom: calc(7 * 50rem/390);
    line-height: 1.4;
    z-index: 0;
  }
  .hotbrand_femmue_lp .fixed_area .fixed_right .navi__list li a p::after {
    content: "";
    position: absolute;
    transition: all 0.6s ease;
    margin: auto;
    bottom: calc(-6 * 50rem/390);
    left: 0;
    right: 0;
    width: calc(6 * 50rem/390);
    height: calc(6 * 50rem/390);
    -webkit-mask-image: url(../img/arrow.svg);
            mask-image: url(../img/arrow.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    background-color: var(--color-text);
    z-index: 0;
  }
  .hotbrand_femmue_lp .fixed_area .fixed_right .nav__link {
    position: absolute;
    bottom: 3%;
    right: 14%;
    transition: all 0.4s ease;
    max-width: 22rem;
    z-index: 0;
  }
  .hotbrand_femmue_lp .awardsArea {
    margin-top: -0.1rem;
  }
  /* .hotbrand_femmue_lp PC*/
}
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡ ▼ modal SP ▼ ≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
body.fixd {
  overflow: hidden;
}

.fixd .modal_area {
  display: block;
  position: fixed;
  top: 0;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  z-index: 1000;
}
.fixd #header,
.fixd .page-share-btn {
  visibility: hidden;
}

.modal_area {
  display: none;
  visibility: hidden;
  height: 0;
  z-index: -1;
}
.modal_area .modal {
  display: flex;
  position: relative;
  align-items: center;
  margin-top: 0;
  height: 0;
  pointer-events: none;
  z-index: 0;
}
.modal_area .open.modal {
  height: 100dvh;
}
.modal_area img {
  width: 100%;
  height: auto;
}
.modal_area .modal__head {
  margin-inline: auto;
  margin-bottom: calc(26 * 50rem/390);
  width: calc(347 * 50rem/390);
}
.modal_area .modal__awardslist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-items: center;
  gap: calc(2 * 50rem/390);
  margin: auto;
  width: calc(358 * 50rem/390);
}
.modal_area .modal__awardslist li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(15 * 50rem/390) calc(15 * 50rem/390) calc(18 * 50rem/390) calc(16 * 50rem/390);
  width: calc(178 * 50rem/390);
  height: calc(166 * 50rem/390);
  background-image: url(../img/awards_box.png);
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.modal_area .modal__awardslist li .modal__awards--title {
  margin-bottom: calc(6 * 50rem/390);
  color: #B79342;
  font-family: var(--font-serif), "yumin", serif;
  font-size: calc(17 * 50rem/390);
  letter-spacing: 0.055em;
}
.modal_area .modal__awardslist li .modal__awards--title.en {
  font-size: calc(18 * 50rem/390);
  font-weight: 600;
}
.modal_area .modal__awardslist li .modal__awards--text {
  font-size: calc(11 * 50rem/390);
  line-height: 1.56;
  letter-spacing: 0.025em;
  text-align: justify;
}
.modal_area .modal__note {
  margin-top: calc(11 * 50rem/390);
  padding-right: calc(16 * 50rem/390);
  color: var(--color-subText);
  font-size: calc(11 * 50rem/390);
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
}

.modal_top {
  display: grid;
  place-items: center;
  position: absolute;
  top: 2%;
  right: 1.6%;
  background-image: url(../img/cross.png);
  background-size: calc(16 * 50rem/390) calc(16 * 50rem/390);
  background-position: center;
  background-repeat: no-repeat;
  font-size: calc(0 * 50rem/390);
  pointer-events: all;
  width: calc(50 * 50rem/390);
  height: calc(50 * 50rem/390);
  z-index: 100;
}

.modal_container {
  margin: auto;
  box-sizing: border-box;
  overflow-y: auto;
  pointer-events: all;
  background-color: #F6F0E9;
  width: 100%;
  height: 100vh;
}
.modal_container__inner {
  position: relative;
  padding: calc(43 * 50rem/390) calc(0 * 50rem/390) calc(47 * 50rem/390);
  background-image: url(../img/awards_modal_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
}
.modal_container .resultArea__item .haed {
  font-weight: normal;
}
.modal_container .resultArea__item--text {
  margin: 0;
}

/* .fes_osakavol2_report : modal SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡ ▼ modal PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
@media (min-width: 769px) {
  .modal_top {
    cursor: pointer;
  }
  .modal_area .modal__awardslist {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 69rem;
  }
  .modal_area .modal__note {
    margin-inline: auto;
    padding-right: 0;
    width: 69rem;
  }
}
/* .fes_osakavol2_report : modal PC*/
/*# sourceMappingURL=style.css.map */
