@charset 'utf-8';

/* common */
.banner_time:not(.view) {
    display: none;
}

/* header - layout */
#StoreHeader {
    position: relative;
    width: 1040px;
    margin: 8px auto 0;
}

/* header - store logo */
#StoreLogoWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 48px;
    margin: 0 0 74px;
}

#StoreLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

/* header - cart botton */
#HeaderCart a {
    display: block;
    width: 125px;
    height: 32px;
    background: url(//www.rakuten.ne.jp/gold/chanet/image/header/header_cart_button125x32.png) no-repeat left center rgba(0, 0, 0, 0);
    overflow: hidden;
    text-indent: -10000em;
}

/* header - category list */
#HeaderCatlist {
    position: absolute;
    top: 84px;
    width: 1040px;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#HeaderCatlist dl {
    width: 94px;
    height: 100%;
    margin: 0 -1px;
    position: relative;
}

#HeaderCatlist dl:first-child {
    margin-left: 0;
}

#HeaderCatlist dl.sml {
    width: 72px;
}

#HeaderCatlist dt {
    padding: 6px 0;
    position: relative;
    text-align: center;
    background-color: #eefafb;
    border: 1px solid #ccc;
    border-bottom: 2px solid #00a9da;
    /*    border-bottom: none;*/
    /*    border-radius: 3px 3px 0 0;*/
    box-shadow: 0 0 1px 1px #fff inset;
    border-top-color: #00a9da;
}

#HeaderCatlist dd {
    width: 200px;
    padding: 5px;
    position: absolute;
    top: 32px;
    left: 0;
    text-align: left;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    display: none;
    z-index: 2;
}

/* header - category list - option hover */
#HeaderCatlist dl:hover dt:before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: -2px;
    bottom: 3px;
    display: block;
    border: 1px solid #ccc;
    border-top: 2px solid #fe7e00;
    border-bottom: none;
    /*    border-radius: 3px 3px 0 0;*/
    background-color: #fff;
    z-index: 3;
}

#HeaderCatlist dl:active dt {
    border-top: 2px solid #fe7e00;
}

#HeaderCatlist dt a {
    z-index: 3;
    position: relative;
}

#HeaderCatlist dl:hover dt a {
    color: #007496;
}

#HeaderCatlist dl:hover dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#HeaderCatlist dd li a {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: inherit;
    line-height: 1.4;
    padding: 0 0 2px 14px;
    background: url(//www.rakuten.ne.jp/gold/chanet/image/header/catmenu_child_icon.png) no-repeat 2px 0 #fff;
    border-radius: 5px;
    z-index: 3;
}

#HeaderCatlist dd li a:hover {
    text-decoration: none;
    background-color: #dcfaff;
}

#HeaderCatlist dd li a:not(:hover) {
    color: #5c3f34;
}

#HeaderCatlist dd h2 {
    font-size: 1.2rem;
    position: relative;
    margin: 0 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: auto;
}

#HeaderCatlist dd h2:after {
    content: "";
    display: block;
    background-color: #ddd;
    position: absolute;
    right: 0;
    bottom: 8px;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 2px;
    z-index: 0;
}

#HeaderCatlist dd h2 a {
    font-size: inherit;
    padding: 0 3px;
    position: relative;
    z-index: 1;
}

#HeaderCatlist dd h2 a:not(:hover) {
    color: inherit;
}

#HeaderCatlist dd h2 a:hover {
    text-decoration: none;
}

#HeaderCatlist .icon {
    display: block;
    position: relative;
    margin: -4px 0 0 -4px;
    z-index: 4;
}

#HeaderCatlist .icon img {
    display: block;
}

#HeaderCatlist #HeaderCatlist_all dt {
    border-top: 2px solid #fd8d6b;
}

#HeaderCatlist .subcats {
    width: 186px;
    margin: 4px;
}

#HeaderCatlist .subcats ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#HeaderCatlist_dog dd {
    width: 400px;
}

#HeaderCatlist_neko dd {
    width: 400px;
    left: -70px;
}

#HeaderCatlist_animal {
    width: 200px;
}

#HeaderCatlist_aqua dd {
    width: 600px;
    left: -232px;
}

#HeaderCatlist_fish dd {
    width: 400px;
    left: -129px;
}

#HeaderCatlist_kingyo dd {
    width: 420px;
    left: -129px;
}

#HeaderCatlist_kaisui dd {
    width: 400px;
    left: -129px;
}

#HeaderCatlist_mizukusa dd {
    width: 400px;
    left: -129px;
}

#HeaderCatlist_gardening dd {
    width: 400px;
    left: -64px;
}

#HeaderCatlist_kame dd {
    width: 220px;
}

#HeaderCatlist_insect dd {
    width: 200px;
    left: -48px;
}

#HeaderCatlist_nitiyo dd {
    width: 400px;
    left: auto;
    right: 0;
}

/* header - search box */
#SearchBox {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    padding: 5px;
    background-color: #00a9da;
}

#SearchBox form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#SearchBox .txKEYWORD {
    width: 160px;
}

#SearchBox input[type="text"] {
    border: 1px solid #0083a9;
    border-radius: 2px;
    padding: 5px;
}

.search_bottom {
    margin: 0 3px 0 5px;
}

.search_optional ul {
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.search_optional li,
.search_optional li>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.search_optional li input {
    /*margin: 2px 5px 0;*/
    margin: 0 5px;
}

.search_optional label p {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, .4);
    font-size: 1.2rem;
    line-height: 1.2;
    /*height: 25px;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.optional_name p {
    width: 75px;
    letter-spacing: 0;
}

.optional_category p {
    width: 90px;
}

/* header - search box - option category checkbox */
.search_optional li .checkbox_category_area {
    display: none;
}

.checkbox_category_area.arise {
    display: inherit;
}


/* header - infomation links */
.HeaderStoreLink {
    position: absolute;
    top: 49px;
    right: 5px;
    color: #fff;
    font-size: 1.2rem;
}

.storeLink {
    height: 25px;
    margin: 5px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.storeLink li {
    padding: 0 5px;
    border-left: 1px solid #fff;
}

.storeLink li:first-child {
    border-left: none;
}

.storeLink a {
    color: inherit;
    font-size: inherit;
}


/* header - delivary info */
.header_haiso {
    position: relative;
    padding: 5px 0;
    font-size: 1.2rem;
    font-family: "Meiryo", "Meiryo UI", "メイリオ UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.2;
    letter-spacing: normal;
}

.header_haiso * {
    letter-spacing: inherit;
    font-family: inherit;
}

.header_haiso a,
.header_haiso p {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.header_haiso a {
    color: inherit;
}

.header_haiso a:hover {
    text-decoration: none;
}

.header_haiso ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1040px;
}

.header_haiso li {
    background-color: #fff3f5;
    border-top: 1px solid #ffd3d9;
    border-bottom: 1px solid #ffd3d9;
    border-left: 1px dashed #ffd3d9;
    text-align: center;
}

.header_haiso li:first-child {
    border-left: none;
}

.header_haiso li>a {
    display: block;
    padding: 6px 0;
}

.header_haiso .line {
    display: block;
}

.header_haiso .prx {
    font-size: 100%;
}

.header_haiso small {
    font-size: 95%;
}

.header_haiso .time {
    font-size: 130%;
    font-weight: bold;
    color: #c00;
}

.header_haiso .ph_delivery_charges {
    font-size: 130%;
}

.header_haiso .f6point {
    color: #C00;
    font-size: 1.4em;
}

.header_haiso ul li.normal,
.header_haiso ul li.souryo,
.header_haiso ul li.yasumazu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.header_haiso ul li.souryo {
    display: block;
}


.header_haiso .ph_delivery_charges {
    font-size: 130%;
}

.header_haiso ul li.normal {
    width: 332px;
}

.header_haiso ul li.tojitu {
    width: 396px;
}

.header_haiso ul li.souryo {
    width: 182px;
}

.header_haiso ul li.yasumazu {
    width: 130px;
}

/* header - delivary info - option today/night */
.header_haiso ul .tojitu .link {
    display: block;
    padding: 0;
    width: 100%;
}

.header_haiso .tojitu .link>p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: inherit;
}

.header_haiso .tojitu .link:nth-of-type(n+2) {
    border-top: 1px dashed #FFD3D9;
}

.hd_haiso_text {
    display: block;
    width: 314px;
    width: -webkit-calc(100% - 86px);
    width: calc(100% - 86px);
    text-align: left;
    padding: 0 5px;
    font-size: 90%;
}

.hd_haiso_icon {
    display: block;
    width: 86px;
    padding: 6px 3px;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: normal;
}

.hd_haiso_night .hd_haiso_icon {
    color: #fff;
    background-color: #1e257c;
}

.hd_haiso_today .hd_haiso_icon {
    color: #fff;
    background-color: #db4040;
}

/* header - delivary info - option icons */
.header_haiso .icon {
    position: absolute;
    right: 0;
}

.header_haiso .icon img {
    width: 50px;
}

.header_haiso ul li.yasumazu span:nth-child(2) {
    background: url('/gold/chanet/image/header/hh_icon_truck.png') no-repeat;
    background-size: 14px;
    padding-left: 15px;
}

.header_haiso .clock {
    padding-left: 15px;
}

.header_haiso .clock img {
    height: 14px;
    width: 14px;
    vertical-align: sub;
}

.header_haiso .clock.ie {
    background: none;
    padding-left: 0;
}

.header_haiso .kticon {
    margin-top: -4px;
    bottom: -2px;
}

.includeImg {
    width: 100%;
}

.includeImg>img {
    width: 100%;
    height: auto;
    display: block;
}

/* header - news */
.header_news {
    font-size: 1.2rem;
    margin: 0 0 5px;
    padding: 5px;
    color: #d53000;
    background-color: #ffeae1;
}

.header_news a {
    font-size: inherit;
}

/* header - disaster news */

.disaster_news {
    border: 1px solid #cc0000;
    color: #cc0000;
    font-size: 14px;
    line-height: 1.4em;
    padding: 10px;
    text-align: center;
}

.disaster_news p {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
}

.disaster_news a {
    color: inherit;
}

.disaster_news__button {
    background: #cc0000;
    border-radius: 5px;
    color: #fff;
    padding: 3px 10px;
    margin: 0 0 0 5px;
    display: inline-block;
}

.disaster_news--rk {
    margin-bottom: 5px;
}

/* header - text links */
#HeadlineLink {
    margin: 10px;
    font-size: 1.2rem;
}

#HeadlineLink * {
    font-size: inherit;
}

#HeadlineLink ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#HeadlineLink li a:before {
    content: "";
    display: inline-block;
    margin: 0 3px 0 0;
    border: 4px solid rgba(0, 0, 0, 0);
    ;
    border-left: 4px solid #6dc9d1;
}

#HeadlineLink a:not(:hover) {
    color: inherit;
}

/* header - campaign banner area */
#head_hitbanner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.head_banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.head_banners li {
    width: 50%;
    display: block;
    padding: 0 2px 2px 0;
}

.head_banners li img {
    display: block;
    max-width: 100%;
    max-height: 58px;
    height: auto;
}

.head_hitleft {
    width: 908px;
}

#head_hitsum {
    width: 132px;
    font-family: Verdana, "游ゴシック", YuGothic, 'Arial Rounded MT Bold', 'Arial', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, 'Lucida Grande', sans-serif;
}

#head_hitsum * {
    font-family: inherit;
    letter-spacing: inherit;
}

#head_hitsum a {
    color: inherit;
    border: 1px solid #ccc;
    display: block;
    height: 100px;
    position: relative;
    background: url(//image.rakuten.co.jp/chanet/cabinet/point/campaign_bg2015.gif) no-repeat top center;
    box-shadow: 0 0 0 2px #fff inset;
}

#head_hitsum a:hover {
    text-decoration: none;
}

#head_hitsum .days {
    display: block;
    width: 126px;
    position: absolute;
    left: 2px;
    bottom: 2px;
    background: #ff3e24;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 19px;
    line-height: 1.9rem;
    text-align: center
}

#head_hitsum .before {
    color: #250f00;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    vertical-align: middle;
    top: 3px;
    left: 8px;
    position: relative;
}

#head_hitsum .points {
    position: absolute;
    bottom: 18px;
    right: 10px;
}

#head_hitsum .bai {
    font-size: 26px;
    line-height: 35px;
    margin: 0 5px;
}

#head_hitsum .sum {
    font-size: 50px;
    line-height: 60px;
}

#head_hitsum .mny {
    color: #e10219;
    display: inline-block;
    position: relative;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}

#head_hitsum .mny:after {
    color: #ff7e39;
    position: absolute;
    top: 0;
    left: 0;
    content: attr(title);
    display: block;
    opacity: .5;
    height: 55%;
    overflow: hidden;
    -webkit-mask-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    -webkit-opacity: 1;
    -webkit-height: 100%;
}

#head_hitlist a {
    display: block;
    position: relative;
    z-index: auto;
    padding: 2px 0 0 20px;
    font-size: 1.2rem;
    line-height: 1.4;
}

#head_hitlist a:not(:hover) {
    color: inherit;
}

#head_hitlist a:before,
#head_hitlist a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

#head_hitlist a:before {
    background-color: #ff7e39;
    border-radius: 50%;
    margin: 4px 0 0 3px;
    padding: 6px;
    width: 1px;
    z-index: 0;
}

#head_hitlist a:after {
    margin: 7px 0 0 8px;
    border: 3px solid rgba(0, 0, 0, 0);
    border-left: 4px solid #fff;
    z-index: 1;
}
