/* スライダープロ */
.sp-image, .sp-slides-container, .sp-mask, .slider-pro img { border-radius: 5px; }

.sp-slides{
    border-radius: 5px !important;
    width:700px;
}

/* メインビジュアル */
#mainVisual{
    height:410px
}

.subVisual .sp-previous-arrow:before,
.subVisual .sp-previous-arrow:after,
.subVisual .sp-next-arrow:before,
.subVisual .sp-next-arrow:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #111;
}

.subVisual .sp-arrow {
    position: absolute;
    display: block;
    width: 9px;
    height: 18px;
    cursor: pointer;
}

.subVisual{
    width:640px;
    height:140px;
    margin:0 auto
}

.subVisual .sp-horizontal .sp-next-arrow {
    right: -25px;
}

.subVisual .sp-horizontal .sp-previous-arrow {
    left: -25px;
}

.marker-under-red {
  background: linear-gradient(transparent 60%, #ffb6b9 60%);
  font-weight:bold;
}

.marker-under {
  background: linear-gradient(transparent 60%, #ff6 60%);
  font-weight:bold;
}

.marker-under-a {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

/* 特集 */

.special{
    background: #fffcf0;
    border:1px #FBE9BD solid;
    padding: 5px;
}

.special li a:before{
    content: "特集";
    display: inline-block;
    background: #ea3576;
    line-height: 20px;
    width: 45px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
    font-size: 13px;
}

.special li{
    line-height: 27px;
    border-bottom: 1px dotted #aaa;
}

.special li:last-child{
    border-bottom: 0px
}

.special li a{
    display: block;
    width:100%;
    height: 100%;
    padding-left: 5px    
}

.special li a:link,
.special li a:visited
{
    text-decoration: none;
    color: #1a94b1;
}

.special li a:hover
{
    text-decoration: underline;
    color: #44bcd8;
}


/* 目的別特集ページへのリンク */
.popularLinks{
    width:400px;
    height:200px;
    margin:0 auto
}

.popularLinks img{
    border-radius: 500px;
    display:block
}


/* ループ */
.popSlider *{
    box-sizing: border-box
}

.popSlider {
    width:1500px;
    letter-spacing: -0.4em;
    list-style: none;
    height: 280px;
    overflow: hidden;
    position: relative;
}

.popSlider li{
    width:160px;
    height:140px;
    padding:0 10px;
    display: inline-block;
    letter-spacing: normal
}

.popSlider li a{
    display: block;
    width:100%;
    height:100%;
    border-radius: 200px;
    color:#fff;
    text-align: center;
    text-decoration: none;
    line-height: 140px;
    font-weight: bold
}

.popSlider li a:hover{
    opacity: 0.7
}

.popSliderBox{
    width:640px;
    margin:0 auto;
    overflow: hidden
}

.popSliderBtnBox{
    height:150px;
    position: relative;    
}

.popSliderBox{
    height:150px;

}

.popSliderPrev {
    position: absolute;
    top: 50%;
    left: 8px;
    font-size: 24px;
    margin-top: -11px;
}

.popSliderNext {
    position: absolute;
    top: 50%;
    left: 675px;
    font-size: 24px;
    margin-top: -11px;
}

/* 千歳へのスイッチ */
.siteSwitch{
    position: fixed;
    top:60px;
    right:0px;
    background:#67bde6;
    padding:5px;
    border:3px #fff solid;
    border-radius: 5px 0 0 5px;
    border-right:none;
    text-decoration: none
}

.siteSwitch:hover{
    text-decoration: underline
}

.siteSwitch .left{
    display: table-cell;
    width:40px
}

.siteSwitch .left img{
    width:100%
}

.siteSwitch .right{
    display: table-cell;
    width:135px;
    vertical-align: middle;
    font-weight: bold;
    font-size:12px;
    line-height: 20px;
    text-align: left;
    color:#fff;
    padding-left:5px
}

.haruakiCampBanner{
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}

.haruakiCampBanner img{
    width:100%
}


/* メーカー */
.searchHead {
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #CFC7BE;
    background: #faf9f8;
    padding: 20px;
    padding-bottom: 10px;
    color: #5B3215;
    margin-bottom: 20px;
}

.searchHead select{
    padding-left:5px;
    width:320px;
    vertical-align: middle
}

.searchHead div.selectBox{
    padding-bottom:10px
}

.searchHead span{
    display: inline-block;
    width:60px;
    text-align: left
}

.searchHead .itemSearch {
    height: 40px;
    overflow: hidden;
    border-radius: 5px;
    z-index: 0;
    margin: 0 auto;
    border: 1px solid #ddd;
    position:relative
}

.searchHead .itemSearch i {
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 8px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.searchHead h2 {
    font-weight: bold;
    font-size:20px;
    margin-bottom:30px;
    line-height: 28px
}

.searchHead .itemSearch input[type="text"] { 
    width: 400px;
    height: 35px;
    font-size: 14px;
    padding: 0px;
    padding-left:10px;
    margin:0;
    background-color: #fff; 
    border: none;
    cursor: text;
}
.searchHead .itemSearch button {
    font-family: FontAwesome;
    font-size: 14px;
    border: none;
    height: 35px;
    margin-left:0px;  
    text-align: center; 
    width: 35px;
    position: absolute;
    background-color: #A3CF53;
    cursor: pointer;
    color: #fff;
    right: 0; 
    top: 0;
    margin: 0;
    padding: 0;
}

.searchHead .itemSearch button:focus {
    outline: none
}

.searchHead .itemSearch button:after {
    font-family: FontAwesome;
    position: absolute;
    content: "\f002";
    font-size: 20px;
    top: 6px;
    left: 8px;
}

.selectCategory{
    display: inline-block;
    letter-spacing: normal;
    padding-left: 10px;
    border:1px solid #CFC7BE;
    border-radius: 5px;
    width: 140px;
    vertical-align: top;
    height: 40px;
}

.searchCategory{
    display: inline-block;
    vertical-align: middle;
}

.makerPickup li{
    display: inline-block;
    margin:4px 0;
    margin-right:8px
}

.makerPickup li a{
    display: block;
    padding: 5px 10px;
    font-size: 12px;
    color: #b0775e;
    background: #e8f8bc;
    border: 1px solid #abc070;
    border-radius: 10px;
    text-decoration: none;
    letter-spacing: normal
}

.makerPickup a:link,
.makerPickup a:visited,
.makerPickup a:active {
    color: #634221;
}

.makerPickup a:hover {
    background: #86bf7f;
    border: 1px solid #86bf7f;
    color:#fff
}

.heandsUp {
    text-align: left;
    border: 2px solid #ff0000;
    color:#333;
    margin-bottom: 15px;
    padding: 10px;
    line-height: 20px;
}

.heandsUp b {
    font-weight: bold
}