/* ************************************************* */
/* loading */
/* ************************************************* */
.loader-bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #f6f8fa;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .loader-icon {
    /* font-size: 10px; */
    /* margin: 50px auto; */
    /* text-indent: -9999em; */
    width: 20%;
    height: 20%;
    /* border-radius: 50%; */
    background: url(https://staging-ap01-starjewelry.demandware.net/on/demandware.static/-/Library-Sites-SJSharedLibrary/ja_JP/dw9fb3a45e/StaticPage/Special/Re_acrylic/loading-re-acrylic.png?$staticlink$) no-repeat center center / contain;
    /* background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%); */
    /* position: relative; */
    /* animation: rotate-anime 3s linear infinite; */
    /* -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0); */
  }

  @media (max-width: 768px) {
    .loader-icon {
      width: 40%;
      height: 40%;
      background: url(https://www.star-jewelry.com/on/demandware.static/-/Library-Sites-SJSharedLibrary/ja_JP/dw91e4531c/StaticPage/Special/Re_acrylic/loading-re-acrylic.png?$staticlink$) no-repeat center center / contain;
    }
  }


  
  /* .loader:before {
    width: 50%;
    height: 50%;
    background: #ffffff;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
  }
  
  .loader:after {
    background: #000066;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  } */

  /* @keyframes rotate-anime {
    0%  {transform: rotate(0);}
    100%  {transform: rotate(360deg);}
  }
   */
  /* @-webkit-keyframes load3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes load3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  } */

  @-webkit-keyframes ball-scale-multiple {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 0; }
    5% {
      opacity: 1; }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 0; } }
  
  @keyframes ball-scale-multiple {
    0% {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 0; }
    5% {
      opacity: 1; }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 0; } }
  
  .ball-scale-multiple {
    position: relative;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
    .ball-scale-multiple > div:nth-child(2) {
      -webkit-animation-delay: -0.4s;
              animation-delay: -0.4s; }
    .ball-scale-multiple > div:nth-child(3) {
      -webkit-animation-delay: -0.2s;
              animation-delay: -0.2s; }
    .ball-scale-multiple > div {
      background-color: #fff;
      width: 15px;
      height: 15px;
      border-radius: 100%;
      margin: 2px;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both;
      position: absolute;
      left: -30px;
      top: 0px;
      opacity: 0;
      margin: 0;
      width: 60px;
      height: 60px;
      -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
              animation: ball-scale-multiple 1s 0s linear infinite; }


/* ************************************************* */
/* fadein */
/* ************************************************* */
.block {
    opacity: 0; /* 最初は非表示にしておく */
    transition: all 2s; /* 動きを滑らかに */
}

/* フェードイン用のクラス */
.fadeIn {
    opacity: 1;
}




/* ************************************************* */
/* slick */
/* ************************************************* */
/* .slider-2 .slick-slide {
    width: 600px;
    height: 400px;
    margin: 0 40px; */
    /* position: relative;
    overflow: hidden; */
  /* } */
  /* .slider-2 .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */
  /* .slider-2 .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 180px;
    z-index: 1;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }
  .slider-2 .slick-arrow::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #09000d;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 24px;
    transform: rotate(45deg);
  }
  .slider-2 .slick-next {
    right: 0;
  }
  .slider-2 .slick-prev {
    left: 0;
  }
  .slider-2 .slick-next::before {
    left: 20px;
  }
  .slider-2 .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 22px;
  }
  .dots-2 .slick-dots {
    text-align: center;
  }
  .dots-2 .slick-dots li {
    display: inline-block;
  }
  .dots-2 .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #bcbcbc;
    border-radius: 50%;
  }
  .dots-2 .slick-dots .slick-active button {
    background: #0a467d;
  } */



/* ************************************************* */
  /* responsive */
/* ************************************************* */
.sp {
  display: none;
}


@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}


/* ************************************************* */
  /* main */
/* ************************************************* */
.main {
    margin-top: 32px;
}

@media (max-width: 768px) {
    .main {
        margin-top: 12px;
    }
  }


/* ************************************************* */
/* mv */
/* ************************************************* */

.mv {
  display: none;
    /* animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal; */
}


/* @keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
} */


.mv__img {

    max-width: 1920px;
    /* height: 100vh; */
    margin: 0 auto;
}

.mv__img img {
    width: 100%;
    height: auto;
}



/* ************************************************* */
/* introduction1 */
/* ************************************************* */


.introduction1 {
    max-width: 1080px;
    margin: 200px auto 0;
    padding-bottom: 200px;
    /* height: 100vh; */
}

/* @media (max-width: 768px) {
    .introduction1 {
        margin-top: 80px;
        padding-bottom: 120px;
    }
  } */

  @media (max-width: 1080px) {
    .introduction1 {
        margin-top: 80px;
        padding-bottom: 120px;
    }
  }

.introduction1__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* @media (max-width: 768px) {
    .introduction1__inner {
        display: block;
    }
  } */

  @media (max-width: 1080px) {
    .introduction1__inner {
        display: block;
    }
  }


.introduction1__text {
    width: 60%;
    text-align: center;
    line-height: 7.0;
    font-weight: 500;
}

/* @media (max-width: 768px) {
  .introduction1__text {
    width: 100%;
    line-height: 4.0;
  }
} */

@media (max-width: 1080px) {
  .introduction1__text {
    width: 100%;
    line-height: 4.0;
  }
}

.introduction1__img {
    width: 40%;
    margin-left: 80px;

    img {
        width: 100%;
        height: auto;
    }
}

/* @media (max-width: 768px) {
    .introduction1__img {
        width: 80%;
        margin: 80px auto 0;
    }
  } */

  @media (max-width: 1080px) {
    .introduction1__img {
        width: 80%;
        margin: 80px auto 0;
    }
  }


/* ************************************************* */
/* introduction2 */
/* ************************************************* */
.introduction2 {

}

.introduction2__inner {

}

.introduction2__img {

}

.introduction2__img img {
  width: 100%;
}

.introduction2__text {
  padding: 0 40px;
  margin-top: 40px;
  font-size: 12px;
  line-height: 3.0;
  font-weight: 500;

}

/* ************************************************* */
/* introduction3 */
/* ************************************************* */
.introduction3 {
  margin-top: 80px;
}

.introduction3__inner {

}

.introduction3__img {

}

.introduction3__img img {
  width: 100%;
}

.introduction3__text {
  padding: 0 40px;
  margin-top: 40px;
  font-size: 12px;
  line-height: 3.0;
  font-weight: 500;

}



/* ************************************************* */
  /* activity */
  /* ************************************************* */

.activity {
  margin: 200px auto 0;
  width: 100%;
  height: 160vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(https://www.star-jewelry.com/on/demandware.static/-/Library-Sites-SJSharedLibrary/ja_JP/dw91e4531c/StaticPage/Special/Re_acrylic/forest.jpg) center center / cover;
}

@media (max-width: 768px) {
  .activity {
      margin-top: 80px;
      height: 100vh;
      /* background: url(https://www.star-jewelry.com/on/demandware.static/-/Library-Sites-SJSharedLibrary/ja_JP/dw91e4531c/StaticPage/Special/Re_acrylic/forest.jpg) center center / no-repeat; */
  }
}

/* @media (max-width: 768px) {
  .introduction3 {
    width: 100%;
    margin: 200px auto 0;
    background: url(https://staging-ap01-starjewelry.demandware.net/on/demandware.static/-/Library-Sites-SJSharedLibrary/ja_JP/dwb66ba9aa/StaticPage/Special/Re_acrylic/forest.jpg) center center / cover;
  }
} */



.activity__inner {
    padding: 120px 0;
}

/* @media (max-width: 768px) {
  .introduction3__inner {
    padding: 60px 0;
  }
} */

.activity__text {
    text-align: center;
    line-height: 4.0;
    font-weight: 500;
    font-size: 20px;
}

@media (max-width: 768px) {
  .activity__text {
    font-size: 12px;
    line-height: 3.0;
  }
}



/* ************************************************* */
/* product-lineup */
/* ************************************************* */

.product-lineup {
  max-width: 1280px;
  margin: 200px auto 0;
  padding-bottom: 200px;
}

@media (max-width: 768px) {
  .product-lineup  {
        margin-top: 80px;
        padding-bottom: 80px;
    }
  }

.product-lineup__title {
    color: #1f7eda;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}


@media (max-width: 768px) {
  .product-lineup__title {
    font-size: 20px;
  }
}

.product-lineup__link {
    margin-top: 80px;
    text-align: center;
}

.product-lineup__link-detail {
    text-decoration: underline;
    text-align: center;
}

.slider {
  margin-top: 80px;
}

.slider__contents {
  margin-top: 12px;
  margin-left: 80px;
  text-align: center;
  /* width: 320px !important; */
}

@media (max-width: 1080px) {
  .slider__contents {
    margin-left: 40px;
    /* width: 240px !important; */
  }
}

.slider__contents img {
  width: 100%;
  height: auto;
}


.slider__item-title {
  margin-top: 12px;
}

.slider__item-name {
  margin-top: 12px;
}

.slider__item-text {
  margin-top: 12px;
}


/* ************************************************* */
/* kv */
/* ************************************************* */
.prd-view {
    display: none;
    text-align: center;
}

/* @media (max-width: 768px) {
  .prd-view  {
    display: block;
  }

  .prd-view img {
    width: 100%;
  }
} */

@media (max-width: 1023.01px) {
  .prd-view  {
    display: block;
  }

  .prd-view img {
    width: 100%;
  }
}


@media (min-width: 1023.02px) {
.prd-kv {
    width: 100vw;
}
}


.prd-lead {
    font-size: 16px;
    line-height: 5.0;
    font-weight: 500;

}

/* @media (max-width: 768px) {
  .prd-lead  {
    font-size: 12px;
    text-align: center;
  }
} */

@media (max-width: 1023.01px) {
  .prd-lead  {
    font-size: 12px;
    text-align: center;
  }
}
