@charset "utf-8";

/* pdlp */


#content{
    /*background:#CC0000;*/
}

#wrapWhite {
    width:100%;
    background:#FFF;
    border-top:2px solid #f2f2f2;
}

.pt20{
    padding-top:20px;
}

#lpIndexThum {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 80px;
}
#lpIndexThum li {
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
    position: relative;
}
#lpIndexThum li a {
    display: table;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 2;
}
#lpIndexThum li a > span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#lpIndexThum .txtEn {
    font-family:'DIN Next W06 Regular';
    display: block;
    font-size: 22px;
    letter-spacing: 0.15em;
}
#lpIndexThum .txtJp {
    font-family:'AxisStd-Regular';
    display: block;
    font-size: 12px;
    padding: 3px 0 0;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
}

#lpIndexThum li{
    /*height: 337px;*/
    margin-bottom: 2px;
    position:relative;
    /*margin-left: 0.12%;*/
}

#lpIndexThum li:nth-child(1),
#lpIndexThum li:nth-child(2),
#lpIndexThum li:nth-child(3),
#lpIndexThum li:nth-child(4),
#lpIndexThum li:nth-child(5),
#lpIndexThum li:nth-child(6){
    width: 49.9166666%;
}

#lpIndexThum li:nth-child(2),
#lpIndexThum li:nth-child(4),
#lpIndexThum li:nth-child(6){
    margin-left: 0.12%;
}


/*
#lpIndexThum li:nth-child(5),
#lpIndexThum li:nth-child(6),
#lpIndexThum li:nth-child(7) {
    width: 33.25%;
}

#lpIndexThum li:nth-child(6) {
	margin-left:0.125%;
	margin-right:0.125%;
}
*/

#lpIndexThum li img{
    width: 100%;
    height: auto;
}


#lpIndexThum li div{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
/*
#lpIndexThum li:nth-child(1) a {

    background:url(../images/bg_cont_lp01.jpg) center center no-repeat;
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;

}
#lpIndexThum li:nth-child(2) a {
background:url(../images/bg_cont_lp02.jpg) center center no-repeat;
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
#lpIndexThum li:nth-child(3) a {
background:url(../images/bg_cont_lp03.jpg) center center no-repeat;
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
#lpIndexThum li:nth-child(4) a {
background:url(../images/bg_cont_lp04.jpg) center center no-repeat;
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
#lpIndexThum li:nth-child(5) a {
background:url(../images/bg_cont_lp05.jpg) center center no-repeat;
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
#lpIndexThum li:nth-child(6) a {
background:url(../images/bg_cont_lp06.jpg) center center no-repeat;
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
#lpIndexThum li:nth-child(7) a {
background:url(../images/bg_cont_lp07.jpg) center center no-repeat;
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
}
*/

#lpIndexThum .hdOverThum > span:before,
#lpIndexThum .hdOverThum a > span:before {
    content: "";
    background:url(../../common/images/bg_white_a20.png);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    filter: alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
#lpIndexThum .hdOverThum:hover > span:before,
#lpIndexThum .hdOverThum a:hover > span:before {
    filter: alpha(opacity=1);
    -moz-opacity:1;
    opacity:1;
}


.pageTtlUnder {
    padding-top: 100px;
    margin-bottom: 70px;
    text-align: center;

}

.pageTtlUnder .txtJp {
    font-family:'AxisStd-Regular';
    font-size: 12px;
    background: url(../../common/images/bg_btm-solid.png) center bottom no-repeat;
    padding: 0 0 30px;
    margin-bottom: 23px;
}

.pageTtlUnder .txtPageEn {
    font-family:'DIN Next W06 Regular';
    display: block;
    font-size: 34px;
    letter-spacing: 0.15em;
    font-weight: normal;
    margin-bottom: 10px;
}

.pageTtlUnder .txtPageJa{
    font-family:'AxisStd-Regular';
    font-size: 14px;
}

.leadUnder {
    font-family:'AxisStd-Light';
    font-size: 32px;
    line-height: 2;
    text-align: center;
    margin-bottom: 80px;
}

.lpBigImgArea{
    padding-bottom: 72px;
    max-width:960px;
    width:960px;
    margin-left:auto;
    margin-right:auto;
    border-bottom:1px solid #eeeeee;
    margin-bottom:80px;
}

.lpBigImgArea.last{
    border-bottom:none;
    padding-bottom:0px;
    margin-bottom:70px;
}

.lpBigImg{
    margin-bottom: 40px;

}

.lpBigImg img{
    width:100%;
    height:auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.lpBigImgTit{
    font-family:'AxisStd-Regular';
    font-weight:normal;
    font-size: 18px;
    margin-bottom: 36px;
    text-align:center;
}

.lpBigImgTxt{
    font-family:'AxisStd-Light';
    font-size: 14px;
    line-height: 2;
}


.low #btnContact.lpBtnContact{
    padding-bottom:0;
}

.low #btnContact.lpBtnContact{

}


.low #btnContact.lpBtnContact a:hover span {
    background: url(../../common/images/ico_low_contact01.png) 0 center no-repeat;
    /*background: url(../../common/images/ico_low_contact02.png) 0 center no-repeat;*/
}

.low #btnContact.lpBtnContact a:hover {
    background-color: #fff;
    background-color: #999;
    color: #fff;
}

@media screen and (min-width: 1400px) {

    .underContentArea {
        padding: 0 0;
    }

    #lpIndexThum li:nth-child(1),
    #lpIndexThum li:nth-child(2),
    #lpIndexThum li:nth-child(3),
    #lpIndexThum li:nth-child(4) {
        width: 49.9166666%;
        width: 49.94%;
    }

    #lpIndexThum li:nth-child(2),
    #lpIndexThum li:nth-child(4){
        margin-left: 0%;
        float:right;
    }

}





