@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.block-goods-comment-ttl-h3 {
  position: relative;
  margin: 0 0 24px;
  padding: 0 0 15px;
  font-size: 1.4rem;
  font-weight: normal;
}

.block-goods-comment-ttl-h3:not(:first-child) {
  margin-top: 80px;
}

.block-goods-comment-ttl-h3::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.block-goods-comment-txt {
  font-size: 1rem;
}

.block-goods-comment-txt p+p {
  margin-top: 1.8em;
}

.block-goods-comment-tbl {
  margin-top: 24px;
  font-size: 1rem;
}

.block-goods-comment-tbl+.block-goods-comment-tbl {
  margin-top: 40px;
}

.block-goods-comment-tbl dt,
.block-goods-comment-tbl th {
  background-color: #f9f9f9 !important;
  font-weight: normal;
  color: #000;
}

.block-goods-comment-tbl dt>div,
.block-goods-comment-tbl dd>div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: left;
}

.block-goods-comment-tbl dt>div,
div[class*="tbl-1"].block-goods-comment-tbl dd>div {
  justify-content: left;
}

.block-goods-comment-tbl dl {
  display: flex;
  position: relative;
}

div[class*="tbl-1"].block-goods-comment-tbl {
  display: flex;
  flex-wrap: wrap;
}

div[class*="tbl-1"].block-goods-comment-tbl dl {
  flex-direction: column;
  border-top: 1px solid #E8E5E2;
  border-bottom: 1px solid #E8E5E2;
}

div[class*="tbl-1"].block-goods-comment-tbl dl:not(:nth-child(-n+10)) {
  margin-top: -1px;
}

.pane-goods-left-side div[class*="tbl-1"].block-goods-comment-tbl dl:not(:nth-child(-n+5)) {
  margin-top: -1px;
}

div[class*="tbl-1"].block-goods-comment-tbl dl::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #E8E5E2;
}

div[class*="tbl-1"].block-goods-comment-tbl dl:last-child::after {
  content: none;
}

div[class*="tbl-1"].block-goods-comment-tbl dl:nth-child(10n)::after,
div[class*="tbl-1"].block-goods-comment-tbl dl:nth-child(10n)::after {
  content: none;
}

.pane-goods-left-side div[class*="tbl-1"].block-goods-comment-tbl dl:nth-child(5n)::after {
  content: none;
}

div[class*="tbl-1"].block-goods-comment-tbl dt,
div[class*="tbl-1"].block-goods-comment-tbl dd {
  width: 118px;
  height: 64px;
}

.pane-goods-left-side div[class*="tbl-1"].block-goods-comment-tbl dt,
.pane-goods-left-side div[class*="tbl-1"].block-goods-comment-tbl dd {
  width: 120px;
}

div[class*="tbl-1"].block-goods-comment-tbl dd {
  border-top: 1px solid #E8E5E2;
}

.block-goods-comment-tbl.tbl-allergy .yes,
.block-goods-comment-tbl.tbl-allergy .no {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.block-goods-comment-tbl.tbl-allergy .yes::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border-radius: 16px;
  background-color: #000;
}

.block-goods-comment-tbl.tbl-allergy .no::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  margin: -1px 0 0 -8px;
  background-color: #000;
}

.block-goods-comment-tbl.tbl-2,
.block-goods-comment-tbl.tbl-3 {
  border-bottom: 1px solid #f0f0f1;
}

.block-goods-comment-tbl.tbl-2 dl,
.block-goods-comment-tbl.tbl-3 dl {
  border-top: 1px solid #f0f0f1;
}

.block-goods-comment-tbl.tbl-2 dt,
.block-goods-comment-tbl.tbl-3 dt {
  flex-shrink: 0;
  width: 230px !important;
  min-height: 64px;
  padding: 16px 24px !important;
}

.block-goods-comment-tbl.tbl-2 dd,
.block-goods-comment-tbl.tbl-3 dd {
  flex-shrink: 1;
  width: 100% !important;
  min-height: 64px;
  padding: 16px 24px !important;
}

.block-goods-comment-tbl.tbl-4 th {
  border-top: 1px solid #E8E5E2;
  text-align: center;
}

.block-goods-comment-tbl.tbl-4 th,
.block-goods-comment-tbl.tbl-4 td {
  width: 50%;
  padding: 20px 24px 19px;
  border-bottom: 1px solid #E8E5E2;
}

.block-goods-comment-tbl.tbl-4 th+th,
.block-goods-comment-tbl.tbl-4 td+td {
  border-left: 1px solid #E8E5E2;
}

.block-goods-comment-notes {
  margin-top: 24px;
  font-size: 1rem;
}

.block-goods-comment-notes li {
  position: relative;
  padding-left: 18px;
}

.block-goods-comment-notes li+li {
  margin-top: 22px;
}

.block-goods-comment-notes li::before {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #503D27;
}

.block-goods-comment-img-list {
  margin-top: 24px;
}

.block-goods-comment-img-list>ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.block-goods-comment-img-list>ul+ul {
  margin-top: 40px;
}

.block-goods-comment-img-list .list-img {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.block-goods-comment-img-list .list-img img {
  display: block;
}

.block-goods-comment-img-list .list-detail {
  margin-top: 22px;
}

.block-goods-comment-img-list .list-ttl {
  font-size: 1.2rem;
  font-weight: normal;
}

.block-goods-comment-img-list .list-comment {
  margin-top: 14px;
  font-size: 1rem;
}

.block-goods-comment-img-list .col-2 li {
  width: 570px;
}

.pane-goods-left-side .block-goods-comment-img-list .col-2 li {
  width: 350px;
}

.block-goods-comment-img-list .col-3 li {
  width: 366px;
}

.block-goods-comment-img-list .col-4 li {
  width: 265px;
}

.block-goods-comment-img-list .prl-1 li,
.block-goods-comment-img-list .prl-2 li {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.block-goods-comment-img-list .prl-1 .list-detail,
.block-goods-comment-img-list .prl-2 .list-detail {
  margin: 0;
}

.block-goods-comment-img-list .prl-1 .list-img {
  width: 570px;
}

.block-goods-comment-img-list .prl-2 .list-img {
  width: 366px;
}

.pane-goods-left-side .block-goods-comment-img-list .prl-1 .list-img,
.pane-goods-left-side .block-goods-comment-img-list .prl-2 .list-img {
  width: 350px;
}

.block-goods-comment-img-list .prl-1 .list-detail {
  width: 546px;
}

.block-goods-comment-img-list .prl-2 .list-detail {
  width: 750px;
}

.pane-goods-left-side .block-goods-comment-img-list .prl-1 .list-detail,
.pane-goods-left-side .block-goods-comment-img-list .prl-2 .list-detail {
  width: 350px;
}

.block-goods-comment-link,
.block-goods-comment-btn {
  margin-top: 40px;
}

.block-goods-comment-link>div,
.block-goods-comment-btn>div {
  display: flex;
  justify-content: flex-start;
}

.block-goods-comment-link.link-center>div,
.block-goods-comment-btn.btn-center>div {
  justify-content: center;
}

.block-goods-comment-link>div+div {
  margin-top: 16px;
}

.block-goods-comment-btn>div+div {
  margin-top: 16px;
}

.block-goods-comment-link a {
  position: relative;
  font-size: 1rem;
  text-decoration: underline;
}

.block-goods-comment-link a.link-outer::after {
  content: '';
  display: inline-block;
  position: relative;
  width: 9px;
  height: 10px;
  margin-left: 6px;
  background: url(/img/usr/common/pc/ico_link_outer@2x.png) center no-repeat;
  background-size: contain;
}

.block-goods-comment-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 320px;
  height: 48px;
  border-radius: 48px;
  background-color: #333;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: none;
}

.block-goods-comment-btn a.btn-outer::after {
  content: '';
  display: inline-block;
  position: relative;
  width: 9px;
  height: 10px;
  margin-left: 6px;
  background: url(/img/usr/common/pc/ico_link_outer.png) center no-repeat;
  background-size: contain;
}

.privacy_tbl {
  width: 100%;
  font-size: inherit;
  line-height: 1.6;
  margin: 20px 0;
}

.privacy_tbl th {
  width: 50%;
  padding: 10px 10px;
  font-weight: normal;
  border-bottom: 1px solid #dcdcdd;
  border-top: 1px solid #dcdcdd;
  text-align: center;
}

.privacy_tbl td {
  width: 50%;
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #dcdcdd;

}

.privacy_tbl td.ttl,
.privacy_tbl th:first-child {
  border-right: 1px solid #dcdcdd;
}

.privacy_tbl .bggray {
  background-color: #F1F1F1;
  vertical-align: middle;
}


.privacy_tbl ul.ul-disc li {
  margin-bottom: 5px;
  line-height: 1.5;
  position: relative;
  margin-left: 20px;
}

.privacy_tbl ul.ul-disc li.list-none::before {
  opacity: 0;
}

.privacy_tbl ul.ul-disc li:last-child {
  margin-bottom: 0;
}

.privacy_tbl ul.ul-disc li:before {
  border-radius: 20px;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: -20px;
  top: 0.6em;
  content: "";
  background: #e60012;
}

ul.ul-disc li {
  margin-bottom: 5px;
  line-height: 1.5;
  position: relative;
  margin-left: 20px;
}

ul.ul-disc li.list-none::before {
  opacity: 0;
}

ul.ul-disc li:last-child {
  margin-bottom: 0;
}

ul.ul-disc li:before {
  border-radius: 20px;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: -20px;
  top: 0.6em;
  content: "";
  background: #e60012;
}

ol.ol-style-none,
ol.ol-style-ans {
  counter-reset: number;
  /* 名前を付けたカウンターをリセット */
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

ol.ol-style-none li,
ol.ol-style-ans li {
  padding-bottom: 5px;
  margin-left: 25px
}

ol.ol-style-none li:before,
ol.ol-style-ans li:before {
  /* カウンタ（数字になる部分） */
  counter-increment: number;
  /* 任意の名前を付けて！ */
  content: counter(number);
  /* 名前を付けたカウンターを呼び出し */
  font-size: 98%;
  color: #e60012;

  margin-right: 15px;
  margin-left: -25px;
}

ol.ol-style-none li {
  margin-bottom: 5px;
}

ol.ol-style-none li:last-child {
  margin-bottom: 0;
}

small.kakko {
  font-size: 94%;
  margin-left: -8px;
}

ol.ol-style-ans li div.keikoku {
  margin: 1em 0;
  color: #e60012;
}

ol.ol-style-ans li div.keikoku span {
  border: 1px solid #e60012;
  padding: 0px 3px;
  margin-right: 0.3em;
}

ol.ol-style-ans li dl {
  margin: 1em 0;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

ol.ol-style-ans li dl dt {
  width: 7%;
}

ol.ol-style-ans li dl dd {
  width: 93%;

}

.page_contents.law ul {
  margin: 10px 0;
}

.page_contents.law ul li {
  display: flex;
  margin-bottom: 10px;
}

.text-gray-400,
.text-gray-500 {
  color: #444;
}

select.rounded-3xl.border.border-black.p-2 {
  padding-top: 5px;
}

.font-bold {
  font-weight: 500;
}

a.js-enhanced-ecommerce-goods-name {
  font-weight: 500;
}

.bg-gray-200 {
  background-color: #333 !important;
  border-radius: unset;
  width: 50px;
  height: 50px;
}

.bg-gray-200 span {
  color: #fff;
}

.border-gray-300 {
  border-color: #dcdcdc;
  border-radius: unset;
  width: 50px;
  height: 50px;
}

.border-gray-300 a {
  text-decoration: none;
}

.hover\:border-black:hover {
  border-color: #777;
  font-weight: normal;
}

.mt-1.w-full {
  margin-top: .8rem;
}

#searchGoodsPc button.next-add-cart-button {
  border-radius: 0;
}

.page-goods .block-variation--item-description {
  display: none;
}

.variation-name {
  display: none;
}

.page-category .pane-contents .container {
  width: 100%;
}

.page-category .block-category-list--goods,
.page-category .block-category-list--event {
  width: 1180px;
  margin: 0 auto;
}

h1.h1.block-category-list--header {
  width: 1180px;
  margin: 0 auto;
}

.page-category .top-brand {
  margin: 0 0 80px;
}

footer.pane-footer .footer-main .main-left {
  width: 315px;
}

.footer-sns .sns-list {
  display: flex;
  gap: 15px;
}


.footer-sns {
  position: relative;
}

.footer-sns .sns-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 26px;
}

/* モーダル */
.footer-sns .brand-modal {
  position: absolute;
  top: 40px;
  left: 0;
  width: 315px;
  background: #EEEEEE;
  opacity: 0;
  transform: translateY(-20px);
  visibility: hidden;
  transition: transform .3s ease, opacity .3s ease;
}

/* 開いている状態 */
.footer-sns .brand-modal.is-open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.footer-sns .brand-modal.is-open .brand-list a {
  pointer-events: auto;
}

.footer-sns .brand-modal .brand-list a {
  pointer-events: none;
}

/* 切替中は一度閉じる */
.footer-sns .brand-modal.is-switching {
  opacity: 0;
  transform: translateY(-20px);
}

.brand-panel.is-active[data-panel="instagram"]::before {
  position: absolute;
  top: -40px;
  left: -8px;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #EEEEEE;
}

.brand-panel.is-active[data-panel="facebook"]::before {
  position: absolute;
  top: -40px;
  left: 32px;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #EEEEEE;
}

.brand-panel.is-active[data-panel="youtube"]::before {
  position: absolute;
  top: -40px;
  left: 73px;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #EEEEEE;
}

.footer-sns .brand-modal-inner {
  position: relative;
  padding: 30px 15px;
}

.footer-sns .modal-close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 22px;
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
}

/* ブランド一覧 */
.footer-sns .brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  list-style: none;
  padding: 0;
}

.brand-panel[data-panel="instagram"] a img,
.brand-panel[data-panel="facebook"] a img {
  width: 70px !important;
  height: auto;
}

.brand-panel[data-panel="youtube"] a img {
  width: 150px !important;
  height: auto;
}

/* パネル切替 */
.footer-sns .brand-panel {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease;
}

.footer-sns .brand-panel.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.footer-sns .brand-panel.is-leaving {
  opacity: 0;
}

footer.pane-footer .block-calendar {
  max-width: 315px;
  width: 315px;
  height: fit-content;
  padding: 15px 0;
}

footer.pane-footer .block-calendar-title {
  font-weight: 500;
  font-size: 14px;
}

footer.pane-footer .block-calendar table td span {
  font-size: 14px;
}

footer.pane-footer .block-calendar table td {
  height: 30px;
}

footer.pane-footer .block-calendar p {
  margin-top: 10px;
}

footer.pane-footer .block-calendar-month b {
  font-size: 24px;
}

footer.pane-footer .block-calendar-month {
  font-size: 14px;
}

.block-goods-list--pager-top.block-goods-list--pager.pager {
  display: none;
}

.block-goods-detail-j--goods {
  position: relative;
}

.block-goods-detail-j--goods .block-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 3px;
  flex-direction: column;
}

.faq .anchor {
  display: flex;
  gap: 80px;
  justify-content: center;
  margin-top: 120px;
}

.faq .anchor div {
  position: relative;
  width: 50%;
  text-align: center;
}

.faq .anchor div::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: 30px;
  top: 34px;
  bottom: 0px;
  transform: rotate(45deg);
}

.faq .anchor div a {
  font-size: 18px;
  color: #fff !important;
  text-decoration: none;
  background-color: #333;
  padding: 20px 0;
  width: 100%;
  display: block;
}

.block-goods-detail .swiper-slider-main figure {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
}

.block-top-free2--items li img+p {
  margin-top: 5px;
}

.block-top-free2--items li a {
  text-decoration: none;
}

#searchGoodsPc button.next-add-cart-button {
  display: none;
}

.swiper-button-next, .swiper-button-prev {
    color: #403d39 !important;
}

/* レビュー非表示 */
.page-goods .block-goods-user-review {
  display: none;
}

/* EC機能非表示 */
header .header-right .header-links .header-cart,
header .header-right .header-links .header-bookmark,
header .header-right .header-links .header-mypage,
.hbg-content .hbg-main .main-link,
.hbg-content .hbg-sub .hbg-links a:not(:nth-child(2)),
footer.pane-footer .footer-main .main-right .footer-information .information-list a:nth-child(3),
footer.pane-footer .footer-main .main-right .footer-information .information-list a:nth-child(n+5),
.page-goods .block-goods-stock,
.page-goods .block-add-cart,
.page-goods .block-contact-about-goods,
.faq .anchor div:first-child,
.page_contents.company #guide_10,
.page_contents.company #guide_10+p {
  display: none !important;
}

/* EC機能非表示 */