@charset "Shift_JIS";
/* CSS Document */
/*==============================================
共通 ここから
================================================*/

/* パンくず削除 */
#pankuzu {
    display: none;
}
.header-info-red {
    display: none !important;
}
a {
    display: block;
}

/* br用クラス */
.smp-none {
    display: none;
}

/* フッター余白削除 */
footer {
    margin-top: 0 !important;
}
footer .bottom {
    margin-top: 0 !important;
}

/* 価格プロ リセット */
.buy_price>ol, .buy_price>ul {
    margin: 0;
}
.buy_price>ol .spesicalprice, .buy_price>ul .spesicalprice,.buy_price>ul .intax {
    display: none;
}

/* 変数指定 */
:root {
    /* 共通フォントサイズ(ディスプレイが390px時に14pxとなる) ※.bikkuri-gyoten-innerの中の要素のみ */
    --font-size-text: 3.6cqw;

    /* 使用カラー */
    --color-orange: #db1d4e;

    /* アクティブ時のカラー */
    --color-active: #0090ff;

    /* 横の余白 */
    --margin-space-beside: 1em;

    /* 縦の余白 */
    --margin-space-vertical: 1em;
    /* 幅 */
    --margin-space-vertical: 1em;
}

.bikkuri-gyoten .smp_none {
    display: none;
}
/*==============================================
共通 ここまで
================================================*/

/*==============================================
bikkuri-gyoten 共通 STR
================================================*/

.bikkuri-gyoten {
    font-size: var(--font-size-text);
    background: #0f0a32;
}

.bikkuri-gyoten * {
    box-sizing: border-box;

    /* 要素全てに同じフォントサイズを指定 */
    font-size: var(--font-size-text);
}
.bikkuri-gyoten a {
    display: block;
}
.bikkuri-gyoten span {
    font-size: 1em;
    line-height: 1;
}
.bikkuri-gyoten img {
    width: 100%;
    height: auto;
    display: block;
}
.bikkuri-gyoten svg {
    width: 100%;
}
.bikkuri-gyoten .bikkuri-gyoten-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom:1em;
}

.bikkuri-gyoten .bikkuri-gyoten-section.anchor {
    padding-top:1em;
}
/* マーカー */
span.marker {
    background: linear-gradient(transparent 60%, #ffe4d2 40%);
    font-weight: bold;
    color: #ff3500;
    line-height: 1;
    font-size: 1em;
}
.bikkuri-gyoten .contents {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    /* コンテナクエリを指定 */
    container-type: inline-size;  /* または size */
}
.bikkuri-gyoten .bikkuri-gyoten-block {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-bottom: 1em;
}
.bikkuri-gyoten .bikkuri-gyoten-block.gyotensale-flex {
    display:flex;
    justify-content: center;
    background: #fff;
    padding: 1em;
    gap: 1em;
}
/* 共通見出し */
.bikkuri-gyoten .bikkuri-gyoten-section .section-title {
    margin: 0 auto calc(var(--margin-space-vertical) / 2);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
}
.bikkuri-gyoten .bikkuri-gyoten-section .section-title__text {
    position: relative;
    font-size: 1.2em;
    position: relative;
    z-index: 100;
}
/* アウトレット商品見出し（見出し+もっと見るの形） */
.bikkuri-gyoten .bikkuri-gyoten-section .section-title.space-between {
    justify-content: space-between;
    padding: 0 var(--margin-space-beside);
}
.bikkuri-gyoten .bikkuri-gyoten-section .section-title.space-between .section-title__text {
    display: flex;
    align-items: center;
    gap: .3em;
}
/* 共通カテゴリ遷移ボタン */
.bikkuri-gyoten .section-catebtn {
    position: relative;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100cqw;
    padding: 1em 0;
    color: #FFF;
    font-size: 1em;
    background-color: #1f0a07;
    gap: .3em;
    line-height: normal;
    text-align: center;
    border: .2em solid #1f0a07;
}

.bikkuri-gyoten .section-catebtn .plazaicon-sitamuki-2{
    display: inline-block;
    transform: rotate(-90deg);
    font-size: .8em;
}

.bikkuri-gyoten a.section-catebtn:hover {
    border: .2em solid #1f0a07;
    color: #1f0a07!important;
    background-color: #1f0a0700;
}

/*==============================================
contents 共通 END
================================================*/

/*==============================================
bikkuri-gyoten-contents 全体枠 STR
================================================*/
.bikkuri-gyoten .contents{
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
/*==============================================
bikkuri-gyoten-contents 全体枠 END
================================================*/

/*==============================================
bikkuri-gyoten-top 看板 STR
================================================*/
.bikkuri-gyoten .bikkuri-gyoten-section.top {
    width: 100%;
    padding: 0;
}
.bikkuri-gyoten .bikkuri-gyoten-section.top h1{
    position: relative;
}
.bikkuri-gyoten .bikkuri-gyoten-section.top .top-title{
    position: absolute;
    top: 20%;
    left: 0;
    right:0 ;
    animation: poyon 1s ease-in alternate infinite;
}
@keyframes poyon {
    0% {
        transform:translateY(-10%) scale(1,1);
    }
    80% {
        transform:translateY(0%) scale(1,1);
    }
    100% {
        transform:translateY(0%) scale(1.1,0.9);
    }
    
}


/*==============================================
bikkuri-gyoten 看板 END
================================================*/

/*==============================================
bikkuri-gyoten-anchor アンカー STR
================================================*/
.bikkuri-gyoten .bikkuri-gyoten-section.anchor .col_3{
    display: flex;
    flex-wrap: wrap;
    gap: .5em;
    margin: 0 var(--margin-space-vertical);
}
.bikkuri-gyoten .bikkuri-gyoten-section.anchor .col_3 li{
    width: calc(calc(100% - 1em) / 3);
}
.bikkuri-gyoten .bikkuri-gyoten-section.anchor .col_3 li.col_1{
    width: 100%;
    border-radius: 7px;
    overflow: hidden;
    border: 3px solid #fff;
}
/*==============================================
bikkuri-gyoten-anchor アンカー END
================================================*/

/*==============================================
bikkuri-gyoten-sale ブランドフェア枠 STR
================================================*/
.bikkuri-gyoten .bikkuri-gyoten-item-wrap__inner{
    background: #fff;
    border: 1px solid #999;
    width: 93%; /*アコーディオン内の表示調節*/
    margin: 0 auto .5em auto;

}
.bikkuri-gyoten .bikkuri-gyoten-item-wrap__title{
    color: #fff;
    background: #602f7a;
    background: linear-gradient(180deg, #602f7a 0%, #a0346e 100%);
    text-align: center;
    padding: .2em 0;
    font-size: 1.1em;
}
/*==============================================
bikkuri-gyoten-contents 全体枠 END
================================================*/

/*==============================================
bikkuri-gyoten-sale__accordion 日程 アコーディオン STR
================================================*/
.bikkuri-gyoten .bikkuri-gyoten-sale__accordion {
    background: #fff;
    width: 93%;
    margin: 0 auto .2em auto;
}
.bikkuri-gyoten .bikkuri-gyoten-sale__accordion summary.sale-summary {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: .2em 1.2em;
    color: #000;
    font-weight: 600;
    cursor: pointer;
    transition: .3s all;
}

.bikkuri-gyoten .bikkuri-gyoten-sale__accordion summary.sale-summary::-webkit-details-marker {
    display: none;
}

/* タイトル横のプラスマーク縦線 */
.bikkuri-gyoten .bikkuri-gyoten-sale__accordion summary.sale-summary::before{
    position: absolute;
    content: '';
    top: 50%;
    right: 1.5em;
    width: 1em;
    height: .1em;
    background-color:#000;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}
/* タイトル横のプラスマーク横線 */
.bikkuri-gyoten .bikkuri-gyoten-sale__accordion summary.sale-summary::after{
    position: absolute;
    content: '';
    top: 50%;
    right: 1.5em;
    width: 1em;
    height: .1em;
    background-color:#000;
    transition: all .3s ease-in-out;
}
/* アコーディオンが開いたとき縦線の変化 */
.bikkuri-gyoten .bikkuri-gyoten-sale__accordion[open] summary.sale-summary::before {
    transform: rotate(180deg);
}
/* アコーディオンが開いたとき横線の変化 */
.bikkuri-gyoten .bikkuri-gyoten-sale__accordion[open]::after {
    opacity:0;
}

/*==============================================
bikkuri-gyoten-sale__accordion 日程 アコーディオン END
================================================*/

/*==============================================
sale-accordion ブランド 日程 アコーディオン END
================================================*/

/*==============================================
bikkuri-gyoten 商品 1カラム STR
================================================*/
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item-wrap.col_1 .bikkuri-gyoten-item {
    width: 100%;
}
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item-wrap.col_1 .bikkuri-gyoten-item-inner {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item-wrap.col_1 .bikkuri-gyoten-item__name {
    height:auto;
    justify-content: center;
}
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item-wrap.col_1 .bikkuri-gyoten-item__price,
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item-wrap.col_1 .bikkuri-gyoten-item__link {
    justify-content: center;
}
/*==============================================
bikkuri-gyoten 商品 1カラム END
================================================*/

/*==============================================
bikkuri-gyoten 商品 STR
================================================*/

/* 商品共通CSS */
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item-wrap {
    position: relative;
}

.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item-wrap.scroll {
    width: calc(100% / 2);
}

/*スクロールする場合 クラス名 .scroll STR*/
.bikkuri-gyoten .bikkuri-gyoten-section .scroll .bikkuri-gyoten-item-inner {
    margin-bottom: .8em;
    overflow-y: scroll;
    padding-right: .3em;
    flex-direction: column;
    height: 33em;
}
.bikkuri-gyoten .bikkuri-gyoten-section .scroll .bikkuri-gyoten-item {
    position: relative;
    width: 100%;
    background-color: #FFF;
    overflow: hidden;
    margin-bottom: 1em;
    transition: .3s;
    flex-direction: column;
    border: .1em solid #ababab;
    padding: .2em;
}
/* スクロールバー */
.bikkuri-gyoten .bikkuri-gyoten-section .scroll .bikkuri-gyoten-item-inner::-webkit-scrollbar {
    width: .3em;
}

.bikkuri-gyoten .bikkuri-gyoten-section .scroll .bikkuri-gyoten-item-inner::-webkit-scrollbar-thumb {
    background: #a6978c;
}

.bikkuri-gyoten .bikkuri-gyoten-section .scroll .bikkuri-gyoten-item-inner::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 60%);
}
/*スクロールする場合 クラス名 .scroll END*/

/*スクロールなし クラス名 .col_2 STR*/
.bikkuri-gyoten .bikkuri-gyoten-section .col_2 .bikkuri-gyoten-item-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .8em;
    padding: .8em 0;
}
.bikkuri-gyoten .bikkuri-gyoten-section .col_2 .bikkuri-gyoten-item {
    position: relative;
    width: 46%;
    background-color: #FFF;
    overflow: hidden;
    transition: .3s;
    flex-direction: column;
}
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item:nth-last-of-type(1) {
    margin-right: 0;
}
/*スクロールなし クラス名 .flex END*/

/* 商品：キャッチコピー */
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item__copy {
    font-size: .9em;
    padding: .9em 0 .8em .8em;
    white-space: nowrap;
}
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item__copy span {
    font-size: 1.2em;
    padding-right: .1em;
}
/* 商品：サムネ */
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item__thum {
    width: 100%;
    overflow: hidden;
}
.bikkuri-gyoten .bikkuri-gyoten-section .col_2 .bikkuri-gyoten-item__thum {
    height: 11em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item__thum img {
    transition: .3s;
}

/* 商品：サムネより下のインナー */
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item__inner {
    padding: 0 0 .3em;
    display: flex;
    flex-direction: column;
    gap: .4em;
}

/* 商品：在庫数 */
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item__zaiko {
    line-height: 1;
    font-size: 1em;
    padding-bottom: .1em;
}
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item__zaiko .num {
    font-size: 1.3em;
    font-weight: 600;
    padding: 1em 0;
}

/* 商品：商品名 */
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item__name {
    color: #222;
    height: 3.5em;
    display: flex;
    padding: .3em 0;
    /* background-color: #fbf8f8; */
}
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item__name__h3 {
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    align-content: center;
    font-size: .9em;
}

/* 商品：価格 */
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item__price {
    font-size: 1.3em;
    display: flex;
    align-items: baseline;
    gap: .3em;
    margin-bottom: 0;
}
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item__price .main-price,
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item__price .sub-price {
    position: relative;
    line-height: 1;
    font-family: 'Lato', 'Noto Sans JP', 'Yu Gothic black', sans-serif, 'メイリオ';
    font-weight: 700;
}
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item__price .main-price {
    font-size: 1.1em;
    color: #eb0012;
    margin-bottom: 0;
}
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item__price .sub-price {
    font-size: .7em;
    color: #a1a1a1;
}
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item__price .sub-price::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #a1a1a1;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}
/* 販促アイコン */
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item__zaiko {
    display: flex;
    gap: .3em;
}
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item__promo .promo-icon {
    background-color:#662f79;
    color: #FFF;
    display: inline-block;
    line-height: 1;
    padding: 0 .6em;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 販促が空の場合でも高さが合うように */
    height: 1.8em;
    font-size: 1em;
}
.bikkuri-gyoten .gyotensale-flex .bikkuri-gyoten-item__promo .promo-icon {
    background-color:#fb6447;
    background: linear-gradient(180deg, #fb6447 0%, #efcb51 100%);
    height: 2.5em;
}
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item__zaiko .outlet-icon {
    color: #d96702;
}
/* 詳細はこちら */
.bikkuri-gyoten .bikkuri-gyoten-section .bikkuri-gyoten-item__link {
    color: var(--color-active);
    font-size: .9em;
    display: flex;
    align-items: center;
    line-height: 1;
    transition: .3s;
    line-height: 1;
}

/* バナー */
.bikkuri-gyoten .bikkuri-gyoten-section .section-block.banner {
    margin: 0 0 1em;
    padding: 0 var(--margin-space-beside);
}
.bikkuri-gyoten .bikkuri-gyoten-section .section-block.banner .section-title.space-between {
    padding-left: 0;
}
.bikkuri-gyoten .bikkuri-gyoten-section .section-block.banner .banner-item{
    border: .2em solid #fff;
}


/*==============================================
bikkuri-gyoten 商品 END
================================================*/
.bikkuri-gyoten .announce {
    margin: 1em;
    border: 2px solid #fff;
    padding-bottom: .4em;
}
.bikkuri-gyoten .announce .maintext{
    color: #ffffff;
    font-size: 1.2em;
    font-weight: bolder;
    background: linear-gradient(180deg, #602f7a 0%, #a0346e 100%);
}
.bikkuri-gyoten .announce p span{
    font-size: 1.2em;
    color: #0f0a32;
    padding: .2em;
    margin-left: .3em;
    margin-bottom: .8em;
    background: #ffffff;
    font-weight: bolder;
}
.bikkuri-gyoten .announce .subtext{
    margin-bottom: .6em;
}
/*==============================================
bikkuri-gyoten-campaign エントリーボタン STR
================================================*/
.bikkuri-gyoten .campaign-btn {
    color: #fff;
    background: #6db788;
    background: linear-gradient(180deg, #6db788 0%, #bfc352 100%);
    border: 2px solid #fff;
    box-shadow: 0 4px 0 #fff;
    width: 22em;
    min-width:70%;
    margin:1em auto .5em;
    border-radius: 100vw;
    padding: .5em 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: .3em;
}
.bikkuri-gyoten .campaign-btn i {
    font-weight: bold;
}
.bikkuri-gyoten p{
    color: #ffffff;
    text-align: center;
    margin-bottom: .3em;
    letter-spacing: normal;
}

.bikkuri-gyoten .campaign-btn.end,
.bikkuri-gyoten .campaign-btn.clear {
    background: #9a9a9a;
    box-shadow: none;
    border: 2px solid #9a9a9a;
}
/*==============================================
bikkuri-gyoten-campaign エントリーボタン END
================================================*/

/*==============================================
bikkuri-gyoten-campaign 詳細 アコーディオン STR
================================================*/
.bikkuri-gyoten .campaign-accordion {
    margin-top: .8em ;
    margin: 0 1em .5em 1em;
}

.bikkuri-gyoten .campaign-accordion summary.campaign-summary {
    display: flex;
    justify-content:center;
    align-items: baseline;
    position: relative;
    color: var(--color-active);
    cursor: pointer;
    gap: .2em;
    font-size: .9em;
}
.bikkuri-gyoten .campaign-accordion summary.campaign-summary::-webkit-details-marker {
    display: none;
}
/* アコーディオンが開いたとき縦線の変化 */
.bikkuri-gyoten .campaign-accordion[open] summary.campaign-summary::before {
    transform: rotate(180deg);
}
/* アコーディオンが開いたとき横線の変化 */
.bikkuri-gyoten .campaign-accordion[open]::after {
    opacity:0;
}

/* アコーディオンが開いたときの枠線 */
.bikkuri-gyoten .campaign-accordion[open] .app_detail {
    transform: none;
    opacity: 1;
    border: .1em solid #000;
    border-top: none;
    padding: .5em 1em 1em;
}
.bikkuri-gyoten .campaign-accordion .app_textbox p{
    margin-bottom: .5em;
}
.bikkuri-gyoten .campaign-accordion dl.campaign-accordion__inner {
    background: #fff;
    padding: .5em;
}
.bikkuri-gyoten .campaign-accordion dl.campaign-accordion__inner dt {
    font-size: .9em;
    color: #222;
    margin-bottom: .5rem;
    background: #eee;
    padding: .2rem .5rem;
}
.bikkuri-gyoten .campaign-accordion dl.campaign-accordion__inner dd {
    font-size: .8rem;
    margin-bottom: .5em;
}
.bikkuri-gyoten .campaign-accordion dl.campaign-accordion__inner dd a{
    color: #e50012;
    display: inline-block;
    text-decoration: underline;
    font-size: .8rem;
}
/*==============================================
bikkuri-gyoten-campaign 詳細 アコーディオン END
================================================*/

/*==============================================
bikkuri-gyoten-app アプリ STR
================================================*/
.bikkuri-gyoten .app-main {
    background: #fe807f;
    padding: .5em 0;
}
.bikkuri-gyoten .app-dl {
    width: 21em;
    margin: 0 auto;
    min-width: 60%;
}
.bikkuri-gyoten .app-inner {
    background: rgb(255 255 255 / 40%);
    text-align: center;
    padding:.6em 1em 1.5em 1em;
    margin: 1em 0 .5em 0;
}
.bikkuri-gyoten .app-inner__title {
    color: #fff;
    margin-bottom: .5em;
}
.bikkuri-gyoten .app-inner__list {
    display: flex;
    gap: 1em;
    padding: 0;
    justify-content: center;
}
.bikkuri-gyoten .app-inner__list li{
    width: 12.5em;
    min-width: 40%;
}
.bikkuri-gyoten .app-inner__list li a{
    background: #f44a53;
    color: #fff;
    border-radius: 100vw;
    padding: .7em 0;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: .2em;
    box-shadow: 0 4px 0 #c5323a;
}

/*==============================================
bikkuri-gyoten-app アプリ END
================================================*/

/*==============================================
bikkuri-gyoten-event イベント STR
================================================*/
.bikkuri-gyoten .bikkuri-gyoten-section.event h2{
    font-size: 1.5em;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    justify-content: center;
}
.bikkuri-gyoten .event-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 1em;
    gap: .5em;
}

.bikkuri-gyoten .event-wrapper a{
    width: calc(calc(100% - .5em) / 2);
}

/*==============================================
bikkuri-gyoten-event イベント END
================================================*/

/*==============================================
bikkuri-gyoten-list カテゴリ STR
================================================*/
.bikkuri-gyoten .bikkuri-gyoten-section.list .section-title__text {
    color: #000;
}

.bikkuri-gyoten .bikkuri-gyoten-section.list {
    background-color: #f7f7f7;
    padding: var(--margin-space-vertical) 0;
}

.bikkuri-gyoten .bikkuri-gyoten-section .list-category {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 var(--margin-space-beside);
    margin: 0 auto;
}
.bikkuri-gyoten .bikkuri-gyoten-section .list-category__item {
    position: relative;
    width: 49%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 .2em;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    margin-top: .8em;
    background-color: #FFF;
    font-size: 1em;
    height: 5em;
    gap: .3em;
}
.bikkuri-gyoten .bikkuri-gyoten-section .list-category__item.other {
    padding-left: 4.5em;
}

.bikkuri-gyoten .bikkuri-gyoten-section .list-category__item:nth-of-type(1),
.bikkuri-gyoten .bikkuri-gyoten-section .list-category__item:nth-of-type(2) {
    margin-top: 0;
}
.bikkuri-gyoten .bikkuri-gyoten-section .list-category__item .img {
    width: 3.8em;
}
.bikkuri-gyoten .bikkuri-gyoten-section .list-category__item .new-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 3em;
}

/*==============================================
bikkuri-gyoten-list カテゴリ END
================================================*/

/*==============================================
bikkuri-gyoten-list 右下アンカー STR
================================================*/
.bikkuri-gyoten .fixed-anchor .update{
    position: absolute;
    top: -35px;
    left: -5%;
    z-index: 1;
    width: 85px;
}

.bikkuri-gyoten .fixed-anchor{
    position: fixed;
    right: 0.7em;
    width: 6em;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 49;
    bottom: 9.6em;
}
/*------------------------------------------*/
/*カテゴリ矢印*/
/*-----------------------------------------------*/
#category-list .col_4 a::after{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .5em;
    height: .5em;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 0;
    bottom: 0;
    right: 8%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
#category_anchor .col_4 .text{
    font-size: 2.6vw;
}

/*-----------------------------------------------*/
/*ライトナビ*/
/*-----------------------------------------------*/
#bikkuri-gyoten .nav_wrap {
    position:fixed;
    z-index: 50;
	bottom: 0;
	right:-200%;
    width: 65%;
    height: 100vh;
    transition: 0.5s all;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background:#0f0a32;
}
#bikkuri-gyoten .nav_wrap .zaburou {
    position: absolute;
    width: 8em;
    transform: translate(4.8em, -12em);
}
#bikkuri-gyoten .nav_wrap::-webkit-scrollbar{display:none;}

#bikkuri-gyoten .nav_wrap.panelactive {
	right: 0;
}
#bikkuri-gyoten .nav_wrap.panelactive .nav_inner {
    position: fixed;
    z-index: 999;
    width: 65%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*内容*/
#bikkuri-gyoten .nav_wrap ul {
    position: absolute;
    z-index: 999;
    width:94%;
}

/**********▼ PC・SMP共通 数値変更のみ▼**********/
#bikkuri-gyoten .nav_wrap ul li a {
    position: relative;
    display: flex;
    align-items: center;
    padding:1em;
    color: #fff;
    border-bottom: 1px dashed #ffffff4d;
    line-height: 1.3em;
    text-align: left;
    justify-content: flex-start;
    transition: all 0.3s;
}
/**********▲ PC・SMP共通 数値変更のみ▲**********/
/*丸ボタン*/
#bikkuri-gyoten .cate_nav_fixed {
    position: fixed;
    bottom: 17vw;
    right: 5vw;
    display: flex;
    border-radius: 90px;
    height: 16vw;
    width: 16vw;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #222222c7;
}
#bikkuri-gyoten .navigation{
    width: 100%;
    height: 100%;
}
#bikkuri-gyoten .toggle {
	position: relative;
	z-index: 9999;
	top: 0;
	right: 0;
    width: 100%;
    height: 100%;
	cursor: pointer;
	display: block;
}
#bikkuri-gyoten .toggle span,
#bikkuri-gyoten .toggle span:before,
#bikkuri-gyoten .toggle span:after {
    content: '';
    display: block;
    height: 0.3vw;
    width: 7vw;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
    transition: 0.5s all;
}
#bikkuri-gyoten .toggle span{
    top: 2.3em;
    left: calc(50% - 20%);
}
#bikkuri-gyoten .toggle span:before {bottom: 7px;}
#bikkuri-gyoten .toggle span::after {top: 7px;}
#bikkuri-gyoten .toggle.active span {background-color: rgba(255, 255, 255, 0);}
#bikkuri-gyoten .toggle.active span:before{
    bottom: 0;
    transform: rotate(45deg);
}
#bikkuri-gyoten .toggle.active span:after{
    top: 0;
    transform: rotate(-45deg);
}
#bikkuri-gyoten .navigation span.txt{
    font-size:2.9vw;
    color:#fff;
    top: 3.1vw;
    position: absolute;
    left: 0;
    right: 0;
}