@charset "UTF-8";

img {
    width: auto;
}

/* ★★★ BLACK FRIDAY デザイン変更: 全体の背景を黒、文字を白に ★★★ */
.body {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 14px;
    color: #fff !important; /* 文字色を白に */
    line-height: 2.4;
    text-align: left;
    background-color: #000 !important; /* 背景色を黒に */
	margin: 0 !important;
    padding: 0 !important;
	width: 100% !important;
    overflow-x: hidden !important;
}

.body p {
    line-height: 2.4;
    font-weight: normal;
    color: #fff !important; /* テキストも白に */
}

.body ul {
    font-weight: normal;
}

.body img {
    width: 100%;
}

@media screen and (max-width: 600px) {
    body {
        margin: 0;
    }

    .body {
        font-size: 11px;
        line-height: 2.1;
    }

    .body p {
        line-height: 2.1;
    }
}

.dummy-wrapper {
    width: 1024px;
    margin: 0 auto;
}

.body .container {
    width: 90%;
    margin: 0 auto 5%;
}

@media screen and (max-width: 600px) {
    .dummy-wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .body .container {
        width: 90%;
    }
}

/* ★★★ BLACK FRIDAY デザイン変更: 見出し色を白に ★★★ */
.body .h1,
.body .h2,
.body .h3,
.body .h4,
.body .h5 {
    line-height: 1.7;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: normal;
    color: #fff !important;
}

.body .h1 {
    margin-bottom: 6rem;
}

.body .h2 {
    text-align: center;
    margin-bottom: 1.5em;
    font-size: 30px;
    width: 100%;
	font-weight: bold;
}

.body .h2 img {
    width: 50%;
}
.body .h3 {
        margin-bottom: 0;
        font-size: 24px;
        font-weight: bold;
    }

@media screen and (max-width: 600px) {
    .body .h1 {
        margin-bottom: 5rem;
    }

    .body .h2 {
        text-align: center;
        margin-bottom: 1.5em;
        font-size: 22px;
        font-weight: bold;
    }

    .body .h2 img {
        width: 80%;
    }
    .body .h3 {
        margin-bottom: 0;
        font-size: 18px;
        font-weight: bold;
    }
}

/* ★★★ BLACK FRIDAY デザイン変更: about_txtを白に ★★★ */
.body .about .about_txt {
    width: 80%;
    margin: 0 auto;
	font-size: 16px;
	text-align: center;
    color: #fff !important;
}

@media screen and (max-width: 600px) {
    .body .about {
        margin: 0 auto 3em;
    }

    .body .about .about_txt {
        width: 95%;
        margin: 0 auto;
		font-size: 15px;
    }

    .body .about_02 .about_img {
        width: 80%;
        margin-right: auto;
    }

    .body .about_02 .about_tl {
        position: relative;
        left: 0;
        width: 70%;
        padding: 2em;
        margin-right: 0;
        margin-left: auto;
        top: -50px;
        margin-bottom: -50px;
    }

    .body .about_02 .about_tl .h2 {
        text-align: left;
        margin-bottom: .75em;
        color: #fff;
    }

    .body .about_02 .about_tl .h2 br {
        display: none;
    }
}

.body .btn {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #333;
    color: #fff;
    padding: 0 1em;
    line-height: 2;
    margin-left: 1em;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}

.body .btn:link {
    text-decoration: none;
}

.body .btn span:after {
    content: "▼";
    display: inline-block;
    color: inherit;
    margin-left: 1em;
    line-height: 1;
    font-size: 8px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


@media screen and (max-width: 600px) {
    .body .btn span:after {
        vertical-align: middle;
    }
}

@media screen and (max-width: 375px) {

	.body .about .about_txt {
        width: 95%;
        margin: 0 auto;
		font-size: 13px;
    }
	}
	

.body .epl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.body .epl.epl_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.body .epl .epl_img.epl_img_wide {
    margin-bottom: 2.5em;
}

.body .epl .epl_col {
    width: 47%;
}

.body .epl .epl_col.epl_col_left {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.body .epl .epl_col.epl_col_right {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.body .epl .epl_tl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.5em;
}

.body .epl .epl_no {
    width: 70px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 1em;
}

.body .epl .epl_tl_txt {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

/* ★★★ BLACK FRIDAY デザイン変更: ボーダーを白に ★★★ */
.body .epl .epl_detail_txt {
    border-bottom: 1px solid #fff;
    padding-bottom: 2.25em;
    margin-bottom: 2.25em;
}

.body .epl ul.epl_item_list li {
    line-height: 3;
}

@media screen and (max-width: 600px) {
    .body .epl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .body .epl.epl_reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .body .epl.epl_normal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .body .epl .epl_col {
        width: 100%;
    }

    .body .epl .epl_col.epl_col_left {
        margin-bottom: 2.5em;
    }

    .body .epl .epl_col.epl_col_right {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 2.5em;
    }
}

.body .epl.epl_01 .epl_col.epl_col_left {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_01 .epl_col.epl_col_right {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_01 .epl_col.epl_col_right img {
    margin-bottom: 1em;
}

.body .epl.epl_01 .epl_01_img {
    margin-bottom: 2.25em;
}

.body .epl.epl_01 ul.epl_item_list {
    margin-bottom: 2.25em;
}

@media screen and (max-width: 600px) {
    .body .epl.epl_01 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .body .epl.epl_01.epl_reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .body .epl.epl_01 .epl_col.epl_col_right {
        margin-bottom: 1em;
    }

    .body .epl.epl_01 .epl_col.epl_col_left {
        margin-bottom: 1em;
    }
}

.body .epl.epl_02 .epl_col.epl_col_left {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_02 .epl_col.epl_col_right {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_02 .epl_col.epl_col_right img {
    margin-bottom: 1em;
}

.body .epl.epl_02 .epl_col.epl_col_right .epl_no img {
    margin-bottom: 0;
}

.body .epl.epl_02 .epl_detail_txt {
    padding-bottom: 0;
    border-bottom: none;
}

.body .epl.epl_02 ul.epl_item_list {
    margin-top: 2.5em;
}

@media screen and (max-width: 600px) {
    .body .epl.epl_02 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .body .epl.epl_02 .epl_col.epl_col_right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .body .epl.epl_02 .epl_col.epl_col_right .epl_tl {
        margin-top: 1.25em;
    }
}

.body .epl.epl_03 .epl_col.epl_col_left {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_03 .epl_col.epl_col_right {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_03 ul.epl_item_list {
    margin-top: 1em;
}

@media screen and (max-width: 600px) {
    .body .epl.epl_03 .epl_col img {
        margin-bottom: 1em;
    }

    .body .epl.epl_03 ul.epl_item_list {
        margin-top: .5em;
    }
}

.body .nav ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.body .nav ul li {
    width: 32%;
}

.body .nav ul li a {
    display: block;
    text-decoration: none;
}

/* ★★★ BLACK FRIDAY デザイン変更: ナビゲーションのボーダーを白に ★★★ */
.body .nav ul li .nav_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #fff;
}

/* ★★★ BLACK FRIDAY デザイン変更: ナビゲーションの背景を黒、文字を白に ★★★ */
.body .nav ul li .nav_item_tl {
    width: 55%;
    background-color: #000;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.body .nav ul li .nav_item_img {
    width: 45%;
}

.body .nav ul li .nav_item_tl_mtl,
.body .nav ul li .nav_item_tl_stl {
    width: 100%;
    text-align: center;
    line-height: 1.7;
}

.body .nav ul li .nav_item_tl_mtl {
    margin-bottom: 1.25em;
    font-size: 1.25em;
}

/* ★★★ BLACK FRIDAY デザイン変更: アクティブ時のボーダーを白に ★★★ */
.body .nav ul li.active .nav_item {
    border: 1px solid #fff;
}

/* アクティブ時の背景は元のまま（濃い色） */
.body .nav ul li.active .nav_item_tl {
    background-color: #313358;
    color: #fff;
}

.body .nav ul li.active .nav_item_tl_mtl {
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .body .nav ul li a {
        text-decoration: none;
    }

    .body .nav ul li .nav_item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .body .nav ul li .nav_item_img {
        width: 100%;
    }

    .body .nav ul li .nav_item_tl {
        width: 100%;
    }

    .body .nav ul li .nav_item_tl_mtl {
        display: none;
    }

    .body .nav ul li .nav_item_tl_stl {
        margin: 1em 0;
        font-size: 11px;
    }
}

.body .nav.nav_02 ul li {
    width: 19%;
}

/* ★★★ BLACK FRIDAY デザイン変更: nav_02のボーダーを白に ★★★ */
.body .nav.nav_02 ul li .nav_item {
    border: 1px solid #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5%;
}

.body .nav.nav_02 ul li .nav_item .nav_item_img,
.body .nav.nav_02 ul li .nav_item .nav_item_tl {
    width: 100%;
}

.body .nav.nav_02 ul li .nav_item .nav_item_img {
    margin-bottom: .5em;
}

.body .nav.nav_02 ul li .nav_item_tl_mtl,
.body .nav.nav_02 ul li .nav_item_tl_stl {
    width: 100%;
    text-align: center;
    line-height: 1.7;
}

.body .nav.nav_02 ul li .nav_item_tl_mtl {
    margin-bottom: 0;
    font-size: 1.75em;
}

.body .nav.nav_02 ul li .nav_item_tl_stl {
    margin-bottom: .25em;
}

/* ★★★ BLACK FRIDAY デザイン変更: nav_02のリンクボタンを金色に ★★★ */
.body .nav.nav_02 ul li .nav_item_link {
    border: 1px solid #FFD700;
    background-color: #FFD700;
    color: #000;
    text-align: center;
    padding: .75em 0;
}

.body .nav.nav_02 ul li .nav_item_link span:after {
    content: "▼";
    display: inline-block;
    color: inherit;
    margin-left: 1em;
    line-height: 1;
    font-size: 8px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* ★★★ BLACK FRIDAY デザイン変更: nav_02 アクティブ時のボーダー・背景を調整 ★★★ */
.body .nav.nav_02 ul li.active .nav_item {
    border: 1px solid #313358;
    background-color: #313358;
}

.body .nav.nav_02 ul li.active .nav_item_tl {
    color: #fff;
}

.body .nav.nav_02 ul li.active .nav_item_tl_mtl {
    font-weight: bold;
}

.body .nav.nav_02 ul li.active .nav_item_link {
    /* アクティブ時は色のコントラストを上げるため、黒（#000）にします */
    border-top: 1px solid #fff;
    border-bottom: 1px solid #FFD700;
    border-left: 1px solid #FFD700;
    border-right: 1px solid #FFD700;
}

.body .nav.nav_02.nav_02_noimg ul li .nav_item {
    padding: 1.25em 5%;
}

@media screen and (max-width: 600px) {
    .body .nav.nav_02 ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .body .nav.nav_02 ul li {
        width: 30%;
        margin-bottom: 1em;
        margin-left: 10px;
    }

    /* ★★★ BLACK FRIDAY デザイン変更: nav_02 SPのボーダーを白に ★★★ */
    .body .nav.nav_02 ul li .nav_item {
        border: 1px solid #fff;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 5%;
    }

    .body .nav.nav_02 ul li .nav_item .nav_item_img,
    .body .nav.nav_02 ul li .nav_item .nav_item_tl {
        width: 100%;
    }

    .body .nav.nav_02 ul li .nav_item_img {
        margin-bottom: .5em;
    }

    .body .nav.nav_02 ul li .nav_item_tl_stl {
        margin: 0;
    }

    .body .nav.nav_02 ul li .nav_item_link span {
        font-size: 10px;
    }

    .body .nav.nav_02.nav_02_noimg ul li {
        width: 100%;
    }
}

.body .pc_only {
    display: block;
}

.body .sp_only {
    display: none;
}

.body .mb_0 {
    margin-bottom: 0;
}

@media screen and (max-width: 600px) {
    .body .pc_only {
        display: none;
    }

    .body .sp_only {
        display: block;
    }
}



/* 追加css */

/* ====== グローバル調整：はみ出し防止・中央寄せのベース ====== */
html, body, .body {
  width: 100% !important;
  max-width: 100% !important;
  /* overflow-x: hidden !important; */
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* ====== メインビジュアル（PC/SP対応） ====== */
@media screen and (min-width: 769px) {
  body .body header .pc_only {
    display: block !important;
    max-width: 80% !important;
    margin: 0 auto !important;
	border: 1px solid #444444 !important;
	box-sizing: border-box !important;
  }
}

@media screen and (max-width: 768px) {
  body .body header .sp_only {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
	border: 1px solid #444444 !important;
  }

  body .body header .h1 {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
  }

  body .body header {
    margin: 0 !important;
    padding: 0 !important;
  }
}

.category-block {
  margin-bottom: 1.5em; /* 各ブロックの間隔 */
}

/* ★★★ BLACK FRIDAY デザイン変更: 区切り線を濃いグレーに ★★★ */
.section-divider {
  border: none;
  border-top: 2px solid #fff !important;
  margin: 4em auto;
  width: 70%;
}

/* ====== 商品一覧レイアウト ====== */
body .body .item-grid {
  display: flex;
  flex-wrap: wrap; /* 折り返しを有効 */
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: space-between; /* 要素間に均等なスペースを確保 */
}

/* ★★★ PC 3列表示の修正: 4列設定を上書き ★★★ */
/* PC/Tablet (商品グリッド 3列表示) */
@media screen and (min-width: 769px) {
	
	.item-grid {
        padding-left: 10px;  /* 左側の余白 */
        padding-right: 10px; /* 右側の余白 */
    }
	
    body .body .item-grid li {
      width: calc(25% - 0.75rem) !important; /* 横3列表示 (gap 1rem込みで調整) */
      margin-bottom: 30px !important; /* アイテムの下のスペース */
      flex-shrink: 0;
    }
}
/* 元の4列設定を削除/上書きするため、このブロックを確実に適用します */

body .body .item-grid li {
  /* PC 3列設定とSP 2列設定がメディアクエリで分離されるため、デフォルト値をリセット */
  width: auto;
  margin-bottom: 1em !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

body .body .item-grid li img {
  display: inline-block !important;
  max-width: 100% !important;
  height: auto !important;
  vertical-align: middle !important;
}

/* 商品テキスト */
body .body .item-grid .brand {
  font-weight: bold !important;
  font-size: 14px !important;
  margin-top: 0.5em !important;
}

/* ★★★ BLACK FRIDAY デザイン変更: 商品テキストも白に ★★★ */
body .body .item-grid .category,
body .body .item-grid .price {
  font-size: 14px !important;
  margin: 0.2em 0 !important;
  color: #fff !important;
}

@media screen and (min-width: 375px) {
body .body .item-grid .category,
body .body .item-grid .price {
  font-size: 11px !important;
  margin: 0.2em 0 !important;
  color: #fff !important;
}
	
}


/* ====== 商品の「もっと見る」表示切替 ====== */
.body .hidden-item {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transition: opacity 0.6s ease, max-height 0.6s ease;
  pointer-events: none;
}

.body .hidden-item.show {
  opacity: 1;
  max-height: 2000px; /* 適度に大きな値を設定 */
  margin-bottom: 2em;
  pointer-events: auto;
}

/* ====== ボタン周り（中央寄せ） ====== */
body .body .more-button-wrapper {
  text-align: center;
}

/* ★★★ BLACK FRIDAY デザイン変更: more-buttonを白ボーダー/白文字/透明背景に ★★★ */
/* ※既存のmore-buttonのスタイルを上書きします */
.more-button {
  display: inline-block !important;
  padding: 0.5em 2em !important;
  border: 1px solid #fff !important;
  background-color: transparent !important;
  color: #fff !important;
  font-size: 14px !important; /* サイズ調整 */
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: normal !important;
  letter-spacing: 1px !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease, color 0.3s ease !important;
}

.more-button:hover {
  background-color: #fff !important;
  color: #000 !important;
}


/* ★★★ BLACK FRIDAY デザイン変更: リンクボタンを金色背景/黒文字に ★★★ */
body .body .link-button {
  display: inline-block !important;
  background: #D4AF37 !important;
  color: #000 !important;
  font-weight: bold !important;
  padding: 1em 3em !important;
  text-decoration: none !important;
  font-size: 14px !important;
  border: none !important;
  transition: background 0.3s ease !important;
  margin: 2em auto !important;
  width: 40%;
}

body .body .link-button:hover {
  background: #B8860B !important; /* ホバー時は少し暗い金色 */
}

/* ====== クーポン関連の調整 (金色を適用) ====== */
/* ★★★ BLACK FRIDAY デザイン変更: クーポンコードの説明文を金色に ★★★ */
.coupon-text {
  font-size: 1.5em; 
  margin-top: 1em;
  text-align: center; 
  font-weight: bold;
  color: #FFD700 !important; 
}

/* クーポンコード自体（大きく・太く） */
#couponCode {
  font-size: 2em; 
  font-weight: bold;
}

.coupon-label {
  font-size: 1.2em;
  font-weight: normal;
}

/* ★★★ BLACK FRIDAY デザイン変更: コピーボタンを金色背景/黒文字に ★★★ */
.copy-button {
  margin: 0.3em auto 1em !important;
  background-color: #FFD700 !important;
  color: #000 !important;
  border: none !important;
  padding: 0.25em 0.75em !important;
  cursor: pointer;
  font-size: 0.7em;
  border-radius: 4px;
  text-align: center !important;
  float: none !important; 
}


/* ====== 長方形バナー専用のスタイル (PC/SP調整済み) ====== */

/* PC: 横スクロールコンテナ */
.long-banner-list {
  display: flex; 
  list-style: none;
  padding: 0;
  margin: 0 auto;
  overflow-x: scroll; 
  -webkit-overflow-scrolling: touch;
  justify-content: flex-start; 
  width: 100%;
}

.long-banner-list li {
  flex-shrink: 0; 
  width: 35%; 
  margin-right: 1.5em; 
  margin-bottom: 0 !important;
  border: 1px solid #fff;
}

.long-banner-list li img {
  display: block;
  width: 100%;
  height: auto;
}

/* ★★★ BLACK FRIDAY デザイン変更: スクロールボタンを黒背景/金色文字/ボーダーに ★★★ */
.scroll-control {
  position: absolute !important;
  right: 0.5em !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
  background: rgba(0, 0, 0, 0.9) !important;
  color: #FFD700 !important; 
  border: 1px solid #FFD700 !important; 
  padding: 0.5em 0.75em !important;
  cursor: pointer !important;
  font-size: 1.5em !important;
  line-height: 1 !important;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(255, 255, 255, 0.1);
  transition: opacity 0.3s;
}

.scroll-control:hover {
    opacity: 0.8;
}


/* ====== スマホ表示調整 (長方形バナーと商品) ====== */
@media screen and (max-width: 768px) {
  /* 商品2列表示 (既存のスタイルを維持) */
  body .body .item-grid li {
    width: 48% !important;
  }


  
  /* 長方形バナー: 前回修正後のスタイルを反映 */
  .body .long-banner-list {
    padding: 0 10px !important; 
  }
  
  .body .long-banner-list li {
    width: 70vw !important; /* SP画面の85%程度の幅に設定 */
    margin-right: 10px !important; 
  }
  
  /* SPではボタンを非表示 (既存のスタイルを維持) */
  .scroll-control {
      display: none !important;
  }
  
  /* その他SP表示の調整 (既存のスタイルを維持) */
  .body .category-nav {
    padding: 0 1em;
    box-sizing: border-box;
    flex-wrap: wrap; 
  }

  .body .more-button {
    width: 90% !important;
    margin: 1em auto !important;
    text-align: center !important;
	float: none !important; 
  }

  body .body .link-button {
    display: block !important;
    width: 70% !important;
    margin: 0em auto !important;
    text-align: center !important;
  }
}

.nav-arrow {
    display: none;
}

/* SPでの商品グリッド設定（既存の2列表示を維持） */
@media screen and (max-width: 768px) {
    .item-grid {
        flex-wrap: nowrap !important;
        overflow-x: scroll !important;
        -webkit-overflow-scrolling: touch; 
        justify-content: flex-start !important; 
        padding-bottom: 10px; 
    }
    .item-grid li {
        width: 45vw !important; 
        flex-shrink: 0 !important; 
        margin-right: 15px !important; 
        margin-bottom: 0 !important; 
    }
	
	.item-carousel-wrapper {
        position: relative; /* 矢印を絶対配置するための基準 */
        width: 100%;
        overflow: hidden; /* 矢印がはみ出さないように */
		height: auto;
    }
	
	.nav-arrow {
        position: absolute;
        top: 25%; /* 垂直方向中央に配置 */
        transform: translateY(-50%); /* 自身の高さの半分を上にずらして正確に中央に */
        background-color: rgba(255, 255, 255, 0.8); /* 半透明の背景 */
        border: 1px solid #ccc;
        border-radius: 50%; /* 丸い形 */
        width: 30px; /* 矢印の幅 */
        height: 30px; /* 矢印の高さ */
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px; /* 矢印の文字サイズ */
        color: #333;
        cursor: pointer;
        z-index: 10; /* 商品の上に表示されるように */
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }

    .prev-arrow {
        left: 5px; /* 左端からの位置 */
    }

    .next-arrow {
        right: 5px; /* 右端からの位置 */
    }

}

@media screen and (max-width: 768px) {
	.nav-arrow {
		font-size: 15px;
    }
}

/* ====== 1. link-button (メンズ) の調整 ====== */
/* 複数ボタン対応のため、左右のマージンと幅を調整 */
body .body .link-button {
  margin: 0 0.5em !important; /* 左右にスペースを追加して並列に対応 */
  width: 40%;
  /* その他のスタイルは維持 */
}


/* ====== 2. link-button-ladies (レディース) : シルバー/黒文字（新設） ====== */
body .body .link-button-ladies {
  display: inline-block !important;
  /* シルバーの背景、黒文字 */
  background: #E5E5E5 !important; 
  color: #000 !important; 
  font-weight: bold !important;
  padding: 1em 3em !important;
  text-decoration: none !important;
  font-size: 14px !important;
  border: 2px solid #FFD700;
  transition: background 0.3s ease !important;
  margin: 0 0.5em !important; /* 左右にスペースを追加して並列に対応 */
  width: 40%;
  text-align: center;
}

body .body .link-button-ladies:hover {
  /* ホバー時はダークシルバーに変更 */
  background: #CCCCCC !important; 
}


/* ====== 3. 複数のリンクボタンを配置するコンテナ（新設） ====== */
.button-group {
    text-align: center;
    margin: 2em auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* SPで折り返す */
}


/* ====== 4. スマホ表示調整 (ボタン2つ対応のための修正) ====== */
@media screen and (max-width: 768px) {
  /* button-group コンテナ内でボタンを縦に並べる */
  .button-group .link-button,
  .button-group .link-button-ladies {
      width: 90% !important; /* 幅を広げる */
      margin: 0.5em auto !important; /* 縦のスペースを確保 */
  }
}


/* ====== 新しいカテゴリリンクセクション（.category-nav）のスタイル ====== */

/* 1. コンテナ (.category-nav) の設定 */
.category-nav {
    display: flex;
    justify-content: center;
    gap: 2em; /* 枠線間のスペース */
    list-style: none;
    padding: 0;
    margin: 0 auto;
    /* ★重要★ Flexアイテム（li）の高さを強制的に揃える */
    align-items: stretch; 
}

/* 2. リンクボタン (.category-btn) の設定 */
.category-nav li {
    /* 5つの要素を均等に配置するための幅設定 (gap: 2em を考慮して調整) */
    width: 18%; 
}

.category-btn {
    display: flex; /* ボタン内部もFlexで制御 */
    align-items: center; /* 垂直中央揃え */
    justify-content: center; /* 水平中央揃え */
    padding: 1em 0.5em !important; /* 左右のパディングを狭くして、幅を確保 */
    /* ★修正: 境界線の色をホワイトに変更し、太さも2pxに統一 */
    border: 2px solid #fff; 
    text-decoration: none;
    color: #fff !important; 
    /* ★重要★ liの高さに合わせることで、枠線の縦幅を統一 */
    height: 100%; 
    box-sizing: border-box; /* paddingとborderを含めて高さを計算 */
    text-align: center; /* テキスト中央寄せ */
    line-height: 1.5; /* 複数行になった場合の行間 */
    font-size: 14px;
    font-weight: bold;
}

/* 3. スマホ表示時の調整 (2列表示) */
@media screen and (max-width: 768px) {
    .category-nav {
        flex-wrap: wrap; /* スマホでは折り返し */
        gap: 1em; /* 間隔を狭める */
        align-items: flex-start; /* SPで高さを揃えると不自然な場合があるため解除 */
    }

    .category-nav li {
        width: calc(50% - 0.5em); /* 2列表示 */
        height: auto;
    }
    
    .category-btn {
        font-size: 12px;
        padding: 1em 0.2em !important;
        height: auto;
    }
}

/* ====== セール価格強調スタイル ====== */

/* 価格表示全体を中央寄せ */
.item-price {
    text-align: center;
    margin: 10px 0;
    /* Flexboxを使って価格を横並びかつ中央揃えにする */
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center; 
    flex-wrap: wrap; /* SPでの折り返しに備える */
}

/* 1. 元の価格（定価）のスタイル */
.item-price .original-price {
    /* ★修正点★ 打ち消し線を追加 */
    text-decoration: line-through !important; 
    /* 控えめなスタイル */
    color: #888888; /* グレー */
    font-size: 1em; /* 小さめ */
    font-weight: normal;
    display: block!important; 
    margin: 0 0 5px 0; /* セール価格との間隔 */
    line-height: 1.2;
}

/* 2. セール価格のスタイル */
.item-price .sale-price {
    /* 赤色で強調 */
    color: #FF0000!important; 
    /* 大きく強調 */
    font-size: 1.1em; 
    font-weight: bold;
    display: block; /* 横並びにする */
    margin: 0; 
    line-height: 1.2;
}

/* 補足: PC表示でのみ適用する調整が必要な場合は、ここにメディアクエリを追加 */
@media screen and (min-width: 769px) {
    /* PCでは横並びを維持 */
}

/* スマホ表示: 画面幅が狭いため、縦に並べて見やすくする */
@media screen and (max-width: 600px) {
    .item-price {
        /* SPでは縦に積む */
        flex-direction: column;
        align-items: center;
    }
    
    .item-price .original-price {
        display: block !important;
        margin: 0 0 2px 0; /* 上下の間隔 */
    }

    .item-price .sale-price {
        display: block !important;
        font-size: 1.1em; /* SPでは少し小さく */
    }
}
