body{
    font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

a:hover{
    opacity: .8;
}

#sp_header,#sp_footer{
    display: none;
}

.wrap{
    margin: 0 auto 50px;
    overflow: hidden;
    /* background: url(https://thegold.itembox.design/item/f/event/watch_collection/images/2411_bg.jpg) #fff;
    background-size: contain;
    background-repeat: repeat;
    background-position: center; */
}


.content{
    max-width: 980px;
    margin: 0 auto
}
.content02{
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}
/* main visual */
.main_visual_wrap{
    background: #3f3934;
}
/* #main_visual{
    margin: 0 auto 62px;;
} */
#main_visual img{
    width: 100%;
    display: block;
}/* //main visual end */

#watch_collection h2{
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
}

/* concept */
.concept_wrap{
    background: url(https://thegold.itembox.design/item/f/event/watch_collection/images/2503/concept_bg.jpg) #fff;
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    padding: 120px 0;
    color: #fff;
}
h2.concept_brandname{ 
    font-size: 38px;
}
h2.concept_brandname span{
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 2;
}
.concept_txt{
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 40px;
    line-height: 2.4;
    font-size: 20px;
}


.concept_wrap02{
    background: url(https://thegold.itembox.design/item/f/event/watch_collection/images/2503/concept02_bg.jpg) #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.2rem;
    padding: 100px 0 0;
    margin-bottom: 70px;
}
.concept_wrap02 .content02{
    display: flex;
    flex-wrap: wrap;
}
.concept02_left{
    width: 70%;
}
.concept02_right{
    width: 30%;
}
.watch_img{
    max-width: 366px;
    margin: 0 auto;
    display: block;
}
h2.concept02_brandname{
    font-size: 38px;
    color: #655228;
    line-height: 1.5;
    
}
.concept02_txt{
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    color: #000;
    margin-top: 40px;
    line-height: 2.4;
    font-size: 20px;
}

/* //concept end */
.info{
    border: 1px solid rgb(146, 51, 7);
    width: 800px;
    margin: 0px auto 40px;
    text-align: center;
    padding: 10px 0;
    background: maroon;
    color: #fff;
}

/* link list */
.link_list{
    margin: 0 auto 100px;
}
.link_list ul{
    display: flex;
    justify-content: space-between;
    width: 980px;
}
.link_list li img{
    width: 100%;
}
.link_list.fixed{
    position: fixed;
    top: 0;
    z-index: 1000;
}

.list_ttl{
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 42px;
    text-align: center;
    color: #311503;
    background: #c3bfbd;
    padding: 20px 0;
    margin-bottom: 40px;
    
}
.list_ttl span{
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
}
/* item_wrap */
.item_wrap{
    margin: 0 auto 73px;
}
.item_wrap .ttl_img{
    margin: 0 auto 29px;
}
.item_wrap .ttl_img img{
    width: 100%;
}
.item_wrap .item_list{
    margin: 0 10px;
}
.item_wrap .item_list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item_wrap .item_list ul::before{
    content: '';
    display: inline-block;
    width: 230px;
    order: 1;
}
.item_wrap .item_list ul::after{
    content: '';
    display: inline-block;
    width: 230px;
}
.item_wrap .item_list li{
    margin-bottom: 15px;
    padding: 11px 10px;
    width: 230px;
    background-color: #fff;
    box-sizing: border-box;
}
.item_wrap .item_list li:hover img{
    opacity: .8;
}
.item_wrap .item_list li .thm{
    position: relative;
    margin: 0 auto 10px;
    max-width: 210px;
    background-color: #fff;
}
.item_wrap .item_list li.soldout .thm::after {
    content: "SOLD\AOUT";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    white-space: pre;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 3em;
    color: #FFF;
    line-height: 1;
    background-color: #454545;
    opacity: 0.7;
}
.item_wrap .item_list li .thm img{
    width: 100%;
    display: block;
}
.item_wrap .item_list li .brand_name{
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 20px;
    color: #cc9a21;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: rotate(.03deg);
    border-bottom: 1px solid #cc9a21;
}

.item_wrap .item_list li .item_name{
    margin-bottom: 10px;
    padding-bottom: 8px;
    text-align: center;
    border-bottom: 1px solid #cc9a21;
}
.item_wrap .item_list li .price{
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: rotate(.03deg);
    color: #e22020;
}
.item_wrap .item_list li .price::after{
    content: '円(税込)';
    font-size: 0.6em;

}
.item_wrap .item_list li .link_btn,
.more_btn .link_btn{
    border-radius: 5px;
    background-color: #242424;
}
.more_btn .link_btn{
    max-width: 480px;
    margin: 0 auto;
}
.item_wrap .item_list li .link_btn p,
.more_btn .link_btn p{
    padding: 12px 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.more_btn .link_btn p{
    padding: 20px 0;
    font-size: 30px;
}
.item_wrap .item_list li .link_btn a,
.item_wrap .item_list li .link_btn a:visited,
.more_btn .link_btn a,
.more_btn .link_btn a:visited{
    color: #fff;
    text-decoration: none;
}
.item_wrap .item_list li .link_btn a:hover,
.more_btn .link_btn a:hover{
    opacity: .8;
    text-decoration: underline;
}

/* page top btn */
#page_top_btn{
    position: fixed;
    right: 5%;
    bottom: 5%;
    opacity: 0;
    transition: .6s;
}
#page_top_btn.show{
    opacity: 100;
}
#page_top_btn img{
    width: 100%;
}
.more_btn{
    margin-top: 125px;
}
@media screen and  ( max-width: 1080px) {
    .content02{
        margin: 0 10px
    }
    .concept_wrap02{
        padding: 100px 0;
    }
    .watch_img{
        max-width: 320px;
    }

}
@media screen and  ( max-width: 900px) {
    #pc_header,#pc_footer,.h_nav {
        display: none;
    }

    #sp_header,#sp_footer{
        display: block;
    }

    /* レスポンシブヘッダー */
    #sp_header{
        width: 100%;
    }
    #sp_header .top_head{
        display: flex;
        justify-content: space-between;
        height: 44px;
        background: #333;
    }
    #sp_header .top_head .shopname{
        display: flex;
        align-items: center;
        margin-left: 1em;
    }
    #sp_header .top_head .shopname a{
        display: block;
        font-size: 14px;
        letter-spacing: .025em;
        color: #fff;
        text-decoration: none;
    }
    #sp_header .top_head .shopname a:visited,
    #sp_header .top_head .shopname a:hover{
        color: #fff;
        text-decoration: none;
    }
    #sp_header .top_head .cart_btn{
        display: flex;
        align-items: center;
        margin-right: 1em;
    }
    #sp_header .top_head .cart_btn a{
        display: block;
        z-index: 999;
        width: 28px;
        height: 28px;
        overflow: hidden;
        background: url(https://www.rakuten.ne.jp/gold/thegoldshopping/sp/images/rms_header_cart.png) no-repeat 50% 50%;
        background-size: 18px;
        white-space: nowrap;
        text-indent: 100%;
    }
    #sp_header nav ul{
        display: flex;
        flex-wrap: wrap;
    }
    #sp_header nav li{
        width: calc(100%/5);
        text-align: center;
        padding: 9px 0;
        font-size: 11px;
        background-color: #f6f6f6;
        border-right: 1px solid #ccc;
        box-sizing: border-box;
    }
    #sp_header nav li:nth-child(5),
    #sp_header nav li:last-child{
        border: none;
    }
    #sp_header nav li a,
    #sp_header nav li a:visited,
    #sp_header nav li a:hover{
        color: #333;
        text-decoration: none;
    }

    .wrap{
        padding-top: 20px;
    }

    /* #main_visual{
        margin-bottom: 8vw;
    } */

    .item_wrap{
        margin-bottom: 6vw;
    }

    .info {
        border: 1px solid rgb(146, 51, 7);
        width: 500px;
        margin: 39px 240px 30px -40px;
        text-align: center;
        padding: 10px 0;
        background: maroon;
        color: #fff;
    }

    .link_list{
        margin: 0 auto 20px;
    }
    .link_list ul{
        justify-content: space-around;
        flex-wrap: wrap;
        width: auto;
    }
    .item_wrap .item_list ul::before{
        content: '';
        width: 32.7%;
        display: inline-block;
        order: 1;
    }
    .item_wrap .item_list ul::after{
        content: '';
        width: 32.7%;
        display: inline-block;
    }
    .link_list li a:hover{
        opacity: 1;
    }
    .link_list li{
        width: calc(96%/2);
        margin-bottom: 1vw;
    }

    .item_wrap .item_list li{
        width: calc(98%/3);
    }
    .list_ttl{
        font-size: 38px;
        padding: 10px 0;
        margin-bottom: 40px;
    }
    .list_ttl span{
        font-size: 22px;
    }


    #page_top_btn{
        right: 3%;
        bottom: 3%;
    }
    #page_top_btn img{
        width: 80%;
    }

    /* レスポンシブフッター */
    #resp_footer_wrap{
        width: 100%;
        margin: 0 0 25px 0;
    }

    #resp_footer_wrap h2 img{
        width: 100%;
    }

    #resp_footer_wrap div.footer_box ul{
        width: 100%;
    }

    #resp_footer_wrap div.footer_box ul li{
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #bca187;
        background-image: url(https://image.rakuten.co.jp/thegoldshopping/cabinet/smah/smah_arrowicon.gif);
        background-repeat: no-repeat;
        background-position: right center;
    }

    #resp_footer_wrap div.footer_box ul li a{
        display: block;
        padding: 1.5% 1.5%;
        font-size: 3.5vw;
        text-decoration: none;
        color: #000000;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #resp_footer_wrap #rtop{
        width: 95%;
        margin: 20px auto;
    }

    #resp_footer_wrap #rtop img{
        width: 100%;
        height: auto;
    }
    /* concept */
    .concept_wrap{
        background: url(https://thegold.itembox.design/item/f/event/watch_collection/images/2503/concept_bg.jpg) #fff;
        padding: 60px 10px;
    }
    h2.concept_brandname{ 
        font-size: 22px;
    }
    h2.concept_brandname span{
        font-size: 18px;
        line-height: 2;
    }
    .concept_txt{
        margin-top: 20px;
        line-height: 2.4;
        font-size: 16px;
    }


    .concept_wrap02 .content02{
        flex-direction: column-reverse;
        gap: 30px 0;
    }
    .concept02_left{
        width: 100%;
    }
    .concept02_right{
        width: 100%;
    }
    h2.concept02_brandname{
        font-size: 22px;
        color: #655228;
        
    }
    .concept02_txt{
        margin-top: 20px;
        line-height: 2.4;
        font-size: 16px;
    }
    .watch_img{
        max-width: 180px;
    }
    /* //concept end */
    .more_btn{
        margin: 60px auto 120px;
    }

    .more_btn .link_btn{
        margin: 0 10px;
    }

    .more_btn .link_btn p{
        padding: 20px 0;
        font-size: 24px;
    }
    .item_wrap .item_list li .link_btn a,
    .item_wrap .item_list li .link_btn a:visited,
    .more_btn .link_btn a,
    .more_btn .link_btn a:visited{
        color: #fff;
        text-decoration: none;
    }
    .item_wrap .item_list li .link_btn a:hover,
    .more_btn .link_btn a:hover{
        opacity: .8;
        text-decoration: underline;
    }
}
@media screen and  ( max-width: 750px) {
    .concept_wrap02{
        background: url(https://thegold.itembox.design/item/f/event/watch_collection/images/2503/concept02_bgsp.jpg) ;
        background-size: contain;
        padding: 60px 0;
    }

}
@media screen and  ( max-width: 600px) {
    .item_wrap .item_list li{
        width: calc(98%/2);
    }
    .item_wrap .item_list li .brand_name{
        font-size: 4vw;
    }
    .item_wrap .item_list li .item_name{
        font-size: 3.8vw;
    }
    .item_wrap .item_list li .price{
        font-size: 6vw;
    }
}

@media screen and  ( max-width: 320px) {
    .item_wrap .item_list li .link_btn p{
        font-size: 14px;
    }
}
