<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ----トピック---- */

.block-top-topic {
  margin-top:  21.33vw;
}

.block-top-topic--header {
  padding: 0 4.27vw 5.6vw;
  border-bottom: 2px solid #E8E9EA;
  font-size: 5.33vw;
}

.block-top-topic--items li {
  position: relative;
  padding: 0;
  border-bottom: 1px dashed #CDD0D1;
}

.block-top-topic--items li a {
  display: block;
  padding: 4.27vw;
  text-decoration: none;
}

.block-top-topic--items li a:after {
  content: none;
}

.block-top-topic--items dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3.47vw;
  font-weight: 700;
}

.block-top-topic--items .block-top-topic--icon {
  height: 4vw;
  margin-left: 2.67vw;
}

.block-top-topic--items dd {
  margin-top: 2vw;
  font-size: 3.47vw;
  line-height: 1.56;
}

.block-top-topic--next-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 10.67vw;
  padding: 0 4.27vw;
}

.block-top-topic--next-page a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 32vw;
  height: 8vw;
  font-size: 3.73vw;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .08em;
}

.block-top-topic--next-page a::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #202021;
}

.block-top-topic--next-page a::after {
  content: '';
  display: block;
  position: absolute;
  top: 1.1vw;
  right: 0;
  width: 3.73vw;
  height: 2.93vw;
  background: url(../../img/usr/common_sp/arw_black.png) center no-repeat;
  background-size: contain;
}

.block-topic-page--article-header {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.block-topic-page--article-icon {
  vertical-align: middle;
  height: 4vw;
}

.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;
  width: 12.5vw;
}

.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 {
  position: relative;
  margin-top: 21.67vw;
}

.block-recent-item--header {
  font-size: 5.33vw;
  padding: 0px 4.27vw 5.6vw;
  border-bottom: 2px solid #e8e9ea;
}

.block-recent-item--keep-history {
  position: absolute;
  top: .4vw;
  right: 4.27vw;
}

.block-recent-item--keep-history a {
  position: relative;
}

.block-recent-item--keep-history a::before {
  content: '';
  display: inline-block;
  position: relative;
  top: .2vw;
  width: 2.93vw;
  height: 2.93vw;
  margin-right: 2.67vw;
  background: url(../../img/usr/common_sp/icon_cross@2x.png) center no-repeat;
  background-size: contain;
}

/* ----検索サジェスト---- */

.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: 3.8vw 4.27vw;
  font-size: 0;
  background-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
}

.block-topic-path--list li {
  display: inline-block;
  font-size: 2.93vw;
  padding-right: 2.67vw;
  line-height: 2;
}

.block-topic-path--list a {
  text-decoration: underline;
}

/* ----キーワード検索ブロック---- */

.block-search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 16vw;
  padding: 0 4.27vw;
  background-color: #2CC4B5;
}



.block-search-box--form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 59.47vw;
  height: 9.6vw;
  padding: 0;
  background: #fff;
}

input.block-search-box--keyword {
  width: 50.07vw;
  height: 9.6vw;
  padding: 0 3vw 0 4.27vw;
  border: none;
}

input.block-search-box--keyword::-webkit-input-placeholder {
  color: #8F8F90;
}

input.block-search-box--keyword:-ms-input-placeholder {
  color: #8F8F90;
}

input.block-search-box--keyword::placeholder {
  color: #8F8F90;
}

input[type="text"].block-search-box--keyword:hover {
  border: none;
}

.block-search-box--placeholder {
  display: none;
}

.block-search-box .input-group &gt; span {
  width: auto;
}

.block-search-box--search-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 9.6vw;
  height: 9.6vw;
  padding: 0;
  margin-left: 0;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 18px;
  background-color: #36a69b;
}

.block-search-box--search-submit img {
  width: 4.13vw;
  height: auto;
}

.block-search-box-searchdetail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 29.33vw;
  height: 9.6vw;
  background-color: rgba(32, 32, 33, 0.2);
  color: #fff;
  font-size: 3.47vw;
  font-weight: 700;
}

/* ----エラー画面---- */

.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;
}
</pre></body></html>