﻿@charset "UTF-8";

/* ----トピック---- */

.block-top-topic--header {
  border-bottom: 1px solid #eee;
}

.btn_more {
  display: inline-block;
  min-width: 140px;
  margin: 30px auto 0 auto; 
  background: #a30000;
  background-image: url(../../img/usr/common/btn_more_bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: 7px 10px;
  background-size: 7px 10px;
  background-position: left 20px top 50%;
  transform: translateY(-50%);
  color: #fff;
  border-radius: 40px;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 500;
  transition: .3s;
  letter-spacing: 1px;
  clear: both;
}

.btn_more:hover {
  opacity: .7;
  text-decoration: none;
}

.btn_more.navy {
  background: #18273e;
  background-image: url(../../img/usr/common/btn_moreblue_bg.png);
  background-repeat: no-repeat; 
  background-position: left 20px top 50%;  
  -webkit-background-size: 7px 10px;  
  background-size: 7px 10px;
}

.block-top-topic--items li {
  border-bottom: 1px solid #eee;
  padding: 10px 25px 10px 10px;
  position: relative;
}

.block-top-topic--items li a {
  display: block;
  text-decoration: none;
}

.block-top-topic--items li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  height: 100%;
  top: 50%;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  right: 10px;
}

.block-top-topic--next-page {
  text-align: right;
  padding: 10px;
}

.block-top-topic--next-page a {
  text-decoration: underline;
}

.block-topic-page--article-header {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.block-topic-page--article-icon {
  vertical-align: middle;
}

.block-topic-page--article-body {
  margin: 10px;
}

.block-topic-page--article figure {
  padding: 10px 10px 0 0;
  font-size: 0;
}

.block-topic-page--article figure img {
  padding: 0 0 10px 10px;
}

.block-topic-details {
  margin: 10px;
}

.block-topic-details--header {
  margin: -10px -10px 0;
}

.block-topic-details--icon {
  vertical-align: middle;
}

.block-topic-details--items {
  margin: 0 -10px 0 -10px;
  border-top: 1px solid #eee;
}

.block-topic-details--items li {
  border-bottom: 1px solid #eee;
  padding: 10px 25px 10px 10px;
  position: relative;
}

.block-topic-details--items li a {
  display: block;
  text-decoration: none;
}

.block-topic-details--items li a:after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  height: 100%;
  top: 50%;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  right: 10px;
}

/* ----最近見た商品---- */

.block-recent-item--header {
  padding: 10px;
}

/* ----検索サジェスト---- */

.block-search-suggest {
  position: absolute;
  display: block;
  z-index: 1000;
  text-align: left;
  padding: 5px;
  width: 290px;
  background-color: #fff;
  border: solid 1px #ccc;
}

.block-search-suggest--keyword {
  padding: 2px;
}

.block-search-suggest--keyword-entry {
  display: block;
  text-decoration: none;
}

.block-search-suggest--goods {
  min-height: 60px;
  padding: 2px;
  display: block;
  clear: both;
}

.block-search-suggest--goods-img {
  display: block;
  float: left;
  width: 60px;
  margin-right: 10px;
}

.block-search-suggest--goods-img img {
  width: 60px;
  height: 60px;
}

.block-search-suggest--goods-name,
.block-search-suggest--goods-comment,
.block-search-suggest--goods-price-items {
  width: 100%;
}

.block-search-suggest--keyword:hover,
.block-search-suggest--goods:hover {
  background-color: #dedede;
  cursor: pointer;
}

/* ----パンくず---- */

.block-topic-path {
  padding: 10px 15px;
  font-size: 0;
  background-color: #f5f5f5;
}

.block-topic-path--list li {
  display: inline-block;
  font-size: 12px;
  padding-right: 10px;
}

.block-topic-path--list li a {
  text-decoration: underline;
  color: #fff;
  text-decoration: none;
  padding-left: 5px;
  font-size: 10px;
}

.block-topic-path--list li:first-child a {
  padding-left: 0;
}

/* ----キーワード検索ブロック---- */

.block-search-box--keyword {
  width: 100%;
  height: 38px;
}

.block-search-box--form {
  padding: 10px;
  position: relative;
  /*background: #eee;*/
}

.block-search-box--form #keyword {
  padding-left: 45px;
}

.block-search-box--form .input-group-btn {
  position: absolute;
  top: 10px;
  left: 0px;
  bottom: 10px;
  display: block;
  width: 40px;
  height: auto;
}

.block-search-box--placeholder {
  position: absolute;
  top: 20px;
  left: 55px;
  color: #999;
  font-size: 14px;
}

.block-search-box--search-submit {
  margin-left: 10px;
  width: 40px;
  height: 38px;
  background: #666;
  color: #fff;
  font-size: 18px;
}

/* ----エラー画面---- */

.block-validation-alert {
  text-align: center;
  margin: 100px 10px;
}

.block-validation-alert--title {
  font-weight: bold;
  margin-bottom: 10px;
}

.block-validation-alert--link {
  display: block;
  margin-top: 10px;
}

.block-common-alert {
  padding: 10px;
  margin: 10px;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.block-common-alert--link {
  display: block;
  text-decoration: underline;
  margin-top: 10px;
}

.block-common-alert-list {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #666;
  background-color: #fff;
}

.block-common-alert-list--items {
  color: #a94442;
}

/* ----郵便番号サジェスト---- */

.block-ziplist--ziplist-frame {
  z-index: 2000;
}

/* ----サイクル情報編集---- */

.block-regular-cycle--cycle-sub-type {
  margin-bottom: 10px;
  padding: 10px;
  background: #f8f8f8;
  border: 1px solid #ccc;
}

.block-regular-cycle--deliv_date {
  width: 100%;
  margin: 20px 0;
}
.block-regular-cycle--deliv_date--prev-expected-dt {
  border-top: 1px dotted #ccc;
  border-left: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
}

.block-regular-cycle--deliv_date--next-expected-dt {
  border: 1px dotted #ccc;
}

.block-regular-cycle--deliv_date--prev-expected-dt-title,
.block-regular-cycle--deliv_date--next-expected-dt-title {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
  background-color: #f8f8f8;
  border-bottom: 1px dotted #ccc;
}

.block-regular-cycle--deliv_date--prev-expected-dt-date,
.block-regular-cycle--deliv_date--next-expected-dt-date {
  padding: 8px;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
}

#js_header_menu {
  display: block;
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  overflow-y: scroll;
  text-align: center;
  font-size: 12px;
}

#js_header_menu_inner {
  position: relative;
  z-index: 1010;
  background: #fff;
  border: 15px solid #888;
}

#js_header_menu::-webkit-scrollbar{
  box-shadow: none;
  width: 0px;
}
#js_header_menu::-webkit-scrollbar-track{
  background: #fff;
  border: none;
  box-shadow: none;
}
#js_header_menu::-webkit-scrollbar-thumb{
  background: #ddd;
  box-shadow: none;
}

#js_header_menu_close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 24px;
  height: 24px;
  background: #000;
  z-index: 1100;
  background: url(../../img/usr/common/menu/mark_close_btn.png);
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
}

.js_header_inner_login {
    padding: 20px;
}


.js_header_inner {
  padding: 20px;
  //border-bottom: 1px solid #ddd;
}

.header_menusp_slideleft .js_header_inner {
  padding: 0px 16px 10px 16px;
}

.js_header_inner:last-child {
  border-bottom: none;
  padding-bottom: 40px;
}

.js_header_inner a {
  width: 100%;
  height: 40px;
  margin: 0 auto;
}

.js_header_inner input {
  width: 100%;
  border: none;
  background: #eee;
  border: 1px solid transparent;
  height: 40px;
}

.js_header_inner form {
  position: relative;
  height: 40px;
}

.js_header_inner input[type="submit"] {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 34px;
  height: auto;
  background-color: #333;
  background-image: url(../../img/usr/common/icon_header_search.png);
  background-repeat: no-repeat;
  -webkit-background-size: 10px 11px;
  background-size: 10px 11px;
  background-position: left 11px top 50%;
  font-size: 0;
}

.js_header_inner input[type="text"] {
  padding: 0 34px 0 15px;
}

.js_header_inner input::placeholder {
  text-align: center;
  padding-right: 20px;
  font-weight: 100;
  font-size: 12px;
  color: #aaa;
}

.js_header_inner input::focus::placeholder {
  color: transparent;
}

.js_header_inner input:focus {
  outline: transparent;
  border: 1px solid #ddd;
}

.js_header_inner input[type="submit"]:focus {
  border: 1px solid #333;
}

#js_header_menu .search_area li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  /*height: 40px;*/
  /*line-height: 48px;*/
  padding: 15px 10px;
  border-bottom: 1px solid #ddd;
}

#js_header_menu .search_area li span:nth-child(2) {
  position: relative;
  padding-right: 10px;
  font-size: 12px;
}

#js_header_menu .search_area li span:nth-child(2):after {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 5px;
  height: 8px;
  background: url(../../img/usr/common/mark_footer_arrow.png) no-repeat;
  -webkit-background-size: 5px 8px;
  background-size: 5px 8px;
  opacity: .3;
  content: ''
}

#js_header_menu .search_area li span.on:after {
  display: none;
}
#js_header_menu .search_area li span.on {
  padding-right: 0;
  color: #c3002f;
}

#js_header_menu .js_header_btnarea {
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
}

#js_header_menu a.js_header_btn,
#js_header_menu button.js_header_btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 30px; 
  background: #c3002f;
  border-radius: 3px;
  color: #fff;
  background-image: url(../../img/usr/common/bg_header_bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: 23px 21px;
  background-size: 23px 21px;
  background-position: left 5px top 50%;
  line-height: 40px;
}

.js_header_inner a.header_q {
  margin-top: 10px;
  height: auto;
  padding-bottom: 10px;
  display: inline-block;
  font-weight: 500;
  color: #777;
}

#js_header_menu dl dt {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  font-weight: 500;
  color: #777;
}

#js_header_menu dl dt:after {
  position: absolute;
  top: 5px;
  left: -14px;
  width: 11px;
  height: 10px;
  background: url(../../img/usr/common/bg_header_arrow.png) no-repeat;
  -webkit-background-size: 11px 10px;
  background-size: 11px 10px;
  content: '';
}

#js_header_menu dl dt.open:after {
  background: url(../../img/usr/common/bg_header_arrow.png) no-repeat;
  -webkit-background-size: 11px 10px;
  background-size: 11px 10px;
  transform: rotate(-90deg);
}

#js_header_menu dl dd {
    /* text-align: left; */
    /* padding-top: 5px; */
    padding-top: 10px;
    overflow: hidden;
    display: block;
}
    
#js_header_menu dl dd a {
    /* display: inline-block; */
    /* width: auto; */
    /* height: auto; */
    margin: 0 8px 8px 0;
    /* text-decoration: underline; */
    /* background: transparent; */
    /* white-space: nowrap; */
    white-space: nowrap;
    font-size: 11px;
    background: #eee;
    padding: 5px 8px 5px 8px;
    border-radius: 3px;
    display: inline-block;
    float: left;
    width: auto;
    height: auto;
}

#js_header_menu dl dd a:nth-child(2n+1){
    background-color: #fff2bb;
}

#js_header_menu #sp_release,
#js_header_menu #sp_squeeze {
  position: relative;
  width: 48%;
  height: 30px;
  line-height: 30px;
  border-style: none;
  border-radius: 40px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

#js_header_menu #sp_release:active {
  box-shadow: 1px 1px 1px rgba(000,000,000,.5) inset;
}

#js_header_menu #sp_squeeze:active {
  box-shadow: 1px 1px 1px rgba(000,000,000,1.0) inset;
}

#js_header_menu #sp_release {
  background: #aaa;
  padding-top: 1px;
}

#js_header_menu #sp_squeeze {
  background: #18273e;
}

#js_header_menu #sp_release:after,
#js_header_menu #sp_squeeze:after {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 7px;
  height: 11px;
  background: url(../../img/usr/common/btn_more_bg.png);
  background-size: 7px 11px;
  content: '';
}

#js_header_menu #sp_release:focus,
#js_header_menu #sp_squeeze:focus {
  outline: none;
}

#js_header_menu ul.link_area {
  width: 100%;  
  display: flex;
    flex-direction: column;
  flex-wrap: wrap;
    border-bottom: 2px solid #c3002f;
    border-top: 2px solid #c3002f;
    text-align: left;
}

#js_header_menu .link_area li {
  width: 100%;
	padding: 12px 25px;
  border-top: 1px solid #ddd;
	transition: .3s;
}
#js_header_menu ul.link_area li.area_list_first_ {
    border-top: none;
}

#js_header_menu ul.link_area.area_next_ {
    border-top: none;
}
#js_header_menu .link_area li:nth-child(3n-2) {
  border-left:none;
}

#js_header_menu .link_area li a {
  position: relative;
	display: flex;
  width: 100%;
  height: 100%;
	align-items: center;
	justify-content: flex-start;
}

#js_header_menu .link_area li a img {
  max-width: 30px;
	margin-right: 20px;
}
#js_header_menu .link_area li span.text_box{
	font-weight: 600;
}

/*
#js_header_menu .link_area li:nth-child(1) img{
  width: 35%;
  height: auto;
  min-height: auto;
}
#js_header_menu .link_area li:nth-child(2) img{
  width: 34%;
  height: auto;
  min-height: auto;
}
#js_header_menu .link_area li:nth-child(3) img{
  width: 48%;
  height: auto;
  min-height: auto;
}
#js_header_menu .link_area li:nth-child(4) img{
  width: 34%;
  height: auto;
  min-height: auto;
}
#js_header_menu .link_area li:nth-child(5) img{
  width: 60%;
  height: auto;
  min-height: auto;
}
#js_header_menu .link_area li:nth-child(6) img{
  width: 48%;
  height: auto;
  min-height: auto;
}
#js_header_menu .link_area li:nth-child(7) img{
  width: 42%;
  height: auto;
  min-height: auto;
}
#js_header_menu .link_area li:nth-child(8) img{
  width: 25%;
  height: auto;
  min-height: auto;
}
#js_header_menu .link_area li:nth-child(9) img{
  width: 62%;
  height: auto;
  min-height: auto;
}
#js_header_menu .link_area li:nth-child(10) img{
  width: 36%;
  height: auto;
  min-height: auto;
}
#js_header_menu .link_area li:nth-child(11) img{
  width: 60%;
  height: auto;
  min-height: auto;
}
#js_header_menu .link_area li:nth-child(12) img{
  width: 46%;
  height: auto;
  min-height: auto;
  left: 55%;
}
*/

/*
#js_header_menu .link_area li span.text_box br {
  display: none;
}

@media screen and (max-width: 434px) {
  #js_header_menu .link_area li span.text_box br {
    display: block;
  }
  #js_header_menu .link_area li:nth-child(1) span.text_box,
  #js_header_menu .link_area li:nth-child(2) span.text_box,
  #js_header_menu .link_area li:nth-child(3) span.text_box,
  #js_header_menu .link_area li:nth-child(5) span.text_box,
  #js_header_menu .link_area li:nth-child(6) span.text_box,
  #js_header_menu .link_area li:nth-child(8) span.text_box,
  #js_header_menu .link_area li:nth-child(10) span.text_box {
    padding-top: 8px;
  }
}

@media screen and (max-width: 434px) {
  #js_header_menu .link_area li span.img_box {
    height: 11vh;
  }
}

@media screen and (min-width: 520px) {
  #js_header_menu .link_area li span.img_box {
    height: 11vh;
  }
}

@media screen and (min-width: 600px) {
  #js_header_menu .link_area li span.img_box {
    height: 12vh;
  }
}


*/

/*
@media screen and (min-width: 660px) {
  #js_header_menu .link_area li:nth-child(1) img{
    width: 70px;
  }
  #js_header_menu .link_area li:nth-child(2) img{
    width: 68px;
  }
  #js_header_menu .link_area li:nth-child(3) img{
    width: 96px;
  }
  #js_header_menu .link_area li:nth-child(4) img{
    width: 68px;
  }
  #js_header_menu .link_area li:nth-child(5) img{
    width: 120px;
  }
  #js_header_menu .link_area li:nth-child(6) img{
    width: 96px;
  }
  #js_header_menu .link_area li:nth-child(7) img{
    width: 84px;
  }
  #js_header_menu .link_area li:nth-child(8) img{
    width: 50px;
  }
  #js_header_menu .link_area li:nth-child(9) img{
    width: 124px;
  }
  #js_header_menu .link_area li:nth-child(10) img{
    width: 72px;
  }
  #js_header_menu .link_area li:nth-child(11) img{
    width: 80px;
  }
  #js_header_menu .link_area li:nth-child(12) img{
    width: 92px;
  }
} 
*/

#explanatory_text {
  padding: 10px 15px;
  font-size: 10px;
}

.ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a {
  z-index: 99 !important;
}




