/* =================================
 PC index
================================= */

@media (min-width: 768px) {
  main .inner{
    width: 940px;
    float: left;
  }
  .slider{
    margin-bottom: 60px;
  }
  .slider .bxslider li{
    height: 350px;
  }
  .ttl_cont{
    margin-bottom: 10px;
  }
  .ttl_cont .ttl{
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    float: left;
    margin-left: 30px;
  }
  .ttl_cont .ttl.popular:before{
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../common/img/ico_heart.png?ver=1.1) no-repeat;
    width: 27px;
    height: 23px;
    top: 7px;
    left: -30px;
  }
  .ttl_cont .ttl.customer:before{
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../common/img/ico_customer.png?ver=1.1) no-repeat;
    width: 24px;
    height: 27px;
    top: 3px;
    left: -30px;
  }
  .ttl_cont .ttl.items:before{
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../common/img/ico_item.png?ver=1.1) no-repeat;
    width: 27px;
    height: 27px;
    top: 3px;
    left: -30px;
  }
  .ttl_cont .ttl.recomend:before{
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../common/img/ico_recomend.png?ver=1.1) no-repeat;
    width: 31px;
    height: 37px;
    top: 3px;
    left: -30px;
  }
  .ttl_cont .ttl.read:before{
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../common/img/ico_read.png?ver=1.1) no-repeat;
    width: 31px;
    height: 25px;
    top: 6px;
    left: -40px;
  }
  .ttl_cont .more_btn{
    float: right;
    background: #fff;
    border-radius: 8px;
    text-decoration: none;
    border: solid 1px #faed00;
    border-bottom: solid 3px #faed00;
  }
  .ttl_cont .more_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
  }
  
  .ttl_cont .more_btn a{
    position: relative;
    padding: 5px 12px;
    padding-left: 23px;
    display: block;
    color: #000000;
  }
  .ttl_cont .more_btn a:before{
    position: absolute;
    content: '▶︎';
    display: inline-block;
    font-size: 9px;
    left: 9px;
    top: 8px;
  }
  .cont .box_inner{
    background: #f4f3f3;
    padding: 10px;
  }
  .item{
    position:		relative;	/* 相対位置指定 */
    display: inline-block;
    vertical-align: top;
    width: 310px;
    margin-bottom: 10px;
    overflow:		hidden;
  }
  .item .caption {
    position: absolute;
    font-size: 13px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -16.5px;
    margin-left: -52.5px;
    background: #fff;
    padding: 5px 20px;
    border-radius: 5px;
  }
  .item .mask {
    width: 100%;
    height: 100%;
    position:		absolute;	/* 絶対位置指定 */
    top: 0;
    left: 0;
    opacity: 0;	/* マスクを表示しない */
    background-color:	rgba(0,0,0,0.3);	/* マスクは半透明 */
    -webkit-transition:	all 0.2s ease;
    transition:		all 0.2s ease;
  }
  .item .mask a{
    display: block;
  }
  .item:hover .mask {
    opacity:		1;	/* マスクを表示する */
  }
  
  
  
  .item100{
    width: 100%;
  }
  .item .squareBox{
    position: relative;
  }
  .item .squareBox:before {
    content: '';
    display: block;
    padding-top: 83%;
  }
  .item .item_cont {
    position: absolute;
    top: 0;
    color: #fff;
    background-color: #f4f3f3;
    width: 310px;
    height: 250px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .item .item_cont100 {
    width: 100%;
    height: 180px;
  }
  .item .item_cont .centerBox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
  .item .item_cont .tate {
    width: 150px;
    margin: 0 auto;
  }
  .customer_cont .item{
    width: 226px;
  }
  .customer_cont .item:nth-last-child(-n+4){
    margin-bottom: 0;
  }
  .customer_cont .item .item_cont{
    width: 220px;
    height: 180px;
    background-color: #fff;
  }
  .items_cont .item{
    width: 303px;
  }
  .items_cont .item:nth-last-child(-n+3){
    margin-bottom: 0;
  }
  .items_cont .item .item_cont{
    width: 300px;
    height: 250px;
    background-color: #fff;
  }
  .customer_cont .item .squareBox:before {
    content: '';
    display: block;
    padding-top: 180px;
  }
  .item .item_cont .expo_achievement{
    position: absolute;
    top: 0px;
    /*left: 0.5em;*/
    width:80px;
  }
  .item .item_cont .price{
    position: absolute;
    bottom: 15px;
    color: #fff;
    background: #B0AFAE;
    padding: 0px 10px;
    height: 20px;
  }
  .item .item_cont .price:after{
    content: "";
    position:absolute;
    content: '';
    /*background: url(/app/img/price_bg.png) no-repeat;*/
    width: 6px;
    height: 20px;
    right: -6px;
    top: 0;
  }
  .item .item_cont .sold{
    position: absolute;
    bottom: 15px;
    color: #fff;
    background: red;
    padding: 0px 10px;
    height: 20px;
  }
  .item .item_cont .sold:after{
    content: "";
    position:absolute;
    content: '';
    width: 6px;
    height: 20px;
    right: -6px;
    top: 0;
  }
  .read_cont .ttl_cont{
    margin-bottom: 0;
  }
  .read_cont .ttl_cont .ttl.read{
    margin-left: 40px;
  }
  .read_cont .box_inner{
    margin-top: 10px;
  }
  .read_cont .item .item_cont{
    width: 304px;
    height: 180px;
  }
  .read_cont .item .squareBox:before {
    content: '';
    display: block;
    padding-top: 180px;
  }
  .read_cont .item:nth-last-child(-n+3){
    margin-bottom: 0;
  }
  .read_cont .item .txt_cont{
    background: #fff;
    padding: 10px;
  }
  .read_cont .item .txt_cont .read_ttl{
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
  }
  .read_cont .item .txt_cont .read_category_ttl{
    background: #eeeeee;
    padding: 2px 10px;
    float: left;
  }
  .read_cont .item .txt_cont .read_day{
    float: right;
    padding: 5px;
  }
  .sidebar{
    width: 300px;
    float: right;
  }
  .sidebar .sidebar_inner{
    background: #faed00;
    padding: 10px 8px;
    margin-bottom: 20px;
  }
  .sidebar .sidebar_ttl{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .sidebar .sidebar_cont{
    background: #fff;
    padding: 10px 8px;
    margin-bottom: 10px;
  }
  .sidebar .sidebar_cont:last-child{
    margin-bottom: 0;
  }
  .sidebar .sidebar_cont .day{
    float: left;
    margin-right: 10px;
  }
  .sidebar .sidebar_cont .side_item_cont{
    float: left;
    position: relative;
    z-index: 1;
  }
  .sidebar_cont .squareBox{
    position: relative;
  }
  .sidebar_cont .squareBox:before {
    content: '';
    display: block;
    padding-top: 30%;
  }
  .sidebar_100 .squareBox:before {
    padding-top: 67%;
  }
  .sidebar_cont .item_img {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #f4f3f3;
    width: 75px;
    height: 75px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sidebar_cont .item_img .centerBox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
  .sidebar_cont .side_item_cont .star{
    font-size: 18px;
    color: #f5b51d;
  }
  .sidebar_cont .comment_cont{
    clear: both;
    margin-bottom: 20px;
  }
  .sidebar_cont .comment_cont:last-child{
    margin-bottom: 0;
  }
  .sidebar_cont .comment_cont .txt{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .customer_btn{
    position: relative;
  }
  .customer_btn .customer_txt{
    position: absolute;
    top: 80px;
    right: 190px;
    text-align: center;
    line-height: 1.5;
  }
  .customer_btn .customer_txt span{
    font-size: 25px;
    font-weight: bold;
    display: block;
  }
  .customer_btn .customer_txt .btn{
    background: #fff;
    border: solid 1px #faed00;
    border-radius: 5px;
    margin-top: 10px;
    padding: 15px 0;
    font-size: 20px;
    color: #faed00;
  }
  footer{
    margin-top: 50px;
  }
}




/* =================================
 SP index
================================= */

@media (max-width: 767px) {
  main .inner{
    width: 100%;
    padding: 0 10px;
  }
  .slider{
    margin-bottom: 0;
  }
  .slider .bxslider li{
    height: 100%;
  }
  .ttl_cont{
    margin-bottom: 10px;
  }
  .ttl_cont .ttl{
    position: relative;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    float: left;
    margin-left: 30px;
  }
  .ttl_cont .ttl.popular:before{
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../common/img/ico_heart.png?ver=1.1) no-repeat;
    width: 27px;
    height: 23px;
    top: 7px;
    left: -30px;
  }
  .ttl_cont .ttl.customer:before{
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../common/img/ico_customer.png?ver=1.1) no-repeat;
    width: 24px;
    height: 27px;
    top: -2px;
    left: -30px;
  }
  .ttl_cont .ttl.items:before{
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../common/img/ico_item.png?ver=1.1) no-repeat;
    width: 27px;
    height: 27px;
    top: 0;
    left: -30px;
  }
  .ttl_cont .ttl.recomend:before{
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../common/img/ico_recomend.png?ver=1.1) no-repeat;
    width: 31px;
    height: 37px;
    top: -5px;
    left: -30px;
  }
  .ttl_cont .ttl.read:before{
    position: absolute;
    content: '';
    display: inline-block;
    background: url(../common/img/ico_read.png?ver=1.1) no-repeat;
    width: 31px;
    height: 25px;
    top: 0;
    left: -40px;
  }
  .ttl_cont .more_btn{
    float: right;
    background: #fff;
    border-radius: 8px;
    border: solid 1px #faed00;
    border-bottom: solid 3px #faed00;
  }
  .ttl_cont .more_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
  }
  .ttl_cont .more_btn a{
    position: relative;
    padding: 5px 12px;
    padding-left: 23px;
    display: block;
    color: #000000;
  }
  .ttl_cont .more_btn a:before{
    position: absolute;
    content: '▶︎';
    display: inline-block;
    font-size: 9px;
    left: 9px;
    top: 8px;
  }
  .cont .box_inner{
    background: #f4f3f3;
    padding: 10px;
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .item{
    position:	relative;	/* 相対位置指定 */
    display: inline-block;
    width: 49%;
    margin-bottom: 20px;
    overflow:		hidden;
  }
  
  .item .caption {
    position: absolute;
    font-size: 13px;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -16.5px;
    margin-left: -37.5px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
  }
  .item .mask {
    width: 100%;
    height: 100%;
    position:		absolute;	/* 絶対位置指定 */
    top: 0;
    left: 0;
    opacity: 0;	/* マスクを表示しない */
    background-color:	rgba(0,0,0,0.3);	/* マスクは半透明 */
    -webkit-transition:	all 0.2s ease;
    transition:		all 0.2s ease;
  }
  .item .mask a{
    display: block;
  }
  .item:hover .mask {
    opacity:		1;	/* マスクを表示する */
  }
  
  
  
  
  
  
  
  .item .squareBox{
    position: relative;
  }
  .item .squareBox:before {
    content: '';
    display: block;
    padding-top: 140px;
  }
  .item .item_cont {
    position: absolute;
    top: 0;
    color: #fff;
    background-color: #f4f3f3;
    width: 100%;
    height: 150px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .item .item_cont .centerBox {
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
  .item_center .item_cont{
    left: 50%;
  }
  .item .item_cont .tate {
    width: 120px;
  }
  .customer_cont .item{
    width: 48%;
    margin-right: 5px;
    margin-bottom: 0;
  }
  .customer_cont .item .item_cont{
    width: 100%;
    height: 140px;
    background-color: #fff;
  }
  .items_cont .item{
    width: 48%;
  }
  .items_cont .item:nth-last-child(-n+3){
    margin-bottom: 0;
  }
  .items_cont .item .item_cont{
    width: 100%;
    height: 140px;
    background-color: #fff;
  }
  .customer_cont .item .squareBox:before {
    content: '';
    display: block;
    padding-top: 140px;
  }
  .item .item_cont .expo_achievement{
    position: absolute;
    top: 0px;
    /*left: 0.5em;*/
    width:50px;
  }
  .item .item_cont .price{
    position: absolute;
    bottom: 15px;
    color: #fff;
    background: #B0AFAE;
    padding: 0px 10px;
    height: 20px;
  }
  .item .item_cont .price:after{
    content: "";
    position:absolute;
    content: '';
    /*background: url(/app/img/price_bg.png) no-repeat;*/
    width: 6px;
    height: 20px;
    right: -6px;
    top: 0;
  }
  .item .item_cont .sold{
    position: absolute;
    bottom: 15px;
    color: #fff;
    background: red;
    padding: 0px 10px;
    height: 20px;
  }
  .item .item_cont .sold:after{
    content: "";
    position:absolute;
    content: '';
    width: 6px;
    height: 20px;
    right: -6px;
    top: 0;
  }
  .read_cont .item{
    width: 90%;
  }
  .read_cont .ttl_cont{
    margin-bottom: 0;
  }
  .read_cont .ttl_cont .ttl.read{
    margin-left: 40px;
  }
  .read_cont .box_inner{
    margin-top: 10px;
  }
  .read_cont .item .item_cont{
    width: 100%;
    height: 140px;
  }
  .read_cont .item .squareBox:before {
    content: '';
    display: block;
    padding-top: 140px;
  }
  .read_cont .item:nth-last-child(-n+3){
    margin-bottom: 0;
  }
  .read_cont .item .txt_cont{
    background: #fff;
    padding: 10px;
  }
  .read_cont .item .txt_cont .read_ttl{
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
  }
  .read_cont .item .txt_cont .read_category_ttl{
    background: #eeeeee;
    padding: 2px 10px;
    float: left;
  }
  .read_cont .item .txt_cont .read_day{
    float: right;
    padding: 5px;
  }
  .sidebar{
    width: 100%;
  }
  .sidebar .sidebar_inner{
    background: #faed00;
    padding: 10px 8px;
    margin-bottom: 20px;
  }
  .sidebar .sidebar_ttl{
    font-size: 22px;
    text-align: center;
    font-weight: bold;
  }
  .sidebar .sidebar_cont{
    background: #fff;
    padding: 10px 8px;
    margin-bottom: 10px;
  }
  .sidebar .sidebar_cont:last-child{
    margin-bottom: 0;
  }
  .sidebar .sidebar_cont .day{
    float: left;
    margin-right: 10px;
  }
  
  .sidebar_cont .squareBox{
    position: relative;
  }
  .sidebar_cont .squareBox:before {
    content: '';
    display: block;
    padding-top: 90%;
  }
  .sidebar_cont .item_img {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #f4f3f3;
    width: 75px;
    height: 75px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sidebar_cont .item_img .centerBox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
  .sidebar_cont .item{
    margin-bottom: 0;
  }
  .sidebar_cont .side_item_cont .star{
    font-size: 18px;
    color: #f5b51d;
  }
  .sidebar_cont .comment_cont{
    clear: both;
    margin-bottom: 20px;
  }
  .sidebar_cont .comment_cont:last-child{
    margin-bottom: 0;
  }
  .sidebar_cont .comment_cont .txt{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .customer_btn{
    position: relative;
  }
  .customer_btn .customer_txt{
    position: absolute;
    top: 50%;
    margin-top: -60px;
    right: 20px;
    text-align: center;
    line-height: 1.5;
  }
  .customer_btn .customer_txt span{
    font-size: 17px;
    font-weight: bold;
    display: block;
  }
  .customer_btn .customer_txt .btn{
    background: #fff;
    border: solid 1px #faed00;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px 0;
    font-size: 15px;
    color: #faed00;
  }
}
