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

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

.lpContent {
  color: #4A4A4A;
  line-height: 1.5;
}
@media print, screen and (min-width: 961px) {
  .lpContent {
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  .lpContent {
    font-size: 4.2666666667vw;
  }
}

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

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

#Content section:not(.lineup) h2,
#Content section:not(.lineup) h3 {
  color: #001D56;
  font-family: "リュウミン B-KL", "Ryumin Bold KL", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  line-height: 1.25;
}
@media print, screen and (min-width: 961px) {
  #Content section:not(.lineup) h2,
  #Content section:not(.lineup) h3 {
    font-size: 60px;
  }
}
@media screen and (max-width: 960px) {
  #Content section:not(.lineup) h2,
  #Content section:not(.lineup) h3 {
    font-size: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  #Content section:not(.lineup) h2 small,
  #Content section:not(.lineup) h3 small {
    font-size: 32px;
  }
}
@media screen and (max-width: 960px) {
  #Content section:not(.lineup) h2 small,
  #Content section:not(.lineup) h3 small {
    font-size: 8.5333333333vw;
  }
}
@media print, screen and (min-width: 961px) {
  #Content section:not(.lineup) h2 + p,
  #Content section:not(.lineup) h3 + p {
    margin-top: 14px;
  }
}
#Content section:not(.lineup) sup {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  letter-spacing: 0.02em;
  vertical-align: text-top;
}
@media print, screen and (min-width: 961px) {
  #Content section:not(.lineup) sup {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 960px) {
  #Content section:not(.lineup) sup {
    font-size: 2.6133333333vw !important;
  }
}
@media print, screen and (min-width: 961px) {
  #Content section:not(.lineup) .note {
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  #Content section:not(.lineup) .note {
    margin-top: 4vw;
    font-size: 3.2vw;
    line-height: 2;
  }
}

a.btn-product,
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;
  background-color: #4A4A4A;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media print, screen and (min-width: 961px) {
  a.btn-product,
  a.btn-buy {
    margin-top: 28px;
    width: 100%;
    height: 56px;
    font-size: 22px;
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
            box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 960px) {
  a.btn-product,
  a.btn-buy {
    margin-top: 9.0666666667vw;
    margin-left: auto;
    margin-right: auto;
    width: 89.3333333333vw;
    height: 14.9333333333vw;
    font-size: 5.3333333333vw;
    -webkit-box-shadow: 2.6666666667vw 2.6666666667vw 8vw rgba(0, 0, 0, 0.16);
            box-shadow: 2.6666666667vw 2.6666666667vw 8vw rgba(0, 0, 0, 0.16);
  }
}
a.btn-product span,
a.btn-buy span {
  content: "";
  width: 1000px;
  height: 1000px;
  border-radius: 100%;
  background-color: #001D56;
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  z-index: -1;
}
a.btn-product:hover,
a.btn-buy:hover {
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.06);
}
a.btn-product:hover span,
a.btn-buy:hover span {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media print, screen and (min-width: 961px) {
  a.btn-product + .btn-buy,
  a.btn-buy + .btn-buy {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  a.btn-product + .btn-buy,
  a.btn-buy + .btn-buy {
    margin-top: 5.3333333333vw;
  }
}

a.btn-buy {
  background-color: #F3981C;
}
@media print, screen and (min-width: 961px) {
  a.btn-buy {
    height: 100px;
  }
}
@media screen and (max-width: 960px) {
  a.btn-buy {
    height: 26.6666666667vw;
  }
}

/*==================================================
	KV
==================================================*/
#kv {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 3;
}

/*==================================================
	CONTENTS
==================================================*/
#Content .inner,
#Content .wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 961px) {
  #Content .inner,
  #Content .wrapper {
    max-width: 940px;
  }
}
@media screen and (max-width: 960px) {
  #Content .inner,
  #Content .wrapper {
    width: 89.3333333333vw;
  }
}
#Content .inner.wrapper,
#Content .wrapper.wrapper {
  overflow: hidden;
}
#Content .inner.wrapper.shadow,
#Content .wrapper.wrapper.shadow {
  background-color: #fff;
}
@media print, screen and (min-width: 961px) {
  #Content .inner.wrapper.shadow,
  #Content .wrapper.wrapper.shadow {
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
            box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 960px) {
  #Content .inner.wrapper.shadow,
  #Content .wrapper.wrapper.shadow {
    border-radius: 5.3333333333vw;
    -webkit-box-shadow: 2.6666666667vw 2.6666666667vw 8vw rgba(0, 0, 0, 0.16);
            box-shadow: 2.6666666667vw 2.6666666667vw 8vw rgba(0, 0, 0, 0.16);
  }
}

#Content .lead {
  position: relative;
  z-index: 2;
}
#Content .lead h2 {
  background-color: #001D56;
  color: #fff !important;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: -0.02em;
}
@media print, screen and (min-width: 961px) {
  #Content .lead h2 {
    padding: 42px 0 50px;
    font-size: 46px;
  }
}
@media screen and (max-width: 960px) {
  #Content .lead h2 {
    padding: 5.3333333333vw 0 10.6666666667vw;
    font-size: 9.0666666667vw !important;
    text-align: left;
    white-space: nowrap;
  }
}
#Content .lead h2 span {
  display: block;
  letter-spacing: 0.05em;
}
#Content .lead h2 span small {
  display: block;
}
@media print, screen and (min-width: 961px) {
  #Content .lead h2 span small {
    margin-bottom: 10px;
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  #Content .lead h2 span small {
    margin-bottom: 2.6666666667vw;
    font-size: 5.6vw;
    line-height: 1.4;
  }
}
#Content .lead h2 + .note {
  display: block;
  margin: auto;
  color: #fff !important;
  text-align: right;
}
@media print, screen and (min-width: 961px) {
  #Content .lead h2 + .note {
    margin-top: -40px !important;
    width: 780px;
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  #Content .lead h2 + .note {
    margin-top: -10vw;
    width: 90vw;
    font-size: 3.2vw;
  }
}
#Content .lead h2 sup {
  position: relative;
  margin-right: 0.1em;
}
@media print, screen and (min-width: 961px) {
  #Content .lead h3 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  #Content .lead h3 {
    margin-top: 16vw;
  }
}
#Content .lead h3 small {
  display: block;
}
@media screen and (max-width: 960px) {
  #Content .lead h3 small {
    font-size: 6.4vw;
  }
}
#Content .lead h3 span {
  position: relative;
}
#Content .lead h3 span::before {
  content: "";
  width: 2px;
  height: 1.3em;
  background-color: #001D56;
  position: absolute;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
@media print, screen and (min-width: 961px) {
  #Content .lead h3 span::before {
    left: -0.8em;
  }
}
@media screen and (max-width: 960px) {
  #Content .lead h3 span::before {
    left: -0.55em;
  }
}
#Content .lead h3 span::after {
  content: "";
  width: 2px;
  height: 1.3em;
  background-color: #001D56;
  position: absolute;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media print, screen and (min-width: 961px) {
  #Content .lead h3 span::after {
    right: -0.8em;
  }
}
@media screen and (max-width: 960px) {
  #Content .lead h3 span::after {
    right: -0.55em;
  }
}
#Content .lead ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 961px) {
  #Content .lead ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
    margin-bottom: 270px;
  }
}
@media screen and (max-width: 960px) {
  #Content .lead ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5.8666666667vw;
    padding: 0 5.3333333333vw;
  }
}
#Content .lead ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F7F7F7;
  color: #001D56;
  font-weight: bold;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  #Content .lead ul li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 260px;
    height: 260px;
    border-radius: 100%;
    font-size: 24px;
    text-align: center;
    line-height: 36px;
  }
}
@media screen and (max-width: 960px) {
  #Content .lead ul li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 14.6666666667vw;
    width: 100%;
    height: 26.6666666667vw;
    border-radius: 13.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.5;
    position: relative;
  }
  #Content .lead ul li:nth-child(2) {
    padding-left: 44vw;
  }
}
@media print, screen and (min-width: 961px) {
  #Content .lead ul li + li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 960px) {
  #Content .lead ul li + li {
    margin-top: 5.3333333333vw;
  }
}
#Content .lead ul li::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/worry_img1.png) no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 961px) {
  #Content .lead ul li::before {
    width: 200px;
    height: 200px;
    bottom: -160px;
  }
}
@media screen and (max-width: 960px) {
  #Content .lead ul li::before {
    width: 34.6666666667vw;
    height: 29.3333333333vw;
    background-size: 100% auto;
    background-position: center top;
    left: 42.6666666667vw;
    bottom: 0;
  }
}
#Content .lead ul li:nth-child(2)::before {
  background-image: url(../img/worry_img2.png);
}
@media print, screen and (min-width: 961px) {
  #Content .lead ul li:nth-child(2)::before {
    width: 120px;
    height: 200px;
    bottom: -160px;
  }
}
@media screen and (max-width: 960px) {
  #Content .lead ul li:nth-child(2)::before {
    width: 24vw;
    height: 29.3333333333vw;
    left: 14.6666666667vw;
    bottom: 0;
  }
}
#Content .lead ul li:nth-child(3)::before {
  background-image: url(../img/worry_img3.png);
}
@media print, screen and (min-width: 961px) {
  #Content .lead ul li:nth-child(3)::before {
    width: 100px;
    height: 200px;
    bottom: -155px;
  }
}
@media screen and (max-width: 960px) {
  #Content .lead ul li:nth-child(3)::before {
    width: 20vw;
    height: 29.3333333333vw;
    left: 53.3333333333vw;
    bottom: 0;
  }
}
#Content .lead ul li .note {
  position: absolute;
  line-height: 1.5;
}
@media print, screen and (min-width: 961px) {
  #Content .lead ul li .note {
    display: block;
    max-width: 1000px;
    width: 1000px;
    font-size: 12px;
    top: 380px;
    right: 0;
    text-align: right;
  }
}
@media screen and (max-width: 960px) {
  #Content .lead ul li .note {
    top: 26.6666666667vw;
    right: 0;
    font-size: 3.2vw;
    font-weight: normal;
  }
}
#Content .lead p:not(.note) {
  color: #001D56;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  #Content .lead p:not(.note) {
    font-size: 32px;
  }
}
@media screen and (max-width: 960px) {
  #Content .lead p:not(.note) {
    margin-top: 32vw;
    font-size: 5.3333333333vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    white-space: nowrap;
  }
}

.foryou {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 961px) {
  .foryou {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 960px) {
  .foryou {
    padding-bottom: 5.3333333333vw;
    background: url(../img/bg_5on1.png) center no-repeat;
    background-size: 416vw;
  }
}
.foryou::before {
  content: "";
  display: block;
  width: 100%;
  background: url(../img/bg_5on1.png) no-repeat;
  background-size: calc(100% + 10px);
  z-index: -1;
  position: absolute;
}
@media print, screen and (min-width: 961px) {
  .foryou::before {
    top: -100px;
    height: 890px;
  }
}
.foryou .arrow {
  background: url(../img/bg_arrow.png) center no-repeat;
  background-size: contain;
  color: #fff;
  font-family: "リュウミン B-KL", "Ryumin Bold KL", serif;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .foryou .arrow {
    margin-top: 47px;
    padding: 38px 0 62px;
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  .foryou .arrow {
    margin-top: 6.4vw;
    padding: 6.4vw 0 12.8vw;
    font-size: 6.4vw;
  }
}
.foryou h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 961px) {
  .foryou h2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 35px;
  }
}
@media screen and (max-width: 960px) {
  .foryou h2 {
    -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;
    margin-top: 0;
    font-size: 8.8vw;
  }
}
@media print, screen and (min-width: 961px) {
  .foryou h2 > span:last-child {
    font-size: 70px;
    line-height: 80px;
  }
}
@media screen and (max-width: 960px) {
  .foryou h2 > span:last-child {
    margin-top: 5.3333333333vw;
  }
}
.foryou .bodycopy {
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .foryou .bodycopy {
    margin-top: 20px;
    font-size: 22px;
    line-height: 36px;
  }
}
@media screen and (max-width: 960px) {
  .foryou .bodycopy {
    margin-top: 5.8666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
.foryou .note {
  margin: 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right !important;
  line-height: 1.5;
}
@media print, screen and (min-width: 961px) {
  .foryou .note {
    width: 1000px;
    font-size: 12px;
  }
}
@media screen and (max-width: 960px) {
  .foryou .note {
    margin-top: 2vw;
    width: 90vw;
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 961px) {
  .foryou .image {
    margin-top: 25px;
    max-width: 985px !important;
  }
}
@media screen and (max-width: 960px) {
  .foryou .image {
    margin-top: 4vw;
  }
}

.prescription {
  background: url(../img/bg_agingcare.jpg) no-repeat;
}
@media print, screen and (min-width: 961px) {
  .prescription {
    background-position: left bottom;
    background-size: 172%;
    margin-top: 40px;
    padding: 60px 0 60px;
  }
}
@media screen and (max-width: 960px) {
  .prescription {
    padding: 20vw 0 5.3333333333vw;
    background-position: left bottom;
    background-size: 360vw;
  }
}
.prescription h2 {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  background: url(../img/ttl_wave.png) center bottom no-repeat;
}
@media print, screen and (min-width: 961px) {
  .prescription h2 {
    padding-bottom: 27px;
    background-size: 590px;
    font-size: 70px;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 960px) {
  .prescription h2 {
    margin: 0 auto;
    padding-bottom: 7.4666666667vw;
    background-size: 100%;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 9.6vw !important;
    white-space: nowrap;
  }
}
.prescription h2 small {
  display: block;
}
@media print, screen and (min-width: 961px) {
  .prescription h2 small {
    margin-bottom: 5px;
    font-size: 38px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 960px) {
  .prescription h2 small {
    font-size: 6.4vw !important;
    letter-spacing: 0.12em;
  }
}
.prescription h2 em {
  font-style: normal;
}
.prescription figure.components {
  display: block;
}
@media print, screen and (min-width: 961px) {
  .prescription figure.components {
    margin: 30px auto 0;
    width: 600px;
  }
}
@media screen and (max-width: 960px) {
  .prescription figure.components {
    margin: 5.3333333333vw auto 0;
    width: 77.3333333333vw;
  }
}
.prescription ul {
  color: #001D56;
  font-family: "リュウミン B-KL", "Ryumin Bold KL", serif;
  font-weight: bold;
}
@media print, screen and (min-width: 961px) {
  .prescription ul {
    margin-top: 16px;
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  .prescription ul {
    margin-top: 0.2666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.prescription ul li {
  background: url(../img/list_pentagon.png) no-repeat;
  border-bottom: 1px solid #C9AC86;
}
@media print, screen and (min-width: 961px) {
  .prescription ul li {
    padding: 8px 0 3px 44px;
    background-size: 34px;
    background-position: left 20px;
  }
}
@media screen and (max-width: 960px) {
  .prescription ul li {
    padding: 4.2666666667vw 0 3.7333333333vw 6.9333333333vw;
    background-size: 5.8666666667vw;
    background-position: left 5.3333333333vw;
  }
}
@media print, screen and (min-width: 961px) {
  .prescription ul li dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1.5;
    padding: 0.25em 0;
  }
  .prescription ul li dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 275px;
    min-width: 275px;
  }
  .prescription ul li dl dt .line {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0 10px;
    padding: 0;
    height: 9px;
    border: 0;
    outline: 0;
    background: radial-gradient(#001d56 10%, transparent 30%) center/9px 9px;
    background: -ms-radial-gradient(#001d56 10%, transparent 30%) center/9px 9px;
  }
}
@media screen and (max-width: 960px) {
  .prescription ul li dl dd {
    font-family: "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", Yu Gothic, YuGothic, "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", sans-serif;
    font-size: 4vw;
    font-weight: normal;
  }
  .prescription ul li dl .line {
    display: none;
  }
}
.prescription ul li span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.prescription ul li span::before {
  content: "";
  display: block;
  width: calc(100% + 4px);
  background-color: #FAEFBF;
  position: absolute;
  left: -2px;
  bottom: 8px;
  z-index: -1;
}
@media print, screen and (min-width: 961px) {
  .prescription ul li span::before {
    height: 20px;
  }
}
@media screen and (max-width: 960px) {
  .prescription ul li span::before {
    height: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 961px) {
  .prescription .note {
    margin-top: 24px;
  }
}
.prescription .column {
  background-color: #eef1f2;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .prescription .column {
    margin-top: 60px;
    padding: 50px 60px 60px;
  }
}
@media screen and (max-width: 960px) {
  .prescription .column {
    margin-top: 10.6666666667vw;
    margin-bottom: 8vw;
    padding: 8vw 6.6666666667vw 6.6666666667vw;
  }
}
.prescription .column .balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 961px) {
  .prescription .column .balloon {
    padding: 9px 30px 10px;
  }
}
@media screen and (max-width: 960px) {
  .prescription .column .balloon {
    padding: 1.3333333333vw 5.6vw 1.6vw;
    font-size: 3.4666666667vw;
  }
}
.prescription .column .balloon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 99%);
          transform: translate(-50%, 99%);
}
@media print, screen and (min-width: 961px) {
  .prescription .column .balloon::after {
    border-top: 10px solid #000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
}
@media screen and (max-width: 960px) {
  .prescription .column .balloon::after {
    border-top: 2.6666666667vw solid #000;
    border-left: 2.6666666667vw solid transparent;
    border-right: 2.6666666667vw solid transparent;
  }
}
.prescription .column h4 {
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .prescription .column h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .prescription .column h4 {
    font-size: 4.5333333333vw;
  }
}
.prescription .column h5 {
  font-weight: 700;
  text-align: left;
}
@media print, screen and (min-width: 961px) {
  .prescription .column h5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .prescription .column h5 {
    margin-top: 8vw;
  }
}
.prescription .column p {
  margin-top: 0.5em;
  text-align: left;
  line-height: 1.5;
}
@media print, screen and (min-width: 961px) {
  .prescription .column p {
    margin-bottom: auto;
  }
}
@media screen and (max-width: 960px) {
  .prescription .column figure {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 960px) {
  .prescription .column figure + h5 {
    margin-top: 9.3333333333vw;
  }
}
.prescription .column figure figcaption {
  text-align: right;
}
@media print, screen and (min-width: 961px) {
  .prescription .column figure figcaption {
    margin-top: 10px;
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  .prescription .column figure figcaption {
    margin-top: 1.6vw;
    font-size: 2.4vw;
  }
}
@media print, screen and (min-width: 961px) {
  .prescription .column .mod_pc_col {
    margin-top: 30px;
  }
  .prescription .column .mod_pc_col > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .prescription .column .mod_pc_col > * h5 {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 961px) {
  .mechanism {
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 960px) {
  .mechanism {
    margin-top: 6.6666666667vw;
    padding: 0 0 6.9333333333vw;
  }
}
.mechanism h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.15;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .mechanism h2 {
    text-align: left;
  }
}
.mechanism h2 .circle {
  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;
  border-radius: 100%;
  border: 2px solid #C9AC86;
  color: #C9AC86;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (min-width: 961px) {
  .mechanism h2 .circle {
    width: 133px;
    height: 133px;
    font-size: 32px;
  }
}
@media screen and (max-width: 960px) {
  .mechanism h2 .circle {
    margin-right: 1.6vw;
    padding: 2.6666666667vw 3.7333333333vw;
    width: 19.2vw;
    height: 19.2vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0;
    text-align: left;
  }
}
.mechanism h2 .edge {
  background-color: #fff;
}
.mechanism h2 em {
  font-style: normal;
}
@media print, screen and (min-width: 961px) {
  .mechanism h2 em {
    margin-left: 24px;
  }
}
@media print, screen and (min-width: 961px) {
  .mechanism figure {
    margin-top: 24px;
  }
}
@media screen and (max-width: 960px) {
  .mechanism figure {
    margin-top: 3.7333333333vw;
  }
}
.mechanism .gradation-txt {
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .mechanism .gradation-txt {
    margin-top: 36px;
  }
}
@media screen and (max-width: 960px) {
  .mechanism .gradation-txt {
    margin-top: 9.6vw;
  }
}
.mechanism .gradation-txt span {
  display: inline-block;
  font-family: "リュウミン B-KL", "Ryumin Bold KL", serif;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(#12aee8), to(#1974dd));
  background: linear-gradient(#12aee8 0%, #1974dd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media print, screen and (min-width: 961px) {
  .mechanism .gradation-txt span {
    font-size: 30px;
  }
}
@media screen and (max-width: 960px) {
  .mechanism .gradation-txt span {
    font-size: 5.6vw;
    line-height: 1.5;
  }
}
.mechanism .gradation-box {
  background: -webkit-gradient(linear, left top, right top, from(#edfaff), to(#dbebff));
  background: linear-gradient(to right, #edfaff 0%, #dbebff 100%);
}
@media print, screen and (min-width: 961px) {
  .mechanism .gradation-box {
    margin-top: 8px;
    padding: 23px 0;
    border-radius: 20px;
  }
}
@media screen and (max-width: 960px) {
  .mechanism .gradation-box {
    margin-top: 4.2666666667vw;
    padding: 6.1333333333vw 0;
    border-radius: 5.3333333333vw;
  }
}
.mechanism .gradation-box p {
  font-family: "リュウミン B-KL", "Ryumin Bold KL", serif;
  font-weight: bold;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#12aee8), to(#1974dd));
  background: linear-gradient(to right, #12aee8 0%, #1974dd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media print, screen and (min-width: 961px) {
  .mechanism .gradation-box p {
    font-size: 40px;
    line-height: 60px;
  }
}
@media screen and (max-width: 960px) {
  .mechanism .gradation-box p {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 7.4666666667vw;
    line-height: 1.5;
  }
}
.mechanism .note {
  margin-top: 1.5em;
}
@media print, screen and (min-width: 961px) {
  .mechanism .note {
    line-height: 2;
  }
}
@media screen and (max-width: 960px) {
  .mechanism .note {
    margin-top: 4.8vw;
  }
}

@media print, screen and (min-width: 961px) {
  .mod_pc_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .mod_pc_col.col2 > * {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 960px) {
  .mod_pc_col .note {
    margin-top: 6vw;
  }
}
@media print, screen and (min-width: 961px) {
  .mod_pc_col > * {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .mod_pc_col > * h3:first-child {
    margin-top: 13.3333333333vw;
  }
  .mod_pc_col > * h4:first-child {
    margin-top: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  .mod_pc_col > * p {
    font-size: 16px;
    line-height: 2;
  }
}
@media print, screen and (min-width: 961px) {
  .mod_pc_col > * figure {
    margin-top: auto;
    padding-top: 27px;
  }
}
@media screen and (max-width: 960px) {
  .mod_pc_col > * figure {
    margin-top: 6.6666666667vw;
  }
}

.product h2 {
  text-align: center;
}
.product h2 small {
  display: block;
  letter-spacing: 0.07em;
}
@media print, screen and (min-width: 961px) {
  .product h2 small {
    font-size: 32px;
  }
}
@media screen and (max-width: 960px) {
  .product h2 small {
    font-size: 5.3333333333vw;
    line-height: 1.35;
  }
}
.product h2 em {
  font-family: "リュウミン M-KL", "Ryumin Medium KL", serif;
  font-style: normal;
  border: 1px solid #001D56;
}
.product h2 em.em2 {
  display: block;
  font-size: 0.8em;
  width: auto;
  max-width: 18em;
  margin: 0.5em auto 0;
}
.product h2 em#em sup.sup {
  font-size: 0.5em !important;
}
@media print, screen and (min-width: 961px) {
  .product h2 em {
    display: inline-block;
    margin-top: 18px;
    padding: 2px 8px;
    width: 618px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 960px) {
  .product h2 em {
    display: block;
    margin: 2.6666666667vw 5.3333333333vw 0;
    padding: 1.6vw 0;
  }
  .product h2 em.em2 {
    margin: 0.5em 5.3333333333vw 0;
  }
}
.product > p {
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .product > p {
    margin-top: 40px;
    font-size: 22px;
  }
}
@media screen and (max-width: 960px) {
  .product > p {
    font-size: 4.2666666667vw;
  }
}
.product > p + .note {
  font-weight: normal;
}
@media print, screen and (min-width: 961px) {
  .product > p + .note {
    margin: auto;
    width: 880px;
    font-size: 12px;
    text-align: right;
  }
}
.product .product-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (min-width: 961px) {
  .product .product-image {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  .product .product-image {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product .product-image .prod-icon {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media print, screen and (min-width: 961px) {
  .product .product-image .prod-icon img {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  .product .product-image .prod-icon img {
    margin-bottom: 2.6666666667vw;
  }
}
.product .product-image .prod-icon .round {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  border-radius: 100%;
  background-color: #F3981C;
  color: #fff;
  font-family: "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", Yu Gothic, YuGothic, "游ゴシック体 Pr6N B", "Yu Gothic Pr6N B", sans-serif;
  font-weight: bold;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 961px) {
  .product .product-image .prod-icon .round {
    margin-bottom: 12px;
    width: 136px;
    height: 136px;
    background-size: 26px;
    background-position: center bottom 17px;
    font-size: 20px;
    line-height: 32px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media screen and (max-width: 960px) {
  .product .product-image .prod-icon .round {
    margin-bottom: 0.5333333333vw;
    width: 26.1333333333vw;
    height: 26.1333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
.product .product-image .prod-pkg img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  z-index: 2;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.4));
}
@media print, screen and (min-width: 961px) {
  .product .product-image .prod-pkg img {
    margin-left: 6px;
  }
}
@media screen and (max-width: 960px) {
  .product .product-image .prod-pkg img {
    margin-left: 2.6666666667vw;
    margin-top: 10.6666666667vw;
    width: 51.2vw !important;
  }
}
.product .product-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 961px) {
  .product .product-tag {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .product .product-tag {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5.3333333333vw;
  }
}
.product .product-tag li {
  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;
  background-color: #001D56;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
@media print, screen and (min-width: 961px) {
  .product .product-tag li {
    width: 99px;
    height: 28px;
    font-size: 15px;
  }
  .product .product-tag li + li {
    margin-left: 5px;
  }
}
@media screen and (max-width: 960px) {
  .product .product-tag li {
    margin: 1.0666666667vw;
    width: 24vw;
    height: 5.8666666667vw;
    font-size: 3.7333333333vw;
  }
}
.product .product-tag li span {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
}

#product1,
#product3 {
  background: url(../img/prod_bg1.jpg) center no-repeat;
}
#product1.bg3,
#product3.bg3 {
  background: url(../img/bg3.png) center no-repeat;
  background-size: cover;
  padding-bottom: 6em;
}
@media print, screen and (min-width: 961px) {
  #product1,
  #product3 {
    padding: 74px 0 50px;
    background-size: cover;
  }
}
@media screen and (max-width: 960px) {
  #product1,
  #product3 {
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 640vw;
    padding: 12vw 0 0;
  }
}
@media print, screen and (min-width: 961px) {
  #product1 > div,
  #product3 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: 940px;
  }
}
@media print, screen and (min-width: 961px) {
  #product1 .product-image,
  #product3 .product-image {
    margin-right: 50px;
    width: 406px;
  }
}
@media screen and (max-width: 960px) {
  #product1 .product-image,
  #product3 .product-image {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 961px) {
  #product1 .product-image .prod-icon,
  #product3 .product-image .prod-icon {
    width: 106px;
  }
  #product1 .product-image .prod-icon img:nth-child(1),
  #product3 .product-image .prod-icon img:nth-child(1) {
    width: 94px;
  }
  #product1 .product-image .prod-icon img:nth-child(2),
  #product3 .product-image .prod-icon img:nth-child(2) {
    width: 106px;
  }
}
@media screen and (max-width: 960px) {
  #product1 .product-image .prod-icon img:nth-child(1),
  #product3 .product-image .prod-icon img:nth-child(1) {
    width: 22.4vw;
  }
  #product1 .product-image .prod-icon img:nth-child(2),
  #product3 .product-image .prod-icon img:nth-child(2) {
    width: 24vw;
  }
}
@media print, screen and (min-width: 961px) {
  #product1 .product-image .prod-pkg,
  #product3 .product-image .prod-pkg {
    margin-left: 20px;
    width: 284px;
  }
}
@media screen and (max-width: 960px) {
  #product1 .product-image .prod-pkg,
  #product3 .product-image .prod-pkg {
    margin-left: 2.6666666667vw;
    width: 52.2666666667vw;
  }
}
@media print, screen and (min-width: 961px) {
  #product1 .product-image .note,
  #product3 .product-image .note {
    position: absolute;
    left: 0;
    bottom: -4.5em;
  }
}
#product1 .products > div,
#product3 .products > div {
  width: 100% !important;
}
#product1 .products .product-name,
#product3 .products .product-name {
  font-weight: 700;
}
@media print, screen and (min-width: 961px) {
  #product1 .products .product-name,
  #product3 .products .product-name {
    line-height: 0.9 !important;
  }
}
@media screen and (max-width: 960px) {
  #product1 .products .product-name,
  #product3 .products .product-name {
    line-height: 1.25 !important;
  }
}
#product1 .products .product-name small,
#product3 .products .product-name small {
  font-size: 50%;
}
@media screen and (max-width: 960px) {
  #product1 .products .product-name small,
  #product3 .products .product-name small {
    display: inline-block;
    -webkit-transform: translateY(-0.5em);
            transform: translateY(-0.5em);
  }
}
#product1 .products .quasi-drugs,
#product3 .products .quasi-drugs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000000;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.25em 0.5em;
  max-width: 7em;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  #product1 .products .quasi-drugs,
  #product3 .products .quasi-drugs {
    margin: 0 auto 1em;
  }
}
@media print, screen and (min-width: 961px) {
  #product1 .products .product-tag,
  #product3 .products .product-tag {
    margin-top: 6px;
    max-width: 520px;
  }
}
@media screen and (max-width: 960px) {
  #product1 .products .product-tag,
  #product3 .products .product-tag {
    margin-top: 1.6vw;
  }
}
@media print, screen and (min-width: 961px) {
  #product1 .products .note,
  #product3 .products .note {
    margin-bottom: 0;
  }
}
#product2 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.025)), to(rgba(0, 0, 0, 0.01))), url(../img/bg_5on1.png) center no-repeat;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.01)), url(../img/bg_5on1.png) center no-repeat;
}
@media print, screen and (min-width: 961px) {
  #product2 {
    padding: 74px 0 82px;
    background-size: cover;
    background-position: center top;
  }
}
@media screen and (max-width: 960px) {
  #product2 {
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 626.6666666667vw;
    padding: 12vw 0 10.1333333333vw;
  }
}
#product2 .product-tag li {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (min-width: 961px) {
  #product2 .product-tag li {
    width: 99px;
  }
}
@media screen and (max-width: 960px) {
  #product2 .product-tag li {
    width: 26.6666666667vw;
  }
}
#product2 > p {
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  #product2 > p {
    padding: 0 5.3333333333vw;
    text-align: left;
  }
}
@media print, screen and (min-width: 961px) {
  #product2 > .note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1em;
  }
  #product2 > .note li {
    margin-right: 1em;
  }
}
@media screen and (max-width: 960px) {
  #product2 > .note {
    padding: 0 5.3333333333vw;
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 961px) {
  #product2 .inner .products {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 961px) {
  #product2 .prod-icon {
    width: 144px;
  }
  #product2 .prod-icon img:nth-child(1) {
    width: 106px;
  }
}
@media screen and (max-width: 960px) {
  #product2 .prod-icon img:nth-child(1) {
    width: 24vw;
  }
}

@media print, screen and (min-width: 961px) {
  #Content .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#Content .products > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 961px) {
  #Content .products > div {
    padding-top: 34px;
    width: 410px;
  }
}
@media print, screen and (min-width: 961px) {
  #Content .products > div + div {
    margin-left: 60px;
  }
}
@media screen and (max-width: 960px) {
  #Content .products > div + div {
    margin-top: 9.0666666667vw;
  }
}
#Content .products > div .product-name {
  color: #001D56;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: bold;
  letter-spacing: 0.07em;
  white-space: nowrap;
}
@media print, screen and (min-width: 961px) {
  #Content .products > div .product-name {
    margin-top: 26px;
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 960px) {
  #Content .products > div .product-name {
    margin-top: 8vw;
    font-size: 8.5333333333vw;
    line-height: 11.2vw;
    text-align: center;
  }
}
#Content .products > div .product-text {
  font-weight: bold;
}
@media print, screen and (min-width: 961px) {
  #Content .products > div .product-text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 960px) {
  #Content .products > div .product-text {
    margin-top: 2.6666666667vw;
    margin-bottom: -4.8vw;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 961px) {
  #Content .products > div .note {
    margin-top: 6px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 960px) {
  #Content .products > div .note {
    margin-top: 8.5333333333vw;
    margin-bottom: -4.5333333333vw;
    line-height: 1.5;
  }
}
#Content .products > div nav {
  margin-top: auto;
}
@media print, screen and (min-width: 961px) {
  #Content .products > div nav {
    width: 410px;
  }
}
#Content .products > div#gel_sec .round,
#Content .products > div#gel_sec .btn-buy {
  background-color: #00A0CD;
}
#Content .products > div#ex_sec .btn-buy {
  background: -ms-linear-gradient(90deg, rgb(242, 150, 0) 0%, rgb(255, 240, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F29600', endColorstr='#FFF000' ,GradientType=0)";
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(242, 150, 0)), to(rgb(255, 240, 0)));
  background: linear-gradient(0deg, rgb(242, 150, 0) 0%, rgb(255, 240, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF000", endColorstr="#F29600", GradientType=0);
  color: #001D56;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
#Content .products > div#ex_sec .btn-buy:hover {
  color: #fff;
  text-shadow: none;
}

/*==================================================
	キャンペーンバナー
==================================================*/
/*==================================================
	あなたにピッタリ
==================================================*/
@media print, screen and (min-width: 961px) {
  .perfect-for-you {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 960px) {
  .perfect-for-you h2 {
    font-size: 9.0666666667vw !important;
  }
}
.perfect-for-you ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
@media print, screen and (min-width: 961px) {
  .perfect-for-you ul {
    margin-top: 40px;
    max-width: 1100px;
  }
}
@media screen and (max-width: 960px) {
  .perfect-for-you ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 961px) {
  .perfect-for-you ul li {
    width: calc((100% - 60px) / 3);
  }
}
@media print, screen and (min-width: 961px) {
  .perfect-for-you ul li + li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 960px) {
  .perfect-for-you ul li + li {
    margin-top: 4vw;
  }
}
.perfect-for-you ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-radius: 4px;
  position: relative;
}
@media print, screen and (min-width: 961px) {
  .perfect-for-you ul li a {
    padding: 20px 20px 40px;
  }
  .perfect-for-you ul li a:hover::after {
    -webkit-transform: translate(-50%, 8px) rotate(90deg);
            transform: translate(-50%, 8px) rotate(90deg);
  }
}
@media screen and (max-width: 960px) {
  .perfect-for-you ul li a {
    padding-right: 2.6666666667vw;
    height: 21.3333333333vw;
  }
}
.perfect-for-you ul li a sup {
  margin-right: 2px;
  -webkit-transform: translateY(-0.5em);
          transform: translateY(-0.5em);
}
.perfect-for-you ul li a::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  -webkit-mask-image: url("/assets/img/common/icon_arrow_inpact.svg");
          mask-image: url("/assets/img/common/icon_arrow_inpact.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media print, screen and (min-width: 961px) {
  .perfect-for-you ul li a::after {
    width: 14px;
    height: 10px;
    left: 50%;
    bottom: 16px;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 960px) {
  .perfect-for-you ul li a::after {
    width: 4.2666666667vw;
    height: 2.6666666667vw;
    right: 4.8vw;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}
.perfect-for-you ul li:nth-child(1) a {
  background: -webkit-gradient(linear, left top, left bottom, from(#C4AD8B), to(#a69177));
  background: linear-gradient(to bottom, #C4AD8B, #a69177);
}
.perfect-for-you ul li:nth-child(2) a {
  background: -webkit-gradient(linear, left top, left bottom, from(#f1e1bc), to(#968248));
  background: linear-gradient(to bottom, #f1e1bc, #968248);
}
.perfect-for-you ul li:nth-child(3) a {
  background-color: #00A0CD;
}
.perfect-for-you ul li:nth-child(4) a {
  background-color: #F3981C;
}
@media print, screen and (min-width: 961px) {
  .perfect-for-you .note {
    display: block;
    margin: 20px auto 0;
    max-width: 1080px;
    text-align: left;
  }
}
@media screen and (max-width: 960px) {
  .perfect-for-you .note {
    margin: 1.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
}

/*==================================================
	LINE UP
==================================================*/
@media print, screen and (min-width: 961px) {
  #lineup {
    padding-top: 100px;
  }
}
@media screen and (max-width: 960px) {
  #lineup {
    padding-top: 13.3333333333vw;
  }
}
#lineup h2 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: left;
}
#lineup h3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  text-align: left;
}
#lineup #ProductsList .category_wrap .list {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
#lineup #ProductsList .category_wrap .list a .series {
  line-height: 1;
}
#lineup #ProductsList .category_wrap .list a:hover h3 {
  color: #aaaaaa;
}

/*==============================
  注釈位置リセット
==============================*/
.note sup {
  top: 0;
}

/*==============================
  CM
==============================*/
@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: 48px !important;
  }
}
@media screen and (max-width: 960px) {
  #cm h2 {
    font-size: 6.9333333333vw !important;
  }
}
@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;
}

/*==============================
  純金バナー
==============================*/
.jyunkin-banner540 {
  max-width: 540px;
  margin: 3em auto 0;
}
.jyunkin-banner540 a {
  display: block;
}