/* https://stg.maison.kose.co.jp/freepage/feature_20200616/css/style.css

/*--------------------------------------------------
  mixin
--------------------------------------------------*/
/*--------------------------------------------------
responsive
--------------------------------------------------*/
@media screen and (max-width: 900px), print {
  .u-is-sp-inline {
    display: inline-block;
  }

  .u-is-pc-inline {
    display: none;
  }
}
@media screen and (min-width: 901px), print {
  .u-is-sp-inline {
    display: none;
  }

  .u-is-pc-inline {
    display: inline-block;
  }
}
/*--------------------------------------------------
reset
--------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

[class^="img-flex-"] {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.img-flex2 img { 
    width: 80%; 
}

.img-flex4 img {
   width: 23%;
}

/*--------------------------------------------------
  contents
--------------------------------------------------*/
body {
  color: #FFF;
  /* background-image:url("../images/bg.jpg"); */
}

.l-content--seasonlp {
  position: relative;
  /* background: linear-gradient(#000000,#C0C0C0) fixed; グラデーション */
  background: #000;
  background-size: 100%;
}

@media (min-width: 901px) {
  .l-content--seasonlp {
    max-width: 1170px;
    margin: 0 auto;
    background-size: 100%;
  }
}
.l-content--seasonlp a {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.l-content--seasonlp a:hover {
  text-decoration: none !important;
  opacity: 0.5;
}

.block-main-visual {
  position: relative;
  text-align: center;
}

@media (min-width: 901px) {
  .block-main-visual {
    position: relative;
    text-align: center;
    padding-bottom: 0px;
  }
}
@media (min-width: 901px) {
  .block-main-visual--title {
    padding-top: 0px;
  }
}
.block-main-visual--text {
  position: relative;
  top: 0;
  bottom: 18.34vw;
  left: 0;
  right: 0;
  font-size: 1rem;
  color: #FFF;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

@media (min-width: 901px) {
  .block-main-visual--text {
    position: relative;
    margin-top: 20px;
    top: 0;
    left: 0;
    right: 0;
    font-size: 22px;
    color: #FFF;
    font-size: 1.375rem;
    line-height: 1.7;
  }
}

.block-product {
  padding: 0 7.33vw 44.94vw;
  background-image: url("../images/main_bg_bottom.png"), url("../images/main_bg_deco.png");
  background-repeat: no-repeat, repeat-y;
  background-position: 0 bottom, 0 37vw;
  background-size: 100%, 100%;
  text-align: center;
}
@media (min-width: 901px) {
  .block-product {
    margin: 0 auto;
    padding: 0 7% 248px;
    background-image: url("../images/main_bg_bottom_pc.png"), url("../images/main_bg_deco_pc.png");
    background-repeat: no-repeat, repeat-y;
    background-position: 0 bottom, 0 0;
    background-size: 100%, 100%;
  }
}
.block-product--title {
  width: 67.04vw;
  margin: 0 auto;
}
@media (min-width: 901px) {
  .block-product--title {
    width: 570px;
  }
}
.block-product--title:nth-of-type(2) {
  margin-top: 16.27vw;
}
@media (min-width: 901px) {
  .block-product--title:nth-of-type(2) {
    margin-top: 82px;
  }
}
.block-product--list-item {
  margin-top: 13.2vw;
  padding: 6vw 5.47vw 6.94vw;
  background: #fff;
  text-align: left;
}
@media (min-width: 901px) {
  .block-product--list-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 80px;
    padding: 62px 6% 57px;
  }
}
.block-product--list-item:nth-of-type(1) {
  margin-top: 9.34vw;
}
@media (min-width: 901px) {
  .block-product--list-item:nth-of-type(1) {
    margin-top: 49px;
  }
}
.block-product--list-item-brand {
  font-size: 1.25rem;
  color: #48add3;
  letter-spacing: 0.03em;
}
@media (min-width: 901px) {
  .block-product--list-item-brand {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}
.block-product--list-item-text {
  margin-top: 1em;
  font-size: 0.875rem;
  text-align: justify;
}
@media (min-width: 901px) {
  .block-product--list-item-text {
    margin-top: 1em;
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 901px) {
  .block-product--list-item-inner {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 390px;
  }
}
@media (min-width: 901px) {
  .block-product--list-item-innerText {
    margin-top: auto;
  }
}
.block-product--list-item-image {
  position: relative;
  margin-top: 6.4vw;
  text-align: center;
}
@media (min-width: 901px) {
  .block-product--list-item-image {
    position: static;
    width: 48%;
    height: 400px;
    margin-top: 0;
  }
}
.block-product--list-item-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.6vw;
  height: 13.6vw;
  border-radius: 50%;
  font-size: 0.75rem;
}
@media (min-width: 901px) {
  .block-product--list-item-icon {
    top: 62px;
    left: 62px;
    width: 8vw;
    height: 8vw;
    max-width: 90px;
    max-height: 90px;
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.block-product--list-item-icon + .block-product--list-item-icon {
  top: 17.07vw;
}
@media (min-width: 901px) {
  .block-product--list-item-icon + .block-product--list-item-icon {
    top: 170px;
  }
}
.block-product--list-item .icon-new {
  background: #48add3;
  color: #fff;
}
.block-product--list-item .icon-limited {
  background: #fffcae;
  color: #585858;
  line-height: 1.3;
}
@media (min-width: 901px) {
  .block-product--list-item .icon-limited {
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
}
.block-product--list-item-name {
  margin-top: 6vw;
  font-size: 1.0625rem;
  text-align: justify;
}
@media (min-width: 901px) {
  .block-product--list-item-name {
    margin-top: 0;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4;
  }
}
.block-product--list-item-detail {
  margin-top: 1.47vw;
  font-size: 0.875rem;
}
@media (min-width: 901px) {
  .block-product--list-item-detail {
    margin-top: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.block-product--list-item-price {
  margin-right: 2vw;
  font-size: 1.4375rem;
}
@media (min-width: 901px) {
  .block-product--list-item-price {
    margin-right: 17px;
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.block-product--list-item-contents {
  margin-right: 2.4vw;
}
@media (min-width: 901px) {
  .block-product--list-item-contents {
    margin-right: 20px;
  }
}
.block-product--list-item-btn {
  margin-top: 4.9vw;
  text-align: center;
}
@media (min-width: 901px) {
  .block-product--list-item-btn {
    margin-top: 21px;
  }
}
.block-product--list-item-btn a {
  position: relative;
  display: flex;
  height: 12vw;
  justify-content: center;
  align-items: center;
  background: #48add3;
  box-shadow: 0 5px 0 0 #dcdcdc;
  color: #fff;
  font-size: 0.8125rem;
}
@media (min-width: 901px) {
  .block-product--list-item-btn a {
    width: 320px;
    height: 60px;
    box-shadow: 0 7px 0 0 #dcdcdc;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.block-product--list-item-btn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3vw;
  margin: auto;
  vertical-align: middle;
  width: 1.47vw;
  height: 2.4vw;
  background: url("../images/product_arrow.png") no-repeat 0 bottom;
  background-size: 100%;
}
@media (min-width: 901px) {
  .block-product--list-item-btn a::after {
    right: 3vw;
    width: 8px;
    height: 13px;
  }
}
.block-product--list-item-note {
  margin-top: 4.4vw;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.625rem;
}
@media (min-width: 901px) {
  .block-product--list-item-note {
    margin-top: 30px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.block-brand {
  padding: 8vw 5.47vw 7.47vw;
  background: linear-gradient(#C0C0C0, #000000) fixed; /* グラデーション */
  text-align: center;
}
@media (min-width: 901px) {
  .block-brand {
    padding: 46px 0 50px;
  }
}
.block-brand--title {
  font-size: 1.0625rem;
}

@media (min-width: 901px) {
  .block-brand--title {
    font-size: 22px;
    font-size: 1.375rem;
    letter-spacing: 0.1em;
  }
}
.block-brand--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5.34vw;
}
@media (min-width: 901px) {
  .block-brand--list {
    flex-wrap: nowrap;
    max-width: 876px;
    margin: 34px auto 0;
    padding: 0 20px;
  }
}
.block-brand--list-item {
  width: 48%;
  margin-bottom: 5.07vw;
}
@media (min-width: 901px) {
  .block-brand--list-item {
    width: calc(25% - 2%);
    margin-bottom: 0;
  }
}
.block-brand--list-item a {
  display: block;
}
.block-brand--link {
  margin-top: 4vw;
}
@media (min-width: 901px) {
  .block-brand--link {
    max-width: 876px;
    margin: 28px auto 0;
    padding: 0 20px;
    text-align: right;
  }
}
.block-brand--link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3b4043;
}
@media (min-width: 901px) {
  .block-brand--link a {
    justify-content: flex-end;
    padding-right: 26px;
    letter-spacing: 0.2em;
  }
}
.block-brand--link a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3vw;
  margin: auto;
  vertical-align: middle;
  width: 2.27vw;
  height: 3.6vw;
  background: url("../images/brand_arrow.png") no-repeat 0 bottom;
  background-size: 100%;
}
@media (min-width: 901px) {
  .block-brand--link a::after {
    right: 0;
    width: 11px;
    height: 17px;
  }
}

.block-banner {
  padding: 0 5.47vw 8vw;
  background: linear-gradient(#C0C0C0, #000000) fixed; /* グラデーション */
}
@media (min-width: 901px) {
  .block-banner {
    padding: 0 25px 62px;
    text-align: center;
  }
}
.block-banner--list {
  text-align: center;
}
@media (min-width: 901px) {
  .block-banner--list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (min-width: 901px) {
  .block-banner--list-item {
    width: calc( 50% - 1.8% );
  }
}
.block-banner--list-item + .block-banner--list-item {
  margin-top: 8vw;
}
@media (min-width: 901px) {
  .block-banner--list-item + .block-banner--list-item {
    margin-top: 0;
  }
}
.block-banner a {
  display: block;
}

/* 202010追加 */

.itemList {
    position: relative;
    margin: 60px auto;
    /* margin: -20px 0 0 -20px; */
    width: auto;
    text-align: center;
    color: #FFF;
}

@media (min-width: 901px) {
.itemList {
    position: relative;
    margin: 0 auto;
    width: auto;
    text-align: center;
    color: #FFF;
   }
}

@media (min-width: 768px) {
.itemList {
    position: relative;
    margin: 0 auto;
    width: auto;
    text-align: center;
    color: #FFF;
   }
}

.itemList li {
    display: inline-block;
    width: 235px;
    margin: 10px 0 0 0;
    line-height: 1.5em;
    /* color: #FFF; */
}

.itemIntro {
    /* position: absolute; */
    /* top: 900px; */
    /* bottom: 18.34vw; */
    left: 0;
    right: 0;
    font-size: 13px;
    /* font-size: 1rem; ⇒10px */
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0.05em;
    width: 95%;
    margin: 0 auto;
}

@media (min-width: 901px) {
.itemIntro {
    /* top: 900px; */
    left: 0;
    right: 0;
    font-size: 14px;
    color: #FFF;
    line-height: 1.2;
    letter-spacing: 0.05em;
    width: 95%;
    margin: 0 auto;
   }
}

.itemIntro2 {
    /* position: absolute; */
    /* top: 900px; */
    /* bottom: 18.34vw; */
    left: 0;
    right: 0;
    font-size: 14px;
    font-size: 1rem;
    color: #FFF;
    line-height: 1.7;
    letter-spacing: 0.05em;
    width: 95%;
    margin: 0 auto;
}

p.a {
   color: #FF99CC !important;
}

p.a:hover {
   color: #FF66B2 !important;
}

.link {
   color: #FF99CC !important;
}

.link:hover {
   color: #FF66B2 !important;
}

p.name {
  color: #FFF;
}

p.price {
  color: #FFF;
}

p.color {
  color: #FFF;
}

.desIntro {
    position: fixed;
    top: 2150px;
    /* bottom: 18.34vw; */
    left: 0;
    right: 0;
    font-size: 26px;
    font-size: 1rem;
    color: #FFF;
    line-height: 1.7;
    letter-spacing: 0.05em;
}

@media (min-width: 901px) {
.desIntro {
    position: absolute;
    top: 3000px;
    /* bottom: 18.34vw; */
    left: 0;
    right: 0;
    font-size: 26px;
    font-size: 1rem;
    color: #FFF;
    line-height: 1.7;
    letter-spacing: 0.05em;
   }
}

.re-img {
    width: 95%;
    margin: 0 auto;
}

@media (min-width: 901px) {
.re-img {
    width: 60%;
    margin: 0 auto;
   }
}

.spacer {
   margin-bottom: 20px;
}


.k-box {
  margin: 2em auto;
  padding: 1em;
  width: 90%;
  /* color: #696969;  文字色 */
  color: #FFF;
  /* background-color: #FFF;  背景色 */
  border: 1px solid #ccc; /* 枠線 */
  text-align: center;
  
}

.btn-gradient-radius {
  width: 70%;
  height: auto;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #FF99CC 0%, #FF66B2 100%);
  transition: .4s;
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #FF99CC 0%, #FF007F 100%);
}

[class^="hover-image"] {
   width: 180px;
   height: 180px;
   display: inline-block;
}

[class^="hover-image"] img {
   width: 180px;
   height: 180px;
}

[class^="hover-image"]:hover img {
   display: none;
}

.hover-image1:hover {
   background-image: url("/img/freepage/nailholic/210323/items/DLNZ_BL972_color.jpg");
   background-repeat: no-repeat;
   background-size: cover;
}

.hover-image2:hover {
   background-image: url("/img/freepage/nailholic/210323/items/DLNZ_GR771_color.jpg");
   background-repeat: no-repeat;
   background-size: cover;

}

.hover-image3:hover {
   background-image: url("/img/freepage/nailholic/210323/items/DLNZ_OR273_color.jpg");
   background-repeat: no-repeat;
   background-size: cover;
}

.hover-image4:hover {
   background-image: url("/img/freepage/nailholic/210323/items/DLNZ_PK872_color.jpg");
   background-repeat: no-repeat;
   background-size: cover;
}

.hover-image5:hover {
   background-image: url("/img/freepage/nailholic/210323/items/DLNZ_PK872_color.jpg");
   background-repeat: no-repeat;
   background-size: cover;
}

.hover-image6:hover {
   background-image: url("/img/freepage/nailholic/210323/items/DLNZ_PU175_color.jpg");
   background-repeat: no-repeat;
   background-size: cover;
}

.hover-image7:hover {
   background-image: url("/img/freepage/nailholic/210323/items/DLNZ_SV078_color.jpg");
   background-repeat: no-repeat;
   background-size: cover;
}

.hover-image8:hover {
   background-image: url("/img/freepage/nailholic/210323/items/DLNZ_YE572_color.jpg");
   background-repeat: no-repeat;
   background-size: cover;
}

/*# sourceMappingURL=style.css.map */