@charset "UTF-8";
/* common
================================================== */
/*
 * media query
**/
/**
 * フォントサイズの可変
 *
 * @param {number} $fontsize 基準となるフォントサイズ
 * @param {number} $basewidth 基準となる幅
 * @param {number} $maxwidth フォントサイズの拡大をとめる幅（未指定時は上限なし）
 * @param {number} $minwidth フォントサイズの縮小をとめる幅（未指定時は下限なし）
 */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

body {
  overscroll-behavior-y: none;
  overscroll-behavior: none;
}
body * {
  box-sizing: border-box;
}
body a {
  text-decoration: none;
  color: inherit;
}

strong {
  font-weight: 600;
}

* {
  line-height: 1;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

picture,
img {
  display: block;
  max-width: 100%;
}

strong {
  font-weight: 600;
}

.fixedBody {
  height: 100vh;
  width: 100%;
}

sup {
  vertical-align: super;
  font-size: 0.7em;
}

@media screen and (min-width: 768px) {
  #wrapper {
    background-image: url("/-/Media/com/skin-aqua/toneup/20251201/fix-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
}

#toneup main {
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  overflow: hidden;
  color: #000;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  position: relative;
  color: #5c5c5c;
  font-weight: bold;
  /*---共通パーツ---*/
}
#toneup main .main-fix {
  position: fixed;
  z-index: 1;
}
#toneup main .main-fix.left {
  right: calc(50% + 240px);
  bottom: 80px;
}
#toneup main .main-fix.left img {
  max-width: 425px;
}
#toneup main .main-fix.right {
  left: calc(50% + 270px);
  bottom: 270px;
}
#toneup main .main-fix.right img {
  max-width: 283px;
}
#toneup main .main-wrapper {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #toneup main .main-wrapper {
    width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
}
#toneup main .btn {
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  #toneup main .btn {
    border-radius: 28px;
    width: 295px;
    height: 55px;
    font-size: 17px;
  }
  #toneup main .btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .btn {
    border-radius: 7.4666666667vw;
    width: 78.6666666667vw;
    height: 14.6666666667vw;
    font-size: 4.5333333333vw;
  }
}
#toneup main .btn.btn-auchor::after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background: url("/-/Media/com/skin-aqua/toneup/20251201/arrow-bottom.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #toneup main .btn.btn-auchor::after {
    width: 3.2vw;
    height: 2.1333333333vw;
    right: 5.8666666667vw;
  }
}
#toneup main .btn.btn-link::after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url("/-/Media/com/skin-aqua/toneup/20251201/arrow-right.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #toneup main .btn.btn-link::after {
    height: 3.2vw;
    width: 2.1333333333vw;
    right: 5.8666666667vw;
  }
}
#toneup main .fs-kv .slider-wrapper {
  position: relative;
}
#toneup main .fs-kv .swiper-pagination {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #toneup main .fs-kv .swiper-pagination {
    bottom: -25px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .fs-kv .swiper-pagination {
    bottom: -6.6666666667vw;
  }
}
#toneup main .fs-kv .swiper-pagination-bullet {
  background: #dddddd;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #toneup main .fs-kv .swiper-pagination-bullet {
    margin: 0 7px;
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .fs-kv .swiper-pagination-bullet {
    margin-right: 2vw;
    margin-left: 2vw;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}
#toneup main .fs-kv .swiper-pagination-bullet-active {
  background: #4c8ede;
}
#toneup main .fs-kv .fs-data {
  background-color: #4c8ede;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #toneup main .fs-kv .fs-data {
    padding-block: 11px;
    font-size: 14px;
    margin-top: 47px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .fs-kv .fs-data {
    padding-block: 2.9333333333vw;
    font-size: 3.7333333333vw;
    margin-top: 12.5333333333vw;
  }
}
#toneup main .fs-kv .fs-data a {
  text-decoration: underline;
  color: #fff;
}
#toneup main .lead {
  position: relative;
}
#toneup main .lead .btn-area {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #toneup main .lead .btn-area {
    bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .lead .btn-area {
    bottom: 13.3333333333vw;
  }
}
#toneup main .lead .btn-area .btn {
  background-color: #4c8ede;
}
#toneup main .point {
  position: relative;
  background: url("/-/Media/com/skin-aqua/toneup/20251201/point-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #toneup main .point {
    padding: 35px 15px 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .point {
    padding-top: 9.3333333333vw;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 8vw;
  }
}
#toneup main .point .point-title {
  margin: auto;
}
@media screen and (min-width: 768px) {
  #toneup main .point .point-title {
    width: 221px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .point .point-title {
    width: 58.9333333333vw;
  }
}
#toneup main .point .point-block01 {
  position: relative;
}
@media screen and (min-width: 768px) {
  #toneup main .point .point-block01 {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .point .point-block01 {
    margin-top: 4vw;
  }
}
#toneup main .point .point-block01 p {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #toneup main .point .point-block01 p {
    top: 159px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .point .point-block01 p {
    top: 42.4vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #toneup main .point .point-block02,
  #toneup main .point .point-ph {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .point .point-block02,
  #toneup main .point .point-ph {
    margin-top: 8vw;
  }
}
#toneup main .point .secret {
  position: relative;
  background: url("/-/Media/com/skin-aqua/toneup/20251201/secret-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 345px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #toneup main .point .secret {
    max-width: 92vw;
    margin-top: 4.8vw;
  }
}
#toneup main .point .secret p {
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #toneup main .point .secret p {
    font-size: 15px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .point .secret p {
    font-size: 4vw;
    margin-top: 5.3333333333vw;
  }
}
#toneup main .point .secret p span {
  background: linear-gradient(transparent 60%, #fff98a 60%);
}
#toneup main .point .secret .secret-note {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #toneup main .point .secret .secret-note {
    width: 94px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .point .secret .secret-note {
    width: 24.9333333333vw;
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #toneup main .point .secret .secret-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .point .secret .secret-list {
    margin-top: 5.3333333333vw;
  }
}
#toneup main .products {
  position: relative;
  background: url("/-/Media/com/skin-aqua/toneup/20251201/lineup-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #toneup main .products {
    padding: 40px 15px 60px 15px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .products {
    padding-top: 10.6666666667vw;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 16vw;
  }
}
#toneup main .products .products-title {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #toneup main .products .products-title {
    width: 312px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .products .products-title {
    width: 83.3333333333vw;
  }
}
#toneup main .products .products-item {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #toneup main .products .products-item {
    margin-top: 30px;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .products .products-item {
    margin-top: 8vw;
    gap: 4vw;
  }
}
#toneup main .products .products-item-list {
  position: relative;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  #toneup main .products .products-item-list {
    width: 165px;
    height: 208px;
    box-shadow: 0px 3px 10px 0px rgba(0, 31, 94, 0.1);
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .products .products-item-list {
    width: 44vw;
    height: 55.4666666667vw;
    border-radius: 4vw;
    box-shadow: 0px 3px 10px 0px rgba(0, 31, 94, 0.1);
  }
}
#toneup main .products .products-item-list h4 {
  line-height: 1.2272727273;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #toneup main .products .products-item-list h4 {
    margin-top: 27px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .products .products-item-list h4 {
    margin-top: 7.2vw;
    font-size: 2.9333333333vw;
  }
}
#toneup main .products .products-item-list h4 sup {
  vertical-align: baseline;
}
#toneup main .products .products-item-list h3 {
  line-height: 1.2272727273;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #toneup main .products .products-item-list h3 {
    margin-top: 4px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .products .products-item-list h3 {
    margin-top: 1.0666666667vw;
    font-size: 4vw;
  }
}
#toneup main .products .products-item-list h3 sup {
  vertical-align: baseline;
}
#toneup main .products .products-item-list picture {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #toneup main .products .products-item-list picture {
    margin-top: 10px;
    width: 48px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .products .products-item-list picture {
    margin-top: 2.6666666667vw;
    width: 12.8vw;
  }
}
#toneup main .products .products-item-list:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: url("/-/Media/com/skin-aqua/toneup/20251201/arrow-bottom-black.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #toneup main .products .products-item-list:after {
    width: 12px;
    height: 7px;
    bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .products .products-item-list:after {
    width: 3.2vw;
    height: 1.8666666667vw;
    bottom: 3.2vw;
  }
}
#toneup main .products .products-item-list:hover {
  opacity: 0.7;
}
#toneup main .products .products-item-list:first-child {
  background: url("/-/Media/com/skin-aqua/toneup/20251201/lineup-item-bg01.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #toneup main .products .products-item-list:first-child {
    width: 100%;
    height: 165px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .products .products-item-list:first-child {
    width: 100%;
    height: 44vw;
  }
}
#toneup main .products .products-item-list:first-child picture {
  margin: 0;
}
@media screen and (min-width: 768px) {
  #toneup main .products .products-item-list:first-child picture {
    width: 134px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .products .products-item-list:first-child picture {
    width: 35.7333333333vw;
  }
}
#toneup main .products .products-item-list:first-child h4 {
  line-height: 1.3571428571;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #toneup main .products .products-item-list:first-child h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .products .products-item-list:first-child h4 {
    font-size: 3.7333333333vw;
  }
}
#toneup main .products .products-item-list:first-child h3 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #toneup main .products .products-item-list:first-child h3 {
    font-size: 23px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .products .products-item-list:first-child h3 {
    font-size: 6.1333333333vw;
    margin-top: 4vw;
  }
}
#toneup main .products .products-item-list:nth-child(2) {
  background: url("/-/Media/com/skin-aqua/toneup/20251201/lineup-item-bg02.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#toneup main .products .products-item-list:nth-child(3) {
  background: url("/-/Media/com/skin-aqua/toneup/20251201/lineup-item-bg03.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#toneup main .products .products-item-list:nth-child(4) {
  background: url("/-/Media/com/skin-aqua/toneup/20251201/lineup-item-bg04.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#toneup main .products .products-item-list:nth-child(5) {
  background: url("/-/Media/com/skin-aqua/toneup/20251201/lineup-item-bg05.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #toneup main .products .products-item-list:nth-child(5) h4 {
    margin-top: 17px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .products .products-item-list:nth-child(5) h4 {
    margin-top: 4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  #toneup main .products .products-note {
    margin-top: 20px;
    width: 93px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .products .products-note {
    margin-top: 5.3333333333vw;
    width: 24.8vw;
  }
}
@media screen and (min-width: 768px) {
  #toneup main .item {
    padding: 40px 15px 60px 15px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .item {
    padding-top: 10.6666666667vw;
    padding-inline: 4vw;
    padding-bottom: 16vw;
  }
}
#toneup main .item .item-name {
  text-align: center;
  line-height: 1.2916666667;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #toneup main .item .item-name {
    font-size: 24px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .item .item-name {
    font-size: 6.4vw;
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  #toneup main .item .item-recommend {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .item .item-recommend {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 768px) {
  #toneup main .item .btn-area {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .item .btn-area {
    margin-top: 8vw;
  }
}
#toneup main .item#item01 {
  background: url("/-/Media/com/skin-aqua/toneup/20251201/item01-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #toneup main .item#item01 .item-what {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .item#item01 .item-what {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #toneup main .item#item01 .item-detail {
    margin-block: 35px 40px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .item#item01 .item-detail {
    margin-top: 9.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
#toneup main .item#item01 .btn {
  background-color: #afd3ff;
}
#toneup main .item#item02 {
  background: url("/-/Media/com/skin-aqua/toneup/20251201/item02-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#toneup main .item#item02 .btn {
  background-color: #d4b3ff;
}
#toneup main .item#item03 {
  background: url("/-/Media/com/skin-aqua/toneup/20251201/item03-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#toneup main .item#item03 .btn {
  background-color: #69c8f5;
}
#toneup main .item#item04 {
  background: url("/-/Media/com/skin-aqua/toneup/20251201/item04-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#toneup main .item#item04 .btn {
  background-color: #ff9f9f;
}
#toneup main .item#item05 {
  background: url("/-/Media/com/skin-aqua/toneup/20251201/item05-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#toneup main .item#item05 .btn {
  background-color: #96eeb5;
}
#toneup main .item:not(#item01) .item-recommend {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #toneup main .item:not(#item01) .item-recommend {
    width: 295px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .item:not(#item01) .item-recommend {
    width: 78.6666666667vw;
  }
}
#toneup main .movie {
  background: url("/-/Media/com/skin-aqua/toneup/20251201/movie-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #toneup main .movie {
    padding: 60px 15px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .movie {
    padding-top: 16vw;
    padding-inline: 4vw;
    padding-bottom: 16vw;
  }
}
#toneup main .movie h2 {
  margin: auto;
}
@media screen and (min-width: 768px) {
  #toneup main .movie h2 {
    width: 148px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #toneup main .movie h2 {
    width: 39.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
#toneup main .movie .movie-content {
  width: 100%;
  aspect-ratio: 16/9;
}
#toneup main .movie .movie-content iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

/*---フッターバナー(既存LP流用)---*/
#main #fs-footer-banner .fs-footer-banner-wrapper {
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  #main #fs-footer-banner .fs-footer-banner-wrapper {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
#main #fs-footer-banner .fs-footer-banner-wrapper a {
  display: block;
  width: 290px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #main #fs-footer-banner .fs-footer-banner-wrapper a {
    width: 77.3333333333vw;
  }
}
#main #fs-footer-banner .fs-footer-banner-wrapper h2 {
  margin: 37.5px auto 15px;
  width: 250px;
}

@media screen and (max-width: 767px) {
  #main #fs-footer-banner .fs-footer-banner-wrapper h2 {
    margin-top: 10vw;
    margin-bottom: 4vw;
    width: 66.6666666667vw;
  }
}