@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');

body {
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.wrapper>header,
.wrapper>footer {
  display: none;
}

[data-browse-mode="P"] .sp-only {
  display: none;
}

[data-browse-mode="S"] .pc-only {
  display: none;
}

#block_header_fixed_banner {
  display: none !important;
}

.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
}

.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}

.block-header-banner {
  display: none;
}

/* ====== header ====== */
[data-browse-mode="P"] #jalmall-lounge {
  min-width: 1200px;
}

.jalmall-lounge-header {
  background: #111;
  padding: 0 60px;
}

.jalmall-lounge-header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 120px;
}

.jalmall-lounge-logo {
  text-align: center;
}

.jalmall-lounge-logo h1 {
  margin: 0;
}

.jalmall-lounge-logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jalmall-lounge-logo a video {
  width: 170px;
  height: auto;
  max-height: 16px;
  margin-top: 10px;
  mix-blend-mode: lighten;
}

.jalmall-lounge-header-menu {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}

.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(../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: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.jalmall-lounge-header-cart a {
  width: 40px;
  height: 40px;
  display: block;
  transition: .3s;
  background: url(../../../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;
}

/* ====== contents ====== */
#jalmall-lounge {
  background: #000;
}

#jalmall-lounge main {
  max-width: 1600px;
  margin: 0px auto;
  padding: 56px 40px 80px;
}

#__bundler_thumbnail {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  z-index: 9999;
}

#__bundler_thumbnail svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jalmall-lounge-container {
  display: flex;
  gap: 18px;
  margin: 0 0 18px;
}

.jalmall-lounge-container h2 {
  width: calc(25% - 13.5px);
  margin: 0;
}

.jalmall-lounge-container .sec-tit {
  width: 100%;
  aspect-ratio: 1 / 1;
  border: 1px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  letter-spacing: 4px;
}

.jalmall-lounge-container .jalmall-lounge-brandlist {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  width: calc(75% - 4.5px);
}

.jalmall-lounge-container .jalmall-lounge-brandlist .jalmall-lounge-brandlist-item {
  width: calc((100% - 36px) / 3);
}

.jalmall-lounge-container .jalmall-lounge-brandlist .jalmall-lounge-brandlist-item h3 {
  margin: 0;
}

.jalmall-lounge-container .jalmall-lounge-brandlist .jalmall-lounge-brandlist-item a {
  display: block;
  position: relative;
}

.jalmall-lounge-container .jalmall-lounge-brandlist .jalmall-lounge-brandlist-item a:hover {
  opacity: 1;
}

.jalmall-lounge-container .jalmall-lounge-brandlist .jalmall-lounge-brandlist-img {
  background: #000;
}

.jalmall-lounge-container .jalmall-lounge-brandlist .jalmall-lounge-brandlist-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity .4s;
}

.jalmall-lounge-container .jalmall-lounge-brandlist .jalmall-lounge-brandlist-item a:hover .jalmall-lounge-brandlist-img img {
  opacity: 0.5;
}

[data-browse-mode="S"] #jalmall-lounge main {
  width: 100%;
  max-width: none;
  padding: 20px 10px 48px;
}

[data-browse-mode="S"] .jalmall-lounge-container {
  flex-wrap: wrap;
  gap: 10px;
}

[data-browse-mode="S"] .jalmall-lounge-container .jalmall-lounge-brandlist {
  display: contents;
}

[data-browse-mode="S"] .jalmall-lounge-container h2 {
  width: calc(50% - 5px);
  aspect-ratio: 1 / 1;
}

[data-browse-mode="S"] .jalmall-lounge-container h2 .sec-tit {
  width: 90%;
  margin: 5%;
  aspect-ratio: 1 / 1;
  font-size: 15px;
  letter-spacing: 1.5px;
}

[data-browse-mode="S"] .jalmall-lounge-container .jalmall-lounge-brandlist .jalmall-lounge-brandlist-item {
  width: calc(50% - 5px);
}

[data-browse-mode="S"] .jalmall-lounge-container .jalmall-lounge-brandlist:not(:has(.jalmall-lounge-brandlist-item:nth-of-type(odd):last-of-type))::after {
  display: block;
  width: calc(50% - 5px);
  aspect-ratio: 1 / 1;
  background: url(../header_logo.png) center center / 86px auto no-repeat;
  content: "";
}

.jalmall-lounge-popup-menu-brands .jalmall-lounge-popup-menu-nav li a {
    font-size: 17px;
    padding: 8px 20px;
}

.jalmall-lounge-popup-menu-brands {
    margin-top: 0px;
}

/* ====== footer ====== */
.jalmall-lounge-footer {
  background: #111;
}

[data-browse-mode="P"] .jalmall-lounge-footer-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.jalmall-lounge-footer-text {
  text-align: center;
  color: #FFF;
  line-height: 1.8;
}

.jalmall-lounge-footer-top {
  padding: 44px 0 45px;
}

.jalmall-lounge-footer-logo {
  text-align: center;
  margin-bottom: 15px;
}

[data-browse-mode="P"] .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-campaign-side-bnr {
  display: none;
}

/* ----------------------------------------

スマートフォン

---------------------------------------- */
[data-browse-mode="S"] .wrapper {
  padding-top: 0 !important;
}

[data-browse-mode="S"] .block-header-site-search {
  display: none;
}

[data-browse-mode="S"] #block_header_bottom_search {
  display: none;
}

[data-browse-mode="S"] .jalmall-lounge-header {
  padding: 0 20px;
}

[data-browse-mode="S"] .jalmall-lounge-header-container {
  height: 80px;
}

[data-browse-mode="S"] .jalmall-lounge-logo {
  width: 160px;
}

[data-browse-mode="S"] .jalmall-lounge-logo img {
  width: 100%;
  height: auto;
}

[data-browse-mode="S"] .jalmall-lounge-logo a video {
  width: 103px;
  max-height: 10px;
}

[data-browse-mode="S"] .jalmall-lounge-popup-menu {
  position: absolute;
  right: -4px;
  width: calc(100vw - 32px);
}

[data-browse-mode="S"] .jalmall-lounge-footer-logo {
  margin-bottom: 24px;
}

[data-browse-mode="S"] .jalmall-lounge-footer-container {
  padding: 0 20px;
}

[data-browse-mode="S"] .jalmall-lounge-footer-top {
  padding-bottom: 24px;
}

[data-browse-mode="S"] .jalmall-lounge-footer-top .jalmall-lounge-footer-nav li a {
  font-size: 13px;
}

[data-browse-mode="S"] .jalmall-lounge-footer-bottom {
  border-top: 1px solid #222;
  padding-bottom: 24px;
}

[data-browse-mode="S"] .jalmall-lounge-footer-bottom .block-copyright {
  border-top: 1px solid #222;
  margin-top: 20px;
  padding-top: 24px;
}

[data-browse-mode="S"] .jalmall-lounge-footer-nav>*+* {
  margin-top: 8px;
}

[data-browse-mode="S"] .jalmall-lounge-footer-text {
  font-size: 12px;
}
[data-browse-mode="S"] .header-top-line-bnr {
  display: none;
}