@charset "euc-jp";

/*-----------------------------------

common.css
SP基本レイアウト

-----------------------------------*/

body {
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    color: #333;
}

h1, h2, h3, h4, h5 { margin: 0; }
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
dl, p {
    margin: 0;
    padding: 0;
}
i { font-style: normal; }
a {
    color: #0088cc;
}
.link {
    color: #0088cc;
    text-decoration: underline;
}
img {
    vertical-align: bottom;
}
input { vertical-align: middle; }

em { font-style: normal; }

/*
header
-----------------------------------*/
#header {
    display: table;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 45px;
    margin: 0;
    background: #fff;
    overflow: hidden;
    line-height: 0;
}
#header.noFloating { position: absolute; }

/* メニュー・カートbtn */
#menuButton,
#searchButton,
#headerCart {
    display: table-cell;
    position: relative;
    width: 35px;
    min-width: 35px;
    height: 30px;
    padding-top: 5px;
    border: #fff 5px solid;
    background: #fff;
    font-size: 1px;
    text-align: center;
    text-decoration: none;
    color: transparent;
}
    #searchButton { border-right: 0; }
    #menuButton:before,
    #searchButton:before,
    #headerCart:before {
        display: block;
        content: "";
        width: 25px;
        height: 25px;
        margin: 0 auto;
        background: url(./../img/ico.png) no-repeat 0 0;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }
    #searchButton:before {
        background-position: -136px -127px;
    }
    #headerCart a {
        text-decoration: none;
        color: transparent;
        display: block;
    }
    #headerCart:before {
        padding-right: 2px;
        background-position: -35px 0 ;
    }
    #headerCart .quantityIn {
        display: block;
        position: absolute;
        top: 1px;
        right: 1px;
        height: 18px;
        min-width: 12px;
        padding: 0 3px;
        border: #f3f3f3 1px solid;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background: #dc2525;
        line-height: 18px;
        font-size: 11px;
        color: #fff;
}

#headerLogo {
    display: table-cell;
    width: 100%;
    text-align: left;
    line-height: 1;
    vertical-align: bottom;
    padding: 1px 0 0;
}
    #headerLogo a {
        display: inline-block;
        height: 15px;
    }
    #headerLogo img {
        width: 30px;
		margin: 2px 0 0 7px;
        vertical-align: top;
    }

#sb-site {
    min-height: 100%;
    padding-top: 45px;
}

#postageInfo {
    margin: 7px 0 0;
    padding: 3px;
    background: #f3f3f3;
    font-size: 10px;
    text-align: center;
}
    #postageInfo strong {
        font-weight: normal;
        color: #dc2525;
    }


/* ヘッダーエンブレム */
div.emblem{
	text-align: center;
	clear: both;
}

/* スマートフォン ポイント */
div.sphead-point03{
	font-size: 14px;
	padding: 5px 0 2px;
	background: #ff829c;
	text-align: center;
}

div.sphead-point03 a{
	color: #fff;
}

div.sphead-point03 strong{
	font-size: 18px;
}

/* レディース・メンズtab */
#gTab {
    margin: 10px 0;
    padding-left: 10px;
    border-bottom: #ff829c 4px solid;
    overflow:hidden;
}
    #gTab li {
        float: left;
        width: 50%;
    }
        #gTab li span,
        #gTab li a {
            display: block;
            height: 33px;
            margin-right: 10px;
            border: #5c5c5c 1px solid;
            border-bottom: 0;
            font-size: 16px;
            text-align: center;
            text-decoration: none;
            line-height: 33px;
            color: #858585;
        }
    #gTab.ladies {
        border-color: #ff829c;
    }
        #gTab.ladies .current span {
            border-color: #ff829c;
            background: #ff829c;
            color: #fff;
        }
    #gTab.mens {
        border-color: #5dbec7;
    }
        #gTab.mens .current span {
            border-color: #5dbec7;
            background: #5dbec7;
            color: #fff;
        }
		
/* レディース・メンズtab +KIDStab 1710追加 */
#gTab3 {
    margin: 10px 0;
    padding-left: 10px;
    border-bottom: #ff829c 4px solid;
    overflow:hidden;
}
    #gTab3 li {
        float: left;
        width: 33.3%;
    }

        #gTab3 li span,
        #gTab3 li a {
            display: block;
            height: 33px;
            margin-right: 10px;
            border: #5c5c5c 1px solid;
            border-bottom: 0;
            font-size: 16px;
            text-align: center;
            text-decoration: none;
            line-height: 33px;
            color: #858585;
        }
    #gTab3.ladies {
        border-color: #ff829c;
    }
        #gTab3.ladies .current span {
            border-color: #ff829c;
            background: #ff829c;
            color: #fff;
        }
    #gTab3.mens {
        border-color: #5dbec7;
    }
        #gTab3.mens .current span {
            border-color: #5dbec7;
            background: #5dbec7;
            color: #fff;
        }
	#gTab3.kids {
        border-color: #ffcc00;
    }
        #gTab3.kids .current span {
            border-color: #ffcc00;
            background: #ffcc00;
            color: #000;
        }

#headerSearch {
    position: relative;
    margin: 10px 47px 10px 10px;
	padding-top: 0px;
}

#headerSearch.isLiveserchWrap{
    margin: 4px;
    width: -webkit-calc(100% - 8px);
    width: calc(100% - 8px);
}

    #headerSearch.isLiveserchWrap form{
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: end;
        justify-content: center;
    }

    #headerSearch .inputText {
        border-right: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    
    #headerSearch.isLiveserchWrap .inputText{
        width: -webkit-calc(75% - 37px); 
        width: calc(75% - 37px);
        height: 35px;
        padding: 8px 10px;
        margin: 0;
        border: #ccc 1px solid;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    
    #headerSearch .btnSearch01 {
        position: absolute;
        top: 0;
        right: -37px;
        width: 37px;
        height: 35px;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #333 url(https://www.rakuten.ne.jp/gold/shirohato/images/sp/common/ico.png) no-repeat -70px 9px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
        color: transparent;
    }
    
    #headerSearch.isLiveserchWrap .btnSearch01 {
        position: relative;
        top: 0;
        right: 0;
        width: 37px;
        height: 35px;
        margin: 0;
    }

/* 出荷状況 */
.shipmentInfo {
    display: table;
    width: 100%;
    margin: 0;
    line-height: 1.3;
}
    .shipmentInfo dt,
    .shipmentInfo dd {
        display: table-cell;
        font-size: 10px;
        text-align: center;
        vertical-align: middle;
        color: #fff;
    }
    .shipmentInfo dt {
        width: 25px;
        min-width: 25px;
        padding: 5px;
        background: #333;
    }
    .shipmentInfo dd {
        width: 100%;
        padding: 5px 10px 5px 5px;
        background: #5c5c5c;
    }
        .shipmentInfo dd b {
            font-size: 14px;
            font-weight: normal;
        }
        .shipmentInfo dd strong {
            padding-right: 3px;
            font-weight: bold;
        }
        .shipmentInfo dd .small {
            font-size: 10px;
        }
        .shipmentInfo dd a {
            color: #fff;
        }




/* Form
-----------------------------------*/
button,
input,
select,
textarea,
pre {
    font-family: 'Montserrat','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN', 'sans-serif';
    font-size: 14px;
    vertical-align: middle; 
}
input[type="text"],
input[type="password"] ,
input[type="tel"] ,
input[type="number"] ,
input[type="email"],
input[type="url"] {
    width: 100%;
    height: 35px;
    padding: 8px 10px;
    margin: 0;
    border: #ccc 1px solid;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
       -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
               box-sizing: border-box;
    background: #fff;
    -webkit-appearance:none; /* for iPhone */
}
input[type="checkbox"],
input[type="radio"] {
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 200%;
       -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
           -ms-box-sizing: border-box;
               box-sizing: border-box;
}
label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 14px;
}
select {
    height: 35px;
    margin: 0;
    padding: 5px 3px 5px 3px;
    line-height: 35px;
/*    border: #bfb4ad 1px solid;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;*/
       -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
               box-sizing: border-box;
}
textarea {
    width: 100%;
    padding: 10px;
    height: 6em;
    border: #ccc 1px solid;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 4px 5px 0 #ebebeb inset;
       -moz-box-shadow: 0 4px 5px 0 #ebebeb inset;
            box-shadow: 0 4px 5px 0 #ebebeb inset;
       -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
           -ms-box-sizing: border-box;
               box-sizing: border-box;
}
input[type="text"]:disabled {
    border: #b0aeae 1px solid;
    background: #dfdfdf;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
button {
    cursor: pointer;
}


/*
基本レイアウト
-----------------------------------*/
main {
    margin: 5px 0 0;
}

/* TEXT */
.txt_center { text-align: center !important; }
.txt_left { text-align: left !important; }
.txt_right { text-align: right !important; }
.attention { color: #cb0000 !important; }

.textBox01 {
    margin: 15px;
}
.headline01 + .textBox01 { margin-top: 0; }

    .textBox01 .title {
        margin: 15px 0;
        font-size: 16px;
    }
    .textBox01 .title:first-child { margin-top: 0; }
    .textBox01 p { margin-top: 10px; }
    .textBox01 p:first-child { margin-top: 0; }
    .textBox01 p.right { text-align: right; }
    .textBox01 ul,
    .textBox01 ol {
         list-style-type: disc;
         margin: 10px 0 0 20px;
     }
    .textBox01 ol { list-style-type: decimal; }
    .textBox01 li {
        margin-top: 5px;
        line-height: 1.2;
    }




/* コンテンツボックス */
.contentBox01 {
	overflow: hidden;/*1710追加*/
    margin: 20px 0 0;
	border-top: #d6d6d6 1px solid;
}
/* コンテンツボックス メインカルーセル用 1710追加*/
.contentBox_main_cal {
	overflow: hidden;
}


/*
パンくず
-----------------------------------*/
#pkz {
    margin: 5px;
    font-size: 8px;
}
    #pkz li {
        display: inline;
        margin-right: 3px;
        vertical-align: middle;

    }
    #pkz a {
        display: inline-block;
        position: relative;
        padding: 3px;
        background: #f3f3f3;
        text-decoration: none;
        color: #333;
    }
    #pkz a:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: -3px;
        width: 0;
        height: 0;
        margin-top: -3px;
        border-style: solid;
        border-width: 3px 0 3px 3px;
        border-color: transparent transparent transparent #f3f3f3;
    }
    #pkz .home a {
        width: 10px;
        color: /*transparent*/;
        text-indent: -9999px;
        background: #f3f3f3 url(https://www.rakuten.ne.jp/gold/shirohato/images/sp/common/ico.png) no-repeat 3px -165px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
}



/*
見出し
-----------------------------------*/
/* ページタイトル*/
.mainHead01 {
    margin: 20px ;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.1;
}


/* コンテンツ区切り */
.headline01,
.headline02 {
    padding: 20px 10px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #333;
}
.headline02 {
    font-size: 16px;
}

.heading01 {
    padding: 10px 15px;
    background: #f3f3f3;
    font-size: 16px;
    font-weight: normal;
}

.subHead01 {
    padding: 8px 0;
    font-size: 14px;
}



/*
アイテムリスト3列
-----------------------------------*/
.listItem01 {
    margin: 0 5px 0 0 ;
}
    .listItem01 > li {
        float: left;
        width: 33.3%;
        margin-top: 15px;
    }
    .listItem01 > li:nth-child(-n+3) { margin-top: 0; }
    .listItem01 a {
        display: block;
        margin-left: 5px;
        text-decoration: none;
    }
     .listItem01 .name {
        height: 2.8em;
        margin: 5px 5px 0;
        font-size: 12px;
        color: #333;
        overflow: hidden;
    }
        .listItem01 a img {
            width: 100%;
        }
        .listItem01 a .price {
            margin: 8px 5px 0;
            font-size: 10px;
            color: #dc2525;
        }
            .listItem01 a .price strong {
                font-size: 14px;
                color: #dc2525;
            }
            .listItem01 a .price .tax {
                margin-left: 3px;
                color: #858585;
            }
        .listItem01 a .off {
            margin: 0 5px;
        }


/*
recommender
-----------------------------------*/
#recommender {
    padding: 0 5px 0 0;
}
.dv_rc_title {
    padding: 20px 5px 20px 10px;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #333;
}
    .dv_rc_items {
        float: left;
        width: 33.3%;
    }
    .dv_rc_items a {
        display: block;
        margin-left: 5px;
        text-decoration: none;
        color: #333;
    }
    .dv_rc_items img {
        width: 100%;
    }
    .dv_rc_name {
        font-size: 12px;
        height: 2.8em;
        margin: 5px 5px 0;
        overflow: hidden;
    }
    .dv_rc_price {
        margin: 8px 10px 0;
        font-size: 14px;
        color: #333;
    }
    .dv_rc_description {
        display: inline-block;
        margin: 0 10px;
        padding: 3px;
        background: #dc2525;
        font-size: 10px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
    }


/*
ページネート
-----------------------------------*/
.pagination {
    position: relative;
    margin: 5px;
    height: 40px;
    background: #d6d6d6;
    text-align: center;
    line-height: 40px;
}
    .pagination .prev,
    .pagination .next {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        border-right: #fff 2px solid;
        color: transparent;
        overflow: hidden;
}
    .pagination .next {
        left: auto;
        right: 0;
        border-right: 0;
        border-left: #fff 2px solid;
}
    .pagination .prev:before,
    .pagination .next:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 15px;
        margin: -7px 0 0 -8px;
        background: url(https://www.rakuten.ne.jp/gold/shirohato/images/sp/common/ico.png) no-repeat 0 -60px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
}
    .pagination .next:before { background-position: -35px -60px; }


/*
テーブル
-----------------------------------*/



/*
ボタン
-----------------------------------*/
/* BOX1 */
.boxBtn01 {
    margin: 20px 15px 0;
    text-align: center;
}

.boxBtn01.btmBtn {
    margin: 20px 0 0;
    padding: 20px 15px 0;
    border-top: #ccc 1px solid;
}

    .boxBtn01 p {
        margin-top: 10px;
        font-size: 12px;
    }
    .boxBtn01 p:first-child { margin-top: 0; }


/* BOX2 付属type */
.boxBtn02 {
    margin: 1px 5px 0;
}

/* BTN list */
.btnList01 li { margin-bottom: 10px; }
.btnList01 li:last-child { margin-bottom: 0; }
    .btnList01 li button { margin: 0; }


/* main size color:black */
.btnSearch01,
.btnNext01,
.btnNext02,
.btnCart01 {
    display: block;
    position: relative;
    width: 100%;
    padding: 15px 0;
    vertical-align: middle;
    background: #333;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.1;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
}
    /* アイコン */
    .btnSearch01:after,
    .btnNext01:after,
    .btnNext02:after {
        display:block;
        content: "";
        position: absolute;
        top: 50%;
        background: url(https://www.rakuten.ne.jp/gold/shirohato/images/sp/common/ico.png) no-repeat 0 0;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
     }

    /* seach 虫めがね */
    .btnSearch01:after {
        right: 20px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background-position: -116px 0;
    }
    /* next > */
    .btnNext01:after,
    .btnNext02:after {
        right: 15px;
        width: 15px;
        height: 15px;
        margin-top: -7px;
        background-position: -35px -35px;
    }
    .btnNext02 { background-color: #dc2525; }

         /*liveserch用スタイル*/
         #headerSearch.isLiveserchWrap .btnNext01{
             position: relative;
             width: -webkit-calc(25% - 5px);
             width: calc(25% - 5px);
             margin: 0 0 0 5px;
             height: 36px;
             padding: 0;
             -webkit-border-radius: 0px;
             -moz-border-radius: 0px;
             border-radius: 0px;
             text-align: center;
             line-height: 36px;
             font-size: 11px;
         }

         #headerSearch.isLiveserchWrap .btnNext01:after {
             display: none;
         }
         
         .side_bt_wrap{
             margin-top: 5px;
         }

         .side_bt_wrap .btnNext01{
             -webkit-border-radius: 0px;
             -moz-border-radius: 0px;
             border-radius: 0px;
             font-size: 14px;
             line-height: 35px;
             padding: 0px;
         }

/* sub size */
.btnMore01,
.btnReset01,
.btnPrev01,
.btnNext03,
.btnPageTop01,
.btnReCalc01,
.btnCancel01 {
    display: block;
    position: relative;
    width: 50%;
    padding: 10px 0;
    margin: 10px auto 0;
    vertical-align: middle;
    border: none;
    background: #333;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.1;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
}
    /* more > */
    .btnMore01:after {
        display: inline-block;
        content: "";
        width: 10px;
        height: 10px;
        margin: 0 -10px 0 10px;
        background: url(https://www.rakuten.ne.jp/gold/shirohato/images/sp/common/ico.png) no-repeat -30px -129px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }

    /* reset × */
    .btnReset01,
    .btnCancel01 {
        width: 100%;
        background-color: #858585;
    }
    .btnReset01:after,
    .btnCancel01:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        background: url(https://www.rakuten.ne.jp/gold/shirohato/images/sp/common/ico.png) no-repeat 0 -190px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }
    
    /* prev < */
    .btnPrev01 {
        width: 100%;
    }
    .btnPrev01:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        background: url(https://www.rakuten.ne.jp/gold/shirohato/images/sp/common/ico.png) no-repeat 0 -129px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }

    /* next < */
    .btnNext03 {
        width: 100%;
    }
    .btnNext03:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 10px;
        height: 10px;
        margin-top: -5px;
        background: url(https://www.rakuten.ne.jp/gold/shirohato/images/sp/common/ico.png) no-repeat -30px -129px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }

    /* pagetop mini < */
    .btnPageTop01 {
        padding: 5px 0;
        font-size: 10px;
        overflow: visible;
        background: #5c5c5c;
    }
    .btnPageTop01:after {
        display: block;
        content: "";
        position: absolute;
        top: -5px;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -4px;
        border-style: solid;
        border-width: 0 4px 5px 4px;
        border-color: transparent transparent #5c5c5c transparent;
    }

    /* 再計算 */
    .btnReCalc01 {
        width: 100%;
    }
    .btnReCalc01:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 17px;
        height: 18px;
        margin-top: -9px;
        background: url(https://www.rakuten.ne.jp/gold/shirohato/images/sp/common/ico.png) no-repeat 0 -212px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }


/* sub size 付属type */
.btnMore02 {
    display: block;
    position: relative;
    padding: 13px 0;
    background: #d6d6d6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.1;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
}
    .btnMore02:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        background: url(https://www.rakuten.ne.jp/gold/shirohato/images/sp/common/ico.png) no-repeat -32px -107px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }



/*
アイコン
-----------------------------------*/
.off {
    display: inline-block;
    font-size: 8px;
    font-weight: bold;
    line-height: 1;
    color: #1788cc;
}
    .off strong {
        font-size: 10px;
    }

/*  SNS */
.iconFB, .iconTwitter, .iconLINE, .iconINSTA {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    color: #fff;
}
.iconFB { background: #3b5998; }
.iconTwitter { background: #ff829c;width: 45px; }
.iconLINE { background: #2dc200; }
.iconINSTA { background: #aa3db2;;width: 85px; }



/*
スライド　サイドメニュー
-----------------------------------*/
.sb-active #header:after,
.sb-active #sb-site:after {
    display: block;
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    visibility: visible;
    -moz-opacity: 0.65;
    opacity: 0.65;
    z-index: 10;
}


/* LEFT */
#slideLeft {
    background: #fff;
    font: normal 12px/1.4 'Montserrat', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', メイリオ, sans-serif;

}
#slideLeft .user {
    padding: 15px 10px;
    background: #f3f3f3;
}
    #slideLeft p.name,
    #slideLeft p.title {
        position: relative;
        padding-left: 18px;
        font-size: 10px;
    }
        #slideLeft  p.name:before,
        #slideLeft  p.title:before {
            display: block;
            content: "";
            position: absolute;
            top: 2px;
            left: 0;
            width: 15px;
            height: 15px;
            background: url(https://www.rakuten.ne.jp/gold/shirohato/images/sp/common/ico.png) no-repeat -151px 0;
            -webkit-background-size: 250px 250px;
            -moz-background-size: 250px 250px;
            -ms-background-size: 250px 250px;
            background-size: 250px 250px;
        }

        #slideLeft p.title { font-size: 14px; }
        #slideLeft p.title:before { background-position:  -151px -25px; }

        #slideLeft p.name strong {
            margin-left: 5px;
            font-size: 14px;
        }
        #slideLeft p.name i {
            display: inline-block;
            margin-left: 5px;
            padding: 2px 10px;
            background: #858585;
            color: #fff;
        }
        #slideLeft p.rank {
            margin: 3px 0 0;
            padding: 0;
            font-size: 10px;
        }

        #slideLeft .user ul {
            margin: 5px 0 0 -5px;
        }
        #slideLeft .user li {
            float: left;
            width: 50%;
        }
        #slideLeft .user li a {
            display: block;
            position: relative;
            margin-left: 5px;
            padding: 8px 10px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            background: #c00000;
            font-size: 12px;
            text-decoration: none;
            color: #fff;
        }
        #slideLeft .user li a:after {
            display: block;
            content: "";
            position: absolute;
            top: 50%;
            right: 5px;
            width: 12px;
            height: 12px;
            margin-top: -6px;
            background: url(https://www.rakuten.ne.jp/gold/shirohato/images/sp/common/ico.png) no-repeat -32px -85px;
            -webkit-background-size: 250px 250px;
            -moz-background-size: 250px 250px;
            -ms-background-size: 250px 250px;
            background-size: 250px 250px;
        }

#slideLeft .sideItem01 {
    position: relative;
    border-top: #e6e6e6 1px solid;
    padding: 10px;
}
    #slideLeft .sideItem01 .titleFavo,
    #slideLeft .sideItem01 .titleHistory {
        position: relative;
        padding: 5px 0 10px 20px;
        font-weight: normal;
        font-size: 14px;
    }
    #slideLeft .sideItem01 .titleFavo:before,
    #slideLeft .sideItem01 .titleHistory:before {
        display: block;
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        width: 15px;
        height: 15px;
        background: url(https://www.rakuten.ne.jp/gold/shirohato/images/sp/common/ico.png) no-repeat -186px 0;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }
    #slideLeft .sideItem01 .titleHistory:before { background-position: -221px 0 ; }
    #slideLeft .sideItem01 .more {
        display: block;
        position: absolute;
        top: 14px;
        right: 10px;
        padding-right: 15px;
        font-size: 12px;
        text-decoration: none;
        color: #333;
    }
    #slideLeft .sideItem01 .more:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        background: url(https://www.rakuten.ne.jp/gold/shirohato/images/sp/common/ico.png) no-repeat -32px -107px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }
    #slideLeft .sideItem01 ul {
        margin-left: -5px;
	margin-bottom: 70px;
    }
    #slideLeft .sideItem01 li {
        float: left;
        width: 25%;
    }
    #slideLeft .sideItem01 li a {
        display: block;
        margin-left: 5px;
    }
    #slideLeft .sideItem01 img {
        width: 100%;
    }

#slideLeft .sideMenu01 li{
    border-top: #fff 1px solid;
}
    #slideLeft .sideMenu01 a {
        display: block;
        position: relative;
        padding: 15px 20px;
        background: #333;
        font-size: 14px;
        text-decoration: none;
        color: #fff;
    }
    #slideLeft .sideMenu01 a:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 15px;
        height: 15px;
        margin-top: -7px;
        background: url(https://www.rakuten.ne.jp/gold/shirohato/images/sp/common/ico.png) no-repeat -35px -35px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }

#slideLeft .sideUtility .title {
    padding: 15px 20px 5px;
    font-size: 14px;
}
    #slideLeft .sideMenu02 li {
        border-top: #fff 1px solid;
    }
    #slideLeft .sideMenu02 a {
        display: block;
        position: relative;
        padding: 13px 20px;
        background: #f3f3f3;
        font-size: 10px;
        text-decoration :none;
        color: #333;
    }
    #slideLeft .sideMenu02 a:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 12px;
        height: 12px;
        margin-top: -6px;
        background: url(https://www.rakuten.ne.jp/gold/shirohato/images/sp/common/ico.png) no-repeat -32px -107px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }

#slideLeft .sns {
     background: #fff;
     padding: 10px;
     text-align: center;
}
    #slideLeft .sns a { margin: 0 5px; }


/* RIGHT */
#slideRight {
    padding: 0 10px 15px;
    background: #fff;
    font: normal 12px/1.4 'Montserrat', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', メイリオ, sans-serif;
}
#slideRight .search {
    position: relative;
    margin: 0 37px 0 0;
}
    #slideRight .search .inputText {
        border-right: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    #slideRight .search .btnSearch01 {
        position: absolute;
        top: 0;
        right: -37px;
        width: 37px;
        height: 35px;
        border: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #333 url(https://www.rakuten.ne.jp/gold/shirohato/images/sp/common/ico.png) no-repeat -70px 9px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
        color: transparent;
    }

#slideRight .keyword {
    margin-top: 20px;
}
    #slideRight .keyword .title {
        font-size: 14px;
        font-weight: normal;
    }
    #slideRight .keyword .listLink01 {
        margin: 5px 0 15px;
        font-size: 12px;
    }


/*
Page top
-----------------------------------*/
#pageTop {
    margin: 40px 0 10px;
    background: #5c5c5c;
}
    #pageTop a {
        position: relative;
        display: block;
        padding: 5px;
        font-size: 10px;
        text-align: center;
        text-decoration: none;
        color: #fff;
    }
    #pageTop a:before {
        display: block;
        content: "";
        position: absolute;
        top: -8px;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -7px;
        border-style: solid;
        border-width: 0 7.5px 8px 7.5px;
        border-color: transparent transparent #5c5c5c transparent;
    }


/* floating */
#pageTopBtn {
    position: fixed;
    right: 10px;
    bottom: -100px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 10;
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.sb-active #pageTopBtn { display: none; }
#pageTopBtn:hover {
    -moz-opacity: 1;
    opacity: 1;
}
    #pageTopBtn a {
        display: block;
        position: relative;
        width: 35px;
        height: 35px;
        border: #fff 1px solid;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #333;
        color: transparent;
    }
    #pageTopBtn a:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 15px;
        margin: -7.5px 0 0 -7.5px;
        color: transparent;
        background: url(https://www.rakuten.ne.jp/gold/shirohato/images/sp/common/ico.png) no-repeat -70px -35px;
        -webkit-background-size: 250px 250px;
        -moz-background-size: 250px 250px;
        -ms-background-size: 250px 250px;
        background-size: 250px 250px;
    }


/*
footer
-----------------------------------*/
.footerPc {
    width: 65%;
    margin: 10px auto;

}
    .footerPc a {
        display: block;
        padding: 8px 0 7px;
        margin: 0;
        background: #858585;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-size: 10px;
        text-align: center;
        text-decoration: none;
        line-height: 1;
        color: #fff;
    }

.footerInfo {
    margin: 10px 0 0;
    font-size: 10px;
    text-align: center;
}
    .footerInfo strong {
        margin-left: 5px;
        font-size: 18px;
        font-weight: normal;
    }
    .footerInfo span {
        color: #858585;
    }


footer .contact {
    margin: 5px 0 0;
}
    footer .contact a {
        display: block;
        width: 65%;
        padding: 10px 0;
        margin: 0 auto;
        vertical-align: middle;
        border: none;
        background: #333;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        line-height: 1;
        font-size: 12px;
        text-align: center;
        text-decoration: none;
        color: #fff;
        overflow: hidden;
        white-space: nowrap;
    }

.footerLink {
    margin-top: 5px;
    text-align: center;
}
    .footerLink li {
        display: inline-block;
    }
        .footerLink li a {
            display: block;
            border-left: #333 1px solid;
            padding: 0 10px;
            font-size: 10px;
            text-decoration: none;
            line-height: 1;
            color: #333;
        }
        .footerLink li:first-child a {
            border-left: none;
        }

footer address {
    margin: 10px 0;
    padding-top: 5px;
    border-top: #e6e6e6 1px solid;
    font-size: 8px;
    font-style: normal;
    text-align: center;
    color: #858585;
}


/* clearfix 
header:after,
footer:after,
main:after,
section:after,
div:after,
ul:after,
ol:after,
dl:after,
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}*/
header, footer, main, section, div, ul, ol, dl, .clearfix { display: inline-block; }
header, footer, main, section, div, ul, ol, dl, .clearfix { display: block; }

@media only screen and (min-width: 481px) {
.Infomation {
	display: none;
}
footer {
	display: none;
}
	#topCategory {display: none;}
	#header{display:none;}
	.emblem{display:none;}
	.sphead-point03{display:none;}
	#headerSearch{display:none;}
	#pageTopBtn{display:none;}
	#pageTop{display:none;}
}