@charset "Shift_JIS";
/* CSS Document */
/*==============================================
共通 ここから
================================================*/

/* デフォルトの余白リセット */
footer .footer-inner, header .header, header .information, main, main#wrapper, nav .category_nav {
    margin: 0;
    padding: 0;
    max-width: none;
}
article#contents {
    padding-bottom: 0;
}
footer {
    position: relative;
    z-index: 1000;
    border-top: 2px solid #222;
}
footer .footer-inner {
    padding: 30px 0 !important;
}

/* br用クラス */
.smp-none {
    display: block;
}
.pc-none {
    display: none;
}

/* 変数上書き */
:root {
    /* 共通フォントサイズ(ディスプレイが900px以上の場合に14pxとなる) ※.night-sale-innerの中の要素のみ */
    --font-size-text: 2cqw;

    --font-size-text-big: 3cqw;

    /* 横の余白 上書き */
    --margin-space-beside: 3.5em;

    /* 縦の余白 上書き */
    --margin-space-vertical: 2em;
}

.night-sale .pc_none {
    display: none;
}

/*==============================================
共通 ここまで
================================================*/
/*==============================================
.night-sale 共通 STR
================================================*/

.night-sale .contents {
    box-shadow:0px 0px 100px #edb7ff;
}
/*==============================================
.night-sale 共通 END
================================================*/

/*==============================================
night-sale-top 看板 STR
================================================*/
.night-sale .night-sale-section.event.top {
    width: 100%;
    padding: 0;
}
.night-sale .night-sale-section.event.top .top-title{
    top: 9em;
}
/*==============================================
night-sale 看板 END
================================================*/

.night-sale .night-sale-section.event .col_2 .night-sale-event__thum {
    height: 19.7em;
}

/*==============================================
night-sale-event イベント STR
================================================*/
.night-sale .night-sale-section.event.event h2 {
    font-size: 2.5em;
}
.night-sale .event-wrapper {
    padding: 2em;
}
.night-sale .event-wrapper a {
    width: calc(calc(100% - 1em) / 3);
}
/*==============================================
night-sale-event イベント END
================================================*/

/*==============================================
night-sale ホバー STR
================================================*/
.night-sale a:hover{
    opacity: .9;
}
.night-sale .app-inner__list li a:hover,
.night-sale .campaign-btn:hover{
    transform: translateY(2px);
    box-shadow: none;
    color: #fff !important;
}
.night-sale .app-inner__list li a:hover{
    color: #fff !important;
}
.night-sale .night-sale-sale__accordion summary.sale-summary:hover{
    background: #efdaf9;
}
/*==============================================
night-sale ホバー END
================================================*/

/*==============================================
.night-sale スライダー STR
================================================*/

/* ラジオボタン非表示 */
.night-sale .night-sale-section.event .night-sale-event-wrap .radio-slider,
.night-sale .night-sale-section.event .night-sale-event-wrap .radio-slider {
    display: none;
}

.night-sale .night-sale-section.event .night-sale-event-inner,
.night-sale .night-sale-section.event .night-sale-event-inner {
    overflow: visible;
    gap: 2%;
    padding-bottom: 1em;
}
.night-sale .night-sale-section.event .night-sale-event,
.night-sale .night-sale-section.event .night-sale-event {
    width: 32%;
    min-width: 32%;
    margin-right: 0;

    /* スライダー表示処理 */
    display: none;
    flex-direction: column;
}

/* スライダー矢印部分 */
.night-sale .slider-arrow {
    position: absolute;
    top: 50%;  
    transform: translateY(-50%);
    width: 2.5em;
    height: 2.5em;
    background: #ffffff5e;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 100vw;
    z-index: 1;
    cursor: pointer;
}
.night-sale .slider-arrow .arrow {
    position: relative;
    width: 9px;
    height: 9px;
}
.night-sale .slider-arrow .arrow::before,
.night-sale .slider-arrow .arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    width: 9px;
    height: 3px;
    border-radius: 9999px;
    background-color: #ffffff;
    transform-origin: calc(100% - 1px) 50%;
}
.night-sale .slider-arrow .arrow::before {
    transform: rotate(45deg);
}
.night-sale .slider-arrow .arrow::after {
    transform: rotate(-45deg);
}
.night-sale .slider-arrow.prev-label {
    left: .5em;
}
/* 位置調整 */
.night-sale .slider-arrow.prev-label .arrow {
    transform: rotate(-180deg);
    margin-right: -1px;
}
.night-sale .slider-arrow.next-label {
    right: .5em;
}

/* ページネーション サークル */
.night-sale .night-sale-event-wrap .slider-pagination,
.night-sale .night-sale-event-wrap .slider-pagination {
    display: flex;
    justify-content: center;
    gap: .5em;
    margin-bottom: 1em;
}
.night-sale .night-sale-event-wrap .slider-pagination__cir,
.night-sale .night-sale-event-wrap .slider-pagination__cir {
    width: .8em;
    height: .8em;
    background-color: #ffffff;
    border-radius: 100vw;
    cursor: pointer;
}

/* 有効なラジオボタンの色変更 */
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(1):checked ~ .slider-pagination .slider-pagination__cir:nth-of-type(1),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(1):checked ~ .slider-pagination .slider-pagination__cir:nth-of-type(1) {
    background-color: #ffed32;
}
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(2):checked ~ .slider-pagination .slider-pagination__cir:nth-of-type(2),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(2):checked ~ .slider-pagination .slider-pagination__cir:nth-of-type(2) {
    background-color:#ffed32;
}
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(3):checked ~ .slider-pagination .slider-pagination__cir:nth-of-type(3),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(3):checked ~ .slider-pagination .slider-pagination__cir:nth-of-type(3) {
    background-color:#ffed32;
}
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(4):checked ~ .slider-pagination .slider-pagination__cir:nth-of-type(4),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(4):checked ~ .slider-pagination .slider-pagination__cir:nth-of-type(4) {
    background-color:#ffed32;
}
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(5):checked ~ .slider-pagination .slider-pagination__cir:nth-of-type(5),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(5):checked ~ .slider-pagination .slider-pagination__cir:nth-of-type(5) {
    background-color: #ffed32;
}

/* 表示処理 ラジオボタン1つにつき、３商品表示 */
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(1):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(1),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(1):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(2),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(1):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(3), 
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(1):checked ~ .slider-arrow:nth-of-type(1),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(1):checked ~ .slider-arrow:nth-of-type(2),

.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(1):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(1),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(1):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(2),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(1):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(3), 
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(1):checked ~ .slider-arrow:nth-of-type(1),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(1):checked ~ .slider-arrow:nth-of-type(2) {
    display: flex;
}
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(2):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(4),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(2):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(5),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(2):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(6), 
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(2):checked ~ .slider-arrow:nth-of-type(3),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(2):checked ~ .slider-arrow:nth-of-type(4),

.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(2):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(4),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(2):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(5),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(2):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(6), 
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(2):checked ~ .slider-arrow:nth-of-type(3),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(2):checked ~ .slider-arrow:nth-of-type(4)  {
    display: flex;
}
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(3):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(7),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(3):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(8),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(3):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(9), 
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(3):checked ~ .slider-arrow:nth-of-type(5),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(3):checked ~ .slider-arrow:nth-of-type(6),

.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(3):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(7),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(3):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(8),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(3):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(9), 
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(3):checked ~ .slider-arrow:nth-of-type(5),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(3):checked ~ .slider-arrow:nth-of-type(6){
    display: flex;
}
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(4):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(10),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(4):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(11),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(4):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(12), 
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(4):checked ~ .slider-arrow:nth-of-type(7),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(4):checked ~ .slider-arrow:nth-of-type(8),

.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(4):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(10),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(4):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(11),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(4):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(12), 
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(4):checked ~ .slider-arrow:nth-of-type(7),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(4):checked ~ .slider-arrow:nth-of-type(8) {
    display: flex;
}
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(5):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(13),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(5):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(14),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(5):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(15), 
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(5):checked ~ .slider-arrow:nth-of-type(9),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(5):checked ~ .slider-arrow:nth-of-type(10),

.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(5):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(13),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(5):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(14),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(5):checked ~ .night-sale-event-inner .night-sale-event:nth-of-type(15), 
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(5):checked ~ .slider-arrow:nth-of-type(9),
.night-sale .night-sale-event-wrap .radio-slider:nth-of-type(5):checked ~ .slider-arrow:nth-of-type(10) {
    display: flex;
}

/*==============================================
.night-sale スライダー END
================================================*/

/*-----------------------------------------------*/
/*ライトナビ*/
/*-----------------------------------------------*/
@media screen and (max-width: 1300px){
    #night-sale .nav_wrap {
        display: none !important; 
}
}

#night-sale .cate_nav_fixed {
    display: none;
}

#night-sale .nav_wrap {
    position:fixed;
    z-index: 11;
	bottom: 0;
	right:0;
    width: 10em;
    height: 100vh;
    background: 0;
}
#night-sale .nav_wrap.panelactive .nav_inner {
    position: fixed;
    z-index: 11;
    width: 2030px;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*内容*/
#night-sale .nav_wrap ul {
    padding: 9.5em 1em;
}
#night-sale .nav_wrap ul li .navi-name {
    font-size: .6em;
}
#night-sale .nav_wrap ul li a {
    font-size: .5em;
}
#night-sale .nav_wrap ul li a:hover {
    color: #f7c5ff !important;
}

/*==============================================
night-sale 調節 STR
================================================*/
/*1カラム*/
.night-sale .night-sale-section.item_sale .night-sale-item-wrap .night-sale-item-inner.col_1 .night-sale-item.night-sale-item__1{
    font-size: var(--font-size-text-big);
}
.night-sale .night-sale-section.item_sale .night-sale-item-wrap .night-sale-item-inner.col_1 .night-sale-item.night-sale-item__1 * {
    box-sizing: border-box;

    /* 要素全てに同じフォントサイズを指定 */
    font-size: var(--font-size-text-big);
}
.night-sale .night-sale-section.item_sale .night-sale-item-wrap .night-sale-item-inner.col_1 .night-sale-item.night-sale-item__1 .night-sale-item__price .main-price{
    font-size: 1.5em;
}
.night-sale .night-sale-section.item_sale .night-sale-item-wrap .night-sale-item-inner.col_1{
    padding-bottom: 1em;
}

/*対象アイテム*/
.night-sale .night-sale-section.item_sale .night-sale-item {
    width: calc(calc(100% - 1.5em) / 3);
}
/*==============================================
night-sale 調節 END
================================================*/