@charset "UTF-8";
/* ----グロナビテキスト---- */
#head-text strong {
  font-weight: bold;
  color: #e60012;
}
/* ----再入荷/お知らせ---- */
.top.stock-notice, .product.stock-notice {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto -7rem;
  padding: 0 2rem;
}
.product.stock-notice {
  margin: -2rem auto 4rem;
}
@media screen and (min-width: 768px) {
  .top.stock-notice {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .product.stock-notice {
    margin: -5rem auto 10rem;
  }
}
.stock-notice-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 .3rem;
}
@media screen and (min-width: 768px) {
  .stock-notice-title {
    font-size: 1.6rem;
  }
}
.top.stock-notice a, .product.stock-notice a {
  text-decoration: underline;
}
.stock-notice-inner {
  margin: 2rem auto 3rem;
  padding: 2rem 3rem;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: center;
  background: #f9f8f6;
}
@media screen and (min-width: 768px) {
  .stock-notice-inner {
    padding: 4rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  .stock-notice-inner {
    margin: 4rem auto 0;
    font-size: 1.5rem;
  }
}
.stock-notice-txt {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .stock-notice .sp-br {
    display: none;
  }
}
.stock-notice-txt p {
  margin-bottom: 1rem;
}
.stock-notice strong {
  font-weight: bold;
}
.stock-notice-btn {
  margin-top: -1rem;
  display: inline-block;
  padding: 12px 20px;
  background: #333333;
  border: 1px solid #333333;
  color: #FFF;
  font-weight: 500;
  transition: all 0.3s;
}
.stock-notice-btn:hover {
  color: #333333;
  background: #FFF;
  border: 1px solid #333333;
}
.stock-notice-list {
  width: fit-content;
  margin: 1rem auto 0;
  padding-left: 1.2em;
}
.stock-notice-list li {
  list-style: inside;
  margin: 0 0 .8rem;
  text-align: left;
  text-indent: -2rem;
}
.restock-btn a {
  position: fixed;
  right: 0;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  background-color: #FFF;
  color: #E60012;
  border-top: 1px solid #E60012;
  border-bottom: 1px solid #E60012;
  border-left: 1px solid #E60012;
  padding: 15px 7px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  letter-spacing: 2px;
  border-radius: 4px 0 0 4px;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .restock-btn a {
    top: 166px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #restock-btn-fixed {
    display: none;
  }
}
.restock-btn.fade-toggle {
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: auto;
}
.restock-btn.fade-toggle.is-hidden {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.stock-html-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
.stock-html-modal.is-open {
  display: flex;
}
.stock-html-modal-container {
  background: #f9f9f9;
  max-height: 70%;
  margin: 0 2rem;
  padding: 0 20px;
  overflow-y: auto;
  position: relative;
}
.stock-html-modal-inner {
  margin: 0 0 -2rem 0;
}
@media screen and (min-width: 768px) {
  .stock-html-modal-inner {
    margin: -2rem 0 0 0;
  }
}
.stock-html-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  text-decoration: none;
  color: #999;
}
.stock-html-modal-close:hover {
  color: #333;
}
.product-stock-notice {
  max-width: 500px;
  background: #F7F7F7;
  margin: 1rem 0 5rem;
  padding: 2.5rem 1.8rem 2.5rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 8px;
  border: 2px solid #E60012;
}
.product-stock-notice__lead {
  margin: 0 0 .5rem;
}
.product-stock-notice__desc {
  margin: 1.4rem 0 2rem;
  font-weight: 700;
}
.product-stock-notice__cta {
  display: inline-block;
  padding: 1.6rem 2.8rem;
  color: #FFF;
  background: #333;
  border: 1px solid #333;
  transition: all 0.3s;
}
.product-stock-notice__cta:hover {
  color: #333;
  background: #FFF;
  border: 1px solid #333;
}
@media screen and (min-width: 768px) {
  .product-stock-notice .sp-br {
    display: none;
  }
}
/* ----トップキャンペーン/バナー---- */
.top-campaign, .top-section--banner {
  margin: 0rem auto 5rem;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .top-campaign, .top-section--banner {
    margin: 0rem auto 9rem;
  }
}
.top-campaign ul, .top-section--banner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .top-campaign ul, .top-section--banner ul {
    flex-wrap: nowrap;
  }
}
.top-campaign img, .top-section--banner img {
  border: 1px solid #d9d9d9;
}
/* ----商品詳細ーふるさと納税バナー---- */
.product-furusato-ban {
  width: 100%;
  margin: 0rem auto 5rem;
  padding: 0 2rem;
}
.product-furusato-ban .for-pc {
  display: none;
}
.product-furusato-ban .for-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .product-furusato-ban {
    max-width: 112rem;
    margin: 0rem auto 12rem;
  }
  .product-furusato-ban .for-pc {
    display: block;
  }
  .product-furusato-ban .for-sp {
    display: none;
  }
}
/* ----商品詳細ーバナーエリア---- */
.product-banarea-2 {
  max-width: 108rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 0 auto 6rem;
  padding: 0 2rem;
}
.product-banarea-2 img {
  border: 1px solid #CCC;
}
.product-banarea-2 .for-pc {
  display: none;
}
.product-banarea-2 .for-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .product-banarea-2 {
    flex-wrap: nowrap;
    gap: 2rem;
    margin-bottom: 13rem;
    padding: 0 2rem;
  }
  .product-banarea-2 .for-pc {
    display: block;
  }
  .product-banarea-2 .for-sp {
    display: none;
  }
}
/* ----セットキャンペーン セット購入リンク---- */
.set-3, .set-pair {
  display: none;
}
/* ----セットキャンペーン---- */
.top-setwari {
  margin: 0rem auto 7rem;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .top-setwari {
    margin: 0 auto 5rem;
  }
}
.top-setwari .for-pc {
  display: block;
}
.top-setwari .for-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-setwari .for-pc {
    display: none;
  }
  .top-setwari .for-sp {
    display: block;
  }
}
.set-ban {
  width: 100%;
  margin: 1rem 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .set-ban {
    margin: 2rem 0;
    max-width: 500px;
  }
}
.set-off {
  font-size: 1.4rem;
  color: #e60012;
}
@media screen and (min-width: 768px) {
  .set-off {
    font-size: 1.5rem;
  }
}
.set-off__tax {
  font-size: 0.9em;
}
.set-off-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e60012;
  margin: 0 0 2em 0;
  padding: 0.6em 0 0.4em;
  max-width: 500px;
  font-weight: 500;
}
.set-off-wrap .set-off {
  font-size: 1.6rem;
}
.set-off-wrap strong {
  font-size: 2rem;
  font-weight: 500;
  padding: 0 .1em;
}
@media screen and (min-width: 768px) {
  .set-off-wrap strong {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .set-link {
    max-width: 500px;
  }
}
.set-link__anchor {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  /* width: 100%; */
  min-height: 6rem;
  margin: 2rem 0 1rem;
  font-size: 1.5rem;
  line-height: 1.25;
  border: 1px solid #e60012;
  background: url(/red/img/usr/mtg/btn_arrow.png) no-repeat right 20px center;
  background-size: 18px auto;
}
@media screen and (min-width: 768px) {
  .set-link__anchor {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.set-link__anchor:hover {
  opacity: .7;
  text-decoration: none;
  transition: all 0.3s;
}
.set-link__anchor strong {
  color: #e60012;
  font-size: 1.2rem;
  font-weight: 500;
}
.set-link__anchor__txt {
  display: inline-block;
}
.set-link__anchor__notice {
  font-size: 1.2rem;
  display: block;
}
.set-off-wrap.set-3 .set-off, .set-link-wrap.set-3 .set-link__anchor__txt {
  background: url(/red/img/usr/mtg/icon_set_icon-set-3.png) no-repeat 0.5rem center;
  background-size: 3.5rem auto;
  padding: 0.9rem 0 1.2rem 4.8rem;
}
.set-link-wrap.set-pair .set-link__anchor__txt {
  background: url(/red/img/usr/mtg/icon_set_icon-set-.png) no-repeat left center;
  background-size: 5.7rem auto;
  padding: 0.9rem 0 1rem 5.5rem;
}
.set-link-wrap.set-top-bottom .set-link__anchor__txt {
  background: url(/red/img/usr/mtg/icon_set_icon-set-topbottom.png) no-repeat .8rem center;
  background-size: 4.4rem auto;
  padding: 0.9rem 0 1rem 5.5rem;
}
.set-link-wrap.set-socks .set-link__anchor__txt {
  background: url(/red/img/usr/mtg/icon_socks.png) no-repeat left center;
  background-size: 3rem auto;
  padding: 0.9rem 0 1rem 5.5rem;
}
/* ----コメント2バナー---- */
.block-goods-comment2 .ban-area, .block-goods-comment3 .ban-area {
  width: 100%;
  margin: 2rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .block-goods-comment2 .ban-area, .block-goods-comment3 .ban-area {
    margin: 2rem 0 6rem;
    max-width: 500px;
  }
}
/* ----サイズ表---- */
.block-size--item-title {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
  font-weight: 600;
}
.block-goods-size--box.block-unisize {
  margin: 1em 0 2em 0;
}
/* ----トップCM動画---- */
.top-section--tvcm {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  padding: 12rem 2rem;
}
@media screen and (max-width: 767px) {
  .top-section--tvcm {
    margin: 0 auto 5rem;
    padding: 9rem 2rem 0;
  }
}
.top-section--tvcm__inner {
  display: flex;
  padding: 3rem;
  gap: 3rem;
  border-radius: 10px;
  align-items: center;
  flex-direction: row;
  background: #f9f8f6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-section--tvcm__inner {
    width: auto;
    padding: 2.5rem;
    flex-direction: column;
    gap: 0;
  }
}
.top-section--tvcm__thumb {
  width: 580px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-section--tvcm__thumb {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .top-section--tvcm__thumb {
    width: 100%;
    order: 2;
    margin: 0 0 2rem;
  }
}
.top-section--tvcm__thumb a {
  transition: all 0.3s;
}
.top-section--tvcm__thumb a:hover {
  opacity: 0.7;
}
.top-section--tvcm__thumb a::after {
  content: "";
  position: absolute;
  z-index: 2;
  aspect-ratio: 1;
  background: url(/red/img/usr/mtg/top/icon_play.png) no-repeat center / contain;
  transition: all 0.2s ease-in-out;
  width: 8.2rem;
  left: calc(50% - 4.1rem);
  top: calc(50% - 4.1rem);
}
@media screen and (max-width: 767px) {
  .top-section--tvcm__thumb a::after {
    width: 5rem;
    left: calc(50% - 2.5rem);
    top: calc(50% - 2.5rem);
  }
}
.top-section--tvcm__body {
  width: 380px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .top-section--tvcm__body {
    width: 100%;
    order: 1;
  }
}
.top-section--tvcm__sub {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #e60012;
  margin: 1rem 0 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-section--tvcm__sub {
    font-size: 1.6rem;
    margin: 0 0 1rem;
  }
}
@media screen and (max-width: 767px) {
  .top-section--tvcm__sub {
    font-size: 1.4rem;
    margin: 0 0 1rem;
  }
}
.top-section--tvcm__sub::before, .top-section--tvcm__sub::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #e60012;
}
.top-section--tvcm__title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #e60012;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-section--tvcm__title {
    font-size: 2rem;
    margin: 0 0 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-section--tvcm__title {
    font-size: 1.7rem;
    margin: 0 0 1rem;
  }
}
.top-section--tvcm__txt {
  font-size: 1.6rem;
  margin: 0 0 2rem;
  color: #99999a;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .top-section--tvcm__txt {
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-section--tvcm__txt {
    font-size: 1.3rem;
    margin: 0 0 1.5rem;
  }
}
.top-section--tvcm__link {
  width: 100%;
  display: block;
}
.top-section--tvcm__link a {
  position: relative;
  width: 100%;
  display: block;
  font-size: 1.6rem;
  color: #FFF;
  background: #e60012;
  border: 1px solid #e60012;
  padding: 11px 20px 13px;
  border-radius: 30px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-section--tvcm__link a {
    font-style: 1.4rem;
  }
}
.top-section--tvcm__link a:hover {
  text-decoration: none;
  color: #e60012;
  background: none;
}
.top-section--tvcm__link a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  background: url(/red/img/usr/mtg/top/icon_play_w.png) no-repeat center / contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top-section--tvcm__link a::after {
    width: 2rem;
    height: 2rem;
  }
}
.top-section--tvcm__link a:hover::after {
  background: url(/red/img/usr/mtg/top/icon_play_r.png) no-repeat center / contain;
}
.top-section--tvcm__link--pc {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top-section--tvcm__link--pc {
    display: none;
  }
}
.top-section--tvcm__link--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .top-section--tvcm__link--sp {
    display: block;
    order: 3;
  }
}
/* ----店舗一覧　お知らせ---- */
.facility-info {
  width: auto;
  margin: 50px auto;
  padding: 1.8rem 1.3rem;
  border: 1px solid #E60012;
  color: #E60012;
  text-align: center;
  font-size: 1.4rem;
}
.facility-info_title {
  margin: 0 0 .5rem;
  font-size: 1.6rem;
  color: #E60012;
}
@media screen and (min-width: 820px) {
  .facility-info {
    font-size: 1.4rem;
    padding: 2rem 3rem;
  }
  .facility-info_title {
    margin: 0 0 .3em 0;
  }
  .facility-info p {
    margin: 0;
  }
}
/* ----お問い合わせ完了---- */
.block-inquiry-completed {
  margin: 7em 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.block-inquiry-completed--message {
  order: 2;
  margin: 0 0 em;
}
.action-buttons {
  order: 3;
}
/* ----商品詳細　楽天ランキング---- */
.product-rakuten-ranking {
  position: relative;
  background: #F9F8F6;
  padding: 4.2rem 0 5rem;
  margin-top: 120px;
}
.product-rakuten-ranking .block-ttl {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  font-style: italic;
  color: #fff;
  font-family: var(--font-jost);
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.15em;
  top: -0.7rem;
  font-size: 4.8rem;
}
@media (min-width: 768px) {
  .product-rakuten-ranking .block-ttl {
    top: -1.3rem;
    font-size: min(7.4045801527vw, 9.7rem);
  }
}

.product-rakuten-ranking .sec-ttl.--outline span:not([class]) {
  border-style: solid;
  border-color: var(--color-red);
  border-width: 2px 0;
  padding-block: 1rem;
  display: inline-block;
}
.product-rakuten-ranking .sec-ttl {
  position: relative;
  font-weight: bold;
  text-align: center;
  color: var(--color-red);
  font-size: 1.6rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .product-rakuten-ranking .sec-ttl {
    font-size: 2.5rem;
  }
}
.product-rakuten-ranking-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .product-rakuten-ranking-sec {
    flex-direction: row;
    gap: 65px;
  }
}
.product-rakuten-ranking .ranking-banner, .product-rakuten-ranking .ranking-capture {
  text-align: center;
}
.product-rakuten-ranking .ranking-banner img {
  width: 100%;
  padding: 0 2rem;
  max-width: 240px;
}
@media (min-width: 768px) {
  .product-rakuten-ranking .ranking-banner img {
    width: 250px;
  }
}
.product-rakuten-ranking .ranking-banner p {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .product-rakuten-ranking .ranking-banner p {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .product-rakuten-ranking {
    width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
  }
	.product-item-mv{
		width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
	}
	.product-item-feature{
		width: 100dvw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
	}
	
 .product-rakuten-ranking .ranking-banner img { padding: 0 !important; }

}
.product-rakuten-ranking .ranking-text {
  margin: 1.5rem 0 .5rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #E60012;
}
@media (min-width: 768px) {
  .product-rakuten-ranking .ranking-text {
    font-size: 1.8rem;
  }
}
.product-rakuten-ranking .ranking-capture img {
  width: 90%;
  max-width: 450px;
  height: auto;
}
@media (min-width: 768px) {
  .product-rakuten-ranking .ranking-capture img {
    width: 100%;
  }
}
/* ----商品詳細　mybest---- */
.award .outner {
  position: relative;
}
.award .product-rakuten-ranking-sec {
  gap: 10px;
}
.product-award-title {
  display: inline-block;
  padding: 10px 24px;
  border-top: 2px solid #bd9e36;
  border-bottom: 2px solid #bd9e36;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.product-award-category {
  margin: 70px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-award-laurel {
  display: inline-block;
}
.product-award-laurel img {
  max-width: 80px;
  height: auto;
}
.product-award-category-text {
  margin: 0 16px;
}
.product-award-category-label {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: -1rem;
  color: #534f4f;
}
.product-award-category-main {
  font-size: 4.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #bd9e36;
}
.product-award-note {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .award .product-rakuten-ranking-sec {
    gap: 10px;
    margin: 30px 0 0;
  }
  .award-sec::before {
    font-size: 40px;
    top: 8px;
  }
  .product-award-title {
    margin: 0 0 6px;
    padding: 5px 0;
    font-size: 1.4rem;
  }
  .product-award-category {
    margin: 20px 0;
    flex-direction: row;
  }
  .product-award-category-text {
    margin: 0 10px;
  }
  .product-award-laurel {
    width: 11%;
  }
  .product-award-category-label {
    margin: 0 0 0;
    font-size: 1.4rem;
  }
  .product-award-category-main {
    font-size: 2.5rem;
  }
  .product-award-note {
    font-size: 1.1rem;
  }
}
/* ----ギフトページ---- */
.gift-item-name-notice {
  font-size: 1.1rem;
  display: block;
  margin: .5rem 0 .5rem;
}
@media (min-width: 768px) {
  .gift-item-name-notice {
    font-size: 1.3rem;
  }
}
.gift-item-notice {
  padding: 2rem;
  margin-top: 2rem;
  background: #FFF;
}
.gift-item-notice-ttl {
  margin: 0 0 .5em;
  font-weight: bold;
}
/* ----商品詳細ページ---- */
figcaption.product-item-caption {
  color: var(--color-gray);
  font-size: 1.2rem;
  padding: .5rem 0 0;
}
/* ----商品詳細　ソックスギフトボックスバナー---- */
.gift-socks-banner {
  position: fixed;
  bottom: 10px;
  right: 15px;
  display: flex;
  align-items: center;
  width: 265px;
  padding: 8px;
  background: #fff;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .gift-socks-banner {
    width: 285px;
    bottom: 20px;
  }
}
.gift-socks-banner::before, .gift-socks-banner::after {
  content: "";
  position: absolute;
  width: 82px;
  height: 80px;
  background: url(/red/img/usr/mtg/gift-socks/gift-ban-ribbon.png) no-repeat 0 0;
  background-size: 50%;
  z-index: 10;
}
.gift-socks-banner::before {
  top: -2px;
  left: -2px;
}
.gift-socks-banner::after {
  bottom: -2px;
  right: -2px;
  transform: rotate(180deg);
}
.gift-socks-banner__img-wrap {
  flex: 0 0 110px;
  height: 78px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 17px;
  background: #fafafa;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .gift-socks-banner__img-wrap {
    height: 88px;
    margin-right: 20px;
  }
}
.gift-socks-banner__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gift-socks-banner__text {
  font-size: 1.4rem;
  line-height: 1.5;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .gift-socks-banner__text {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.gift-socks-banner__arrow {
  white-space: nowrap;
}
.gift-socks-banner__close {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: none;
  color: #FFF;
  background: #4f4f4f;
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
#giftBanner {
  opacity: 1;
  transition: opacity .4s ease;
}
#giftBanner.is-hide {
  opacity: 0;
  pointer-events: none;
}
/* 商品詳細-お届け */
.xmas-notice-box {
  max-width: 500px;
  border: 3px solid var(--color-red);
  border-radius: 10px;
  padding: 2rem 2.5rem;
  margin: 0 0 30px;
}
.xmas-notice-box__title {
  margin: 0 0 14px;
  text-align: center;
  color: var(--color-red);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
}
.xmas-notice-box__body p {
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .xmas-notice-box {
    padding: 1em 1em;
    border-width: 2px;
  }
  .xmas-notice-box__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .xmas-notice-box__body p {
    font-size: 1.4rem;
  }
}
/* お知らせ */
.page-topic h1.block-topics-page--header {
  margin: 0 0 4rem;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .page-topic h1.block-topics-page--header {
    font-size: 2.5rem;
  }
}
.page-topic .block-topic-path {
  margin: -3rem 0 2rem -2rem;
}
@media screen and (min-width: 768px) {
  .page-topic .block-topic-path {
    margin: -3rem 0 4.0rem;
  }
}
.page-topic .block-topic-page--article-body {
  padding: 2rem 0 0 0;
}
.page-topic .block-topic-page p {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  line-height: 1.7;
}
.page-topic .block-topic-page a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .page-topic .block-topic-page p {
    font-size: 1.6rem;
  }
}
.page-topic .block-topic-page h1.block-topic-page--article-header {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .page-topic .block-topic-page h1.block-topic-page--article-header {
    font-size: 2.2rem;
  }
}
.page-topic .block-topic-page h2.topics-tit {
  margin: 4rem 0 2rem;
  padding: 0 0 0 1rem;
  border-left: 3px solid #313131;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .page-topic .block-topic-page h2.topics-tit {
    font-size: 2rem;
  }
}
.page-topic .block-topic-page strong {
  color: #E60012;
  font-weight: bold;
}
.page-topic .block-topic-page .note {
  margin: 2rem 0;
  font-size: 1.4rem;
  color: #666;
}
.page-topic .block-topic-page blockquote {
  background-color: #F0F0F0;
  margin: 2rem 0;
  padding: 2rem;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #666;
}
.page-topic .block-topic-page blockquote cite {
  display: block;
  font-size: 1.4rem;
  color: #777;
  margin-top: 0.8rem;
}