body {
  position: relative;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22.4px;
  letter-spacing: 1.4px;
  font-feature-settings: "palt";
  line-height: 1.5;
  background-image: url(../img/bg_shampoo.webp);
  background-attachment: fixed;
  background-size: cover;
  background-position: center bottom;
}
body:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: "";
  background-image: url(../img/bg_img.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top;
}
body p {
  letter-spacing: 0;
}
body a {
  transition: 0.3s;
}
body a:hover {
  opacity: 0.8;
}

.wrapper {
  position: relative;
  z-index: 10;
  width: 560px;
  margin: 0 auto;
}

.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  width: 288.4px;
  height: 70px;
  position: relative;
  overflow: hidden;
  line-height: 0;
  border-radius: 70px;
}
.btn a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 75%);
  transform: translateX(-150%) skewX(-25deg);
  animation: shine 7s infinite;
  pointer-events: none;
}
.btn.btn_more {
  height: 72.8px;
}
.btn.btn_more a {
  background: url("../img/btn_more.webp") no-repeat center/contain;
}
.btn.btn_more a:after {
  -webkit-mask-image: url("../img/btn_more.webp");
  mask-image: url("../img/btn_more.webp");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.btn.btn_cart {
  height: 72.8px;
}
.btn.btn_cart a {
  background: url("../img/btn_cart.webp") no-repeat center/contain;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}
.btn.btn_cart a img {
  opacity: 0;
}
.btn.btn_cart a:after {
  -webkit-mask-image: url("../img/btn_cart.webp");
  mask-image: url("../img/btn_cart.webp");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.btn.btn_set a {
  width: 308px;
  height: 75.6px;
  background: url("../img/btn_cart_set.webp") no-repeat center/contain;
  background-repeat: no-repeat;
}
.btn.btn_set a img {
  opacity: 0;
}
.btn.btn_set a:after {
  -webkit-mask-image: url("../img/btn_cart_set.webp");
  mask-image: url("../img/btn_cart_set.webp");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.btn.btn_set a {
  width: 308px;
  height: 75.6px;
  background: url("../img/btn_cart_set.webp") no-repeat center/contain;
  background-repeat: no-repeat;
}
.btn.btn_set a img {
  opacity: 0;
}
.btn.btn_set a:after {
  -webkit-mask-image: url("../img/btn_cart_set.webp");
  mask-image: url("../img/btn_cart_set.webp");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.btn.btn_set_l a {
  width: 372.4px;
  height: 75.6px;
  background: url("../img/btn_cart_set_l.webp") no-repeat center/contain;
  background-repeat: no-repeat;
}
.btn.btn_set_l a img {
  opacity: 0;
}
.btn.btn_set_l a:after {
  -webkit-mask-image: url("../img/btn_cart_set_l.webp");
  mask-image: url("../img/btn_cart_set_l.webp");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}
.btn.btn_cart_s a {
  width: 229.6px;
  height: 56px;
  background: url("../img/btn_cart_s.webp") no-repeat center/contain;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}
.btn.btn_cart_s a img {
  opacity: 0;
}
.btn.btn_cart_s a:after {
  -webkit-mask-image: url("../img/btn_cart_s.webp");
  mask-image: url("../img/btn_cart_s.webp");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
}

@keyframes shine {
  0% {
    transform: translateX(-150%) skewX(-25deg);
  }
  30% {
    transform: translateX(150%) skewX(-25deg);
  }
  100% {
    transform: translateX(150%) skewX(-25deg);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.anime_mv {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}

#top {
  padding-bottom: 42px;
  background-image: url(../img/bg_top.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
#top .top_inner {
  padding-top: 358.4px;
  background-image: url(../img/bg_mv.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
#top .top_inner h1 {
  position: relative;
  z-index: 5;
  margin-top: 14px;
}
#top .top_inner .mt {
  position: relative;
  z-index: 10;
  margin-top: -23.8px;
}
#top h3 {
  position: relative;
  font-weight: 500;
  text-align: center;
  font-size: 42px;
  line-height: 1.5;
}
#top h3 sup {
  font-size: 9.8px;
  top: -18.2px;
}
#top p {
  margin-top: 21px;
  font-size: 16.8px;
  text-align: center;
}
#top .btn {
  margin-top: 28px;
}
#top h1 {
  position: relative;
}
#top h1 .img_top02_after {
  position: absolute;
  right: 28px;
  bottom: 238px;
  width: 170.8px;
}

.txt_line {
  text-align: center;
}
.txt_line span {
  display: inline-block;
  margin-top: 21px;
  padding: 4.2px 4.2px 4.2px 5.6px;
  border: 1px solid #fff;
  line-height: 1.2;
  font-size: 16.8px;
}

.flare_image {
  mix-blend-mode: screen;
}

.notes {
  font-size: 16.8px;
  text-align: center;
}

#point {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#point p {
  font-weight: 600;
  font-size: 42px;
  color: #00186c;
  text-align: center;
  line-height: 1.4;
}
#point .point_inner {
  position: relative;
}

.z10 {
  position: relative;
  z-index: 10;
}

#price {
  padding-bottom: 28px;
  background-color: #004bf8;
}
#price h2 {
  position: relative;
}
#price .img_price01_after {
  position: absolute;
  top: 128.8px;
  left: 28px;
  width: 137.2px;
}
#price p {
  margin-top: 28px;
  font-weight: 600;
  font-size: 25.2px;
  text-align: center;
}
#price .price {
  position: relative;
  z-index: 1;
}
#price .img_price02_after {
  position: absolute;
  left: 39.2px;
  z-index: -1;
  bottom: 57.4px;
  width: 126px;
}
#price .notes {
  margin-top: 21px;
}
#price .price_item01 {
  position: relative;
  width: 504px;
  margin: 20px auto;
}
#price .price_item01 .bg {
  width: 100%;
}
#price .price_item01 .txt {
  position: absolute;
  top: 28px;
  left: 14px;
  width: 292.6px;
}
#price .price_item01 .btn {
  display: block;
  position: absolute;
  bottom: 21px;
  left: 14px;
  width: 176.4px;
}
#price .price_txt {
  margin-top: 28px;
  font-weight: 600;
  font-size: 39.2px;
  text-align: center;
}

.bnr_wrapper {
  background-color: #004bf8;
}
.bnr_wrapper a {
  display: block;
}
.bnr_wrapper a img {
  width: 100%;
}

#summer {
  position: relative;
}
#summer p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 42px;
  font-weight: 600;
  font-size: 36.4px;
  text-align: center;
}

#care {
  position: relative;
  background-color: #00c4ff;
}
#care p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 105px;
  font-weight: 600;
  font-size: 16.8px;
  text-align: center;
  color: #00186c;
}

#influence {
  padding-top: 7px;
  padding-bottom: 42px;
  background-color: #00c4ff;
}
#influence h2, #influence p {
  color: #00186c;
  text-align: center;
}
#influence h2 {
  font-weight: 600;
  font-size: 36.4px;
}
#influence img {
  width: 100%;
  margin-top: 14px;
}
#influence .txt {
  padding-top: 28px;
  font-weight: 600;
  font-size: 29.4px;
  letter-spacing: 1.4px;
}
#influence .txt em {
  display: inline-block;
  border-bottom: 3px solid #c6ff00;
  color: #fff;
  line-height: 1.1;
}
#influence .influence_inner {
  margin: 20px 0 0;
}
#influence .influence_inner img {
  margin-top: 35px;
}
#influence .influence_inner p {
  font-weight: 400;
  font-size: 19.6px;
  color: #fff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
}
#influence .influence_inner p em {
  color: #c6ff00;
}
#influence .influence_inner p + p {
  margin-top: 9.8px;
}

#detail {
  padding-top: 33.6px;
  background-image: url(../img/bg_detail.webp);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top;
}
#detail .txt_line {
  margin-top: 14px;
}
#detail .img_detail01_txt {
  margin-top: 35px;
}
#detail p {
  font-weight: 500;
  text-align: center;
}
#detail .txt_line + p {
  padding-top: 28px;
}
#detail .inner01 {
  padding-bottom: 33.6px;
}
#detail .inner01 p {
  font-size: 44.8px;
}
#detail .inner02 {
  padding-bottom: 35px;
}
#detail .inner02 p {
  font-size: 30.8px;
  white-space: nowrap;
}
#detail .inner02 p sup {
  font-size: 16.8px;
  top: -8.4px;
}
#detail .inner02 .img_detail02_01_txt img {
  margin-top: 14px;
}
#detail .inner03 {
  padding-bottom: 28px;
}
#detail .inner03 p {
  font-size: 42px;
}
#detail .inner03 p + p {
  margin-top: 21px;
  font-size: 30.8px;
}
#detail .inner03 p + img {
  margin-top: 28px;
}
#detail .inner03 .notes {
  margin-top: 28px;
}
#detail .inner03 .img_detail03_01_txt img {
  margin-top: 14px;
}

#fragrance {
  background-color: #fff;
}

#series {
  position: relative;
}
#series p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 28px;
  font-weight: 500;
  font-size: 16.8px;
  text-align: center;
  line-height: 1.4;
}

#summercare {
  position: relative;
}
#summercare .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 70px;
}
#summercare .notes {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 28px;
  margin-top: 28px;
  font-weight: 400;
  font-size: 16.8px;
  line-height: 1.4;
  text-align: center;
}
#summercare .icon_limited {
  position: absolute;
  right: 0;
  top: 428.4px;
  left: 44.8px;
  width: 176.4px;
}

#comment {
  padding: 56px 0 28px;
  background-color: #00c4ff;
}
#comment h2 {
  position: relative;
}
#comment h2 .icon_comment {
  position: absolute;
  top: -30.8px;
  right: 28px;
  z-index: 50;
  width: 148.4px;
}
#comment ul {
  position: relative;
  z-index: 10;
  padding: 10px 28px;
}
#comment li + li {
  margin-top: 14px;
}

#set {
  padding-top: 42px;
  padding-bottom: 42px;
}
#set .price {
  margin-top: 28px;
}
#set p {
  margin-top: 42px;
  text-align: center;
}
#set p em {
  font-weight: 600;
  font-size: 32.2px;
  line-height: 1.3;
}
#set p strong {
  display: block;
  margin-top: 21px;
  font-weight: 600;
  font-size: 61.6px;
  line-height: 1.2;
}
#set .set_bottom {
  margin-top: 35px;
}
#set .dl_wrapper {
  margin-top: 28px;
}
#set dl {
  display: flex;
  align-items: center;
}
#set dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 107.8px;
  padding-bottom: 2.8px;
  border: 1px solid #fff;
  font-size: 14px;
  margin-right: 14px;
}
#set dd {
  font-size: 16.8px;
}
#set dl + dl {
  margin-top: 9.8px;
}

#set02 {
  position: relative;
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #00c4ff;
}
#set02 .icon_new {
  position: absolute;
  top: 371px;
  right: 19.6px;
  width: 92.4px;
}

#hours24 {
  padding-top: 42px;
  padding-bottom: 42px;
  background-image: url(../img/bg_hours24.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#hours24 h2, #hours24 h3 {
  font-weight: 600;
  font-size: 42px;
  color: #fff;
  text-align: center;
}
#hours24 .img {
  margin-top: 28px;
}
#hours24 h3 {
  margin-top: 28px;
}
#hours24 .btn {
  margin-top: 28px;
}

#lineup {
  padding-top: 42px;
  padding-bottom: 210px;
  background-color: #0094ff;
}
#lineup h2 {
  font-weight: 600;
  font-size: 44.8px;
  text-align: center;
}
#lineup .lineup01 {
  padding-top: 42px;
}
#lineup .lineup02 {
  padding-top: 70px;
}
#lineup .btn {
  margin-top: 28px;
}

.js_bounce {
  opacity: 0;
  transform-origin: center;
  transform: scale(0);
  transition: opacity 0.3s ease-out, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.5);
  pointer-events: none;
}

.is_show {
  opacity: 1 !important;
  transform: scale(1) !important;
  pointer-events: auto !important;
}

.js_bang {
  opacity: 0;
  transform: scale(0.1);
  filter: blur(0);
  transition: opacity 0.15s ease-out, transform 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
}

.is_show {
  opacity: 1 !important;
  transform: scale(1) !important;
  pointer-events: auto !important;
}

.btn_cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 50%;
  max-width: 560px;
  transform: translateX(-50%);
  z-index: 100;
}
.btn_cta a {
  display: block;
  width: 100%;
}

.js_fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.js_fadeIn.is_show {
  opacity: 1;
  transform: translateY(0);
}

.js_fadeIn.is_show {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 560px) {
  body {
    font-size: 4vw;
    letter-spacing: 0.25vw;
  }
  .wrapper {
    width: 100%;
  }
  .btn a {
    width: 51.5vw;
    height: 12.5vw;
    border-radius: 12.5vw;
  }
  .btn.btn_more {
    height: 13vw;
  }
  .btn.btn_cart {
    height: 13vw;
  }
  .btn.btn_set a {
    width: 55vw;
    height: 13.5vw;
  }
  .btn.btn_set a {
    width: 55vw;
    height: 13.5vw;
  }
  .btn.btn_set_l a {
    width: 66.5vw;
    height: 13.5vw;
  }
  .btn.btn_cart_s a {
    width: 41vw;
    height: 10vw;
  }
  #top {
    padding-bottom: 7.5vw;
  }
  #top .top_inner {
    padding-top: 63.5vw;
  }
  #top h3 {
    font-size: 7.5vw;
  }
  #top h3 sup {
    font-size: 1.75vw;
    top: 3.25vw;
  }
  #top .btn {
    margin-top: 5vw;
  }
  #top h1 .img_top02_after {
    right: 5vw;
    bottom: 42.5vw;
    width: 30.5vw;
  }
  .txt_line span {
    margin-top: 3.75vw;
    padding: 0.75vw 0.75vw 0.75vw 1vw;
    font-size: 3vw;
  }
  .notes {
    font-size: 3vw;
  }
  #point p {
    font-size: 7.5vw;
  }
  #price {
    padding-bottom: 5vw;
  }
  #price .img_price01_after {
    top: 23vw;
    left: 5vw;
    width: 24.5vw;
  }
  #price p {
    margin-top: 5vw;
    font-size: 4.5vw;
  }
  #price .img_price02_after {
    left: 8vw;
    bottom: 10.25vw;
    width: 22.5vw;
  }
  #price .notes {
    margin-top: 3.75vw;
  }
  #price .price_item01 {
    width: 90vw;
    margin: 5vw auto;
  }
  #price .price_item01 .txt {
    top: 5vw;
    left: 2.5vw;
    width: 52.25vw;
  }
  #price .price_item01 .btn {
    bottom: 3.75vw;
    left: 2.5vw;
    width: 31.5vw;
  }
  #price .price_txt {
    margin-top: 5vw;
    font-size: 7vw;
  }
  #summer p {
    padding-bottom: 7.5vw;
    font-size: 6.5vw;
  }
  #care p {
    padding-bottom: 18.75vw;
    font-size: 3vw;
  }
  #influence {
    padding-top: 1.25vw;
    padding-bottom: 7.5vw;
  }
  #influence h2 {
    font-size: 6.5vw;
  }
  #influence img {
    margin-top: 2.5vw;
  }
  #influence .txt {
    padding-top: 5vw;
    font-size: 5.25vw;
  }
  #influence .influence_inner {
    margin: 5vw 0 0;
  }
  #influence .influence_inner img {
    margin-top: 6.25vw;
  }
  #influence .influence_inner p {
    font-size: 3.5vw;
  }
  #influence .influence_inner p + p {
    margin-top: 1.75vw;
  }
  #detail {
    padding-top: 6vw;
  }
  #detail .txt_line {
    margin-top: 2.5vw;
  }
  #detail .img_detail01_txt {
    margin-top: 6.25vw;
  }
  #detail .txt_line + p {
    padding-top: 5vw;
  }
  #detail .inner01 {
    padding-bottom: 6vw;
  }
  #detail .inner01 p {
    font-size: 8vw;
  }
  #detail .inner02 {
    padding-bottom: 6.25vw;
  }
  #detail .inner02 p {
    font-size: 5.5vw;
  }
  #detail .inner02 p sup {
    font-size: 3vw;
    top: 1.5vw;
  }
  #detail .inner02 .img_detail02_01_txt img {
    margin-top: 2.5vw;
  }
  #detail .inner03 {
    padding-bottom: 5vw;
  }
  #detail .inner03 p {
    font-size: 7.5vw;
  }
  #detail .inner03 p + p {
    margin-top: 3.75vw;
    font-size: 5.5vw;
  }
  #detail .inner03 p + img {
    margin-top: 5vw;
  }
  #detail .inner03 .notes {
    margin-top: 5vw;
  }
  #detail .inner03 .img_detail03_01_txt img {
    margin-top: 2.5vw;
  }
  #series p {
    padding-bottom: 5vw;
    font-size: 3vw;
  }
  #summercare .btn {
    padding-bottom: 12.5vw;
  }
  #summercare .notes {
    padding-bottom: 5vw;
    margin-top: 5vw;
    font-size: 3vw;
  }
  #summercare .icon_limited {
    top: 72.5vw;
    left: 5vw;
    width: 31.5vw;
  }
  #comment {
    padding: 10vw 0 5vw;
  }
  #comment h2 .icon_comment {
    top: -5.5vw;
    right: 5vw;
    width: 26.5vw;
  }
  #comment ul {
    padding: 2.5vw 5vw;
  }
  #comment li + li {
    margin-top: 2.5vw;
  }
  #set {
    padding-top: 7.5vw;
    padding-bottom: 7.5vw;
  }
  #set .price {
    margin-top: 5vw;
  }
  #set p {
    margin-top: 7.5vw;
  }
  #set p em {
    font-size: 5.75vw;
  }
  #set p strong {
    margin-top: 3.75vw;
    font-size: 11vw;
  }
  #set .set_bottom {
    margin-top: 6.25vw;
  }
  #set .dl_wrapper {
    margin-top: 5vw;
  }
  #set dt {
    width: 19.25vw;
    padding-bottom: 0.5vw;
    font-size: 2.5vw;
    margin-right: 2.5vw;
  }
  #set dd {
    font-size: 3vw;
  }
  #set dl + dl {
    margin-top: 1.75vw;
  }
  #set02 {
    padding-top: 7.5vw;
    padding-bottom: 7.5vw;
  }
  #set02 .icon_new {
    top: 66.25vw;
    right: 3.5vw;
    width: 16.5vw;
  }
  #hours24 {
    padding-top: 7.5vw;
    padding-bottom: 7.5vw;
  }
  #hours24 h2, #hours24 h3 {
    font-size: 7.5vw;
  }
  #hours24 .img {
    margin-top: 5vw;
  }
  #hours24 h3 {
    margin-top: 5vw;
  }
  #hours24 .btn {
    margin-top: 5vw;
  }
  #lineup {
    padding-top: 7.5vw;
    padding-bottom: 37.5vw;
  }
  #lineup h2 {
    font-size: 8vw;
  }
  #lineup .lineup01 {
    padding-top: 7.5vw;
  }
  #lineup .lineup02 {
    padding-top: 12.5vw;
  }
  #lineup .btn {
    margin-top: 5vw;
  }
  .btn_cta {
    left: 0;
    transform: unset;
    max-width: 100%;
  }
}
#top h3 {
  margin-top: 5px;
}

@media screen and (max-width: 560px) {
  #top h3 {
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 561px) {
  .btn_cta {
    width: 100%;
  }
}
.btn_cta {
  padding: 0 10px 10px 10px;
}
@media screen and (max-width: 560px) {
  .btn_cta {
    padding: 0 2.5vw;
  }
}

#side_menu {
  position: fixed;
  right: 0;
  bottom: 60px;
  z-index: 100;
  width: 60px;
}
#side_menu ul {
  margin-bottom: 10px;
}
#side_menu li + li {
  margin-top: 8px;
}
#side_menu .side_menu_inner {
  margin: 0 auto;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
#side_menu .side_menu_inner.inner_white {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: -65px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  transition: 0.3s;
}
#side_menu .side_menu_inner.inner_white img {
  width: 30px;
  margin: 0 auto;
}
#side_menu .side_menu_inner.inner_white.is-show {
  right: 0;
  opacity: 1;
}

@media screen and (max-width: 560px) {
  #side_menu {
    bottom: 22vw;
    width: 12vw;
  }
  #side_menu ul {
    margin-bottom: 2vw;
  }
  #side_menu li + li {
    margin-top: 1.75vw;
  }
  #side_menu .side_menu_inner {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  }
  #side_menu .side_menu_inner.inner_white {
    right: -12.2vw;
    width: 7.5vw;
    height: 7.5vw;
  }
}
#price {
  padding-top: 25px;
}
@media screen and (max-width: 560px) {
  #price {
    padding-top: 6.25vw;
  }
}

#set {
  background-color: #0097ff;
}/*# sourceMappingURL=style.css.map */