@charset "UTF-8";
a:hover img {
  opacity: 0.8;
}

/*ヘッダー*/
.header-main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-main h1 {
  margin: 8px 0 8px 40px;
  height: 32px;
}

.header-main h1 img {
  height: 100%;
}

.header-categorylist {
  margin-left: 44px;
}

.header-categorylist > li {
  margin: 0 24px 0 0;
  padding: 0 24px 0 0;
}

.header-categorylist-title.active::after {
  background: #E3E3E3;
}

.header-categorylist li a.header-categorylist-title::before,
.header-categorylist li span.header-categorylist-title::before {
  background: #E3E3E3;
}

.header-categorylist li:last-child {
  padding: 0;
  margin: 0;
}

.header-categorylist li:last-child a::before {
  display: none;
}

.header-categorylist li .header-categorylist-title {
  font-size: 1.4rem;
}

.header-categorylist-title.active {
  color: #222222;
  font-weight: normal;
}

.header-foot {
  background: #444444;
  color: #fff;
}

.header-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: 24px 0 0;
}

.header-menus-main.goods-search .header-menu-list-tile:nth-child(n+2) {
  margin-top: 24px;
}

.header-menu-list-tile {
  font-size: 1.8rem;
  margin: 0 auto 0;
  max-width: 1400px;
  min-width: 1200px;
  width: 100%;
}

.notoserifjp {
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

.header-menu ul li {
  margin-bottom: 12px;
}

.header-menu ul li:last-child {
  margin: 0;
}

.header-menu ul li a {
  font-size: 1.4rem;
}

.goods-staticpage-list .header-menu-list,
.goods-search .header-menu-list {
  margin: 24px auto 0;
  max-width: 1400px;
  min-width: 1200px;
  width: 100%;
}

.goods-search .header-menu-list .header-menu {
  width: 100%;
}

.goods-staticpage-list .header-menu-list .header-menu ul {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.goods-search .header-menu-list .header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.goods-search .header-menu-list .header-menu ul li {
  margin: 0;
  padding: 0;
  width: calc(16.6666666667% - 11px);
}

.goods-staticpage-list .header-menu-list .header-menu ul li {
  width: unset;
}

.goods-staticpage-list .header-menu-list .header-menu ul a,
.goods-search .header-menu-list .header-menu ul a {
  padding: 0 0 0 13px;
  background: url(../img/goods_search_shape.png) left center no-repeat;
}

.header-menus-inner {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}

.goods-search .header-menus-inner .block-btn {
  margin-top: 40px;
}

.goods-search .header-menus-inner .block-btn a {
  color: #fff;
  background: #444444 url(../img/btnshape.png) right 16px center no-repeat;
}

/*ヘッダー*/
/*メインビジュアル*/
.block-top-body-main .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #444444;
}

.block-top-body-main .swiper-button.swiper-button-orev,
.block-top-body-main .swiper-button.swiper-button-next {
  background-color: #444444;
}

.block-top-body-main .swiper-slide {
  position: relative;
}

.block-top-body-main .swiper-slide::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0.18, 0.18, 0.18, 0.1);
}

.slideshow__text-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
}

.slideshow__text-wrapper h2 {
  font-size: 40px;
  letter-spacing: 0.6px;
  font-family: "Noto Sans JP";
}

.slideshow__text-wrapper .banner__text {
  margin: 10px 0 0 0;
}

.slideshow__text-wrapper .banner__text span {
  font-size: 16px;
  letter-spacing: 0.6px;
  font-family: "Noto Sans JP";
}

.slideshow__text-wrapper a,
.slideshow__text-wrapper .button {
  color: #fff;
  text-decoration: none;
}

.slideshow__text-wrapper a:hover,
.slideshow__text-wrapper .button:hover {
  opacity: 0.8;
}

.slideshow__text-wrapper .button.button--secondary {
  color: #fff;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  width: 140px;
  height: 47px;
  margin: 20px auto 0;
  font-family: "Noto Sans JP";
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.slideshow__text-wrapper .button.button--secondary:hover {
  border: 2px solid #fff;
}

/*メインビジュアル*/
/*インフォメーション*/
.block-top-info {
  margin-bottom: 60px;
  background: none;
}

.block-top-info-main {
  padding: 0;
}

/*インフォメーション*/
.block-top-title {
  color: #222222;
  font-size: 2.8rem;
  font-weight: 500;
}

.block-top-title span {
  color: #222222;
  font-size: 1.2rem;
}

.block-btn a {
  color: #fff;
  border: 1px solid #222222;
  font-weight: normal;
  font-size: 14px;
  height: 40px;
  font-weight: normal;
  background: #444 url(../img/btnshape.png) right 16px center no-repeat;
}

/*ブランド紹介*/
.block-top-brandinfo {
  background: #F8F8FA;
  padding: 60px 0;
}

.block-top-brandinfo-main {
  max-width: 947px;
  min-width: 947px;
  width: 100%;
  margin: 0 auto 40px;
}

.block-top-brandinfo-inner {
  width: 947px;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}

.block-top-brandinfo-main picture {
  width: 176px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.block-top-brandinfo-main p.block-top-brandinfo-detail {
  color: #222;
  font-size: 1.4rem;
  line-height: 2;
  width: calc(100% - 256px);
}

.block-top-brandinfo-main .block-top-brandinfo-detail p {
  font-weight: normal;
}

.block-top-brandinfo-main .block-top-brandinfo-detail p.block-top-brandinfo-detail-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.block-top-brandinfo-main .block-top-brandinfo-detail p.block-top-brandinfo-detail-comment {
  font-size: 1.4rem;
  line-height: 2;
}

.block-top-brandinfo .block-btn {
  max-width: 800px;
  min-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.block-top-brandinfo .block-btn a {
  margin: 0 auto;
  background: #444444 url(../img/btnshape.png) right 16px center no-repeat;
  font-size: 1.4rem;
  color: #fff;
}

/*ブランド紹介*/
/*おすすめの特集*/
.block-top-product-campaign-main ul li img {
  border-radius: 0;
}

/*おすすめの特集*/
/*商品から探す*/
.block-top-product {
  max-width: unset;
  min-width: unset;
  width: unset;
  background: #F7F7F7;
  padding: 0 0 0;
  margin-bottom: 0;
}

.block-top-product .block-top-title {
  padding-top: 80px;
}

.block-top-keyword {
  padding: 60px 0 80px;
  border: none;
  max-width: 710px;
  min-width: 710px;
  width: 100%;
  margin: 0 auto 0 auto;
}

.block-top-keyword h3 {
  color: #222222;
  font-size: 2rem;
  font-weight: 500;
}

.block-top-keyword-list a {
  color: #222222;
  border: 1px solid #BFBFBF;
}

input.block-global-search--keyword {
  background: #fff;
  border: 1px solid #BFBFBF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input.block-global-search--keyword::-webkit-input-placeholder {
  color: #888888;
}

input.block-global-search--keyword::-moz-placeholder {
  color: #888888;
}

input.block-global-search--keyword:-ms-input-placeholder {
  color: #888888;
}

input.block-global-search--keyword::-ms-input-placeholder {
  color: #888888;
}

input.block-global-search--keyword::placeholder {
  color: #888888;
}

.header-right ul li .header-search-inner .block-global-search--submit,
.block-global-search form .block-global-search--submit {
  border: none;
  background: #fff url(../img/loope.png) right center no-repeat;
}

.block-top-search-product-main {
  margin: 48px auto 0 auto;
}

.block-top-search-product-main h3 {
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 20px;
  line-height: 1;
}

.block-top-search-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 20px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 791px;
  min-width: 791px;
}

.block-top-search-product-item {
  width: calc(25% - 15px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  color: #444444;
  font-size: 1.4rem;
}

.block-top-search-product-item a {
  text-decoration: none;
  color: #222222;
  text-decoration: none;
}

.block-top-search-product-item a:hover {
  opacity: 0.8;
}

.block-top-search-product-item > * {
  padding: 0 18px 16px;
  display: block;
  text-decoration: none;
  color: #444444;
  font-size: 1.6rem;
}

.block-top-search-product-item picture {
  height: 147px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.block-top-search-product-item p {
  font-weight: 500;
  font-size: 1.4rem;
}

/*商品から探す*/
/*ピックアップ商品*/
.block-top-pickup {
  background: none;
}

.block-top-pickup-detail h3 {
  font-weight: normal;
}

/*ピックアップ商品*/
/*お知らせ*/
.block-top-topic {
  width: unset;
  max-width: unset;
  min-width: unset;
  background: #FAFAFB;
  padding: 80px 0;
}

.block-top-topic .block-top-title {
  font-family: "Noto Serif JP", serif;
}

.block-top-topic--body {
  width: 100%;
  max-width: 1400px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0;
  background: unset;
  border-radius: 0;
}

.block-topic--items li a {
  background: url(../img/topic_shape.png) right 36px center no-repeat;
}

/*お知らせ*/
#goodsdetail_itemhistory {
  padding-bottom: 80px;
}

.goods-search .header-menus-inner .block-btn a:hover,
.block-btn a:hover {
  border: 1px solid #444;
  color: #444;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #FFF url(../img/btnshape_hover.png) right 16px center no-repeat;
}

.block-top-keyword-list a:hover {
  background: #BFBFBF;
  color: #fff;
}

.footer-brand-staticlist ul li a:hover {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-categorylist li .header-categorylist-title:hover,
.header-right ul li > div:hover span,
.header-right ul li a:hover,
.goods-staticpage-list .header-menu-list .header-menu ul a:hover,
.goods-search .header-menu-list .header-menu ul a:hover,
.block-top-info-comment a:hover,
.block-topic--items li a:hover dt,
.block-topic--items li a:hover dd,
.block-pickup-list-p--item-body .js-enhanced-ecommerce-goods-name:hover,
.block-thumbnail-h--item .js-enhanced-ecommerce-goods-name:hover {
  color: #444;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}

#itemHistoryButton a:hover {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*フッター*/
.footer-contact-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 800px;
  min-width: 800px;
  width: 100%;
  margin: 0 auto 24px;
}

.footer-contact-item {
  width: calc(50% - 10px);
  text-align: center;
  border-radius: 8px;
  background: #747474;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 18px;
}

.footer-contact-item a {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-contact-item a:hover {
  opacity: 0.8;
}

.footer-contact-link.footer-contact-item span {
  padding: 0 0 0 36px;
  line-height: 1;
  background: url(../img/footer_mail.png) left center no-repeat;
  height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-guide-link.footer-contact-item span {
  padding: 0 0 0 36px;
  line-height: 1;
  background: url(../img/footer_guide.png) left center no-repeat;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-brand-staticlist ul li.pdf::before {
  background: url(../img/pdf.png);
}

.footer-brand-staticlist {
  margin: 0;
}

.footer-contact-main {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.footer-contact {
  padding: 48px 0 52px;
  background: #4A7355;
}

.footer-brand-staticlist ul li::after,
.footer-brand-staticlist ul li a {
  color: #fff;
}

/*フッター*/
.block-goods-user-review .block-icon-image--table-cell-left,
.block-accessory-list--name,
#goodsdetail_itemhistory .block-recent-item--header {
  padding: 0 0 0;
  margin: 0 0 0;
  border: 0;
  font-size: 2.8rem;
  text-align: center;
  color: #222222;
  line-height: 1;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.block-goods-user-review .block-icon-image--table-cell-left span,
.block-accessory-list--sname,
#goodsdetail_itemhistory .block-recent-item--header span {
  display: block;
  font-size: 1.2rem;
  color: #222222;
  margin: 12px 0 48px;
  padding: 0;
  letter-spacing: 3px;
  line-height: 1;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  /*ヘッダー*/
  .header-main h1 img {
    height: 20px;
  }
  header .header-main h1 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .header-nav {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .header-nav .footer-contact {
    display: none;
  }
  .header-categorylist > li {
    margin: 0;
    padding: 0;
    border: none;
  }
  .header-categorylist li:last-child {
    border: none;
  }
  .header-menus-main {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .header-categorylist li .header-categorylist-title {
    display: none;
  }
  .header-menu-list {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .header-nav {
    background: #fff;
    padding-bottom: 40px;
  }
  .header-menus-inner {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    padding: 0 16px 0;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
  }
  .header-menu-list-tile {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    font-size: 1.6rem;
    margin-top: 17px;
    font-weight: normal;
  }
  .header-menu ul {
    background: #FAFAFB;
  }
  .header-menus-inner .block-btn {
    padding: 0 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header-menu-morebtn {
    padding: 13px 14px;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
    background: #EFEFEF;
    height: 44px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #DEDEDE;
  }
  .header-menu-morebtn span {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 16px 0 0;
    margin: 0 auto;
    background: url(../img/teashop/sp/plus.png) right center no-repeat;
    background-size: 8px auto;
  }
  .header-menu-morebtn.close span {
    background: url(../img/teashop/sp/minus.png) right center no-repeat;
    background-size: 8px auto;
  }
  .js-pulldown-sp ul {
    display: none;
  }
  .header-categorylist li.header-menu-static-list {
    border: none;
    margin: 40px 0;
  }
  .header-menu-static-list .header-menu-list {
    margin: 0;
  }
  .header-menu-static-list .header-menu-list a {
    background: url(../img/teashop/sp/shape.png) right 14px center no-repeat;
    background-size: 5px auto;
    font-size: 1.6rem;
  }
  .goods-search .header-menus-inner .block-btn {
    margin: 21px 0 15px;
  }
  .header-right-menu-closebtn {
    color: #222222;
    border: 1px solid #222222;
    font-size: 1.4rem;
    margin-top: 32px;
    width: auto;
    margin-left: 45px;
    margin-right: 45px;
    font-family: "Noto Serif JP", serif;
  }
  .header-categorylist {
    border: none;
  }
  .goods-staticpage-list .header-menu-list {
    max-width: 100%;
    min-width: 100%;
    margin-top: 16px;
    padding: 0;
    border: none;
    margin-bottom: 0;
  }
  .goods-search .header-menu-list {
    max-width: 100%;
    min-width: 100%;
    margin-top: 16px;
  }
  .goods-staticpage-list .header-menu-list {
    margin-top: 0;
  }
  .goods-staticpage-list .header-menu-list .header-menu ul li {
    margin: 0 0 12px;
    padding: 0;
  }
  .goods-search .header-menu-list .header-menu ul li {
    width: 100%;
    border-bottom: 1px solid #E3E3E3;
  }
  .goods-search .header-menu-list .header-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: 1px solid #E3E3E3;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    gap: 0;
  }
  .goods-staticpage-list .header-menu-list .header-menu ul a {
    background: none;
    padding: 0;
  }
  .goods-search .header-menu-list .header-menu ul a {
    padding: 12px 16px 12px;
    font-weight: normal;
    background: url(../img/sp/goods_search_shape.png) right 14px center no-repeat;
    background-size: 5px auto;
  }
  .goods-staticpage-list .header-menu ul {
    background: none;
    margin-top: 32px;
  }
  .goods-staticpage-list .header-menu ul li {
    display: list-item;
    line-height: normal;
  }
  .goods-staticpage-list .header-menu ul li:last-child {
    margin-bottom: 0;
  }
  .goods-staticpage-list .header-menu ul a {
    font-weight: normal;
    color: #666666;
    text-decoration: underline;
    position: relative;
    line-height: normal;
    display: inline-block;
  }
  .goods-staticpage-list .header-menu ul a::before {
    background: url(../img/sp/goods-staticpage_shape.png) center center no-repeat;
    background-size: 5px 8px;
    display: inline-block;
    content: "";
    line-height: normal;
    width: 5px;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -13px;
    height: 8px;
  }
  .goods-staticpage-list .header-menu-list .header-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /*ヘッダー*/
  /*メインビジュアル*/
  .slideshow__text-wrapper h2 {
    font-size: 30px;
    letter-spacing: 0.6px;
  }
  .slideshow__text-wrapper .banner__text {
    margin: 10px 0 0 0;
  }
  .slideshow__text-wrapper .banner__text span {
    font-size: 15px;
    letter-spacing: 0.6px;
  }
  .slideshow__text-wrapper a.button.button--secondary {
    font-size: 15px;
  }
  /*メインビジュアル*/
  /*おすすめの特集*/
  .block-top-product-campaign ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
    margin: 0 16px 40px;
  }
  .block-top-product-campaign li {
    width: 50%;
  }
  .block-top-product-campaign-main ul li {
    width: calc(50% - 6px);
    margin: 0;
  }
  /*おすすめの特集*/
  /*インフォメーション*/
  .block-top-info {
    margin: 0;
    padding: 0 16px 40px;
    width: unset;
  }
  /*インフォメーション*/
  /*ブランド紹介*/
  .block-top-brandinfo {
    padding: 60px 16px;
    background: #FAFAFB;
  }
  .block-top-brandinfo-main {
    max-width: unset;
    min-width: unset;
    width: unset;
    margin-bottom: 32px;
  }
  .block-top-brandinfo-inner {
    width: unset;
    gap: 24px;
  }
  .block-top-brandinfo-main picture {
    width: unset;
  }
  .block-top-brandinfo-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block-top-brandinfo-main .block-top-brandinfo-detail p {
    width: unset;
    text-align: center;
  }
  .block-top-brandinfo .block-btn {
    max-width: unset;
    min-width: unset;
    width: unset;
    margin: 0 29px;
  }
  .block-top-brandinfo-inner img {
    height: 135px;
    vertical-align: bottom;
  }
  .block-top-brandinfo-main .block-top-brandinfo-detail p.block-top-brandinfo-detail-title {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 8px;
    text-align: center;
  }
  .block-top-brandinfo-main .block-top-brandinfo-detail p.block-top-brandinfo-detail-comment {
    font-size: 1.2rem;
  }
  /*ブランド紹介*/
  /*商品から探す*/
  .block-top-product {
    padding: 60px 0 0;
    margin: 0;
  }
  .block-top-search-product-main {
    max-width: unset;
    min-width: unset;
    padding-top: 0;
    margin-top: 32px;
  }
  .block-top-search-product-list {
    gap: 12px;
    margin: 0 16px 0;
    max-width: unset;
    min-width: unset;
    width: unset;
  }
  .block-top-search-product-item {
    width: calc(50% - 6px);
  }
  .block-top-search-product-item > * {
    padding: 0 20px 12px;
  }
  .block-top-search-product-item img {
    max-width: 100%;
    max-height: 100%;
  }
  .block-top-keyword {
    max-width: unset;
    min-width: unset;
    width: unset;
    margin-top: 0;
    padding-top: 0;
  }
  .block-top-keyword h3 {
    margin-bottom: 12px;
  }
  .block-top-search-product-main h3 {
    font-size: 2.2rem;
  }
  .block-top-search-product-item picture {
    width: 131px;
    height: 131px;
    margin: 0 auto;
  }
  .block-top-keyword-main {
    max-width: unset;
  }
  .block-top-search-product-item p {
    font-size: 1.2rem;
    color: #444;
  }
  .block-global-search form {
    margin-top: 12px;
  }
  input.block-global-search--keyword::-webkit-input-placeholder {
    color: #888;
  }
  input.block-global-search--keyword::-moz-placeholder {
    color: #888;
  }
  input.block-global-search--keyword:-ms-input-placeholder {
    color: #888;
  }
  input.block-global-search--keyword::-ms-input-placeholder {
    color: #888;
  }
  input.block-global-search--keyword::placeholder {
    color: #888;
  }
  .block-global-search form .block-global-search--submit {
    background: #fff url(../img/sp/loope.png) right center no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
  }
  /*商品から探す*/
  /*お知らせ*/
  .block-top-topic {
    padding: 60px 0;
  }
  .block-top-topic--body {
    max-width: unset;
    min-width: unset;
    width: unset;
    padding: 0 24px;
  }
  .block-topic--items li a {
    background: none;
  }
  .block-topic--items li dl dt {
    padding-left: 0;
  }
  .block-top-info-title {
    text-align: center;
  }
  /*お知らせ*/
  /*フッター*/
  .footer-contact {
    padding-left: 24px;
    padding-right: 24px;
  }
  footer .footer-brand-staticlist {
    padding: 0 0;
    width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-brand-staticlist ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0;
  }
  footer .footer-brand-staticlist ul li.pdf,
  footer .footer-brand-staticlist ul li {
    width: 100%;
    margin: 0 0 16px;
  }
  .footer-brand-staticlist ul li.pdf::before {
    display: none;
  }
  .footer-brand-staticlist ul li.pdf span {
    position: relative;
  }
  footer .footer-brand-staticlist ul li.pdf:last-child,
  .footer-brand-staticlist ul li.pdf:last-child {
    margin-bottom: 0;
  }
  .footer-brand-staticlist ul li.pdf span::before {
    background: url(../img/footer/sp/pdf.png) no-repeat right center;
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    margin: auto 0;
  }
  footer .footer-main .pdf {
    margin: 0;
  }
  .footer-contact-link.footer-contact-item span {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .footer-contact-item a {
    height: 60px;
  }
  .footer-contact-items {
    margin-bottom: 26px;
    max-width: unset;
    min-width: unset;
    width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-contact-item {
    width: unset;
  }
  .footer-brand-staticlist {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-contact-link.footer-contact-item span {
    height: unset;
    background: url(../img/sp/footer_mail.png) left center no-repeat;
    background-size: 24px auto;
  }
  .footer-guide-link.footer-contact-item span {
    height: 24px;
    background: url(../img/sp/footer_guide.png) left center no-repeat;
    background-size: 24px auto;
  }
  .footer-contact-main a {
    color: #FFF;
  }
  /*フッター*/
}
#itemHistoryButton a {
  color: #888888;
}

.goodsdetail_itemhistory_main #goodsdetail_itemhistory .block-top-title {
  font-family: "Noto Serif JP", serif;
}

/*フリーページ*/
main.freepage.guide .faq-item a {
  color: #444444;
}

main.freepage.guide .faq-item a:hover {
  opacity: 0.8;
  font-weight: normal;
  text-decoration: underline;
}

.guide-item__heading::before {
  background: #444444;
}

.guide-item__link {
  color: #444444;
}

.guide-nav__list li a:hover {
  background: #444444 url(../img/pulldown_hover.png) right 16px center no-repeat;
  color: #fff;
  border: 1px solid #444444;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

h2.guide-content__heading {
  color: #444;
  border-bottom: 3px solid #444444;
  bottom: 3px solid #E51F19;
}

h3.guide-item__heading {
  background: #F8F8FA;
}

h3.faq-item__heading {
  background-color: #F8F8FA;
  background-image: url(../img/q.png), url(../../img/freepage/faq/plus.png);
  background-position: 19px center, right 24px center;
  background-repeat: no-repeat, no-repeat;
}

h3.faq-item__heading.active {
  background-color: #F8F8FA;
  background-image: url(../img/q.png), url(../../img/freepage/faq/minus.png);
  background-position: 19px center, right 24px center;
  background-repeat: no-repeat, no-repeat;
}

/*フリーページ*/