@charset 'utf-8';

/*--------------------------------------------------------------------------------
    feature
--------------------------------------------------------------------------------*/
.section-feature{
    padding: 0 0 80px;
}
    .hero{
        margin: 0 auto 80px;
        border-bottom: 1px solid #000;
    }
        .hero-inner{
            max-width: 980px;
            height: 460px;
            margin: 0 auto;
            background: url(../img/hero.png) no-repeat center;
        }
            .hero-body{
                max-width: 980px;
                margin: 0 auto;
                padding: 94px 0 0;
            }
                .hero-header{
                    margin: 0 auto 28px;
                }
                    .hero-header:before{
                        content: url(../img/bg_header.png);
                        display: block;
                        width: 335px;
                        height: 96px;
                    }

                .hero-lead{
                    width: 186px;
                    font-size: 13px;
                    line-height: 22px;
                    font-weight: bold;
                }

.featureV1{
    padding: 0 0 60px;
}
    .featureV1-inner{
        max-width: 980px;
        margin: 0 auto;
    }
        .featureV1-inner:after{
            content: '';
            display: table;
            clear: both;
        }
        .featureV1-detail{
            float: left;
            position: relative;
            width: 458px;
            background: #000;
        }
            .featureV1-detail:before{
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                border: 7px solid transparent;
                border-top-color: #fff;
                border-right-color: #fff;
            }
            .featureV1-detail-inner{
                padding: 74px 46px 54px 50px;
            }
                .featureV1-primaryHeading{
                    margin: 0 auto 30px;
                    padding-top: 39px;
                    background: url(../img/bg_primaryHeader01.png) no-repeat left center;
                }
                    .featureV1-primaryHeading:before{
                        content: url(../img/bg_tips_01.png);
                        display: block;
                        position: absolute;
                        top: -60px;
                        left: -24px;
                        width: 124px;
                        height: 122px;
                    }
                .featureV1-secondaryHeading{
                    margin: 0 auto 42px;
                    padding-top: 83px;
                    background: url(../img/bg_secondaryHeader01.png) no-repeat left center;
                }
                    .featureV1-secondaryHeading span{
                        display: block;
                        height: 0;
                        text-indent: 100%;
                        white-space: nowrap;
                        overflow: hidden;
                    }
                    .featureV1-detail p{
                        font-size: 14px;
                        line-height: 26px;
                        color: #fff;
                    }
        .featureV1-movie{
            float: right;
            width: 490px;
        }
        .featureV1-figure{
            float: right;
            width: 492px;
        }
            .featureV1-figure img{
                max-width: 100%;
                height: auto;
                vertical-align: bottom;
            }

.featureV2{
    padding: 80px 0 92px;
    background: #000;
}
    .featureV2-inner{
        max-width: 980px;
        margin: 0 auto;
        overflow: hidden;
    }
        .featureV2-items{
            margin: 0 -30px;
        }
            .featureV2-items > div{
                display: table;
                width: 100%;
                table-layout: fixed;
                border-spacing: 30px 0;
            }
                .featureV2-item{
                    display: table-cell;
                }
                    .featureV2-primaryHeading{
                        margin: 0 auto 22px;
                        padding-top: 11.7%;
                    }
                    .featureV2-item p{
                        color: #fff;
                        font-size: 12px;
                        line-height: 23px;
                    }
                    .featureV2-figure{
                        margin: 0 auto;
                    }
                        .featureV2-figure img{
                            max-width: 100%;
                            height: auto;
                            vertical-align: bottom;
                        }
                .featureV2-item-01{
                    position: relative;
                }
                    .featureV2-item-01 .featureV2-primaryHeading{
                        background: url(../img/bg_primaryHeader02.png) no-repeat left center;
                        /*background-size: 100% auto;*/
                    }
                    .featureV2-item-01 .featureV2-figure{
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        width: 100%;
                    }
                .featureV2-item-02{
                    position: relative;
                }
                    .featureV2-item-02 .featureV2-primaryHeading{
                        background: url(../img/bg_primaryHeader03.png) no-repeat left center;
                        /*background-size: 100% auto;*/
                    }
                    .featureV2-item-02 .featureV2-figure{
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        width: 100%;
                    }
                .featureV2-item-03{
                }
                    .featureV2-item-03 .featureV2-primaryHeading{
                        background: url(../img/bg_primaryHeader04.png) no-repeat left center;
                        /*background-size: 100% auto;*/
                    }
                    .featureV2-item-03 .featureV2-figure{
                        margin: 28px auto 0;
                    }

@media(max-width: 980px){
    .hero-inner{
        padding: 0 20px;
    }
        .hero-lead{
            padding-right: 20px;
            background: rgba(255,255,255,0.7);
        }
    .featureV1-inner{
        padding: 0 20px;
    }
        .featureV1-movie{
            width: 50%;
        }
        .featureV1-figure{
            width: 50%;
        }
        .featureV1-detail{
            width: 46.7%;
        }
    .featureV2-inner{
        padding: 0 20px;
    }
        .featureV2-item-01 .featureV2-primaryHeading,
        .featureV2-item-02 .featureV2-primaryHeading,
        .featureV2-item-03 .featureV2-primaryHeading{
           background-size: 100% auto; 
        }
}

@media(max-width: 640px){
    .section-feature{
        padding: 0 0 45px;
    }
        .hero{
            margin: 0 auto;
            border: none;
        }
            .hero:after{
                content: '';
                display: block;
                padding-top: 43%;
                background: url(../img/hero_sp.png) no-repeat center;
                background-size: 100% auto;
            }
            .hero-inner{
                height: auto;
                padding: 0;
                background: none;
            }
                .hero-body{
                    padding: 0;
                }
                    .hero-header{
                        margin: 0 auto;
                        padding: 15px 0;
                        background: #000;
                    }
                        .hero-header:before{
                            content: '';
                            width: auto;
                            height: 0;
                            padding-top: 15px;
                            background: url(../img/bg_header_sp.png) no-repeat center;
                            background-size: contain;
                        }
                    .hero-lead{
                        display: none;
                    }
        .featureV1{
            padding: 25px;
        }
            .featureV1-inner{
                padding: 0;
            }
                .featureV1-movie{
                    float: none;
                    width: auto;
                    margin: 0 auto 26px;
                }
                    .featureV1-movie .youtube-caption{
                        display: none;
                    }
                .featureV1-figure{
                    float: none;
                    width: auto;
                    margin: 0 auto 26px;
                }
                .featureV1-detail{
                    position: static;
                    float: none;
                    width: auto;
                    background: none;
                }
                    .featureV1-detail:before{
                        display: none;
                    }
                    .featureV1-detail-inner{
                        padding: 0;
                    }
                        .featureV1-primaryHeading{
                            margin: 0 0 15px -8px;
                            padding-top: 78px;
                            background: url(../img/bg_primaryHeader01_sp.png) no-repeat left center;
                            background-size: contain;
                        }
                            .featureV1-primaryHeading:before{
                                display: none;
                            }
                        .featureV1-secondaryHeading{
                            margin: 0 auto 22px;
                            padding: 0;
                        }
                            .featureV1-secondaryHeading span{
                                height: auto;
                                font-size: 15px;
                                font-weight: bold;
                                line-height: 23px;
                                text-indent: 0;
                                white-space: normal;
                                overflow: visible;
                            }
                        .featureV1-detail p{
                            font-size: 12px;
                            line-height: 21px;
                            color: #000;
                        }
        .featureV2{
            padding: 0 25px;
            background: none;
        }
            .featureV2-inner{
                padding: 0;
                overflow: visible;
            }
                .featureV2-items{
                    margin: 0 auto;
                    padding: 0;
                }
                    .featureV2-items > div{
                        display: block;
                        width: auto;
                    }
                        .featureV2-item{
                            position: static;
                            display: block;
                            padding: 0 0 25px;
                        }
                            .featureV2-primaryHeading{
                                margin-left: -8px;
                                padding-top: 77px;
                            }
                            .featureV2-item p{
                                font-size: 12px;
                                line-height: 21px;
                                color: #000;
                            }
                            .featureV2-figure{
                                display: none;
                            }
                    .featureV2-item-01{
                    }
                        .featureV2-item-01 .featureV2-primaryHeading{
                            padding-top: 74px;
                            background: url(../img/bg_primaryHeader02_sp.png) no-repeat left center;
                            background-size: contain;
                        }
                    .featureV2-item-02{
                        position: relative;
                    }
                        .featureV2-item-02 .featureV2-primaryHeading{
                            padding-top: 74px;
                            background: url(../img/bg_primaryHeader03_sp.png) no-repeat left center;
                            background-size: contain;
                        }
                    .featureV2-item-03{
                        padding-bottom: 0;
                    }
                        .featureV2-item-03 .featureV2-primaryHeading{
                            padding-top: 74px;
                            background: url(../img/bg_primaryHeader04_sp.png) no-repeat left center;
                            background-size: contain;
                        }
}

@media print{
    .hero:after{
        display: none;
    }
        .hero-header{
        }
            .hero-header span:first-line{
                font-size: 3em;
            }
    .youtube{
        border: 1px solid #000;
    }
    .featureV1-primaryHeading{
        padding: 0;
        font-size: 3em;
    }
    .featureV2-primaryHeading{
        padding: 0;
        font-size: 2em;
    }
}