body {
  position: relative;
  background-color: #000;
  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_spray.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_cart02 {
  height: 75.6px;
}
.btn.btn_cart02 a {
  background: url("../img/btn_cart_02.webp") no-repeat center/contain;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}
.btn.btn_cart02 a img {
  opacity: 0;
}
.btn.btn_cart02 a:after {
  -webkit-mask-image: url("../img/btn_cart_02.webp");
  mask-image: url("../img/btn_cart_02.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 {
  position: relative;
  z-index: 5;
  background-color: #0049ee;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
#top .top_inner {
  padding-top: 406px;
  background-image: url(../img/bg_mv.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
#top h3 {
  position: relative;
  z-index: 10;
  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 .toptxt {
  position: relative;
  z-index: 0;
}
#top .toptxt .img_top02_after {
  position: absolute;
  right: 28px;
  bottom: 728px;
  width: 170.8px;
}
#top h2 {
  position: relative;
  z-index: 20;
  margin-top: -196px;
}

.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;
}

#morning {
  position: relative;
  z-index: 10;
}
#morning .morning_bottom {
  padding-top: 210px;
  padding-bottom: 28px;
  background-color: #0006b2;
}
#morning .morning_bottom .balloon {
  position: relative;
  margin-top: -324.8px;
}
#morning h2 {
  margin-top: 21px;
}

#morning02 {
  position: relative;
  padding-bottom: 42px;
  background-color: #0006b2;
}
#morning02 p {
  margin-top: 28px;
}

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

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

.bnr_wrapper {
  background-color: #0072f8;
}
.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: #00c0ff;
}
#care p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 98px;
  font-weight: 600;
  font-size: 16.8px;
  text-align: center;
  color: #00186c;
}

#influence {
  padding-top: 7px;
  padding-bottom: 42px;
  background-color: #00c0ff;
}
#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: 42px;
  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: 47.6px;
}
#detail .inner01 p {
  font-size: 44.8px;
}
#detail .inner02 {
  padding-bottom: 28px;
}
#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: 40px 0 28px;
  background-color: #00c0ff;
}
#comment h2 {
  position: relative;
}
#comment h2 .icon_comment {
  position: absolute;
  top: -30.8px;
  right: 28px;
  z-index: 5;
  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: #00c0ff;
}
#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);
}

.slide_wrapper img {
  width: 100%;
  height: auto;
}

.slider-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 21px;
  margin-top: 44.8px;
}

.slick-prev {
  order: 1;
}

.slick-dots {
  order: 2;
  display: flex !important;
  list-style: none;
  padding: 0;
  margin: 0 21px;
  gap: 22.4px;
}

.slick-dots li {
  width: 16.8px;
  height: 16.8px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
  opacity: 0.25;
}

.slick-dots li.slick-active {
  opacity: 1;
}

.slick-dots li button {
  display: none;
}

.slick-next {
  order: 3;
}

.slick-prev, .slick-next {
  position: static;
  transform: none;
  cursor: pointer;
  background: none;
  border: none;
  color: white;
  font-size: 22.4px;
  font-weight: bold;
  padding: 0;
  width: 39.2px;
  cursor: pointer;
  transition: opacity 0.3s;
}
.slick-prev:hover, .slick-next:hover {
  opacity: 0.8;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}

#slider {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #0006b2;
}
#slider .slide_wrapper {
  margin-top: 42px;
}

#cool {
  padding-bottom: 28px;
  background-color: #0049ee;
}
#cool .img_cool_01 {
  position: relative;
  z-index: 0;
}
#cool .img_cool_02 {
  position: relative;
  z-index: 2;
  margin-top: -184.8px;
}
#cool .img_cool_03 {
  position: relative;
  z-index: 3;
  margin-top: 28px;
}

.js_fadeOnly {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.js_fadeOnly.is_show {
  opacity: 1;
}

#balance {
  padding-top: 42px;
  padding-bottom: 35px;
  background-image: url(../img/bg_balance.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#balance .img_balance03 {
  margin-top: 28px;
}

#before_after {
  position: relative;
  padding-top: 42px;
  padding-bottom: 35px;
  background-image: url(../img/bg_before_after.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#before_after .img_before_after01 {
  margin-top: 28px;
}
#before_after .img_before_after02 {
  margin-top: 14px;
}

#cool02 {
  position: relative;
}
#cool02 h2 {
  position: absolute;
  top: 42px;
  left: 0;
}

#check {
  position: relative;
}
#check .btn {
  position: absolute;
  right: 0;
  bottom: 112px;
  left: 0;
}
#check .btn a {
  width: 308px;
  height: 75.6px;
}

#qa {
  padding-top: 70px;
  padding-bottom: 42px;
  background-color: #004bf8;
}
#qa .qa_wrapper {
  width: 476px;
  margin: 50px auto 0;
}
#qa dt {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
#qa dt:hover {
  opacity: 0.8;
}
#qa dt:after {
  position: absolute;
  top: 0;
  right: 11.2px;
  width: 25.2px;
  height: 25.2px;
  background-image: url(../img/icon_qa_arrow.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  transform: rotate(0deg);
  transition: 0.2s;
}
#qa dt.active:after {
  transform: rotate(180deg);
}
#qa dd {
  display: none;
  padding: 14px 0 0;
  font-weight: 400;
  font-size: 19.6px;
}

@media screen and (max-width: 560px) {
  body {
    font-size: 4vw;
  }
  .btn a {
    width: 51.5vw;
    height: 12.5vw;
    border-radius: 12.5vw;
  }
  .btn.btn_more {
    height: 13vw;
  }
  .btn.btn_cart {
    height: 13vw;
  }
  .btn.btn_cart02 {
    height: 13.5vw;
  }
  .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 .top_inner {
    padding-top: 72.5vw;
  }
  #top h3 {
    font-size: 7.5vw;
  }
  #top h3 sup {
    font-size: 1.75vw;
    top: -3.25vw;
  }
  #top p {
    margin-top: 3.75vw;
    font-size: 3vw;
  }
  #top .btn {
    margin-top: 5vw;
  }
  #top .toptxt .img_top02_after {
    right: 5vw;
    bottom: 130vw;
    width: 30.5vw;
  }
  #top h2 {
    margin-top: -35vw;
  }
  .txt_line span {
    margin-top: 3.75vw;
    padding: 0.75vw 0.75vw 0.75vw 1vw;
    font-size: 3vw;
  }
  .notes {
    font-size: 3vw;
  }
  #morning .morning_bottom {
    padding-top: 37.5vw;
    padding-bottom: 5vw;
  }
  #morning .morning_bottom .balloon {
    margin-top: -58vw;
  }
  #morning h2 {
    margin-top: 3.75vw;
  }
  #morning02 {
    padding-bottom: 7.5vw;
  }
  #morning02 p {
    margin-top: 5vw;
  }
  .price_section {
    padding-top: 5vw;
    padding-bottom: 2.5vw;
  }
  .price_section .img_price01_after {
    top: 23.5vw;
    left: 5vw;
    width: 24.5vw;
  }
  .price_section p {
    margin-top: 5vw;
    font-size: 4.5vw;
  }
  .price_section .img_price02_after {
    left: 8vw;
    bottom: 10.25vw;
    width: 22.5vw;
  }
  .price_section .notes {
    margin-top: 2.5vw;
  }
  .price_section .price_item01 {
    width: 90vw;
    margin: 3.75vw auto;
  }
  .price_section .price_item01 .txt {
    top: 5vw;
    left: 2.5vw;
    width: 52.25vw;
  }
  .price_section .price_item01 .btn {
    bottom: 3.75vw;
    left: 2.5vw;
    width: 31.5vw;
  }
  .price_section .price_txt {
    margin-top: 5vw;
    font-size: 7vw;
  }
  #summer p {
    padding-bottom: 7.5vw;
    font-size: 6.5vw;
  }
  #care p {
    padding-bottom: 17.5vw;
    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 .txt em {
    border-bottom: 0.75vw solid #c6ff00;
  }
  #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: 7.5vw;
  }
  #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: 8.5vw;
  }
  #detail .inner01 p {
    font-size: 8vw;
  }
  #detail .inner02 {
    padding-bottom: 5vw;
  }
  #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: 76.5vw;
    left: 8vw;
    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%;
  }
  .slider-controls {
    gap: 3.75vw;
    margin-top: 8vw;
  }
  .slick-dots {
    margin: 0 3.75vw;
    gap: 4vw;
  }
  .slick-dots li {
    width: 3vw;
    height: 3vw;
  }
  .slick-prev, .slick-next {
    font-size: 4vw;
    width: 7vw;
  }
  #slider {
    padding-top: 7.5vw;
    padding-bottom: 7.5vw;
  }
  #slider .slide_wrapper {
    margin-top: 7.5vw;
  }
  #cool {
    padding-bottom: 5vw;
  }
  #cool .img_cool_02 {
    margin-top: -33vw;
  }
  #cool .img_cool_03 {
    margin-top: 5vw;
  }
  #balance {
    padding-top: 7.5vw;
    padding-bottom: 6.25vw;
  }
  #balance .img_balance03 {
    margin-top: 5vw;
  }
  #before_after {
    padding-top: 7.5vw;
    padding-bottom: 6.25vw;
  }
  #before_after .img_before_after01 {
    margin-top: 5vw;
  }
  #before_after .img_before_after02 {
    margin-top: 2.5vw;
  }
  #cool02 h2 {
    top: 7.5vw;
  }
  #check .btn {
    bottom: 20vw;
  }
  #check .btn a {
    width: 55vw;
    height: 13.5vw;
  }
  #qa {
    padding-top: 12.5vw;
    padding-bottom: 7.5vw;
  }
  #qa .qa_wrapper {
    width: 85vw;
    margin: 12.5vw auto 0;
  }
  #qa dt:after {
    right: 2vw;
    width: 4.5vw;
    height: 4.5vw;
  }
  #qa dd {
    padding: 2.5vw 0 0;
    font-size: 3.5vw;
  }
}
#top .btn {
  margin-top: 0;
}

.img_cool_notes {
  margin-top: 21px;
}

@media screen and (max-width: 560px) {
  #top .btn {
    margin-top: 0;
  }
  .wrapper {
    width: 100%;
  }
  .btn_cta {
    width: 100%;
  }
  .img_cool_notes {
    margin-top: 3.75vw;
  }
}
#qa .qa_wrapper dl {
  border-bottom: 1px solid #fff;
}
#qa .qa_wrapper dl + dl {
  margin-top: 14px;
  padding-top: 28px;
}
#qa .qa_wrapper dt {
  padding-bottom: 14px;
}
#qa .qa_wrapper dd {
  padding-bottom: 21px;
}

@media screen and (max-width: 560px) {
  #qa .qa_wrapper dl + dl {
    margin-top: 2.5vw;
    padding-top: 5vw;
  }
  #qa .qa_wrapper dt {
    padding-bottom: 2.5vw;
  }
  #qa .qa_wrapper dd {
    padding-bottom: 3.75vw;
  }
}
@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;
  }
}
#top .top_inner {
  aspect-ratio: 800/2980;
}
#top .top_inner h3 {
  opacity: 0;
}
#top .toptxt_img {
  opacity: 0;
}
#top .toptxt {
  margin-top: 224px;
}
@media screen and (max-width: 560px) {
  #top .toptxt {
    margin-top: 40vw;
  }
}/*# sourceMappingURL=style.css.map */