@charset "UTF-8";
/* common
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
.yugothic {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

.cmn-inner.kurokami{
    width: 100%;
}


.yumincho {
  font-family: "游明朝", "Yu Mincho", "YuMincho", serif;
}

.shipporiMincho {
  font-family: "Shippori Mincho", serif;
}

/*
 * media query
**/
@media screen and (max-width: 767px) {
    .content-asset.kurokami #main .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
    .content-asset.kurokami #main .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
    .content-asset.kurokami #main .sp {
        display: block !important;
    }
}


@media screen and (max-width: 767px) {
    .content-asset.kurokami #main .sp_hide {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
    .content-asset.kurokami #main .sp_hide {
    display: block !important;
  }
}

body .content-asset.kurokami .fixedBody {
  width: 100%;
}
@media screen and (max-width: 767px) {
    body .content-asset.kurokami .brand-modal.js-modal-target {
    z-index: 10000;
  }
}
body #wrapper {
  background: transparent;
}
body #container {
  background-color: #fff;
}
body .content-asset.kurokami .boxList01 {
  margin-bottom: 0 !important;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
    body .content-asset.kurokami .boxList01 {
    padding-bottom: 4vw;
  }
}
body #footer {
  margin-top: 0 !important;
}
body #footer:before {
  top: 0 !important;
}
body #footer .footer-inner {
  padding-top: 25px;
}
body .content-asset.kurokami .breadcrumb {
  background: #fff;
  margin-top: 0 !important;
}
body .content-asset.kurokami .toolBox01.babypage {
  background-color: #F36677;
}
body .content-asset.kurokami .toolBox01.careceraappage {
  background-color: #27ABAB;
}

body #main {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  overflow: hidden;
  color: #333;
}
body #main img {
  display: inline;
}

body #main a {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 768px) {
  body #main a {
    transition: opacity 0.3s ease;
  }
}
body #main a:active, body #main a:focus {
  outline: 0;
  -moz-outline-style: none;
}
@media screen and (min-width: 768px) {
  body #main a:hover {
    opacity: 0.8;
  }
}
body #main * {
  outline: 0;
}
body #main strong {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  body #main {
    overflow: hidden;
  }
}
body #main .container {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  body #main .container {
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body #main .container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchorBtn * {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchorBtn {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    z-index: 1001;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchorBtn .spanchorBtn-wrap a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchorBtn .spanchorBtn-wrap a span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #29120e;
    margin-bottom: 7px;
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchorBtn .spanchorBtn-wrap a span:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchorBtn .spanchorBtn-wrap a.open {
    background-color: transparent;
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchorBtn .spanchorBtn-wrap a.open span:nth-of-type(1) {
    width: 32px;
    transform: rotate(45deg) translateX(7px) translateY(7px);
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchorBtn .spanchorBtn-wrap a.open span:nth-of-type(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchorBtn .spanchorBtn-wrap a.open span:nth-of-type(3) {
    width: 32px;
    transform: rotate(-45deg) translateX(5px) translateY(-6px);
  }
}
body #main #spanchor {
  display: none;
}
@media screen and (max-width: 767px) {
  body #main #spanchor * {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchorBtn-wrap {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
    z-index: 1001;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchorBtn-wrap a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchorBtn-wrap a span {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #29120e;
    margin-bottom: 7px;
    transition: transform 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchorBtn-wrap a span:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchorBtn-wrap a.open {
    background-color: transparent;
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchorBtn-wrap a.open span:nth-of-type(1) {
    width: 32px;
    transform: rotate(45deg) translateX(7px) translateY(7px);
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchorBtn-wrap a.open span:nth-of-type(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchorBtn-wrap a.open span:nth-of-type(3) {
    width: 32px;
    transform: rotate(-45deg) translateX(5px) translateY(-6px);
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchor-menu {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 374px) {
  body #main #spanchor .spanchor-menu {
    padding: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchor-menu .spanchor-logo {
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchor-menu ul li {
    border-top: 1px solid #b5d3c7;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchor-menu ul li:last-child {
    border-bottom: 1px solid #b5d3c7;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchor-menu ul li a {
    display: block;
    padding: 20px 25px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    line-height: 1.5;
  }
}
@media screen and (max-width: 374px) {
  body #main #spanchor .spanchor-menu ul li a {
    font-size: 14px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 767px) {
  body #main #spanchor .spanchor-menu ul li a:after {
    position: absolute;
    content: "";
    pointer-events: none;
    top: 50%;
    right: 0;
    width: 4px;
    height: 6px;
    margin-top: -3px;
    margin-right: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 374px) {
  body #main #spanchor .spanchor-menu ul li a:after {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  body #main #toTop {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    right: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body #main #toTop a {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 767px) {
  body #main #toTop a img {
    width: 21px;
  }
}

@media screen and (min-width: 768px) {
  .fs-container {
    max-width: 1080px;
    margin: 0 auto;
  }
}

.content-asset.kurokami #kv {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
    .content-asset.kurokami #kv {
    padding-bottom: 30px;
    background-color: #000;
  }
}
.content-asset.kurokami #kv .kv-img figure {
  position: relative;
  z-index: 1;
}
.content-asset.kurokami #kv .kv-img figure img {
  width: 100%;
}
.content-asset.kurokami #kv .kv-img a {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
    .content-asset.kurokami #kv .kv-img a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
    .content-asset.kurokami #kv .kv-img a:hover:after {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
    .content-asset.kurokami #kv .kv-img a {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 6.5%;
    margin-left: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19.0336749634vw;
    height: 3.6603221083vw;
    text-align: center;
    color: #fff;
    font-size: 1.317715959vw;
    text-align: center;
    color: #fff;
    font-weight: 600;
  }
}
@media screen and (max-width: 1080px) {
    .content-asset.kurokami #kv .kv-img a {
    width: 205px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
    .content-asset.kurokami #kv .kv-img a:before {
    background-image: url(../../images/product-detail/50nomegumi/kurokami/btn-01_hover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
    .content-asset.kurokami #kv .kv-img a:after {
    transition: opacity 0.3s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/product-detail/50nomegumi/kurokami/btn-01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
    .content-asset.kurokami #kv .kv-txt {
    margin-left: 54px;
  }
}
@media screen and (min-width: 768px) {
    .content-asset.kurokami #kv .kv-txt h2 img {
    width: 680px;
  }
}
@media screen and (max-width: 1270px) {
    .content-asset.kurokami #kv .kv-txt h2 img {
    width: 53.5433070866vw;
  }
}
@media screen and (max-width: 1080px) {
    .content-asset.kurokami #kv .kv-txt h2 img {
    width: 578px;
  }
}
@media screen and (max-width: 767px) {
    .content-asset.kurokami #kv .kv-txt h2 img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
    .content-asset.kurokami #kv .kv-txt h3 {
    margin-top: 84px;
    padding-left: 93px;
  }
}
@media screen and (min-width: 768px) {
    .content-asset.kurokami #kv .kv-txt h3 img {
    width: 388px;
  }
}
.content-asset.kurokami #kv .kv-txt p {
  font-size: 12px;
  line-height: 1.833;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
    .content-asset.kurokami #kv .kv-txt p {
    padding-left: 48px;
  }
}
@media screen and (max-width: 1270px) {
    .content-asset.kurokami #kv .kv-txt p {
    font-size: 0.9448818898vw;
  }
}
@media screen and (max-width: 767px) {
    .content-asset.kurokami #kv .kv-txt p {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    padding: 0 5px;
    box-sizing: border-box;
  }
}
.content-asset.kurokami #kv .kv-txt p span {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .content-asset.kurokami #kv .kv-txt p span {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
    .content-asset.kurokami #kv .kv-txt p img {
    width: 375px;
    margin-bottom: 15px;
    margin-left: -7px;
  }
}
@media screen and (max-width: 374px) {
    .content-asset.kurokami #kv .kv-txt p img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
    .content-asset.kurokami #kv .kv-txt a {
    position: relative;
    z-index: 1;
    margin: -24% auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 325px;
    height: 60px;
    background-image: url(../../images/product-detail/50nomegumi/kurokami/btn-01.sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }
}
@media screen and (max-width: 374px) {
    .content-asset.kurokami #kv .kv-txt a {
    width: 300px;
    height: 50px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  #section-02 {
    position: relative;
    z-index: 1;
  }
}
#section-02 .section-02-img {
  position: relative;
  z-index: 1;
}
#section-02 .section-02-img img {
  width: 100%;
  margin-top: -1%;
}
#section-02 .section-02-img2 {
  position: relative;
  z-index: 0;
}
#section-02 .section-02-img2 img {
  width: 100%;
  margin-top: -17%;
}
@media screen and (max-width: 767px) {
  #section-02 .section-02-img2 img {
    margin-top: -24%;
  }
}
#section-02 .section-02-img2 a {
  position: absolute;
  bottom: 9%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #section-02 .section-02-img2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19.0336749634vw;
    height: 3.6603221083vw;
    text-align: center;
    color: #fff;
    font-size: 1.317715959vw;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  #section-02 .section-02-img2 a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #section-02 .section-02-img2 a:hover:after {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  #section-02 .section-02-img2 a:before {
    background-image: url(../../images/product-detail/50nomegumi/kurokami/btn-01_hover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  #section-02 .section-02-img2 a:after {
    transition: opacity 0.3s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/product-detail/50nomegumi/kurokami/btn-01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
  }
}
@media screen and (max-width: 1080px) {
  #section-02 .section-02-img2 a {
    width: 205px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #section-02 .section-02-img2 a {
    bottom: 5%;
    margin: 17px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 325px;
    height: 60px;
    background-image: url(../../images/product-detail/50nomegumi/kurokami/btn-01.sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }
}
@media screen and (max-width: 374px) {
  #section-02 .section-02-img2 a {
    width: 300px;
    height: 50px;
    font-size: 16px;
  }
}

#section-03 {
  margin-top: -2.7%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #section-03 {
    margin-top: -1%;
  }
}
#section-03 .section-03-ttl {
  position: relative;
}
#section-03 .section-03-ttl img {
  width: 100%;
}
#section-03 .section-03-img img {
  width: 100%;
  margin-top: -9%;
}
@media screen and (max-width: 767px) {
  #section-03 .section-03-img img {
    margin-top: -19%;
  }
}
#section-03 .section-03-exp {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  top: 35%;
}
@media screen and (min-width: 768px) {
  #section-03 .section-03-exp {
    top: 31%;
  }
}
#section-03 .section-03-exp p.txt {
  font-size: 1.6105417277vw;
  font-weight: 600;
  line-height: 1.9;
    margin: 0;
}
@media screen and (max-width: 1080px) {
  #section-03 .section-03-exp p.txt {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  #section-03 .section-03-exp p.txt {
    line-height: 1.6;
    font-size: 4.8vw;
  }
}
#section-03 .section-03-exp p.txt strong {
  font-weight: 800;
  font-size: 2.4158125915vw;
}
@media screen and (max-width: 1080px) {
  #section-03 .section-03-exp p.txt strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #section-03 .section-03-exp p.txt strong {
    font-size: 7.2vw;
  }
}
#section-03 .section-03-exp p.txt span {
  display: inline-block;
  position: relative;
}
#section-03 .section-03-exp p.txt span:before {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url(../../images/product-detail/50nomegumi/kurokami/line.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #section-03 .section-03-exp p.txt span:before {
    height: 2px;
    bottom: 4%;
  }
}
@media screen and (min-width: 768px) {
  #section-03 .section-03-exp p.txt span.first {
    font-size: 2.196193265vw;
  }
}
@media screen and (max-width: 1080px) {
  #section-03 .section-03-exp p.txt span.first {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  #section-03 .section-03-exp p.txt span.first {
    font-size: 6.6666666667vw;
  }
}
#section-03 .section-03-exp p.txt span.first:before {
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
@media screen and (min-width: 768px) {
  #section-03 .section-03-exp p.txt span.second {
    margin-top: -1%;
  }
}
#section-03 .section-03-exp p.txt span.second:before {
  left: 50%;
  transform: translateX(-48%);
  width: 95%;
}
#section-03 .section-03-exp p.txt sup {
  vertical-align: text-top;
  font-size: 0.878477306vw;
  font-weight: 400;
  display: inline-block;
  margin-top: 1%;
}
@media screen and (max-width: 767px) {
  #section-03 .section-03-exp p.txt sup {
    margin-top: 1.5%;
  }
}
#section-03 .section-03-exp p.note {
  font-size: 0.878477306vw;
  margin-left: 25.6%;
  margin-top: 1%;
}
@media screen and (max-width: 767px) {
  #section-03 .section-03-exp p.note {
    margin-left: 55.6%;
    margin-top: 3%;
    font-size: 10px;
  }
}

#section-04 .section-04-img img {
  position: relative;
  z-index: 1;
  margin-top: -10.5%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #section-04 .section-04-img img {
    margin-top: -20.9%;
  }
}
#section-04 .section-04-img-2 {
  position: relative;
}
#section-04 .section-04-img-2 img {
  width: 100%;
  margin-top: -23%;
}
@media screen and (max-width: 767px) {
  #section-04 .section-04-img-2 img {
    margin-top: -41%;
    display: block;
  }
}
#section-04 .section-04-img-2 a {
  position: absolute;
  bottom: 1.5%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #section-04 .section-04-img-2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 205px;
    width: 19.0336749634vw;
    height: 3.6603221083vw;
    text-align: center;
    color: #fff;
    font-size: 1.317715959vw;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  #section-04 .section-04-img-2 a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #section-04 .section-04-img-2 a:hover:after {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  #section-04 .section-04-img-2 a:before {
    background-image: url(../../images/product-detail/50nomegumi/kurokami/btn-01_hover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  #section-04 .section-04-img-2 a:after {
    transition: opacity 0.3s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/product-detail/50nomegumi/kurokami/btn-01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
  }
}
@media screen and (max-width: 1080px) {
  #section-04 .section-04-img-2 a {
    width: 205px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #section-04 .section-04-img-2 a {
    bottom: 1.5%;
    margin: 17px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 325px;
    height: 60px;
    background-image: url(../../images/product-detail/50nomegumi/kurokami/btn-01.sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }
}
@media screen and (max-width: 374px) {
  #section-04 .section-04-img-2 a {
    width: 300px;
    height: 50px;
    font-size: 16px;
  }
}

#section-05 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -0.2%;
}
#section-05:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 8%;
  left: 0;
  height: 100%;
  width: 96%;
  margin: 0 2%;
  background-image: url(../../images/product-detail/50nomegumi/kurokami/bg-02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #section-05:after {
    width: 92%;
    margin: 0 4%;
    top: -8%;
    height: 108%;
    background-image: url(../../images/product-detail/50nomegumi/kurokami/bg-02.sp.jpg);
  }
}
#section-05 .section-05-ttl h2 img {
  width: 100%;
}
#section-05 .section-05-exp {
  text-align: center;
}
#section-05 .section-05-exp img {
  margin-top: 4%;
}
@media screen and (max-width: 767px) {
  #section-05 .section-05-exp img {
    width: 50px;
    margin-top: 7%;
  }
}
#section-05 .section-05-exp p.first {
  margin-top: 3.4%;
  text-align: center;
  font-size: 1.4641288433vw;
  margin-bottom: 2.5%;
}
@media screen and (max-width: 1080px) {
  #section-05 .section-05-exp p.first {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #section-05 .section-05-exp p.first {
    font-size: 4.2666666667vw;
    line-height: 1.6875;
  }
}
#section-05 .section-05-exp p.second {
  font-size: 1.6105417277vw;
}
@media screen and (max-width: 1080px) {
  #section-05 .section-05-exp p.second {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  #section-05 .section-05-exp p.second {
    font-size: 4.2666666667vw;
    line-height: 1.71875;
  }
}
#section-05 .section-05-exp p.second strong {
  font-weight: 600;
  position: relative;
  z-index: 1;
}
#section-05 .section-05-exp p.second strong:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 97%;
  height: 10px;
  background-color: #fddd5d;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #section-05 .section-05-exp p.second strong:after {
    height: 5px;
  }
}
#section-05 .section-05-exp p.second sup {
  vertical-align: super;
  font-size: 0.878477306vw;
}
#section-05 .section-05-exp p.note {
  font-size: 0.878477306vw;
  margin-top: 3%;
}
@media screen and (max-width: 767px) {
  #section-05 .section-05-exp p.note {
    margin-top: 4.5%;
    font-size: 10px;
  }
}
#section-05 .section-05-exp h3 {
  text-align: center;
  font-weight: 600;
  font-size: 2.635431918vw;
  position: relative;
  display: inline-block;
  margin-bottom: 2.7%;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  #section-05 .section-05-exp h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  #section-05 .section-05-exp h3 {
    font-size: 6.1333333333vw;
    line-height: 1.478;
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 768px) {
  #section-05 .section-05-exp h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 97%;
    height: 10px;
    background-color: #fddd5d;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  #section-05 .section-05-exp h3 span {
    display: inline-block;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #section-05 .section-05-exp h3 span:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 97%;
    height: 5px;
    background-color: #fddd5d;
    z-index: -1;
  }
}
#section-05 .section-05-ilu {
  margin-top: 4.39%;
}
@media screen and (min-width: 768px) {
  #section-05 .section-05-ilu {
    display: flex;
    justify-content: center;
    padding-bottom: 4.39%;
      padding-left: 30px;
      padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #section-05 .section-05-ilu {
    padding-bottom: 9%;
  }
}
@media screen and (min-width: 768px) {
  #section-05 .section-05-ilu dl {
    width: 21.9619326501vw;
    margin-right: 5.5%;
    position: relative;
  }
}
@media screen and (max-width: 1080px) {
  #section-05 .section-05-ilu dl {
    width: 237px;
  }
}
@media screen and (max-width: 767px) {
  #section-05 .section-05-ilu dl {
    width: unset;
    padding: 0 5.3%;
    margin-bottom: 9%;
  }
}
@media screen and (min-width: 768px) {
  #section-05 .section-05-ilu dl:after {
    content: "";
    position: absolute;
    top: 26%;
    right: -15%;
    width: 1.1713030747vw;
    height: 1.6105417277vw;
    background-image: url(../../images/product-detail/50nomegumi/kurokami/right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  #section-05 .section-05-ilu dl:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #section-05 .section-05-ilu dl:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #section-05 .section-05-ilu dl:last-child:after {
    display: none;
  }
}
#section-05 .section-05-ilu dl dt {
  text-align: center;
}
#section-05 .section-05-ilu dl dt img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #section-05 .section-05-ilu dl dt img {
    width: 16.0322108346vw;
    margin-left: -13px;
  }
}
@media screen and (max-width: 1080px) {
  #section-05 .section-05-ilu dl dt img {
    width: 173px;
  }
}
@media screen and (max-width: 767px) {
  #section-05 .section-05-ilu dl dt img {
    width: 58.1333333333vw;
    margin-left: -15px;
  }
}
#section-05 .section-05-ilu dl dd {
  font-size: 1.2445095168vw;
  line-height: 1.78;
  margin-top: 7.5%;
}
@media screen and (max-width: 1080px) {
  #section-05 .section-05-ilu dl dd {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  #section-05 .section-05-ilu dl dd {
    font-size: 4.2666666667vw;
    margin-top: 4.5%;
    padding: 0 5.8%;
  }
}

#gradientBg {
  background-color: #222;
  background-image: url(../../images/product-detail/50nomegumi/kurokami/bg-03.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #gradientBg {
    background-image: url(../../images/product-detail/50nomegumi/kurokami/bg-03.sp.jpg);
  }
}

@media screen and (min-width: 768px) {
  #section-06 {
    margin-bottom: -3%;
  }
}
@media screen and (max-width: 767px) {
  #section-06 {
    padding-bottom: 3%;
  }
}
#section-06 .section-06-product {
  position: relative;
}
#section-06 .section-06-product img {
  width: 100%;
  margin-top: -3.3%;
}
@media screen and (max-width: 767px) {
  #section-06 .section-06-product img {
    margin-top: -14%;
  }
}
#section-06 .section-06-product a {
  position: absolute;
  bottom: 11.5%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #section-06 .section-06-product a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 205px;
    width: 19.0336749634vw;
    height: 3.6603221083vw;
    background-image: url(../../images/product-detail/50nomegumi/kurokami/btn-01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
    color: #fff;
    font-size: 1.317715959vw;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  #section-06 .section-06-product a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #section-06 .section-06-product a:hover:after {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  #section-06 .section-06-product a:before {
    background-image: url(../../images/product-detail/50nomegumi/kurokami/btn-01_hover.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  #section-06 .section-06-product a:after {
    transition: opacity 0.3s ease;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/product-detail/50nomegumi/kurokami/btn-01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
  }
}
@media screen and (max-width: 1080px) {
  #section-06 .section-06-product a {
    width: 205px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #section-06 .section-06-product a {
    bottom: 5%;
    margin: 17px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 325px;
    height: 60px;
    background-image: url(../../images/product-detail/50nomegumi/kurokami/btn-01.sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
  }
}
@media screen and (max-width: 374px) {
  #section-06 .section-06-product a {
    width: 300px;
    height: 50px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  #customFooter {
    position: relative;
    z-index: 2;
    background-color: #fff;
  }
}