/*STG*/
/* 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;
  }
  
  .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: 46px 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 > 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;
      /*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;
  }
  
  
  .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;  
    }
  }
  
  .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;
  }
  
  /*.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;
    }
  
    .hover-image1:hover {
      background-image: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/nailholic/220316/items//DLPA_PU121_color.jpg");
      background-repeat: no-repeat;
      background-size: cover;
    }
  
    .hover-image2:hover {
      background-image: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/nailholic/220316/items//DLPA_PK835_color.jpg");
      background-repeat: no-repeat;
      background-size: cover;
  
    }
  
    .hover-image3:hover {
      background-image: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/nailholic/220316/items//DLPA_OR214_color.jpg");
      background-repeat: no-repeat;
      background-size: cover;
    }
  
    .hover-image4:hover {
      background-image: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/nailholic/220316/items//DLPA_WT047_color.jpg");
      background-repeat: no-repeat;
      background-size: cover;
    }
    
    .hover-image5:hover {
      background-image: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/nailholic/220411/items/juicy/DLMI_PU117_color.jpg");
      background-repeat: no-repeat;
      background-size: cover;
    }

    .hover-image6:hover {
      background-image: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/nailholic/220411/items/juicy/DLMI_OR204_color.jpg");
      background-repeat: no-repeat;
      background-size: cover;
    }

    .hover-image7:hover {
      background-image: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/nailholic/220411/items/juicy/DLMI_OR205_color.jpg");
      background-repeat: no-repeat;
      background-size: cover;
    }

    .hover-image8:hover {
      background-image: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/nailholic/220411/items/juicy/DLMI_OR211_color.jpg");
      background-repeat: no-repeat;
      background-size: cover;
    }

    .hover-image9:hover {
      background-image: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/nailholic/220411/items/juicy/DLMI_OR212_color.jpg");
      background-repeat: no-repeat;
      background-size: cover;
    }

    .hover-image10:hover {
      background-image: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/nailholic/220411/items/juicy/DLMI_RD415_color.png");
      background-repeat: no-repeat;
      background-size: cover;
    }

    .hover-image11:hover {
      background-image: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/nailholic/220411/items/juicy/DLMI_YE503_color.png");
      background-repeat: no-repeat;
      background-size: cover;
    }

    .hover-image12:hover {
      background-image: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/nailholic/220411/items/juicy/DLMI_YE509_color.png");
      background-repeat: no-repeat;
      background-size: cover;
    }

    .hover-image13:hover {
      background-image: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/nailholic/220411/items/juicy/DLMI_RO607_color.png");
      background-repeat: no-repeat;
      background-size: cover;
    }

    .hover-image14:hover {
      background-image: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/nailholic/220411/items/juicy/DLMI_GR717_color.png");
      background-repeat: no-repeat;
      background-size: cover;
    }

    .hover-image15:hover {
      background-image: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/nailholic/220411/items/juicy/DLMI_GR718_color.png");
      background-repeat: no-repeat;
      background-size: cover;
    }

    .hover-image16:hover {
      background-image: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/nailholic/220411/items/neon/DLMI_OR251_color.png");
      background-repeat: no-repeat;
      background-size: cover;
    }

    .hover-image17:hover {
      background-image: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/nailholic/220411/items/neon/DLMI_RD450_color.png");
      background-repeat: no-repeat;
      background-size: cover;
    }

    .hover-image18:hover {
      background-image: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/nailholic/220411/items/neon/DLMI_YE510_color.png");
      background-repeat: no-repeat;
      background-size: cover;
    }

    .hover-image19:hover {
      background-image: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/nailholic/220411/items/neon/DLMI_GR719_color.png");
      background-repeat: no-repeat;
      background-size: cover;
    }

    .hover-image20:hover {
      background-image: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/nailholic/220411/items/neon/DLMI_PK829_color.png");
      background-repeat: no-repeat;
      background-size: cover;
    }

    .hover-image21:hover {
      background-image: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/nailholic/220411/items/neon/DLMI_BL923_color.png");
      background-repeat: no-repeat;
      background-size: cover;
    }

    .hover-image22:hover {
      background-image: url("https://d3e9wwnbfrsolq.cloudfront.net/img/freepage/nailholic/220411/items/neon/DLMI_BL924_color.png");
      background-repeat: no-repeat;
      background-size: cover;
    }
  }
  
  /*# sourceMappingURL=style.css.map */