@charset "UTF-8";

/*  Page Top
----------------------------------------------- */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 100;
  display: none;
}
#page-top a {
  text-decoration: none;
  width: 59px;
  height: 59px;
  padding: 0;
  text-align: center;
  display: block;
  background: url(https://www.shima-life.jp/pic-labo/topbtn.png) no-repeat !important;
  text-indent: -9999px;
}
#page-top a:hover img {
  opacity: 1;
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* スタイル開始 */
/*
------------------------------------------------------------ */

/**
===================================*/
/** ここからbxslider
===================================*/

#leftnavi {
  width: 41px;
  height: 41px;
  position: absolute;
  top: 305px;
  left: -webkit-calc((100% - 610px)/2);
  left: calc((100% - 610px) / 2);
  z-index: 3000;
  text-indent: -9999px;
  background: url(https://www.shima-life.jp/pic-labo/slider_prev.png) no-repeat center right;
}
#rightnavi {
  width: 41px;
  height: 41px;
  position: absolute;
  top: 305px;
  right: -webkit-calc((100% - 610px)/2);
  right: calc((100% - 610px) / 2);
  z-index: 3000;
  text-indent: -9999px;
  background: url(https://www.shima-life.jp/pic-labo/slider_next.png) no-repeat center left;
}
#leftnavi a,
#rightnavi a {
  display: block;
  width: 100%;
  height: 100%;
}

.box_list_items {
  border-top: 1px solid #ccc;
  margin-top: 40px;
  margin-bottom: 40px;
}

h2.contents_title {
  font-family: YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 3px;
}

.box_list_items ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  width: 100%;
  max-width: 920px;
}

.box_list_items li {
  flex: 0 0 auto;
  width: 23%;
  margin-bottom: 3%;
  position: relative;
}

.box_list_items li img {
  display: block;
  width: 100%;
}

.box_list_items li p.text {
  color: #fff;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 90%;
  position: absolute;
  padding: 5%;
  bottom: 0;
}

/* SPの新着からHTMLをロード */
#load_newitems .imgSlidernew > li > a > .li_r {
  color: #fff;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 90%;
  position: absolute;
  margin-left: 0 !important;
  padding: 5%;
  bottom: 0;
}
#load_newitems .imgSlidernew > li > .li_r {
  display: none;
}
#load_newitems .imgSlidernew > li > a > .li_r div {
  text-decoration: none !important;
}

/* SPのPICKUP商品からHTMLをロード */
#smp_pickupItems .img {
  width: 100%;
  height: 100%;
}

#smp_pickupItems a {
  width: 100%;
  flex: 0 0 auto;
  display: block;
}
#smp_pickupItems .img .pickup-image {
  width: 100%;
  height: calc(100vw / 5);
  max-height: 220px;
  display: block;
}

#daily_scene {
  margin-top: 40px;
}
#daily_scene ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
#daily_scene ul li {
  width: 221px;
}
#pickup_items {
  margin-bottom: 40px;
}

#top_contents_left {
  width: 16%;
  max-width: 200px;
  min-width: 110px;
  float: left;
}

#top_contents_left h1 {
  font-weight: bold;
  font-family: YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 15px;
  font-size: 15px;
  padding: 20px 0;
  text-indent: 0.5em;
}

#top_contents_left .category_list {
  font-size: 14px;
}

#top_contents_left .category_list a {
  color: #555;
  display: block;
  width: 90%;
  height: 14px;
  line-height: 1em;
  padding: 14px 10px 13px;
  border-bottom: 1px solid #adadad;
}

@media screen and (max-width: 900px) {
  #top_contents_left .category_list a {
    font-size: 12px;
  }
}

#top_contents_left .category_list a:hover {
  color: #000;
  text-decoration: none;
}



/*SPからロードした内容のスタイル調整*/
#mp_txt_rank {
  width: 100%;
  color: #fff;
  font-size: 15px;
  background: #70bbd8;
  text-align: center !important;
}

#load_ranking_ttl,
#load_new_ttl,
#recommend_items {
  border-top: none;
  margin-top: 80px;
  width: 100%;
  max-width: 920px;
  margin: 0px auto 50px;
}
#load_new_ttl {
  border-width: 1px 0;
  border-style: solid;
  border-color: #ccc;
  padding: 50px 0;
  margin-bottom: 50px;
}

#load_new_ttl .contents_title,
#load_ranking_ttl .contents_title,
#pickup_items .contents_title,
#recommend_items .contents_title {
  font-size: 21px !important;
  text-align: center;
  border-bottom: none !important;
}
#load_new_ttl .contents_title + p,
#load_ranking_ttl .contents_title + p,
#pickup_items .contents_title + p,
#recommend_items .contents_title + p {
  font-size: 14px !important;
  margin-top: 0px;
}

#load_new_ttl a,
#load_new_ttl .price,
#load_ranking_ttl .price,
#recommend_items a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
#load_new_ttl .price,
#load_ranking_ttl .price .initial_price,
#recommend_items .price {
  color: #ff0000;
  font-weight: bold;
  font-size: 14px;
}

#recommend_items #mp_txt_rec_button {
  display: none;
}

#load_new_ttl .imgSlidernew li .frameShownImg a,
#recommend_items_list .frameShownImg a {
  display: block;
  height: calc(100vw / 5);
  max-height: 220px;
  width: 100%;
  background-image: url("https://www.shima-life.jp/pic-labo/white_img.jpg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

#load_ranking_list .cataloglist a:hover,
#load_new_ttl .imgSlidernew li .frameShownImg a:hover,
#load_ranking_ttl .cataloglist a:hover,
#recommend_items_list .frameShownImg a:hover {
  height: calc(100vw / 5);
  max-height: 220px;
  width: 100%;
  padding-bottom: 0px;
  opacity: 0.7;
}
#pickup_items_list #smp_pickupItems a:hover,
#pickup_items_list #smp_pickupItems a:hover .pickup-image {
  opacity: 0.7;
}

.mp_ranklistpattern_layout3 > ul {
  width: 100%;
}

.mp_ranklistpattern_layout3 > ul > li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.mp_ranklistpattern_layout3 > ul > li > .box {
  flex: 0 0 auto;
  width: 23%;
  margin-bottom: 5%;
}
.mp_ranklistpattern_layout3 > ul > li > .box > a {
  display: block;
  height: calc(100vw / 5);
  max-height: 220px;
  width: 100%;
  background-image: url("https://www.shima-life.jp/pic-labo/white_img.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#load_ranking_list .box {
  position: relative;
}
#load_ranking_list .box::after {
  content: "";
  display: block;
  width: 50px;
  height: 23px;
  position: absolute;
  top: 0px;
  left: 0;
}

#load_ranking_list .box:nth-of-type(1)::after {
  background-image: url(https://www.shima-life.jp/pic-labo/rank1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#load_ranking_list .box:nth-of-type(2)::after {
  background-image: url(https://www.shima-life.jp/pic-labo/rank2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#load_ranking_list .box:nth-of-type(3)::after {
  background-image: url(https://www.shima-life.jp/pic-labo/rank3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#load_ranking_list .box:nth-of-type(4)::after {
  background-image: url(https://www.shima-life.jp/pic-labo/rank4.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#load_ranking_list .box:nth-of-type(5)::after {
  background-image: url(https://www.shima-life.jp/pic-labo/rank5.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#load_ranking_list .box:nth-of-type(6)::after {
  background-image: url(https://www.shima-life.jp/pic-labo/rank6.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#load_ranking_list .box:nth-of-type(7)::after {
  background-image: url(https://www.shima-life.jp/pic-labo/rank7.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#load_ranking_list .box:nth-of-type(8)::after {
  background-image: url(https://www.shima-life.jp/pic-labo/rank8.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#load_ranking_list .box:nth-of-type(9)::after {
  background-image: url(https://www.shima-life.jp/pic-labo/rank9.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#load_ranking_list .box:nth-of-type(10)::after {
  background-image: url(https://www.shima-life.jp/pic-labo/rank10.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.mp_txt_rank_button {
  display: none;
}
