/* ルートのフォントサイズを10pxに設定 */
html {
  font-size: 62.5%;
}
.campaign-slick .slick-next::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 85px;
  background-repeat: no-repeat;
  background-image: url(../images/next.png);
  background-size: contain;
  vertical-align: middle;
}

.campaign-slick .slick-prev::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 85px;
  background-repeat: no-repeat;
  background-image: url(../images/prev.png);
  background-size: contain;
  vertical-align: middle;
}

section.loopSlider .slick-next::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 70px;
  background-repeat: no-repeat;
  background-image: url(../images/next.png);
  background-size: contain;
  vertical-align: middle;
}

section.loopSlider .slick-prev::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 70px;
  background-repeat: no-repeat;
  background-image: url(../images/prev.png);
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  .new_news_title {
    position: absolute;
    margin: 15px 20px;
    max-width: 50vw !important;
    font-size: 14px;
    line-height: 18px;
  }
  .new_news_thumbnail {
    width: 90%;
    height: 125px;
    object-fit: cover;
  }

  .btn-small {
    font-size: 1.1rem;
    color: #fff !important;
    background-color: #afa991;
    border-radius: 0.5rem;
    position: relative;
    width: 100%;
    padding: 0.6rem 1rem;
    top: 10px;
    opacity: 1;
  }

  .lg-btn {
    font-size: 14px;
    background-color: #afa991;
    top: 0 !important;
    outline: none;
    border: none;
    width: 90% !important;
    padding: 7px 2.6vw !important;
    white-space: nowrap;
    border-radius: 5px;
  }

  .s-btn {
    font-size: 14px;
    background-color: #afa991;
    top: 0 !important;
    outline: none;
    border: none;
    width: 90% !important;
    padding: 6px 5px !important;
    border-radius: 5px;
  }
}

@media screen and (max-width: 760px) {
  .new_news_title {
    position: absolute;
    margin: 15px 20px;
    max-width: 45vw;
    font-size: 14px;
    line-height: 18px;
  }
  .new_news_thumbnail {
    width: 90%;
    margin: auto;
    height: 125px;
    object-fit: cover;
  }
  .loopSlider img {
    max-height: 124px;
  }
  .container {
    width: 95%;
    margin: 0 auto;
  }

  .btn-small {
    font-size: 1.1rem;
    color: #fff !important;
    background-color: #afa991;
    border-radius: 0.5rem;
    position: relative;
    width: 100%;
    padding: 0.6rem 1rem;
    top: 0;
    opacity: 1;
  }

  .gel-cream-area,
  .philosophy-area,
  .pickup-area,
  .line-up-area,
  .category-area,
  .news-area {
    margin-top: 60px;
  }

  body {
    font-size: 1.6em;
  }

  h2 {
    font-size: 2.2rem !important;
    font-weight: normal !important;
    text-align: center;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 1.8rem !important;
    font-weight: normal !important;
  }

  h4 {
    font-size: 1.6rem !important;
    font-weight: normal !important;
  }

  h5 {
    font-size: 1.5rem !important;
    font-weight: normal !important;
  }

  p {
    font-size: 1.4rem;
  }

  .small {
    font-size: 1.3rem;
  }

  .txt-side {
    display: none !important;
  }

  .txt-below {
    display: block;
  }

  .full-img {
    display: none;
    margin-bottom: 55px;
    margin-bottom: 10px;
  }

  .part-img {
    display: block;
    margin-bottom: 55px;
  }

  #pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #b4b4b4 !important;
  }

  .category {
    margin-top: 35px;
  }

  .title {
    margin-bottom: 20px;
  }

  .product-list {
    min-height: 100px;
    min-height: 100px;
    margin-top: 12px;
    text-align: center;
  }

  .lg-btn {
    font-size: 14px;
    background-color: #afa991;
    top: 0 !important;
    outline: none;
    border: none;
    width: 90% !important;
    padding: 7px 2.6vw !important;
    white-space: nowrap;
    border-radius: 5px;
  }

  .s-btn {
    font-size: 14px;
    background-color: #afa991;
    top: 0 !important;
    outline: none;
    border: none;
    width: 90% !important;
    padding: 9px 2px !important;
    border-radius: 5px;
  }
  .products-letter-spacing {
    letter-spacing: 0.32px;
  }
  .category_products_image--margin {
    margin: 15px 0px;
    display: block;
  }
}

@media screen and (min-width: 761px) and (max-width: 1023px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　*/

  .loopSlider img {
    height: 10vw;
  }
  .container {
    width: 80%;
  }

  .btn-small {
    font-size: 1.1rem;
    color: #fff !important;
    background-color: #afa991;
    border-radius: 0.5rem;
    position: relative;
    width: 100%;
    padding: 0.5rem 0.5rem;
    top: 1rem;
    opacity: 1;
  }

  .txt-side {
    display: block;
  }

  .txt-below {
    display: none;
  }

  .full-img {
    display: block;
    margin-bottom: 55px;
  }

  .part-img {
    display: none;
    margin-bottom: 55px;
  }

  .gel-cream-area,
  .philosophy-area,
  .pickup-area,
  .line-up-area,
  .category-area,
  .news-area {
    margin-top: 90px;
  }

  body {
    font-size: 1.6em;
  }

  h2 {
    font-size: 2.6rem !important;
    font-weight: normal !important;
  }

  h3 {
    font-size: 2.2rem !important;
    font-weight: normal !important;
  }

  h4 {
    font-size: 2rem !important;
    font-weight: normal !important;
  }

  h5 {
    font-size: 1.7rem !important;
    font-weight: normal !important;
  }

  p {
    font-size: 1.6rem;
  }

  .small {
    font-size: 1.4rem;
  }

  #pageTop {
    position: fixed;
    bottom: 50px;
    right: 80px;
    color: #b4b4b4 !important;
  }

  .top-items {
    width: 45vw;
    position: absolute;
    bottom: 50px;
    left: 50vw !important;
  }

  .new_news_title {
    position: absolute;
    top: 10px;
    height: 81%;
    margin-left: 13%;
    max-width: 15%;

    font-size: 15px;
    line-height: 18px;
  }

  .new_news_thumbnail {
    width: 90%;
    height: 125px;
    object-fit: cover;
  }

  .category {
    margin-top: 40px;
  }

  .title {
    margin-bottom: 30px;
  }

  .product-list {
    min-height: 120px;
    text-align: center;
    margin-top: 15px;
  }

  .lg-btn {
    font-size: 16px;
    background-color: #afa991;
    top: 0 !important;
    outline: none;
    border: none;
    padding: 7px 6px !important;
    margin: 0 5px;
    width: 90% !important;
    margin-top: 6px;
    border-radius: 5px;
  }

  .s-btn {
    font-size: 15px;
    background-color: #afa991;
    top: 0 !important;
    outline: none;
    border: none;
    padding: 5px 2px !important;
    margin: 0 5px;
    width: 90% !important;
    border-radius: 5px;
  }
  .products-letter-spacing {
    letter-spacing: 0.34px;
  }
  .category_products_image--margin {
    margin: 13px 0px;
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .category_products_image--margin {
    margin: 13px 0px;
    display: block;
  }
  .products-letter-spacing {
    letter-spacing: 0.34px;
  }

  .new_news_title {
    position: absolute;
    top: 10px;
    height: 81%;
    margin-left: 13%;
    max-width: 15%;

    font-size: 15px;
    line-height: 18px;
  }
  .new_news_thumbnail {
    width: 90%;
    height: 125px;
    object-fit: cover;
  }
  .top-items {
    width: 45vw;
    position: absolute;
    bottom: 50px;
    left: 50vw !important;
  }

  .txt-side {
    display: block;
  }

  .txt-below {
    display: none;
  }

  .full-img {
    display: block;
    margin-bottom: 55px;
  }

  .part-img {
    display: none;
    margin-bottom: 55px;
  }

  .btn-small {
    font-size: 1.6rem;
    color: #fff !important;
    background-color: #afa991;
    border-radius: 0.5rem;
    position: relative;
    width: 100%;
    padding: 0.5rem 1.1rem;
    top: 0;
    opacity: 1;
  }

  .gel-cream-area,
  .philosophy-area,
  .pickup-area,
  .line-up-area,
  .category-area,
  .news-area {
    margin-top: 90px;
  }

  body {
    font-size: 1.6em;
  }

  h2 {
    font-size: 2.6rem !important;
    font-weight: normal !important;
  }

  h3 {
    font-size: 2.2rem !important;
    font-weight: normal !important;
  }

  h4 {
    font-size: 2rem !important;
    font-weight: normal !important;
  }

  h5 {
    font-size: 1.7rem !important;
    font-weight: normal !important;
  }

  p {
    font-size: 1.6rem;
  }

  .small {
    font-size: 1.4rem;
  }

  #pageTop {
    position: fixed;
    bottom: 50px;
    right: 80px;
    color: #b4b4b4 !important;
  }

  .category {
    margin-top: 70px;
  }

  .title {
    margin-bottom: 50px;
  }

  .product-list {
    min-height: 100px;
    text-align: center;
    margin-top: 18px;
  }

  .lg-btn {
    font-size: 17px;
    background-color: #afa991;
    top: 0 !important;
    outline: none;
    border: none;
    min-width: 100px;
    padding: 7px 15px !important;
    margin: 0 5px;
    margin-top: 6px;
    position: relative;
    border-radius: 5px;
  }

  .s-btn {
    font-size: 17px;
    background-color: #afa991;
    top: 0 !important;
    outline: none;
    border: none;
    min-width: 100px;
    padding: 5px 5px !important;
    margin: 0 5px;
    border-radius: 5px;
  }
}

.loopSlider {
  max-width: 80%;
  margin: auto;
}

.three-point-area {
  bottom: 30px;
  display: -webkit-box !important;
  display: -webkit-inline-box !important;
}

.three-point-area-sp {
  bottom: 30px;
}

.carousel-caption {
  left: 5%;
  right: 5%;
}

.carousel-item a:hover {
  opacity: initial;
}

.min-height-280px {
  min-height: 280px;
}
.loopSlider .item {
  /* margin-left: 30px; */
  padding-bottom: 10px;
}

section.loopSlider button.slick-prev {
  background: none !important;
}

section.loopSlider button.slick-next {
  background: none !important;
}

.fa-chevron-circle-up {
  color: #b4b4b4 !important;
}

.detail p {
  margin-bottom: 3px;
}

.border-theme2 {
  border: 1px solid #e2ddd0 !important;
  margin-top: 30px;
  margin-bottom: 30px;
}

.min-height-slick img,
.min-height-slick span {
  padding-left: 5px;
}
