@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,900&display=swap');

@media screen and (max-width: 62.5em) {
  header h1.site-title,header  div.site-title {
    width: 180px;
    padding: 0.15em 0 0 0;
  }
  header .bottom {
    padding-top: 0;
  }
  header .h-column {
    padding-top: 1.071em;
  }
}

.section-head {
  background: /*#ceeadb*/ #eeeeee !important;
  border-bottom: none;
  padding: 10px 17px;
}
.section-head h2 {
  font-family: 'Montserrat', "Work Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  color:#000000 !important;
}
@media screen and (min-width: 62.5em) {
  .section-head {
    padding: 10px 17px;
  }
  .section-head h2 {
    font-size: 20px;
    line-height: 1.5;
  }
}


.cat-area .noslider {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cat-area .noslider .list {
  width: 48%;
  margin-left: 4%;
  float: none;
  margin-right: 0 !important;
}
.cat-area .noslider .list:nth-child(2n + 1) {
  margin-left: 0;
}
.cat-area .noslider .list:nth-child(n + 3) {
  margin-top: 10px;
}
.cat-area .noslider.cf:before ,
.cat-area .noslider.cf:after {
  display: none;
}
.cat-area .noslider .list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
  background: #e6f5ed;
}
.cat-area .noslider .list a .thumbnail {
  width: 100px;
  margin-bottom: 0;
}
.cat-area .noslider .list a .title {
  width: calc(100% - 100px);
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.375;
  text-align: left;
  font-weight: bold;
  padding-right: 10px;
}


@media screen and (min-width: 62.5em) {
  .cat-area .noslider .list {
    width: 23.8%;
    margin-left: 1.6%;
  }
  .cat-area .noslider .list:nth-child(2n + 1) {
    margin-left: 1.6%;
  }
  .cat-area .noslider .list:nth-child(4n + 1) {
    margin-left: 0;
  }
  .cat-area .noslider .list:nth-child(n + 3) {
    margin-top: 0px;
  }
  .cat-area .noslider .list:nth-child(n + 5) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 62.5em) {
  .cat-area .noslider .list a .thumbnail {
    width: 60px;
  }
  .cat-area .noslider .list a .title {
    width: calc(100% - 60px);
    font-size: 14px;
  }
}

.home #primary #content > .lower {
  display: none;
}

.ucart_featured_body {
  
}
.ucart_featured_body {
  
}
.ucart_featured_body .featured_list {
  counter-increment: title-number;
}
.ucart_featured_body .featured_list .thumimg {
  border: #e5e5e5 2px solid;
}
.ucart_featured_body .featured_list .thumtitle {
  font-size: 14px;
  line-height: 1.42;
  text-align: left;
  font-weight: bold;
  word-break: break-all;
}
.ucart_featured_body .featured_list .opt-tag {
  display: none;
}
.ucart_featured_body .featured_list .itemprice {
  text-align: right !important;
  font-size: 14px;
  line-height: 1.3;
  width: 70%;
}
.ucart_featured_body .featured_list .thumtitle:before {
  content: counter(title-number);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #000000;
  color: #FFF;
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.ucart_featured_body .featured_list:nth-child(1) .thumtitle:before {
  background: #ffd700;
}
.ucart_featured_body .featured_list:nth-child(2) .thumtitle:before {
  background: #c0c0c0;
}
.ucart_featured_body .featured_list:nth-child(3) .thumtitle:before {
  background: #c47222;
}
.home .ucart_featured_body .featured_list .thumtitle:before {
  display: none;
}

.topics-area {
  
}
.topics-area img {
  width: 100%;
  max-width: none;
  height: auto;
}

.pickup-area .title ,
.pickup-area .excerpt {
  display: none;
}
.pickup-area .thumbnail img {
  width: 100%;
  max-width: none;
  height: auto;
}
@media screen and (max-width: 62.5em) {
  .pickup-area .noslider {
    display : -webkit-box;
    display : -webkit-flex;
    display : -ms-flexbox;
    display : flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .pickup-area .noslider .list {
    width: 48%;
    margin-left: 0;
    margin-bottom: 4%;
  }
  .pickup-area .noslider.cf::before,
  .pickup-area .noslider.cf::after {
    display: none;
    content: " ";
  }
  .pickup-area .noslider .list:nth-child(2n + 1) {
    margin-left: 0;
  }
  .pickup-area .thumbnail {
    margin-bottom: 0;
  }
}

#secondary h3 {
  font-family: 'Montserrat', "Work Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 20px;
  padding: 10px 17px;
  line-height: 1.5;
  background: /*#ceeadb*/ #eeeeee;
  color: /*#32b068*/ #000000;
  border: none;
}
#content .page-header {
  padding: 10px 17px;
  background:/* #ceeadb*/ #eeeeee;
  color: /*#32b068*/ #000000;
  border: none;
}
#content .page-header h1 {
  font-family: 'Montserrat', "Work Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (min-width: 62.5em) {
  #secondary h3 {
    font-size: 24px;
  }
  #content .page-header h1 {
    font-size: 24px;
  }
}


.product-list .thumbnail {
  border: #e5e5e5 2px solid;
}
.product-list .title {
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
}
.product-list .opt-tag {
  display: none;
}
.product-list .price {
  text-align: right;
}


#content .item-header h1.item_page_title {
  font-family: "Work Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
}
#itempage .item-name {
  font-family: "Work Sans", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 700;
}
#itempage .itemimg {
  border: #efefef 2px solid;
}
#itempage .itemsubimg img {
  box-sizing: border-box;
  border: #efefef 2px solid;
}
#itempage .item-info .skuimg {
  border: #efefef 2px solid;
}

@media screen and (min-width: 62.5em) {
  #itempage .itemsubimg {
    margin: 2.828em 0 0;
  }
}

hr {
    margin: 24px 0 1.714285714rem 0;
}


.item-description .pay-box {
  background: #f9f8f8;
  padding: 20px 23px;
  text-align: left;
  margin: 36px 0;
}
.item-description .pay-box .pay-boxTitle {
  font-size: 24px;
  line-height: 1.4;
  color: #000;
  font-weight: bold;
  padding: 0 0 0 35px;
  margin-bottom: 13px;
  position: relative;
}
.item-description .pay-box .pay-boxTitle:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.item-description .pay-box .pay-boxTitle.is-amazon:before {
  background-image: url(https://riraku-life.com/wp-content/uploads/2020/04/icon-pay01.png);
}
.item-description .pay-box .pay-boxTitle.is-card:before {
  background-image: url(https://riraku-life.com/wp-content/uploads/2020/04/icon-pay02.png);
}
.item-description .pay-box .pay-boxTitle.is-money:before {
  background-image: url(https://riraku-life.com/wp-content/uploads/2020/04/icon-pay04.png);
}
.item-description .pay-box .pay-boxTitle.is-delivery:before {
  background-image: url(https://riraku-life.com/wp-content/uploads/2020/04/icon-pay05.png);
}
.item-description .pay-box .pay-boxTitle.is-bank:before {
  background-image: url(https://riraku-life.com/wp-content/uploads/2020/04/icon-pay06.png);
}
.item-description .pay-box .pay-boxTxt {
  font-size: 14px;
  line-height: 2;
  color: #000;
  margin: 10px 0 5px 0;
}
.item-description .pay-box .pay-boxTxt2 {
  font-size: 16px;
  line-height: 1.625;
  color: #d27979;
  font-weight: bold;
  margin-bottom: 15px;
}
.item-description .pay-box .pay-boxCollect {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  margin-bottom: 10px;
}
.item-description .pay-box .pay-boxCollectImg {
  margin-right: 5px;
}
.item-description .pay-box .pay-boxCollectTxt {
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}
.item-description .pay-box .pay-boxVal {
  text-align: center;
  background: #FFF;
}

@media screen and (max-width: 62.5em) {
  .item-description .pay-box {
    padding: 18px 18px;
    margin: 25px 0;
  }
  .item-description .pay-box .pay-boxTitle {
    font-size: 18px;
    line-height: 1.4;
    padding: 0 0 0 35px;
    margin-bottom: 13px;
  }
  .item-description .pay-box .pay-boxTitle:before {
    width: 25px;
    height: 25px;
  }
  .item-description .pay-box .pay-boxTxt {
    font-size: 14px;
    line-height: 2;
    margin: 10px 0 5px 0;
  }
  .item-description .pay-box .pay-boxTxt2 {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 15px;
  }
  .item-description .pay-box .pay-boxCollect {
    margin-bottom: 10px;
  }
  .item-description .pay-box .pay-boxCollectImg {
    margin-right: 5px;
  }
  .item-description .pay-box .pay-boxCollectTxt {
    font-size: 14px;
    line-height: 1.4;
  }
}


@media screen and (min-width: 62.5em) {
  #site-navigation li.menu-item-has-children.current-menu-item > a:before {
      top: 0;
  }
  #site-navigation li.menu-item-has-children a:before {
      /*background-color: #32b068;*/
  }
}


.top-banner {
  margin: 20px 0 50px 0;
}
@media screen and (max-width: 62.5em) {
  .top-banner {
    margin: 20px 1.071em 40px 1.071em;
  }  
}

.mobileHidden { display:none;}
 
@media screen and (min-width:480px) { 
    .desktopHidden { display:none;}
    .mobileHidden { display:inline;}
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube video {
    width: 100%;
}