@charset "utf-8";
/*-----------------------------------

autumnsale2020.css
秋の大感謝祭セール2020 CSS
PC

-----------------------------------*/

/*
共通
-----------------------------------*/
#sale section,
#sale .section {
    width: 980px;
    margin-bottom: 30px;
    box-sizing: border-box;
    overflow: hidden;
}
#sale .txt_attention,
#sale_narrow .txt_attention {
    color: #d93600;
}


/*
ヘッダー
-----------------------------------*/
.sale_header {
    margin: 15px 0 30px;
}
.sale_header .image {
    width: 980px;
}
.sale_header .image img {
    width: 100%;
}


/*
ナビメニュー
-----------------------------------*/
.sale_gnavList {
    padding-top: 4px;
    background: #b7282e;
    font-size: 0;
}
.sale_gnavList li {
    display: inline-block;
    width: 25%;
}
.sale_gnavList li a {
    display: block;
    padding: 12px 0;
    transition: .2s;
    outline: none;
    background: #b7282e;
    color: #f6e5cc;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
}
.sale_gnavList li a:hover {
    background: #f6e5cc;
    color: #b7282e;
    text-decoration: none;
}
/* ヘッダー追従時 */
.sale_gnavList.is-fixed {
    position: fixed;
    top: 0;
    width: 980px;
    margin: 0 auto;
    z-index: 10;
}


/*
同時開催セール
-----------------------------------*/
#SaleSpecial .banner_Box {
    width: 100%;
    margin: 0 0 20px;
    font-size: 15px;
}
#SaleSpecial .banner_Box h3 {
    color: #b7282e;
    margin-bottom: 0.5em;
}
#SaleSpecial .banner_Box .banner {
    margin-bottom: 15px;
}
#SaleSpecial .banner_Box .banner:hover {
    opacity: .6;
}
#SaleSpecial .banner_Box .text {
    margin: 15px 0 0;
}


/*
注目キーワード
-----------------------------------*/
.chumoku {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #dcd6d2;
}
.chumoku .title {
    color: #333;
    font-weight: normal;
    padding: 10px;
    background: #dcd6d2;
}
.chumoku ul {
    display: flex;
    flex-wrap : wrap;
    margin: 15px 15px 0;
    padding: 0;
    list-style-type: none;
}
.chumoku .words li {
    font-size: 120%;
    background: #ede4e1;
    margin: 0 15px 15px 0;
    padding: 10px 15px;
    border-radius: 10px;
}
.chumoku .words li a {
    display: block;
    color: #333;
    font-size: 120%;
    text-decoration: none;
}
.chumoku .words li a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}


/*
ボタン
-----------------------------------*/
#sale .button {
    display: block;
    position: relative;
    width: 400px;
    background: #333;
    margin: 0 auto 20px;
    padding: 20px 0;
    border: 1px solid #333;
    transition: .1s linear;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: .1em;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}
#sale .button:hover {
    background: #fff;
    color: #333;
    text-decoration: none;
}

/* 次へ */
#sale .button_next:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transition: .3s;
    transform: translateY(-50%) rotate(45deg);
    content: "";
}
#sale .button_next:hover:after {
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    right: 15px;
    transition: .3s;
}


/*
福袋発売カレンダー
-----------------------------------*/
/* タブ */
.PickupTab_Box {
    position: relative;
    border-bottom: 1px solid #762f07;
    text-align: center;
}
.PickupTab_Box li {
    display: inline-block;
    width: 182px;
    margin-left: 5px;
}
.PickupTab_Box li:first-child {
    margin-left: 0;
}
.PickupTab_Box a {
    position: relative;
    display: block;
    height: 34px;
    padding-top: 68px;
    border: 1px solid #762f07;
    border-width: 4px 1px 0;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: 0.1s linear;
}
.PickupTab_Box a:before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 180px;
    border-top: 2px solid #762f07;
    transition: 0.1s linear;
    content: " ";
}
.PickupTab_Box a:hover,
.PickupTab_Box .current {
    background: #f6e5cc;
}
.PickupTab_Box a:hover,
.PickupTab_Box .current,
.PickupTab_Box .current:before,
.PickupTab_Box a:hover:before {
    border-color: #762f07;
}
.PickupTab_Box .current:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #f6e5cc;
    content: " ";
}
.PickupTab_Box .status {
    position: absolute;
    top: -9px;
    left: 9px;
}
.PickupTab_Box .count {
    position: absolute;
    top: -6px;
    left: 65px;
    display: block;
    width: 50px;
    height: 26px;
    padding: 18px 3px 16px 0;
    background: 
        url(https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/bg_sale.png) no-repeat left 2px,
        url(https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/bg_count_base.png) no-repeat left top;
    background-size: 53px auto, 50px auto;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 26px;
}
.PickupTab_Box .coming .count {
    background-image: 
        url(https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/bg_coming.png),
        url(https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/bg_count_base.png);
}
.PickupTab_Box .wait .count {
    background-image: 
        url(https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/bg_wait.png),
        url(https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/bg_count_base.png);
}
.PickupTab_Box .count strong {
    font-size: 21px;
    font-weight: normal;
}

/* タブコンテンツ（囲み） */
.PickupTab_Wrap {
    position: relative;
    padding: 30px 20px 34px;
    border-bottom: 4px solid #762f07;
    background: #f6e5cc;
}
.PickupTab_Wrap:before {
    position: absolute;
    bottom: 2px;
    left: 0;
    display: block;
    width: 980px;
    border-top: 2px solid #762f07;
    content: " ";
}

/* タブコンテンツ（内容） */
.PickupTab_Contents {
    filter: alpha(opacity=0);
    opacity: 0;
    margin-bottom: 20px;
}
.PickupTab_Contents > .title {
    margin: 0 0 30px;
    color: #762f07;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.PickupTab_Contents > .title:before {
    display: inline-block;
    width: 30px;
    height: 20px;
    margin-right: 15px;
    background: url(https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/bg_calendar_title.png) no-repeat left top;
    content: " ";
}
.PickupTab_Contents > .title:after {
    display: inline-block;
    width: 30px;
    height: 20px;
    margin-left: 15px;
    background: url(https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/bg_calendar_title.png) no-repeat left top;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    content: " ";
}

/* カテゴリボックス　商品フレーム */
.PickupTab_Contents .PickupTab_List {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px;
    box-sizing: border-box;
}
.PickupTab_Contents .PickupTab_List .item {
    flex-basis: 184px;
    margin: 0 10px 10px 0;
    border: 1px solid #762f07;
    padding: 10px;
    text-decoration: none;
    color: #762f07;
}
.PickupTab_Contents .PickupTab_List .item:nth-child(5n){
    margin-right: 0;
}
.PickupTab_Contents .PickupTab_List .item:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
.PickupTab_Contents .PickupTab_List .image {
    width: 100%;
    display: block;
    margin: 0 auto 15px;
}
.PickupTab_Contents .PickupTab_List .image img {
    width: 100%;        
}
.PickupTab_Contents .PickupTab_List .title {
    font-size: 15px;
    vertical-align: middle;
}

/* 売り切れ */
.PickupTab_Contents .PickupTab_List .item.sold {
    cursor: default;
}
.PickupTab_Contents .PickupTab_List .sold .image {
    position: relative;
}
.PickupTab_Contents .PickupTab_List .sold .image:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    background: rgba(255, 255, 255, .5);
    content: " ";
}
.PickupTab_Contents .PickupTab_List .sold .image:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 79px;
    height: 99px;
    background: url(https://ecimg.tokyu-dept.co.jp/ec/images/fukubukuro/ico_sold.png) no-repeat left top;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: " ";
}

/* カレンダーボタン */
#SalePickup .PickupTab_Wrap .calender .box_button {
    margin-top: 30px;
}
#SalePickup .PickupTab_Wrap .calender .button {
    background: #762f07;
    border: 1px solid #762f07;
}
#SalePickup .PickupTab_Wrap .calender .button:hover {
    background: #fff;
    color: #762f07;
}

/* 次へ */
#SalePickup .PickupTab_Wrap .calender .button_next:hover:after {
    border-top: solid 1px #762f07;
    border-right: solid 1px #762f07;
}


/*
カテゴリーリスト
-----------------------------------*/
.list_sale {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.list_sale .item {
    position: relative;
    padding: 15px;
    color: #333;
    margin: 0 10px 0 0;
    border-color: #b7282e;
    border-style: solid;
    border-width: 3px 1px 1px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}
.list_sale .item .image {
    margin: 0 auto 20px;
}
.list_sale .item .image img {
    width: 100%;
}
.list_sale .item .title {
    margin-bottom: 1em;
    padding: 5px 0 0;
    font-size: 18px;
    vertical-align: middle;
    line-height: 1.5;
}

/* タイトル文字小 */
.list_sale .item .title.small {
    font-size: 16px;
}
.list_sale .item:hover {
    opacity: .7;
}
.list_sale .item:hover .title {
    color: #b7282e;
}
.list_sale .item .desc {
    font-size: 14px;
    margin-bottom: 1em;
}

/* 横2列 */    
.list_sale.list_col2 .item {
    width: 485px;
}
.list_sale.list_col2 .item:nth-child(even) {
    margin-right: 0;
}
.list_sale .item .image img {
    max-width: 300px;
}

/* 横3列 */
.list_sale.list_col3 .item {
    flex-basis: 320px;
}
.list_sale.list_col3 .item:nth-child(3n) {
    margin-right: 0;
}
.list_sale .item .image img {
    max-width: 300px;
}

/* 横4列 */
.list_sale.list_col4 .item {
    width: 235px;
}
.list_sale.list_col4 .item:nth-child(4n) {
    margin-right: 0;
}

/* 横5列 */
.list_sale.list_col5 .item {
    width: 188px;
}
.list_sale .item:nth-child(5n) {
    margin-right: 0;
}


/*
ご予算から選ぶ
-----------------------------------*/
#SalePrice .SalePriceBox {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    box-sizing: border-box;
    margin: 20px 0;
}
#SalePrice .SalePriceBox-list {
    width: 480px;
    margin: 0 20px 20px 0;
    font-size: 16px;
    overflow: hidden;
}
#SalePrice .SalePriceBox-list:nth-child(even) {
    margin-right: 0;
}
#SalePrice .SalePriceBox-listBtn {
    display: block;
    position: relative;
    padding: 15px;
    border: solid 2px #762f07;
    background: #762f07;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
#SalePrice .SalePriceBox-listBtn:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
}
#SalePrice .SalePriceBox-listBtn:hover {
    background: #fff;
    color: #762f07;
    text-decoration: none;
}
#SalePrice .SalePriceBox-listBtn:hover:after {
    border-top: solid 1px #762f07;
    border-right: solid 1px #762f07;
}



/*
カテゴリーページ
-----------------------------------*/
#sale_narrow {
    width: 780px;
    box-sizing: border-box;
}
#sale_narrow .banner_Box img {
    width: 780px;
}