.product-contents {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #56526E;
  background-color: #FFFDF7;
}
.product-contents * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-contents a {
  text-decoration: none;
}
.product-contents .p-brandNavi {
  --brandNavi-color: var(--c-main);
}
.product-contents .p-brandNavi__drawer {
  z-index: 5;
}
.product-contents .p-brandNavi__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
}
.product-contents {
  --c-main: #774697;
  --c-accent: #FF6666;
  --c-f-base:#56526E;
  --fontstyle-mincho: "Noto Serif JP",
  serif;
}
.product-contents .f-notoserif {
  font-family: var(--fontstyle-mincho);
}
@media screen and (width <= 750px) {
  .product-contents .is-pcOnly {
    display: none;
  }
}
@media screen and (width > 750px) {
  .product-contents .is-spOnly {
    display: none;
  }
}
.product-contents .p-cart {
  color: #333;
}

.mv {
  visibility: hidden;
  position: relative;
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
  z-index: 2;
}
.mv .mv__base {
  -webkit-margin-end: auto;
          margin-inline-end: auto;
}
@media screen and (width > 750px) {
  .mv .mv__base {
    max-width: 562px;
  }
}
@media screen and (width <= 750px) {
  .mv .mv__base {
    width: 73.0769230769%;
  }
}
.mv .mv__base img {
  width: 100%;
}
.mv .mv-title__main {
  position: absolute;
  z-index: 1;
}
@media screen and (width > 750px) {
  .mv .mv-title__main {
    width: 44px;
    right: 60px;
    top: 50px;
  }
}
@media screen and (width <= 750px) {
  .mv .mv-title__main {
    width: 7.9487179487%;
    top: 7.7433628319%;
    right: 5.8974358974%;
  }
}
.mv .mv-title__main img {
  width: 100%;
}
.mv .mv-title__sub {
  position: absolute;
  z-index: 1;
}
@media screen and (width > 750px) {
  .mv .mv-title__sub {
    width: 82px;
    top: 51px;
    right: 126px;
  }
}
@media screen and (width <= 750px) {
  .mv .mv-title__sub {
    width: 14.8717948718%;
    top: 7.9646017699%;
    right: 17.9487179487%;
  }
}
.mv .mv-title__sub img {
  width: 100%;
}
.mv .mv-point {
  position: absolute;
  z-index: 0;
}
@media screen and (width > 750px) {
  .mv .mv-point {
    width: 187px;
    right: 46px;
    bottom: 86px;
  }
}
@media screen and (width <= 750px) {
  .mv .mv-point {
    width: 33.8461538462%;
    bottom: 0;
    right: 3.5897435897%;
  }
}
.mv .mv-point img {
  width: 100%;
}

.outline {
  width: calc(100% - 40px);
  margin-inline: auto;
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  row-gap: 32px;
  z-index: 2;
}
.outline .outline__title {
  text-align: center;
  color: var(--c-f-base);
}
.outline .outline__image {
  width: calc(100% - 100px);
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
@media screen and (width <= 750px) {
  .outline .outline__image {
    width: calc(100% - 30px);
  }
}
.outline .outline__image img {
  width: 100%;
}
.outline .outline__image::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background-image: url("/kinu/images/index/outline-bg01.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: -128px;
  top: -53px;
  z-index: -1;
}
@media screen and (width <= 750px) {
  .outline .outline__image::before {
    left: -154px;
    top: -56px;
  }
}
.outline .outline__image::after {
  content: "";
  display: block;
  width: 101px;
  height: 102px;
  background-image: url("/kinu/images/index/outline-bg02.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: -80px;
  bottom: -60px;
  z-index: -1;
}
@media screen and (width <= 750px) {
  .outline .outline__image::after {
    right: -76px;
    bottom: -57px;
  }
}
.outline .outline-productName {
  display: -ms-grid;
  display: grid;
  row-gap: 12px;
  justify-items: center;
}
@media screen and (width > 750px) {
  .outline .outline-productName .outline-productName__main {
    width: 390px;
    margin-inline: auto;
  }
  .outline .outline-productName .outline-productName__main img {
    width: 100%;
  }
}
.outline .outline-productName .outline-productname__sub {
  text-align: center;
  color: var(--c-f-base);
}
.outline .outline-list {
  display: -ms-grid;
  display: grid;
  gap: 8px;
}
@media screen and (width > 750px) {
  .outline .outline-list {
    width: 480px;
    margin-inline: auto;
    gap: 11px;
  }
}
.outline .outline-list .outline-list__item {
  list-style: none;
  padding-inline: 8px;
  padding-block: 7px;
  border-radius: 8px;
  border: 1px solid #FFA2A2;
  color: var(--c-accent);
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}
.outline .outline-list .outline-list__item span {
  font-size: 14px;
}
@media screen and (width > 750px) {
  .outline .outline-list .outline-list__item.is-item04 {
    height: 45px;
  }
}
.outline .outline__text {
  color: var(--c-f-base);
}
@media screen and (width > 750px) {
  .outline .outline__text {
    padding-inline: 30px;
  }
}
.outline .outline__text a {
  color: var(--c-f-base);
  text-decoration: underline;
}
.outline .outline-product {
  display: -ms-grid;
  display: grid;
  row-gap: 24px;
}
.outline .outline-product .p-product__image {
  position: relative;
  z-index: 2;
}
.outline .outline-product .p-product__image::after {
  content: "";
  display: block;
  width: 312px;
  height: 319px;
  background-image: url("/kinu/images/index/product-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  bottom: -6px;
}
.outline .outline-product .p-cart__shop {
  display: none;
}

.renewal {
  width: 350px;
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
  margin-inline: auto;
  padding-inline: 10px;
  -webkit-padding-before: 28px;
          padding-block-start: 28px;
  -webkit-padding-after: 36px;
          padding-block-end: 36px;
  background-image: url("/kinu/images/index/renewal-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (width > 750px) {
  .renewal {
    width: 560px;
    aspect-ratio: 450/600;
    padding-block: 60px;
    padding-inline: 40px;
  }
}
.renewal .renewal__title {
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  text-align: center;
  color: #BF6162;
}
@media screen and (width > 750px) {
  .renewal .renewal__title {
    -webkit-margin-after: 36px;
            margin-block-end: 36px;
  }
}
.renewal .renewal__ribbon {
  text-align: center;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}
@media screen and (width > 750px) {
  .renewal .renewal__ribbon {
    -webkit-margin-after: 36px;
            margin-block-end: 36px;
  }
}
.renewal .renewal-content {
  display: -ms-grid;
  display: grid;
  row-gap: 20px;
}
@media screen and (width > 750px) {
  .renewal .renewal-content {
    row-gap: 40px;
  }
}
.renewal .renewal-head {
  display: -ms-grid;
  display: grid;
  row-gap: 14px;
}
.renewal .renewal-head .renewal-head__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.renewal .renewal-head .renewal-head__item p {
  color: var(--c-f-base);
}
.renewal .renewal-head .renewal-head__item p span {
  color: #BF6162;
}
.renewal .renewal__image {
  text-align: center;
}
.renewal .renewal__text {
  color: var(--c-f-base);
}
@media screen and (width <= 750px) {
  .renewal .renewal__text {
    padding-inline: 4px;
    -webkit-padding-start: 8px;
            padding-inline-start: 8px;
  }
}

.which {
  margin-inline: auto;
  -webkit-padding-after: 60px;
          padding-block-end: 60px;
}
@media screen and (width > 750px) {
  .which {
    width: 560px;
  }
}
@media screen and (width <= 750px) {
  .which {
    width: calc(100% - 40px);
  }
}
.which .which-title {
  border-top: 2px solid var(--c-accent);
  border-bottom: 2px solid var(--c-accent);
  padding-block: 2px;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
.which .which-title .which-title__inner {
  border-top: 1px solid var(--c-accent);
  border-bottom: 1px solid var(--c-accent);
  padding-block: 6px;
}
.which .which-title .which-title__inner h2 {
  color: var(--c-f-base);
  text-align: center;
}
.which .which-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-margin-after: 72px;
          margin-block-end: 72px;
}
.which .which-content .which-content__box .image {
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
}
.which .which-content .which-content__box .image img {
  width: 100%;
}

.cnt-wrap01 {
  background-image: url("/kinu/images/index/cnt-wrap-bg01.png");
  background-repeat: repeat;
  padding-block: 20px;
  padding-inline: 10px;
}
.cnt-wrap01 .cnt-wrap01__inner {
  padding-block: 40px;
  padding-inline: 20px;
  background-color: #FFFDF7;
}
@media screen and (width <= 750px) {
  .cnt-wrap01 .cnt-wrap01__inner {
    padding-inline: 10px;
  }
}

.scene {
  display: -ms-grid;
  display: grid;
  row-gap: 24px;
  -webkit-margin-after: 48px;
          margin-block-end: 48px;
}
.scene .scene-head {
  display: -ms-grid;
  display: grid;
  row-gap: 14px;
}
.scene .scene-head .scene-head__icon {
  text-align: center;
}
.scene .scene__image {
  text-align: center;
}
@media screen and (width > 750px) {
  .scene .scene__image {
    width: 450px;
    margin-inline: auto;
  }
  .scene .scene__image img {
    width: 100%;
  }
}
.scene .scene__text {
  color: var(--c-f-base);
}
@media screen and (width > 750px) {
  .scene .scene__text {
    padding-inline: 20px;
  }
}
@media screen and (width <= 750px) {
  .scene .scene__text {
    padding-inline: 10px;
  }
}

.reason {
  display: -ms-grid;
  display: grid;
  row-gap: 24px;
  -webkit-margin-after: 48px;
          margin-block-end: 48px;
}
.reason .reason__title {
  color: var(--c-f-base);
}
@media screen and (width > 750px) {
  .reason .reason__title {
    text-align: center;
  }
}
.reason .reason__image {
  text-align: center;
}
@media screen and (width > 750px) {
  .reason .reason__image {
    width: 450px;
    margin-inline: auto;
  }
  .reason .reason__image img {
    width: 100%;
  }
}
.reason .reason__text {
  color: var(--c-f-base);
}
@media screen and (width > 750px) {
  .reason .reason__text {
    padding-inline: 20px;
  }
}
@media screen and (width <= 750px) {
  .reason .reason__text {
    padding-inline: 10px;
  }
}

.effect {
  display: -ms-grid;
  display: grid;
  row-gap: 24px;
  -webkit-margin-after: 48px;
          margin-block-end: 48px;
}
@media screen and (width > 750px) {
  .effect .effect__title {
    text-align: center;
  }
}
.effect .effect-head {
  display: -ms-grid;
  display: grid;
  row-gap: 14px;
}
.effect .effect-head .effect-head__icon {
  text-align: center;
}
.effect .effect__image {
  text-align: center;
}
@media screen and (width > 750px) {
  .effect .effect__image {
    width: 450px;
    margin-inline: auto;
  }
  .effect .effect__image img {
    width: 100%;
  }
}
.effect .effect__text {
  color: var(--c-f-base);
}
@media screen and (width > 750px) {
  .effect .effect__text {
    padding-inline: 20px;
  }
}
@media screen and (width <= 750px) {
  .effect .effect__text {
    padding-inline: 10px;
  }
}

.choice {
  display: -ms-grid;
  display: grid;
  row-gap: 24px;
  -webkit-margin-after: 48px;
          margin-block-end: 48px;
}
.choice .choice__title {
  color: var(--c-f-base);
  margin-inline: auto;
}
@media screen and (width > 750px) {
  .choice .choice__title {
    width: calc(100% - 40px);
  }
}
.choice .choice-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width > 750px) {
  .choice .choice-image {
    width: 450px;
    margin-inline: auto;
  }
  .choice .choice-image img {
    width: 100%;
  }
}
.choice .choice-fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  max-width: 450px;
  margin-inline: auto;
  padding-inline: 8px;
}
.choice .choice-fl .image {
  width: 130px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.choice .choice-fl .textbox .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-margin-after: 5px;
          margin-block-end: 5px;
}
.choice .choice-fl .textbox .head .icon {
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("/kinu/images/index/choice-icon.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.choice .choice-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  justify-items: center;
}
@media screen and (width > 750px) {
  .choice .choice-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (width <= 750px) {
  .choice .choice-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.choice .choice-list .choice-list__item {
  width: 165px;
  height: 165px;
  border: 1px solid #FFA2A2;
  border-radius: 50%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.6;
}
@media screen and (width > 750px) {
  .choice .choice-list .choice-list__item {
    width: 175px;
    height: 175px;
  }
}
.choice .choice-list .choice-list__item .material {
  color: var(--c-accent);
}
@media screen and (width <= 750px) {
  .choice .choice-list .choice-list__item:nth-child(3) {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
}

.adjust {
  display: -ms-grid;
  display: grid;
  row-gap: 24px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
.adjust .adjust__title {
  color: var(--c-f-base);
}
@media screen and (width > 750px) {
  .adjust .adjust__title {
    text-align: center;
  }
}
.adjust .adjust__image {
  text-align: center;
}
@media screen and (width > 750px) {
  .adjust .adjust__image {
    width: 450px;
    margin-inline: auto;
  }
  .adjust .adjust__image img {
    width: 100%;
  }
}
.adjust .adjust__text {
  color: var(--c-f-base);
}
@media screen and (width > 750px) {
  .adjust .adjust__text {
    padding-inline: 20px;
  }
}
@media screen and (width <= 750px) {
  .adjust .adjust__text {
    padding-inline: 10px;
  }
}

.use {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  display: -ms-grid;
  display: grid;
  row-gap: 24px;
}
@media screen and (width > 750px) {
  .use .use__title {
    text-align: center;
  }
}
.use .use-head {
  display: -ms-grid;
  display: grid;
  row-gap: 14px;
}
.use .use-head .use-head__icon {
  text-align: center;
}
.use .use-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width > 750px) {
  .use .use-image {
    width: 450px;
    margin-inline: auto;
  }
  .use .use-image img {
    width: 100%;
  }
}
.use .use-list {
  display: -ms-grid;
  display: grid;
  row-gap: 24px;
}
.use .use-list .use-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.use .use-list .use-list__item .icon {
  width: 34px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cnt-wrap02 {
  padding-inline: 20px;
  padding-block: 60px;
  display: -ms-grid;
  display: grid;
  row-gap: 60px;
}
@media screen and (width <= 750px) {
  .cnt-wrap02 {
    padding-inline: 8px;
  }
}
.cnt-wrap02 .line {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.hahgiku {
  border: 1px solid #FFE4CB;
  border-radius: 7px;
  padding-block: 24px;
  padding-inline: 18px;
  display: -ms-grid;
  display: grid;
  row-gap: 12px;
}
@media screen and (width <= 750px) {
  .hahgiku {
    padding-inline: 14px;
  }
}
.hahgiku .hahagiku__image {
  text-align: center;
}
@media screen and (width > 750px) {
  .hahgiku .hahagiku__image {
    width: 450px;
    margin-inline: auto;
  }
  .hahgiku .hahagiku__image img {
    width: 100%;
  }
}
.hahgiku .hahagiku__text {
  -webkit-margin-after: 12px;
          margin-block-end: 12px;
}
.hahgiku .hahagiku__text a {
  color: var(--c-f-base);
  text-decoration: underline;
}
.hahgiku .hahagiku__link {
  width: 320px;
  margin-inline: auto;
  padding-block: 12px;
  -webkit-padding-start: 34px;
          padding-inline-start: 34px;
  background-color: #FFE4CB;
  border-radius: 119px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.hahgiku .hahagiku__link .icon {
  width: 12px;
  height: 12px;
  background-image: url("/kinu/images/index/hahagiku-icon.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.hahgiku .hahagiku__link .label {
  font-size: 16px;
}
.hahgiku .hahagiku__link:hover {
  background-color: #FFD3A9;
}

.qa {
  display: -ms-grid;
  display: grid;
  row-gap: 24px;
}
.qa .qa__title {
  text-align: center;
}
.qa .qa-box {
  display: -ms-grid;
  display: grid;
  row-gap: 12px;
}
.qa .qa-box .qa-content__q,
.qa .qa-box .qa-content__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.qa .qa-box .qa-content__q .icon,
.qa .qa-box .qa-content__a .icon {
  width: 25px;
  height: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.qa .qa-box .qa-content__q .icon img,
.qa .qa-box .qa-content__a .icon img {
  width: 100%;
  vertical-align: middle;
}
.qa .qa-box .qa-content__q .label a,
.qa .qa-box .qa-content__a .label a {
  color: var(--c-f-base);
  text-decoration: underline;
}

.line {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  text-align: center;
}

.link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/kinu/images/index/link-btn-bg01.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 320px;
  margin-inline: auto;
  -webkit-padding-start: 118px;
          padding-inline-start: 118px;
  padding-block: 22px;
  border-radius: 118px;
  position: relative;
}
.link-btn .label {
  font-size: 18px;
  color: #fff;
}
.link-btn::after {
  content: "";
  display: block;
  width: 41px;
  height: 93px;
  background-image: url("/kinu/images/index/link-icon02.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 72px;
  top: -8px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.link-btn:hover::after {
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
}
.link-btn .arrow {
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/*# sourceMappingURL=index.css.map */