.l-Column.is-gutter--m .l-Column__inner {
  margin-right: 0;
  margin-left: 0;
}

.l-Column.is-gutter--m .l-Column__cols {
  padding: 0;
}

.g-Text,
.g-Image {
  margin-bottom: 0;
}

.CpSectionLede {
  background-color: #F4F2EF;
  color: #292929;
}

.CpLede__text {
  font-family: YuGoPr6N-Bold, sans-serif;
  font-weight: 600;
  text-align: center;
}

.CpLede__text strong {
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
  -webkit-text-decoration-color: #E01D75;
          text-decoration-color: #E01D75;
  text-underline-offset: 0.4em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.CpLede__text strong .is-green {
  color: #197536;
}

.CpLede__text strong .is-pink {
  color: #E01D75;
}

.CpLede__text p + p {
  margin-top: 1.2em;
}

.CPSectionProduct {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #292929;
}

.CPProductCard {
  background-color: #FFFFFF;
  border-color: #EFB8C5;
  border-width: 3px;
  border-style: solid;
  border-radius: 20px;
}

.CPProductCard__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.CPProductCard__name {
  font-family: YuGoPr6N-Bold, sans-serif;
  font-weight: 600;
}

.CPProductCard__description {
  font-family: YuGoPr6N-Medium, sans-serif;
}

.CPProductCard__label {
  display: inline-block;
  border-radius: 4px;
  background-color: #F5609A;
  color: #FFFFFF;
  font-family: YuGoPr6N-Bold, sans-serif;
  font-weight: 600;
  line-height: 1;
}

.CPProductCard__price {
  font-family: YuGoPr6N-Bold, sans-serif;
  font-weight: 600;
  line-height: 1;
}

.CPProductCard__shopLink {
  font-family: YuGoPr6N-Bold, sans-serif;
  font-weight: 600;
  line-height: 1;
}

.CPProductCard__shopLink a {
  color: #E01D75;
  text-decoration: underline;
}

.CPSectionVoice {
  background-color: #FBE4EA;
  color: #292929;
}

.CPVoiceLede {
  font-family: YuGoPr6N-Medium, sans-serif;
  font-size: min(calc(20 / 375 * 100vw), 32px);
  text-align: center;
}

.CPVoiceLede > span {
  font-size: min(calc(16 / 375 * 100vw), 24px);
}

.CPVoiceLede strong {
  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;
  color: #CA1A69;
  line-height: 1;
  font-family: YuGoPr6N-Bold, sans-serif;
  font-weight: 600;
  font-size: min(calc(24 / 375 * 100vw), 32px);
}

.CPVoiceLede strong > span {
  font-size: min(calc(17 / 375 * 100vw), 24px);
}

.CPVoiceLede strong::before, .CPVoiceLede strong::after {
  width: 2px;
  content: "";
  background-color: #CA1A69;
}

.CPVoiceLede strong::before {
  margin-right: 0.5em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.CPVoiceLede strong::after {
  margin-left: 0.5em;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.CPVoiceBox {
  display: grid;
}

.CPVoiceCard__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.CPVoiceCard__text {
  font-family: YuGoPr6N-Bold, sans-serif;
  font-weight: 600;
}

.CPSectionRecommend {
  background-color: #EBE5D8;
}

.CPRecommendBox__text {
  font-family: YuGoPr6N-Medium, sans-serif;
}

.CPSectionFeature {
  color: #292929;
}

.CPFeatureBox1__card {
  background-color: #FFFFFF;
  border-color: #EFB8C5;
  border-width: 3px;
  border-style: solid;
  border-radius: 20px;
}

.CPFeatureBox2__card {
  background-color: #FFFFFF;
  border-color: #EFB8C5;
  border-width: 3px;
  border-style: solid;
  border-radius: 20px;
}

.CPFeatureBox2__cardImage1 {
  margin-inline: auto;
}

.CPFeatureBox2__cardHr {
  border-top-width: 1px;
  border-bottom-width: 0;
  border-color: #DDDDDD;
  border-top-style: solid;
  border-bottom-style: none;
  margin-inline: auto;
}

.CPFeatureBox2__cardImage2 {
  margin-inline: auto;
}

.CPSectionCounseling {
  background-color: #F4F2EF;
}

.CPCounselingBox__card {
  border-radius: 40px;
  background-color: #B5CDE3;
}

.CPCounselingBox__cardTitle {
  font-family: YuGoPr6N-Bold, sans-serif;
  font-weight: 600;
  text-align: center;
}

.CPCounselingBox__cardText {
  font-family: YuGoPr6N-Medium, sans-serif;
  text-align: center;
}

.CPCounselingBox__cardButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 750px) {
  .DisplaySP {
    display: none;
  }
  .CpSectionLede__inner {
    max-width: 960px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-inline: auto;
  }
  .CpLede__text {
    line-height: calc(34 / 19);
    font-size: 19px;
  }
  .CPSectionProduct {
    padding-left: 20px;
    padding-right: 20px;
    background-image: url("//kao-h.assetsadobe3.com/is/image/content/dam/sites/kao/webmember-kao-kirei-com/jp/kbbplaypark/campaign/playpark-032/product_bg_01_pc.png?wid=2734");
  }
  .CPSectionProduct__inner {
    max-width: 868px;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-inline: auto;
  }
  .CPProductCard {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .CPProductCard__inner {
    max-width: 599px;
    margin-inline: auto;
  }
  .CPProductCard__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 24px;
    translate: -12px;
  }
  .CPProductCard__image {
    width: calc(228 / 599 * 100%);
  }
  .CPProductCard__text {
    width: calc(329 / 599 * 100%);
    margin-top: calc(60 / 599 * 100%);
  }
  .CPProductCard__name {
    line-height: calc(37 / 26);
    font-size: 26px;
  }
  .CPProductCard__description {
    margin-top: 10px;
    line-height: calc(31 / 16);
    font-size: 16px;
  }
  .CPProductCard__label {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 24px;
    font-size: 14px;
  }
  .CPProductCard__price {
    margin-top: 12px;
  }
  .CPProductCard__price .-yen {
    font-size: 26px;
  }
  .CPProductCard__price .-tax {
    font-size: 18px;
  }
  .CPProductCard__button {
    margin-top: 19px;
  }
  .CPProductCard__shopLink {
    margin-top: 19px;
    font-size: 20px;
  }
  .CPProductCard__foot {
    margin-top: 24px;
  }
  .CPSectionVoice {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .CPSectionVoice__inner {
    max-width: 960px;
    margin-inline: auto;
  }
  .CPVoiceLede {
    margin-top: 50px;
  }
  .CPVoiceLede strong::before, .CPVoiceLede strong::after {
    height: 32px;
  }
  .CPVoiceBox {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 30px;
    margin-top: 50px;
  }
  .CPVoiceCard {
    min-height: 164px;
    -webkit-filter: drop-shadow(8px 8px 0 #F0B9C6);
            filter: drop-shadow(8px 8px 0 #F0B9C6);
  }
  .CPVoiceCard:nth-child(4n+1), .CPVoiceCard:nth-child(4n+2) {
    background: linear-gradient(150deg, transparent 14px, #FFFFFF 0);
  }
  .CPVoiceCard:nth-child(4n+3), .CPVoiceCard:nth-child(4n+4) {
    background: linear-gradient(-150deg, transparent 14px, #FFFFFF 0);
  }
  .CPVoiceCard__inner {
    height: 100%;
    padding-left: calc(10 / 460 * 100%);
    padding-right: calc(40 / 460 * 100%);
  }
  .CPVoiceCard__icon {
    width: calc(90 / 380 * 100%);
  }
  .CPVoiceCard__text {
    width: calc(308 / 380 * 100%);
    line-height: calc(34 / 16);
    font-size: 16px;
  }
  .CPSectionRecommend {
    padding-top: 23px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .CPSectionRecommend__inner {
    max-width: 634px;
    margin-inline: auto;
  }
  .CPRecommendBox__body {
    margin-top: 35px;
  }
  .CPRecommendBox__text {
    line-height: calc(25 / 15);
    font-size: 15px;
  }
  .CPSectionFeature {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
    background: linear-gradient(135deg, #F7E7E6 10%, #F6E8EA 50%, #F5E7EC 90%);
  }
  .CPSectionFeature__inner {
    max-width: 960px;
    margin-inline: auto;
  }
  .CPFeatureBox1__body {
    margin-top: 80px;
  }
  .CPFeatureBox1__image {
    max-width: 765px;
    margin-inline: auto;
    translate: -10px;
  }
  .CPFeatureBox1__card {
    margin-top: 80px;
  }
  .CPFeatureBox1__cardInner {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .CPFeatureBox1__cardImage {
    max-width: 586px;
    margin-inline: auto;
  }
  .CPFeatureBox2 {
    margin-top: 80px;
  }
  .CPFeatureBox2__body {
    margin-top: 60px;
  }
  .CPFeatureBox2__cardInner {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .CPFeatureBox2__cardImage1 {
    max-width: 710px;
  }
  .CPFeatureBox2__cardHr {
    max-width: 700px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .CPFeatureBox2__cardImage2 {
    max-width: 587px;
  }
  .CPSectionCounseling {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .CPSectionCounseling__inner {
    max-width: 656px;
    margin-inline: auto;
  }
  .CPCounselingBox__title {
    max-width: 406px;
    margin-inline: auto;
  }
  .CPCounselingBox__card {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .CPCounselingBox__cardTitle {
    line-height: calc(27 / 19);
    font-size: 19px;
  }
  .CPCounselingBox__cardBody {
    margin-top: 20px;
  }
  .CPCounselingBox__cardText {
    line-height: calc(25 / 15);
    font-size: 15px;
  }
  .CPCounselingBox__cardFoot {
    margin-top: 35px;
  }
  .CPCounselingBox__cardButtons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    max-width: 426px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 749px) {
  .DisplayPC {
    display: none;
  }
  .CpSectionLede__inner {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    padding-top: calc(30 / 375 * 100vw);
    padding-bottom: calc(30 / 375 * 100vw);
  }
  .CpLede__text {
    line-height: calc(29 / 16);
    font-size: calc(16 / 375 * 100vw);
  }
  .CPSectionProduct {
    padding-left: calc(19 / 375 * 100vw);
    padding-right: calc(19 / 375 * 100vw);
    background-image: url("//kao-h.assetsadobe3.com/is/image/content/dam/sites/kao/webmember-kao-kirei-com/jp/kbbplaypark/campaign/playpark-032/product_bg_01_sp.png?wid=750");
  }
  .CPSectionProduct__inner {
    padding-top: calc(40 / 375 * 100vw);
    padding-bottom: calc(40 / 375 * 100vw);
  }
  .CPProductCard__inner {
    padding-top: calc(40 / 375 * 100vw);
    padding-bottom: calc(40 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
  .CPProductCard__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(24 / 375 * 100vw);
  }
  .CPProductCard__image {
    width: calc(160 / 375 * 100vw);
    margin-left: calc(45 / 375 * 100vw);
  }
  .CPProductCard__text {
    margin-top: calc(24 / 375 * 100vw);
    text-align: center;
  }
  .CPProductCard__name {
    line-height: calc(31 / 22);
    font-size: calc(22 / 375 * 100vw);
  }
  .CPProductCard__description {
    margin-top: calc(12 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
  .CPProductCard__label {
    padding-top: calc(4 / 375 * 100vw);
    padding-bottom: calc(4 / 375 * 100vw);
    padding-left: calc(6 / 375 * 100vw);
    padding-right: calc(6 / 375 * 100vw);
    margin-top: calc(20 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
  .CPProductCard__price {
    margin-top: calc(12 / 375 * 100vw);
  }
  .CPProductCard__price .-yen {
    font-size: calc(28 / 375 * 100vw);
  }
  .CPProductCard__price .-tax {
    font-size: calc(16 / 375 * 100vw);
  }
  .CPProductCard__button {
    margin-top: calc(20 / 375 * 100vw);
  }
  .CPProductCard__shopLink {
    margin-top: calc(20 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
  }
  .CPProductCard__foot {
    margin-top: calc(32 / 375 * 100vw);
  }
  .CPSectionVoice {
    padding-top: calc(50 / 375 * 100vw);
    padding-bottom: calc(50 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
  .CPVoiceLede {
    margin-top: calc(25 / 375 * 100vw);
  }
  .CPVoiceLede strong::before, .CPVoiceLede strong::after {
    height: calc(26 / 375 * 100vw);
  }
  .CPVoiceBox {
    row-gap: calc(30 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
  }
  .CPVoiceCard {
    -webkit-filter: drop-shadow(calc(8 / 375 * 100vw) calc(8 / 375 * 100vw) 0 #F0B9C6);
            filter: drop-shadow(calc(8 / 375 * 100vw) calc(8 / 375 * 100vw) 0 #F0B9C6);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .CPVoiceCard:nth-child(odd) {
    background: linear-gradient(150deg, transparent calc(12 / 375 * 100vw), #FFFFFF 0);
  }
  .CPVoiceCard:nth-child(even) {
    background: linear-gradient(-150deg, transparent calc(12 / 375 * 100vw), #FFFFFF 0);
  }
  .CPVoiceCard__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: calc(30 / 375 * 100vw);
    padding-bottom: calc(30 / 375 * 100vw);
    padding-left: calc(10 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
  .CPVoiceCard__icon {
    width: calc(82 / 375 * 100vw);
  }
  .CPVoiceCard__text {
    width: calc(210 / 375 * 100vw);
    line-height: calc(29 / 16);
    font-size: calc(16 / 375 * 100vw);
  }
  .CPSectionRecommend {
    padding-top: calc(17 / 375 * 100vw);
    padding-bottom: calc(40 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
  .CPRecommendBox__title {
    width: calc(270 / 375 * 100vw);
    margin-inline: auto;
  }
  .CPRecommendBox__body {
    margin-top: calc(20 / 375 * 100vw);
  }
  .CPRecommendBox__text {
    line-height: calc(22 / 13);
    font-size: calc(13 / 375 * 100vw);
  }
  .CPSectionFeature {
    padding-top: calc(50 / 375 * 100vw);
    padding-bottom: calc(50 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
    background: -webkit-gradient(linear, left top, left bottom, from(#F7E7E6), color-stop(50%, #F6E8EA), to(#F5E7EC));
    background: linear-gradient(180deg, #F7E7E6 0%, #F6E8EA 50%, #F5E7EC 100%);
  }
  .CPFeatureBox1__body {
    margin-top: calc(32 / 375 * 100vw);
  }
  .CPFeatureBox1__image {
    width: calc(292 / 375 * 100vw);
  }
  .CPFeatureBox1__card {
    margin-top: calc(40 / 375 * 100vw);
  }
  .CPFeatureBox1__cardInner {
    padding-top: calc(40 / 375 * 100vw);
    padding-bottom: calc(40 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
  .CPFeatureBox2 {
    margin-top: calc(40 / 375 * 100vw);
  }
  .CPFeatureBox2__body {
    margin-top: calc(20 / 375 * 100vw);
  }
  .CPFeatureBox2__cardInner {
    padding-top: calc(40 / 375 * 100vw);
    padding-bottom: calc(40 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
  .CPFeatureBox2__cardImage1 {
    width: calc(210 / 375 * 100vw);
  }
  .CPFeatureBox2__cardHr {
    width: calc(245 / 375 * 100vw);
    margin-top: calc(40 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
  .CPFeatureBox2__cardImage2 {
    width: calc(297 / 375 * 100vw);
  }
  .CPSectionCounseling {
    padding-top: calc(40 / 375 * 100vw);
    padding-bottom: calc(50 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
  .CPCounselingBox__card {
    padding-top: calc(40 / 375 * 100vw);
    padding-bottom: calc(50 / 375 * 100vw);
    padding-left: calc(31 / 375 * 100vw);
    padding-right: calc(31 / 375 * 100vw);
  }
  .CPCounselingBox__cardTitle {
    line-height: calc(24 / 17);
    font-size: calc(17 / 375 * 100vw);
  }
  .CPCounselingBox__cardBody {
    margin-top: calc(18 / 375 * 100vw);
  }
  .CPCounselingBox__cardText {
    line-height: calc(22 / 13);
    font-size: calc(13 / 375 * 100vw);
  }
  .CPCounselingBox__cardFoot {
    margin-top: calc(35 / 375 * 100vw);
  }
  .CPCounselingBox__cardButtons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: calc(15 / 375 * 100vw);
  }
}

@media (any-hover: hover) {
  .CPProductCard__button a:hover {
    opacity: 0.7;
  }
  .CPProductCard__shopLink a:hover {
    text-decoration: none;
  }
  .CPProductCard__anchorLink a:hover {
    opacity: 0.7;
  }
  .CPCounselingBox__cardButton:hover {
    opacity: 0.7;
  }
}
