@charset "UTF-8";
/* -----------------------------------------------------------
    global
----------------------------------------------------------- */
:root {
  --color-main: #666;
  --color-accent: #0080e2;
  --color-white: #FFF;
  --color-black: #000;
  --color-gray: #D6D6D6;
  --color-light-gray: #898989;
  --color-dark-gray: #4D4D4D;
  --color-light-blue: #E6F5FA;
  --color-bg-gray: #EDEDED;
  --color-4c4: #4c4948;
  --color-co-blue: #0087CD;
  --color-co-pink: #CD69AF;
  --color-fr-blue: #00b0bf;
  --color-fr-pink: #f17988;
  --font-base: "M PLUS 1p", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --font-accent-min: "Shippori Mincho B1", serif;
  --font-accent-maru: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --font-accent-kaku: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --font-gothic: "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  --font-mincho: "Shippori Mincho", serif;
  --font-jost: "Jost", sans-serif;
  --font-cinzel: "Cinzel", serif;
  --box-shadow: 2px 2px 5px -3px #777777;
}

/* -----------------------------------------------------------
    global
----------------------------------------------------------- */
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.--finefragrancepage {
  color: #000;
}
.--finefragrancepage .l-header {
  z-index: 9999;
}

.p-ff-kv2 {
  position: relative;
  width: 100%;
  padding: 1.5625vw 1.5625vw 0;
}
@media screen and (max-width: 768px) {
  .p-ff-kv2 {
    padding: 0;
  }
}
.p-ff-kv2 .p-ff-kv__header {
  position: relative;
}
.p-ff-kv2 .p-ff-kv__header .title {
  position: absolute;
  width: 16.875vw;
  height: 11.3020833333vw;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  z-index: 100;
  animation-delay: 0.5s !important;
}
.p-ff-kv2 .p-ff-kv__header .title img {
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.65)) drop-shadow(0 0 6px rgba(0, 0, 0, 0.65));
}
@media screen and (max-width: 768px) {
  .p-ff-kv2 .p-ff-kv__header .title {
    width: 33.8666666667vw;
    height: 22.9333333333vw;
    left: 46vw;
    bottom: 3vw;
  }
  .p-ff-kv2 .p-ff-kv__header .title img {
    filter: drop-shadow(0 0 0.35vw rgba(0, 0, 0, 0.5)) drop-shadow(0 0 0.35vw rgba(0, 0, 0, 0.5));
  }
}

.p-ff-movie {
  position: relative;
  width: 100%;
  height: 67.7083333333vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-ff-movie {
    height: 191.3333333333vw;
  }
}
.p-ff-movie .pictures div {
  position: absolute;
}
.p-ff-movie .pictures div.first {
  width: 38.5416666667vw;
  height: 24.1666666667vw;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .p-ff-movie .pictures div.first {
    width: 56.4vw;
    height: 41.8666666667vw;
  }
}
.p-ff-movie .pictures div.second {
  width: 21.9444444444vw;
  height: 14.7916666667vw;
  top: 10.0520833333vw;
  right: 12.34375vw;
  z-index: 90;
}
@media screen and (max-width: 768px) {
  .p-ff-movie .pictures div.second {
    display: none;
  }
}
.p-ff-movie .pictures div.third {
  width: 21.5625vw;
  height: 15.1041666667vw;
  top: 19.375vw;
  right: 0;
  z-index: 80;
}
@media screen and (max-width: 768px) {
  .p-ff-movie .pictures div.third {
    width: 80.1333333333vw;
    height: 52.4vw;
    top: 32.1333333333vw;
    right: 0;
  }
}
.p-ff-movie .pictures div.fourth {
  width: 22.0138888889vw;
  height: 16.875vw;
  top: 37.3958333333vw;
  left: 0;
  z-index: 70;
}
@media screen and (max-width: 768px) {
  .p-ff-movie .pictures div.fourth {
    display: none;
  }
}
.p-ff-movie .pictures div.fifth {
  width: 16.9791666667vw;
  height: 12.0138888889vw;
  top: 49.1666666667vw;
  left: 12.8645833333vw;
  z-index: 60;
}
@media screen and (max-width: 768px) {
  .p-ff-movie .pictures div.fifth {
    display: none;
  }
}
.p-ff-movie .pictures div.sixth {
  width: 48.9236111111vw;
  height: 24.1666666667vw;
  top: 43.3333333333vw;
  right: 0;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .p-ff-movie .pictures div.sixth {
    width: 100vw;
    height: 75.7333333333vw;
    top: 121.3333333333vw;
    right: 0;
  }
}
.p-ff-movie .upper {
  position: absolute;
  z-index: 200;
  text-align: center;
  width: 100%;
  top: 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  .p-ff-movie .upper {
    top: 14.1333333333vw;
  }
}
.p-ff-movie .upper .lead-title {
  font-size: 1.6666666667vw;
  letter-spacing: 0.06em;
  font-family: var(--font-mincho);
  font-weight: 600;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .p-ff-movie .upper .lead-title {
    font-size: 5.3333333333vw;
    line-height: 8.1333333333vw;
    margin-bottom: 5.7333333333vw;
  }
}
.p-ff-movie .upper .lead {
  font-size: 0.78125vw;
  line-height: 1.8229166667vw;
  letter-spacing: 0.03em;
  font-family: var(--font-mincho);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-ff-movie .upper .lead {
    font-size: 3.0666666667vw;
    line-height: 6.8vw;
  }
}
.p-ff-movie .movie {
  position: absolute;
  top: 20vw;
  width: 46.3541666667vw;
  height: 26.09375vw;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 300;
  box-shadow: 1.0416666667vw 1.0416666667vw 0.4166666667vw rgba(0, 0, 0, 0.11);
}
@media screen and (max-width: 768px) {
  .p-ff-movie .movie {
    top: 76.5333333333vw;
    width: 92vw;
    height: 52vw;
    box-shadow: 1.0416666667vw 1.0416666667vw 0.4166666667vw rgba(0, 0, 0, 0.11);
  }
}
.p-ff-movie .movie iframe {
  width: 100%;
  height: 100%;
}
.p-ff-movie .lower {
  position: absolute;
  z-index: 200;
  text-align: center;
  width: 100%;
  top: 48.9583333333vw;
}
@media screen and (max-width: 768px) {
  .p-ff-movie .lower {
    top: 145.3333333333vw;
  }
}
.p-ff-movie .lower .lead-title {
  font-size: 2.0833333333vw;
  letter-spacing: -0.06em;
  font-family: var(--font-mincho);
  font-weight: 600;
  margin-bottom: 0.78125vw;
}
@media screen and (max-width: 768px) {
  .p-ff-movie .lower .lead-title {
    font-size: 5.8666666667vw;
    margin-bottom: 3.3333333333vw;
  }
}
.p-ff-movie .lower .lead-title span {
  font-size: 2.2395833333vw;
  letter-spacing: -0.07em;
}
@media screen and (max-width: 768px) {
  .p-ff-movie .lower .lead-title span {
    font-size: 6.2666666667vw;
  }
}
.p-ff-movie .lower .lead {
  font-size: 1.40625vw;
  line-height: 1.8229166667vw;
  letter-spacing: 0.04em;
  font-family: var(--font-mincho);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-ff-movie .lower .lead {
    font-size: 3.8666666667vw;
  }
}

.p-ff-sf {
  height: 1287.3333333333px;
  background-position: top center;
  background-size: 1920px auto;
  margin-top: -202px;
  position: relative;
  z-index: 100;
  background-image: url("../img/page/finefragrance/ff__sf01.png");
}
@supports (background-image: url("../img/page/finefragrance/ff__sf01.webp")) {
  .p-ff-sf {
    background-image: url("../img/page/finefragrance/ff__sf01.webp");
  }
}
@media screen and (min-width: 1921px) {
  .p-ff-sf {
    margin-top: -10.5vw;
    background-size: 100vw auto;
    height: 67.0486111111vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-sf {
    margin-top: -14.4285714286vw;
    background-size: 137.1428571429vw auto;
    height: 91.9523809524vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-sf {
    height: 277.3333333333vw;
    background-size: 100vw auto;
    margin-top: -23vw;
    background-image: url("../img/page/finefragrance/ff__sf01_sp.png");
  }
}
.p-ff-sf .p-ff-sf__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
}
@media screen and (min-width: 1921px) {
  .p-ff-sf .p-ff-sf__inner {
    max-width: 72.92vw;
  }
}
.p-ff-sf .p-ff-sf__inner .p-ff-sf__item {
  position: absolute;
  top: 60px;
  right: -30px;
  width: 738.6666666667px;
  height: 678.6666666667px;
}
@media screen and (min-width: 1921px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__item {
    top: 3.125vw;
    right: -1.5625vw;
    width: 38.4722222222vw;
    height: 35.3472222222vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__item {
    top: 4.2857142857vw;
    right: -2.1428571429vw;
    width: 52.7619047619vw;
    height: 48.4761904762vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__item {
    top: 106.6666666667vw;
    right: 0;
    width: 100vw;
    height: 77.3333333333vw;
  }
}
.p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__title {
  position: absolute;
  top: 200px;
  left: 160px;
  width: 403.3333333333px;
  height: 157.3333333333px;
}
@media screen and (min-width: 1921px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__title {
    top: 10.4166666667vw;
    left: 8.3333333333vw;
    width: 21.0069444444vw;
    height: 8.1944444444vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__title {
    top: 14.2857142857vw;
    left: 11.4285714286vw;
    width: 28.8095238095vw;
    height: 11.2380952381vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__title {
    width: 68.5333333333vw;
    height: 26.6666666667vw;
    top: 34.6666666667vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__sub {
  position: absolute;
  top: 330px;
  left: 78px;
  font-family: var(--font-mincho);
  font-size: 39px;
  font-weight: 500;
}
@media screen and (min-width: 1921px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__sub {
    top: 17.1875vw;
    left: 4.0625vw;
    font-size: 2.03125vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__sub {
    top: 23.5714285714vw;
    left: 5.5714285714vw;
    font-size: 2.7857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__sub {
    top: 56vw;
    left: 7vw;
    right: 0;
    margin: auto;
    font-size: 6.2666666667vw;
  }
}
.p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__sub span {
  margin-left: 3.5em;
  line-height: 1;
}
.p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__sub span strong {
  display: inline-block;
  color: #0950a2;
  font-weight: 500;
  letter-spacing: -0.12em;
}
.p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__sub span strong.fu {
  font-size: 79px;
  transform: translateY(-10px);
}
@media screen and (min-width: 1921px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__sub span strong.fu {
    font-size: 4.1145833333vw;
    transform: translateY(-0.5208333333vw);
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__sub span strong.fu {
    font-size: 5.6428571429vw;
    transform: translateY(-0.7142857143vw);
  }
}
@media screen and (max-width: 768px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__sub span strong.fu {
    font-size: 12.6666666667vw;
    transform: translateY(-1.3333333333vw);
  }
}
.p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__sub span strong.nn {
  font-size: 70px;
  transform: translateY(10px);
}
@media screen and (min-width: 1921px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__sub span strong.nn {
    font-size: 3.6458333333vw;
    transform: translateY(0.5208333333vw);
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__sub span strong.nn {
    font-size: 5vw;
    transform: translateY(0.7142857143vw);
  }
}
@media screen and (max-width: 768px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__sub span strong.nn {
    font-size: 11.3333333333vw;
    transform: translateY(1.3333333333vw);
  }
}
.p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__sub span strong.wa {
  font-size: 70px;
  transform: translateY(-10px);
}
@media screen and (min-width: 1921px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__sub span strong.wa {
    font-size: 3.6458333333vw;
    transform: translateY(-0.5208333333vw);
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__sub span strong.wa {
    font-size: 5vw;
    transform: translateY(-0.7142857143vw);
  }
}
@media screen and (max-width: 768px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__sub span strong.wa {
    font-size: 11.3333333333vw;
    transform: translateY(-1.3333333333vw);
  }
}
.p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__sub span strong.ri {
  font-size: 70px;
  transform: translateY(10px) translateX(-6px);
}
@media screen and (min-width: 1921px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__sub span strong.ri {
    font-size: 3.6458333333vw;
    transform: translateY(0.5208333333vw) translateX(-0.3125vw);
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__sub span strong.ri {
    font-size: 5vw;
    transform: translateY(0.7142857143vw) translateX(-0.4285714286vw);
  }
}
@media screen and (max-width: 768px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__sub span strong.ri {
    font-size: 11.3333333333vw;
    transform: translateY(1.3333333333vw) translateX(-0.8vw);
  }
}
.p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__exp {
  position: absolute;
  font-family: var(--font-gothic);
  text-align: center;
  width: 515px;
  top: 530px;
  left: 100px;
  letter-spacing: 0.1em;
  line-height: 34px;
  font-size: 15px;
}
@media screen and (min-width: 1921px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__exp {
    top: 27.6041666667vw;
    left: 5.2083333333vw;
    width: 17.8819444444vw;
    font-size: 0.78125vw;
    line-height: 1.7708333333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__exp {
    top: 37.8571428571vw;
    left: 7.1428571429vw;
    width: 24.5238095238vw;
    font-size: 1.0714285714vw;
    line-height: 2.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__text .p-ff-sf__exp {
    top: 84vw;
    font-size: 2.9333333333vw;
    line-height: 5.3333333333vw;
    left: 0;
    width: 100%;
  }
}
.p-ff-sf .p-ff-sf__inner .p-ff-sf__point {
  position: absolute;
  top: 690px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  gap: 0;
  justify-content: center;
}
@media screen and (min-width: 1921px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__point {
    top: 35.9375vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__point {
    top: 49.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__point {
    top: 158.6666666667vw;
    flex-wrap: wrap;
  }
}
.p-ff-sf .p-ff-sf__inner .p-ff-sf__point:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1338px;
  height: 299.3333333333px;
  z-index: 200;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/page/finefragrance/ff__sf08.png) no-repeat center/cover;
  mix-blend-mode: overlay;
}
@media screen and (min-width: 1921px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__point:before {
    top: -2.6041666667vw;
    width: 69.6875vw;
    height: 15.5902777778vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__point:before {
    top: -3.5714285714vw;
    width: 95.5714285714vw;
    height: 21.380952381vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__point:before {
    top: 30.6666666667vw;
    width: 100vw;
    height: 40.1333333333vw;
    background: url(../img/page/finefragrance/ff__sf08_sp.png) no-repeat center/cover;
  }
}
.p-ff-sf .p-ff-sf__inner .p-ff-sf__point:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1314px;
  height: 453.3333333333px;
  z-index: 10;
  top: -180px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/page/finefragrance/ff__sf09.png) no-repeat center/cover;
  mix-blend-mode: overlay;
}
@media screen and (min-width: 1921px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__point:after {
    top: -9.375vw;
    width: 68.4375vw;
    height: 23.6111111111vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__point:after {
    top: -12.8571428571vw;
    width: 93.8571428571vw;
    height: 32.380952381vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__point:after {
    top: 34.6666666667vw;
    width: 100vw;
    height: 172.1333333333vw;
    background: url(../img/page/finefragrance/ff__sf09_sp.png) no-repeat center/cover;
  }
}
.p-ff-sf .p-ff-sf__inner .p-ff-sf__point li {
  position: relative;
  z-index: 100;
}
.p-ff-sf .p-ff-sf__inner .p-ff-sf__point li img {
  width: 342px;
  height: auto;
}
@media screen and (min-width: 1921px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__point li img {
    width: 17.8125vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__point li img {
    width: 24.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__point li img {
    width: 48.6666666667vw;
  }
}
.p-ff-sf .p-ff-sf__inner .p-ff-sf__point li.--01 {
  margin-top: -60px;
  margin-right: -60px;
}
@media screen and (min-width: 1921px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__point li.--01 {
    margin-top: -3.125vw;
    margin-right: -3.125vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__point li.--01 {
    margin-top: -4.2857142857vw;
    margin-right: -4.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__point li.--01 {
    margin-top: 0;
    margin-right: -6.6666666667vw;
  }
}
.p-ff-sf .p-ff-sf__inner .p-ff-sf__point li.--02 {
  margin-right: -50px;
}
@media screen and (min-width: 1921px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__point li.--02 {
    margin-right: -2.6041666667vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__point li.--02 {
    margin-right: -3.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__point li.--02 {
    margin-right: 0;
  }
}
.p-ff-sf .p-ff-sf__inner .p-ff-sf__point li.--03 {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__point li.--03 {
    margin-top: -6.6666666667vw;
  }
}
.p-ff-sf .p-ff-sf__inner .p-ff-sf__point li.--04 {
  margin-top: -60px;
  margin-left: -60px;
}
@media screen and (min-width: 1921px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__point li.--04 {
    margin-top: -3.125vw;
    margin-left: -3.125vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__point li.--04 {
    margin-top: -4.2857142857vw;
    margin-left: -4.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__point li.--04 {
    margin-top: -6.6666666667vw;
    margin-left: -6.6666666667vw;
  }
}
.p-ff-sf .p-ff-sf__inner .p-ff-sf__note {
  position: absolute;
  font-family: var(--font-gothic);
  font-size: 12px;
  top: 970px;
  right: 140px;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1921px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__note {
    font-size: 0.625vw;
    top: 50.5208333333vw;
    right: 7.2916666667vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__note {
    font-size: 0.8571428571vw;
    top: 69.2857142857vw;
    right: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-sf .p-ff-sf__inner .p-ff-sf__note {
    font-size: 2.4vw;
    top: 248vw;
    right: 4.2666666667vw;
  }
}

.p-ff-mi {
  height: 2584px;
  background-position: top center;
  background-size: 1920px auto;
  margin-top: -259px;
  position: relative;
  z-index: 120;
  background-image: url("../img/page/finefragrance/ff__mi01.png");
}
@supports (background-image: url("../img/page/finefragrance/ff__mi01.webp")) {
  .p-ff-mi {
    background-image: url("../img/page/finefragrance/ff__mi01.webp");
  }
}
@media screen and (min-width: 1921px) {
  .p-ff-mi {
    margin-top: -13.5vw;
    background-size: 100vw auto;
    height: 134.5833333333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi {
    margin-top: -18.5vw;
    background-size: 137.1428571429vw auto;
    height: 184.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi {
    height: 603.3333333333vw;
    background-size: 100vw auto;
    margin-top: -30vw;
    background-image: url("../img/page/finefragrance/ff__mi01_sp.png");
  }
  @supports (background-image: url("../img/page/finefragrance/ff__mi01_sp.webp")) {
    .p-ff-mi {
      background-image: url("../img/page/finefragrance/ff__mi01_sp.webp");
    }
  }
}
.p-ff-mi .p-ff-mi__item--pic {
  position: absolute;
  top: 110px;
  left: calc(50% - 790px);
  width: 800px;
  height: 566px;
}
.p-ff-mi .p-ff-mi__item--pic.--ml {
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .p-ff-mi__item--pic {
    top: 5.7291666667vw;
    left: calc(50% - 41.1458333333vw);
    width: 41.6666666667vw;
    height: 29.4791666667vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .p-ff-mi__item--pic {
    top: 7.8571428571vw;
    left: calc(50% - 56.4285714286vw);
    width: 57.1428571429vw;
    height: 40.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .p-ff-mi__item--pic {
    top: 117.3333333333vw;
    left: 0;
    width: 100vw;
    height: 70.1333333333vw;
  }
}
.p-ff-mi .p-ff-mi__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .p-ff-mi__inner {
    max-width: 72.9166666667vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .p-ff-mi__inner {
    max-width: 100vw;
  }
}
.p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__title {
  position: absolute;
  top: 260px;
  right: -10px;
  width: 595.3333333333px;
  height: 156px;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__title {
    top: 13.5416666667vw;
    right: -0.5208333333vw;
    width: 31.0069444444vw;
    height: 8.125vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__title {
    top: 18.5714285714vw;
    right: -0.7142857143vw;
    width: 42.5238095238vw;
    height: 11.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__title {
    top: 41.3333333333vw;
    right: 0;
    width: 90.1333333333vw;
    height: 25.0666666667vw;
  }
}
.p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub {
  position: absolute;
  top: 360px;
  right: 78px;
  font-family: var(--font-mincho);
  font-size: 39px;
  font-weight: 500;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub {
    top: 18.75vw;
    right: 4.0625vw;
    font-size: 2.03125vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub {
    top: 25.7142857143vw;
    right: 5.5714285714vw;
    font-size: 2.7857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub {
    top: 55.3333333333vw;
    right: 11vw;
    font-size: 6.1333333333vw;
  }
}
.p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub span {
  margin-left: 3em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub span {
    margin-left: 1.5em;
  }
}
.p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub span strong {
  display: inline-block;
  color: #0950a2;
  font-weight: 500;
}
.p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub span strong.kao {
  font-size: 65px;
  transform: translateY(-10px);
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub span strong.kao {
    font-size: 3.3854166667vw;
    transform: translateY(-0.5208333333vw);
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub span strong.kao {
    font-size: 4.6428571429vw;
    transform: translateY(-0.7142857143vw);
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub span strong.kao {
    font-size: 10.2666666667vw;
    transform: translateY(-1.3333333333vw);
  }
}
.p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub span strong.ri {
  font-size: 65px;
  transform: translateY(10px);
  margin-left: -11px;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub span strong.ri {
    font-size: 3.3854166667vw;
    transform: translateY(0.5208333333vw);
    margin-left: -0.5729166667vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub span strong.ri {
    font-size: 4.6428571429vw;
    transform: translateY(0.7142857143vw);
    margin-left: -0.7857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub span strong.ri {
    font-size: 10.2666666667vw;
    transform: translateY(1.3333333333vw);
    margin-left: -1.4666666667vw;
  }
}
.p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub span strong.du {
  font-size: 62px;
  transform: translateY(-10px);
  margin-left: -15px;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub span strong.du {
    font-size: 3.2291666667vw;
    transform: translateY(-0.5208333333vw);
    margin-left: -0.78125vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub span strong.du {
    font-size: 4.4285714286vw;
    transform: translateY(-0.7142857143vw);
    margin-left: -1.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub span strong.du {
    font-size: 10.2666666667vw;
    transform: translateY(-1.3333333333vw);
    margin-left: -2vw;
  }
}
.p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub span strong.ke {
  font-size: 70px;
  transform: translateY(10px);
  margin-left: -2px;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub span strong.ke {
    font-size: 3.6458333333vw;
    transform: translateY(0.5208333333vw);
    margin-left: -0.1041666667vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub span strong.ke {
    font-size: 5vw;
    transform: translateY(0.7142857143vw);
    margin-left: -0.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub span strong.ke {
    font-size: 9.8666666667vw;
    transform: translateY(1.3333333333vw);
    margin-left: -0.2666666667vw;
  }
}
.p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub span strong.shoshu {
  font-size: 65px;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub span strong.shoshu {
    font-size: 3.3854166667vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub span strong.shoshu {
    font-size: 4.6428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__sub span strong.shoshu {
    font-size: 10.2666666667vw;
  }
}
.p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__exp {
  position: absolute;
  font-family: var(--font-gothic);
  text-align: center;
  width: 843px;
  top: 580px;
  left: 0;
  right: 0;
  margin: auto;
  letter-spacing: 0.1em;
  line-height: 34px;
  font-size: 15px;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__exp {
    width: 43.90625vw;
    top: 30.2083333333vw;
    line-height: 1.7708333333vw;
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__exp {
    width: 60.2142857143vw;
    top: 41.4285714286vw;
    line-height: 2.4285714286vw;
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__exp {
    top: 82.6666666667vw;
    font-size: 2.9333333333vw;
    line-height: 5.3333333333vw;
    width: 100%;
  }
}
.p-ff-mi .p-ff-mi__inner .p-ff-mi__text .p-ff-mi__exp sup {
  vertical-align: super;
  font-size: xx-small;
}
.p-ff-mi .p-ff-mi__inner .p-ff-mi__point {
  position: absolute;
  top: 720px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  gap: 0;
  justify-content: center;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__point {
    top: 37.5vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__point {
    top: 51.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__point {
    top: 162.6666666667vw;
    flex-wrap: wrap;
  }
}
.p-ff-mi .p-ff-mi__inner .p-ff-mi__point:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1188px;
  height: 195.3333333333px;
  z-index: 200;
  top: 130px;
  left: 0;
  right: 90px;
  margin: auto;
  background: url(../img/page/finefragrance/ff__mi07.png) no-repeat center/cover;
  mix-blend-mode: overlay;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__point:before {
    width: 61.875vw;
    height: 10.1736111111vw;
    top: 6.7708333333vw;
    right: 4.6875vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__point:before {
    width: 84.8571428571vw;
    height: 13.9523809524vw;
    top: 9.2857142857vw;
    right: 6.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__point:before {
    width: 100vw;
    height: 38.4vw;
    top: 17.3333333333vw;
    right: 0;
    background: url(../img/page/finefragrance/ff__mi07_sp.png) no-repeat center/cover;
  }
}
.p-ff-mi .p-ff-mi__inner .p-ff-mi__point li {
  position: relative;
  z-index: 100;
}
.p-ff-mi .p-ff-mi__inner .p-ff-mi__point li img {
  width: 353.3333333333px;
  height: auto;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__point li img {
    width: 18.4027777778vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__point li img {
    width: 25.2380952381vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__point li img {
    width: 49.3333333333vw;
  }
}
.p-ff-mi .p-ff-mi__inner .p-ff-mi__point li.--01 {
  margin-top: -50px;
  margin-right: -30px;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__point li.--01 {
    margin-top: -2.6041666667vw;
    margin-right: -1.5625vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__point li.--01 {
    margin-top: -3.5714285714vw;
    margin-right: -2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__point li.--01 {
    margin: 0 25.3333333333vw;
  }
}
.p-ff-mi .p-ff-mi__inner .p-ff-mi__point li.--02 img {
  width: 365.3333333333px;
  height: auto;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__point li.--02 img {
    width: 19.0277777778vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__point li.--02 img {
    width: 26.0952380952vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__point li.--02 img {
    margin-top: -12vw;
    width: 49.3333333333vw;
  }
}
.p-ff-mi .p-ff-mi__inner .p-ff-mi__point li.--03 {
  margin-top: -50px;
  margin-left: -30px;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__point li.--03 {
    margin-top: -2.6041666667vw;
    margin-left: -1.5625vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__point li.--03 {
    margin-top: -3.5714285714vw;
    margin-left: -2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__point li.--03 {
    margin-top: -12vw;
    margin-left: -5vw;
  }
}
.p-ff-mi .p-ff-mi__inner .p-ff-mi__note {
  position: absolute;
  font-family: var(--font-gothic);
  font-size: 12px;
  top: 1015px;
  right: 140px;
  letter-spacing: -0.01em;
  line-height: 16px;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__note {
    font-size: 0.625vw;
    top: 52.8645833333vw;
    right: 7.2916666667vw;
    line-height: 0.8333333333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__note {
    font-size: 0.8571428571vw;
    top: 72.5vw;
    right: 10vw;
    line-height: 1.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .p-ff-mi__inner .p-ff-mi__note {
    top: 249.3333333333vw;
    font-size: 2.4vw;
    line-height: 2.9333333333vw;
    right: 4vw;
  }
}
.p-ff-mi .daily-scenes {
  position: absolute;
  top: 1140px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .daily-scenes {
    top: 59.375vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .daily-scenes {
    top: 81.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .daily-scenes {
    top: 266.6666666667vw;
  }
}
.p-ff-mi .daily-scenes .daily-scenes__header {
  position: relative;
  width: 1212px;
  margin: 0 auto;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .daily-scenes .daily-scenes__header {
    width: 63.125vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .daily-scenes .daily-scenes__header {
    width: 86.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .daily-scenes .daily-scenes__header {
    width: 100vw;
  }
}
.p-ff-mi .daily-scenes h2 {
  text-align: left;
}
.p-ff-mi .daily-scenes h2 img {
  width: 457.3333333333px;
  height: auto;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .daily-scenes h2 img {
    width: 23.8194444444vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .daily-scenes h2 img {
    width: 32.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .daily-scenes h2 img {
    width: 60.5333333333vw;
  }
}
.p-ff-mi .daily-scenes h2:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 30px;
  left: 480px;
  max-width: 732px;
  height: 1px;
  background: #0950a2;
  width: 0;
  transform: none;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .daily-scenes h2:before {
    top: 1.5625vw;
    left: 25vw;
    max-width: 38.125vw;
    height: 0.0520833333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .daily-scenes h2:before {
    top: 2.1428571429vw;
    left: 34.2857142857vw;
    max-width: 52.2857142857vw;
    height: 0.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .daily-scenes h2:before {
    position: static;
    top: inherit;
    left: inherit;
    max-width: 16.5333333333vw;
    height: 0.2666666667vw;
    margin-right: 0.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .daily-scenes h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 95vw;
    margin: auto;
  }
  .p-ff-mi .daily-scenes h2:after {
    content: "";
    position: static;
    display: inline-block;
    background: #0950a2;
    width: 0;
    transform: rotate(180deg);
    max-width: 16.5333333333vw;
    height: 0.2666666667vw;
    margin-left: 0.2666666667vw;
  }
}
.p-ff-mi .daily-scenes p {
  font-size: 23px;
  font-family: var(--font-mincho);
  line-height: 39px;
  font-weight: 500;
  position: absolute;
  top: 65px;
  left: 478px;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .daily-scenes p {
    top: 3.3854166667vw;
    left: 24.8958333333vw;
    font-size: 1.1979166667vw;
    line-height: 2.03125vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .daily-scenes p {
    top: 4.6428571429vw;
    left: 34.1428571429vw;
    font-size: 1.6428571429vw;
    line-height: 2.7857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .daily-scenes p {
    top: 25.3333333333vw;
    left: 0;
    width: 100%;
    font-size: 3.4666666667vw;
    line-height: 6.1333333333vw;
    text-align: center;
  }
}
.p-ff-mi .daily-scenes .daily-scenes__point {
  position: relative;
  max-width: 1288px;
  margin: 0 auto;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .daily-scenes .daily-scenes__point {
    max-width: 67.0833333333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .daily-scenes .daily-scenes__point {
    max-width: 92vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .daily-scenes .daily-scenes__point {
    top: 3.4666666667vw;
    left: 0;
    width: 100%;
    font-size: 3.4666666667vw;
    line-height: 6.1333333333vw;
    max-width: 100%;
  }
}
.p-ff-mi .daily-scenes .daily-scenes__point li {
  position: absolute;
}
.p-ff-mi .daily-scenes .daily-scenes__point li.--01 {
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 671.3333333333px;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .daily-scenes .daily-scenes__point li.--01 {
    top: 1.5625vw;
    width: 34.9652777778vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .daily-scenes .daily-scenes__point li.--01 {
    top: 2.1428571429vw;
    width: 47.9523809524vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .daily-scenes .daily-scenes__point li.--01 {
    top: 26.6666666667vw;
    left: auto;
    right: 0;
    width: 96.4vw;
  }
}
.p-ff-mi .daily-scenes .daily-scenes__point li.--02 {
  top: 480px;
  left: 0;
  width: 601.3333333333px;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .daily-scenes .daily-scenes__point li.--02 {
    top: 25vw;
    width: 31.3194444444vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .daily-scenes .daily-scenes__point li.--02 {
    top: 34.2857142857vw;
    width: 42.9523809524vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .daily-scenes .daily-scenes__point li.--02 {
    top: 110.6666666667vw;
    left: 0;
    width: 93.3333333333vw;
  }
}
.p-ff-mi .daily-scenes .daily-scenes__point li.--03 {
  top: 480px;
  right: 0;
  width: 580px;
}
@media screen and (min-width: 1921px) {
  .p-ff-mi .daily-scenes .daily-scenes__point li.--03 {
    top: 25vw;
    width: 30.2083333333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-mi .daily-scenes .daily-scenes__point li.--03 {
    top: 34.2857142857vw;
    width: 41.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-mi .daily-scenes .daily-scenes__point li.--03 {
    top: 192vw;
    width: 90.2666666667vw;
  }
}

.p-ff-lu2 {
  position: relative;
  width: 100%;
}
.p-ff-lu2 .p-ff-lu__main {
  position: relative;
  width: 100%;
}
.p-ff-lu2 .p-ff-lu__item {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px auto;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item {
    background-size: 100vw auto;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item {
    background-size: 137.1428571429vw auto;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item {
    background-size: 100vw auto;
  }
}
.p-ff-lu2 .p-ff-lu__item.--hm {
  margin-top: -240px;
  position: relative;
  z-index: 140;
  height: 1024px;
  background-image: url("../img/page/finefragrance/ff__hm01.png");
}
@supports (background-image: url("../img/page/finefragrance/ff__hm01.webp")) {
  .p-ff-lu2 .p-ff-lu__item.--hm {
    background-image: url("../img/page/finefragrance/ff__hm01.webp");
  }
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item.--hm {
    margin-top: -12.5vw;
    height: 53.3333333333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item.--hm {
    margin-top: -17.1428571429vw;
    height: 73.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item.--hm {
    margin-top: -37vw;
    height: 304.9333333333vw;
    background-image: url("../img/page/finefragrance/ff__hm01_sp.png");
  }
}
.p-ff-lu2 .p-ff-lu__item.--bt {
  margin-top: -1px;
  height: 1012px;
  background-image: url("../img/page/finefragrance/ff__bt01.png");
}
@supports (background-image: url("../img/page/finefragrance/ff__bt01.webp")) {
  .p-ff-lu2 .p-ff-lu__item.--bt {
    background-image: url("../img/page/finefragrance/ff__bt01.webp");
  }
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item.--bt {
    margin-top: -0.0520833333vw;
    height: 52.7083333333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item.--bt {
    margin-top: -0.0714285714vw;
    height: 72.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item.--bt {
    margin-top: -1px;
    height: 304.9333333333vw;
    background-image: url("../img/page/finefragrance/ff__bt01_sp.png");
  }
}
.p-ff-lu2 .p-ff-lu__item.--cl {
  margin-top: -1px;
  height: 1011.3333333333px;
  background-image: url("../img/page/finefragrance/ff__cl01.png");
}
@supports (background-image: url("../img/page/finefragrance/ff__cl01.webp")) {
  .p-ff-lu2 .p-ff-lu__item.--cl {
    background-image: url("../img/page/finefragrance/ff__cl01.webp");
  }
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item.--cl {
    margin-top: -0.0520833333vw;
    height: 52.6736111111vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item.--cl {
    margin-top: -0.0714285714vw;
    height: 72.2380952381vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item.--cl {
    margin-top: -1px;
    height: 304.9333333333vw;
    background-image: url("../img/page/finefragrance/ff__cl01_sp.png");
  }
  @supports (background-image: url("../img/page/finefragrance/ff__cl01_sp.webp")) {
    .p-ff-lu2 .p-ff-lu__item.--cl {
      background-image: url("../img/page/finefragrance/ff__cl01_sp.webp");
    }
  }
}
.p-ff-lu2 .p-ff-lu__item.--pd {
  margin-top: -1px;
  height: 1314px;
  background-image: url("../img/page/finefragrance/ff__pd01.png");
}
@supports (background-image: url("../img/page/finefragrance/ff__pd01.webp")) {
  .p-ff-lu2 .p-ff-lu__item.--pd {
    background-image: url("../img/page/finefragrance/ff__pd01.webp");
  }
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item.--pd {
    margin-top: -0.0520833333vw;
    height: 68.4375vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item.--pd {
    margin-top: -0.0714285714vw;
    height: 93.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item.--pd {
    margin-top: -1px;
    height: 304.9333333333vw;
    background-image: url("../img/page/finefragrance/ff__pd01_sp.png");
  }
}
.p-ff-lu2 .p-ff-lu__item.--lwp {
  margin-top: -307px;
  position: relative;
  z-index: 140;
  height: 1482px;
  background-image: url("../img/page/finefragrance/ff__lwp01.png");
}
@supports (background-image: url("../img/page/finefragrance/ff__lwp01.webp")) {
  .p-ff-lu2 .p-ff-lu__item.--lwp {
    background-image: url("../img/page/finefragrance/ff__lwp01.webp");
  }
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item.--lwp {
    margin-top: -16vw;
    height: 77.1875vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item.--lwp {
    margin-top: -21.9285714286vw;
    height: 105.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item.--lwp {
    margin-top: -20vw;
    height: 416vw;
    background-image: url("../img/page/finefragrance/ff__lwp01_sp.png");
  }
  @supports (background-image: url("../img/page/finefragrance/ff__lwp01_sp.webp")) {
    .p-ff-lu2 .p-ff-lu__item.--lwp {
      background-image: url("../img/page/finefragrance/ff__lwp01_sp.webp");
    }
  }
}
.p-ff-lu2 .p-ff-lu__item .item__img--pic {
  width: 613.3333333333px;
  height: 961.3333333333px;
  position: absolute;
  top: 40px;
  left: calc(50% - 960px + 170px);
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__img--pic {
    width: 31.9444444444vw;
    height: 50.0694444444vw;
    top: 2.0833333333vw;
    left: calc(50% - 41.1458333333vw);
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__img--pic {
    width: 43.8095238095vw;
    height: 68.6666666667vw;
    top: 2.8571428571vw;
    left: calc(50% - 56.4285714286vw);
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__img--pic {
    width: 100vw;
    height: 130.1333333333vw;
    top: 40vw;
    left: 0;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__img--pic.--bt {
  width: 670px;
  height: 963.3333333333px;
  left: inherit;
  right: calc(50% - 960px + 280px);
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__img--pic.--bt {
    width: 34.8958333333vw;
    height: 50.1736111111vw;
    right: calc(50% - 35.4166666667vw);
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__img--pic.--bt {
    width: 47.8571428571vw;
    height: 68.8095238095vw;
    right: calc(50% - 48.5714285714vw);
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__img--pic.--bt {
    width: 100vw;
    height: 125.6vw;
    top: 36vw;
    right: 0;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__img--pic.--cl {
  width: 650px;
  height: 978px;
  top: 0;
  left: calc(50% - 960px + 160px);
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__img--pic.--cl {
    width: 33.8541666667vw;
    height: 50.9375vw;
    left: calc(50% - 41.6666666667vw);
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__img--pic.--cl {
    width: 46.4285714286vw;
    height: 69.8571428571vw;
    left: calc(50% - 57.1428571429vw);
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__img--pic.--cl {
    width: 100vw;
    height: 108.6666666667vw;
    top: 44vw;
    left: 0;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__img--pic.--pd {
  width: 670px;
  height: 986px;
  top: -20px;
  left: inherit;
  right: calc(50% - 960px + 260px);
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__img--pic.--pd {
    width: 34.8958333333vw;
    height: 51.3541666667vw;
    right: calc(50% - 36.4583333333vw);
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__img--pic.--pd {
    width: 47.8571428571vw;
    height: 70.4285714286vw;
    right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__img--pic.--pd {
    width: 100vw;
    height: 125.6vw;
    top: 37.3333333333vw;
    right: 0;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__img--pic.--lwp {
  width: 691.3333333333px;
  height: 933.3333333333px;
  top: 100px;
  left: calc(50% - 960px + 180px);
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__img--pic.--lwp {
    width: 36.0069444444vw;
    height: 48.6111111111vw;
    top: 5.2083333333vw;
    left: calc(50% - 40.625vw);
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__img--pic.--lwp {
    width: 49.380952381vw;
    height: 66.6666666667vw;
    top: 7.1428571429vw;
    left: calc(50% - 55.7142857143vw);
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__img--pic.--lwp {
    width: 100vw;
    height: 130.1333333333vw;
    top: 32vw;
    left: 0;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__img--pic.--ml {
  mix-blend-mode: multiply;
}
.p-ff-lu2 .p-ff-lu__item .item__img--pic.--sc {
  mix-blend-mode: screen;
}
.p-ff-lu2 .p-ff-lu__item .item__header {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__header {
    max-width: 72.9166666667vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__header {
    max-width: 100vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__header .header-sub {
  font-family: var(--font-mincho);
  font-weight: 400;
  font-size: 31px;
  text-indent: -3em;
  position: absolute;
  top: 140px;
  right: 140px;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub {
    font-size: 1.6145833333vw;
    top: 7.2916666667vw;
    right: 7.2916666667vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub {
    font-size: 2.2142857143vw;
    top: 10vw;
    right: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub {
    font-size: 5.8666666667vw;
    top: 21.3333333333vw;
    right: 0;
    text-align: center;
    text-indent: 0;
    left: 0;
    margin: auto;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__header .header-sub span {
  font-size: 39px;
  color: #0950a2;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub span {
    font-size: 2.03125vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub span {
    font-size: 2.7857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub span {
    font-size: 7.4666666667vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__header .header-sub span.kana {
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub span.kana {
    font-size: 8.2666666667vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--bt {
  right: inherit;
  left: 180px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--bt {
    left: 9.375vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--bt {
    left: 12.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--bt {
    left: 0;
    right: 0;
    top: 13.3333333333vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--bt span {
  color: #b17722;
  font-size: 43px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--bt span {
    font-size: 2.2395833333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--bt span {
    font-size: 3.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--bt span {
    font-size: 7.4666666667vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--cl {
  top: 180px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--cl {
    top: 9.375vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--cl {
    top: 12.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--cl {
    top: 13.3333333333vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--cl span {
  color: #a2886f;
  font-size: 43px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--cl span {
    font-size: 2.2395833333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--cl span {
    font-size: 3.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--cl span {
    font-size: 7.4666666667vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--pd {
  right: inherit;
  left: 180px;
  font-size: 33px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--pd {
    left: 9.375vw;
    font-size: 1.71875vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--pd {
    left: 12.8571428571vw;
    font-size: 2.3571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--pd {
    font-size: 5.8666666667vw;
    left: 0;
    right: 0;
    top: 13.3333333333vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--pd span {
  color: #159ba1;
  font-size: 45px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--pd span {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--pd span {
    font-size: 3.2142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--pd span {
    font-size: 7.4666666667vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--lwp {
  right: 90px;
  font-size: 38px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--lwp {
    right: 4.6875vw;
    font-size: 1.9791666667vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--lwp {
    right: 6.4285714286vw;
    font-size: 2.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--lwp {
    right: 0;
    font-size: 6.6666666667vw;
    top: 18vw;
  }
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--lwp span {
    font-size: 8.2666666667vw;
  }
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--lwp span.kana {
    font-size: 9.3333333333vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--lwp span {
  color: #0950a2;
  font-size: 48px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--lwp span {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--lwp span {
    font-size: 3.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-sub.--lwp span {
    font-size: 7.4666666667vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__header .header-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 76px;
  font-weight: 500;
  letter-spacing: -0.08em;
  font-family: var(--font-mincho);
  position: absolute;
  top: 240px;
  right: 220px;
  line-height: 1;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-title {
    top: 12.5vw;
    right: 11.4583333333vw;
    font-size: 3.9583333333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-title {
    top: 17.1428571429vw;
    right: 15.7142857143vw;
    font-size: 5.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-title {
    top: 42.6666666667vw;
    right: 0;
    font-size: 12.8vw;
    left: 0;
    margin: auto;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__header .header-title.--bt {
  top: 210px;
  right: inherit;
  left: 180px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-title.--bt {
    top: 10.9375vw;
    left: 9.375vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-title.--bt {
    top: 15vw;
    left: 12.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-title.--bt {
    top: 34.6666666667vw;
    left: 0;
    right: 0;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__header .header-title.--cl {
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-title.--cl {
    top: 34.6666666667vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__header .header-title.--cl span {
  margin-left: 12px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-title.--cl span {
    margin-left: 0.625vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-title.--cl span {
    margin-left: 0.8571428571vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__header .header-title.--pd {
  top: 210px;
  right: inherit;
  left: 180px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-title.--pd {
    top: 10.9375vw;
    left: 9.375vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-title.--pd {
    top: 15vw;
    left: 12.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-title.--pd {
    top: 34.6666666667vw;
    left: 0;
    right: 0;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__header .header-title span {
  font-size: 14px;
  letter-spacing: 0.25em;
  font-family: var(--font-jost);
  margin-left: 8px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-title span {
    font-size: 0.7291666667vw;
    margin-left: 0.4166666667vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-title span {
    font-size: 1vw;
    margin-left: 0.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-title span {
    display: none;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__header .header-title:before, .p-ff-lu2 .p-ff-lu__item .item__header .header-title:after {
  content: "";
  height: 1px;
  width: 33px;
  background: #000;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-title:before, .p-ff-lu2 .p-ff-lu__item .item__header .header-title:after {
    height: 0.0520833333vw;
    width: 1.71875vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-title:before, .p-ff-lu2 .p-ff-lu__item .item__header .header-title:after {
    height: 0.0714285714vw;
    width: 2.3571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-title:before, .p-ff-lu2 .p-ff-lu__item .item__header .header-title:after {
    height: 0.2666666667vw;
    width: 5.6vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__header .header-title:before {
  margin-right: 10px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-title:before {
    margin-right: 0.5208333333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-title:before {
    margin-right: 0.7142857143vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__header .header-title:after {
  margin-left: 10px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-title:after {
    margin-left: 0.5208333333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__header .header-title:after {
    margin-left: 0.7142857143vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__main {
  position: absolute;
  top: 350px;
  left: calc(50% - 960px + 770px);
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__main {
    top: 18.2291666667vw;
    left: calc(50% - 9.8958333333vw);
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__main {
    top: 25vw;
    left: calc(50% - 13.5714285714vw);
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__main {
    top: 98.6666666667vw;
    left: 0;
    flex-direction: column-reverse;
    width: 100%;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__main.--bt {
  flex-direction: row;
  left: calc(50% - 960px + 380px);
  gap: 20px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__main.--bt {
    gap: 1.0416666667vw;
    left: calc(50% - 30.2083333333vw);
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__main.--bt {
    gap: 1.4285714286vw;
    left: calc(50% - 41.4285714286vw);
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__main.--bt {
    top: 96vw;
    left: 0;
    flex-direction: column-reverse;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__main.--cl {
  left: calc(50% - 960px + 820px);
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__main.--cl {
    left: calc(50% - 7.2916666667vw);
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__main.--cl {
    left: calc(50% - 10vw);
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__main.--cl {
    top: 93.3333333333vw;
    left: 0;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__main.--pd {
  flex-direction: row;
  left: calc(50% - 960px + 380px);
  gap: 20px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__main.--pd {
    gap: 1.0416666667vw;
    left: calc(50% - 30.2083333333vw);
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__main.--pd {
    gap: 1.4285714286vw;
    left: calc(50% - 41.4285714286vw);
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__main.--pd {
    top: 93.3333333333vw;
    left: 0;
    flex-direction: column-reverse;
    gap: 0;
  }
  .p-ff-lu2 .p-ff-lu__item .item__main.--pd .item__main--text {
    margin-bottom: 0;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__main.--lwp {
  top: 290px;
  left: calc(50% - 960px + 830px);
  gap: 20px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__main.--lwp {
    top: 15.1041666667vw;
    gap: 1.0416666667vw;
    left: calc(50% - 6.7708333333vw);
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__main.--lwp {
    top: 20.7142857143vw;
    gap: 1.4285714286vw;
    left: calc(50% - 9.2857142857vw);
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__main.--lwp {
    top: 85vw;
    left: 0;
    flex-direction: column-reverse;
    gap: 11vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__main .item__main--img {
  width: 341.3333333333px;
  height: 386px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--img {
    width: 17.7777777778vw;
    height: 20.1041666667vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--img {
    width: 24.380952381vw;
    height: 27.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--img {
    width: 54.1333333333vw;
    height: 61.3333333333vw;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--text {
    padding-left: 6.2666666667vw;
    width: 61.0666666667vw;
    margin-right: auto;
    margin-bottom: 4vw;
  }
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--text.--bt h4 span {
    display: inline;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__main .item__main--text.--hm {
  margin-right: -20px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--text.--hm {
    margin-right: -1.0416666667vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--text.--hm {
    margin-right: -1.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--text.--hm {
    margin-right: auto;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__main .item__main--text h4 {
  font-weight: 700;
  font-size: 21px;
  font-family: var(--font-gothic);
  margin-bottom: 10px;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--text h4 {
    font-size: 1.09375vw;
    margin-bottom: 0.5208333333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--text h4 {
    font-size: 1.5vw;
    margin-bottom: 0.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--text h4 {
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 6vw;
  }
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--text h4.--cl {
    letter-spacing: 0.05em;
  }
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--text h4.--cl span {
    display: inline;
    letter-spacing: 0.1em;
  }
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--text h4.--pd {
    text-indent: -5em;
  }
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--text h4.--pd span {
    margin-left: 7em;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__main .item__main--text h4 span {
  font-size: 29px;
  letter-spacing: 0.2em;
  margin-left: 3px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--text h4 span {
    font-size: 1.5104166667vw;
    margin-left: 0.15625vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--text h4 span {
    font-size: 2.0714285714vw;
    margin-left: 0.2142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--text h4 span {
    font-size: 4.8vw;
    margin-left: 0;
    display: block;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__main .item__main--text p {
  font-family: var(--font-gothic);
  font-size: 14px;
  letter-spacing: 0.25em;
  line-height: 36px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--text p {
    font-size: 0.7291666667vw;
    line-height: 1.875vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--text p {
    font-size: 1vw;
    line-height: 2.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--text p {
    font-size: 2.9333333333vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0.2em;
  }
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--text p.--pd {
    letter-spacing: 0.08em;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__main .item__main--text p sup {
  font-size: xx-small;
  vertical-align: super;
}
.p-ff-lu2 .p-ff-lu__item .item__main .item__main--text p span {
  font-size: 12px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--text p span {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--text p span {
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__main .item__main--text p span {
    font-size: 2.4vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__buy {
  position: absolute;
  display: flex;
  gap: 34px;
  right: calc(50% - 700px);
  bottom: 17px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy {
    bottom: 0.8854166667vw;
    gap: 1.7708333333vw;
    right: calc(50% - 36.4583333333vw);
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy {
    bottom: 1.2142857143vw;
    gap: 2.4285714286vw;
    right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy {
    flex-direction: column;
    gap: 9vw;
    right: 0;
    left: 0;
    margin: auto;
    align-items: center;
    bottom: 9vw;
  }
  .p-ff-lu2 .p-ff-lu__item .item__buy.--cl {
    bottom: 11vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__buy.--bt {
  right: inherit;
  left: calc(50% - 700px);
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy.--bt {
    left: calc(50% - 36.4583333333vw);
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy.--bt {
    left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy.--bt {
    right: 0;
    left: 0;
    bottom: 11vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__buy.--pd {
  right: inherit;
  left: calc(50% - 700px);
  bottom: 316px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy.--pd {
    bottom: 16.4583333333vw;
    left: calc(50% - 36.4583333333vw);
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy.--pd {
    bottom: 22.5714285714vw;
    left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy.--pd {
    right: 0;
    left: 0;
    bottom: 11vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__buy.--lwp {
  right: calc(50% - 430px);
  bottom: 553px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy.--lwp {
    bottom: 28.8020833333vw;
    right: calc(50% - 22.3958333333vw);
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy.--lwp {
    bottom: 39.5vw;
    right: calc(50% - 30.7142857143vw);
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy.--lwp {
    right: 0;
    left: 0;
    bottom: 170vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item {
  border: 1px solid #113f97;
  display: flex;
  gap: 24px;
  width: 365px;
  height: 157px;
  justify-content: center;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item {
    width: 19.0104166667vw;
    gap: 1.25vw;
    height: 8.1770833333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item {
    width: 26.0714285714vw;
    gap: 1.7142857143vw;
    height: 11.2142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item {
    width: 83.8666666667vw;
    height: 31.8666666667vw;
    gap: 4.5333333333vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_img {
  position: relative;
  z-index: 10;
}
.p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_img img {
  width: 45.3333333333px;
  height: 158px;
  margin-top: -7px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_img img {
    width: 2.3611111111vw;
    margin-top: -0.3645833333vw;
    height: 8.2291666667vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_img img {
    width: 3.2380952381vw;
    margin-top: -0.5vw;
    height: 11.2857142857vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_img img {
    width: 10.2666666667vw;
    height: 36.2666666667vw;
    margin-top: -6vw;
    margin-left: 2.4vw;
    margin-right: 2.4vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_text {
  text-align: center;
  padding-top: 17px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_text {
    padding-top: 0.8854166667vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_text {
    padding-top: 1.2142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_text {
    padding-top: 2vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_text h5 {
  font-size: 20px;
  font-family: var(--font-mincho);
  font-weight: 600;
  line-height: 19px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_text h5 {
    font-size: 1.0416666667vw;
    line-height: 0.9895833333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_text h5 {
    font-size: 1.4285714286vw;
    line-height: 1.3571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_text h5 {
    font-size: 4.5333333333vw;
    line-height: 4.8vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_text h5:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 273px;
  height: 1px;
  background: #113f97;
  bottom: -15px;
  right: -5px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_text h5:before {
    width: 14.21875vw;
    height: 0.0520833333vw;
    bottom: -0.78125vw;
    right: -0.2604166667vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_text h5:before {
    width: 19.5vw;
    height: 0.0714285714vw;
    bottom: -1.0714285714vw;
    right: -0.3571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_text h5:before {
    width: 62.5333333333vw;
    height: 0.2666666667vw;
    bottom: -2.6666666667vw;
    right: -0.6666666667vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_text h5 span {
  font-size: 12px;
  font-family: var(--font-gothic);
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_text h5 span {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_text h5 span {
    font-size: 0.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_text h5 span {
    font-size: 2.9333333333vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_text button {
  font-size: 14px;
  font-family: var(--font-gothic);
  background: #113f97;
  width: 225px;
  height: 43px;
  font-weight: bold;
  line-height: 43px;
  padding: 0;
  margin-top: 30px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_text button {
    font-size: 0.7291666667vw;
    line-height: 2.2395833333vw;
    width: 11.71875vw;
    height: 2.2395833333vw;
    margin-top: 1.5625vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_text button {
    font-size: 1vw;
    line-height: 3.0714285714vw;
    width: 16.0714285714vw;
    height: 3.0714285714vw;
    margin-top: 2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_text button {
    font-size: 3.7333333333vw;
    line-height: 9.8666666667vw;
    width: 51.6vw;
    height: 9.8666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item .item__buy-item_text button:hover {
  opacity: 0.8;
}
.p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item.--fm {
  position: relative;
}
.p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item.--fm:before {
  content: "同じ香りの芳香消臭剤";
  display: inline-block;
  position: absolute;
  background: #cfbfe2;
  font-size: 12px;
  font-family: var(--font-gothic);
  width: 157px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  top: -10px;
  left: -16px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item.--fm:before {
    font-size: 0.625vw;
    line-height: 1.25vw;
    width: 8.1770833333vw;
    height: 1.25vw;
    top: -0.5208333333vw;
    left: -0.8333333333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item.--fm:before {
    font-size: 0.8571428571vw;
    line-height: 1.7142857143vw;
    width: 11.2142857143vw;
    height: 1.7142857143vw;
    top: -0.7142857143vw;
    left: -1.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item.--fm:before {
    font-size: 2.6666666667vw;
    line-height: 5.6vw;
    width: 35.8666666667vw;
    height: 5.6vw;
    top: -4.5333333333vw;
    left: -3.7333333333vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item.--fm:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #b49fcc;
  width: 16px;
  height: 9px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  top: 14px;
  left: -16px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item.--fm:after {
    width: 0.8333333333vw;
    height: 0.46875vw;
    top: 0.7291666667vw;
    left: -0.8333333333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item.--fm:after {
    width: 1.1428571429vw;
    height: 0.6428571429vw;
    top: 1vw;
    left: -1.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item.--fm:after {
    width: 3.7333333333vw;
    height: 2.1333333333vw;
    top: 1.0666666667vw;
    left: -3.7333333333vw;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item.--fm.--bt:before {
  background: #e7af56;
}
.p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item.--fm.--bt:after {
  background: #ca943e;
}
.p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item.--fm.--cl:before {
  background: #e1c7af;
}
.p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item.--fm.--cl:after {
  background: #c1a48a;
}
.p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item.--fm.--pd:before {
  background: #8fcfc4;
}
.p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item.--fm.--pd:after {
  background: #5fa79b;
}
.p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item.--fm img {
  width: 66px;
  height: 124px;
  margin-top: 20px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item.--fm img {
    width: 3.4375vw;
    height: 6.4583333333vw;
    margin-top: 1.0416666667vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item.--fm img {
    width: 4.7142857143vw;
    height: 8.8571428571vw;
    margin-top: 1.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item.--fm img {
    width: 15.0666666667vw;
    height: 28.4vw;
    margin-top: 1.8666666667vw;
    margin-left: 0;
    margin-right: 0;
  }
}
.p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item.--fm h5 {
  letter-spacing: -0.15em;
}
.p-ff-lu2 .p-ff-lu__item .item__buy .item__buy-item.--fm h5 span {
  letter-spacing: 0;
}
.p-ff-lu2 .p-ff-profile {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 110px;
  margin: auto;
  width: 867px;
  height: 318px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
  display: flex;
  padding: 20px;
  gap: 40px;
  justify-content: flex-start;
  align-items: center;
  z-index: 200;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-profile {
    bottom: 5.7291666667vw;
    width: 45.15625vw;
    height: 16.5625vw;
    padding: 1.0416666667vw;
    box-shadow: 0 0 1.5625vw rgba(0, 0, 0, 0.07);
    gap: 2.0833333333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-profile {
    bottom: 7.8571428571vw;
    width: 61.9285714286vw;
    height: 22.7142857143vw;
    padding: 1.4285714286vw;
    box-shadow: 0 0 2.1428571429vw rgba(0, 0, 0, 0.07);
    gap: 2.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-profile {
    bottom: 28vw;
    width: 67.0666666667vw;
    height: 114.5333333333vw;
    padding: 5.8666666667vw 7.7333333333vw;
    box-shadow: 0 0 4vw rgba(0, 0, 0, 0.07);
    gap: 6.6666666667vw;
    flex-direction: column;
  }
}
.p-ff-lu2 .p-ff-profile .p-ff-profile__img {
  width: 288.6666666667px;
  height: 284.6666666667px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-profile .p-ff-profile__img {
    width: 15.0347222222vw;
    height: 14.8263888889vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-profile .p-ff-profile__img {
    width: 20.619047619vw;
    height: 20.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-profile .p-ff-profile__img {
    width: 50.6666666667vw;
    height: 50.1333333333vw;
  }
}
.p-ff-lu2 .p-ff-profile .p-ff-profile__text h3 {
  font-size: 16px;
  font-family: var(--font-cinzel);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-profile .p-ff-profile__text h3 {
    font-size: 0.8333333333vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-profile .p-ff-profile__text h3 {
    font-size: 1.1428571429vw;
    margin-bottom: 1.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-profile .p-ff-profile__text h3 {
    font-size: 3.2vw;
    margin-bottom: 2vw;
  }
}
.p-ff-lu2 .p-ff-profile .p-ff-profile__text h2 {
  font-size: 20px;
  font-family: var(--font-gothic);
  font-weight: 400;
  margin-bottom: 15px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-profile .p-ff-profile__text h2 {
    font-size: 1.0416666667vw;
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-profile .p-ff-profile__text h2 {
    font-size: 1.4285714286vw;
    margin-bottom: 1.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-profile .p-ff-profile__text h2 {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
.p-ff-lu2 .p-ff-profile .p-ff-profile__text p {
  font-size: 14px;
  line-height: 26px;
  font-family: var(--font-gothic);
}
@media screen and (min-width: 1921px) {
  .p-ff-lu2 .p-ff-profile .p-ff-profile__text p {
    font-size: 0.7291666667vw;
    line-height: 1.3541666667vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lu2 .p-ff-profile .p-ff-profile__text p {
    font-size: 1vw;
    line-height: 1.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lu2 .p-ff-profile .p-ff-profile__text p {
    font-size: 2.8vw;
    line-height: 4.8vw;
    letter-spacing: 0;
  }
}

.p-ff-lw2 {
  height: 1562px;
  background-position: top center;
  background-size: 1920px auto;
  margin-top: -278px;
  position: relative;
  z-index: 100;
  background-image: url("../img/page/finefragrance/ff__lw01.png");
}
@supports (background-image: url("../img/page/finefragrance/ff__lw01.webp")) {
  .p-ff-lw2 {
    background-image: url("../img/page/finefragrance/ff__lw01.webp");
  }
}
@media screen and (min-width: 1921px) {
  .p-ff-lw2 {
    margin-top: -14.5vw;
    background-size: 100vw auto;
    height: 81.3541666667vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lw2 {
    margin-top: -19.8571428571vw;
    background-size: 137.1428571429vw auto;
    height: 111.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lw2 {
    height: 313.7333333333vw;
    background-size: 100vw auto;
    margin-top: -10vw;
    background-image: url("../img/page/finefragrance/ff__lw01_sp.png");
  }
  @supports (background-image: url("../img/page/finefragrance/ff__lw01_sp.webp")) {
    .p-ff-lw2 {
      background-image: url("../img/page/finefragrance/ff__lw01_sp.webp");
    }
  }
}
.p-ff-lw2 .p-ff-lw__item {
  position: absolute;
  top: 100px;
  right: calc(50% - 960px + 390px);
  width: 255.3333333333px;
  height: 616px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lw2 .p-ff-lw__item {
    top: 5.2083333333vw;
    right: calc(50% - 29.6875vw);
    width: 13.2986111111vw;
    height: 32.0833333333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lw2 .p-ff-lw__item {
    top: 7.1428571429vw;
    right: calc(50% - 40.7142857143vw);
    width: 18.2380952381vw;
    height: 44vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lw2 .p-ff-lw__item {
    top: 97vw;
    right: 2.5vw;
    left: 0;
    margin: auto;
    width: 61.2vw;
    height: 76vw;
  }
}
.p-ff-lw2 .p-ff-lw__item.--ml {
  mix-blend-mode: multiply;
}
.p-ff-lw2 .p-ff-lw__inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
}
@media screen and (min-width: 1921px) {
  .p-ff-lw2 .p-ff-lw__inner {
    max-width: 72.9166666667vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lw2 .p-ff-lw__inner {
    max-width: 100vw;
  }
}
.p-ff-lw2 .p-ff-lw__inner .p-ff-lw__text .p-ff-lw__title {
  position: absolute;
  top: 240px;
  left: 220px;
  width: 662.6666666667px;
  height: 236.6666666667px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__text .p-ff-lw__title {
    top: 12.5vw;
    left: 11.4583333333vw;
    width: 34.5138888889vw;
    height: 12.3263888889vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__text .p-ff-lw__title {
    top: 17.1428571429vw;
    left: 15.7142857143vw;
    width: 47.3333333333vw;
    height: 16.9047619048vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__text .p-ff-lw__title {
    top: 36vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 63.6vw;
    height: 10.6666666667vw;
  }
}
.p-ff-lw2 .p-ff-lw__inner .p-ff-lw__text .p-ff-lw__sub {
  position: absolute;
  top: 340px;
  left: 480px;
  font-family: var(--font-mincho);
  font-size: 35px;
  font-weight: 500;
  line-height: 1.4;
  text-indent: -11em;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 1921px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__text .p-ff-lw__sub {
    top: 17.7083333333vw;
    left: 25vw;
    font-size: 1.8229166667vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__text .p-ff-lw__sub {
    top: 24.2857142857vw;
    left: 34.2857142857vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__text .p-ff-lw__sub {
    top: 50vw;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 5.4666666667vw;
    text-indent: 0;
    text-align: center;
  }
}
.p-ff-lw2 .p-ff-lw__inner .p-ff-lw__text .p-ff-lw__sub span {
  font-size: 47px;
  color: #685ba5;
  letter-spacing: -0.15em;
}
@media screen and (min-width: 1921px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__text .p-ff-lw__sub span {
    font-size: 2.4479166667vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__text .p-ff-lw__sub span {
    font-size: 3.3571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__text .p-ff-lw__sub span {
    font-size: 7.4666666667vw;
  }
}
.p-ff-lw2 .p-ff-lw__inner .p-ff-lw__text .p-ff-lw__sub span strong {
  font-size: 55px;
  font-weight: 400;
  vertical-align: -3px;
  margin: 0 -7px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__text .p-ff-lw__sub span strong {
    vertical-align: -0.15625vw;
    margin: 0 -0.3645833333vw;
    font-size: 2.8645833333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__text .p-ff-lw__sub span strong {
    vertical-align: -0.2142857143vw;
    margin: 0 -0.5vw;
    font-size: 3.9285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__text .p-ff-lw__sub span strong {
    font-size: 8.6666666667vw;
    vertical-align: -0.4vw;
    margin: 0 -0.9333333333vw;
  }
}
.p-ff-lw2 .p-ff-lw__inner .p-ff-lw__text .p-ff-lw__exp {
  position: absolute;
  font-family: var(--font-gothic);
  text-align: center;
  width: 563px;
  top: 490px;
  left: 160px;
  letter-spacing: 0.1em;
  line-height: 34px;
  font-size: 15px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__text .p-ff-lw__exp {
    width: 29.3229166667vw;
    top: 25.5208333333vw;
    left: 8.3333333333vw;
    line-height: 1.7708333333vw;
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__text .p-ff-lw__exp {
    width: 40.2142857143vw;
    top: 35vw;
    left: 11.4285714286vw;
    line-height: 2.4285714286vw;
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__text .p-ff-lw__exp {
    width: 100%;
    top: 72vw;
    left: 0;
    line-height: 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
.p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point {
  position: absolute;
  top: 630px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  gap: 0;
  justify-content: center;
  max-width: 1000px;
  flex-wrap: wrap;
}
@media screen and (min-width: 1921px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point {
    top: 32.8125vw;
    max-width: 52.0833333333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point {
    top: 45vw;
    max-width: 71.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point {
    top: 151vw;
    max-width: 100%;
  }
}
.p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 800px;
  height: 556.6666666667px;
  z-index: 200;
  top: -60px;
  left: -40px;
  background: url(../img/page/finefragrance/ff__lw09.png) no-repeat center/cover;
  mix-blend-mode: overlay;
}
@media screen and (min-width: 1921px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point:before {
    width: 41.6666666667vw;
    height: 28.9930555556vw;
    top: -3.125vw;
    left: -2.0833333333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point:before {
    width: 57.1428571429vw;
    height: 39.7619047619vw;
    top: -4.2857142857vw;
    left: -2.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point:before {
    width: 93.4666666667vw;
    height: 58.9333333333vw;
    top: 30vw;
    left: 0;
    background: url(../img/page/finefragrance/ff__lw09_sp.png) no-repeat center/cover;
  }
}
.p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point li {
  position: relative;
  z-index: 100;
}
.p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point li img {
  width: 333.3333333333px;
  height: auto;
}
@media screen and (min-width: 1921px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point li img {
    width: 17.3611111111vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point li img {
    width: 23.8095238095vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point li img {
    width: 50vw;
  }
}
.p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point li.--01 {
  margin-top: -50px;
  margin-right: -30px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point li.--01 {
    margin-top: -2.6041666667vw;
    margin-right: -1.5625vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point li.--01 {
    margin-top: -3.5714285714vw;
    margin-right: -2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point li.--01 {
    margin-top: 0;
    margin-right: -7vw;
  }
}
.p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point li.--03 {
  margin-left: -30px;
  margin-top: -50px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point li.--03 {
    margin-top: -2.6041666667vw;
    margin-left: -1.5625vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point li.--03 {
    margin-top: -3.5714285714vw;
    margin-left: -2.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point li.--03 {
    margin: -13vw 8vw;
  }
}
.p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point li.--04 {
  margin-top: -100px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point li.--04 {
    margin-top: -5.2083333333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point li.--04 {
    margin-top: -7.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point li.--04 {
    margin-top: 0;
    margin-right: -7vw;
  }
}
.p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point li.--05 {
  margin-top: -100px;
}
@media screen and (min-width: 1921px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point li.--05 {
    margin-top: -5.2083333333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point li.--05 {
    margin-top: -7.1428571429vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__point li.--05 {
    margin-top: 0;
  }
}
.p-ff-lw2 .p-ff-lw__inner .p-ff-lw__note {
  position: absolute;
  font-family: var(--font-gothic);
  font-size: 12px;
  top: 1150px;
  right: 190px;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1921px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__note {
    font-size: 0.625vw;
    top: 59.8958333333vw;
    right: 9.8958333333vw;
  }
}
@media screen and (max-width: 1400px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__note {
    font-size: 0.8571428571vw;
    top: 82.1428571429vw;
    right: 13.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ff-lw2 .p-ff-lw__inner .p-ff-lw__note {
    font-size: 2.4vw;
    top: 272vw;
    right: 5vw;
  }
}

.c-modal .c-modal__overlay {
  z-index: 9999;
}

.l-footer {
  z-index: 1000;
}/*# sourceMappingURL=finefragrance.css.map */