@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/

.back {
    background-color: #f2f2f2;
    background-attachment: fixed;
    z-index: 1;
}

article#contents {
    padding-bottom: 0;
}

/* パンくず削除 */
#pankuzu {
    display: none;
}

main,
main#wrapper {
    padding: 0;
    max-width: none !important;
}

#smart-collection img {
    width: 100%;
    height: auto;
}

#smart-collection a {
    display: block;
}

#smart-collection h2,
#smart-collection p,
#smart-collection a,
#smart-collection h3,
#smart-collection h4 {
    font-family: "Zen Kaku Gothic New", 'Noto Sans JP', 'Yu Gothic black', sans-serif, 'メイリオ';
    color: #383b3e;
}

/* ヘッダー画像削除 */
.header-info-red a {
    display: none;
}

/* フッター調整 */
footer {
    position: relative;
    z-index: 5;
}

footer,
footer .bottom {
    margin-top: 0 !important;
    max-width: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
    position: relative;
    z-index: 10;

}

article#contents {
    padding-bottom: 0 !important;
}

/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/

#smart-collection {
    max-width: 750px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 10px 25px 0 rgb(187 187 187);
    padding-bottom: 1rem;
    box-sizing: border-box;
}

#smart-collection .inner {
    background-color: #f2f2f2;
    background: linear-gradient(to bottom, #f2f2f2, #FFF);
    position: relative;
    z-index: 1;
}

/*==============================================
 看板
================================================*/
#smart-collection .kanban {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 100%;
}

/*==============================================
 見出し
================================================*/

#smart-collection section h2,#smart-collection section h3 {
    text-align: center;
}
#smart-collection section .heading_1 h2 {
    font-size: 2rem;
    margin: .5rem 0 1rem;
}
/*==============================================
 セクション　campaign
================================================*/
#smart-collection div.campaign {
    background-color: #f45e5f;
    text-align: center;
    padding: 1rem 0 0;
}
#smart-collection div.campaign h2 {
    color: #fff;
}
#smart-collection div.campaign .bn_col_1 {
    margin: auto;
}
#smart-collection div.campaign p.period {
    color: #fff;
    font-size: 1.2rem;
    margin: 0 auto .5rem;
    width: 80%;
}
#smart-collection div.campaign p.detail {
    color: #fff;
    margin: 0 0 1rem 0;
}
#smart-collection div.campaign p .sp_bg {
    background-color: #fff;
    color: #f45e5f;
    margin: 0 .5rem 0 0;
    padding: .2rem 1rem;
    border-radius:50px;
}
#smart-collection div.campaign h3 {
    background-color: #f2f2f2;
    color: #f45e5f;
    padding: 1rem 0 0;
    font-size: 1.5rem;
}
/*==============================================
 セクション　product
================================================*/

#smart-collection section.product {
    width: 100%;
    margin: 0;
    padding: 35px 0;
    position: relative;
}
#smart-collection section.product:nth-of-type(even)::before {
    background-color: #ffffff;
}
#smart-collection section.product::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f2f2f2;
    transform: skewY(-7deg);
    z-index: -1;
}
#smart-collection section.product:last-child {
    background-color: #fff;
}

#smart-collection section.product .heading_1 .heading_icon {
    width: 17%;
    margin: 1rem auto 0;
}
#smart-collection section.product .camp_sp {
    font-size:.8rem;
    font-weight:200;
    text-align: center;
}
#smart-collection section.product .scroll {
    overflow-x: scroll;
    width: 100%;
    padding:0 0 1rem 1rem;
    box-sizing: border-box;
}
#smart-collection section.product ul.image_box  {
    display: flex;
}
#smart-collection section.product ul.image_box li  {
    width: 300px;
    flex-shrink: 0;
    padding:0 1rem 0 0;
}
#smart-collection section.product .flex {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 1rem auto .5rem;
    align-items: center;
}
#smart-collection section.product .flex p.item_price {
    font-family: Lato;
    font-weight: 700;
    font-size: 2rem;
    flex-flow: column;
    display: inline-flex;
    align-items: start;
}
#smart-collection section.product .flex .item_color a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#smart-collection section.product .flex .item_color img {
    width: 60%;
    margin-right: 0;
}
#smart-collection section.product .flex .item_color.width img {
    width: 35%;
    margin-right: 0;
}
#smart-collection section.product .item_point {
    text-align: center;
    font-size: 1rem;
    margin: 0 0 1rem;
}
#smart-collection section.product .btn a {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background-color: #383b3e;
    color:#ffffff;
    border:solid 1px #383b3e ;
    padding: .5rem 0 ;
    position: relative;
}
#smart-collection section.product .btn a:after{
    right: 6%;
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    transition: .3s;
}
#smart-collection section.product .btn a:hover {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    color:#383b3e!important;
    border:solid 1px #383b3e ;
    padding: .5rem 0 ;
}
#smart-collection section.product .btn a:hover::after {
    border-top: 3px solid #383b3e;
    border-right: 3px solid #383b3e;
    right: 5%;
}

/*==============================================
 セクション　category
================================================*/
#smart-collection section.category {
    background-color: #ffffff;
    padding: 1rem 0 0 ;
}
#smart-collection section.category .category_box {
    display: flex;
    width: 80%;
    gap: 1rem;
    margin: 0 auto;
    justify-content: center;
}
#smart-collection section.category .category_box li a {
    text-align: center;
    display: flex;
    flex-direction: column;
}
#smart-collection section.category .category_box li img {
    width: 80%;
    margin: 0 auto;
}
/*==============================================
ナビゲーション ここから
================================================*/
#smart-collection #nav {
    position: fixed;
    z-index: 10;
    bottom: 0%;
    right: 0%;
    height: 100vh;
}

#smart-collection #nav.panelactive {
    width: 100%;
}

#smart-collection #nav .gray-back {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #5656566b;
}

#smart-collection #nav .gray-back.active {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#smart-collection #nav .g-nav {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    width: calc((70vw - 500px) / 2);
    height: calc(100vh - 141px);
    display: flex;
    align-items: center;
    transition: .55s;
    border-radius: 0 0 5px 5px;
    z-index: 5;
}

#smart-collection #nav .nav-title {
    position: relative;
    width: 100%;
}

#smart-collection #nav .g-nav-list .title {
    width: 80%;
    max-width: 240px;
    margin: 0 auto 2%;
}

#smart-collection #nav .g-nav-list .g-nav-link {
    color: #FFF;
    text-align: center;
    width: 100%;
    max-width: 300px;
}

#smart-collection #nav .g-nav-list .g-nav-link a {
    padding: 1em 0;
    color: #111111;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px dashed #b7a89c;
}

#smart-collection #nav .g-nav-list .g-nav-link a::after {
    transform: translateY(0.05em) rotate(-45deg);
    margin-left: 2%;
    width: 5px;
    height: 5px;
    border-bottom: 3px solid #111111;
    border-right: 3px solid #111111;
    content: '';
}

#smart-collection #nav .g-nav-list .nav-img {
    position: absolute;
    bottom: .1px;
    right: .1px;
    width: 32%;
    animation: hyoko 1s .4s both ease-in-out;
    display: block;
}

/*アクティブクラスがついたら位置を0に*/
#smart-collection #nav .g-nav.panelactive {
    top: 0;
    transform: translateY(0%);
}

/*ナビゲーションの縦スクロール*/
#smart-collection #nav .g-nav .g-nav-list {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

/*==============================================
ナビゲーション ここまで
================================================*/
#smart-collection .side_img {
    position: fixed;
    z-index: 10;
    top: 15%;
    left: 3%;
    height: 100vh;
    width: 20%;
}