a,a:focus { outline: none!important;}
#item-section .container{
	/*padding-top: 100px;*/
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}
.item-body {
	margin-top: 50px;
    margin-bottom: 100px;

}
/*
.item-body h1 {
    font-family: 'Open Sans', sans-serif;
    color:#777;
    color:#212121;
}
*/
.item-body h1 {
	font-size: 24px;
	color: #555;
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
	}
.single-products .item-body h1,
.page-single h1 {
    margin-bottom: 68px;
}
.item-body h2{
	margin-bottom: 50px;
	font-size: 22px;
	color: #555;
	text-align: left;
    border-bottom: 1px solid #999;
    padding:0 0 10px 16px;
}

.item-body h2 .cat_navi{
    font-size: 14px;
}
/*
.item-body h2 .cat_navi::after {
    display: inline;
    color:#999;
    font-family: 'FontAwesome';
    content: " \f105";
    font-size: 15px;
}
*/
.item-body h2 a {
    color:#666;
}
.item-body h2 a:hover {
    text-decoration: none;
    color: #f59898;
}
.item-body p {
    color: #777;
}


.item-body .wrap.small h1{
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -o-transform: scale(0.96);
    transform: scale(0.96);
}

#main_photo img {
    margin: 0 auto 30px;
    display: block;
    height: auto;
    vertical-align: middle;
}

.item-detail{
	max-width: 750px;
	margin: 0 auto;
    padding: 0 2px;
}
.item-body .item-detail h2 {
    margin-bottom: 1em;
    padding: 0 10px;
    border: none;
    text-align: left;
}
.item-body .item-detail h2,
.item-body .item-detail h3{
    font-size: 2.0rem;
    color:#212121;
    letter-spacing: 0.08em;
}
.item-body .item-detail p{
 	margin: 0 0 20px;
 	padding:0 0.8em 20px;
 	/*border-bottom: 1px solid #F59898;*/
 	line-height: 2.0;
    font-size: 1.6rem;
    color:#333;
    letter-spacing: 0.08em;
}
#photo_container{
	margin: 0 auto;
}

#thumbnail{
	overflow: hidden;
	margin: 10px 0 30px;
    width: 100%;
}
#thumbnail li{
    	float: left;
    	margin-right:1.333%;
    	margin-bottom: 5px;
	list-style: none;
}
#thumbnail li:nth-of-type(4n){
	margin-right: 0;
}
#thumbnail li img{
    	width: 100%;
	opacity: 0.7;
    	filter: alpha(opacity=50); 
}
#thumbnail li.current img{
	opacity: 1;
    	filter: alpha(opacity=100);
}
#main_photo{
	position: relative;
    height: 500px;
    overflow: hidden;
    border: 1px solid #ddd;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
#main_photo img{
	position: absolute;
	top:0;
    left:50%;
	width: auto;
    height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.item-body .breadcrumb {
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    padding:0;
}

.item-body .breadcrumb li {
    float: left;
    padding: 1px 1px 1px 7px;
    color: #888888;
}

.item-body .breadcrumb a {
    color: #F59898;
    -webkit-transition: .2s;
    transition: .2s;

}
.product-cat-box {
    width: 100%;
}
.product-cat-box h2 {
	margin:0 auto 20px;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
	font-size: 28px;
	color: #555;
	text-align: center;
}
.product-cat-box ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
}
.product-cat-box li {
    flex-basis: 48%;
    justify-content: space-between;
    margin-bottom: 20px;
    text-align: center;
}
.product-cat-box li a {
	color: #777;
	padding: 4px 8px;
	text-transform: uppercase;
}
.product-cat-box li a.active {
	color: #f59898;
	background: #ffff;
}
.product-cat-box li a:hover {
	color: #f59898;
	background: #fff;
}

.list-item {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.lt-gray-box {
    background: #efefef;
    padding: 8px 8px 0;
    margin-bottom: 20px;
}
.list-item img{
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.list-item .caption {
    position: absolute;
    top:50%;
    left:50%;
    width: 75%;
    font-size: 16px;
    text-align: center;
    color: #fff;
    opacity: 0;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
}
.list-item:hover .caption {
    opacity: 1;
}
.list-item .mask {
    width: 100%;
    height: 100%;
    position: absolute;   /* 絶対位置指定 */
    top: 0;
    left: 0;  /* マスクを表示しない */
    background-color: rgba(0,0,0,0);    /* マスクは半透明 */
    transition-property: background;
    transition-duration:.6s;
    z-index: 2;
}
.list-item:hover .mask {
    background-color: rgba(0,0,0,0.5);
}

.item-body p.item-name,
.item-body p.all-veiw-text{
    font-size: 13px;
    text-align: center;
    margin: 12px auto;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

.item-body p.item-name a,
.item-body p.all-veiw-text a{
    color: #666;
}

.item-body p.item-name a:hover,
.item-body p.all-veiw-text a:hover{
    color:  #F84F4F;
    text-decoration: none;
}
.item-body p.item-link {
    font-size: 16px;
    text-align: center;
    margin: 0 auto 90px;
    
    }

.item-body p.item-link a{
    text-decoration: underline;
    color: #666;
}
/*pagenation*/

a.more-link {
    display: block;
    width: 100%;
    height: 100%;
    color:#666;
}

.pager a{
    color: #333;
}

.pager{
    margin-bottom: 30px;
    text-align:center}

a.page-numbers,
.pager .current{
    background-color: #edede3;
    border: solid 1px #aaaaaa;
    padding:5px 8px;
    margin:0 2px;
}

.pager .current{
    background-color: #444 ;
    border: solid 1px #444 ;
    color: #ffffff;
}

.pager a:hover{
    color: #ffffff;
    border: solid 1px #444 ;
    background-color: #444 ;
}
/*一覧ページ全体*/
.archive .wrap h1 {
    margin-top:35px;
}
/*シチュエーション*/

.menu-wrap {
}

.item-body .menu-wrap p.item-link{
    margin-bottom: 70px;
}
.menu-wrap .list-item-box
{
padding-top: 74px;
margin-bottom: 36px;
}

/* @ コメントアウト 20170828 takami  @
.menu-wrap .list-item .caption {
    font-size: 14px;
    text-align: center;
    color: #fff;
   display: block;
    width:100%;
    padding: 50px 10px;
    line-height: 1.6;
}
*/

.section-title .wrap {
    position: relative;
    width: 100%;
    top:0;
    left: 0;
    z-index: 100;
    padding: 0;
    background-color: rgba(255,255,255,0.92);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.item-body .list-inline,
.item-body .cat-list-box{
    margin-top: 5px;
}
.item-body .cat-list-box {
    position: relative;
    width: 98%;
    margin:5px auto 0;
}
.item-body .list-inline li{
    margin-right: 30px;
    color: #666;
    padding-bottom: 10px;

}
.item-body .cat-list {
    font-size: 1.8rem;
    text-align: left;
}
.item-body .list-inline li a{
    color:#666;
    position: relative;
    display: inline-block;
    transition: .8s;
}
.item-body .cat-list a{
    display: block;
    color:#555555;
    font-size: 14px;
}
.item-body .list-inline li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 0.8px;
  background-color: #666;
  opacity: 0;
  transition: .8s;
}
.item-body .list-inline li a:hover,
.item-body .cat-list a:hover,
.item-body .cat-list a:focus {
    text-decoration: none;
}
.item-body .cat-list a:hover {
    color:#f59898;
}
.item-body .list-inline li a:hover::after {
  bottom: 0;
  opacity: 1;
}
/*追記　170729*/
.list-item-box {
    margin-bottom: 84px;
}

/*slick arrow*/
.slick-slider .prev,
.slick-slider .next {
    position: absolute;
    top:0;
    display: block;
    width: 20px;
    height: 95%;
    background-position: 0 50%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    text-indent: -99999px;
}

.slick-slider .prev {
    left: -26px;
    background-image: url(../images/arrow-l.svg);
}

.slick-slider .next {
    right: -26px;
    background-image: url(../images/arrow-r.svg);
}

.slick-disabled {
    opacity: 0.4;
}
.slick-track .col-lg-3,
.slick-track .col-md-4,
.slick-track .col-sm-6,
.slick-track .col-xs-6 {
    padding-left: 10px;
    padding-right: 10px;
}
.prev_navi {
    text-align: center;
    padding-bottom: 18px;
}
.prev_navi a {
    color:#777;
}
.prev_navi a:active,
.prev_navi a:hover 
{
    color: #f59898
}

@media (min-width:600px) {
    
    .item-body .item-detail h2 {
        font-size: 1.9rem;
    }
    .item-body .item-detail h3{
        font-size: 1.7rem;
    }
    .item-body .item-detail p{
        font-size: 1.44rem;
    }
    .product-cat-box h2 {
        margin-bottom: 35px;
        padding-bottom: 30px;
    }
    
    .section-title .wrap {
        padding: 0 0 8px;
    }
    .product-cat-box ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
    }
    .product-cat-box li {
        flex-basis: 25%;
    }
    
    .item-body .cat-list-box {
        position: static;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap:wrap;
        -moz-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        -o-flex-wrap:wrap;
        flex-wrap:wrap;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content:flex-start;
        width: 98%;
        margin:5px auto 0;
    }
    .item-body .cat-list {
        flex-basis: 25%;
        margin: 0;
        padding:3px 0;
        font-size: 1.2rem;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s;
    }
    .item-body h2 .cat_navi{
        position: relative;
        top:-2px;
        padding-left: 40px;
    }
    .cat-menu-btn {
        position: absolute;
        left:-99999px;
    }
    
    .tax-products_cat .section-title hr {
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-transition: margin .4s;
        -o-transition: margin .4s;
        transition: margin .4s;
    }
    .tax-products_cat .section-title .small hr {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .box {
        width: 94%;
        margin: 0 auto;
    }
}
@media (min-width:768px) {
    
    .item-body h2 {
        width: 95%;
        margin: 0 auto 26px;
    }
    .item-body .cat-list-box {
        width: 640px;
        margin: 0 auto;
    }
    .item-body .cat-list{
        flex-basis: 25%;
        width: 25%;
    }
    
    .item-body .bx-wrap {
        padding-top: 14px;
        margin-bottom: 24px;
    }
    
}
@media (min-width:960px) {
    .item-body .cat-list-box {
      
    }
    .item-body .cat-list{
        flex-basis: 25%;
        width: 25%;
    }
    .product-cat-box {
        width: 95%;
        margin: 0 auto;
    }
    .product-cat-box ul {
        width: 90%;
    }
    
    .slick-slider .prev {
        left: -52px;
    }

    .slick-slider .next {
        right: -52px;
    }
    
}
@media (min-width:1200px) {
    
    .slick-slider .prev {
        left: -58px;
    }

    .slick-slider .next {
        right: -58px;
    }
}
@media (max-width:790px) {
    .list-item-box {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 603px) {
    
    #main_photo{
        width: 100%;
        height: 45vmax;
    }
    .list-item .mask {
        display: none;
    }
    #thumbnail li {
        margin-right: 5px;
        width:23.5%!important;
    }
    #item-section .container {
        padding-top: 20px;
    }
    .item-detail{
        margin: 0 auto 50px;
    }
    .item-detail iframe {
        width: 100%;
    }
    .item-body {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .item-body .section-title h1{
        font-size: 26px;
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
        -webkit-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;
    }
    
    .item-body .section-title .small h1{
        -webkit-transform:  scale(0.86);
        -ms-transform:  scale(0.86);
        -o-transform:  scale(0.86);
        transform: scale(0.86);
    }

    .item-body .section-title hr {
        margin-top: 20px;
        margin-bottom: 40px;
        -webkit-transition: all .6s;
        -o-transition: all .6s;
        transition: all .6s;   
    }
    .item-body .section-title .small hr {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .item-body h2{
        font-size: 28px;
        text-align: center;
    }
    .item-body h2 .cat_navi{
        margin-top: 8px;
        margin-left: 40px;
        font-size: 16px;
    }

    .item-body p.item-intro {
        margin: 20px auto;
    }

    .item-body .breadcrumb {
        margin-bottom: 10px;
    }

    .item-body p.item-name{
        font-size: 4.2vw;
        margin: 15px auto 7px;
    }

    .item-body p.item-name a{
        color: #666;
    }

    .item-body p.item-name a:hover{
        color:  #F84F4F;
        text-decoration: none;
    }
    .item-body p.item-link{
        font-size: 16px;
        text-align: center;
        margin: 0 auto 50px;
        }

    .products .col-lg-3{
        float: left;
        padding-left: 0.2%;
        padding-right: 0.2%;
    }

    .item-body .menu-wrap p.item-link{
        margin-bottom: 30px;
    }

    .item-body .list-inline li{
        margin-right: 10px;
        padding-left: 0;
        padding-right: 0;
        color: #666;
        padding-bottom: 10px;

    }
    .menu-wrap {
        padding-top: 20px;
    }
    .menu-wrap .list-item-box{
        width: 80%;
        padding-top: 40px;
        margin-bottom: 0px;
        margin-right: auto;
        margin-left: auto;
    }
    .menu-wrap .list-item-box.no-slick {
        width: 98%;
    }
    .menu-wrap .list-item-box.no-slick .col-xs-6 {
        width: 48%;
        margin: 0 1%;
    }
    a.page-numbers,
    .pager .current {
        margin: 0 1px;
    }
    .page-numbers.dots {
        font-size: 0.1em;
    }
    .products .sp-pdg-none {
        padding-left: 0;
        padding-right: 0;
    }
    .section-title .wrap {
        -webkit-box-shadow:0px 1px 4px -1px rgba(0,0,0,0.1);
        box-shadow:0px 1px 4px -1px rgba(0,0,0,0.1);
    }
    .item-body .bx-wrap {
        position: relative;
        overflow-y:auto;
        padding-right: 10px;
        -webkit-transition: height .4s;
        -o-transition: height .4s;
        transition: height .4s;
    }
    .item-body .bx-wrap::-webkit-scrollbar {
        width: 10px;
    }
    .item-body .bx-wrap::-webkit-scrollbar-thumb {
        background: #999;
    }
    .item-body .bx-wrap::-webkit-scrollbar-track-piece {
        background: #efefef;
    }
    
    .item-body .cat-list-box {
        -webkit-transition: transform .4s;
        -o-transition: transform .4s;
        transition: transform .4s;
        
    }
    .item-body .cat-list-box li {
        
    }
    
    .item-body .cat-list a {
        display: block;
        padding: 10px 4% 10px 8%;
        color: #545454;
        font-size: 1.8rem;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s;
    }
    .item-body .cat-list a:active,
    .item-body .cat-list a:hover {
        background: #545454;
        color:#fff; 
    }
    .item-body .cat-list a:active .fa,
    .item-body .cat-list a:hover .fa {
        color:#fff; 
    }
   .item-body .cat-menu-btn {
       position: relative;
        display: block;
        width: 100%;
        padding: 10px 0;
        font-size: 1.8rem;
        -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.3);
        box-shadow: 0px 0px 2px rgba(0,0,0,.3);
        text-align: center;
    }
    .item-body .cat-menu-btn::after {
        position: absolute;
        top:50%;
        right: 20%;
        display: inline-block;
        font-size: 20px;
        font-family: 'FontAwesome';
        content:'\f107';
        color:#666;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        transform: translateY(-50%);
        -webkit-transition: transform .4s;
        -o-transition: transform .4s;
        transition: transform .4s;
    }
    .item-body .cat-menu-btn.open::after {
           transform: translateY(-50%) rotate(180deg);
    }
    
}
