@charset "UTF-8";
/*----------------------------------------
≡≡≡≡≡≡≡≡≡≡≡ ▼ カスタムプロバティ ▼ ≡≡≡≡≡≡≡≡≡≡≡
----------------------------------------*/
@font-face {
  font-family: "ampersand";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../fonts/ampersand.otf") format("opentype"), url("../fonts/ampersand.woff") format("woff"), url("../fonts/ampersand.woff2") format("woff2");
}
/*--------------------------------
   Media Queries (1400px ~ 1400px)
 --------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ S e t U p SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
body {
  position: fixed;
  width: 100%;
}

.loader {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  position: fixed;
  transition: opacity 0.4s ease-in-out;
  top: calc(50vh - 50%);
  left: 0;
  width: 100vw;
  height: 100svh;
  z-index: 1000;
}
.loader.eraseLoader {
  opacity: 0;
}
.loader.invisibleLoader {
  visibility: hidden;
  z-index: -10;
}
.loader::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100vw;
  height: 100vh;
  mix-blend-mode: hue;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  z-index: 2;
}
.loader img {
  display: block;
  width: 100%;
  height: auto;
}
.loader__inner {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  z-index: 0;
}
.loader__bg {
  width: 100vw;
  height: 100%;
}
.loader .text {
  position: absolute;
  margin-bottom: 14%;
  width: calc(227 * 100vw/390);
}

.loader::after {
  -webkit-animation: blur 0.8s 0.2s cubic-bezier(0.56, 0, 0.71, 0.96) forwards;
          animation: blur 0.8s 0.2s cubic-bezier(0.56, 0, 0.71, 0.96) forwards;
}

@-webkit-keyframes blur {
  0% {
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
  }
  100% {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
}

@keyframes blur {
  0% {
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
  }
  100% {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
}
.loader .text {
  -webkit-animation: blur2 1.2s cubic-bezier(0.09, 0.02, 0.56, 1.01) forwards;
          animation: blur2 1.2s cubic-bezier(0.09, 0.02, 0.56, 1.01) forwards;
  filter: blur(10px);
}

@-webkit-keyframes blur2 {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
  }
}

@keyframes blur2 {
  0% {
    filter: blur(10px);
  }
  100% {
    filter: blur(0);
  }
}
.SINN-PURETE_lp {
  position: relative;
  background-color: var(--color-primary);
  color: var(--color-text);
  font-family: var(--font-en), var(--font-jp), sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: calc(390 * 100vw/390);
  z-index: 0;
}
.SINN-PURETE_lp .lp-title {
  color: #ffffff;
  font-size: calc(37 * 100vw/390);
  font-weight: 500;
  line-height: 0.6;
  letter-spacing: 0.05em;
}
.SINN-PURETE_lp .lp-title .jp {
  font-size: calc(14 * 100vw/390);
  font-weight: bold;
  letter-spacing: 0.1em;
}
.SINN-PURETE_lp img,
.SINN-PURETE_lp svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}
.SINN-PURETE_lp picture {
  display: block;
}
.SINN-PURETE_lp a {
  display: block;
  color: inherit;
}
.SINN-PURETE_lp *:focus {
  outline: none;
}
.SINN-PURETE_lp a,
.SINN-PURETE_lp label {
  -webkit-tap-highlight-color: rgba(17, 83, 105, 0.2);
}
.SINN-PURETE_lp input {
  display: none;
}
.SINN-PURETE_lp li,
.SINN-PURETE_lp ol {
  list-style-type: none;
}
.SINN-PURETE_lp .spOnly {
  display: block;
}
.SINN-PURETE_lp .pcOnly {
  display: none;
}
.SINN-PURETE_lp ::-moz-selection {
  color: #EFFBFD;
  background-color: rgba(17, 83, 105, 0.7);
}
.SINN-PURETE_lp ::selection {
  color: #EFFBFD;
  background-color: rgba(17, 83, 105, 0.7);
}
.SINN-PURETE_lp sup {
  font-size: 0.6em;
}
.SINN-PURETE_lp #share img {
  margin: auto;
}
.SINN-PURETE_lp .fv,
.SINN-PURETE_lp .anim {
  opacity: 0;
}
.SINN-PURETE_lp .anim_enable {
  -webkit-animation: fade 1.4s ease forwards;
          animation: fade 1.4s ease forwards;
}
@-webkit-keyframes fade {
  10% {
    transform: translateY(5%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fade {
  10% {
    transform: translateY(5%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.SINN-PURETE_lp .fv {
  -webkit-animation: mv-fade 1.6s ease 0.2s forwards;
          animation: mv-fade 1.6s ease 0.2s forwards;
  filter: blur(6px);
  opacity: 0;
}
@-webkit-keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.SINN-PURETE_lp .move {
  opacity: 0;
  -webkit-animation: opa 1.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
          animation: opa 1.4s cubic-bezier(0.51, 0.21, 0.41, 1) 0.2s 1 forwards;
  -webkit-mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
          mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, 0.02) 43.3333333333%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.18) 46.6666666667%, rgba(0, 0, 0, 0.32) 48.3333333333%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.68) 51.6666666667%, rgba(0, 0, 0, 0.82) 53.3333333333%, rgba(0, 0, 0, 0.92) 55%, rgba(0, 0, 0, 0.98) 56.6666666667%, #000 58.3333333333%, #000);
  -webkit-mask-repeat: none;
          mask-repeat: none;
  -webkit-mask-position: center 100%;
          mask-position: center 100%;
  -webkit-mask-size: 100% max(300%, 100vh);
          mask-size: 100% max(300%, 100vh);
  transform: translateZ(0);
  transition: -webkit-mask-position 1.2s 0.2s linear;
  transition: mask-position 1.2s 0.2s linear;
  transition: mask-position 1.2s 0.2s linear, -webkit-mask-position 1.2s 0.2s linear;
  transition: mask-position 1.2s 0.2s linear, -webkit-mask-position 1s linear;
}
.SINN-PURETE_lp .move_enable {
  -webkit-mask-position: center 0;
          mask-position: center 0;
}
@-webkit-keyframes opa {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes opa {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.SINN-PURETE_lp .present .anim_enable .icon::after {
  -webkit-animation: rotation 3.2s cubic-bezier(0.42, 0, 0.34, 1) 0.3s forwards;
          animation: rotation 3.2s cubic-bezier(0.42, 0, 0.34, 1) 0.3s forwards;
}
@-webkit-keyframes rotation {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  20% {
    opacity: 1;
  }
  28% {
    opacity: 1;
    transform: rotate(9deg) translate(-50%, -50%);
  }
  62% {
    opacity: 1;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: rotate(6deg) translate(-50%, -50%);
  }
}
@keyframes rotation {
  0% {
    opacity: 0;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  20% {
    opacity: 1;
  }
  28% {
    opacity: 1;
    transform: rotate(9deg) translate(-50%, -50%);
  }
  62% {
    opacity: 1;
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    opacity: 1;
    transform: rotate(6deg) translate(-50%, -50%);
  }
}

/*--------------------------------
							SP  Only
--------------------------------*/
@media (max-width: 768px) {
  .SINN-PURETE_lp .lineUpArea {
    overflow: hidden;
  }
}
/* .SINN-PURETE_lp : set up SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡ ▼ Layout SP First ▼ ≡≡≡≡≡≡≡≡
 ------------------------------------*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡ ▼ layout  SP ▼ ≡≡≡≡≡≡≡≡≡≡
------------------------------------*/
.SINN-PURETE_lp {
  --color-text: #242424;
  --color-subText: #115369;
  --color-primary: #8FB5C1;
  --color-secondary: #C6E4ED;
  --color-tertiary: #EFFBFD;
  --color-background: #9CC4D1;
  --color-button: #408AA2;
  --font-en: "futura-pt";
  --font-jp: "ryo-gothic-plusn";
}
.SINN-PURETE_lp .contentsBox-bg {
  position: absolute;
  z-index: -1;
}
.SINN-PURETE_lp .contentsBox__model {
  position: relative;
  z-index: 0;
}
.SINN-PURETE_lp .contentsBox .model--img {
  width: calc(365 * 100vw/390);
}
.SINN-PURETE_lp .contentsBox .model--caption {
  position: relative;
  margin-top: calc(-30 * 100vw/390);
  padding: calc(18 * 100vw/390) calc(20 * 100vw/390) calc(14 * 100vw/390);
  background-color: rgba(239, 251, 253, 0.76);
  font-size: calc(12 * 100vw/390);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: left;
  width: calc(280 * 100vw/390);
  z-index: 1;
}
.SINN-PURETE_lp .contentsBox .card {
  margin-inline: auto;
  padding-bottom: calc(28 * 100vw/390);
  box-shadow: inset 0px 0px 38px rgba(255, 255, 255, 0.4), 1px 2px 30px rgba(51, 51, 51, 0.3);
  overflow: hidden;
  width: calc(340 * 100vw/390);
}
.SINN-PURETE_lp .contentsBox__itemObi {
  background-color: var(--color-text);
  box-sizing: border-box;
  color: var(--color-tertiary);
  font-size: calc(13 * 100vw/390);
  line-height: 1.48;
  letter-spacing: 0.1em;
  width: 100%;
}
.SINN-PURETE_lp .contentsBox__itemObi .en {
  font-size: calc(15 * 100vw/390);
  letter-spacing: 0.05em;
}
.SINN-PURETE_lp .contentsBox__itemObi .font-jp {
  font-family: var(--font-jp), sans-serif;
}
.SINN-PURETE_lp .contentsBox__itemButton-list {
  margin-top: calc(24 * 100vw/390);
  padding-inline: calc(28 * 100vw/390);
}
.SINN-PURETE_lp .contentsBox__itemButton-item:nth-child(n+2) {
  margin-top: calc(11 * 100vw/390);
}
.SINN-PURETE_lp .contentsBox .anim-text {
  display: block;
  position: absolute;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  z-index: 1;
}
.SINN-PURETE_lp .contentsBox .anim-text__inner {
  position: relative;
  overflow: hidden;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  height: calc(46 * 100vw/390);
}
.SINN-PURETE_lp .contentsBox .anim-text__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 140%;
  height: 100%;
  z-index: -1;
  background-color: var(--color-button);
  background-position: top left;
  transform: translateX(-101%);
  -webkit-clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
          clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
  opacity: 0;
}
.SINN-PURETE_lp .contentsBox .anim-text.anim-T_enable .anim-text__inner::before {
  -webkit-animation: extend 1.2s 0.2s ease-in forwards;
          animation: extend 1.2s 0.2s ease-in forwards;
}
@-webkit-keyframes extend {
  0% {
    opacity: 0;
    transform: translateX(-101%);
  }
  2% {
    opacity: 1;
    transform: translateX(-101%);
  }
  56% {
    transform: translateX(-10%);
  }
  74% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(101%);
  }
}
@keyframes extend {
  0% {
    opacity: 0;
    transform: translateX(-101%);
  }
  2% {
    opacity: 1;
    transform: translateX(-101%);
  }
  56% {
    transform: translateX(-10%);
  }
  74% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(101%);
  }
}
.SINN-PURETE_lp .contentsBox .anim-text span {
  display: block;
  -webkit-mask-image: linear-gradient(-55deg, transparent, transparent 79%, #000 80%, #000);
          mask-image: linear-gradient(-55deg, transparent, transparent 79%, #000 80%, #000);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transform: translateZ(0);
  transition: -webkit-mask-size 0.6s 0.8s linear;
  transition: mask-size 0.6s 0.8s linear;
  transition: mask-size 0.6s 0.8s linear, -webkit-mask-size 0.6s 0.8s linear;
  opacity: 0;
  -webkit-mask-size: 0%;
          mask-size: 0%;
  width: 100%;
  height: 100%;
}
.SINN-PURETE_lp .contentsBox .anim-text.anim-T_enable span {
  -webkit-animation: text 0.4s ease-in forwards;
          animation: text 0.4s ease-in forwards;
  -webkit-mask-size: 600%;
          mask-size: 600%;
}
@-webkit-keyframes text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.SINN-PURETE_lp .contentsBox .anim-text img {
  width: auto;
  height: 100%;
}
.SINN-PURETE_lp .card-CreditWrap {
  margin-top: calc(18 * 100vw/390);
}
.SINN-PURETE_lp .card .product-name.jp {
  padding-bottom: calc(3 * 100vw/390);
  font-size: calc(14 * 100vw/390);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.SINN-PURETE_lp .card .product-name.en {
  font-size: calc(13 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.05em;
}
.SINN-PURETE_lp .card .price {
  margin-top: calc(12 * 100vw/390);
  font-size: calc(19 * 100vw/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.SINN-PURETE_lp .card .price small {
  display: inline-block;
  transform: translateY(calc(-1 * 100vw/390));
  font-size: calc(11 * 100vw/390);
  letter-spacing: 0.1em;
}
.SINN-PURETE_lp .card .price .small {
  padding-left: calc(1 * 100vw/390);
  font-size: calc(17 * 100vw/390);
}
.SINN-PURETE_lp .fragranceBox__inner {
  padding-bottom: calc(36 * 100vw/390);
}
.SINN-PURETE_lp .fragranceBox__textWrap {
  padding: calc(44 * 100vw/390) calc(20 * 100vw/390) calc(27 * 100vw/390) calc(40 * 100vw/390);
}
.SINN-PURETE_lp .fragranceBox .article--copy {
  margin-bottom: calc(10 * 100vw/390);
  text-align: left;
}
.SINN-PURETE_lp .fragranceBox .article--text {
  text-align: left;
}
.SINN-PURETE_lp .fragranceBox__fragrance-title {
  margin-top: calc(48 * 100vw/390);
  margin-left: calc(20 * 100vw/390);
  padding-bottom: calc(20 * 100vw/390);
  color: #ffffff;
  font-size: calc(22 * 100vw/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: left;
}
.SINN-PURETE_lp .fragranceBox__fragrance-title .jp {
  font-size: calc(13 * 100vw/390);
  letter-spacing: 0.1em;
}
.SINN-PURETE_lp .fragranceBox .card-CreditWrap {
  padding-bottom: calc(32 * 100vw/390);
}
.SINN-PURETE_lp .article {
  position: relative;
  z-index: 0;
}
.SINN-PURETE_lp .article .follow-text {
  position: -webkit-sticky;
  position: sticky;
  top: calc(72 * 100vw/390);
  left: calc(5 * 100vw/390);
  color: var(--color-tertiary);
  font-size: calc(36 * 100vw/390);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  text-align: right;
  z-index: 1;
}
.SINN-PURETE_lp .article__inner {
  margin-inline: auto;
  background-color: var(--color-primary);
  box-shadow: inset 0px 0px 38px rgba(255, 255, 255, 0.4), 1px 2px 30px rgba(51, 51, 51, 0.3);
  width: calc(340 * 100vw/390);
}
.SINN-PURETE_lp .article--copy {
  color: var(--color-tertiary);
  font-size: calc(15 * 100vw/390);
  font-weight: 500;
  line-height: 1.68;
  letter-spacing: 0.1em;
}
.SINN-PURETE_lp .article--text {
  color: var(--color-subText);
  font-size: calc(12 * 100vw/390);
  line-height: 2;
  letter-spacing: 0.1em;
}
.SINN-PURETE_lp .article .card-img {
  position: relative;
  margin-inline: auto;
  width: calc(300 * 100vw/390);
  z-index: 1;
}
.SINN-PURETE_lp .article .card-CreditWrap {
  padding-inline: calc(38 * 100vw/390);
  background-color: #9CC4D1;
  box-shadow: inset 0px 0px 38px rgba(255, 255, 255, 0.4), 1px 2px 8px rgba(51, 51, 51, 0.16);
}
.SINN-PURETE_lp .article .button-item {
  margin-top: calc(24 * 100vw/390);
}
.SINN-PURETE_lp .lp-button {
  position: relative;
  margin-inline: auto;
  box-sizing: border-box;
  z-index: 0;
}
.SINN-PURETE_lp .lp-button::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.SINN-PURETE_lp .lp-button.button-item {
  padding: calc(13 * 100vw/390) calc(15 * 100vw/390) calc(12 * 100vw/390) calc(41 * 100vw/390);
  background-color: var(--color-tertiary);
  border: 1px solid var(--color-button);
  color: var(--color-button);
  font-weight: 500;
}
.SINN-PURETE_lp .lp-button.button-item::before {
  top: calc(20 * 100vw/390);
  left: calc(15 * 100vw/390);
  width: calc(15 * 100vw/390);
  height: calc(8 * 100vw/390);
  background-image: url(../img/arrow.svg);
}
.SINN-PURETE_lp .lp-button.button-item p {
  display: inline;
}
.SINN-PURETE_lp .lp-button.button-item .en {
  font-size: calc(14 * 100vw/390);
  line-height: 1;
  letter-spacing: 0.05em;
}
.SINN-PURETE_lp .lp-button.button-item .jp {
  padding-left: calc(7 * 100vw/390);
  font-size: calc(11.5 * 100vw/390);
  line-height: 1.46;
  letter-spacing: 0.1em;
}
.SINN-PURETE_lp .lp-button.button-fragrance {
  padding: calc(14 * 100vw/390) calc(24 * 100vw/390) calc(13 * 100vw/390) calc(41 * 100vw/390);
  background-color: var(--color-button);
  color: var(--color-tertiary);
  font-size: calc(12 * 100vw/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.SINN-PURETE_lp .lp-button.button-fragrance::before {
  top: calc(21 * 100vw/390);
  left: calc(19 * 100vw/390);
  width: calc(8 * 100vw/390);
  height: calc(4.5 * 100vw/390);
  background-image: url(../img/fragrance_arrow.svg);
}
.SINN-PURETE_lp .fvArea {
  position: relative;
  padding-bottom: calc(87 * 100vw/390);
  z-index: 2;
}
.SINN-PURETE_lp .fvArea__img {
  margin-bottom: calc(25 * 100vw/390);
}
.SINN-PURETE_lp .fvArea__title {
  margin-inline: auto;
  width: calc(280 * 100vw/390);
}
.SINN-PURETE_lp .readArea {
  position: relative;
  margin-top: calc(-32 * 100vw/390);
  padding-top: calc(8 * 100vw/390);
  padding-bottom: calc(68 * 100vw/390);
  background-color: var(--color-background);
  z-index: 1;
}
.SINN-PURETE_lp .readArea::before {
  content: "";
  position: absolute;
  top: calc(-104 * 100vw/390);
  left: 0;
  width: 100%;
  height: calc(106 * 100vw/390);
  background-image: url(../img/read-bg_sp.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
}
.SINN-PURETE_lp .readArea__text {
  font-size: calc(12 * 100vw/390);
  line-height: 2.5;
  letter-spacing: 0.1em;
}
.SINN-PURETE_lp .readArea__text:nth-child(n+2) {
  margin-top: calc(14 * 100vw/390);
}
.SINN-PURETE_lp .lineUpArea {
  padding-bottom: calc(83 * 100vw/390);
  background-color: var(--color-background);
}
.SINN-PURETE_lp .lineUpArea .lp-title {
  margin-bottom: calc(124 * 100vw/390);
}
.SINN-PURETE_lp .BALM .model--img,
.SINN-PURETE_lp .BALM .model--caption {
  margin-left: auto;
  margin-right: 0;
}
.SINN-PURETE_lp .BALM .contentsBox__model {
  margin-bottom: calc(110 * 100vw/390);
}
.SINN-PURETE_lp .BALM .contentsBox-bg {
  top: calc(33 * 100vw/390);
  left: 0;
  width: calc(365 * 100vw/390);
  height: calc(523 * 100vw/390);
  background-color: rgba(198, 228, 237, 0.5);
}
.SINN-PURETE_lp .BALM .contentsBox__itemObi {
  padding: calc(11 * 100vw/390) calc(10 * 100vw/390) calc(8 * 100vw/390);
}
.SINN-PURETE_lp .BALM .plumping {
  top: calc(-66 * 100vw/390);
  right: calc(-50 * 100vw/390);
}
.SINN-PURETE_lp .BALM .balm {
  top: calc(320 * 100vw/390);
  left: calc(13 * 100vw/390);
}
.SINN-PURETE_lp .PARFUM {
  margin-top: calc(0 * 100vw/390);
}
.SINN-PURETE_lp .PARFUM .contentsBox__model {
  margin-bottom: calc(164 * 100vw/390);
}
.SINN-PURETE_lp .PARFUM .contentsBox-bg {
  top: calc(131 * 100vw/390);
  left: calc(58 * 100vw/390);
  width: calc(332 * 100vw/390);
  height: calc(564 * 100vw/390);
  background-color: rgba(143, 181, 193, 0.9);
}
.SINN-PURETE_lp .PARFUM .contentsBox__itemObi {
  padding: calc(10 * 100vw/390) calc(10 * 100vw/390) calc(8 * 100vw/390) calc(16 * 100vw/390);
}
.SINN-PURETE_lp .PARFUM .parfum {
  top: calc(278 * 100vw/390);
  right: calc(16 * 100vw/390);
}
.SINN-PURETE_lp .OIL {
  margin-top: calc(-70 * 100vw/390);
}
.SINN-PURETE_lp .OIL .model--img,
.SINN-PURETE_lp .OIL .model--caption {
  margin-left: auto;
  margin-right: 0;
}
.SINN-PURETE_lp .OIL .contentsBox__model {
  margin-bottom: calc(245 * 100vw/390);
}
.SINN-PURETE_lp .OIL .contentsBox-bg {
  top: calc(293 * 100vw/390);
  left: 0;
  width: calc(390 * 100vw/390);
  height: calc(516 * 100vw/390);
  background-color: rgba(198, 228, 237, 0.5);
}
.SINN-PURETE_lp .OIL .contentsBox__itemObi {
  padding: calc(10 * 100vw/390) calc(10 * 100vw/390) calc(9 * 100vw/390);
}
.SINN-PURETE_lp .OIL .multi {
  top: calc(-147 * 100vw/390);
  left: calc(15 * 100vw/390);
}
.SINN-PURETE_lp .OIL .benefit {
  top: calc(63 * 100vw/390);
  right: calc(-85 * 100vw/390);
}
.SINN-PURETE_lp .OIL .oil {
  top: calc(292 * 100vw/390);
  left: calc(40 * 100vw/390);
}
.SINN-PURETE_lp .BATH {
  margin-top: calc(-152 * 100vw/390);
}
.SINN-PURETE_lp .BATH .card {
  margin-top: calc(60 * 100vw/390);
}
.SINN-PURETE_lp .BATH .contentsBox__model {
  margin-bottom: calc(353 * 100vw/390);
}
.SINN-PURETE_lp .BATH .contentsBox-bg {
  top: calc(360 * 100vw/390);
  left: calc(58 * 100vw/390);
  width: calc(332 * 100vw/390);
  height: calc(451 * 100vw/390);
  background-color: rgba(143, 181, 193, 0.9);
}
.SINN-PURETE_lp .BATH .contentsBox__itemObi {
  padding: calc(10 * 100vw/390);
}
.SINN-PURETE_lp .BATH .bath {
  top: calc(-123 * 100vw/390);
  right: calc(-17 * 100vw/390);
}
.SINN-PURETE_lp .BATH .experience {
  top: calc(253 * 100vw/390);
  left: calc(12 * 100vw/390);
}
.SINN-PURETE_lp .fragranceArea {
  padding-bottom: calc(82 * 100vw/390);
  background-color: var(--color-background);
}
.SINN-PURETE_lp .fragranceArea .lp-title {
  margin-bottom: calc(78 * 100vw/390);
}
.SINN-PURETE_lp .fragranceArea .article:nth-of-type(2) {
  margin-top: calc(87 * 100vw/390);
}
.SINN-PURETE_lp .fragranceArea .article:nth-of-type(3) {
  margin-top: calc(77 * 100vw/390);
}
.SINN-PURETE_lp .fragranceArea .PARFUM-fragrance .article__inner {
  margin-top: calc(-298 * 100vw/390);
}
.SINN-PURETE_lp .fragranceArea .PARFUM-fragrance .card-CreditWrap {
  margin-top: calc(-104 * 100vw/390);
  padding-top: calc(119 * 100vw/390);
}
.SINN-PURETE_lp .fragranceArea .OIL-fragrance .article__inner {
  margin-top: calc(-274 * 100vw/390);
}
.SINN-PURETE_lp .fragranceArea .OIL-fragrance .card-CreditWrap {
  margin-top: calc(-73 * 100vw/390);
  padding-top: calc(88 * 100vw/390);
}
.SINN-PURETE_lp .fragranceArea .BATH-fragrance .article__inner {
  margin-top: calc(-264 * 100vw/390);
  padding-top: calc(38 * 100vw/390);
}
.SINN-PURETE_lp .fragranceArea .BATH-fragrance .card-CreditWrap {
  margin-top: calc(-74 * 100vw/390);
  padding-top: calc(88 * 100vw/390);
}
.SINN-PURETE_lp .limitedArea {
  padding-bottom: calc(70 * 100vw/390);
  background-color: var(--color-background);
}
.SINN-PURETE_lp .limitedArea .lp-title {
  margin-bottom: calc(73 * 100vw/390);
}
.SINN-PURETE_lp .limitedArea .article__inner {
  position: relative;
  margin-top: calc(-184 * 100vw/390);
  padding-top: calc(43 * 100vw/390);
  z-index: 0;
}
.SINN-PURETE_lp .limitedArea .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(109 * 100vw/390);
  right: calc(-14 * 100vw/390);
  background-color: var(--color-subText);
  border-radius: 50%;
  color: var(--color-tertiary);
  font-size: calc(14 * 100vw/390);
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
  width: calc(91 * 100vw/390);
  height: calc(91 * 100vw/390);
  z-index: 0;
}
.SINN-PURETE_lp .limitedArea .icon .small {
  font-size: calc(13.5 * 100vw/390);
}
.SINN-PURETE_lp .limitedArea .card-CreditWrap {
  margin-top: calc(-74 * 100vw/390);
  padding-top: calc(92 * 100vw/390);
  padding-bottom: calc(41 * 100vw/390);
}
.SINN-PURETE_lp .limitedArea .card-img {
  margin-top: calc(29 * 100vw/390);
}
.SINN-PURETE_lp .limitedArea .name-en {
  letter-spacing: 0.05em;
}
.SINN-PURETE_lp .limitedArea .note {
  margin-top: calc(12 * 100vw/390);
  color: var(--color-subText);
  font-size: calc(10 * 100vw/390);
  line-height: 1.26;
  letter-spacing: 0.01em;
  text-align: left;
}
.SINN-PURETE_lp .limitedArea .note .strong {
  padding-right: calc(8 * 100vw/390);
  font-weight: 500;
}
.SINN-PURETE_lp .limitedArea .note .en {
  font-size: calc(11 * 100vw/390);
}
.SINN-PURETE_lp .all-buttonArea {
  padding: 0 calc(25 * 100vw/390) calc(50 * 100vw/390);
  background-color: var(--color-background);
}
.SINN-PURETE_lp .all-buttonArea * {
  box-sizing: border-box;
}
.SINN-PURETE_lp .all-buttonArea .button-all {
  position: relative;
  padding: calc(3 * 100vw/390);
  border: 1px solid var(--color-text);
  z-index: 0;
}
.SINN-PURETE_lp .all-buttonArea .button-all__inner {
  padding: calc(18 * 100vw/390) calc(10 * 100vw/390) calc(15 * 100vw/390);
  line-height: 0.78;
}
.SINN-PURETE_lp .all-buttonArea .button-all__inner:nth-child(1) {
  position: relative;
  border: 1px solid var(--color-text);
  z-index: 0;
}
.SINN-PURETE_lp .all-buttonArea .button-all__inner:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E1F5FA;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.SINN-PURETE_lp .all-buttonArea .button-all__inner:nth-child(2) {
  position: absolute;
  top: calc(4 * 100vw/390);
  left: calc(4 * 100vw/390);
  background-color: var(--color-tertiary);
  border: 1px solid transparent;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  color: #115369;
  filter: blur(2px);
  overflow: hidden;
  width: calc(100% - (8 * 100vw/390));
  z-index: -1;
}
.SINN-PURETE_lp .all-buttonArea .button-all--text-small.en {
  letter-spacing: 0.05em;
}
.SINN-PURETE_lp .all-buttonArea .button-all small.en {
  font-size: calc(14 * 100vw/390);
}
.SINN-PURETE_lp .all-buttonArea .button-all span.en {
  font-size: calc(16 * 100vw/390);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.SINN-PURETE_lp .all-buttonArea .button-all .jp {
  padding-left: calc(2 * 100vw/390);
  font-size: calc(13 * 100vw/390);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.SINN-PURETE_lp .set-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  filter: drop-shadow(1px 2px 20px rgba(51, 51, 51, 0.16));
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
.SINN-PURETE_lp .set-banner:active .set-banner__button {
  background-color: #3f8aa2;
}
.SINN-PURETE_lp .set-banner.delete {
  display: none;
}
.SINN-PURETE_lp .set-banner .close {
  position: absolute;
  top: calc(8 * 100vw/390);
  right: calc(8 * 100vw/390);
  width: calc(22 * 100vw/390);
  height: calc(22 * 100vw/390);
  z-index: 1;
}
.SINN-PURETE_lp .set-banner__link {
  display: flex;
  position: relative;
  -moz-column-gap: calc(13 * 100vw/390);
       column-gap: calc(13 * 100vw/390);
  padding: 0 0 0 calc(30 * 100vw/390);
  background-image: url(../img/setBanner_bg_sp.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: calc(100 * 100vw/390);
  z-index: 0;
}
.SINN-PURETE_lp .set-banner__link::after {
  content: "";
  position: absolute;
  top: calc(-14 * 100vw/390);
  left: calc(5 * 100vw/390);
  width: calc(50 * 100vw/390);
  height: calc(50 * 100vw/390);
  background-image: url(../img/follow-banner_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.SINN-PURETE_lp .set-banner__link:hover {
  opacity: 1;
}
.SINN-PURETE_lp .set-banner__img {
  width: calc(144 * 100vw/390);
  height: auto;
}
.SINN-PURETE_lp .set-banner__textWrap {
  padding-top: calc(9 * 100vw/390);
  color: #ffffff;
  text-align: left;
}
.SINN-PURETE_lp .set-banner__headding {
  margin-bottom: calc(2 * 100vw/390);
  font-family: var(--font-en);
  font-size: calc(30 * 100vw/390);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}
.SINN-PURETE_lp .set-banner__text {
  margin-bottom: calc(8 * 100vw/390);
  font-size: calc(13 * 100vw/390);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.SINN-PURETE_lp .set-banner__text .en {
  font-family: var(--font-en);
  font-size: calc(17 * 100vw/390);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.SINN-PURETE_lp .set-banner__button {
  width: calc(112 * 100vw/390);
}
.SINN-PURETE_lp #set-banner.active,
.SINN-PURETE_lp #share.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.page-share-btn #share {
  left: auto;
  right: 5%;
}

#share.active {
  transform: translateY(-180%);
}

/* .SINN-PURETE_lp SP*/
/*------------------------------------
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ ▼ PC ▼ ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
 ------------------------------------*/
@media (min-width: 769px) {
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡ ▼ S e t U p  PC ▼ ≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  main {
    max-width: 100vw;
  }
  #FooterWrap {
    position: relative;
    z-index: 1;
  }
  #Wrap {
    width: auto;
  }
  .wrapTop,
.wrapBottom {
    width: 100%;
  }
  .loader .text {
    margin-bottom: 2%;
    width: 62.8rem;
  }
  .SINN-PURETE_lp {
    max-width: 100vw;
  }
  .SINN-PURETE_lp .lp-title {
    padding-top: 1.5rem;
    font-size: 5.4rem;
    font-weight: 400;
    line-height: 0.45;
  }
  .SINN-PURETE_lp .lp-title .jp {
    font-size: 1.5rem;
  }
  .SINN-PURETE_lp a {
    cursor: pointer;
  }
  .SINN-PURETE_lp .pcOnly {
    display: block;
  }
  .SINN-PURETE_lp .spOnly {
    display: none;
  }
  .SINN-PURETE_lp .fv__img {
    -webkit-animation: mv-fade 1.7s ease 0.2s forwards;
            animation: mv-fade 1.7s ease 0.2s forwards;
  }
  .SINN-PURETE_lp .contentsBox__itemCard-wrap {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  /* .SINN-PURETE_lp : set up PC*/
  /*------------------------------------
  ≡≡≡≡≡≡≡≡≡≡ ▼ layout  PC ▼ ≡≡≡≡≡≡≡≡≡≡
  ------------------------------------*/
  .SINN-PURETE_lp .lp-page__inner {
    background-image: url(../img/mv-inner-bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .SINN-PURETE_lp .contentsBox .model--img {
    width: 39.2vw;
  }
  .SINN-PURETE_lp .contentsBox__model {
    position: -webkit-sticky;
    position: sticky;
    margin-bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .SINN-PURETE_lp .contentsBox .model--caption {
    margin-top: -7.5rem;
    padding: 1.8rem 2.2rem 1.4rem;
    font-size: 1.3rem;
    line-height: 1.75;
    width: 27.2rem;
  }
  .SINN-PURETE_lp .contentsBox .card {
    margin-inline: 0;
    padding-bottom: 2.8rem;
    width: 24.3vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .SINN-PURETE_lp .contentsBox .card .product-name.jp {
    padding-bottom: 0.3rem;
    font-size: 1.4rem;
  }
  .SINN-PURETE_lp .contentsBox .card .product-name.en {
    font-size: 1.3rem;
  }
  .SINN-PURETE_lp .contentsBox .card .price {
    margin-top: 1.2rem;
    font-size: 1.9rem;
  }
  .SINN-PURETE_lp .contentsBox .card .price small {
    transform: translateY(-0.1rem);
    font-size: 1.1rem;
  }
  .SINN-PURETE_lp .contentsBox .card .price .small {
    padding-left: 0.1rem;
    font-size: 1.7rem;
  }
  .SINN-PURETE_lp .contentsBox__itemObi {
    font-size: 1.3rem;
  }
  .SINN-PURETE_lp .contentsBox__itemObi .en {
    font-size: 1.5rem;
  }
  .SINN-PURETE_lp .contentsBox__itemButton-list {
    margin-top: 2.4rem;
    padding-inline: 2vw;
  }
  .SINN-PURETE_lp .contentsBox__itemButton-item:nth-child(n+2) {
    margin-top: 1rem;
  }
  .SINN-PURETE_lp .contentsBox .anim-text__inner {
    height: 6.6rem;
  }
  .SINN-PURETE_lp .contentsBox .lp-button.button-item {
    padding: 1.3rem 0.7vw 1.2rem 2.5vw;
  }
  .SINN-PURETE_lp .contentsBox .lp-button.button-item::before {
    top: 2rem;
    left: 1.1vw;
    width: 1vw;
    height: 0.6vw;
  }
  .SINN-PURETE_lp .contentsBox .lp-button.button-item .en {
    font-size: 1.4rem;
  }
  .SINN-PURETE_lp .contentsBox .lp-button.button-item .jp {
    padding-left: 0.4vw;
    font-size: 1.15rem;
  }
  .SINN-PURETE_lp .contentsBox .lp-button.button-fragrance {
    padding: 1.4rem 2.4rem 1.3rem 4.1rem;
    font-size: 1.2rem;
  }
  .SINN-PURETE_lp .contentsBox .lp-button.button-fragrance::before {
    top: 2.1rem;
    left: 1.9rem;
    width: 0.8rem;
    height: 0.45rem;
  }
  .SINN-PURETE_lp .card-CreditWrap {
    margin-top: 2rem;
  }
  .SINN-PURETE_lp .fragranceBox__inner {
    position: relative;
    margin: auto;
    padding-bottom: 0;
    background-color: transparent;
    box-shadow: unset;
    width: 75.7vw;
    z-index: 0;
  }
  .SINN-PURETE_lp .fragranceBox__itemWrap {
    margin-left: 1.4vw;
    background-color: var(--color-primary);
    box-shadow: inset 0px 0px 38px rgba(255, 255, 255, 0.4), 1px 2px 30px rgba(51, 51, 51, 0.3);
    width: 35.7vw;
  }
  .SINN-PURETE_lp .fragranceBox__textWrap {
    padding: 3.7vw 4rem 3.8rem;
  }
  .SINN-PURETE_lp .fragranceBox .article--copy {
    margin-bottom: 1.4rem;
    text-align: center;
  }
  .SINN-PURETE_lp .fragranceBox .article--text {
    text-align: center;
  }
  .SINN-PURETE_lp .fragranceBox__fragrance {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--color-primary);
    box-shadow: inset 0px 0px 38px rgba(255, 255, 255, 0.4), 1px 2px 30px rgba(51, 51, 51, 0.3);
    width: 39.3vw;
    height: 100%;
    z-index: -1;
  }
  .SINN-PURETE_lp .fragranceBox__fragrance-title {
    margin-top: 3.8vw;
    margin-left: 13rem;
    padding-bottom: 0.5vw;
    font-size: 2.2rem;
  }
  .SINN-PURETE_lp .fragranceBox__fragrance-title .jp {
    font-size: 1.3rem;
  }
  .SINN-PURETE_lp .fragranceBox__fragrancePyramid {
    margin-inline: auto;
    padding: 0 2.9vw 3.4vw 3.5vw;
    max-width: 46rem;
  }
  .SINN-PURETE_lp .fragranceBox .card-CreditWrap {
    padding-bottom: 4.8vw;
  }
  .SINN-PURETE_lp .article {
    margin-inline: auto;
  }
  .SINN-PURETE_lp .article .follow-text {
    top: 9.6rem;
    left: 11.7vw;
    font-size: 4.6rem;
    width: 2.9vw;
  }
  .SINN-PURETE_lp .article__inner {
    margin-inline: auto;
  }
  .SINN-PURETE_lp .article--copy {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .SINN-PURETE_lp .article--text {
    font-size: 1.3rem;
    line-height: 2.15;
  }
  .SINN-PURETE_lp .article .card .product-name.jp {
    padding-bottom: 0.3rem;
    font-size: 1.5rem;
    line-height: 1.45;
  }
  .SINN-PURETE_lp .article .card .product-name.en {
    font-size: 1.4rem;
  }
  .SINN-PURETE_lp .article .card .price {
    margin-top: 1.4rem;
    font-size: 2rem;
  }
  .SINN-PURETE_lp .article .card .price small {
    transform: translateY(-0.1rem);
    font-size: 1.1rem;
  }
  .SINN-PURETE_lp .article .card .price .small {
    padding-left: 0.1rem;
    font-size: 1.8rem;
  }
  .SINN-PURETE_lp .article .card-img {
    width: 30.6rem;
  }
  .SINN-PURETE_lp .article .card-CreditWrap {
    padding-inline: 8rem;
  }
  .SINN-PURETE_lp .article .button-item {
    margin-top: 2.2rem;
  }
  .SINN-PURETE_lp .article .lp-button.button-item {
    padding: 1.4rem 0.7vw 1.1rem 2.7vw;
  }
  .SINN-PURETE_lp .article .lp-button.button-item::before {
    top: 2rem;
    left: 3.1vw;
    width: 1vw;
    height: 0.6vw;
  }
  .SINN-PURETE_lp .article .lp-button.button-item .en {
    font-size: 1.5rem;
  }
  .SINN-PURETE_lp .article .lp-button.button-item .jp {
    padding-left: 0.7rem;
    font-size: 1.2rem;
  }
  .SINN-PURETE_lp .lp-button:hover {
    transition: all 0.4s ease;
    opacity: 1;
  }
  .SINN-PURETE_lp .lp-button.button-item:hover {
    background-color: #C6E4ED;
  }
  .SINN-PURETE_lp .lp-button.button-fragrance:hover {
    background-color: #62A4B9;
  }
  .SINN-PURETE_lp .fvArea {
    padding-bottom: 10.8rem;
  }
  .SINN-PURETE_lp .fvArea__img {
    margin-inline: auto;
    margin-bottom: 2.8rem;
    padding-top: 4rem;
    width: 77.3vw;
  }
  .SINN-PURETE_lp .fvArea__title {
    width: 70.6rem;
  }
  .SINN-PURETE_lp .readArea {
    margin-top: -1.6rem;
    padding-top: 0;
    padding-bottom: 8rem;
  }
  .SINN-PURETE_lp .readArea::before {
    top: -13.6vw;
    height: 20vw;
    background-image: url(../img/read-bg_pc.svg);
  }
  .SINN-PURETE_lp .readArea__text {
    font-size: 1.4rem;
    line-height: 2.5;
  }
  .SINN-PURETE_lp .readArea__text:nth-child(n+2) {
    margin-top: 2.4rem;
  }
  .SINN-PURETE_lp .lineUpArea {
    padding-bottom: 45.3rem;
  }
  .SINN-PURETE_lp .lineUpArea .lp-title {
    margin-bottom: 18.2rem;
  }
  .SINN-PURETE_lp .BALM .contentsBox__model {
    top: 8%;
    margin-left: 8.3vw;
    margin-bottom: 0;
  }
  .SINN-PURETE_lp .BALM .contentsBox__itemCard-wrap {
    margin-top: -21.4rem;
    height: 32vw;
  }
  .SINN-PURETE_lp .BALM .card {
    margin-left: auto;
    margin-right: 15.7vw;
  }
  .SINN-PURETE_lp .BALM .model--caption {
    margin: -7.5rem 0 0;
  }
  .SINN-PURETE_lp .BALM .contentsBox-bg {
    top: 5vw;
    left: 14.9vw;
    width: 30.7vw;
    height: 36.4vw;
  }
  .SINN-PURETE_lp .BALM .model--img {
    margin: 0;
  }
  .SINN-PURETE_lp .BALM .model--img img {
    margin-left: 3.2vw;
  }
  .SINN-PURETE_lp .BALM .contentsBox__itemObi {
    padding: 1.1rem 1rem 0.8rem;
  }
  .SINN-PURETE_lp .BALM .plumping {
    top: -5.5vw;
    right: -11vw;
  }
  .SINN-PURETE_lp .BALM .balm {
    top: 28.4vw;
    left: 1.3vw;
  }
  .SINN-PURETE_lp .PARFUM {
    margin-top: 11.3rem;
  }
  .SINN-PURETE_lp .PARFUM .contentsBox__model {
    top: -1%;
    margin-left: auto;
    margin-right: 14.7vw;
    margin-bottom: 0;
  }
  .SINN-PURETE_lp .PARFUM .contentsBox__itemCard-wrap {
    margin-top: -19rem;
    height: 27vw;
  }
  .SINN-PURETE_lp .PARFUM .card {
    margin-left: 15.7vw;
  }
  .SINN-PURETE_lp .PARFUM .model--caption {
    margin: -7.5rem 0 0;
  }
  .SINN-PURETE_lp .PARFUM .contentsBox-bg {
    top: 29vw;
    left: 0vw;
    width: 45.7vw;
    height: 25.7vw;
  }
  .SINN-PURETE_lp .PARFUM .model--img img {
    margin-left: 3.2vw;
  }
  .SINN-PURETE_lp .PARFUM .contentsBox__itemObi {
    padding: 1rem 1rem 0.8rem 1.6rem;
  }
  .SINN-PURETE_lp .PARFUM .parfum {
    top: 28.6vw;
    right: -10.6vw;
  }
  .SINN-PURETE_lp .OIL {
    margin-top: 13.4rem;
  }
  .SINN-PURETE_lp .OIL .contentsBox__model {
    top: -10%;
    margin-left: 11.4vw;
    margin-bottom: 0;
    height: 104.7%;
  }
  .SINN-PURETE_lp .OIL .contentsBox__itemCard-wrap {
    margin-top: -2rem;
    height: 12vw;
  }
  .SINN-PURETE_lp .OIL .card {
    margin-left: auto;
    margin-right: 15.7vw;
  }
  .SINN-PURETE_lp .OIL .model--caption {
    margin: -14.4rem -4.5rem 0 auto;
  }
  .SINN-PURETE_lp .OIL .contentsBox-bg {
    top: 14vw;
    left: 21.7vw;
    width: 20.8vw;
    height: 38.3vw;
  }
  .SINN-PURETE_lp .OIL .model--img {
    margin: 0;
  }
  .SINN-PURETE_lp .OIL .contentsBox__itemObi {
    padding: 1rem 1rem 0.9rem;
  }
  .SINN-PURETE_lp .OIL .multi {
    top: -9.2vw;
    left: 2.4vw;
  }
  .SINN-PURETE_lp .OIL .benefit {
    top: 14.7vw;
    right: -8.1vw;
  }
  .SINN-PURETE_lp .OIL .oil {
    top: 35.6vw;
    left: -2.3vw;
  }
  .SINN-PURETE_lp .BATH {
    margin-top: 14rem;
  }
  .SINN-PURETE_lp .BATH .contentsBox__model {
    top: -16%;
    margin-left: auto;
    margin-right: 11.4vw;
    margin-bottom: 0;
  }
  .SINN-PURETE_lp .BATH .contentsBox__itemCard-wrap {
    margin-top: 9rem;
    height: 6vw;
  }
  .SINN-PURETE_lp .BATH .card {
    margin-top: 0;
    margin-left: 15.7vw;
  }
  .SINN-PURETE_lp .BATH .model--caption {
    margin: -7.5rem 0 0;
  }
  .SINN-PURETE_lp .BATH .contentsBox-bg {
    top: 17.9vw;
    left: -3.4vw;
    width: 32.6vw;
    height: 41.1vw;
  }
  .SINN-PURETE_lp .BATH .model--img {
    margin: 0;
  }
  .SINN-PURETE_lp .BATH .contentsBox__itemObi {
    padding: 1rem;
  }
  .SINN-PURETE_lp .BATH .bath {
    top: -6.5vw;
    right: -2.5vw;
  }
  .SINN-PURETE_lp .BATH .experience {
    top: 34.2vw;
    left: 3.3vw;
  }
  .SINN-PURETE_lp .fragranceArea {
    padding-bottom: 11rem;
  }
  .SINN-PURETE_lp .fragranceArea .lp-title {
    margin-bottom: 9.5rem;
  }
  .SINN-PURETE_lp .fragranceArea .article:nth-of-type(2) {
    margin-top: 10.9rem;
  }
  .SINN-PURETE_lp .fragranceArea .article:nth-of-type(3) {
    margin-top: 11.7rem;
  }
  .SINN-PURETE_lp .fragranceArea .fragranceBox__itemWrap {
    transition: 1s all;
    transform-style: preserve-3d;
    perspective: 35.7vw;
  }
  .SINN-PURETE_lp .fragranceArea .PARFUM-fragrance .article__inner {
    margin-top: -37.2rem;
  }
  .SINN-PURETE_lp .fragranceArea .PARFUM-fragrance .card-CreditWrap {
    margin-top: -10.5rem;
    padding-top: 12.5rem;
  }
  .SINN-PURETE_lp .fragranceArea .OIL-fragrance .article__inner {
    margin-top: -34.1rem;
  }
  .SINN-PURETE_lp .fragranceArea .OIL-fragrance .card-CreditWrap {
    margin-top: -7.2rem;
    padding-top: 9.4rem;
  }
  .SINN-PURETE_lp .fragranceArea .BATH-fragrance .article__inner {
    margin-top: -34.4rem;
    padding-top: 0;
  }
  .SINN-PURETE_lp .fragranceArea .BATH-fragrance .card-CreditWrap {
    padding-bottom: 9vw;
  }
  .SINN-PURETE_lp .fragranceArea .BATH-fragrance .fragranceBox__itemWrap {
    padding-top: 14.7rem;
  }
  .SINN-PURETE_lp .fragranceArea .BATH-fragrance .card-CreditWrap {
    margin-top: -7.2rem;
    padding-top: 9.4rem;
  }
  .SINN-PURETE_lp .limitedArea {
    padding-bottom: 10rem;
  }
  .SINN-PURETE_lp .limitedArea .lp-title {
    margin-bottom: 9.6rem;
  }
  .SINN-PURETE_lp .limitedArea .article {
    width: auto;
  }
  .SINN-PURETE_lp .limitedArea .article .card .product-name.jp {
    padding-bottom: 0.6rem;
  }
  .SINN-PURETE_lp .limitedArea .article .follow-text {
    left: 30.2vw;
  }
  .SINN-PURETE_lp .limitedArea .article__inner {
    margin-top: -24.2rem;
    padding-top: 5.5rem;
    width: 35.7vw;
  }
  .SINN-PURETE_lp .limitedArea .icon {
    top: 10.9rem;
    right: 3.5vw;
    font-size: 1.45rem;
    width: 7vw;
    height: 7vw;
  }
  .SINN-PURETE_lp .limitedArea .icon .small {
    font-size: 1.35rem;
  }
  .SINN-PURETE_lp .limitedArea .icon p {
    line-height: 1.59;
  }
  .SINN-PURETE_lp .limitedArea .card-CreditWrap {
    margin-top: -7.2rem;
    padding-top: 9.3rem;
    padding-bottom: 3.7vw;
  }
  .SINN-PURETE_lp .limitedArea .name-en {
    font-size: 1.6rem;
  }
  .SINN-PURETE_lp .limitedArea .card-img {
    margin-top: 2rem;
  }
  .SINN-PURETE_lp .limitedArea .note {
    margin-top: 1rem;
    font-size: 0.9rem;
    letter-spacing: 0.025em;
  }
  .SINN-PURETE_lp .limitedArea .note .strong {
    padding-right: 0.8rem;
  }
  .SINN-PURETE_lp .limitedArea .note .en {
    font-size: 1rem;
  }
  .SINN-PURETE_lp .all-buttonArea {
    padding: 0 0 7rem;
    width: 100%;
  }
  .SINN-PURETE_lp .all-buttonArea .button-all {
    position: relative;
    margin-inline: auto;
    padding: 0.3rem;
    width: 60.8rem;
  }
  .SINN-PURETE_lp .all-buttonArea .button-all:hover {
    opacity: 1;
  }
  .SINN-PURETE_lp .all-buttonArea .button-all:hover .button-all__inner:nth-child(2) {
    background-color: #C6E4ED;
  }
  .SINN-PURETE_lp .all-buttonArea .button-all__inner {
    padding: 2.8rem 1rem 2.5rem;
    transition: all 0.4s ease;
  }
  .SINN-PURETE_lp .all-buttonArea .button-all__inner:nth-child(2) {
    top: 0.3rem;
    left: 0.3rem;
    width: calc(100% - 0.6rem);
  }
  .SINN-PURETE_lp .all-buttonArea .button-all small.en {
    font-size: 1.5rem;
  }
  .SINN-PURETE_lp .all-buttonArea .button-all .pcOnly {
    display: inline;
  }
  .SINN-PURETE_lp .all-buttonArea .button-all span.en {
    font-size: 1.7rem;
  }
  .SINN-PURETE_lp .all-buttonArea .button-all .jp {
    padding-left: 0.1rem;
    font-size: 1.4rem;
  }
  .SINN-PURETE_lp .set-banner {
    width: 41rem;
  }
  .SINN-PURETE_lp .set-banner:hover .set-banner__button {
    background-color: #3f8aa2;
  }
  .SINN-PURETE_lp .set-banner .close {
    top: 0.9rem;
    right: 1rem;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
  }
  .SINN-PURETE_lp .set-banner__link {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding: 0.1rem 0 0.1rem 1.9rem;
    background-image: url(../img/setBanner_bg_pc.jpg);
    height: 12rem;
  }
  .SINN-PURETE_lp .set-banner__link::after {
    top: -2.5rem;
    left: 0.5rem;
    width: 6.1rem;
    height: 6.1rem;
  }
  .SINN-PURETE_lp .set-banner__img {
    width: 16.8rem;
  }
  .SINN-PURETE_lp .set-banner__textWrap {
    padding-top: 1.2rem;
  }
  .SINN-PURETE_lp .set-banner__headding {
    margin-bottom: 0.2rem;
    font-size: 3.4rem;
  }
  .SINN-PURETE_lp .set-banner__text {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
  }
  .SINN-PURETE_lp .set-banner__text .en {
    font-size: 1.8rem;
  }
  .SINN-PURETE_lp .set-banner__button {
    transition: all 0.4s ease;
    width: 12.8rem;
  }
  /* .SINN-PURETE_lp PC*/
}
/*--------------------------------
   Media Queries (768px ~ 1380px )
 --------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1380px) {
  .SINN-PURETE_lp .lp-page__inner {
    background-size: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .SINN-PURETE_lp .contentsBox .lp-button.button-item .en {
    font-size: 1.25rem;
  }
  .SINN-PURETE_lp .contentsBox .lp-button.button-item .jp {
    font-size: 1.05rem;
  }
  .SINN-PURETE_lp .limitedArea .icon {
    font-size: 1.4rem;
  }
  .SINN-PURETE_lp .limitedArea .icon p {
    line-height: 1.35;
  }
  .SINN-PURETE_lp .limitedArea .icon .small {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1025px) {
  .SINN-PURETE_lp .contentsBox .lp-button.button-item {
    padding: 1rem 0.7vw 1.2rem 2.5vw;
  }
  .SINN-PURETE_lp .article .lp-button.button-item {
    padding: 0.9rem 1rem 1rem 3.7rem;
  }
}
/*# sourceMappingURL=style.css.map */
