@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*==================================================
	COMMON
==================================================*/
@media print, screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

#Content {
  font-family: "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", Yu Gothic, YuGothic, "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", sans-serif;
  overflow: hidden;
}

#Content a.btn-product,
#Content a.btn-buy {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border: 2px solid #a79177;
  color: #a79177;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media print, screen and (min-width: 961px) {
  #Content a.btn-product,
  #Content a.btn-buy {
    height: 68px;
    padding: 20px;
    border-radius: 2px;
    font-size: 21px;
  }
}
@media screen and (max-width: 960px) {
  #Content a.btn-product,
  #Content a.btn-buy {
    padding: 3.6vw;
    font-size: 3.3333333333vw;
  }
}
#Content a.btn-product span,
#Content a.btn-buy span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
#Content a.btn-product span::after,
#Content a.btn-buy span::after {
  content: "";
  display: block;
  border-style: solid;
  border-color: #a79177;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media print, screen and (min-width: 961px) {
  #Content a.btn-product span::after,
  #Content a.btn-buy span::after {
    width: 14px;
    height: 14px;
    border-width: 2px 2px 0 0;
    right: 0;
  }
}
@media screen and (max-width: 960px) {
  #Content a.btn-product span::after,
  #Content a.btn-buy span::after {
    width: 2.4vw;
    height: 2.4vw;
    border-width: 2px 2px 0 0;
    right: 0;
  }
}
#Content a.btn-product:hover,
#Content a.btn-buy:hover {
  opacity: 0.8;
}
@media print, screen and (min-width: 961px) {
  #Content a.btn-product:hover span::after,
  #Content a.btn-buy:hover span::after {
    right: -5px;
  }
}
#Content a.btn-product.btn-buy,
#Content a.btn-buy.btn-buy {
  background-color: #a79177;
  color: #fff;
}
#Content a.btn-product.btn-buy span::after,
#Content a.btn-buy.btn-buy span::after {
  border-color: #fff;
}

#Content h2,
#Content h3 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  line-height: 1.4;
}
@media print, screen and (min-width: 961px) {
  #Content h2,
  #Content h3 {
    font-size: 50px;
    letter-spacing: 0.05em;
  }
  #Content h2 small,
  #Content h3 small {
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  #Content h2,
  #Content h3 {
    font-size: 5.8666666667vw;
  }
  #Content h2 small,
  #Content h3 small {
    font-size: 4.2666666667vw;
  }
}
#Content h2 b,
#Content h3 b {
  color: #004a9a;
}
#Content h2.strip-ttl,
#Content h3.strip-ttl {
  background-color: #0e497d;
  color: #fff;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  #Content h2.strip-ttl,
  #Content h3.strip-ttl {
    padding: 26px 0;
    font-size: 36px;
  }
}
@media screen and (max-width: 960px) {
  #Content h2.strip-ttl,
  #Content h3.strip-ttl {
    padding: 4vw 0;
    font-size: 4.8vw;
    line-height: 6.4vw;
  }
}
#Content h2.strip-ttl::after,
#Content h3.strip-ttl::after {
  content: "";
  display: block;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(50%, rgb(183, 157, 116)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(183, 157, 116) 50%, rgb(255, 255, 255) 100%);
  position: absolute;
  left: 0;
  z-index: 2;
}
@media print, screen and (min-width: 961px) {
  #Content h2.strip-ttl::after,
  #Content h3.strip-ttl::after {
    height: 10px;
    bottom: -10px;
  }
}
@media screen and (max-width: 960px) {
  #Content h2.strip-ttl::after,
  #Content h3.strip-ttl::after {
    height: 1.3333333333vw;
    bottom: -1.3333333333vw;
  }
}

@media print, screen and (min-width: 961px) {
  #Content h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 960px) {
  #Content h3 {
    font-size: 4.8vw;
  }
}
#Content h3 small {
  font-size: 80%;
}

#Content h4 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 961px) {
  #Content h4 {
    font-size: 42px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 960px) {
  #Content h4 {
    text-align: center;
    font-size: 8vw;
    line-height: 1.25;
  }
}
#Content h4 small {
  display: block;
}
@media print, screen and (min-width: 961px) {
  #Content h4 small {
    margin-top: 10px;
    font-size: 19px;
  }
}
@media screen and (max-width: 960px) {
  #Content h4 small {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
}

#Content p {
  color: #656f7f;
}
@media print, screen and (min-width: 961px) {
  #Content p {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
  }
}
@media screen and (max-width: 960px) {
  #Content p {
    font-size: 3.4666666667vw;
    line-height: 5.8666666667vw;
  }
}

#Content sup {
  font-size: 50%;
  vertical-align: super;
}

@media print, screen and (min-width: 961px) {
  #Content .note {
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  #Content .note {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
}

#Content .inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 961px) {
  #Content .inner {
    max-width: 940px;
  }
}
@media screen and (max-width: 960px) {
  #Content .inner {
    width: 92vw;
  }
}

#Content .block {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 7px 7px 45px 5px rgba(41, 137, 192, 0.1);
          box-shadow: 7px 7px 45px 5px rgba(41, 137, 192, 0.1);
}
@media print, screen and (min-width: 961px) {
  #Content .block {
    max-width: 1040px;
    padding: 40px 50px 40px;
  }
}
@media screen and (max-width: 960px) {
  #Content .block {
    width: 92vw;
    padding: 5.3333333333vw 6.6666666667vw 6.6666666667vw;
  }
}

/*==================================================
	KV
==================================================*/
#kv {
  background-color: #fff;
}
@media print, screen and (min-width: 961px) {
  #kv {
    padding-bottom: 1px;
  }
}
#kv h1 img {
  width: 100%;
}

/*==================================================
	40代は、人生の中で最も体臭が発生しやすい時期？
	商品紹介
==================================================*/
#lead {
  background-image: linear-gradient(to bottom, rgb(236, 247, 255) 0, rgb(255, 255, 255) 200px);
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 961px) {
  #lead {
    padding: 76px 0 0;
  }
}
@media screen and (max-width: 960px) {
  #lead {
    padding: 6.1333333333vw 0 0;
  }
}
#lead::before {
  content: "";
  display: block;
  background: url(../img/bg_waterleaf.png) no-repeat;
  position: absolute;
}
@media print, screen and (min-width: 961px) {
  #lead::before {
    width: 100%;
    height: 204px;
    background-size: 50% 204px;
    top: 316px;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  #lead::before {
    width: 100%;
    height: 27.2vw;
    background-size: 75% 100%;
    top: 48.8vw;
    left: 0;
  }
}
#lead h2 {
  z-index: 2;
}
@media print, screen and (min-width: 961px) {
  #lead h2 img {
    width: 694px !important;
  }
}
@media screen and (max-width: 960px) {
  #lead h2 img {
    width: 88vw !important;
  }
}
#lead h2 + p {
  color: #656f7f;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  #lead h2 + p {
    margin-top: 42px;
    font-size: 21px;
    line-height: 40px;
  }
}
@media screen and (max-width: 960px) {
  #lead h2 + p {
    margin-top: 5.6vw;
    font-size: 3.4666666667vw;
    line-height: 5.8666666667vw;
  }
}
#lead .data {
  background: url(../img/bg_lead_head.png) center top no-repeat, url(../img/bg_lead_foot.png) center bottom no-repeat;
  background-size: 100%;
  background-color: #ecf7ff;
  -webkit-mask-image: url("../img/bg_mask.png");
          mask-image: url("../img/bg_mask.png");
}
@media print, screen and (min-width: 961px) {
  #lead .data {
    margin-top: -40px;
    padding: 225px 0 220px;
    -webkit-mask-size: 100% 3500px;
            mask-size: 100% 3500px;
  }
}
@media screen and (max-width: 960px) {
  #lead .data {
    margin-top: -26.6666666667vw;
    padding: 45.3333333333vw 0 37.3333333333vw;
    -webkit-mask-size: 150% 666.6666666667vw;
            mask-size: 150% 666.6666666667vw;
  }
}
#lead .data h3 span {
  display: inline-block;
  background-color: #004a9a;
  color: #fff;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  #lead .data h3 span {
    margin-bottom: 10px;
    padding: 4px 20px;
    font-size: 27px;
  }
}
@media screen and (max-width: 960px) {
  #lead .data h3 span {
    margin-bottom: 1.3333333333vw;
    padding: 0.5333333333vw 2.6666666667vw;
    font-size: 4.1333333333vw;
  }
}
#lead .data h3 span::after {
  content: "";
  display: block;
  border-style: solid;
  border-color: #004a9a transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 961px) {
  #lead .data h3 span::after {
    border-width: 10px;
  }
}
@media screen and (max-width: 960px) {
  #lead .data h3 span::after {
    border-width: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 961px) {
  #lead .data .block {
    margin-top: 35px;
  }
  #lead .data .block + h3 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 960px) {
  #lead .data .block {
    margin-top: 2.6666666667vw;
  }
  #lead .data .block + h3 {
    margin-top: 8vw;
  }
}
#lead .data .block p {
  color: #656f7f;
  font-weight: bold;
}
@media print, screen and (min-width: 961px) {
  #lead .data .block p {
    padding: 0 50px;
  }
}
@media screen and (max-width: 960px) {
  #lead .data .block p {
    font-size: 3.4666666667vw;
    line-height: 5.8666666667vw;
  }
}
@media screen and (max-width: 960px) {
  #lead .data .block p + p {
    margin-top: 1.65em;
  }
}
@media print, screen and (min-width: 961px) {
  #lead .data .block p + figure {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  #lead .data .block p + figure {
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 961px) {
  #lead .data .block h4 {
    margin-top: 45px;
    font-size: 18px;
    text-align: center;
  }
  #lead .data .block .fig1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    margin-top: 10px;
    margin-bottom: 50px;
  }
  #lead .data .block .fig1 .fig1-1 {
    max-width: 410px;
  }
  #lead .data .block .fig1 .fig1-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    padding: 25px;
    max-width: 340px;
    border: 1px solid #ebebeb;
    background: #fff;
  }
  #lead .data .block .fig1 .fig1-2 img {
    width: 242px;
  }
  #lead .data .block .fig1 .fig1-2 figcaption {
    font-size: 14px;
    line-height: 1.5;
  }
  #lead .data .block .fig2 {
    margin: auto;
    width: 888px;
  }
  #lead .data .block .fig2 + p {
    margin-top: 40px;
  }
  #lead .data .block .fig3 {
    margin: 15px auto;
    width: 571px;
  }
  #lead .data .block .fig3 figcaption {
    margin-bottom: 25px;
    text-align: left;
    font-weight: bold;
  }
  #lead .data .block .fig3 + p {
    margin-top: 50px;
  }
}
@media screen and (max-width: 960px) {
  #lead .data .block figure img + figcaption {
    margin-top: 2vw;
  }
  #lead .data .block h4 {
    margin-top: 8vw;
    font-size: 3.4666666667vw;
    font-weight: bold;
    text-align: left;
  }
  #lead .data .block .fig1 .fig1-1 {
    margin: 4vw auto 0;
  }
  #lead .data .block .fig1 .fig1-1 img {
    width: 100%;
  }
  #lead .data .block .fig1 .fig1-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    padding: 4vw 5.3333333333vw;
    border: 1px solid #ebebeb;
  }
  #lead .data .block .fig1 .fig1-2 img {
    width: 48vw !important;
  }
  #lead .data .block .fig1 .fig1-2 figcaption {
    margin-top: 1em;
    text-align: left;
    font-size: 2.9333333333vw;
    line-height: 1.75;
  }
  #lead .data .block .fig2 + p {
    margin-top: 4vw;
  }
  #lead .data .block .fig3 figcaption {
    display: block;
    margin-bottom: 4vw;
    font-size: 3.4666666667vw;
  }
  #lead .data .block .fig3 + p {
    margin-top: 4vw;
  }
}
#lead .data .begin {
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  #lead .data .begin {
    margin-top: 60px;
  }
}
@media screen and (max-width: 960px) {
  #lead .data .begin {
    margin-top: 7.3333333333vw;
  }
}
@media print, screen and (min-width: 961px) {
  #lead .data .begin img {
    width: 595px;
  }
}
@media screen and (max-width: 960px) {
  #lead .data .begin img {
    width: 84.1333333333vw;
  }
}

/*==================================================
	商品
==================================================*/
#Content #products {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 961px) {
  #Content #products {
    margin-top: -245px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products {
    margin-top: -51.3333333333vw;
  }
}
#Content #products .anchor-box {
  background: #fff url(../img/bg_anchor-area.jpg) center bottom repeat-x;
  -webkit-mask-image: url("../img/bg_mask.png");
          mask-image: url("../img/bg_mask.png");
}
@media print, screen and (min-width: 961px) {
  #Content #products .anchor-box {
    padding: 265px 0 58px;
    background-size: 1590px;
    -webkit-mask-size: 100% 3500px;
            mask-size: 100% 3500px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .anchor-box {
    padding: 40vw 0 11.6vw;
    background-size: 200vw;
    -webkit-mask-size: 150% 533.3333333333vw;
            mask-size: 150% 533.3333333333vw;
  }
}
#Content #products .anchor-box h2 {
  margin: 0 auto;
  line-height: 1.05;
}
#Content #products .anchor-box h2 span:first-child {
  font-weight: bold;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 961px) {
  #Content #products .anchor-box h2 span:first-child {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .anchor-box h2 span:first-child {
    font-size: 3.4666666667vw;
  }
}
#Content #products .anchor-box h2 .series {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #19191e;
  color: #fff;
  border-radius: 100px;
}
@media print, screen and (min-width: 961px) {
  #Content #products .anchor-box h2 .series {
    margin-bottom: 30px;
    width: 530px;
    height: 42px;
    font-size: 27px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .anchor-box h2 .series {
    margin-top: 2vw;
    margin-bottom: 5.3333333333vw;
    width: 76vw;
    height: 5.8666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 961px) {
  #Content #products .anchor-box h2 img {
    width: 633px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .anchor-box h2 img {
    width: 88vw;
  }
}
#Content #products .anchor-box .note {
  margin: 0 auto;
  font-weight: normal;
}
@media print, screen and (min-width: 961px) {
  #Content #products .anchor-box .note {
    margin-top: 18px;
    width: 630px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .anchor-box .note {
    margin-top: 1.6vw;
    width: 88vw;
  }
}
#Content #products .anchor-box nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (min-width: 961px) {
  #Content #products .anchor-box nav {
    gap: 90px;
    margin-top: 185px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .anchor-box nav {
    gap: 7.6vw;
    margin-top: 34.6666666667vw;
  }
}
#Content #products .anchor-box nav a {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 961px) {
  #Content #products .anchor-box nav a {
    width: 397px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .anchor-box nav a {
    width: 41.0666666667vw;
  }
}
#Content #products .anchor-box nav a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
#Content #products .anchor-box nav a::after {
  content: "";
  display: block;
  background: url(../img/anchor_head.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}
@media print, screen and (min-width: 961px) {
  #Content #products .anchor-box nav a::after {
    width: 40px;
    height: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .anchor-box nav a::after {
    width: 5.3333333333vw;
    height: 2.6666666667vw;
    bottom: 0;
  }
}
#Content #products .anchor-box nav a[href="#head"]::before {
  background-image: url(../img/txt_head.png);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 961px) {
  #Content #products .anchor-box nav a[href="#head"]::before {
    width: 113px;
    height: 113px;
    top: -145px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .anchor-box nav a[href="#head"]::before {
    width: 18.2666666667vw;
    height: 18vw;
    top: -25.3333333333vw;
  }
}
#Content #products .anchor-box nav a[href="#body"]::before {
  background-image: url(../img/txt_body.png);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 961px) {
  #Content #products .anchor-box nav a[href="#body"]::before {
    width: 224px;
    height: 114px;
    top: -140px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .anchor-box nav a[href="#body"]::before {
    width: 36.1333333333vw;
    height: 18.1333333333vw;
    top: -25.6vw;
  }
}
#Content #products .anchor-box nav a[href="#body"]::after {
  background-image: url(../img/anchor_body.png);
}
#Content #products .anchor-box nav a img {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
@media print, screen and (min-width: 961px) {
  #Content #products .anchor-box nav a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  #Content #products .anchor-box nav a:hover::after {
    bottom: 10px;
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
}
#Content #products h3 {
  color: #fff;
}
@media print, screen and (min-width: 961px) {
  #Content #products h3 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products h3 {
    margin-top: 8vw;
  }
}
#Content #products h3.strip-ttl {
  margin-top: 0;
}
#Content #products .fig4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 961px) {
  #Content #products .fig4 {
    gap: 60px;
    margin-top: 35px;
    padding: 50px 100px 40px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .fig4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.6666666667vw;
    padding: 5.3333333333vw 6.6666666667vw 6.4vw;
  }
}
@media print, screen and (min-width: 961px) {
  #Content #products .fig4 figure {
    min-width: 460px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .fig4 figure {
    margin-bottom: 3.4666666667vw;
  }
}
#Content #products .fig4 figure img {
  width: 100%;
}
@media print, screen and (min-width: 961px) {
  #Content #products .fig4 figure figcaption {
    margin-top: 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .fig4 figure figcaption {
    margin-top: 2vw;
    font-size: 2.9333333333vw;
    line-height: 1.75;
  }
}
#Content #products .important {
  background: url(../img/bg_arrow.png) center bottom no-repeat;
}
@media print, screen and (min-width: 961px) {
  #Content #products .important {
    margin: 30px auto 0;
    padding-bottom: 68px;
    width: 597px;
    background-size: 423px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .important {
    margin: 4vw auto 0;
    padding-bottom: 8.2666666667vw;
    width: 88.5333333333vw;
    background-size: 56.4vw;
  }
}
@media print, screen and (min-width: 961px) {
  #Content #products .deep-cleansing-ttl {
    margin: 12px auto 0;
    width: 641px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .deep-cleansing-ttl {
    margin: 2.6666666667vw auto 0;
    width: 91.6vw;
  }
}
@media print, screen and (min-width: 961px) {
  #Content #products .deep-cleansing {
    margin-top: 35px;
    padding: 50px 50px 40px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .deep-cleansing {
    margin-top: 5.3333333333vw;
    padding: 9.3333333333vw 5.3333333333vw 6.6666666667vw;
  }
}
#Content #products .deep-cleansing h5 {
  color: #004a9a;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  #Content #products .deep-cleansing h5 span {
    padding: 10px 26px;
    border: 2px solid #004a9a;
    font-size: 28px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .deep-cleansing h5 span {
    padding: 2.6666666667vw 6.6666666667vw;
    border: 1px solid #004a9a;
    font-size: 4vw;
  }
}
#Content #products .deep-cleansing h5 + p {
  color: #004a9a;
  font-weight: bold;
}
@media print, screen and (min-width: 961px) {
  #Content #products .deep-cleansing h5 + p {
    margin-top: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .deep-cleansing h5 + p {
    margin-top: 6.4vw;
  }
}
#Content #products .deep-cleansing .diagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-color: #f0f4f8;
  border-style: solid;
  background-color: #fff;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  #Content #products .deep-cleansing .diagram {
    margin-top: 24px;
    padding: 120px 50px 10px;
    border-width: 10px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .deep-cleansing .diagram {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 6.6666666667vw;
    margin-left: -5.3333333333vw;
    margin-right: -5.3333333333vw;
    padding: 16vw 6vw 5.3333333333vw;
    border-width: 1.3333333333vw;
  }
}
@media print, screen and (min-width: 961px) {
  #Content #products .deep-cleansing .diagram div {
    width: 100%;
  }
  #Content #products .deep-cleansing .diagram div:not(:first-child) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .deep-cleansing .diagram div {
    width: 36.2666666667vw;
  }
}
#Content #products .deep-cleansing .diagram div figure {
  position: relative;
}
@media print, screen and (min-width: 961px) {
  #Content #products .deep-cleansing .diagram div figure img:first-child {
    width: 100%;
    height: 222px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .deep-cleansing .diagram div figure img:first-child {
    margin-top: 10.6666666667vw;
    width: 100%;
    height: 43.4666666667vw;
  }
}
#Content #products .deep-cleansing .diagram div figure .absolute {
  position: absolute;
}
#Content #products .deep-cleansing .diagram div figure figcaption {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  line-height: 1.5;
}
@media print, screen and (min-width: 961px) {
  #Content #products .deep-cleansing .diagram div figure figcaption {
    margin-top: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .deep-cleansing .diagram div figure figcaption {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 961px) {
  #Content #products .deep-cleansing .diagram div:nth-child(1) figure .absolute {
    top: -100px;
    left: -20px;
    width: 240px;
    max-width: 240px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .deep-cleansing .diagram div:nth-child(1) figure .absolute {
    top: -10.6666666667vw;
    left: -2.6666666667vw;
    width: 48vw;
    max-width: 48vw;
  }
}
@media print, screen and (min-width: 961px) {
  #Content #products .deep-cleansing .diagram div:nth-child(4) figure .absolute {
    top: -82px;
    left: -10px;
    width: 210px;
    max-width: 210px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .deep-cleansing .diagram div:nth-child(4) figure .absolute {
    top: -2.6666666667vw;
    left: -1.3333333333vw;
    width: 40vw;
    max-width: 40vw;
  }
}
#Content #products .deep-cleansing .diagram::after {
  content: "イメージ図";
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #19191e;
  line-height: 1;
  position: absolute;
}
@media print, screen and (min-width: 961px) {
  #Content #products .deep-cleansing .diagram::after {
    left: 1em;
    bottom: 1em;
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .deep-cleansing .diagram::after {
    top: 1em;
    right: 1em;
    font-size: 2.5333333333vw;
  }
}
#Content #products .deep-cleansing .micelle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #004a9a;
}
@media print, screen and (min-width: 961px) {
  #Content #products .deep-cleansing .micelle {
    margin-top: 15px;
    font-size: 13px;
    line-height: 23px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .deep-cleansing .micelle {
    margin-top: 4vw;
    padding: 0;
    font-size: 2.9333333333vw;
    line-height: 4.6666666667vw;
  }
}
#Content #products .deep-cleansing .micelle dt {
  margin-right: 0.4em;
  font-weight: bold;
  white-space: nowrap;
  white-space: nowrap;
}
#Content #products .deep-cleansing .micelle dd {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 961px) {
  #Content #products .deep-cleansing .micelle dd {
    white-space: nowrap;
  }
}
#Content #products .deep-cleansing .triangle {
  color: #004a9a;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 961px) {
  #Content #products .deep-cleansing .triangle {
    margin-top: 35px;
    font-size: 20px;
    line-height: 2;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .deep-cleansing .triangle {
    margin-top: 4.8vw;
    font-size: 4vw;
    line-height: 1.5;
  }
}
#Content #products .deep-cleansing .triangle::before {
  content: "";
  display: block;
  background: url(../img/bg_triangle.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
  z-index: -1;
}
@media print, screen and (min-width: 961px) {
  #Content #products .deep-cleansing .triangle::before {
    width: 292px;
    height: 120px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .deep-cleansing .triangle::before {
    width: 56.4vw;
    height: 23.2vw;
  }
}
#Content #products .w-effect {
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  #Content #products .w-effect h4 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .w-effect h4 {
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 961px) {
  #Content #products .w-effect h4 img {
    width: 638px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .w-effect h4 img {
    width: 92.8vw;
  }
}
#Content #products .w-effect picture {
  display: block;
}
@media print, screen and (min-width: 961px) {
  #Content #products .w-effect picture {
    margin-top: 40px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .w-effect picture {
    margin-top: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  #Content #products .w-effect picture img {
    width: 940px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .w-effect picture img {
    width: 89.3333333333vw;
  }
}
#Content #products .product_lead {
  margin: auto;
  max-width: 940px;
}
@media print, screen and (min-width: 961px) {
  #Content #products .product_lead {
    margin-top: 54px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .product_lead {
    margin-top: 6.6666666667vw;
    width: 89.3333333333vw;
  }
}
#Content #products .product_lead .txt {
  color: #000;
}
@media print, screen and (min-width: 961px) {
  #Content #products .product_lead .txt {
    font-size: 20px;
    line-height: 36px;
    position: relative;
  }
  #Content #products .product_lead .txt::after {
    content: "";
    display: block;
    width: 107px;
    height: 105px;
    background: url(../img/ico_flavono-clean.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 0;
  }
}
#Content #products .product_lead .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}
#Content #products .product_lead .note span:first-child {
  white-space: nowrap;
}
#Content #products .product_lead .note + .note {
  margin-top: 0;
}
#Content #products .product_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 940px;
}
@media print, screen and (min-width: 961px) {
  #Content #products .product_wrapper {
    gap: 50px;
    margin-top: 75px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .product_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.3333333333vw;
  }
}
#Content #products .product_wrapper .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 960px) {
  #Content #products .product_wrapper .product::before {
    content: "";
    display: block;
    width: 18.2666666667vw;
    height: 18vw;
    background: url(../img/ico_flavono-clean.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 8.5333333333vw;
    left: 12.8vw;
  }
}
#Content #products .product_wrapper .product .pkg {
  display: block;
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  #Content #products .product_wrapper .product .pkg {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .product_wrapper .product .pkg {
    margin: 7.4666666667vw auto 0;
    width: 32.2666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  #Content #products .product_wrapper .product .pkg img {
    width: 224px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .product_wrapper .product .pkg img {
    width: 32.2666666667vw;
  }
}
#Content #products .product_wrapper .product .pkg img {
  max-width: 100%;
}
#Content #products .product_wrapper .product .pkg.quasi-drugs::after {
  content: "医薬部外品";
  display: inline-block;
  border: 1px solid #19191e;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  line-height: 1;
  font-family: sans-serif;
  font-weight: normal;
  position: absolute;
}
@media print, screen and (min-width: 961px) {
  #Content #products .product_wrapper .product .pkg.quasi-drugs::after {
    padding: 6px 5px;
    font-size: 14px;
    right: -10px;
    bottom: 22px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .product_wrapper .product .pkg.quasi-drugs::after {
    padding: 1.0666666667vw 1.0666666667vw;
    font-size: 2.4vw;
    right: -6.6666666667vw;
    bottom: 2.6666666667vw;
  }
}
#Content #products .product_wrapper .product#shampoo, #Content #products .product_wrapper .product#bodywash {
  z-index: 1;
}
#Content #products .product_wrapper .product#shampoo_cool, #Content #products .product_wrapper .product#bodywash_moisture {
  z-index: 2;
}
#Content #products .product_wrapper .product#shampoo_citrus, #Content #products .product_wrapper .product#bodywash_citrus {
  z-index: 3;
}
#Content #products .product_wrapper .product#shampoo_citrus .pkg::before, #Content #products .product_wrapper .product#bodywash_citrus .pkg::before {
  content: "";
  display: block;
  background: url(../img/img_citrus.png) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
@media print, screen and (min-width: 961px) {
  #Content #products .product_wrapper .product#shampoo_citrus .pkg::before, #Content #products .product_wrapper .product#bodywash_citrus .pkg::before {
    width: 394px;
    height: 222px;
    top: 300px;
    left: -70px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .product_wrapper .product#shampoo_citrus .pkg::before, #Content #products .product_wrapper .product#bodywash_citrus .pkg::before {
    width: 76.1333333333vw;
    height: 42.8vw;
    top: 33.8666666667vw;
    left: -24vw;
  }
}
#Content #products .product_wrapper .product#shampoo_cool .pkg::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
@media print, screen and (min-width: 961px) {
  #Content #products .product_wrapper .product#shampoo_cool .pkg::before {
    background-image: url(../img/img_ice_pc.png);
    width: 438px;
    height: 337px;
    top: 46px;
    left: -96px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .product_wrapper .product#shampoo_cool .pkg::before {
    width: 87.0666666667vw;
    height: 68.6666666667vw;
    background-image: url(../img/img_ice_sp.png);
    top: 12.6666666667vw;
    left: -26vw;
  }
}
#Content #products .product_wrapper .product#shampoo .pkg::before, #Content #products .product_wrapper .product#bodywash .pkg::before {
  content: "";
  display: block;
  background: url(../img/img_water.png) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
@media print, screen and (min-width: 961px) {
  #Content #products .product_wrapper .product#shampoo .pkg::before, #Content #products .product_wrapper .product#bodywash .pkg::before {
    width: 578px;
    height: 599px;
    top: 120px;
    left: -90px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .product_wrapper .product#shampoo .pkg::before, #Content #products .product_wrapper .product#bodywash .pkg::before {
    width: 112vw;
    height: 96.4vw;
    top: 5.3333333333vw;
    left: -42.6666666667vw;
  }
}
#Content #products .product_wrapper .product#conditioner .pkg::before {
  content: "";
  display: block;
  background: url(../img/img_water.png) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
@media print, screen and (min-width: 961px) {
  #Content #products .product_wrapper .product#conditioner .pkg::before {
    width: 578px;
    height: 599px;
    top: 120px;
    left: -200px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .product_wrapper .product#conditioner .pkg::before {
    width: 112vw;
    height: 96.4vw;
    top: 5.3333333333vw;
    left: -42.6666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  #Content #products .product_wrapper .product#bodywash .pkg::before {
    top: 20px;
    left: -170px;
  }
}
#Content #products .product_wrapper .product#bodywash_moisture .pkg::before {
  content: "";
  display: block;
  background: url(../img/img_bubble.png) no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
@media print, screen and (min-width: 961px) {
  #Content #products .product_wrapper .product#bodywash_moisture .pkg::before {
    width: 503px;
    height: 293px;
    top: 200px;
    left: -74px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .product_wrapper .product#bodywash_moisture .pkg::before {
    width: 98.6666666667vw;
    height: 58.4vw;
    top: 8vw;
    left: -29.3333333333vw;
  }
}
#Content #products .product_wrapper .product h4 {
  color: #0e497d;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
@media print, screen and (min-width: 961px) {
  #Content #products .product_wrapper .product h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .product_wrapper .product h4 {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .product_wrapper .product h4.with-label {
    margin-top: -2vw;
  }
}
#Content #products .product_wrapper .product h4 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  border: 2px solid #1ba5da;
  border-radius: 100px;
  line-height: 1;
}
@media print, screen and (min-width: 961px) {
  #Content #products .product_wrapper .product h4 span {
    margin-bottom: 14px;
    padding: 4px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .product_wrapper .product h4 span {
    margin-bottom: 1.8666666667vw;
    padding: 0.5333333333vw 2.1333333333vw;
    font-size: 2.6666666667vw;
    letter-spacing: 0;
  }
}
#Content #products .product_wrapper .product h4 small {
  display: block;
}
@media print, screen and (min-width: 961px) {
  #Content #products .product_wrapper .product h4 small {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .product_wrapper .product h4 small {
    font-size: 3.4666666667vw;
    line-height: 5.6vw;
  }
}
#Content #products .product_wrapper .product .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
#Content #products .product_wrapper .product .btn-wrap.left {
  margin-left: 0;
}
@media print, screen and (min-width: 961px) {
  #Content #products .product_wrapper .product .btn-wrap {
    gap: 10px;
    margin-top: auto;
    max-width: 380px;
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #Content #products .product_wrapper .product .btn-wrap {
    gap: 2.9333333333vw;
    margin: 6.6666666667vw auto;
    width: 89.3333333333vw;
  }
  #Content #products .product_wrapper .product .btn-wrap.left {
    margin-left: auto;
  }
}
@media print, screen and (min-width: 961px) {
  #Content #products #head .scalpcare {
    padding: 60px 0 90px;
    background: url(../img/bg_scalpcare_pc.png) center no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 960px) {
  #Content #products #head .scalpcare {
    padding: 8vw 0 10.6666666667vw;
    background: url(../img/bg_scalpcare_sp.png) center top no-repeat;
    background-size: cover;
  }
}
#Content #products #head .scalpcare h3:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 961px) {
  #Content #products #head .conditioner {
    margin-top: 100px;
    position: relative;
  }
}
@media screen and (max-width: 960px) {
  #Content #products #head .conditioner {
    margin-top: 5.3333333333vw;
  }
}
#Content #products #head .conditioner .product_lead .catch {
  color: #0e497d;
  font-weight: normal;
  border-bottom: 3px solid #0e497d;
}
@media print, screen and (min-width: 961px) {
  #Content #products #head .conditioner .product_lead .catch {
    padding-bottom: 30px;
    font-size: 36px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products #head .conditioner .product_lead .catch {
    padding-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
@media print, screen and (min-width: 961px) {
  #Content #products #head .conditioner .product_lead .txt {
    margin-top: 45px;
    padding-right: 135px;
    max-width: 615px;
  }
  #Content #products #head .conditioner .product_lead .txt::after {
    background-image: url(../img/ico_flavono-care.png);
  }
}
@media screen and (max-width: 960px) {
  #Content #products #head .conditioner .product_lead .txt {
    margin-top: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  #Content #products #head .conditioner .product_wrapper {
    margin-top: 20px;
  }
}
#Content #products #head .conditioner .product_wrapper .product {
  position: relative;
}
@media screen and (max-width: 960px) {
  #Content #products #head .conditioner .product_wrapper .product::before {
    background-image: url(../img/ico_flavono-care.png);
  }
}
@media print, screen and (min-width: 961px) {
  #Content #products #head .conditioner .product_wrapper .product .pkg {
    width: 220px;
    position: absolute;
    right: 28px;
    bottom: -20px;
  }
}
@media print, screen and (min-width: 961px) {
  #Content #products #head .conditioner .product_wrapper .product .pkg.quasi-drugs::after {
    right: -35px;
  }
}
@media print, screen and (min-width: 961px) {
  #Content #products #head .conditioner .product_wrapper .product h4 {
    text-align: left;
  }
}
@media print, screen and (min-width: 961px) {
  #Content #products #body {
    margin-top: 120px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  #Content #products #body {
    padding-bottom: 13.3333333333vw;
  }
}
#Content #products #body .strip-ttl {
  background-color: #1ba5da;
}
#Content #products #body .strip-ttl::after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(50%, rgb(204, 204, 204)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(204, 204, 204) 50%, rgb(255, 255, 255) 100%);
}
#Content #products #body .product_wrapper .product h4 {
  color: #1ba5da;
}
@media print, screen and (min-width: 961px) {
  #Content #products #body .product_wrapper .product h4 {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 961px) {
  #Content #products #body .product_wrapper .product#bodywash h4 {
    padding-top: 58px;
  }
}

/*==================================================
	商品ラインアップ
==================================================*/
#lineup {
  border-top: 1px solid #e0e0e0;
}
@media print, screen and (min-width: 961px) {
  #lineup {
    padding-top: 86px;
  }
}
@media screen and (max-width: 960px) {
  #lineup {
    padding-top: 8.1333333333vw;
  }
}

#ProductsList .category_wrap {
  line-height: 1;
}
#ProductsList .category_wrap #search_open {
  display: none;
}
#ProductsList .category_wrap h2 {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  letter-spacing: 0;
  text-align: left;
}
#ProductsList .category_wrap .list {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
#ProductsList .category_wrap .list a .series {
  line-height: 1;
}
#ProductsList .category_wrap .list a h3 {
  text-align: left;
  letter-spacing: 0;
}

/*==============================
  CM
==============================*/
#cm {
  background-color: rgb(236, 247, 255);
}
@media print, screen and (min-width: 961px) {
  #cm {
    padding: 80px 80px 100px;
  }
}
@media screen and (max-width: 960px) {
  #cm {
    padding: 9.3333333333vw 0 16vw;
  }
}
@media print, screen and (min-width: 961px) {
  #cm h2 {
    font-size: 32px !important;
  }
}
@media screen and (max-width: 960px) {
  #cm h2 {
    font-size: 4.8vw !important;
  }
}
@media print, screen and (min-width: 961px) {
  #cm h2 img {
    width: 90%;
    max-width: 736px;
  }
}
@media screen and (max-width: 960px) {
  #cm h2 img {
    width: 86vw;
  }
}
@media screen and (max-width: 960px) {
  #cm .swiper {
    position: relative;
    margin: 0 2.6666666667vw;
  }
  #cm .swiper .swiper-slide {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0 10.6666666667vw;
    width: calc(100% - 21.3333333333vw);
  }
}
#cm .swiper-button-next,
#cm .swiper-button-prev {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 1.5px solid #a0a0a0;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
@media print, screen and (min-width: 961px) {
  #cm .swiper-button-next,
  #cm .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #cm .swiper-button-next,
  #cm .swiper-button-prev {
    width: 9.6vw;
    height: 9.6vw;
    border-width: 1px;
    top: 25.0666666667vw;
  }
}
#cm .swiper-button-next::before,
#cm .swiper-button-prev::before {
  content: "";
  display: block;
  border: solid #000;
  position: absolute;
}
@media print, screen and (min-width: 961px) {
  #cm .swiper-button-next::before,
  #cm .swiper-button-prev::before {
    padding: 6px;
    border-width: 0 1.5px 1.5px 0;
    -webkit-transform: translateX(-3px) rotate(-45deg);
            transform: translateX(-3px) rotate(-45deg);
  }
}
@media screen and (max-width: 960px) {
  #cm .swiper-button-next::before,
  #cm .swiper-button-prev::before {
    padding: 1.2vw;
    border-width: 0 1px 1px 0;
    -webkit-transform: translateX(-0.5333333333vw) rotate(-45deg);
            transform: translateX(-0.5333333333vw) rotate(-45deg);
  }
}
#cm .swiper-button-next.swiper-button-prev,
#cm .swiper-button-prev.swiper-button-prev {
  left: 0;
}
@media print, screen and (min-width: 961px) {
  #cm .swiper-button-next.swiper-button-prev::before,
  #cm .swiper-button-prev.swiper-button-prev::before {
    -webkit-transform: translateX(3px) rotate(135deg);
            transform: translateX(3px) rotate(135deg);
  }
}
@media screen and (max-width: 960px) {
  #cm .swiper-button-next.swiper-button-prev::before,
  #cm .swiper-button-prev.swiper-button-prev::before {
    -webkit-transform: translateX(0.5333333333vw) rotate(135deg);
            transform: translateX(0.5333333333vw) rotate(135deg);
  }
}
#cm .swiper-button-next.swiper-button-next,
#cm .swiper-button-prev.swiper-button-next {
  right: 0;
}
#cm .swiper-button-next.swiper-button-disabled,
#cm .swiper-button-prev.swiper-button-disabled {
  border-color: #E2E2E2;
  pointer-events: none;
}
#cm .swiper-button-next.swiper-button-disabled::before,
#cm .swiper-button-prev.swiper-button-disabled::before {
  border-color: #B2B2B2;
}
#cm .swiper-pagination-bullets {
  position: relative;
  text-align: center;
  margin-top: 1.5em;
}
#cm .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  border-radius: 50%;
  background-color: #dde1e5;
  pointer-events: all;
  cursor: pointer;
}
@media print, screen and (min-width: 961px) {
  #cm .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 960px) {
  #cm .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
#cm .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
@media print, screen and (min-width: 961px) {
  #cm .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 10px;
  }
}
@media screen and (max-width: 960px) {
  #cm .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  #cm .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
    margin: 50px auto 0;
    max-width: 1600px;
  }
}
@media screen and (max-width: 960px) {
  #cm .container {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 961px) {
  #cm .container .player {
    width: calc((100% - 40px) / 2);
  }
}
#cm .container .player iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
#cm .container .player p {
  margin-top: 0.75em;
  line-height: 1.5;
  color: #000;
}

.renew {
  padding: 5em 0;
}
.renew .img {
  width: 55.8571428571%;
  margin: 0 auto;
  aspect-ratio: 300/290;
  position: relative;
}
.renew .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.renew .caution {
  position: absolute;
  left: 9%;
  top: 94%;
}
.renew .caution span {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: #656f7f;
}
@media screen and (max-width: 960px) {
  .renew {
    padding: 3em 0;
  }
  .renew .img {
    width: 87.7333333333%;
  }
}

.movie {
  padding: 3em 0;
  background: #A8CAE2;
  background: linear-gradient(135deg, rgb(168, 202, 226) 0%, rgb(255, 255, 255) 34%, rgb(188, 214, 233) 100%);
}
.movie .movie-title {
  width: 6.875em;
  margin: 0 auto;
}
.movie .movie-inner {
  width: 43.3333333333em;
  margin: 1em auto 0;
}
.movie .movie-inner > div {
  padding-top: 56.25%;
  position: relative;
}
.movie .movie-inner iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .movie .movie-inner {
    width: 92%;
  }
}