@charset "utf-8";
/****************************************************************************************************
****************************************************************************************************/
@media print, screen and (min-width:737px){
}
@media print, screen and (min-width:769px){
}
@media print, screen and (min-width:1200px){
}
/****************************************************************************************************
****************************************************************************************************/
.homeBlock.feature{
    margin-bottom: 20px;
    padding: 0;
}
@media print, screen and (min-width:737px){
.homeBlock.feature{
    margin-bottom: 0;
}
}
/****************************************************************************************************
****************************************************************************************************/
.feature__intro{
    position: relative;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    max-width: 1200px;
}
@media print, screen and (min-width:737px){
.feature__intro{
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 80px;
}
}

    .feature__intro::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: calc( 110 / 1200 * 100% );
        height: 100%;
        background: url(../../images/home/feature/bg_obj_l.gif) no-repeat;
        background-size: contain;
    }
    .feature__intro::after{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: calc( 110 / 1200 * 100% );
        height: 100%;
        background: url(../../images/home/feature/bg_obj_r.gif) no-repeat;
        background-size: contain;
    }
/*--------------------------------------------------
--------------------------------------------------*/
.feature__introInner{
    margin: 0 auto;
    width: calc( 920 / 1200 * 100% );
    text-align: center;
}
@media print, screen and (min-width:737px){
.feature__introInner{
    margin-bottom: 0;
}
}
/*--------------------------------------------------
--------------------------------------------------*/
.feature__text{
    margin-bottom: 0;
    padding-bottom: 20px;
}
@media print, screen and (min-width:737px){
.feature__text{
    margin-bottom: 0;
    padding-bottom: 40px;
}
}
/*--------------------------------------------------
--------------------------------------------------*/
    .feature__text.-sp{}
    .feature__text.-pc{ display: none; }
@media print, screen and (min-width:737px){
    .feature__text.-sp{ display: none;}
    .feature__text.-pc{ display: inline; }
}
/*--------------------------------------------------
--------------------------------------------------*/
.feature__heading{
    display: inline-block;
}
    .feature__heading.-sp{}
    .feature__heading.-pc{ display: none; }
@media print, screen and (min-width:737px){
    .feature__heading.-sp{ display: none;}
    .feature__heading.-pc{ display: inline; }
}
/*--------------------------------------------------
--------------------------------------------------*/
    .feature__text::after{
        content: '';
        display: block;
        margin: 0 auto;
        max-width: 700px;
        height: 15px;
        background: url(../../images/home/feature/bg_border.gif) repeat-x;
    }
/****************************************************************************************************

スライド

****************************************************************************************************/
.feature__slide{
    position: relative;
}
    .feature__slide::before{
        content: '';
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../../images/home/feature/slide/bg.gif);
    }
@media print, screen and (min-width:737px){
    .feature__slide::before{
        top: 30px;
        height: 100%;
    }
}
/*--------------------------------------------------
--------------------------------------------------*/
.featureList{
    position: relative;
    margin: 0 auto;
    max-width: 1050px;
}
@media print, screen and (min-width:737px){
.featureList{
    top: -20px;
}
}
/*--------------------------------------------------
--------------------------------------------------*/
.featureList__item{
}
@media print, screen and (min-width:737px){
.featureList__item{
    max-width: 350px;
}
}
/*--------------------------------------------------
--------------------------------------------------*/
    .featureList__itemInner{
        position: relative;
        margin: 0 auto;
        max-width: 320px;
        border-radius: 5px;
        background-color: #fff;
    }
@media print, screen and (min-width:737px){
    .featureList__itemInner{
        margin: 0 15px;
    }
}
/*--------------------------------------------------
--------------------------------------------------*/
a.featureList__link{
    display: block;
    color: #333;
    text-decoration: none;
}
/*--------------------------------------------------
--------------------------------------------------*/
.featureList__cat{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
/*--------------------------------------------------
--------------------------------------------------*/
.featureList__thum{
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
    height: 240px;
    overflow: hidden;
}
@media print, screen and (min-width:737px){
.featureList__thum{
    height: 240px;
}
}

    .featureList__thum img{
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: none;
        width: auto;
        height: 100%;
    }
/*--------------------------------------------------
--------------------------------------------------*/
.featureList__body{
    padding: 0 10px 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}
@media print, screen and (min-width:737px){
.featureList__body{
}
}
/*--------------------------------------------------
--------------------------------------------------*/
.featureList__text{
    margin-bottom: 0;
}
@media print, screen and (min-width:737px){
}
/*--------------------------------------------------
--------------------------------------------------*/
.featureList__title{
    margin-bottom: 0;
}
@media print, screen and (min-width:737px){
}
/****************************************************************************************************

slick

****************************************************************************************************/
/*--------------------------------------------------
--------------------------------------------------*/
.featureArrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

    .featureArrow.-prev{ left: 0; }
@media print, screen and (min-width:737px){
    .featureArrow.-prev{ left: 0; }
}
@media print, screen and (min-width:1150px){
    .featureArrow.-prev{ left: -50px; }
}


    .featureArrow.-next{ right: 0; }
@media print, screen and (min-width:737px){
    .featureArrow.-next{ right: 0; }
}
@media print, screen and (min-width:1150px){
    .featureArrow.-next{ right: -50px; }
}
/*--------------------------------------------------
--------------------------------------------------*/
.featureDots{
    margin-top: 10px;
    text-align: center;
}
@media print, screen and (min-width:737px){
.featureDots{
}
}

.featureDots li{
    display: inline-block;
    margin: 0 5px;
    opacity: 0.2;
}

.featureDots li.slick-active{
    opacity: 1;
}

.featureDots button{
    text-indent: -9999px;
    border: none;
    width: 20px;
    height: 20px;
    background: transparent url(../../images/home/feature/slide/dot.png) no-repeat;
    cursor: pointer;
}
