@charset "UTF-8";
.pdp .pdpMain .c-btn__btn {
  -webkit-appearance: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 2px;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .pdp .pdpMain .c-btn__btn {
    transition: opacity 0.3s ease;
  }
  .pdp .pdpMain .c-btn__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .pdp .pdpMain .c-btn__btn {
    height: 11.5942028986vw;
    border-width: max(0.2415458937vw, 1px);
    border-radius: 0.4830917874vw;
    font-size: 3.1400966184vw;
  }
}
.pdp .pdpMain .c-btn__btn::after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 13px;
  height: 11px;
  margin: auto 0;
  background: no-repeat 50% 50% / contain;
  content: "";
}
@media screen and (max-width: 768px) {
  .pdp .pdpMain .c-btn__btn::after {
    right: 3.8647342995vw;
    width: 3.1400966184vw;
    height: 2.6570048309vw;
  }
}
.pdp .pdpMain .c-btn__btn--noicon::after {
  content: none !important;
}
.pdp .pdpMain .c-btn__btn-primary {
  border-color: #323232;
  background-color: #323232;
  color: #FFFCF4;
}
@media screen and (min-width: 769px) {
  .pdp .pdpMain .c-btn__btn-primary {
    transition-property: border-color, background-color;
  }
  .pdp .pdpMain .c-btn__btn-primary:hover {
    border-color: #959595;
    background-color: #959595;
    opacity: 1;
  }
}
.pdp .pdpMain .c-btn__btn-primary::after {
  background-image: url("../common/img/icon_arrow2.svg");
}
.pdp .pdpMain .c-btn__btn-primary--back::after {
  left: 16px;
  right: auto;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .pdp .pdpMain .c-btn__btn-primary--back::after {
    left: 3.8647342995vw;
  }
}
.pdp .pdpMain .c-btn__btn-secondary {
  border-color: rgba(50, 50, 50, 0.2);
  background-color: #fff;
  color: #323232;
}
.pdp .pdpMain .c-btn__btn-secondary::after {
  background-image: url("../common/img/icon_arrow2_black.svg");
}
.pdp .pdpMain .c-btn__btn-secondary--back::after {
  left: 16px;
  right: auto;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .pdp .pdpMain .c-btn__btn-secondary--back::after {
    left: 3.8647342995vw;
  }
}
.pdp .pdpMain .c-btn__btn-tertiary {
  border-color: rgba(50, 50, 50, 0.2);
  background-color: #F9F9F9;
  color: #323232;
}
.pdp .pdpMain .c-btn__btn-tertiary::after {
  background-image: url("../common/img/icon_arrow2_black.svg");
}
.pdp .pdpMain .c-btn__btn-tertiary--back::after {
  left: 16px;
  right: auto;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .pdp .pdpMain .c-btn__btn-tertiary--back::after {
    left: 3.8647342995vw;
  }
}
.pdp .pdpMain .content-asset p {
  letter-spacing: 0;
  font-feature-settings: normal;
}
@media screen and (max-width: 768px) {
  .pdp .pdpMain .content-asset p {
    font-size: 3.3816425121vw;
  }
}
.pdp .pdpMain .content-asset .c-title__has-toggle {
  position: relative;
  margin-bottom: -1px;
  padding-right: 25px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .pdp .pdpMain .content-asset .c-title__has-toggle {
    padding-right: 8.9371980676vw;
  }
}
.pdp .pdpMain .content-asset .c-title__has-toggle::after {
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  background: url(../common/img/icon_plus.svg) no-repeat 50% 50%/contain;
  content: "";
}
@media screen and (max-width: 768px) {
  .pdp .pdpMain .content-asset .c-title__has-toggle::after {
    right: 4.1062801932vw;
    width: 2.4154589372vw;
    height: 2.4154589372vw;
  }
}
.pdp .pdpMain .content-asset .c-title__has-toggle.u__toggle-opened::after {
  background-image: url("../common/img/icon_minus.svg");
}
.pdp .pdpMain .content-asset .cSectionTitle {
  letter-spacing: 0;
  font-feature-settings: normal;
}
@media screen and (min-width: 769px) {
  .pdp .pdpMain .content-asset .cSectionTitle {
    margin-block: 100px 40px;
  }
}
@media screen and (max-width: 768px) {
  .pdp .pdpMain .content-asset .cSectionTitle {
    margin-block: 24.154589372vw 9.6618357488vw;
  }
}
.pdp .pdpMain .content-asset .cSectionTitle-inner {
  height: auto;
}
@media screen and (min-width: 769px) {
  .pdp .pdpMain .content-asset .cSectionTitle-inner {
    min-height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pdp .pdpMain .content-asset .cSectionTitle-inner {
    min-height: 9.6618357488vw;
    margin-left: 0;
  }
}
.pdp .pdpMain .content-asset .cSmallTitle {
  letter-spacing: 0;
  font-feature-settings: normal;
}
@media screen and (min-width: 769px) {
  .pdp .pdpMain .content-asset .cSmallTitle {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .pdp .pdpMain .content-asset .cSmallTitle {
    margin-bottom: 7.2463768116vw;
  }
}
.pdp .pdpMain .content-asset .cFlow-item {
  align-items: stretch;
}
@media screen and (min-width: 769px) {
  .pdp .pdpMain .content-asset .cFlow-item {
    padding-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .pdp .pdpMain .content-asset .cFlow-item:not(:first-child) {
    padding-top: 26px;
  }
}
@media screen and (max-width: 768px) {
  .pdp .pdpMain .content-asset .cFlow-item:not(:first-child) {
    padding-top: 6.038647343vw;
  }
}
.pdp .pdpMain .content-asset .cFlow-item:not(:last-child) .cFlow-image::after {
  height: 100%;
}
.pdp .pdpMain .content-asset .cFlow-image {
  height: auto;
}
@media screen and (min-width: 769px) {
  .pdp .pdpMain .content-asset .pdp-cont-hover {
    transition: opacity .2s linear;
  }
  .pdp .pdpMain .content-asset .pdp-cont-hover:hover {
    opacity: .7;
  }
}
.pdp .pdpMain .content-asset .pdp-cont-copy-sup {
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .pdp .pdpMain .content-asset .pdp-cont-copy-sup {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .pdp .pdpMain .content-asset .pdp-cont-copy-sup {
    font-size: 2.8985507246vw;
  }
}
@media screen and (min-width: 769px) {
  .pdp .pdpMain .content-asset .pdp-cont-upper {
    padding-top: 18px;
    padding-inline: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pdp .pdpMain .content-asset .pdp-cont-upper {
    margin: -32px -40px -50px;
    padding-inline: 4.1062801932vw;
    padding-bottom: 12.077294686vw;
  }
}
@media screen and (min-width: 769px) {
  .pdp .pdpMain .content-asset .pdp-cont-upper-image {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pdp .pdpMain .content-asset .pdp-cont-upper-image {
    margin-inline: -4.1062801932vw;
    margin-bottom: 9.6618357488vw;
  }
}
.pdp .pdpMain .content-asset .pdp-cont-upper-title {
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
  font-feature-settings: normal;
}
@media screen and (min-width: 769px) {
  .pdp .pdpMain .content-asset .pdp-cont-upper-title {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .pdp .pdpMain .content-asset .pdp-cont-upper-title {
    margin-bottom: 2.8985507246vw;
    font-size: 4.347826087vw;
  }
}
.pdp .pdpMain .content-asset .pdp-cont-upper-copy {
  margin: 0 0 1.57em;
  line-height: 1.57;
  letter-spacing: 0;
  font-feature-settings: normal;
}
@media screen and (min-width: 769px) {
  .pdp .pdpMain .content-asset .pdp-cont-upper-copy {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pdp .pdpMain .content-asset .pdp-cont-upper-copy {
    font-size: 3.3816425121vw;
  }
}
@media screen and (min-width: 769px) {
  .pdp .pdpMain .content-asset .pdp-cont-lower {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 768px) {
  .pdp .pdpMain .content-asset .pdp-cont-lower {
    margin: -32px -40px -50px;
    padding-inline: 4.1062801932vw;
    padding-bottom: 12.077294686vw;
  }
}

@media screen and (min-width: 769px) {
  .pdp .pdp-content-section {
    margin-top: 45px;
  }
}
.pdp .pdp-content-section .pdp-content-inner {
  max-width: none;
}
.pdp .pdp-content-section .pdp-content-inner .column {
  padding-inline: 0;
}
@media screen and (min-width: 769px) {
  .pdp .pdp-content-section .pdp-content-inner .column {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .pdp-content-section {
    padding-bottom: 7.2463768116vw;
  }
}
@media screen and (min-width: 769px) {
  .pdp-content-section .product-basic {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 768px) {
  .pdp-content-section .product-basic {
    margin: 0 0 4.8309178744vw;
  }
}
.pdp-content-section .product-basic h2 {
  border: 1px solid #d6d6d6;
  border-width: 1px 0;
  background-color: #fffae7;
  line-height: 1.6;
  text-align: left;
  font-feature-settings: 'pkna' on;
}
@media screen and (min-width: 769px) {
  .pdp-content-section .product-basic h2 {
    margin: 50px auto 32px;
    padding: 17px;
    font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .pdp-content-section .product-basic h2 {
    margin: 14.4927536232vw auto 7.729468599vw;
    padding: 4.347826087vw;
    font-family: "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
    font-size: 3.6231884058vw;
    letter-spacing: 1.5px;
  }
}
.pdp-content-section .product-basic .ct-usage-common {
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .pdp-content-section .product-basic .ct-usage-common {
    padding-inline: 4.1062801932vw;
  }
}
.pdp-content-section .product-basic .narrow > ul {
  margin: 0;
}
.pdp-content-section .product-basic ul.list-circle li {
  margin-bottom: 0;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.57;
}
@media screen and (min-width: 769px) {
  .pdp-content-section .product-basic ul.list-circle li {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .pdp-content-section .product-basic ul.list-circle li {
    font-size: 3.3816425121vw;
  }
}
.pdp-content-section .product-basic ul.list-circle li::before {
  content: "○";
}
.pdp-content-section .product-basic ul.list-circle li.star::before {
  content: "☆";
}
.pdp-content-section .product-basic .ct-attention-block {
  border: 1px solid #c9c9c9;
  border-width: 1px 0;
}
@media screen and (min-width: 769px) {
  .pdp-content-section .product-basic .ct-attention-block {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pdp-content-section .product-basic .ct-attention-block {
    margin-top: 4.8309178744vw;
  }
}
.pdp-content-section .product-basic h3.ct-attention-toggle {
  position: relative;
  margin: 0;
  color: #888;
  line-height: 1.67;
  text-align: left;
  font-feature-settings: 'palt' on, 'pkna' on;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .pdp-content-section .product-basic h3.ct-attention-toggle {
    font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
    padding: 11px 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .pdp-content-section .product-basic h3.ct-attention-toggle {
    font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
    padding: 2.6570048309vw 0;
    font-size: 2.8985507246vw;
  }
}
.pdp-content-section .product-basic h3.ct-attention-toggle::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-family: "icomoon";
  font-weight: 700;
  content: "\e904";
}
@media screen and (min-width: 769px) {
  .pdp-content-section .product-basic h3.ct-attention-toggle::after {
    right: 15px;
    height: 18px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .pdp-content-section .product-basic h3.ct-attention-toggle::after {
    right: 3.6231884058vw;
    height: 4.347826087vw;
    font-size: 2.8985507246vw;
  }
}
.pdp-content-section .product-basic h3.ct-attention-toggle.opened::after {
  content: "\e905";
}
.pdp-content-section .product-basic ul.list-attention li {
  padding-left: 1em;
  line-height: 1.8;
  text-indent: -1em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .pdp-content-section .product-basic ul.list-attention li {
    margin-bottom: 4px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .pdp-content-section .product-basic ul.list-attention li {
    margin-bottom: 0.9661835749vw;
    font-size: 2.8985507246vw;
  }
}
@media screen and (min-width: 769px) {
  .pdp-content-section .product-banner {
    max-width: 752px;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 768px) {
  .pdp-content-section .product-banner {
    margin: 12.077294686vw 4.1062801932vw 7.2463768116vw;
  }
}
.pdp-content-section .product-banner a {
  display: block;
}
@media screen and (min-width: 769px) {
  .pdp-content-section .product-banner a {
    transition: opacity .5s ease;
  }
  .pdp-content-section .product-banner a:hover {
    opacity: .7;
  }
}
