﻿@charset "UTF-8";

/* ----トピック---- */
.block-top-topic{
width:1100px;
margin:0 auto;
margin-top:110px;
}
.block-top-topic--header {
  font-size: 18px;
  text-align: left;
  line-height: 1.2;
  display: flex;
  align-items: center;
		margin:0;
}
.block-top-topic--header:after {
  flex-grow: 1;
  content: '';
  height: 1px;
  background:#E0E0E0;
		margin-left:35px;
}


.block-top-topic--body {
  margin-bottom: 20px;
		padding:30px 0 35px;
		border-bottom:1px #e0e0e0 solid;
}

.block-top-topic--items {
  margin: 0 15px 0 20px;
		height:240px;
	 overflow:hidden;
}
.block-top-topic--items li+li {
  margin-top: 30px;
}

.block-top-topic--items dl {
		position:relative;
		overflow:hidden;
}
.block-top-topic--items dt {
		width:156px;
		float:left;
		font-size:12px;
		color:#A6A6A6;
  font-family: roboto;
}
.block-top-topic--items dt:after {
		content:'';
		height:1px;
		width:17px;
		display:block;
		margin-top:10px;
		background:#a6a6a6;
}
.block-top-topic--items dd {
 	width:730px;
  margin-left:156px;
  margin-bottom:10px;
		font-size:13px;
		text-align:left;
}
.block-top-topic--items dd span.brand {
  display:inline-block;
		width:290px;
}
.block-top-topic--items dd a:hover span.brand {
	text-decoration:underline;
}
.block-top-topic--items dd a:hover {
	text-decoration:none;
}
.block-top-topic--items dd a:hover em {
	text-decoration:none;
}
.block-top-topic--items dd span.icon {
}
.block-top-topic--items dd em {
		display:inline-block;
  margin-right: 15px;
		color:#A6A6A6;
		font-style:italic;
		font-family:Lato;
}
.block-top-topic--items dd .men {
	color:#6B95C4;
}
.block-top-topic--items dd .women {
	color:#F08CB7;
}

.block-top-topic--next-page {
  text-align: right;
  margin-top: 20px;
}

/*
.block-top-topic--next-page a {
  color: #6fb4c3;
  text-decoration: underline;
  font-size: 14px;
}
.block-top-topic--items img {
  vertical-align: middle;
}
*/

.block-topic-page--article-icon {
  vertical-align: middle;
}

.block-topic-page--article figure {
  font-size: 0;
}

.block-topic-page--article figure img {
  padding-bottom: 10px;
}

.block-topic-details--items dl,
.block-topic-details--items dt,
.block-topic-details--items dd {
  display: inline;
}

.block-topic-details--items dt {
  margin-right: 10px;
}

.block-topic-details--items img {
  vertical-align: middle;
}

.block-topic-details--items li {
  border-bottom: #ddd 1px solid;
  padding: 10px 0;
}

/* ----最近見た商品・下層---- */

.block-recent-item {
  width: 1100px;
		margin:0 auto;
}

.block-recent-item--header {
  font-size: 28px;
  text-align: center;
  padding: 19px 0 30px;
}

.block-recent-item--items {
  width: 1100px;
}

/*
.block-recent-item--keep-history {
  text-align: right;
  margin-top: 20px;
}

.block-recent-item--keep-history a {
  color: #6fb4c3;
  text-decoration: underline;
  font-size: 14px;
}
*/

/* ----最近チェックした商品(ブランド)---- */

.block-brand-recent-item {
  width: 1100px;
}

.block-brand-recent-item--header {
  font-size: 28px;
  text-align: center;
/*  border-top: #444 2px solid;*/
  padding: 19px 0 30px;
}

.block-brand-recent-item--items {
  width: 1100px;
}

.block-brand-recent-item--keep-history {
  text-align: right;
  margin-top: 20px;
}

.block-brand-recent-item--keep-history a {
  color: #6fb4c3;
  text-decoration: underline;
  font-size: 14px;
}

/* ----最近チェックした商品(カート)---- */

.block-cart-recent-item {
  width: 1200px;
}

.block-cart-recent-item--header {
  font-size: 28px;
  text-align: center;
 /* border-top: #444 2px solid;*/
  padding: 19px 0 30px;
}

.block-cart-recent-item--items {
  width: 1200px;
  position: relative;
}

.block-cart-recent-item--keep-history {
  text-align: right;
  margin-top: 20px;
}

.block-cart-recent-item--keep-history a {
  color: #6fb4c3;
  text-decoration: underline;
  font-size: 14px;
}

/* ----検索サジェスト---- */

.block-search-suggest {
  position: absolute;
  display: block;
  z-index: 1000;
  text-align: left;
  padding: 5px;
  width: 370px;
  background-color: #fff;
  border: 1px solid #000;
}

.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: 18px 0;
  display:flex;
		align-items: center;
}

.block-topic-path--list {
  display:flex;
  flex-wrap: wrap;
}

.block-topic-path--list li+li {
  margin-left: 10px;
  padding-left: 15px;
		position:relative;
}

.block-topic-path--list li+li:after{
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-right: 1px solid #232323;
  border-top: 1px solid #232323;
  transform: rotate(45deg);
  left: 0;
  top: 50%;
  margin-top: -2px;
  margin-left: 0px;
}

.block-topic-path--list span {
  font-size:11px;
  line-height:1;
  color:#a6a6a6;
}
.block-topic-path--list li:last-child span {
  color:#232323;
}

/* ----左メニューブロック共通---- */

/*
.pane-left-menu h2 {
  font-size: 16px;
  border-top: #444 1px solid;
  padding: 16px 0;
  font-weight: bold;
  margin-bottom: 0;
}

.pane-left-menu h3 {
  font-size: 14px;
  padding: 8px 0;
  font-weight: bold;
  border-bottom: #eee 1px solid;
  margin-bottom: 5px;
  cursor: pointer;
}
*/

/* ----キーワード検索ブロック---- */

.block-search-box--search-detail a {
  color: #6fb4c3;
  text-decoration: underline;
}

.block-search-box--form {
  background-color: #eee;
  display: flex;
}

input.block-search-box--keyword:hover,
input.block-search-box--keyword {
  border: none;
  background-color: transparent;
  flex-grow: 1;
}

button.block-search-box--search-submit {
  border: none;
  background-color: transparent;
  width: 33px;
}

.block-search-box--search-detail {
  margin: 5px 0;
}

/* ----Ajaxカートブロック---- */

.block-jscart--items {
  border-bottom: #eee 1px solid;
  margin-bottom: 5px;
}
.block-jscart--items dd {
  text-align: right;
}
.block-jscart--delete {
  text-align: right;
  margin-bottom: 5px;
}
.block-jscart--cart-to-order {
  text-align: center;
  margin-top: 15px;
}

/* ----エラー画面---- */

.block-validation-alert {
  text-align: center;
  margin: 100px auto;
  padding: 30px;
  width: 500px;
  border: 1px solid #808080;
}

.block-validation-alert--title {
  font-weight: bold;
  margin-bottom: 10px;
}

.block-validation-alert--link {
  display: block;
  margin-top: 10px;
}

.block-common-alert {
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.block-common-alert--link {
  display: block;
  margin-top: 10px;
}

.block-common-alert-list {
  margin: 0 auto 20px;
  padding: 20px;
  border: 1px solid #999;
  background-color: #fff;
  width: 800px;
}

.block-order-estimate--confirmation .block-common-alert-list{
  width: auto;
}


.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;
}

/* ----入力アシスト---- */

.block-search-assist {
  position: absolute;
  display: block;
  z-index: 1000000000;
  text-align: left;
  /* padding: 5px; */
  width: 370px;
  background-color: #fff;
  border: 1px solid #000;
}

.block-search-assist--kind {
  background-color: #999;
  font-weight: bold;
  color: #fff;
}

.block-search-assist--keyword {
  padding: 2px;
}

.block-search-assist--keyword-entry {
  display: block;
  text-decoration: none;
}

.block-search-assist--goods {
  min-height: 60px;
  padding: 2px;
  display: block;
  clear: both;
}

.block-search-assist--goods-img {
  display: block;
  float: left;
  width: 60px;
  margin-right: 10px;
}

.block-search-assist--goods-img img {
  width: 60px;
  height: 60px;
}

.block-search-assist--goods-name,
.block-search-assist--goods-comment,
.block-search-assist--goods-price-items {
  width: 100%;
}

.block-search-assist--keyword:hover,
.block-search-assist--goods:hover {
  background-color: #dedede;
  cursor: pointer;
}

/* ----お問い合わせ制御---- */

.block-inquiry-history-detail--contact-info-member dd {
  padding-left: 10px;
}


/* ----外部リンクアイコン---- */

.exlink {
  color: #6B95C4;
}
.exlink:after {
  content: '';
  display: inline-block;
  background: url('/wwwroot/img/usr/ico_exlink.svg');
  width: .8em;
  height: .8em;
  margin: 0 3px 0 2px;
  filter: invert(61%) sepia(10%) saturate(1671%) hue-rotate(171deg) brightness(92%) contrast(90%);
}

/* ----お知らせ画面---- */
.block-notice-path {
  padding: 18px 0;
  display:flex;
  align-items: center;
}

.block-notice-path--list {
  display:flex;
  flex-wrap: wrap;
}

.block-notice-path--list li+li {
  margin-left: 10px;
  padding-left: 15px;
  position:relative;
}

.block-notice-path--list li+li:after{
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-right: 1px solid #232323;
  border-top: 1px solid #232323;
  transform: rotate(45deg);
  left: 0;
  top: 50%;
  margin-top: -2px;
  margin-left: 0px;
}

.block-notice-path--list span {
  font-size:11px;
  line-height:1;
  color:#a6a6a6;
}
.block-notice-path--list li:last-child span {
  color:#232323;
}

.block-notice {
  margin: 80px 0;
}

.block-notice--items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.block-notice--items li {
  margin-bottom: 20px;
  width: 260px;
  flex: 0 0 260px;
  margin: 0 20px 60px 0;
  border-radius: 3px;
}

.block-notice--items li:nth-of-type(4n) {
  margin-right: 0;
}

.block-notice--notice-goods {
  display: flex;
  flex-direction: column;
  position: relative;
}

.block-notice--image figure {
  background: #f5f5f5;
  margin: 0 auto 20px;
}

.block-notice--spec {
  font-size: 12px;
}

.block-notice--goods-name a {
  color: #000;
}

.block-notice--price-title,
.block-notice--price {
  display: inline-block;
  vertical-align: top;
}

.block-notice--price--default-price {
  padding:0 0px;
  color: #232323;
  display:inline-block;
  position:relative;
}

.block-notice .block-notice--description {
  margin-bottom: 80px;
}

.block-notice .block-notice--description-content {
  width: 820px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.block-notice .block-notice--description-content pre {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.block-notice-history--body li {
  margin: 5px 0;
  padding: 10px 0;
  border-bottom: 1px solid #c8c8c8;
}

.block-notice-history--body li span {
  margin: 0 10px 0 0;
}

.menu-badge {
  border: 0;
}

.notification-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #ff4757;
  color: white;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 10px;
  min-width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 2s infinite;
}