@charset "UTF-8";
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 * {
  font-family: "Noto Sans JP", sans-serif;
}
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;
}
@media screen and (max-width: 768px) {
  body:before {
    display: none;
  }
}
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: 30;
}
.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: 768px) {
  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: 768px) {
  #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: 768px) {
  .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: 768px) {
  #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: 768px) {
  #price {
    padding-top: 6.25vw;
  }
}

#set {
  background-color: #0097ff;
}

#top h3 {
  position: relative;
}
#top h3 strong {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  font-size: 40px;
  line-height: 1.4;
}
#top h3 strong sup {
  font-size: 12px;
}
#top h3 small {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
}
#top .img_top002 {
  position: relative;
}
#top .img_top002 strong {
  display: block;
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.4;
  text-align: center;
}
#top .img_top002 strong sup {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  #top h3 strong {
    font-size: 7.1428571429vw;
  }
  #top h3 strong sup {
    top: -2.75vw;
    font-size: 2.1428571429vw;
  }
  #top h3 small {
    font-size: 2.6785714286vw;
  }
  #top .img_top002 strong {
    bottom: -1.0714285714vw;
    font-size: 7.5vw;
  }
  #top .img_top002 strong sup {
    font-size: 2.1428571429vw;
  }
}
#point {
  position: relative;
}
#point ul {
  position: absolute;
  top: 246px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
#point h2 {
  display: inline-block;
  position: relative;
  text-align: center;
  transform: skewX(-12deg);
  line-height: 1;
}
#point h2 span {
  display: inline-block;
  padding: 0 2px 1px 2px;
  font-weight: 600;
  font-size: 70px;
  color: #fff;
  background-color: #0000fa;
  line-height: 1;
}
#point h2 span:nth-of-type(n+2) {
  margin-top: -3px;
}
#point h2 sup {
  position: absolute;
  top: 7px;
  left: calc(100% + 3px);
  font-size: 12px;
}
#point p {
  margin-top: 20px;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 2px;
}
#point li {
  text-align: center;
  color: #001970;
}
#point li:nth-child(2) {
  margin-top: 100px;
}
#point li:nth-child(2) h2 span {
  background-color: #fff;
  color: #0000fa;
}
#point li:nth-child(2) p {
  font-size: 33.6px;
}
#point li:nth-child(3) {
  margin-top: 190px;
}
#point li:nth-child(3) p {
  font-size: 33.6px;
}
#point li:nth-child(3) small {
  display: block;
  margin-top: 20px;
  font-size: 16.8px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  #point {
    position: relative;
  }
  #point:before {
    top: 31.7857142857vw;
  }
  #point ul {
    position: absolute;
    top: 43.9285714286vw;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
  #point h2 {
    display: inline-block;
    position: relative;
    text-align: center;
    transform: skewX(-12deg);
    line-height: 1;
  }
  #point h2 span {
    display: inline-block;
    padding: 0 0.3571428571vw 1px 0.3571428571vw;
    font-weight: 600;
    font-size: 12.5vw;
    color: #fff;
    background-color: #0000fa;
    line-height: 1;
  }
  #point h2 span:nth-of-type(n+2) {
    margin-top: -0.3571428571vw;
  }
  #point h2 sup {
    position: absolute;
    top: 1.25vw;
    left: calc(100% + 3px);
    font-size: 2.1428571429vw;
  }
  #point p {
    margin-top: 3.5714285714vw;
    font-weight: 700;
    font-size: 7.5vw;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 1px;
  }
  #point li {
    text-align: center;
    color: #001970;
  }
  #point li:nth-child(2) {
    margin-top: 17.8571428571vw;
  }
  #point li:nth-child(2) h2 span {
    background-color: #fff;
    color: #0000fa;
  }
  #point li:nth-child(2) p {
    font-size: 6vw;
  }
  #point li:nth-child(3) {
    margin-top: 33.9285714286vw;
  }
  #point li:nth-child(3) p {
    font-size: 6vw;
  }
  #point li:nth-child(3) small {
    display: block;
    margin-top: 3.5714285714vw;
    font-size: 3vw;
    letter-spacing: 1px;
  }
}
#price .img_price_item02 {
  position: absolute;
  top: 29px;
  left: 27px;
}
#price .img_price_item02 h3 {
  display: block;
  position: relative;
  transform: skewX(-12deg);
  line-height: 1;
}
#price .img_price_item02 h3 span {
  display: inline-block;
  padding: 0 2px 1px 2px;
  font-weight: 700;
  font-size: 26.6px;
  background-color: #fff;
  color: #0000fa;
  line-height: 1;
}
#price .img_price_item02 .flex {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
  font-size: 21px;
}
#price .img_price_item02 h3 + h3 {
  margin-top: 6px;
}
#price .img_price_item02 p {
  margin-top: 10px;
  font-weight: 600;
  font-size: 19.6px;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  #price .img_price_item02 {
    position: absolute;
    top: 5.1785714286vw;
    left: 4.8214285714vw;
  }
  #price .img_price_item02 h3 {
    display: block;
    position: relative;
    transform: skewX(-12deg);
    line-height: 1;
  }
  #price .img_price_item02 h3 span {
    display: inline-block;
    padding: 0 2px 1px 2px;
    font-weight: 700;
    font-size: 4.75vw;
    background-color: #fff;
    color: #0000fa;
    line-height: 1;
  }
  #price .img_price_item02 .flex {
    display: flex;
    align-items: flex-end;
    margin-top: 1.7857142857vw;
    font-size: 3.75vw;
  }
  #price .img_price_item02 h3 + h3 {
    margin-top: 1.0714285714vw;
  }
  #price .img_price_item02 p {
    margin-top: 1.7857142857vw;
    font-weight: 600;
    font-size: 3.5vw;
    line-height: 1.4;
    text-align: left;
    letter-spacing: 1px;
  }
}
#summer h2 {
  display: inline-block;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  text-align: center;
  line-height: 1;
}
#summer h2 small {
  display: block;
  font-weight: 600;
  font-size: 29.4px;
  margin-bottom: 30px;
}
#summer h2 > span {
  display: inline-block;
  transform: skewX(-12deg);
  padding: 0 2px 1px 2px;
  font-weight: 600;
  font-size: 70px;
  color: #fff;
  background-color: #001970;
  line-height: 1;
}
#summer h2 > span:nth-of-type(n+2) {
  margin-top: -3px;
}
#summer p {
  margin-top: 10px;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.4;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  #summer h2 {
    display: inline-block;
    position: absolute;
    top: 7.1428571429vw;
    right: 0;
    left: 0;
    text-align: center;
    line-height: 1;
  }
  #summer h2 small {
    display: block;
    font-weight: 600;
    font-size: 5.25vw;
    margin-bottom: 30px;
  }
  #summer h2 > span {
    display: inline-block;
    transform: skewX(-12deg);
    padding: 0 2px 1px 2px;
    font-weight: 600;
    font-size: 12.5vw;
    color: #fff;
    background-color: #001970;
    line-height: 1;
  }
  #summer h2 > span:nth-of-type(n+2) {
    margin-top: -0.5357142857vw;
  }
  #summer p {
    margin-top: 1.7857142857vw;
    font-weight: 600;
    font-size: 6.25vw;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
#care {
  position: relative;
}
#care .care_txt {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding-top: 45px;
}
#care h2 {
  font-weight: 600;
  font-size: 37.8px;
  color: #fff;
}
#care h2 strong {
  display: block;
  margin-top: -10px;
  font-size: 67.2px;
  line-height: 1;
  letter-spacing: 4px;
}
#care h2 strong span {
  font-size: 119px;
  color: #b5ff00;
}
#care h3 {
  margin-top: 40px;
  font-weight: 600;
  font-size: 57.4px;
  color: #fff;
}
#care h3 strong {
  display: block;
  transform: skewX(-12deg);
  font-size: 112px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #care {
    position: relative;
  }
  #care .care_txt {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    padding-top: 8.0357142857vw;
  }
  #care h2 {
    font-weight: 600;
    font-size: 6.75vw;
    color: #fff;
  }
  #care h2 strong {
    display: block;
    margin-top: -1.7857142857vw;
    font-size: 12vw;
    line-height: 1;
    letter-spacing: 0.7142857143vw;
  }
  #care h2 strong span {
    font-size: 21.25vw;
    color: #b5ff00;
  }
  #care h3 {
    margin-top: 7.1428571429vw;
    font-weight: 600;
    font-size: 10.25vw;
    color: #fff;
  }
  #care h3 strong {
    display: block;
    transform: skewX(-12deg);
    font-size: 20vw;
    line-height: 1;
  }
}
#influence h2 {
  font-weight: 700;
}
#influence .txt {
  font-weight: 700;
}
#influence .txt span {
  display: inline-block;
  color: #fff;
  border-bottom: 6px solid #b5ff00;
}
#influence .influence_inner {
  position: relative;
}
#influence .influence_inner .influence_inner_txt {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 13px 40px 35px 57px;
}
#influence .influence_inner p {
  font-size: 16.8px;
  color: #fff;
}
#influence .influence_inner p span {
  color: #b5ff00;
}

@media screen and (max-width: 768px) {
  #influence h2 {
    font-weight: 700;
  }
  #influence .txt {
    font-weight: 700;
  }
  #influence .txt span {
    display: inline-block;
    color: #fff;
    border-bottom: 1.0714285714vw solid #b5ff00;
  }
  #influence .influence_inner {
    position: relative;
  }
  #influence .influence_inner .influence_inner_txt {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2.3214285714vw 7.1428571429vw 4.4642857143vw 8.9285714286vw;
  }
  #influence .influence_inner .influence_inner_txt p {
    letter-spacing: 0;
  }
  #influence .influence_inner p {
    font-size: 3.2vw;
    color: #fff;
  }
  #influence .influence_inner p span {
    color: #b5ff00;
  }
}
#detail {
  position: relative;
}
#detail .h2_ttl {
  position: absolute;
  top: 108px;
  right: 0;
  left: 0;
}
#detail .h2_ttl h2 {
  color: #fff;
  font-weight: 700;
  font-size: 42px;
  text-align: center;
}
#detail .h2_ttl h2 em {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 18.2px;
  line-height: 1;
  margin-top: 3px;
}
#detail .h2_ttl h2 em span {
  display: inline-block;
  transform: skewX(-12deg);
  font-size: 95.2px;
  line-height: 1;
  color: #fff;
  background-color: #001970;
}
#detail .h2_ttl p {
  margin-top: 17px;
  font-size: 16.8px;
  line-height: 1.4;
}
#detail .h2_ttl.ttl_02 {
  top: 139px;
}
#detail .h2_ttl.ttl_02 h2 em {
  margin-top: 10px;
}
#detail .h2_ttl.ttl_02 h2 em span {
  font-size: 56px;
  letter-spacing: 0;
}
#detail .h2_ttl.ttl_02 h2 em span sup {
  font-size: 16.8px;
}
#detail .h2_ttl.ttl_02 h2 em + em {
  margin-top: 15px;
}
#detail .h2_ttl.ttl_02 p {
  margin-top: 18px;
  font-weight: 600;
  font-size: 30.8px;
}
#detail .img_detail01_txt {
  text-align: center;
}
#detail .img_detail01_txt em {
  display: inline-block;
  padding: 2px 7px;
  border: 2px solid #fff;
  font-size: 16.8px;
}
#detail .img_detail01_txt strong {
  display: block;
  margin-top: 21px;
  font-size: 43.4px;
}
#detail .img_detail02_02_txt {
  font-weight: 700;
}
#detail .img_detail02_03 {
  position: relative;
}
#detail .img_detail02_03 p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 16.8px;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
#detail .inner03 {
  position: relative;
}
#detail .inner03 .h2_ttl {
  top: 158px;
}
#detail .inner03 .h2_ttl h2 em span {
  font-size: 81.2px;
}
#detail .inner03 .notes {
  font-size: 15.4px;
  letter-spacing: 1px;
}
#detail .img_detail03_01_txt strong {
  display: block;
  font-size: 42px;
}
#detail .img_detail03_01_txt em {
  display: block;
  margin-top: 30px;
  font-weight: 700;
  font-size: 30.8px;
}

@media screen and (max-width: 768px) {
  #detail {
    position: relative;
  }
  #detail .h2_ttl {
    position: absolute;
    top: 19.2857142857vw;
    right: 0;
    left: 0;
  }
  #detail .h2_ttl h2 {
    color: #fff;
    font-weight: 700;
    font-size: 7.5vw;
    text-align: center;
  }
  #detail .h2_ttl h2 em {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 3.25vw;
    line-height: 1;
    margin-top: 0.5357142857vw;
  }
  #detail .h2_ttl h2 em span {
    display: inline-block;
    transform: skewX(-12deg);
    font-size: 17vw;
    line-height: 1;
    color: #fff;
    background-color: #001970;
  }
  #detail .h2_ttl p {
    margin-top: 3.0357142857vw;
    font-size: 3vw;
    line-height: 1.4;
  }
  #detail .h2_ttl.ttl_02 {
    top: 24.8214285714vw;
  }
  #detail .h2_ttl.ttl_02 h2 em {
    margin-top: 1.7857142857vw;
  }
  #detail .h2_ttl.ttl_02 h2 em span {
    font-size: 10vw;
    letter-spacing: 0;
  }
  #detail .h2_ttl.ttl_02 h2 em span sup {
    font-size: 3vw;
  }
  #detail .h2_ttl.ttl_02 h2 em + em {
    margin-top: 2.6785714286vw;
  }
  #detail .h2_ttl.ttl_02 p {
    margin-top: 3.2142857143vw;
    font-weight: 700;
    font-size: 5.5vw;
  }
  #detail .img_detail01_txt {
    text-align: center;
  }
  #detail .img_detail01_txt em {
    display: inline-block;
    padding: 0.3571428571vw 1.25vw;
    border: 0.3571428571vw solid #fff;
    font-size: 3vw;
  }
  #detail .img_detail01_txt strong {
    display: block;
    margin-top: 3.75vw;
    font-size: 7.75vw;
  }
  #detail .img_detail02_02_txt {
    font-weight: 700;
  }
  #detail .img_detail02_03 {
    position: relative;
  }
  #detail .img_detail02_03 p {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 3vw;
    color: #fff;
    text-align: center;
    line-height: 1.3;
  }
  #detail .inner03 {
    position: relative;
  }
  #detail .inner03 .h2_ttl {
    top: 28.2142857143vw;
  }
  #detail .inner03 .h2_ttl h2 em span {
    font-size: 14.5vw;
  }
  #detail .inner03 .notes {
    font-size: 2.75vw;
    letter-spacing: 1px;
  }
  #detail .img_detail03_01_txt strong {
    display: block;
    font-size: 7.5vw;
  }
  #detail .img_detail03_01_txt em {
    display: block;
    margin-top: 5.3571428571vw;
    font-weight: 700;
    font-size: 5.5vw;
  }
}
#fragrance {
  position: relative;
  text-align: center;
  color: #fff;
}
#fragrance h2 {
  position: absolute;
  top: 50px;
  right: 0;
  left: 0;
  font-weight: 700;
  font-size: 30.8px;
}
#fragrance h3 {
  position: absolute;
  top: 325px;
  right: 0;
  left: 0;
  font-weight: 700;
  font-size: 19.6px;
}
#fragrance p {
  position: absolute;
  right: 0;
  bottom: 46px;
  left: 0;
  font-weight: 700;
  font-size: 19.6px;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  #fragrance {
    position: relative;
    text-align: center;
    color: #fff;
  }
  #fragrance h2 {
    position: absolute;
    top: 8.9285714286vw;
    right: 0;
    left: 0;
    font-weight: 700;
    font-size: 5.5vw;
  }
  #fragrance h3 {
    position: absolute;
    top: 58.0357142857vw;
    right: 0;
    left: 0;
    font-weight: 700;
    font-size: 3.5vw;
  }
  #fragrance p {
    position: absolute;
    right: 0;
    bottom: 8.2142857143vw;
    left: 0;
    font-weight: 700;
    font-size: 3.5vw;
    line-height: 1.3;
  }
}
#series .h2 {
  position: relative;
}
#series .h2 h2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 185px;
  color: #001970;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
}
#series p {
  padding-bottom: 34px;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  #series .h2 {
    position: relative;
  }
  #series .h2 h2 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 33.0357142857vw;
    color: #001970;
    text-align: center;
    font-weight: 700;
    font-size: 5vw;
  }
  #series p {
    padding-bottom: 6.0714285714vw;
    line-height: 1.3;
  }
}
#summercare .btn {
  position: relative;
  padding-bottom: 0;
}

#summercare {
  position: relative;
}
#summercare .txt_top {
  position: absolute;
  top: 504px;
  right: 0;
  left: 0;
  text-align: center;
  padding-top: 29px;
}
#summercare .txt_top h2 {
  font-weight: 700;
  font-size: 64.4px;
  line-height: 1.2;
}
#summercare .txt_top h3 {
  font-weight: 700;
  font-size: 36.4px;
}
#summercare .txt_top .flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
}
#summercare .txt_top .flex strong {
  font-size: 126px;
  transform: skewX(-12deg);
  line-height: 1;
}
#summercare .txt_top .flex em {
  font-weight: 700;
  font-size: 18.2px;
  line-height: 1;
}
#summercare .txt_top .flex em span {
  display: block;
  font-size: 56px;
}
#summercare .txt_top .txt {
  margin-top: 20px;
  font-weight: 700;
  font-size: 19.6px;
}
#summercare .txt_top .notes {
  position: relative;
  margin-top: 26px;
  font-size: 16.8px;
}
#summercare .txt_top .flex_btn {
  display: flex;
  justify-content: center;
  margin-top: 18.2px;
}
#summercare .txt_top .flex_btn img {
  height: 44.8px;
}
#summercare .txt_top .flex_btn .flex_btn_inner + .flex_btn_inner {
  margin-left: 16.8px;
}
#summercare .txt_top .btn {
  margin-top: 19.6px;
}

@media screen and (max-width: 768px) {
  #summercare {
    position: relative;
  }
  #summercare .txt_top {
    position: absolute;
    top: 90vw;
    right: 0;
    left: 0;
    text-align: center;
    padding-top: 5.1785714286vw;
  }
  #summercare .txt_top h2 {
    font-weight: 700;
    font-size: 11.5vw;
    line-height: 1.2;
  }
  #summercare .txt_top h3 {
    font-weight: 700;
    font-size: 6.5vw;
  }
  #summercare .txt_top .flex {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
  }
  #summercare .txt_top .flex strong {
    font-size: 22.5vw;
    transform: skewX(-12deg);
    line-height: 1;
  }
  #summercare .txt_top .flex em {
    font-weight: 700;
    font-size: 3.25vw;
    line-height: 1;
  }
  #summercare .txt_top .flex em span {
    display: block;
    font-size: 10vw;
  }
  #summercare .txt_top .txt {
    margin-top: 3.5714285714vw;
    font-weight: 700;
    font-size: 3.5vw;
  }
  #summercare .txt_top .notes {
    position: relative;
    margin-top: 4.6428571429vw;
    font-size: 3vw;
  }
  #summercare .txt_top .flex_btn {
    display: flex;
    justify-content: center;
    margin-top: 3.25vw;
  }
  #summercare .txt_top .flex_btn img {
    height: 8vw;
  }
  #summercare .txt_top .flex_btn .flex_btn_inner + .flex_btn_inner {
    margin-left: 3vw;
  }
  #summercare .txt_top .btn {
    margin-top: 3.5vw;
  }
}
#comment h2 strong, #comment h2 em {
  padding-left: 30px;
}
#comment h2 strong {
  line-height: 1;
}
#comment h2 strong span {
  transform: skewX(-12deg);
  display: inline-block;
  padding: 0 2px 1px 2px;
  font-weight: 700;
  font-size: 44.8px;
  color: #fff;
  background-color: #001970;
  line-height: 1;
  letter-spacing: -0.5px;
}
#comment h2 em {
  display: block;
  margin-top: 5px;
  font-weight: 700;
  font-size: 25.2px;
}
#comment li {
  position: relative;
}
#comment li p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 29px 19px 25px;
  color: #001970;
  font-weight: 600;
  font-size: 19.6px;
  line-height: 1.5;
  white-space: nowrap;
  letter-spacing: -0.4px;
}
#comment li p span {
  display: inline-block;
  color: #0075ff;
  border-bottom: 6px solid #b5ff00;
}
#comment li p.txt_s {
  letter-spacing: -0.4px;
}

@media screen and (max-width: 768px) {
  #comment h2 strong, #comment h2 em {
    padding-left: 5.3571428571vw;
  }
  #comment h2 strong {
    line-height: 1;
  }
  #comment h2 strong span {
    transform: skewX(-12deg);
    display: inline-block;
    padding: 0 2px 1px 2px;
    font-weight: 700;
    font-size: 8vw;
    color: #fff;
    background-color: #001970;
    line-height: 1;
    letter-spacing: -0.5px;
  }
  #comment h2 em {
    display: block;
    margin-top: 0.8928571429vw;
    font-weight: 700;
    font-size: 4.5vw;
  }
  #comment li {
    position: relative;
  }
  #comment li p {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 5.1785714286vw 3.3928571429vw 4.4642857143vw;
    color: #001970;
    font-weight: 600;
    font-size: 3.5vw;
    line-height: 1.5;
  }
  #comment li p span {
    display: inline-block;
    color: #0075ff;
    border-bottom: 1.0714285714vw solid #b5ff00;
  }
  #comment li p.txt_s {
    letter-spacing: -0.4px;
  }
}
#set h2, #set02 h2 {
  position: relative;
}
#set h2 strong, #set02 h2 strong {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  left: 0;
  line-height: 1;
}
#set h2 strong span, #set02 h2 strong span {
  transform: skewX(-12deg);
  display: inline-block;
  padding: 0 2px 1px 2px;
  font-weight: 700;
  font-size: 37.8px;
  color: #004bf8;
  background-color: #fff;
  line-height: 1;
  letter-spacing: -0.5px;
  text-align: center;
}
#set h2 strong.txt_01, #set02 h2 strong.txt_01 {
  top: 0;
}
#set h2 strong.txt_02, #set02 h2 strong.txt_02 {
  top: 106px;
}
#set h2 strong.txt_03, #set02 h2 strong.txt_03 {
  top: 210px;
}

@media screen and (max-width: 768px) {
  #set h2, #set02 h2 {
    position: relative;
  }
  #set h2 strong, #set02 h2 strong {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    left: 0;
    line-height: 1;
  }
  #set h2 strong span, #set02 h2 strong span {
    transform: skewX(-12deg);
    display: inline-block;
    padding: 0 2px 1px 2px;
    font-weight: 700;
    font-size: 6.75vw;
    color: #004bf8;
    background-color: #fff;
    line-height: 1;
    letter-spacing: -0.5px;
    text-align: center;
  }
  #set h2 strong.txt_01, #set02 h2 strong.txt_01 {
    top: 0;
  }
  #set h2 strong.txt_02, #set02 h2 strong.txt_02 {
    top: 18.9285714286vw;
  }
  #set h2 strong.txt_03, #set02 h2 strong.txt_03 {
    top: 37.5vw;
  }
}
#lineup .lineup01, #lineup .lineup02 {
  position: relative;
}
#lineup h3 {
  position: absolute;
  right: 0;
  bottom: 88px;
  left: 0;
  text-align: center;
}
#lineup h3 strong {
  display: block;
  font-size: 35px;
  line-height: 1.3;
}
#lineup h3 em {
  display: block;
  margin-top: 7px;
  font-size: 18.2px;
}

@media screen and (max-width: 768px) {
  #lineup .lineup01, #lineup .lineup02 {
    position: relative;
  }
  #lineup h3 {
    position: absolute;
    right: 0;
    bottom: 15.7142857143vw;
    left: 0;
    text-align: center;
  }
  #lineup h3 strong {
    display: block;
    font-size: 6.25vw;
    line-height: 1.3;
  }
  #lineup h3 em {
    display: block;
    margin-top: 1.25vw;
    font-size: 3.25vw;
  }
}
#top h3 strong {
  top: -11px;
}

#top h3 small {
  bottom: -5px;
}

#point p {
  margin-top: 75px;
}

#point li:nth-child(2) p {
  margin-top: 268px;
}

#point li:nth-child(3) p {
  margin-top: 421px;
}

#price .img_price_item02 h3 {
  transform: none;
}

.img_add0501 {
  width: 238px;
}

#summer p {
  bottom: -10px;
}

#care h2 strong {
  position: relative;
  padding-left: 34px;
}
#care h2 strong sup {
  position: relative;
  top: -40px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #top h3 strong {
    top: -1.9642857143vw;
  }
  #top h3 small {
    bottom: -0.8928571429vw;
  }
  #point p {
    margin-top: 13.3928571429vw;
  }
  #point li:nth-child(2) p {
    margin-top: 47.8571428571vw;
  }
  #point li:nth-child(3) p {
    margin-top: 75.1785714286vw;
  }
  #price .img_price_item02 h3 {
    transform: none;
  }
  .img_add0501 {
    width: 42.5vw;
  }
  #summer p {
    bottom: -1.7857142857vw;
  }
  #care h2 strong {
    position: relative;
    padding-left: 6.0714285714vw;
  }
  #care h2 strong sup {
    position: relative;
    top: -7.1428571429vw;
    font-size: 2.5vw;
  }
}
#influence .influence_inner p {
  letter-spacing: 1px;
  line-height: 1.6;
}

#design {
  position: relative;
}
#design .txt {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 29px;
  padding-left: 58px;
}
#design h2 {
  font-weight: 600;
  font-size: 51.8px;
  color: #001970;
  line-height: 1.3;
}
#design p {
  font-weight: 600;
  margin-top: 24px;
  font-size: 32.2px;
  line-height: 1.6;
  letter-spacing: 1px;
}

#hours24 h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #influence .influence_inner p {
    letter-spacing: 0.2vw;
    line-height: 1.6;
  }
  #design {
    position: relative;
  }
  #design .txt {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 5.1785714286vw;
    padding-left: 10.3571428571vw;
  }
  #design h2 {
    font-weight: 600;
    font-size: 9.25vw;
    color: #001970;
    line-height: 1.3;
  }
  #design p {
    font-weight: 600;
    margin-top: 4.2857142857vw;
    font-size: 5.75vw;
    line-height: 1.6;
    letter-spacing: 1px;
  }
  #hours24 h2 {
    font-weight: 600;
    font-size: 7.5vw;
    line-height: 1.5;
    text-align: center;
  }
}
.notes,
#summercare .txt_top .notes,
#series p,
#detail .img_detail02_03 p,
#detail .h2_ttl p,
#care p,
#top h3 small,
#point li:nth-child(3) small {
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .notes,
  #summercare .txt_top .notes,
  #series p,
  #detail .img_detail02_03 p,
  #detail .h2_ttl p,
  #care p,
  #top h3 small,
  #point li:nth-child(3) small {
    font-size: 2.6785714286vw;
  }
}

#lineup .img_add ul {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 352px;
  right: 0;
  left: 0;
  width: 91%;
  margin: 0 auto;
}

#lineup .img_add li {
  width: 33%;
  text-align: center;
  font-size: 19.6px;
  font-weight: 500;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  #lineup .img_add ul {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 62.8571428571vw;
    right: 0;
    left: 0;
    width: 91%;
    margin: 0 auto;
  }
  #lineup .img_add li {
    width: 33%;
    text-align: center;
    font-size: 3.5vw;
    font-weight: 500;
    white-space: nowrap;
  }
}
body:has(header) .wrapper {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  body:has(header) .wrapper {
    margin-top: 15.625vw;
  }
}

#design h2 {
  font-weight: 700;
}

#lineup h2 {
  line-height: 1.3;
}

.header-ver19 {
  z-index: 100;
}

footer {
  position: relative;
  z-index: 50;
}

.wrapper {
  z-index: 1;
}

.header-ver19,
.header-ver19 * {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Roboto, "Droid Sans", sans-serif !important;
  font-feature-settings: normal !important;
  font-variant-ligatures: none !important;
  letter-spacing: 0.7px !important;
  -webkit-text-size-adjust: 100% !important;
  -webkit-font-smoothing: antialiased !important;
  line-height: 1.5 !important;
}

.footer-ver19,
.footer-ver19 * {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Roboto, "Droid Sans", sans-serif !important;
  font-feature-settings: normal !important;
  font-variant-ligatures: none !important;
  letter-spacing: 0 !important;
  -webkit-text-size-adjust: 100% !important;
  -webkit-font-smoothing: antialiased !important;
  line-height: 1.5 !important;
}

@media (min-width: 641px) {
  .header-ver19 .link-list .text {
    line-height: 1 !important;
  }
  .footer-ver19 .nav-bottom .nav-list > .item .text {
    letter-spacing: 0.7px !important;
  }
  .footer-ver19 .link-first {
    letter-spacing: 0.7px !important;
  }
}/*# sourceMappingURL=style.css.map */