/* 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;
  }
  .is-sp{
    display: block;
  }
}
@media screen and (min-width: 901px), print {
  .u-is-sp-inline {
    display: none;
  }

  .u-is-pc-inline {
    display: inline-block;
  }
  .is-sp{
    display: none;
  }
}
/*--------------------------------------------------
reset
--------------------------------------------------*/
html{
  font-size: 16px;
}
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"); */

  /*background-image:url("/freepage/nailholic_24_7_rv220116/img/NAILHOLIC_cotton_candy_27194_BG_2400.jpg") ;
  background-position-x: center;
  background-size: cover;
  background-attachment: fixed;*/
}

.l-content--seasonlp {
  position: relative;
  /* background: linear-gradient(#000000,#C0C0C0) fixed; グラデーション */
  /*background: #000;
  background-size: 100%;*/
  /*background-color: rgba(255,255,255,.5); */

}

@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;
}

#contents{
  margin-top: 50px;
}

.color-text {
  color:#b46eae;
}

.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,
.block-main-visual--textS {
  /*position: relative;
  top: 0;
  bottom: 18.34vw;*/
  /*left: 0;
  right: 0;*/
  margin-top: 5vw;
  /*font-size: 1rem;*/
  font-size: 4vw;
  /*color: #FFF;*/
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.block-main-visual--textS {
  font-size: 3.4vw;
}
.block-main-visual--textS span {
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
}
.block-main-visual--text strong {
  display: inline-block;
  margin-bottom: 2vw;
  font-size: 6vw;
}

@media (min-width: 901px) {
  .block-main-visual--text,
  .block-main-visual--textS {
    /*position: relative;*/
    margin-top: 40px;
    /*top: 0;
    left: 0;
    right: 0;*/
    font-size: 22px;
    /*color: #FFF;*/
    /*font-size: 1.375rem;*/
    line-height: 1.7;
  }
  .block-main-visual--textS {
    font-size: 14px;
  }
  .block-main-visual--text strong {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 28px;
  }
}

.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: 100px 0 50px;
  }
}
.block-brand--title {
  /*font-size: 1.0625rem;*/
  padding-bottom: 20px;
}

@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-brand--bnr{
  margin: 0 auto;
  width: 300px;
}


/*.block-brand--bnr:nth-of-type(1) {
  max-width: 640px;
}
@media (min-width: 901px){
  .block-brand--bnr:nth-of-type(1) {
    width: 640px;
  }
}*/

.block-brand--bnr > p{
  margin-top: 5vw;
}
.block-brand--bnr > p:first-child{
  margin-top: 0;
}
.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: 10vw auto 0;
    /* margin: -20px 0 0 -20px; */
    width: 90vw;
    text-align: center;
    /*color: #FFF;*/
}
.itemList li {
    width: 100%;
    margin: 5vw 0 0 0;
    /*line-height: 1.5em;*/
    /* color: #FFF; */
}
.itemList__cap{
  margin-top: 3vw;
  padding: 0 5vw;
}
@media (min-width: 768px) {
.itemList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*position: relative;*/
    margin: 30px auto 0;
    max-width: 900px;
    text-align: center;
    /*color: #FFF;*/
   }
  .itemList li {
      display: inline-block;
      width: 235px;
      margin: 10px 10px 0 0;
      line-height: 1.5em;
      /* color: #FFF; */
  }
  .itemList li:last-child {
    margin-right: 0;
  }
  .itemList__cap{
    margin-top: 10px;
     padding: 0;
  }
}
@media (min-width: 901px) {
.itemList {
    /*position: relative;*/
    /*margin: 40px auto 0;
    width: 980px;
    text-align: center;*/
    /*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;*/
    width: 95%;
    margin: 0 auto;
    /*font-size: 14px;*/
    /*font-size: 1rem;*/
    /*color: #FFF;*/
    line-height: 1.7;
    /*letter-spacing: 0.05em;*/
    text-align: center;
}

/*p.a {
   color: #FF99CC !important;
}*/

/*p.a:hover {
   color: #FF66B2 !important;
}*/

.link {
   color: #000;
}

.link:hover {
   color: #000;
}

p.name {
  /*color: #FFF;*/
  margin-top: 10px;

}

p.price {
  /*color: #FFF;*/
  margin-top: 10px;

}

/*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;
}

.series {
  text-align: center;
}

.k-box {
  /*margin: 2em auto;
  padding: 1em;
  width: 90%;*/
  /* color: #696969;  文字色 */
  /*color: #FFF;*/
  /* background-color: #FFF;  背景色 */
  padding: 5vw;
  width: 100%;
  /* 枠線 */
  border: 1px solid #ccc;
  text-align: center;
  box-sizing: border-box;
}
@media (min-width: 768px) {
.k-box {
  padding: 1em;  
  }
}

.icon-box {
  display: flex;
}

[class^="icon_"] {
  display: inline-block;
  padding: .5em 1em;
  font-size: .8em;
}

.icon_ranking {
  background-color: #efefef;
  margin-right: 10px;
}

.icon_texture-tuya {
  background-color: #fbf7be;
}

.icon_texture-matte {
  background-color: #d5e5ef;
}

.btn-gradient-radius {
  width: 70%;
  height: auto;
  display: inline-block;
  margin-top: 10px;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #feb863 0%, #f98000 100%);
  transition: .4s;
}
.all-btn {
  width: 35%;
  height: auto;
  display: block;
  margin: 20px auto 80px auto;
  padding: 20px;
  border-radius: 10px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(180deg, #f678a3 0%, #f43f77 100%);
  transition: .4s;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 900px) {
  .all-btn {
    width: 70%;
    margin: 20px auto 40px auto;
  }
}

.block-attention {
  margin: 50px auto 0 auto;
  padding: 30px;
  background-color: #f8f8f8;
}
.block-attention-ttl {
  text-align: center;
  margin-bottom: 1em;
}
.block-attention-text {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
.block-attention-text span {
  text-decoration: red underline;
}

.set-wrap {
  margin-top: 80px;
}

.set-inner {
  margin-bottom: 120px;
}

.set-ttl {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 20px;
}

.set-imgBox {
  width: 50%;
  margin: 0 auto 50px auto;
}

.set-item {
  display: flex;
  justify-content: center;
  text-align: center;
}

.set-itemList {
  width: 11%;
  margin: 0 20px;
}

.set-itemList a {
  color: #000;
}

.set-itemList img{
  width: 100%;
}

.hand {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: .5em;
}

@media (max-width: 900px) {
  .set-imgBox {
    width: 80%;
    margin-bottom: 30px;
  }
  .set-itemList {
    width: 25%;
    margin: 0 10px;
  }
  .set-inner {
    margin-bottom: 70px;
  }
  .hand {
    margin-bottom: 0;
  }
}

/*.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #f8ad93 0%, #ffad56 100%);
}*/
@media (min-width: 901px) {
  [class^="hover-image"] {
    width: 180px;
    height: 180px;
    display: inline-block;
  }

  [class^="hover-image"] img {
    /*width: 180px;
    height: 180px;*/
    transition: opacity .5s ease;
    opacity: 1;
  }

  [class^="hover-image"] img:hover {
    /*display: none;*/
      opacity: 0;
  }

  .no-hover-img:hover {
    opacity: 1;
  }

  .hover-image1:hover {
    background-image: url("https://maison.kose.co.jp/img/freepage/nailholic/240116/items/DLAH_PK847__color.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hover-image2:hover {
    background-image: url("https://maison.kose.co.jp/img/freepage/nailholic/240116/items/DLAH_WT059__color.jpg");
    background-repeat: no-repeat;
    background-size: cover;

  }

  .hover-image3:hover {
    background-image: url("https://maison.kose.co.jp/img/freepage/nailholic/240116/items/DLAH_BL932__color.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hover-image4:hover {
    background-image: url("https://maison.kose.co.jp/img/freepage/nailholic/240116/items/DLAH_BL933__color.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hover-image5:hover {
    background-image: url("https://maison.kose.co.jp/img/freepage/nailholic/240116/items/DLAH_PU126__color.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hover-image6:hover {
    background-image: url("https://maison.kose.co.jp/img/freepage/nailholic/240116/items/DLAH_GR735__color.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

/*# sourceMappingURL=style.css.map */