﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;500;600&family=Noto+Sans+JP:wght@400;700&display=swap');

/* ====== common ====== */
body {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body.is-hidden {
  overflow: hidden;
}

.sp-only {
  display: none;
}

.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}

#header {
  display: block;
  margin-bottom: 0;
}

#block_of_itemhistory.block-recent-item,
.pane-left-menu,
.pane-footer {
  display: none;
}

.page-category .pane-contents>.container,
.page-event .pane-contents>.container,
.page-genre .pane-contents>.container,
.page-goods .pane-contents>.container {
  width: clamp(1200px, 91.66vw, 1600px);
}

.page-category .pane-contents .container .pane-main,
.page-event .pane-contents .container .pane-main,
.page-genre .pane-contents .container .pane-main {
  width: 100%;
  margin-bottom: 120px;
  padding-top: 60px;
}

.block-header-banner {
  display: none;
}

#block_header_fixed_banner {
  display: none !important;
}

header.pane-header {
  display: none !important;
}

.wrapper {
  padding: 0 !important;
}

.block-header-campaign-fixed {
  display: none !important;
}

/* ====== header ====== */
.jalmall-lounge-header {
  position: relative;
  width: 100%;
  z-index: 5;
}

.jalmall-lounge-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  transform: translateY(-100%);
  animation: slideIn .4s forwards;
  background: #000;
}

@keyframes slideIn {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}

.jalmall-lounge-header-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.jalmall-lounge-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 120px;
  position: relative;
  background: #111;
}

.jalmall-lounge-logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jalmall-lounge-logo .jalmall-lounge-logo-img img {
  display: block;
  transition: opacity .4s;
}

.jalmall-lounge-header.is-fixed .jalmall-lounge-logo {
  height: auto;
  position: static;
  z-index: 1;
}

.jalmall-lounge-header.disabled .jalmall-lounge-logo {
  z-index: 0;
}

.jalmall-lounge-header.is-fixed .jalmall-lounge-logo-img {
  position: absolute;
  top: 50%;
  left: 120px;
  transform: translateY(-50%);
}

.jalmall-lounge-header.is-fixed .jalmall-lounge-logo-img img {
  width: 106px;
  height: auto;
}

.jalmall-lounge-logo .jalmall-lounge-logo-img .jalmall-lounge-logo-anime {
  width: 170px;
  height: auto;
  mix-blend-mode: lighten;
  margin-top: 10px;
}

.jalmall-lounge-header.is-fixed .jalmall-lounge-logo .jalmall-lounge-logo-img .jalmall-lounge-logo-anime {
  width: 106px;
  margin-top: 5px;
}

.jalmall-lounge-header-menu {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
}

.jalmall-lounge-header-menu__btn {
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  cursor: pointer;
  background: url(../../usr/freepage/lounge/bg_menu.png) center center / contain no-repeat;
}

.jalmall-lounge-header-menu__btn-line {
  display: block;
  height: 1px;
  width: 16px;
  background-color: #FFF;
  position: relative;
}

.jalmall-lounge-header-menu__btn-line::before,
.jalmall-lounge-header-menu__btn-line::after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
  background-color: #FFF;
  transition: .4s;
}

.jalmall-lounge-header-menu__btn-line::before {
  top: -5px;
}

.jalmall-lounge-header-menu__btn-line::after {
  top: 5px;
}

.jalmall-lounge-header-menu__btn.is-active .jalmall-lounge-header-menu__btn-line {
  background: none;
}

.jalmall-lounge-header-menu__btn.is-active .jalmall-lounge-header-menu__btn-line::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #FFF;
}

.jalmall-lounge-header-menu__btn.is-active .jalmall-lounge-header-menu__btn-line::after {
  top: 0;
  transform: rotate(-45deg);
  background-color: #FFF;
}

.jalmall-lounge-popup-menu {
  position: absolute;
  top: 0;
  left: 0;
  background: #808080;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  padding: 24px 32px;
  width: 396px;
  max-height: 80vh;
  font-family: 'Kanit', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: none;
}

.jalmall-lounge-popup-menu-close {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.jalmall-lounge-popup-menu-close::before,
.jalmall-lounge-popup-menu-close::after {
  content: "";
  width: 16px;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
}

.jalmall-lounge-popup-menu-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.jalmall-lounge-popup-menu-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.jalmall-lounge-popup-menu-nav>*+* {
  margin-top: 20px;
}

.jalmall-lounge-popup-menu-nav li a {
  color: #444;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: inline-block;
  transition: opacity .4s;
}

.jalmall-lounge-popup-menu-nav li a:hover {
  opacity: 0.7;
}

.jalmall-lounge-popup-menu-nav li a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-left: 1px solid #555;
  border-bottom: 1px solid #555;
  transform: rotate(45deg);
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.jalmall-lounge-popup-menu-brands {
  border-top: 1px solid #707070;
  margin-top: 22px;
  padding-top: 30px;
}

.jalmall-lounge-popup-menu-brands p {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.4em;
}

.jalmall-lounge-popup-menu-brands .jalmall-lounge-popup-menu-nav {
  margin-top: 15px;
}

.jalmall-lounge-popup-menu-brands .jalmall-lounge-popup-menu-nav>*+* {
  margin-top: 8px;
}

.jalmall-lounge-popup-menu-brands .jalmall-lounge-popup-menu-nav li a {
  font-size: 19px;
  font-weight: 300;
  color: #FFF;
  letter-spacing: 0.05em;
  background: #8E8E8E;
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
  display: block;
  position: relative;
  padding: 14px 20px;
}

.jalmall-lounge-popup-menu-brands .jalmall-lounge-popup-menu-nav li a span {
  font-size: 10px;
  letter-spacing: 0.2em;
  display: block;
}

.jalmall-lounge-popup-menu-brands .jalmall-lounge-popup-menu-nav li a::before {
  display: none;
}

.jalmall-lounge-popup-menu-brands .jalmall-lounge-popup-menu-nav li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #FFF;
  border-top: 1px solid #FFF;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.jalmall-lounge-popup-menu-close-btn {
  margin-top: 24px;
}

.jalmall-lounge-popup-menu-close-btn .js-popup-menu-close {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  color: #CECECE;
  background: #6C6C6C;
  letter-spacing: 0.2em;
  border-radius: 3px;
  width: 252px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  outline: none;
  border: none;
  cursor: pointer;
  transition: opacity .4s;
}

.jalmall-lounge-popup-menu-close-btn .js-popup-menu-close:hover {
  opacity: 0.7;
}

.jalmall-lounge-header-cart {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  z-index: 1;
}

.jalmall-lounge-header-cart a {
  width: 40px;
  height: 40px;
  display: block;
  transition: .3s;
  background: url(../../usr/common/v02/icon_cart_w.png) center center / 40px 40px no-repeat;
}

.jalmall-lounge-header-cart-count {
  font-family: 'Kanit', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 30px;
  height: 20px;
  line-height: 1.0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  position: absolute;
  top: -4px;
  right: 0;
  z-index: 2;
  display: none;
}

.jalmall-lounge-header-cart-count::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #817646;
  position: absolute;
  top: 12px;
  right: 0;
  z-index: 1;
}

.block-hs-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  width: 100%;
  background: #000;
}

.jalmall-lounge-header.is-fixed .block-hs-header {
  background: none;
}

.block-hs-header-logo img {
  width: auto;
  height: auto;
  max-height: 60px;
  display: block;
}

.block-hs-header-nav ul {
  display: flex;
  gap: 32px;
}

.block-hs-header-nav ul li a,
.block-hs-header-nav ul li span {
  font-size: 13px;
  color: #FFF;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-hs-header-nav ul li.block-hs-header-nav-drop a,
.block-hs-header-nav ul li.block-hs-header-nav-drop span {
  position: relative;
  cursor: pointer;
}

.block-hs-header-nav ul li.block-hs-header-nav-drop span::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #817646;
  margin-left: 4px;
  position: relative;
  top: -1px;
}

.block-hs-header-nav ul li.block-hs-header-nav-drop span::before {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  position: absolute;
  top: calc(50% - 2px);
  right: 4px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}

.block-hs-header-nav-drop-list {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}

.block-hs-header-nav-drop-list-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #808080;
  color: #FFF;
  width: 480px;
  padding: 24px;
}

.block-hs-header-nav-drop-list-close {
  position: absolute;
  top: 12px;
  right: 15px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.block-hs-header-nav-drop-list-close::before,
.block-hs-header-nav-drop-list-close::after {
  content: "";
  width: 16px;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
}

.block-hs-header-nav-drop-list-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.block-hs-header-nav-drop-list-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.block-hs-header-nav-drop-list-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4em;
  text-align: center;
  margin-bottom: 30px;
}

.block-hs-header-nav-drop-list-inner ul {
  display: block;
}

.block-hs-header-nav-drop-list-inner ul.block-hs-header-nav-drop-list-1 {
  max-height: 60vh;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.block-hs-header-nav-drop-list-inner ul>*+* {
  margin-top: 4px;
}

.block-hs-header-nav-drop-list-inner .block-hs-header-nav-drop-list-1>li>a,
.block-hs-header-nav-drop-list-inner .block-hs-header-nav-drop-list-1>li>span {
  display: block;
  background: #8E8E8E;
  border-radius: 3px;
  padding: 14px 20px;
  position: relative;
  height: auto;
}

.block-hs-header-nav-drop-list-1 .block-hs-header-nav-drop-sub {
  background: #8E8E8E;
}

.block-hs-header-nav-drop-list-2 .block-hs-header-nav-drop-sub {
  background: #999;
}

.block-hs-header-nav-drop-list-3 .block-hs-header-nav-drop-sub {
  background: #A1A1A1;
}

.block-hs-header-nav-drop-list-inner .block-hs-header-nav-drop-list-2 {
  display: none;
  padding: 0 20px 12px;
}

.block-hs-header-nav-drop-list-inner .block-hs-header-nav-drop-list-3 {
  display: none;
  padding: 0 12px 12px;
}

.block-hs-header-nav-drop-list-inner .block-hs-header-nav-drop-list-2>li>a,
.block-hs-header-nav-drop-list-inner .block-hs-header-nav-drop-list-2>li>span {
  display: block;
  background: #999999;
  border-radius: 3px;
  padding: 12px;
  position: relative;
  height: auto;
}

.block-hs-header-nav-drop-list-inner .block-hs-header-nav-drop-list-3>li>a,
.block-hs-header-nav-drop-list-inner .block-hs-header-nav-drop-list-3>li>span {
  display: block;
  background: #A1A1A1;
  border-radius: 3px;
  padding: 12px;
  position: relative;
  height: auto;
}

.block-hs-header-nav-drop-list-inner .block-hs-header-nav-drop-list-2>li>a::after,
.block-hs-header-nav-drop-list-inner .block-hs-header-nav-drop-list-3>li>a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}

.block-hs-header-nav ul li.block-hs-header-nav-drop .block-hs-header-nav-drop-list-inner span::before {
  width: 6px;
  height: 6px;
  right: 29px;
}

.block-hs-header-nav ul li.block-hs-header-nav-drop .block-hs-header-nav-drop-list-inner .block-hs-header-nav-drop-sub span.is-active::before {
  transform: translateY(-50%) rotate(225deg);
  top: calc(50% + 2px);
}

.block-hs-header-nav ul li.block-hs-header-nav-drop .block-hs-header-nav-drop-list-inner span::after {
  width: 24px;
  height: 24px;
  border-radius: 0;
  background: #808080;
  margin-left: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.block-hs-header-nav ul li.block-hs-header-nav-drop .block-hs-header-nav-drop-list-inner .block-hs-header-nav-drop-list-2 span::before {
  right: 21px;
}

.block-hs-header-nav ul li.block-hs-header-nav-drop .block-hs-header-nav-drop-list-inner .block-hs-header-nav-drop-list-2 span::after {
  right: 12px;
}

.block-hs-header-nav-drop-close-btn {
  margin-top: 24px;
}

.block-hs-header-nav-drop-close-btn .js-nav-drop-close {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  color: #CECECE;
  background: #6C6C6C;
  letter-spacing: 0.2em;
  border-radius: 3px;
  width: 252px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  outline: none;
  border: none;
  cursor: pointer;
  transition: opacity .4s;
}

.block-hs-header-nav-drop-close-btn .js-nav-drop-close:hover {
  opacity: 0.7;
}

/* ====== footer ====== */
.jalmall-lounge-footer {
  background: #111;
}

.jalmall-lounge-footer-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.jalmall-lounge-footer-top {
  padding: 44px 0 45px;
}

.jalmall-lounge-footer-logo {
  text-align: center;
  margin-bottom: 15px;
}

.jalmall-lounge-footer-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.jalmall-lounge-footer-nav+.jalmall-lounge-footer-nav {
  margin-top: 5px;
}

.jalmall-lounge-footer-nav li a {
  font-size: 12px;
  color: #CECECE;
  transition: opacity .4s;
}

.jalmall-lounge-footer-nav li a:hover {
  opacity: 0.7;
}

.jalmall-lounge-footer-bottom {
  border-top: 1px solid #333;
  padding: 20px 0 40px;
}

.jalmall-lounge-footer-bottom .jalmall-lounge-footer-nav a {
  color: #808080;
}

.jalmall-lounge-footer-bottom .block-copyright {
  font-size: 10px;
  color: #808080;
  text-align: center;
  margin-top: 30px;
}

/* ====== ブランドトップ ====== */
.block-hs-mv-area {
  min-width: 1200px;
  position: relative;
}

.block-hs-mv .swiper-slide img {
  width: 100%;
  display: block;
  /*height: 480px;
  object-fit: cover;*/
}

.block-hs-mv-logo {
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: radial-gradient(rgba(0, 0, 0, 0.2), transparent 60%);
  padding: 80px;
}

.block-hs-mv .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}

.block-hs-mv .swiper-pagination-bullet {
  width: 74px;
  height: 1px;
  border-radius: 0;
  background: #DEDEDE;
  opacity: 1;
  margin: 0 !important;
}

.block-hs-mv .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #111;
}

.block-hs-mv .swiper-button-next,
.block-hs-mv .swiper-button-prev {
  width: 70px;
  height: calc(100% - 21px);
  margin: 0;
  top: 0;
}

.block-hs-mv .swiper-button-next {
  right: 0;
  display: none;
}

.block-hs-mv .swiper-button-prev {
  left: 0;
  display: none;
}

.swiper-initialized .block-hs-mv .swiper-button-next,
.swiper-initialized .block-hs-mv .swiper-button-prev {
  display: block;
}

.block-hs-mv .swiper-button-next:after {
  content: "";
  width: 36px;
  height: 36px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translateX(-12px) rotate(45deg);
}

.block-hs-mv .swiper-button-prev:after {
  content: "";
  width: 36px;
  height: 36px;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  transform: translateX(12px) rotate(45deg);
}

.block-hs-btn a {
  font-family: 'Kanit', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 40px;
  border: 1px solid #111;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.block-hs-btn a span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-hs-btn a span:nth-child(1) {
  background: #000;
  color: #fff;
}

.block-hs-btn a span:nth-child(2) {
  background: #fff;
  color: #000;
}

.block-hs-btn a:hover span:nth-child(2) {
  transform: translateY(100%);
}

.block-hs-contents-box {
  margin-top: 100px;
}

.block-hs-contents-box .inner {
  width: 1120px;
  margin: 0 auto;
}

.block-hs-title {
  font-family: 'Kanit', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 40px;
}

.block-hs-title--jp {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 40px;
}

.block-hs-contents-box .block-hs-contents-box-text {
  font-size: 13px;
}

.block-hs-contents-box .block-hs-contents-box-text+.block-hs-contents-box-text {
  margin-top: 20px;
}

.block-hs-contents-img img {
  width: 100%;
  object-fit: cover;
}

.block-hs-contents-img-txt {
  position: relative;
}

.block-hs-contents-txt {
  font-size: 60px;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
}

/* ====== イベント ====== */
.block-top-event--wrap:not(:first-of-type) {
  margin-top: 100px;
}

.block-top-event--goods {
  margin: 0 0 40px 0;
}

.block-top-event--wrap .block-pickup-list-p--item-body .block-icon {
  display: none;
}

.header-with-sort-wrap {
  margin-bottom: 24px;
}

.header-with-sort-wrap .block-goods-list--sort-order-items {
  position: static;
  justify-content: flex-end;
}

.header-with-sort-wrap .block-event-page--header {
  padding: 0;
  margin: 0 0 20px;
  border-bottom: none;
  font-size: 28px;
  text-align: center;
  padding-right: 0;
}

.block-event-page .block-event-page--header {
  padding: 0;
  margin: 0 0 20px;
  border-bottom: none;
  font-size: 28px;
  text-align: center;
  padding-right: 0;
}

/* ====== ジャンル ====== */
.header-with-sort-wrap .block-genre-page--header {
  padding: 0;
  margin: 0 0 20px;
  border-bottom: none;
  font-size: 28px;
  text-align: center;
  padding-right: 0;
}

/* ====== 商品一覧 ====== */
.block-pickup-list-p--items {
  gap: 40px;
}

.block-pickup-list-p--items>li {
  width: calc((100% - 120px) / 4);
  margin: 0;
}

.block-pickup-list-p--item-body {
  position: relative;
}

.block-pickup-list-p--image {
  width: 100%;
}

.block-pickup-list-p--image figure {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background: #f8f8f8;
}

.block-pickup-list-p--item-description {
  margin-top: 16px;
}

.block-pickup-list-p--goods-name {
  font-size: 13px;
}

.block-pickup-list-p .price,
.block-pickup-list-p .net-price,
.block-pickup-list-p .default-price,
.block-pickup-list-p .exchange-price,
.block-pickup-list-p .block-exchange-price--rate-dt {
  text-align: left;
  font-size: 12px;
  color: #808080;
}

.block-pickup-list-p--mile-point.mile-point {
  text-align: left;
  font-size: 12px;
  color: #808080;
  margin: 5px 0 0;
}

.block-pickup-list-p--mile-point.mile-point .mile {
  margin: 0;
  font-size: 10px;
  color: #808080;
}

.block-pickup-list-p--add-cart .page-goods {
  position: absolute;
  right: 10px;
  top: 60%;
  display: none;
}

.block-pickup-list-p--add-cart .pane-goods-right-side {
  width: 48px !important;
  height: 48px;
  position: static;
}

.block-pickup-list-p--add-cart .page-goods .block-goods-favorite {
  margin-left: 0;
}

.block-pickup-list-p--add-cart .block-goods-favorite a {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2) url(../icon/icon_bookmark.png) center center no-repeat;
  background-size: 25px auto;
  transition: .4s;
}

.block-pickup-list-p--add-cart .block-goods-favorite a:hover {
  background: #F4F1E4 url(../icon/icon_bookmark_hover.png) center center no-repeat;
  background-size: 27px auto;
}

.block-pickup-list-p--add-cart .block-goods-favorite a.block-goods-favorite-registed--btn {
  background: #817646 url(../icon/icon_bookmark_on.png?v2) 12px 8px no-repeat;
  background-size: 28px auto;
  overflow: visible;
}

/* .block-pickup-list-p--add-cart .block-goods-favorite a.block-goods-favorite-registed--btn::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../icon/icon_bookmark_check.png) center center / contain no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
} */
.block-pickup-list-p--add-cart {
  margin: 0;
}

.block-pickup-list-p--add-cart .block-list-add-cart-btn {
  display: none;
}

.block-pickup-list-p--goods-shop-name {
  display: none;
}

.block-pickup-list-p .block-icon {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  gap: 5px;
}

.block-pickup-list-p .block-icon span {
  margin: 0;
}

.block-icon--auto-new {
  display: none;
}

/* ====== 商品一覧ランキング ====== */
.block-ranking-r--items {
  margin-bottom: 0;
  gap: 40px;
}

.block-ranking-r--items>li {
  width: calc((100% - 120px) / 4);
  margin: 0;
}

.block-ranking-r--goods {
  padding: 0;
  margin: 0;
  flex-basis: auto;
}

.block-ranking-r--goods-image figure {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background: #f3f3f3;
}

.block-ranking-r--goods-description {
  margin-top: 16px;
}

.block-ranking-r--goods-name {
  font-size: 13px;
}

.block-ranking-r--priceandbookmark-area .page-goods {
  position: absolute;
  right: 10px;
  top: 60%;
  display: none;
}

.block-ranking-r--goods .pane-goods-right-side {
  width: 48px !important;
  height: 48px;
  position: static;
}

.block-ranking-r--goods .page-goods .block-goods-favorite {
  margin-left: 0;
}

.block-ranking-r--goods .block-goods-favorite a {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2) url(../icon/icon_bookmark.png) center center no-repeat;
  background-size: 25px auto;
  transition: .4s;
}

.block-ranking-r--goods .block-goods-favorite a:hover {
  background: #F4F1E4 url(../icon/icon_bookmark_hover.png) center center no-repeat;
  background-size: 27px auto;
}

.block-ranking-r--goods .block-goods-favorite a.block-goods-favorite-registed--btn {
  background: #817646 url(../icon/icon_bookmark_on.png?v2) 12px 8px no-repeat;
  background-size: 28px auto;
  overflow: visible;
}

/* .block-ranking-r--goods .block-goods-favorite a.block-goods-favorite-registed--btn::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../icon/icon_bookmark_check.png) center center / contain no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
} */
.block-ranking-r--goods .price,
.block-ranking-r--goods .net-price,
.block-ranking-r--goods .default-price,
.block-ranking-r--goods .exchange-price,
.block-ranking-r--goods .block-exchange-price--rate-dt {
  font-size: 12px;
  color: #808080;
}

.block-ranking-r--goods .price,
.block-ranking-r--goods .net-price,
.block-ranking-r--goods .default-price,
.block-ranking-r--goods .exchange-price,
.block-ranking-r--goods .block-exchange-price--rate-dt,
.block-ranking-r--goods .jal-card-price {
  font-size: 12px;
  color: #808080;
  text-align: left;
}

.block-ranking-r--goods .mile-point {
  font-size: 12px;
  color: #808080;
  text-align: left;
  margin: 5px 0 0;
}

.block-ranking-r--goods .mile-point .mile {
  margin: 0;
  font-size: 10px;
  color: #808080;
}

.block-ranking-r--goods-image .block-ranking-r--rank {
  font-family: 'Kanit', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  width: 39px;
  height: 39px;
  font-size: 20px;
  line-height: 1;
  color: #FFF;
  background: #111;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

.block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-1 {
  padding-left: 0;
  background: #A8A253;
}

.block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-2 {
  padding-left: 0;
  background: #8E9091;
}

.block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-3 {
  padding-left: 0;
  background: #A88153;
}

.block-ranking-r--goods-image .block-ranking-r--rank::before {
  display: none;
}

.block-ranking-r--goods-icon,
.block-ranking-r--goods-shop-name {
  display: none;
}

/* ====== pankuzu ====== */
.pane-topic-path {
  margin: 0;
  background: #F2F3F5;
}

.pane-topic-path .container {
  display: block;
  text-align: center;
}

.block-topic-path {
  padding: 28px 0;
}

.block-topic-path--list li {
  padding-right: 12px;
}

.block-topic-path--list a {
  padding-left: 12px;
  color: #6D6F73;
}

.block-topic-path--list li:last-child a {
  font-weight: bold;
}

/* ====== 商品一覧ページ ====== */
.block-category-title-wrap .block-category-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 15px 0 0;
}

.block-category-title-wrap .block-category-topic-path {
  display: flex;
  justify-content: center;
  gap: 32px;
}

.block-category-title-wrap .block-category-topic-path li {
  position: relative;
}

.block-category-title-wrap .block-category-topic-path li:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -18px;
  top: 0;
}

.block-category-title-wrap .block-category-topic-path li a {
  font-size: 13px;
  color: #808080;
  letter-spacing: 0.1em;
}

.block-category-title-wrap .block-category-topic-path li:last-child a {
  font-weight: bold;
}

.pager-total {
  display: none;
}

.block-goods-list--pager-top.pager {
  margin: 15px 0 24px;
}

.pagination li {
  font-family: 'Kanit', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #595757;
  width: 40px;
  height: 40px;
  border-radius: 0;
  margin: 0 5px;
}

.pagination li a {
  width: 40px;
  height: 40px;
  color: #595757;
}

.pagination li.pager-first:not(.no-space):after,
.pagination li.pager-last:not(.no-space):after {
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination li.pager-last:not(.no-space):after {
  left: -21px;
}

.pagination li.pager-last:not(.no-space) {
  margin-left: 27px;
}

.pagination li.pager-next,
.pagination li.pager-previous {
  border-color: #111;
  width: 100px;
}

.pagination li.pager-next a,
.pagination li.pager-previous a {
  width: 100px;
}

.block-goods-list--pager-top .pager-frame {
  display: none;
}

.pagination li.pager-previous a::before {
  left: 48px;
}

.pagination li.pager-next a::before {
  left: 42px;
}

.block-goods-list--pager-bottom.pager {
  height: 40px;
  margin: 60px 0 0;
}

/* ====== 商品詳細 ====== */
body.page-goods .pane-main .block-goods-detail {
  width: 100%;
  padding: 48px 0 0;
}

body.page-goods .pane-main .pane-goods-left-side {
  width: 796px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

body.page-goods .pane-main .block-goods-gallery-main {
  height: 700px;
  overflow: hidden;
}

body.page-goods .pane-main .block-goods-gallery {
  width: 64px;
  height: 384px;
  margin-right: 32px;
  order: -1;
}

body.page-goods .block-goods-gallery li {
  width: 64px;
  margin: 0;
}

body.page-goods .block-goods-gallery li a {
  width: 64px;
  height: 64px;
  border-color: #FFF;
  cursor: pointer;
}

body.page-goods #gallery .block-goods-gallery .bx-prev,
body.page-goods #gallery .block-goods-gallery .bx-next {
  width: 48px;
  height: 32px;
  background: #F5F5F5;
}

body.page-goods #gallery .block-goods-gallery .bx-prev.disabled,
body.page-goods #gallery .block-goods-gallery .bx-next.disabled {
  opacity: 0.3;
  background: #FFF;
}

body.page-goods #gallery .block-goods-gallery .bx-prev {
  top: inherit;
  bottom: -52px;
  left: 8px;
}

body.page-goods #gallery .block-goods-gallery .bx-next {
  top: inherit;
  bottom: -88px;
  right: 8px;
}

body.page-goods #gallery .block-goods-gallery .bx-prev::after {
  transform: rotate(-45deg);
  left: 19px;
  top: 13px;
}

body.page-goods #gallery .block-goods-gallery .bx-next::after {
  transform: rotate(135deg);
  right: 19px;
  top: 8px;
}

body.page-goods #gallery .block-goods-gallery .bx-viewport {
  min-height: auto;
  margin-bottom: 0;
}

body.page-goods .block-goods-gallery li a.active {
  border-color: #111;
}

body.page-goods .block-goods-gallery li figure {
  width: 48px;
  height: 48px;
}

body.page-goods .pane-main .pane-goods-right-side {
  width: calc(100% - 836px);
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

body.page-goods #gallery .block-goods-gallery-main .bx-viewport {
  min-height: 700px;
  margin-bottom: 0;
}

body.page-goods .block-src-l {
  width: 700px;
  height: 700px;
  margin-bottom: 0;
}

body.page-goods .block-src-l figure {
  width: 700px;
  height: 700px;
}

body.page-goods .block-goods-comment6 {
  padding-left: 96px;
  margin-top: 20px;
}

body.page-goods #gallery .bx-prev,
body.page-goods #gallery .bx-next {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
}

body.page-goods #gallery .bx-prev::after,
body.page-goods #gallery .bx-next::after {
  width: 10px;
  height: 10px;
  border-color: #808080;
}

body.page-goods .pane-goods-right-side .block-shop-name {
  font-family: 'Kanit', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #808080;
  font-size: 12px;
  background: none;
  padding: 0;
  margin-bottom: 5px;
}

body.page-goods .pane-goods-right-side .block-shop-name a {
  color: #808080;
}

body.page-goods .pane-goods-right-side .block-shop-name a:hover {
  text-decoration: none;
}

body.page-goods .pane-goods-right-side .block-goods-name--text {
  font-size: 24px;
  font-weight: 400;
  color: #111;
  margin-bottom: 15px;
}

body.page-goods .pane-goods-right-side #spec_goods_comment {
  font-size: 13px;
  color: #808080;
}

body.page-goods .pane-goods-right-side .block-goods-price {
  padding: 0 0 15px 0;
  margin: 20px 0 20px;
  border-top: 0;
  border-bottom: 1px solid #DEDEDE;
}

body.page-goods .pane-goods-right-side .block-goods-price--price {
  font-size: 16px;
  font-weight: 400;
}

body.page-goods .pane-goods-right-side .js-floatinng-cart {
  display: none;
}

body.page-goods .pane-goods-right-side .js-floatinng-cart .block-goods-price--price {
  font-size: 28px;
  font-weight: bold;
}

body.page-goods .pane-goods-right-side .block-goods-price--price .tax {
  font-size: 11px;
}

body.page-goods .pane-goods-right-side .block-goods-price--mile-point {
  font-size: 12px;
  color: #867A1B;
}

body.page-goods .pane-goods-right-side .js-floatinng-cart .block-goods-price--mile-point {
  font-size: 16px;
}

body.page-goods .block-goods-stock-info {
  margin: 0 0 15px 0;
}

body.page-goods .block-goods-stock-info dt,
body.page-goods .block-goods-stock-info dd {
  font-size: 13px;
  line-height: 1;
}

body.page-goods .block-cart--goods-detail-item-price-inner {
  font-size: 13px;
  margin-bottom: 8px;
}

body.page-goods .block-cart--goods-detail-item-qty {
  width: 100%;
  max-width: 416px;
}

body.page-goods .block-cart--goods-detail-item-qty input {
  border: 1px solid #111;
  border-radius: 0;
  padding: 8px 10px;
}

body.page-goods .block-cart--goods-detail-item-qty-plus {
  top: 10px;
  right: 9px;
  width: 10px;
  height: 8px;
}

body.page-goods .block-cart--goods-detail-item-qty-minus {
  top: 22px;
  right: 9px;
  width: 10px;
  height: 8px;
}

body.page-goods .block-cart--goods-detail-item-qty:after {
  display: none;
}

body.page-goods .block-variation .block-variation--item-dropdown {
  max-width: 416px;
  padding: 0 10px;
  border: 1px solid #111;
  border-radius: 0;
  margin: 0;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/spinplus.png), url(../img/spinminus.png);
  background-position: right 8px top 10px, right 8px bottom 10px;
  background-repeat: no-repeat;
  background-size: 10px 8px;
}

body.page-goods .block-goods-button-wrap {
  margin: 30px 0 40px;
  max-width: 416px;
}

body.page-goods .block-add-cart {
  width: 100%;
  margin: 0 80px 0 0;
}

body.page-goods .block-add-cart--btn {
  width: 100%;
  height: 48px;
  border-radius: 0;
  padding: 0;
  margin: 0;
  line-height: 48px;
  font-size: 15px;
  background: #817646;
  border: none;
  transition: opacity .4s;
}

body.page-goods .block-add-cart--btn:hover {
  opacity: 0.7;
}

body.page-goods .block-goods-favorite {
  margin-left: 8px;
}

body.page-goods .block-goods-favorite a {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  line-height: 48px;
  background: rgba(129, 118, 70, 0.1) url(../icon/icon_bookmark.png) center center no-repeat;
  background-size: 25px auto;
  transition: .4s;
  position: relative;
}

body.page-goods .block-goods-favorite a:hover {
  background: rgba(129, 118, 70, 0.1) url(../icon/icon_bookmark_hover.png) center center no-repeat;
  background-size: 27px auto;
}

body.page-goods .block-goods-favorite a.block-goods-favorite-registed--btn {
  background: #817646 url(../icon/icon_bookmark_on.png?v2) 12px 8px no-repeat;
  background-size: 28px auto;
  overflow: visible;
}

/* body.page-goods .block-goods-favorite a.block-goods-favorite-registed--btn::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../icon/icon_bookmark_check.png) center center / contain no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
} */
body.page-goods #sns_links {
  padding-top: 0;
  border-top: 0;
}

body.page-goods #sns_links li {
  width: 26px;
  margin-right: 15px;
}

body.page-goods #sns_links li.sns-line {
  order: 0;
}

body.page-goods #sns_links li.sns-facebook {
  order: 1;
}

body.page-goods #sns_links li.sns-twitter {
  order: 2;
}

body.page-goods #sns_links li a {
  display: block;
  width: 26px;
  height: 26px;
  transition: opacity .4s;
}

body.page-goods #sns_links li a:hover {
  opacity: 0.7;
}

body.page-goods #sns_links li.sns-facebook a {
  background: url(../icon/icon_facebook.png) center center / contain no-repeat;
}

body.page-goods #sns_links li.sns-twitter a {
  background: url(../icon/icon_x.png) center center / contain no-repeat;
}

body.page-goods #sns_links li.sns-line a {
  background: url(../icon/icon_line.png) center center / contain no-repeat;
}

body.page-goods #sns_links li a img {
  display: none;
}

body.page-goods .pane-main .pane-goods-center {
  width: 100%;
}

body.page-goods .pane-goods-center .goods-detail-description-wrap {
  width: 880px;
  margin: 0 auto;
  border: none;
}

.page-goods .pane-goods-center .goods-detail-description {
  border-bottom: #E0E0E0 1px solid;
}

body.page-goods .block-goods-detail .goods-detail-description-title {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 30px;
  display: none;
}

body.page-goods .block-goods-comment3 {
  padding: 0 96px;
  margin-bottom: 0;
  font-size: 12px;
}

.page-goods .block-goods-comment4 {
  margin-top: 130px;
}

body.page-goods .goods-detail-description-intro {
  background: #F7F7F7;
  padding: 32px 40px;
  margin-bottom: 100px;
}

body.page-goods .block-goods-comment4>[class^="box"] {
  background: #F7F7F7;
  padding: 32px 40px;
  margin-bottom: 100px;
}

body.page-goods .block-goods-comment4>[class^="box"] h3 {
  font-size: 13px;
  margin: 0 0 20px;
}

body.page-goods .block-goods-comment4>[class^="box"] p {
  font-size: 13px;
}

body.page-goods .goods-detail-description-box {
  background: #F7F7F7;
  padding: 32px 40px;
}

body.page-goods .block-goods-detail .goods-detail-description-box p {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.46;
}

.goods-detail-free-section-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 24px;
}

.goods-detail-free-section-box-text h4 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 16px;
}

.goods-detail-free-section-box-text {
  padding: 40px 0 30px;
}

.goods-detail-free-section-box-text.--bg-color {
  background: #F7F7F7;
  padding: 40px 40px 30px;
}

.goods-detail-free-section-box-text p {
  font-size: 13px;
  margin: 0 0 16px;
}

.goods-detail-free-section-box {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin: 0 0 60px;
}

.goods-detail-free-section-box-contents {
  flex: 1;
}

.goods-detail-free-section-box-img img {
  width: 100%;
  height: auto;
}

.goods-detail-free-section-box-horizontal {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 40px;
  margin: 0 0 60px;
}

.goods-detail-free-section-box-horizontal .goods-detail-free-section-box-contents {
  display: flex;
}

.goods-detail-free-section-box-horizontal .goods-detail-free-section-box-contents:nth-child(even) {
  flex-direction: row-reverse;
}

.goods-detail-free-section-box-horizontal .goods-detail-free-section-box-img {
  width: 50%;
}

.goods-detail-free-section-box-horizontal .goods-detail-free-section-box-text {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-goods .block-goods-comment7 {
  width: 880px;
  margin: 0 auto 40px;
}

.page-goods .boxPatternJ table {
  width: 100%;
}

.page-goods .boxPatternJ table th,
.page-goods .boxPatternJ table td {
  border: 1px solid #DEDEDE !important;
  text-align: center;
  padding: 10px 5px;
  font-size: 13px;
}

.page-goods .boxPatternJ table th {
  background: #F7F7F7;
  font-weight: bold;
}

.page-goods .boxPatternJ.horizontal table {
  width: 880px;
}

.page-goods .boxPatternJ.horizontal table th,
.page-goods .boxPatternJ.horizontal table td {
  text-align: left;
  padding: 10px 15px;
}

.page-goods .boxPatternJ.horizontal table th {
  width: 25%;
}

.page-goods .pane-goods-center .goods-detail-spec-title {
  display: none;
}

body.page-goods .fl-cart-wrap .block-goods-button-wrap {
  margin: 0;
}

body.page-goods .fl-cart-wrap .block-add-cart--btn {
  width: 220px;
}

.page-goods .block-no-stock,
.page-goods .block-arrival-notice,
.page-goods .block-outside-sales-period {
  width: 360px;
}

.page-goods .block-no-stock--message,
.page-goods .block-outside-sales-period--message,
.page-goods .block-no-stock--message,
.page-goods .block-custom-order--btn,
.page-goods .block-arrival-notice--btn,
.page-goods .block-goods-store-stock--btn {
  height: 48px;
  font-size: 15px;
  color: #817646;
  line-height: 48px;
  border-color: #817646;
  border-radius: 0;
}

.page-goods .block-goods-comment5 .boxPatternB {
  display: flex;
  align-items: center;
  gap: 70px;
}

/* ====== 無限スクロールアニメーション ====== */
.infinite-ribbon {
  background-color: #817646;
  color: #fff;
  display: flex;
  font-size: 1.2em;
  font-weight: 700;
  padding-block: 7px;
  overflow: hidden;
  white-space: nowrap;
}
.infinite-ribbon-inner {
  display: flex;
  animation: infinite-ribbon 70s linear infinite;
}
.infinite-ribbon-txt {
  padding-right: 250px;
  flex-shrink: 0;
}
body:has(.infinite-ribbon) .block-hs-mv .swiper-pagination {
  margin-top: 0;
}
@keyframes infinite-ribbon {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (max-width:1440px) {
  .jalmall-lounge-header.is-fixed .jalmall-lounge-logo {
    display: none;
  }

  .block-pickup-list-p--items,
  .block-ranking-r--items {
    gap: 60px;
  }

  .block-pickup-list-p--items>li,
  .block-ranking-r--items>li {
    width: calc((100% - 180px) / 4);
  }

  .block-ranking-r--goods-image .block-ranking-r--rank {
    top: -20px;
  }
}

/* .block-thumbnail-t>li {
  width: 210px;
  margin: 0 21px 40px 0;
  display: block;
} */

.block-pickup-list-p--items {
  gap: 40px;
}