@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho&display=swap");
/*----------------------------------

reset

----------------------------------*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 80px;
}

:before,
:after {
  box-sizing: border-box;
}

li,
ol {
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
}

/*----------------------------------

body

----------------------------------*/
body {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  color: #121212;
}
@media (max-width: 767px) {
  body .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  body .sp {
    display: none !important;
  }
}
body a,
body button {
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
@media (any-hover: hover) {
  body a:hover,
  body button:hover {
    opacity: 0.8;
  }
}
body img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
body .sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
body .serif {
  font-family: "Noto Serif Display", serif;
  font-weight: 400;
}
body .note {
  font-size: 10px;
}
body .pink {
  color: #e25283;
}
body .violet {
  color: #9c79b5;
}
body .orange {
  color: #c16b3e;
}
body .point-pink {
  color: #d869aa;
}
body .point-salmon-pink {
  color: #d87f9d;
}
body .point-purple {
  color: #9c79b5;
}
body .point-violet {
  color: #816ad5;
}
body h2 {
  color: #0a0a0a;
  font-size: 34px;
  text-shadow: -4px 2px 0px rgb(229, 194, 194);
}
@media (max-width: 767px) {
  body h2 {
    font-size: 5.9375vw;
    line-height: 1.26;
    text-shadow: -2px 1px 0px rgb(229, 194, 194);
  }
}
@media (max-width: 767px) {
  body .btn img {
    width: 62.5vw;
  }
}
body .disable {
  pointer-events: none;
  opacity: 0.5;
}
body .release {
  margin: 0 auto 10px auto;
  color: white;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  width: 80px;
}
@media (max-width: 767px) {
  body .release {
    margin: 0 auto 1.5625vw auto;
    font-size: 3.125vw;
    line-height: 5vw;
    height: 5vw;
    width: 17.8125vw;
  }
}
body .release-bg_pink {
  background-color: #e25283;
}
body .release-bg_violet {
  background-color: #9c79b5;
}

header {
  z-index: 99;
}

div#mainVisual {
  width: 100%;
  min-width: 1200px;
  height: 650px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  div#mainVisual {
    width: 100%;
    height: auto;
    min-width: auto;
  }
}
div#mainVisual .slide25 p {
  background: url(/img/pc_main26.jpg) top center no-repeat;
  background-size: cover;
  background-size: auto 650px;
}
@media (max-width: 767px) {
  div#mainVisual .slide25 p {
    background: url(/img/sp_main26.jpg) top center no-repeat;
    background-size: cover;
  }
}
div#mainVisual .slide26 p {
  background: url(/img/pc_main27.jpg) top center no-repeat;
  background-size: cover;
  background-size: auto 650px;
}
@media (max-width: 767px) {
  div#mainVisual .slide26 p {
    background: url(/img/sp_main27.jpg) top center no-repeat;
    background-size: cover;
  }
}
div#mainVisual .slick-slide {
  height: 650px;
}
@media (max-width: 767px) {
  div#mainVisual .slick-slide {
    height: 100%;
  }
}
div#mainVisual .slick-slide p {
  width: 100%;
  height: 0;
  padding-bottom: 53.125%;
}
@media (max-width: 767px) {
  div#mainVisual .slick-slide p {
    padding-bottom: 156.25%;
  }
}
div#mainVisual .slick-slide p span {
  display: none;
}
div#mainVisual .slick-current img {
  transform: scale(1);
}
div#mainVisual .slick-dotted.slick-slider {
  margin-bottom: 0;
}
div#mainVisual .slick-dots {
  bottom: -48px;
}
@media (max-width: 767px) {
  div#mainVisual .slick-dots {
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  div#mainVisual .slick-dots li {
    width: 9px;
    height: 9px;
  }
}
div#mainVisual .slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 0;
  background-color: #d8d8d8;
  border-radius: 7.5px;
}
@media (max-width: 767px) {
  div#mainVisual .slick-dots li button {
    width: 9px;
    height: 9px;
    border-radius: 4px;
  }
}
div#mainVisual .slick-dots li button::before {
  content: "";
}
div#mainVisual .slick-dots .slick-active button {
  background-color: #797272;
}

#products-wrap {
  width: 100%;
  margin-top: 116px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  #products-wrap {
    background-size: 250vw 162.5vw;
    margin-top: 0px;
  }
}

#newProduct {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #f7e7f3;
  background: linear-gradient(-19deg, rgb(247, 231, 243) 0%, rgb(233, 220, 236) 48%, rgb(235, 226, 242) 65%, rgb(255, 255, 255) 100%);
}
@media (max-width: 767px) {
  #newProduct {
    padding: 10.15625vw 0;
  }
}
#newProduct h2 {
  font-size: 60px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #newProduct h2 {
    font-size: 9.6875vw;
    margin-bottom: 3.59375vw;
  }
}
#newProduct .products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
#newProduct .products-list li {
  width: 340px;
  height: 416px;
  font-size: 14px;
  border-top-right-radius: 150px;
  border-top-left-radius: 150px;
  box-shadow: 0px 0px 35px 0px rgba(120, 103, 123, 0.16);
  padding: 40px 0;
}
@media (max-width: 767px) {
  #newProduct .products-list li {
    width: 87.5vw;
    height: 45.3125vw;
    border-top-right-radius: 15.625vw;
    border-top-left-radius: 15.625vw;
    padding: 6.71875vw 4.6875vw 4.6875vw 7.8125vw;
  }
  #newProduct .products-list li:nth-child(2) {
    padding: 6.71875vw 2.34375vw 4.6875vw 7.8125vw;
  }
}
@media (max-width: 767px) {
  #newProduct .products-list li .text {
    float: right;
  }
}
#newProduct .products-list li .text p:nth-child(1) {
  font-size: 14px;
}
@media (max-width: 767px) {
  #newProduct .products-list li .text p:nth-child(1) {
    font-size: 2.5vw;
  }
}
#newProduct .products-list li .text .emphasis {
  font-size: 16px;
}
@media (max-width: 767px) {
  #newProduct .products-list li .text .emphasis {
    font-size: 3.125vw;
  }
}
#newProduct .products-list li .text .border {
  width: 170px;
  height: 1.5px;
  margin: 10px auto;
  background-color: white;
}
@media (max-width: 767px) {
  #newProduct .products-list li .text .border {
    margin-bottom: 0;
  }
}
#newProduct .products-list li .text .name {
  font-size: 21px;
}
@media (max-width: 767px) {
  #newProduct .products-list li .text .name {
    font-size: 3.4375vw;
    height: 14.0625vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#newProduct .products-list li .figure {
  width: 138px;
  margin: 20px auto;
}
@media (max-width: 767px) {
  #newProduct .products-list li .figure {
    float: left;
    width: 27.1875vw;
  }
}
#newProduct .products-list li .btn-navi {
  width: 238px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #newProduct .products-list li .btn-navi {
    width: 37.1875vw;
  }
}
#newProduct .products-list li .btn-navi a {
  position: relative;
  padding: 1em 0;
  border: 1px solid #707070;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #newProduct .products-list li .btn-navi a {
    height: 7.8125vw;
    margin: 0 auto;
    font-size: 3.125vw;
  }
}
#newProduct .products-list li .btn-navi a span {
  position: relative;
}
#newProduct .products-list li .btn-navi a span::after {
  position: absolute;
  content: "";
  top: 25%;
  right: -25%;
  width: 0.6em;
  height: 0.6em;
  border-right: 1px solid #1d1d1d;
  border-bottom: 1px solid #1d1d1d;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #newProduct .products-list li .btn-navi a span::after {
    right: -15%;
  }
}
#newProduct .products-list li:nth-child(1) {
  background: #efbcd3;
  background: linear-gradient(-50deg, rgb(239, 188, 211) 0%, rgb(255, 243, 242) 46%, rgb(244, 222, 233) 100%);
}
#newProduct .products-list li:nth-child(2) {
  background: #d7c6e5;
  background: linear-gradient(-50deg, rgb(215, 198, 229) 0%, rgb(240, 214, 215) 52%, rgb(254, 252, 255) 100%);
}
#newProduct .products-list li:nth-child(3) {
  background: #ebcdc3;
  background: linear-gradient(-50deg, rgb(235, 205, 195) 0%, rgb(247, 231, 242) 52%, rgb(247, 242, 240) 100%);
}

/* -- containWebMovie -- */
.movie {
  background: #ebe1f4;
  background: linear-gradient(-23deg, rgb(235, 225, 244) 0%, rgb(255, 239, 239) 52%, rgb(254, 252, 255) 100%);
}
.movie .inner {
  position: relative;
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 100% auto;
  max-width: 1080px;
  margin: 0 auto;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .movie .inner {
    padding: 9.375vw 0;
  }
}
.movie h2 {
  font-size: 60px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .movie h2 {
    font-size: 9.6875vw;
    margin-bottom: 3.59375vw;
  }
}
.movie .topicList {
  display: -webkit- flex;
  display: -ms- flex;
  display: flex;
  flex-wrap: wrap;
  -ms-justify-content: center;
  justify-content: center;
  gap: 81px;
}
@media (max-width: 767px) {
  .movie .topicList {
    gap: 14.0625vw;
  }
}
.movie .list-movie li:first-child {
  margin-left: 0;
}
.movie .list-movie .iframeWrap {
  width: 100%;
  text-align: center;
  position: relative;
}
.movie .list-movie .iframeWrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 473/840;
  border-radius: 15px;
}
.movie .list-movie .iframeWrap .thumb {
  width: 300px;
  border-radius: 15px;
  height: 0;
  padding-bottom: 177.5943396226%;
}
.movie .list-movie .iframeWrap .movie01Thumb {
  background: url(../../img/jelaime/img_movie_01.png) top center no-repeat;
  background-size: cover;
}
.movie .list-movie .iframeWrap .movie02Thumb {
  background: url(../../img/jelaime/img_movie_02.png) top center no-repeat;
  background-size: cover;
}
.movie .list-movie .iframeWrap .playBtn {
  width: 68px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}
.movie .list-movie .iframeWrap p {
  display: none;
}

.movie .linkBtn {
  width: 90%;
  margin: 20px auto 0;
}
.movie .linkBtn a {
  display: block;
  padding: 12px 0;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.1rem;
  border: 1px solid #7f7e76;
}
.movie .linkBtn a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-bottom: 1px;
  margin-left: 10px;
  border-top: 2px solid #221815;
  border-right: 2px solid #221815;
  border-radius: 2px;
  transform: rotate(45deg);
}

section.point {
  background-image: url(../../img/jelaime/img_bg_point.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  section.point {
    background-image: url(../../img/jelaime/img_bg_point_sp.jpg);
    background-size: cover;
  }
}
section.point .inner {
  position: relative;
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 100% auto;
  max-width: 1080px;
  margin: 0 auto;
  padding: 70px 0;
}
@media (max-width: 767px) {
  section.point .inner {
    padding: 9.375vw 0;
  }
}
section.point .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -180px;
  background: url(../../img/jelaime/img_point_hamabe-minami_pc.png) center center no-repeat;
  background-size: cover;
  width: 405px;
  height: 360px;
}
@media (max-width: 767px) {
  section.point .inner::after {
    background: url(../../img/jelaime/img_point_hamabe-minami_sp.png) center center no-repeat;
    background-size: cover;
    width: 50.9375vw;
    height: 65.15625vw;
    right: 0;
  }
}
section.point .inner h2 {
  font-size: 60px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  section.point .inner h2 {
    font-size: 9.6875vw;
    margin-bottom: 3.59375vw;
  }
}
section.point .inner .point-container {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 180px;
}
@media (max-width: 767px) {
  section.point .inner .point-container {
    gap: 21.875vw;
  }
}
section.point .inner .point-container .point-title {
  display: flex;
  margin-bottom: 46px;
}
@media (max-width: 767px) {
  section.point .inner .point-container .point-title {
    margin-bottom: 17.65625vw;
  }
}
section.point .inner .point-container .point-title .no {
  font-size: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 117px;
  height: 117px;
  margin-right: 10px;
  background: url(../../img/jelaime/img_gradient.png) center center no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  section.point .inner .point-container .point-title .no {
    font-size: 8.75vw;
    width: 18.28125vw;
    height: 18.28125vw;
    margin-right: 1.09375vw;
  }
}
section.point .inner .point-container .point-title dl {
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
section.point .inner .point-container .point-title dl dt {
  font-size: 30px;
  display: inline-block;
}
@media (max-width: 767px) {
  section.point .inner .point-container .point-title dl dt {
    font-size: 5.15625vw;
    height: 18.28125vw;
    display: flex;
    align-items: center;
  }
}
section.point .inner .point-container .point-title dl dd {
  font-size: 16px;
}
@media (max-width: 767px) {
  section.point .inner .point-container .point-title dl dd {
    font-size: 3.125vw;
    position: absolute;
    top: 80%;
  }
}
section.point .inner .point-container .point-contents {
  display: flex;
  justify-content: space-between;
}
section.point .inner .point-container .point-contents .point-contents-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 28px;
}
section.point .inner .point-container .point-contents .point-contents-list .circle-wrapper {
  border-radius: 50%;
  margin: 10px;
  border: 1px solid #ffffff;
}
section.point .inner .point-container .point-contents .point-contents-list .circle-wrapper-1 {
  animation: circle-wrapper-shadow1 15s infinite;
  animation-delay: 0s;
}
@keyframes circle-wrapper-shadow1 {
  0% {
    box-shadow: none;
  }
  15% {
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 30px rgba(216, 105, 170, 0.7);
  }
  30% {
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 30px rgba(216, 105, 170, 0.7);
  }
  45% {
    box-shadow: none;
  }
  100% {
    box-shadow: none;
  }
}
section.point .inner .point-container .point-contents .point-contents-list .circle-wrapper-2 {
  animation: circle-wrapper-shadow2 15s infinite;
  animation-delay: 5s;
}
@keyframes circle-wrapper-shadow2 {
  0% {
    box-shadow: none;
  }
  15% {
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 30px rgba(216, 127, 157, 0.7);
  }
  30% {
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 30px rgba(216, 127, 157, 0.7);
  }
  45% {
    box-shadow: none;
  }
  100% {
    box-shadow: none;
  }
}
section.point .inner .point-container .point-contents .point-contents-list .circle-wrapper-3 {
  animation: circle-wrapper-shadow3 15s infinite;
  animation-delay: 10s;
}
@keyframes circle-wrapper-shadow3 {
  0% {
    box-shadow: none;
  }
  15% {
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 30px rgba(177, 128, 213, 0.7);
  }
  30% {
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 30px rgba(177, 128, 213, 0.7);
  }
  45% {
    box-shadow: none;
  }
  100% {
    box-shadow: none;
  }
}
section.point .inner .point-container .point-contents .point-contents-list .circle {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  margin: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.point .inner .point-container .point-contents .point-contents-list .circle1 {
  background: #D372AA;
  background: linear-gradient(-50deg, rgb(211, 114, 170) 0%, rgb(244, 214, 231) 100%);
  animation: circle-shadow1 15s infinite;
  animation-delay: 0s;
}
@keyframes circle-shadow1 {
  0% {
    box-shadow: none;
  }
  15% {
    box-shadow: 0px 0px 50px #D869AA;
  }
  30% {
    box-shadow: 0px 0px 50px #D869AA;
  }
  45% {
    box-shadow: none;
  }
  100% {
    box-shadow: none;
  }
}
section.point .inner .point-container .point-contents .point-contents-list .circle1 {
  background: #D372AA;
  background: linear-gradient(-50deg, rgb(211, 114, 170) 0%, rgb(244, 214, 231) 100%);
  animation: circle-shadow1 15s infinite;
  animation-delay: 0s;
}
@keyframes circle-shadow1 {
  0% {
    box-shadow: none;
  }
  15% {
    box-shadow: 0px 0px 50px #D869AA;
  }
  30% {
    box-shadow: 0px 0px 50px #D869AA;
  }
  45% {
    box-shadow: none;
  }
  100% {
    box-shadow: none;
  }
}
section.point .inner .point-container .point-contents .point-contents-list .circle2 {
  background: #E3A5BA;
  background: linear-gradient(-50deg, rgb(227, 165, 186) 0%, rgb(237, 202, 210) 100%);
  animation: circle-shadow2 15s infinite;
  animation-delay: 5s;
}
@keyframes circle-shadow2 {
  0% {
    box-shadow: none;
  }
  15% {
    box-shadow: 0px 0px 50px #D87F9D;
  }
  30% {
    box-shadow: 0px 0px 50px #D87F9D;
  }
  45% {
    box-shadow: none;
  }
  100% {
    box-shadow: none;
  }
}
section.point .inner .point-container .point-contents .point-contents-list .circle3 {
  background: #C9A1DE;
  background: linear-gradient(-50deg, rgb(201, 161, 222) 0%, rgb(232, 214, 244) 100%);
  animation: circle-shadow3 15s infinite;
  animation-delay: 10s;
}
@keyframes circle-shadow3 {
  0% {
    box-shadow: none;
  }
  15% {
    box-shadow: 0px 0px 50px #B180D5;
  }
  30% {
    box-shadow: 0px 0px 50px #B180D5;
  }
  45% {
    box-shadow: none;
  }
  100% {
    box-shadow: none;
  }
}
section.point .inner .point-container .point-contents .point-contents-list .circle4 {
  background: #AFA1DE;
  background: linear-gradient(-50deg, rgb(175, 161, 222) 0%, rgb(214, 226, 244) 100%);
}
section.point .inner .point-container .point-contents .point-contents-list #point-02 p::before {
  background: #d87f9d;
}
section.point .inner .point-container .point-contents .point-contents-list #point-03 p::before {
  background: #9c79b5;
}
section.point .inner .point-container .point-contents .point-contents-list #point-04 p::before {
  background: #816ad5;
}
section.point .inner .point-container .point-contents div {
  position: relative;
}
section.point .inner .point-container .point-contents div dt {
  display: flex;
  text-align: start;
  align-items: center;
  font-size: 25px;
}
@media (max-width: 767px) {
  section.point .inner .point-container .point-contents div dt {
    font-size: 4.0625vw;
  }
}
section.point .inner .point-container .point-contents div dt span {
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  section.point .inner .point-container .point-contents div dt span {
    font-size: 5.78125vw;
    margin: 0 1.953125vw 0 0;
  }
}
section.point .inner .point-container .point-contents div dd {
  display: flex;
  position: absolute;
  top: 75%;
  left: 140px;
  font-size: 16px;
}
@media (max-width: 767px) {
  section.point .inner .point-container .point-contents div dd {
    position: relative;
    top: 0;
    left: 0;
    flex-wrap: wrap;
    margin-top: 1.875vw;
  }
}
section.point .inner .point-container .point-contents div dd p {
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 20px;
}
section.point .inner .point-container .point-contents div dd p::before {
  content: "";
  mask-image: url(../../img/jelaime/icon_sparcling.svg);
  -webkit-mask-image: url(../../img/jelaime/icon_sparcling.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  flex-shrink: 0;
  display: inline-block;
  width: 13px;
  height: 15px;
}
@media (max-width: 767px) {
  section.point .inner .point-container .point-contents div dd p {
    font-size: 3.4375vw;
    margin-right: 0.46875vw;
    margin-bottom: 1.40625vw;
  }
}
section.point .inner .point-container .point-contents div dd p sup {
  font-size: 12px;
  line-height: 12px;
  position: relative;
  top: -4px;
  margin-left: 1px;
}
section.point .inner .point-container .point-contents div dd p span {
  font-size: 12px;
}
@media (max-width: 767px) {
  section.point .inner .point-container .point-contents div dd p span {
    font-size: 2.8125vw;
  }
}
section.point .inner .point-container .point-contents div dd ul {
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  section.point .inner .point-container .point-contents div dd ul {
    font-size: 3.125vw;
    gap: 1.5625vw;
  }
}
section.point .inner .point-container .point-contents div dd ul li {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px rgb(255, 255, 255);
  padding: 10px;
}
@media (max-width: 767px) {
  section.point .inner .point-container .point-contents div dd ul li {
    padding: 1.25vw;
  }
}
section.point .inner .point-container .point-contents div dd ul li span {
  font-size: 12px;
}
section.point .inner .point-container .point-contents div .component {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  section.point .inner .point-container .point-contents div .component {
    gap: 4.6875vw;
  }
}
section.point .inner .point-container .point-contents .point-contents-figure {
  width: 211px;
  height: 290px;
}
section.point .inner .point-container .point-contents .point-contents-figure img {
  width: 100%;
  height: 100%;
}
section.point .inner .point-container .no1 {
  display: flex;
  position: relative;
}
section.point .inner .point-container .no1 .text-container {
  flex: 1;
}
section.point .inner .point-container .no1 .text-container .text1 {
  animation: text-color-point-pink 15s infinite;
  animation-delay: 0s;
}
section.point .inner .point-container .no1 .text-container .text2 {
  animation: text-color-point-salmon-pink 15s infinite;
  animation-delay: 5s;
}
section.point .inner .point-container .no1 .text-container .text3 {
  animation: text-color-point-purple 15s infinite;
  animation-delay: 10s;
}
@keyframes text-color-point-pink {
  0% {
    color: #121212;
  }
  15% {
    color: #d869aa;
  }
  30% {
    color: #d869aa;
  }
  45% {
    color: #121212;
  }
  100% {
    color: #121212;
  }
}
@keyframes text-color-point-salmon-pink {
  0% {
    color: #121212;
  }
  15% {
    color: #d87f9d;
  }
  30% {
    color: #d87f9d;
  }
  45% {
    color: #121212;
  }
  100% {
    color: #121212;
  }
}
@keyframes text-color-point-purple {
  0% {
    color: #121212;
  }
  15% {
    color: #9c79b5;
  }
  30% {
    color: #9c79b5;
  }
  45% {
    color: #121212;
  }
  100% {
    color: #121212;
  }
}
section.point .inner .point-container .no1 .point-title {
  position: relative;
}
section.point .inner .point-container .no1 .point-title dl::after {
  content: "";
  background: url(../../img/jelaime/img_point-no1_h2.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -20px;
  width: 469px;
  height: 31px;
}
@media (max-width: 767px) {
  section.point .inner .point-container .no1 .point-title dl::after {
    background: url(../../img/jelaime/img_point-no1_h2_sp.svg) center center no-repeat;
    bottom: -14.0625vw;
    width: 45vw;
    background-size: contain;
  }
}
section.point .inner .point-container .no1 .point-title dl dt {
  background: #c73790;
  background: linear-gradient(90deg, rgb(199, 55, 144) 0%, rgb(85, 131, 204) 29%, rgb(216, 113, 208) 51%, rgb(226, 128, 45) 73%, rgb(199, 55, 144) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.point .inner .point-container .no1 .image-container p {
  font-size: 16px;
  margin-top: 6px;
}
@media (max-width: 767px) {
  section.point .inner .point-container .no1 .image-container p {
    font-size: 2.5vw;
    margin-top: 1.71875vw;
  }
}
@media (max-width: 767px) {
  section.point .inner .point-container .no1 .image-container {
    position: absolute;
    top: 18.28125vw;
    right: 0;
  }
}
section.point .inner .point-container .no1 .img-container {
  width: 180px;
  height: 492px;
  position: relative;
}
@media (max-width: 767px) {
  section.point .inner .point-container .no1 .img-container {
    width: 18.125vw;
    height: 47.96875vw;
  }
}
section.point .inner .point-container .no1 .img-container .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  animation: image-switch-animation 15s infinite;
}
section.point .inner .point-container .no1 .img-container .src1 {
  background-image: url(../../img/jelaime/img_animation_01.png);
  animation-delay: 0s;
}
section.point .inner .point-container .no1 .img-container .src2 {
  background-image: url(../../img/jelaime/img_animation_02.png);
  animation-delay: 5s;
}
section.point .inner .point-container .no1 .img-container .src3 {
  background-image: url(../../img/jelaime/img_animation_03.png);
  animation-delay: 10s;
}
@keyframes image-switch-animation {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
section.point .inner .point-container .no2 .point-title {
  position: relative;
}
@media (max-width: 767px) {
  section.point .inner .point-container .no2 .point-title {
    margin-bottom: 14.375vw;
  }
}
section.point .inner .point-container .no2 .point-title::after {
  content: "";
  background: url(../../img/jelaime/img_point_no2_h2_decoration.png) center center no-repeat;
  background-size: cover;
  margin-left: 40px;
  width: 197px;
  height: 125px;
}
@media (max-width: 767px) {
  section.point .inner .point-container .no2 .point-title::after {
    display: none;
  }
}
section.point .inner .point-container .no2 .point-title dl::after {
  content: "";
  background: url(../../img/jelaime/img_point-no1_h2.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -30px;
  width: 583px;
  height: 40px;
}
@media (max-width: 767px) {
  section.point .inner .point-container .no2 .point-title dl::after {
    background: url(../../img/jelaime/img_point-no1_h2_sp.svg) center center no-repeat;
    bottom: -7.8125vw;
    width: 61.5625vw;
    background-size: contain;
  }
}
section.point .inner .point-container .no2 .point-title dl dt {
  background: #a877d1;
  background: linear-gradient(90deg, rgb(168, 119, 209) 0%, rgb(111, 142, 201) 32%, rgb(131, 193, 124) 63%, rgb(179, 107, 196) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.point .inner .point-container .no2 .point-title dl dd {
  top: -30%;
}
section.point .inner .point-container .no2 .point-contents {
  margin-left: 3.125vw;
}
section.point .inner .point-container .no2 .point-contents ul {
  display: flex;
  gap: 132px;
}
@media (max-width: 767px) {
  section.point .inner .point-container .no2 .point-contents ul {
    flex-direction: column;
    gap: 12.5vw;
  }
}
section.point .inner .point-container .no2 .point-contents ul li:nth-child(1) {
  width: 365px;
  height: 191px;
}
@media (max-width: 767px) {
  section.point .inner .point-container .no2 .point-contents ul li:nth-child(1) {
    width: 100%;
    height: auto;
  }
}
section.point .inner .point-container .no2 .point-contents ul li:nth-child(2) {
  position: relative;
}
section.point .inner .point-container .no2 .point-contents ul li:nth-child(2) div:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 94px;
  height: 94px;
  background-image: url(../../img/jelaime/img_point_secret.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: -109px;
}
@media (max-width: 767px) {
  section.point .inner .point-container .no2 .point-contents ul li:nth-child(2) div:nth-child(1)::before {
    position: relative;
    left: 0;
    width: 22.8125vw;
    height: 22.8125vw;
    margin-right: 3.125vw;
  }
}
section.point .inner .point-container .no2 .point-contents ul li:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  section.point .inner .point-container .no2 .point-contents ul li:nth-child(2) {
    gap: 7.03125vw;
  }
}
section.point .inner .point-container .no2 .point-contents ul li:nth-child(2) div {
  display: flex;
  align-items: center;
  text-align: start;
}
@media (max-width: 767px) {
  section.point .inner .point-container .no2 .point-contents ul li:nth-child(2) div {
    flex-wrap: wrap;
    align-items: end;
    gap: 1.5625vw;
  }
}
section.point .inner .point-container .no2 .point-contents ul li:nth-child(2) div img {
  margin: 0;
  height: 78px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  section.point .inner .point-container .no2 .point-contents ul li:nth-child(2) div img {
    height: 17.65625vw;
  }
}
section.point .inner .point-container .no2 .point-contents ul li:nth-child(2) div p {
  font-size: 12px;
}
@media (max-width: 767px) {
  section.point .inner .point-container .no2 .point-contents ul li:nth-child(2) div p {
    font-size: 2.8125vw;
    line-height: 1.7;
    width: 100%;
  }
}
section.point .inner .point-container .no2 .point-contents ul li:nth-child(2) div p span {
  font-size: 14px;
  background-color: #fff;
  color: #9c79b5;
}
@media (max-width: 767px) {
  section.point .inner .point-container .no2 .point-contents ul li:nth-child(2) div p span {
    font-size: 2.8125vw;
    line-height: 1.7;
  }
}

section.type {
  padding: 50px 0;
}
section.type h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  section.type h2 {
    margin-bottom: 3.75vw;
  }
}
section.type h2::before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #000;
  margin-right: 13px;
  transform: rotate(-28deg);
  transform-origin: left bottom;
}
section.type h2::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #000;
  margin-right: 13px;
  transform: rotate(28deg);
  transform-origin: right bottom;
}
section.type .type-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  section.type .type-list {
    justify-content: flex-start;
    max-width: 73.90625vw;
    gap: 3.90625vw;
    margin: 0 auto;
  }
}
section.type .type-list li {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  section.type .type-list li {
    gap: 1.5625vw;
  }
}
section.type .type-list li .img {
  width: 127px;
}
@media (max-width: 767px) {
  section.type .type-list li .img {
    width: 25.46875vw;
  }
}
section.type .type-list li .cap {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
section.type .type-list li .cap p {
  text-align: start;
  width: 100%;
}
section.type .type-list li .cap p:nth-child(1) {
  font-size: 16px;
}
@media (max-width: 767px) {
  section.type .type-list li .cap p:nth-child(1) {
    font-size: 3.4375vw;
  }
}
section.type .type-list li .cap p:nth-child(2) {
  font-size: 20px;
}
@media (max-width: 767px) {
  section.type .type-list li .cap p:nth-child(2) {
    font-size: 4.6875vw;
  }
}

.products-item:last-of-type {
  margin: 0 auto;
}
.products-item .inner {
  position: relative;
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 100% auto;
  max-width: 1080px;
  padding: 80px 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .products-item .inner {
    max-width: 93.75vw;
    padding: 80px 0;
  }
}
.products-item .inner:after {
  content: "";
  position: absolute;
  top: 266px;
  left: 158px;
  width: 340px;
  height: 788.2px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  z-index: -1;
}
@media (max-width: 767px) {
  .products-item .inner:after {
    top: 56.71875vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 53.125vw;
    height: 123.15625vw;
  }
}
.products-item .inner dl {
  margin-bottom: 73px;
}
.products-item .inner dl dd {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .products-item .inner dl dd {
    font-size: 3.75vw;
    margin-bottom: 3.59375vw;
  }
}
.products-item .inner dl dd span {
  font-size: 22px;
}
@media (max-width: 767px) {
  .products-item .inner dl dd span {
    font-size: 4.375vw;
  }
}
.products-item .inner dl h3 {
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .products-item .inner dl h3 {
    font-size: 5.625vw;
  }
}
.products-item .products-item-header {
  margin: 0 0 110px auto;
  gap: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 500px;
}
@media (max-width: 767px) {
  .products-item .products-item-header {
    margin: 84.375vw 0 0 0;
    gap: 9.375vw;
  }
}
.products-item .products-item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.products-item .products-item-list .products-item-list-detail {
  width: 500px;
}
.products-item .products-item-list .products-item-list-detail .figure {
  margin-bottom: 20px;
}
.products-item .products-item-list .products-item-list-detail .figure img {
  width: 245px;
}
@media (max-width: 767px) {
  .products-item .products-item-list .products-item-list-detail .figure img {
    width: 58.75vw;
  }
}
.products-item .products-item-list .set {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .products-item .products-item-list .set {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.products-item .products-item-list .set .figure img {
  width: 225px;
}
@media (max-width: 767px) {
  .products-item .products-item-list .set .figure img {
    width: 51.5625vw;
  }
}
.products-item .products-item-list .refills {
  font-size: 14px;
  text-decoration: underline;
  margin-top: 1em;
}
.products-item .products-item-list .product_name {
  line-height: 1.8em;
  font-size: 20px;
  margin-bottom: 0.2em;
}
@media (max-width: 767px) {
  .products-item .products-item-list .product_name {
    font-size: 4.0625vw;
  }
}
.products-item .products-item-list .product_name span {
  color: #fff;
  font-size: 14px;
  background-color: #0075be;
  border-radius: 2em;
  padding: 0.3em 1em;
  margin-right: 0.5em;
}
.products-item .products-item-list .product_size {
  font-size: 18px;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .products-item .products-item-list .product_size {
    font-size: 3.75vw;
  }
}
.products-item .products-item-list .btn a {
  transition: opacity 0.2s ease-in;
}

section.bottle .inner {
  position: relative;
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 100% auto;
  max-width: 1080px;
  padding: 40px 40px 60px 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section.bottle .inner {
    max-width: 93.75vw;
    padding: 12.5vw 0;
  }
}
section.bottle .bottle-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  section.bottle .bottle-container {
    gap: 5.9375vw;
  }
}
@media (max-width: 767px) {
  section.bottle .bottle-container li:nth-child(1) {
    width: 100%;
  }
}
section.bottle .bottle-container li:nth-child(1) p {
  font-size: 18px;
  border-bottom: #9c79b5 dotted 3px;
  padding-bottom: 6px;
  margin-bottom: 25px;
  display: inline-block;
}
@media (max-width: 767px) {
  section.bottle .bottle-container li:nth-child(1) p {
    font-size: 4.0625vw;
    padding-bottom: 2.03125vw;
    border-bottom: #9c79b5 dotted 4px;
  }
}
section.bottle .bottle-container li:nth-child(1) .bottle-img {
  position: relative;
  background: #fff2f3;
  background: linear-gradient(90deg, rgb(255, 242, 243) 0%, rgb(226, 209, 238) 100%);
  border-radius: 5px;
  width: 671px;
  height: 249px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  section.bottle .bottle-container li:nth-child(1) .bottle-img {
    width: 100%;
    height: 43.59375vw;
    justify-content: end;
  }
}
section.bottle .bottle-container li:nth-child(1) .bottle-img::before {
  content: "";
  position: absolute;
  background: url("../../img/jelaime/img_bottle.png") top center no-repeat;
  background-size: contain;
  width: 373px;
  height: 395px;
  bottom: 0;
  left: -160px;
  z-index: 1;
}
@media (max-width: 767px) {
  section.bottle .bottle-container li:nth-child(1) .bottle-img::before {
    width: 45.9375vw;
    height: 58.28125vw;
    left: -7.5vw;
    background-size: cover;
    background-position: top center;
  }
}
section.bottle .bottle-container li:nth-child(1) .bottle-img::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: inherit;
  box-shadow: 0 0 0 1px white;
  pointer-events: none;
}
section.bottle .bottle-container li:nth-child(1) .bottle-img img {
  width: 302px;
}
@media (max-width: 767px) {
  section.bottle .bottle-container li:nth-child(1) .bottle-img img {
    width: 55.3125vw;
    margin: 0 3.125vw 0 0;
  }
}
section.bottle .bottle-container .note {
  text-align: start;
}

#ed {
  background-image: url(../../img/jelaime/img_bg_ed.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  #ed {
    background-image: url(../../img/jelaime/img_bg_ed_sp.jpg);
    background-size: cover;
  }
}
#ed .inner:after {
  background-image: url("../../img/jelaime/img_ed.png");
  z-index: 1;
}
#ed .inner dl {
  position: relative;
}
#ed .inner dl::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 895px;
  height: 190px;
  background-image: url("../../img/jelaime/img_ed_deco.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
@media (max-width: 767px) {
  #ed .inner dl::before {
    width: 115vw;
    height: 59.84375vw;
    top: 70%;
    background-image: url("../../img/jelaime/img_ed_deco_sp.png");
  }
}
#ed .inner dl span {
  color: #e25283;
}
#ed .inner dl h3:before {
  content: "";
  display: inline-block;
  margin-right: 14px;
  width: 13px;
  height: 15px;
  mask-image: url(../../img/jelaime/icon_sparcling.svg);
  -webkit-mask-image: url(../../img/jelaime/icon_sparcling.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  flex-shrink: 0;
  display: inline-block;
  background-color: #e25283;
}
@media (max-width: 767px) {
  #ed .inner dl h3:before {
    width: 3.28125vw;
    height: 3.90625vw;
  }
}
#ed .inner dl h3:after {
  content: "";
  display: inline-block;
  margin-left: 14px;
  width: 13px;
  height: 15px;
  mask-image: url(../../img/jelaime/icon_sparcling.svg);
  -webkit-mask-image: url(../../img/jelaime/icon_sparcling.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  flex-shrink: 0;
  display: inline-block;
  background-color: #e25283;
}
@media (max-width: 767px) {
  #ed .inner dl h3:after {
    width: 3.28125vw;
    height: 3.90625vw;
  }
}
#ed .inner .product_name {
  color: #e25283;
}
@media (max-width: 767px) {
  #ed .inner .products-item-header {
    width: 100%;
  }
}
#ed .inner .products-item-header .kome {
  color: black;
  position: relative;
  font-size: 10px;
  text-align: end;
  margin: 5px 0 10px 0;
}
@media (max-width: 767px) {
  #ed .inner .products-item-header .kome {
    font-size: 3.125vw;
    margin: 0.78125vw 0 1.5625vw 0;
  }
}
#ed .inner .products-item-header .before-after {
  display: flex;
  justify-content: center;
}
#ed .inner .products-item-header .before-after .before,
#ed .inner .products-item-header .before-after .after {
  font-size: 16px;
  line-height: 16px;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  #ed .inner .products-item-header .before-after .before,
  #ed .inner .products-item-header .before-after .after {
    font-size: 3.75vw;
    line-height: 3.75vw;
  }
}
#ed .inner .products-item-header .before-after .after {
  color: #e25283;
}
#ed .inner .products-item-header .before-after img {
  height: 237px;
  width: auto;
  position: relative;
  top: -8px;
}
@media (max-width: 767px) {
  #ed .inner .products-item-header .before-after img {
    height: 56.71875vw;
    width: auto;
    top: -1.875vw;
  }
}
#ed .inner .products-item-header .before-after .arrow {
  display: flex;
  height: 245px;
  align-items: center;
}
@media (max-width: 767px) {
  #ed .inner .products-item-header .before-after .arrow {
    height: 58.59375vw;
  }
}
#ed .inner .products-item-header .before-after .arrow img {
  width: 40px;
  height: 30px;
}
@media (max-width: 767px) {
  #ed .inner .products-item-header .before-after .arrow img {
    height: 3.75vw;
  }
}
#ed .inner .products-item-header .discription {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
#ed .inner .products-item-header .discription .circle {
  background: #e05f73;
  background: linear-gradient(-50deg, rgb(224, 95, 115) 0%, rgb(227, 186, 210) 100%);
  outline: 1px solid rgb(255, 255, 255);
  outline-offset: -6px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  #ed .inner .products-item-header .discription .circle {
    width: 29.6875vw;
    height: 29.6875vw;
    font-size: 3.75vw;
  }
}
#ed .inner .products-item-header .discription .circle p {
  position: relative;
  margin-top: 10px;
}
#ed .inner .products-item-header .discription .circle p::before {
  content: "";
  display: flex;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 15px;
  margin-bottom: 6px;
  mask-image: url(../../img/jelaime/icon_sparcling.svg);
  -webkit-mask-image: url(../../img/jelaime/icon_sparcling.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  flex-shrink: 0;
  display: inline-block;
  background-color: black;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(111deg) brightness(103%) contrast(106%);
}
@media (max-width: 767px) {
  #ed .inner .products-item-header .discription .circle p::before {
    width: 3.28125vw;
    height: 3.90625vw;
    top: -3.125vw;
  }
}
#ed .inner .products-item-header .discription .cross {
  position: relative;
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  #ed .inner .products-item-header .discription .cross {
    width: 3.125vw;
    height: 3.125vw;
  }
}
#ed .inner .products-item-header .discription .cross::before, #ed .inner .products-item-header .discription .cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 1px;
  background-color: #e25283;
  transform-origin: center;
}
#ed .inner .products-item-header .discription .cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#ed .inner .products-item-header .discription .cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#ed .inner .products-item-header .discription .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
#ed .inner .products-item-header .discription .text p:nth-child(1) {
  margin-bottom: 10px;
}
#ed .inner .products-item-header .discription .text li {
  display: inline-block;
}
@media (max-width: 767px) {
  #ed .inner .products-item-header .discription .text li {
    width: 100%;
  }
}
#ed .inner .products-item-header .discription .text .component {
  background: #e05f73;
  background: linear-gradient(-50deg, rgb(224, 95, 115) 0%, rgb(227, 186, 210) 100%);
  color: #fff;
  font-size: 16px;
  border-radius: 40px;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  #ed .inner .products-item-header .discription .text .component {
    font-size: 3.4375vw;
    border-radius: 7.5vw;
    padding: 1.5625vw 3.125vw;
  }
}

#ss {
  background-image: url(../../img/jelaime/img_bg_ss.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  margin-top: -5px;
}
@media (max-width: 767px) {
  #ss {
    background-image: url(../../img/jelaime/img_bg_ss_sp.jpg);
    background-size: cover;
  }
}
#ss .inner:after {
  background-image: url("../../img/jelaime/img_ss.png");
  z-index: 1;
}
#ss .inner dl {
  position: relative;
}
#ss .inner dl::before {
  content: "";
  display: block;
  position: absolute;
  left: 48%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 1005px;
  height: 234px;
  background-image: url("../../img/jelaime/img_ss_deco.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
@media (max-width: 767px) {
  #ss .inner dl::before {
    width: 128.4375vw;
    height: 49.375vw;
    background-image: url("../../img/jelaime/img_ss_deco_sp.png");
  }
}
#ss .inner dl span {
  color: #9c79b5;
}
#ss .inner dl h3:before {
  content: "";
  display: inline-block;
  margin-right: 14px;
  width: 13px;
  height: 15px;
  -webkit-mask-image: url(../../img/jelaime/icon_sparcling.svg);
          mask-image: url(../../img/jelaime/icon_sparcling.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #9c79b5;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #ss .inner dl h3:before {
    width: 3.28125vw;
    height: 3.90625vw;
  }
}
#ss .inner dl h3:after {
  content: "";
  display: inline-block;
  margin-left: 14px;
  width: 13px;
  height: 15px;
  -webkit-mask-image: url(../../img/jelaime/icon_sparcling.svg);
          mask-image: url(../../img/jelaime/icon_sparcling.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #9c79b5;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #ss .inner dl h3:after {
    width: 3.28125vw;
    height: 3.90625vw;
  }
}
#ss .inner .product_name {
  color: #9c79b5;
}
@media (max-width: 767px) {
  #ss .inner .products-item-header {
    width: 100%;
  }
}
#ss .inner .products-item-header .kome {
  color: black;
  position: relative;
  font-size: 10px;
  text-align: end;
  margin: 5px 0 10px 0;
}
@media (max-width: 767px) {
  #ss .inner .products-item-header .kome {
    font-size: 3.125vw;
    margin: 0.78125vw 0 1.5625vw 0;
  }
}
#ss .inner .products-item-header .before-after {
  display: flex;
  justify-content: center;
}
#ss .inner .products-item-header .before-after .before,
#ss .inner .products-item-header .before-after .after {
  font-size: 16px;
  line-height: 16px;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  #ss .inner .products-item-header .before-after .before,
  #ss .inner .products-item-header .before-after .after {
    font-size: 3.75vw;
    line-height: 3.75vw;
  }
}
#ss .inner .products-item-header .before-after .after {
  color: #9c79b5;
}
#ss .inner .products-item-header .before-after img {
  height: 237px;
  width: 143px;
  position: relative;
  top: -8px;
}
@media (max-width: 767px) {
  #ss .inner .products-item-header .before-after img {
    height: 56.71875vw;
    width: auto;
    top: -1.875vw;
  }
}
#ss .inner .products-item-header .before-after .arrow {
  display: flex;
  height: 245px;
  align-items: center;
}
@media (max-width: 767px) {
  #ss .inner .products-item-header .before-after .arrow {
    height: 58.59375vw;
  }
}
#ss .inner .products-item-header .before-after .arrow img {
  width: 40px;
  height: 30px;
}
@media (max-width: 767px) {
  #ss .inner .products-item-header .before-after .arrow img {
    height: 3.75vw;
  }
}
#ss .inner .products-item-header .discription {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 767px) {
  #ss .inner .products-item-header .discription {
    gap: 3.125vw;
  }
}
#ss .inner .products-item-header .discription .circle {
  background: #c094d6;
  background: linear-gradient(-50deg, rgb(192, 148, 214) 0%, rgb(219, 191, 229) 100%);
  outline: 1px solid rgb(255, 255, 255);
  outline-offset: -6px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  #ss .inner .products-item-header .discription .circle {
    width: 29.6875vw;
    height: 29.6875vw;
    font-size: 3.75vw;
  }
}
#ss .inner .products-item-header .discription .circle p {
  position: relative;
  margin-top: 10px;
}
#ss .inner .products-item-header .discription .circle p::before {
  content: "";
  display: flex;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 15px;
  margin-bottom: 6px;
  mask-image: url(../../img/jelaime/icon_sparcling.svg);
  -webkit-mask-image: url(../../img/jelaime/icon_sparcling.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  flex-shrink: 0;
  display: inline-block;
  background-color: #000000;
  flex-shrink: 0;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(111deg) brightness(103%) contrast(106%);
}
@media (max-width: 767px) {
  #ss .inner .products-item-header .discription .circle p::before {
    top: -3.125vw;
    width: 3.28125vw;
    height: 3.90625vw;
  }
}
#ss .inner .products-item-header .discription .cross {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #ss .inner .products-item-header .discription .cross {
    width: 3.125vw;
    height: 3.125vw;
  }
}
#ss .inner .products-item-header .discription .cross::before, #ss .inner .products-item-header .discription .cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 1px;
  background-color: #9c79b5;
  transform-origin: center;
}
#ss .inner .products-item-header .discription .cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#ss .inner .products-item-header .discription .cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#ss .inner .products-item-header .discription .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
#ss .inner .products-item-header .discription .text p:nth-child(1) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #ss .inner .products-item-header .discription .text p:nth-child(1) {
    margin-bottom: 2.1875vw;
  }
}
#ss .inner .products-item-header .discription .text li {
  display: inline-block;
}
@media (max-width: 767px) {
  #ss .inner .products-item-header .discription .text li {
    width: 100%;
  }
}
#ss .inner .products-item-header .discription .text .component {
  background: #c094d6;
  background: linear-gradient(-50deg, rgb(192, 148, 214) 0%, rgb(219, 191, 229) 100%);
  color: #fff;
  font-size: 16px;
  border-radius: 40px;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  #ss .inner .products-item-header .discription .text .component {
    font-size: 3.4375vw;
    border-radius: 7.5vw;
    padding: 1.5625vw 3.125vw;
  }
}

section.other-product-item {
  background-image: url(../../img/jelaime/img_bg_other-product-item.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (max-width: 767px) {
  section.other-product-item {
    background-image: url(../../img/jelaime/img_bg_other-product-item_sp.jpg);
  }
}
section.other-product-item .inner {
  padding: 70px 0;
}
section.other-product-item .inner .products-item-header::before {
  content: "";
  position: absolute;
  left: 60px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}
section.other-product-item h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  section.other-product-item h2 {
    margin-bottom: 7.03125vw;
  }
}
section.other-product-item h2::before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #000;
  margin-right: 13px;
  transform: rotate(-28deg);
  transform-origin: left bottom;
}
section.other-product-item h2::after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #000;
  margin-right: 13px;
  transform: rotate(28deg);
  transform-origin: right bottom;
}
section.other-product-item h3 {
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  section.other-product-item h3 {
    font-size: 5.625vw;
    white-space: nowrap;
  }
}
section.other-product-item h3:before {
  content: "";
  display: inline-block;
  margin-right: 14px;
  width: 13px;
  height: 15px;
  background-image: url(../../img/jelaime/icon_sparcling.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  section.other-product-item h3:before {
    width: 3.28125vw;
    height: 3.90625vw;
  }
}
section.other-product-item h3:after {
  content: "";
  display: inline-block;
  margin-left: 14px;
  width: 13px;
  height: 15px;
  background-image: url(../../img/jelaime/icon_sparcling.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  section.other-product-item h3:after {
    width: 3.28125vw;
    height: 3.90625vw;
  }
}
section.other-product-item .inner {
  position: relative;
  background-repeat: repeat-x;
  background-position: center top;
  background-size: 100% auto;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section.other-product-item .inner {
    max-width: 93.75vw;
  }
}
section.other-product-item .inner .products-item-header {
  width: 617px;
  margin: 0 0 50px auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  section.other-product-item .inner .products-item-header {
    width: 100%;
    margin: 84.375vw 0 10.3125vw 0;
  }
}
section.other-product-item .inner .products-item-header .type {
  margin-bottom: 20px;
  font-size: 20px;
}
@media (max-width: 767px) {
  section.other-product-item .inner .products-item-header .type {
    font-size: 4.0625vw;
  }
}
section.other-product-item .inner .products-item-header .type span {
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 767px) {
  section.other-product-item .inner .products-item-header .type span {
    font-size: 3.75vw;
    line-height: 3.75vw;
  }
}
section.other-product-item .inner .products-item-header .product_size {
  font-size: 18px;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  section.other-product-item .inner .products-item-header .product_size {
    font-size: 3.75vw;
  }
}
section.other-product-item .inner .products-item-header .note {
  text-align: end;
  margin: 7px 0 0 0;
}
section.other-product-item .inner .products-item-header .discription {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 767px) {
  section.other-product-item .inner .products-item-header .discription {
    flex-direction: column;
    align-items: center;
  }
}
section.other-product-item .inner .products-item-header .discription .circle {
  background: #bd9ace;
  background: linear-gradient(-16deg, rgb(189, 154, 206) 0%, rgb(216, 167, 205) 51%, rgb(240, 222, 240) 100%);
  outline: 1px solid rgb(255, 255, 255);
  outline-offset: -6px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  section.other-product-item .inner .products-item-header .discription .circle {
    width: 29.6875vw;
    height: 29.6875vw;
    font-size: 3.75vw;
  }
}
section.other-product-item .inner .products-item-header .discription .circle p {
  position: relative;
  margin-top: 10px;
}
section.other-product-item .inner .products-item-header .discription .circle p::before {
  content: "";
  display: flex;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 15px;
  margin-bottom: 6px;
  mask-image: url(../../img/jelaime/icon_sparcling.svg);
  -webkit-mask-image: url(../../img/jelaime/icon_sparcling.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  flex-shrink: 0;
  display: inline-block;
  background-color: #000000;
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(111deg) brightness(103%) contrast(106%);
}
@media (max-width: 767px) {
  section.other-product-item .inner .products-item-header .discription .circle p::before {
    top: -3.125vw;
    width: 3.28125vw;
    height: 3.90625vw;
  }
}
section.other-product-item .inner .products-item-header .discription .cross {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
section.other-product-item .inner .products-item-header .discription .cross::before, section.other-product-item .inner .products-item-header .discription .cross::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 1px;
  background-color: #9c79b5;
  transform-origin: center;
}
section.other-product-item .inner .products-item-header .discription .cross::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
section.other-product-item .inner .products-item-header .discription .cross::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
section.other-product-item .inner .products-item-header .discription .figure {
  width: 444px;
}
@media (max-width: 767px) {
  section.other-product-item .inner .products-item-header .discription .figure {
    width: 100%;
    padding: 0 3.125vw;
  }
}
section.other-product-item .inner .products-item-header .tag-list {
  display: flex;
  color: #fff;
  gap: 8.4px;
  justify-content: center;
  margin: 30px 0 20px 0;
  font-size: 16px;
}
@media (max-width: 767px) {
  section.other-product-item .inner .products-item-header .tag-list {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 3.125vw;
    width: 55.15625vw;
    margin: 5.15625vw auto 6.25vw auto;
  }
}
section.other-product-item .inner .products-item-header .tag-list li {
  background: #bd9ace;
  background: linear-gradient(-16deg, rgb(189, 154, 206) 0%, rgb(216, 167, 205) 51%, rgb(240, 222, 240) 100%);
  padding: 8px 16px;
  border-radius: 2em;
}
@media (max-width: 767px) {
  section.other-product-item .inner .products-item-header .tag-list li {
    padding: 1.25vw 2.5vw;
  }
}
section.other-product-item .inner ul {
  display: flex;
  justify-content: center;
  gap: 70px;
}
section.other-product-item .how-to {
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 1px #fff;
  padding: 20px 0;
}
@media (max-width: 767px) {
  section.other-product-item .how-to {
    margin: 0 3.125vw;
  }
}
section.other-product-item .how-to p span {
  font-size: 16px;
}
@media (max-width: 767px) {
  section.other-product-item .how-to p span {
    font-size: 3.75vw;
  }
}
section.other-product-item .how-to dd {
  font-size: 22px;
}
@media (max-width: 767px) {
  section.other-product-item .how-to dd {
    font-size: 4.375vw;
  }
}
section.other-product-item .how-to .figure {
  margin-top: 9px;
}
section.other-product-item .note {
  text-align: start;
  margin-top: 42px;
}

#oil {
  margin-bottom: 115px;
  position: relative;
}
@media (max-width: 767px) {
  #oil {
    margin-bottom: 17.03125vw;
  }
}
#oil .products-item-header::before {
  content: "";
  background: url(../../img/jelaime/img_oil.png) top center no-repeat;
  background-size: contain;
  width: 400px;
  height: 712px;
}
@media (max-width: 767px) {
  #oil .products-item-header::before {
    top: 10.625vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 42.96875vw;
    height: 129.84375vw;
  }
}
#oil .products-item-header .type {
  position: relative;
}
#oil .products-item-header .type::after {
  content: "";
  background: url(../../img/jelaime/img_oil_deco.png) top center no-repeat;
  background-size: cover;
  position: absolute;
  top: -133px;
  right: 0;
  width: 174px;
  height: 174px;
}
@media (max-width: 767px) {
  #oil .products-item-header .type::after {
    top: -15.625vw;
    right: -3.125vw;
    width: 34.0625vw;
    height: 34.0625vw;
  }
}
#oil .how-to-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #oil .how-to-list {
    gap: 5.625vw;
  }
}
#oil .how-to-list li {
  width: 467px;
}
@media (max-width: 767px) {
  #oil .how-to-list li {
    width: 100%;
  }
}
#oil .how-to-list li:nth-child(1) {
  position: relative;
}
#oil .how-to-list li:nth-child(1) #how-to-01::before {
  content: "";
  background: url(../../img/jelaime/img_how-to_01_deco.png) top center no-repeat;
  background-size: contain;
  position: absolute;
  top: -80px;
  left: 0;
  width: 129px;
  height: 137px;
}
@media (max-width: 767px) {
  #oil .how-to-list li:nth-child(1) #how-to-01::before {
    top: -8.59375vw;
    width: 27.1875vw;
    height: 28.90625vw;
  }
}
#oil .how-to-list li:nth-child(1) #how-to-01 img {
  width: 260px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #oil .how-to-list li:nth-child(1) #how-to-01 img {
    width: 53.75vw;
    padding: 0 0 0 3.125vw;
    box-sizing: content-box;
  }
}
#oil .how-to-list li:nth-child(2) img {
  width: 302px;
}
@media (max-width: 767px) {
  #oil .how-to-list li:nth-child(2) img {
    width: 62.5vw;
  }
}
#oil .how-to-list p {
  margin-top: 25px;
}

#mask {
  position: relative;
}
#mask .products-item-header::before {
  content: "";
  background: url(../../img/jelaime/img_mask.png) top center no-repeat;
  background-size: contain;
  width: 400px;
  height: 803px;
}
@media (max-width: 767px) {
  #mask .products-item-header::before {
    top: 30.46875vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 23.90625vw;
    height: 125.46875vw;
  }
}
#mask .products-item-header p span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mask .products-item-header p span:before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 13px;
  height: 15px;
  mask-image: url(../../img/jelaime/icon_sparcling.svg);
  -webkit-mask-image: url(../../img/jelaime/icon_sparcling.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  flex-shrink: 0;
  display: inline-block;
  background-color: #c16b3e;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #mask .products-item-header p span:before {
    width: 3.28125vw;
    height: 3.90625vw;
  }
}
#mask .products-item-header p span:after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 13px;
  height: 15px;
  mask-image: url(../../img/jelaime/icon_sparcling.svg);
  -webkit-mask-image: url(../../img/jelaime/icon_sparcling.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  flex-shrink: 0;
  display: inline-block;
  background-color: #c16b3e;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #mask .products-item-header p span:after {
    width: 3.28125vw;
    height: 3.90625vw;
  }
}
#mask .how-to {
  margin: 0 auto;
  width: 565px;
  height: 213px;
}
@media (max-width: 767px) {
  #mask .how-to {
    width: 87.5vw;
    height: 40.625vw;
  }
}
#mask .how-to .figure {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  align-items: center;
  gap: 44px;
}
@media (max-width: 767px) {
  #mask .how-to .figure {
    margin-top: 4.21875vw;
    gap: 5.3125vw;
  }
}
#mask .how-to .figure img {
  width: 155px;
  margin: 0;
}
@media (max-width: 767px) {
  #mask .how-to .figure img {
    width: 26.875vw;
  }
}

footer .footerNav .wrapper {
  box-sizing: content-box;
}

.swiper {
  width: 100%;
}
@media (max-width: 767px) {
  .swiper {
    margin: 10.9375vw auto;
  }
}

.products-item .products-item-list .swiper-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .products-item .products-item-list .swiper-wrapper {
    justify-content: unset;
    padding-bottom: 10.9375vw;
  }
}

.swiper-button-prev {
  left: 0 !important;
}

.swiper-button-next {
  right: 0 !important;
}

@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 3.125vw !important;
    height: 7.8125vw !important;
    top: calc(50% - 3.90625vw) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media (max-width: 767px) {
  .swiper-button-prev {
    background-image: url(../../img/jelaime/icon_arrow_left.svg);
  }
}

@media (max-width: 767px) {
  .swiper-button-next {
    background-image: url(../../img/jelaime/icon_arrow_right.svg);
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 1.5625vw 1.875vw 0 !important;
}

.swiper-pagination-bullet {
  width: 3.125vw !important;
  height: 3.125vw !important;
}

.products-item .swiper-pagination-bullet-active {
  background-color: #797272;
}

.jsFadeup {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 2s, transform 2s;
}

.jsFadeup.onactive {
  opacity: 1;
  transform: translate(0);
}

.point-contents-list .jsFadepoint {
  opacity: 0;
  transform: translateX(16px);
  transition: opacity 1s ease, transform 1s ease;
}

.jsFadepoint.onactive {
  opacity: 1;
  transform: translateX(0);
}/*# sourceMappingURL=je-laime.css.map */