@charset "UTF-8";

/* ====== 共通 ====== */
.block-genre-page--sub.block-readmore-contents.js-readmore-contents {
  display: none;
}

h1.block-genre-page--header  {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.page-category .block-top-event--goods, .page-genre .block-top-event--goods, .page-event .block-top-event--goods {
  padding-bottom: 0;
}

.block-genre-page-head {
  padding: 0;
}

.block-filter--btn {
  z-index: 4;
}

.health_month_sleep {
  max-width: 900px;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0 20px;
}

.health_month_sleep.bg_grd {
  background: #FFF;
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 60%, rgba(224, 248, 255, 1) 100%);
}

.health_month_sleep .pc {
  display: none;
}

.health_month_sleep .sp {
  display: block;
}

.health_month_sleep p, .health_month_sleep a {
  font-family: "Noto Sans JP", sans-serif;
}

.health_month_sleep p {
  color: #187A83;
  line-height: 1.7rem;
  letter-spacing: 0.05rem;
  font-size: 15px;
}

.health_month_sleep img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.health_month_sleep a {
  text-decoration: none;
  cursor: pointer;
}

.health_month_sleep .btn {
  background: #2E9EA0;
  border-radius: 999px;
  color: #fff;
  padding: 7px 20px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  line-height: 1.4rem;
  max-width: 270px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
  z-index: 3;
  min-height: 44px;
  letter-spacing: 0.08rem;
}

.health_month_sleep .btn::before, .health_month_sleep .btn::after  {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 20px;
  width: 8px;
  height: 2px;
  background-color: #fff;
  transform-origin: calc(100% - 0.5px) 50%;
}

.health_month_sleep .btn::before {
  transform: rotate(35deg);
}

.health_month_sleep .btn::after {
  transform: rotate(-35deg);
}

.health_month_sleep .btn:hover, .health_month_sleep .btn:active {
  opacity: 0.8;
  box-shadow: none;
}

.health_month_sleep .mb0 {
  margin-bottom: 0;
}

.health_month_sleep h2 .inner p, .health_month_sleep .goods_list h2 {
  color: #187A83;
  font-weight: 600;
}

/* ====== TOP ====== */
.health_month_sleep .top {
  margin: 20px -20px 40px;
}

.health_month_sleep .top .kv {
  margin: 0 auto;
}

.health_month_sleep .top .kv p {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #2FA0A6;
  margin-bottom: 10px;
}

.health_month_sleep .top .read {
  background-color: #2FA0A6;
  padding: 20px 20px 10px;
}

.health_month_sleep .top .read p {
  color: #fff;
  font-size: 14px;
}

.health_month_sleep .top .zukky_area {
  background: url('/img/usr/genre/rH801/sleep_read_bg.png') no-repeat center top;
  background-size: contain;
  padding: 80px 20px 0;
}

.health_month_sleep .top .zukky_area .zukky_img {
  max-width: 180px;
  margin: 0 auto 30px;
}

.health_month_sleep .top .zukky_area .zukky_img figcaption {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #363636;
  margin-top: 10px;
}

.health_month_sleep .top .zukky_area .zukky_img figcaption span {
  font-size: 14px;
  font-weight: 600;
}

.health_month_sleep .top .zukky_area p {
  background: #D7F8F8;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  color: #187D83;
  font-size: 14px;
}

.health_month_sleep .top .zukky_area p::before {
  position: absolute;
  content: "";
  display: block;
  top: -20px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 20px solid #D7F8F8;
  border-top: 0;
}


/* ====== 商品・ブランド一覧 ====== */
.health_month_sleep .goods_list h2 {
  padding: 10px 0 0;
  width: 100%;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
}

.health_month_sleep .goods_list h2::after {
  position: absolute;
  content: "";
  display: block;
  background: #90DFE3;
  width: 100%;
  height: 2px;
  left: 0;
  top: calc(50% + 6px);
}

.health_month_sleep .goods_list h2 span {
  background: #fff;
  padding: 0 10px;
  color: #363636;
  z-index: 4;
  position: relative;
  letter-spacing: 0.08rem;
  font-size: 16px;
}

.health_month_sleep .goods_list .read {
  color: #363636;
  font-size: 14px;
  margin-bottom: 20px;
}

.health_month_sleep.gl_pb {
  margin-top: 20px;
  padding-bottom: 40px;
}

.health_month_sleep.pb_last {
  padding-bottom: 60px;
}

.health_month_sleep .goods_list.gl_btn {
  padding: 0;
  margin: 20px auto 40px;
}

.health_month_sleep .goods_list .wide_img {
  margin: 0 -20px;
}

.block-top-event--goods {
  padding: 0 20px !important;
}

.block-top-event--goods .block-thumbnail-t {
  background: #fff;
  padding: 0;
}

.block-top-event--goods .block-thumbnail-t--point {
    color: #E28300;
    font-size: 12px;
    font-weight: bold;
    margin: 4px 0 10px;
}

.block-top-event--goods .btn-primary {
  font-size: 13px;
}

.block-top-event--goods .block-thumbnail-t--item {
  margin: 0 0 20px;
}

.block-top-event--goods .block-thumbnail-t--item:last-of-type {
  margin: 0;
}

.block-thumbnail-t--btn {
  display: none;
}

.block-top-event--goods.js-naviplus-goodslist {
  padding: 40px 20px !important;
  background: #fff;
}

.block-top-event--goods.js-naviplus-goodslist .block-thumbnail-t {
  padding: 0;
}

.block-top-event--goods.js-naviplus-goodslist .block-thumbnail-t--btn {
  display: block;
}

.block-top-event--goods.js-naviplus-goodslist .block-thumbnail-t--item {
  margin: 0 0 50px;
}

.block-top-event--goods.js-naviplus-goodslist .btn-primary {
  font-size: 14px !important;
}

/* ====== 画面サイズが400px以上の表示 ======
@media screen and (min-width:400px) {
  .block-top-event--goods .block-thumbnail-t--item {
    margin: 0 0 30px;
  }

  .block-thumbnail-t--item {
    width: calc((100% - 20px) / 2);
  }
} */

/* ====== 画面サイズが600px以上の表示 ====== */
@media screen and (min-width:600px) {
  /* ====== top ====== */
  .health_month_sleep .top .read p, .health_month_sleep .top .zukky_area p {
    text-align: center;
  }

  .health_month_sleep .top .zukky_area {
    padding: 100px 20px 0;
  }
}

/* ====== 画面サイズが768px以上の表示 ====== */
@media screen and (min-width:768px) {
  /* ====== 共通 ====== */
  .block-genre-page--sub.block-readmore-contents.js-readmore-contents {
    padding: 0;
  }

  .block-genre-page--header-img {
    margin: 0 0 45px;
  }

  .block-genre-page-head {
    padding: 0;
    margin-bottom: 0;
  }

  .health_month_sleep {
    padding: 0 40px;
  }

  .health_month_sleep p {
    letter-spacing: 0.09rem;
  }

  .health_month_sleep .pc {
    display: block;
  }

  .health_month_sleep .sp {
    display: none;
  }

  /* ====== TOP ====== */
  .health_month_sleep .top {
    margin: 0 0 40px;
  }
  
  .health_month_sleep .top .kv p {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .health_month_sleep .top .read {
    padding: 65px 0;
    position: relative;
  }

  .health_month_sleep .top .read p {
    width: 700px;
    position: absolute;
    top: 40px;
    left: calc(50% - 350px);
  }

  .health_month_sleep .top .zukky_area {
    padding: 120px 0 0;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: center;
  }

  .health_month_sleep .top .zukky_area .zukky_img {
    margin: 0;
  }

  .health_month_sleep .top .zukky_area p {
    text-align: left;
    width: 560px;
    padding: 30px;
  }

  .health_month_sleep .top .zukky_area p::before {
    top: 30px;
    left: -20px;    
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 20px solid #D7F8F8;
    border-left: 0;
  }


  /* ====== 商品・ブランド一覧 ====== */
  .block-top-event--goods .block-thumbnail-t.js-goods-list-wrapper {
    padding: 0;
  }

  .block-thumbnail-t--goods {
    width: 190px;
  }
  
  .block-top-event--goods {
    padding: 0 40px !important;
  }

  .block-pickup-list-p--items {
    gap: 20px;
    justify-content: center;
  }

  .block-pickup-list-p--image {
    margin: 0;
  }

  .block-top-event--goods.js-naviplus-goodslist {
    padding: 40px 0 !important;
  }

  .health_month_sleep .goods_list h2 {
    margin: 0 auto 30px;
  }

  .health_month_sleep .goods_list h2 span {
    font-size: 24px;
    padding: 0 20px;
  }

  .health_month_sleep .goods_list.gl_btn {
    margin: 30px auto 40px;
  }

  .health_month_sleep .btn {
    min-height: 50px;
  }

  .health_month_sleep .goods_list .read {
    text-align: center;
    margin-bottom: 30px;
  }
}