main.top section.slide {
    background: #000;
    margin-top: 0;
}

main.top section.slide li {
    display: block !important;
    position: relative;
}

main.top section.slide li img {
    /* 2026/07/29 レスポンシブ対応 */
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

main.top section.slide .slick-arrow {
    border-color: #ccc;
}

main.top section.news dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em 0;
/* 2026/07/29 横線削除
    border-bottom: solid 1px #999;
 */
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 38px;
}

main.top section.news dl dt {
    width: 8em;
    padding-right: 2em;
}

main.top section.news dl dd {
    width: calc(100% - 10em);
    border-left: solid 1px #999;
    padding-left: 2.5em;
    letter-spacing: 0.025em;
}
/* ==================================================
   2026/07/29 INFOMATION レスポンシブ対応
================================================== */

/* INFORMATION全体の位置調整 */
main.top section.news {
    margin-top: 24px;
}

/* 見出し */
main.top section.news h2 {
    font-size: clamp(13px, 1.4vw, 16px);
}

/* 本文 */
main.top section.news ul.newsWrap li {
    font-size: clamp(13px, 1vw, 16px);
    line-height: 2.0;
}

/* リンク部分も親要素の文字サイズに合わせる */
main.top section.news ul.newsWrap li a {
    font-size: inherit;
}

/* ==================================================
   2026/07/29 HEADLINE レスポンシブ対応
==================================================
main.top section.headline {
    margin-top: 30px;
}
================================================== */
/* ==================================================
   2026/09/12 PC TOP HEADLINE
   横幅・左右余白調整
================================================== */

main.top section.headline {
    width: 100% !important;
    max-width: none !important;

    margin: 30px auto 0 !important;

    /* 左右に余白を確保 */
    padding-left: clamp(80px, 8vw, 140px) !important;
    padding-right: clamp(80px, 8vw, 140px) !important;

    box-sizing: border-box !important;
}

/* 説明文 */
main.top section.headline ul.items .desc {
    font-size: clamp(11px, 1vw, 13px);
    margin-top: 6px;    /* ←14px→6pxに変更 */
    line-height: 1.75;
    letter-spacing: 0.1em;
}

main.top section.headline ul.items figure.thum {
    border: none;
}

/* HEADLINE画像 */
main.top section.headline ul.items figure.thum img {
    display: block;
    width: 100%;
    height: auto;
}
/* タイトル */
main.top section.headline ul.items .name {
    font-size: clamp(15px, 1.3vw, 18px);
    margin-top: 15px;
}
/* HEADLINE3列 */
main.top section.headline ul.items.col3 {
    display: flex;
    justify-content: flex-start;
    gap: 24px;
}

main.top section.headline ul.items.col3 li {
    width: calc((100% - 48px) / 3);
}

main.top section.new {
    margin-top: 83px;
    padding-bottom: 95px;
}

main.top section.new ul.items.col4 {
    display: block;
    margin-left: -14px;
    margin-right: -14px;
}

section.new.check{
padding-bottom: 0!important;
}

main.top section.new ul.items.col4 .slick-list {
    margin-top: 60px;
    /* 2026/07/13 NEW ITEM 表示領域調整 300px→340px */
    height: 340px;
}

main.top section.new ul.items.col4 .slick-list .slick-track>.slick-slide:first-of-type {
    margin-left: 14px !important;
}

main.top section.new ul.items.col4 li {
    width: 277px !important;
}

/* NEW ITEM画像の枠線を削除 */
main.top section.new ul.items figure.thum {
    border: none;
}

/* NEW ITEM画像 */
main.top section.new ul.items figure.thum img {
    display: block;
    width: 100%;
    height: auto;
}

/* ==================================================
   2026/07/29 LOOKBOOK レスポンシブ対応
================================================== */

main.top section.lookbook {
    min-width: 0;   /* 1200pxから変更 */
    height: 450px;
    color: #fff;
    background: #000 no-repeat center url(https://img07.shop-pro.jp/PA01341/430/etc_base64/MjAyNkFXX2Jucl9sb29rYm9va19wYw.jpg?cmsp_timestamp=20260716195644);
    padding-top: 86px;
}
/* LOOKBOOK内のコンテナ幅を可変に変更 */
main.top section.lookbook .container {
    width: calc(100% - 80px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    box-sizing: border-box;
}

main.top section.lookbook .main-title {
    text-align: left;
    font-size: clamp(26px, 2.8vw, 40px);   /* 表示幅に応じて文字サイズを調整 */
}

main.top section.lookbook .desc {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: clamp(13px, 1.1vw, 15px);   /* 固定サイズから可変サイズに変更 */
    line-height: 1.7;
    letter-spacing: 0.066em;
}

main.top section.lookbook a.moreBtn {
    color: #fff;
    background: inherit;
    border: solid 1px #fff;
    margin-left: 0;
    width: 278px;
}

main.top section.lookbook a.moreBtn:hover {
    color: #000;
    background: #fff;
    opacity: 1;
}

/* ==================================================
   2026/07/29 RANKING レスポンシブ対応
================================================== */

/* 2026/09/12 RANKING 横幅・左右余白調整 */
main.top section.ranking .container {
    width: calc(100% - 200px);
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

/* 商品リストをコンテナ幅いっぱいに広げ、4列で均等配置 */
main.top section.ranking ul.items.col4 {
    display: flex;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-start;
    gap: 24px;
    box-sizing: border-box;
}

/* 商品幅を4等分し、意図しない縮小を防止 */
main.top section.ranking ul.items.col4 > li {
    flex: 0 0 calc((100% - 72px) / 4);
    width: calc((100% - 72px) / 4);
    min-width: 0;
    margin: 0;
    box-sizing: border-box;
}

/* RANKING画像の枠線を削除 */
main.top section.ranking ul.items figure.thum {
    border: none;
}

/* ==================================================
   2026/09/16 PC TOP RANKING
   商品画像を4:5で統一
================================================== */

/* 商品画像の表示枠を4:5の縦長に統一 */
main.top section.ranking ul.items figure.thum {
    width: 100% !important;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
}

/* 新旧どちらの画像も枠内に収める */
main.top section.ranking ul.items figure.thum img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
    background-color: #fff;
}

main.top section.ranking {
    padding-top: 88px;
    padding-bottom: 97px;
    background: #f2f2f2;
}

main.top section.ranking ul.items {
    margin-top: 60px;
}

/* ==================================================
   2026/08/03 RANKING レイアウト微調整
================================================== */

/* RANKING順位表示を画像内左上に配置 */
main.top section.ranking ul.items li a {
    position: relative;
    display: block;
}

main.top section.ranking ul.items li span.rank[class] {
    top: 12px;
    left: 12px;
    z-index: 3;
}

/* RANKING お気に入りボタン位置調整 */
main.top section.ranking .fav-item button {
    top: 12px;
    right: 12px;
    z-index: 4;
}

/* ==================================================
   2026/07/29 SHOP CONCEPT・STOCKIST レスポンシブ対応
================================================== */

main.top section.concept {
    margin-top: 88px;
    padding-bottom: 95px;
}

/* コンテナ幅を可変に変更 */
main.top section.concept.container {
    width: calc(100% - 160px);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

main.top section.concept ul.items {
    margin-top: 40px;
}

/* 2列を均等配置 */
main.top section.concept ul.items.col2 {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
}

/* 固定幅585pxから可変幅に変更 */
main.top section.concept ul.items li {
    width: calc((100% - 30px) / 2);
    box-sizing: border-box;
    letter-spacing: 0.1em;
}

/* 画像を各コンテンツ幅に合わせる */
main.top section.concept ul.items li img {
    display: block;
    width: 100%;
    height: auto;
}

main.top section.concept ul.items .title {
    font-weight: 500;
    margin-top: 24px;
    font-size: clamp(14px, 1.2vw, 16px);
}

main.top section.concept ul.items .desc {
    margin-top: 14px;
    line-height: 1.75;
}

/* =============================================================================
JS
============================================================================= */
/* slick */
.slick-slider[class] {
    position: relative;
}

.slick-arrow[class] {
    z-index: 1;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    width: 40px;
    height: 40px;
}

.slick-next[class] {
    right: -50px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.slick-next:before {
    content: "" !important;
}

.slick-prev[class] {
    left: -50px;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

.slick-prev[class]:before {
    content: "" !important;
}

ul.slick-dots[class] {
    bottom: -20px;
}

ul.slick-dots[class] li,
ul.slick-dots[class] li button,
ul.slick-dots[class] li button:before {
    width: 12px;
    height: 12px;
    padding: 0;
}

ul.slick-dots[class] li button:before {
    content: "";
    background-color: currentColor;
    border-radius: 200px;
}


.newsWrap {
    max-height: 120px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: scroll;
}
/* =========================================
   2026/09/08 TOP 最近チェックした商品
========================================= */

main.top section.new.check .itemImg {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    display: block;
    margin-bottom: 10px;
}

main.top section.new.check .itemList__unit,
main.top section.new.check .itemWrap {
    height: auto;
    overflow: visible;
}

main.top section.new.check .itemName {
    height: auto;
    max-height: none;
    overflow: visible;
    white-space: normal;
}
/* =========================================
   2026/09/08 TOP 最近チェックした商品 表示調整
========================================= */

/* 商品名の省略解除 */
main.top section.new.check .itemName {
    display: block !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    white-space: normal !important;
    text-overflow: clip !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
}

/* 価格を表示 */
main.top section.new.check .itemPrice,
main.top section.new.check .itemPrice__regular,
main.top section.new.check .itemPrice__discount {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
}

/* 商品情報が下で切れないように調整 */
main.top section.new.check .slick-list {
    height: auto !important;
    padding-bottom: 20px !important;
}

/* ハート位置の基準 */
main.top section.new.check .itemList__unit {
    position: relative !important;
}

/* ハートを画像右上の内側へ */
main.top section.new.check .fav-item {
    position: absolute !important;
    top: 4px !important;
    right: 14px !important;
    z-index: 20 !important;
    margin: 0 !important;
}

/* 最近チェックした商品：表示領域 */
main.top section.new.check .slick-list {
    height: 390px !important;
    padding-bottom: 0 !important;
}

/* 左右矢印：画像の中央あたりへ */
main.top section.new.check .slick-prev,
main.top section.new.check .slick-next {
    top: 180px !important;
}
/* =========================================
   2026/09/08 TOP NEW ITEM ハート位置調整
========================================= */

/* ハート位置の基準 */
main.top section.new:not(.check) .itemList__unit {
    position: relative !important;
}

/* ハートを少し左上へ */
main.top section.new:not(.check) .fav-item {
    position: absolute !important;
    top: 4px !important;
    right: 2px !important;
    z-index: 20 !important;
    margin: 0 !important;
}