@charset "utf-8";

/* ==================================================================
	modelhouse.css
	
=================================================================== */

/* --------------------------------
   □ general
-------------------------------- */ 
.contents{
	padding-bottom: 0;
}

.contents main .accentArea{
	background-image:url("../../images/lineup/accent.jpg");
}

.contents main .vertical{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}


@media only screen and
(max-width : 767px) {
    
    .contents main .accentArea{
        background-image:url("../../images/lineup/accent_sp.jpg");
    }
}


/* ==================================================================
	list
=================================================================== */

/* --------------------------------
   □ list
-------------------------------- */ 
#lineupList {
    margin-bottom: 80px;
}

#lineupList ul.list li{
	float: left;
	width: 510px;
	margin: 0 60px 60px 0;
    position: relative;
}
#lineupList ul.list li.new:before {
    content: "";
    position: absolute;
    background: url(../../images/modelhouse/icon_new.svg) no-repeat;
    width: 71px;
    height: 71px;
    top: 0;
    left: 0;
}

#lineupList ul.list li:nth-child(2n){
	margin-right: 0;
}

#lineupList ul.list li p.image{
    overflow: hidden;
}

#lineupList ul.list li p.image img{
	width: 100%;
    transition: 0.7s all;
}

#lineupList ul.list li dl dt{
	font-size:137%;
	font-weight:600;
	line-height: 1.3;
	margin-top:26px;
	text-align: center;
    margin-bottom: 20px;
}
#lineupList ul.list li dl dd{
    line-height: 2;
    letter-spacing: -0.4px;
    margin-bottom: 25px;
}

.buttonWrap {
    display: flex;
    justify-content: space-between;
}

#lineupList ul.list li p.buttonStyle {
    text-align: center;
    margin: 0 auto;
    width: 46%;
    padding: 0;
    color: #fff;
    border: 0;
    text-decoration: none;
    transition: all 300ms 0s ease;
    box-sizing: border-box;
    cursor: pointer;
    letter-spacing: 0.05em;
}
#lineupList ul.list li p.buttonStyle a {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
}

#lineupList ul.list li a:hover p.buttonStyle{
    background: #264663;
    transition: 0.7s all;
}


@media only screen and
(max-width : 767px) {
	
/* --------------------------------
   □ general
-------------------------------- */

    /* ==================================================================
        intro
    =================================================================== */
    #intro .leftArea {
        padding: 13% 5% 13% 5%;
        width: auto;
    }
    #intro .leftArea p.modellogo {
        margin-bottom: 5%;
    }
    #intro .leftArea h4 {
        font-size: 150%;
        margin-bottom: 5%;
    }
    #intro .leftArea p.txt {
        line-height: 2;
    }
    #intro:before {
        content: none;
    }

    /* ==================================================================
        list
    =================================================================== */

    /* --------------------------------
       □ list
    -------------------------------- */ 
    #lineupList ul.list {
    }

    #lineupList ul.list li{
        float: none;
        width: auto;
        margin: 0 0 15% 0;
    }

    #lineupList ul.list li dl dt:before{
        bottom: -20px;
        height: 40px;
    }

    #lineupList ul.list li dl dd {
        padding: 5px;
    }

    #lineupList ul.list li dl dd p.title{
        font-size:120%;
        margin-top:9%;
    }
    #lineupList ul.list li dl dd .btnArea{
        padding: 0 8%;
        overflow: hidden;
    }
    .buttonWrap {
        flex-direction: column;
        gap: 20px;
    }
    #lineupList ul.list li p.buttonStyle {
        width: 100%;
    }

}
