@charset "utf-8";
/*============================

grandindex用css
SAKAMOTO DAYS_PC用

============================*/
#sakamotodays {
    overflow-x: hidden;
}
#sakamotodays .dis_sp {
    display: none;
}
/*背景
==============================*/
/* 固定 */
header,
#sakamotodays.gi_contentsarea{
    background: url(/img/grand_index/sakamotodays/bg_main_n6y53hm2.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
#sakamotodays .gi_contents_bgarea {
    background: none;
    margin: 0 auto;
    padding: 0;
}

#sakamotodays .gi_contents_inner {
    width: 1040px;
}


/*見出し
==============================*/
/*スライド
==============================*/
header .mvSwiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #c30a14 !important;
}

/*スライド下フリーエリア
==============================*/
/*ブランド説明
==============================*/
#sakamotodays #gi_explanation {
    margin-top: 0;
}
#sakamotodays #gi_explanation dl dt {
    margin-bottom: 6rem;
}

#sakamotodays #gi_explanation .gi_contents_inner{
    width: 780px;
}

#sakamotodays #gi_explanation dl dd {
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.8;
    text-align: center;
    color: #000;
}

#sakamotodays .free_space{
    margin-bottom: 8rem;
}
#sakamotodays .gi_contents_bgarea_upper {
    padding-top: 0;
}


/*ページ内リンク
==============================*/
#sakamotodays #gi_plbtn .btn_link a {
    color: #fff;
    background: #c30a14;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#sakamotodays #gi_plbtn .btn_link a:after {
    background: #fff; /* 矢印の色 */
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#sakamotodays #gi_plbtn .btn_link a:hover {
    opacity: .9;
    background: #fff;
    color: #000;
}
#sakamotodays #gi_plbtn .btn_link a:hover:after {
    background: #000;
}

/*更新履歴
==============================*/
#sakamotodays .block-news,
#sakamotodays .swiper {
    overflow: visible;
    position: relative;
}

#sakamotodays .block-news{
    background: #000;
}

#sakamotodays .swiper-button-prev,
#sakamotodays .swiper-button-next {
    border-radius: 0;
}
#sakamotodays .block-news ._row-header .swiper-button-prev,
#sakamotodays .block-news ._row-header .swiper-button-next {
    background: #ffd200;
}
#sakamotodays .block-news ._row-header .swiper-button-prev:after,
#sakamotodays .block-news ._row-header .swiper-button-next:after {
    border-radius: 0;
    box-shadow:unset;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}

#sakamotodays .block-news .newsSwiper .swiper-wrapper .swiper-slide{
    border: #60605F 1px solid;
    background: #fff;
}
.block-news .newsSwiper .swiper-wrapper .swiper-slide .textbox{
    background: #fff;
    color: unset;
}
.block-news .newsSwiper .swiper-wrapper .swiper-slide .textbox .day span{
    background: #c30a14;
    color: #fff;
}

.block-news .newsSwiper .swiper-wrapper .swiper-slide a{
    background: transparent;
}

#sakamotodays .block-news .gi_subtitle{
    color: #fff;
}

/*訴求エリア
==============================*/
/*バックナンバー
==============================*/
/*商品一覧
==============================*/
#sakamotodays #gi_productlist .gi_contents_inner{
    width: 1000px;
}

#sakamotodays #category_search .search_main_wrap .order_wrap label span {
    border: unset;
    color: #fff;
    background: #00000099;
}
#sakamotodays #category_search .search_main_wrap .order_wrap label input:checked + span {
    border: unset;
    background: #000;
    box-shadow: unset;
}
#sakamotodays #gi_productlist .search_result .txt {
    border: unset;
}
#category_search .search_main_wrap .search_modal_btn a {
    box-shadow: unset;
    border: 1px solid #000;
}
#sakamotodays #category_search .search_main_wrap .order_wrap label span:hover,
#sakamotodays #category_search .search_main_wrap .order_wrap label input:checked + span:hover,
#category_search .search_main_wrap .search_modal_btn a:hover {
    background: #c30a14;
    box-shadow: unset;
}

/* 赤い部分をデザインに合う色に変更 */
/* 見出し下の線 */
#sakamotodays.gi_contentsarea .gi_subtitle._underline{
    position: relative;
    color: transparent;
    margin-bottom: 80px;
}

#sakamotodays.gi_contentsarea .gi_subtitle._underline:before {
    content: "";
    background: url(/img/grand_index/sakamotodays/tit_lineup_j92fgvtz.png) no-repeat top center;
    width: 278px;
    height: 116px;
    position: absolute;
    top: 0;
}
/* ページナビ */
#sakamotodays #gi_productlist .pagenavi li.active a, 
#sakamotodays #gi_productlist .pagenavi li a:hover, 
#sakamotodays #gi_productlist .pagenavi li a:active {
    background-color: #c30a14;
}

#sakamotodays #gi_productlist .product_search_list{
    justify-content: center;
}

/*商品下フリーエリア
==============================*/
/*関連情報
==============================*/
/*関連情報下
==============================*/
/*コピーライト
==============================*/
#sakamotodays .gi_copyright {
    display: none;
}