@charset "UTF-8";

/*----------------------------------------
 ローディング
-----------------------------------------*/

#loader {
  width: 50px;
  height: 50px;
  text-align: center;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 25px;
  /* heightの半分のマイナス値 */
  margin-left: -25px;
  /* widthの半分のマイナス値 */
  z-index: 10001;
  text-align: center;
}

#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10000;
}
/*----------------------------------------
デフォルトcss
-----------------------------------------*/

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body, div, p, h1, h2, h3, h4, h5, h6, tr, th,
td, ul, ol, li, caption, form, fieldset, input,
textarea, select, pre, atdress, blockquote, object,nav {
    margin: 0px;
    padding: 0px;
}

html, body {
    line-height: 1;
    min-height:100%;
}

ol, ul {
    list-style: none;
    padding: 0;
}

a, img {
    border:none;
    outline:none
}

img {
    vertical-align: bottom;
    width: auto;
}

p,h1,h2 {
    padding: 0;
    margin: 0;
}

h3,h4 {
    margin: 0;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    opacity:0.6;
    filter:alpha(opacity=60);
    -ms-filter: “alpha( opacity=60 )”;
    color: #fff;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hitden;
    content: yellow;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*----------------------------------------
オリジナル
-----------------------------------------*/

html {
    font-size: 16px;
}

body {
    font-family: "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    padding: 0;
    color: 000;
    background: #eacad7;
}

.wrap {
    overflow: hidden;
}

h1 {

}

h2 {
    color: #fff;
    font-size: 2.5em;
    background-repeat: repeat-x;
    background-position: bottom;
    font-weight: normal;
}

h3 {
    color: #555;
    font-size: 1.875em;
    font-size: 35px;
    text-align: center;
    line-height: 46.06px;
    padding-top: 5%;
    color: #46332f;
    padding-bottom: 2%;
}

p {
    color: #000;
    margin-bottom: 0;
    text-align: left;
    line-height: 24.8px;
}

/*----------------------------------------
オリジナルclass
-----------------------------------------*/

.eleHalf {
    margin-bottom: 10px;
}

.lastElement {
    margin-bottom: 0px;
}

.eleLeft {
    float: left;
}

.eleRight {
    float: right;
}

.txtLeft {
    text-align: left !important;
}

.txtRight {
    text-align: right !important;
}

.txtCenter {
    text-align: center;
}

.maCenter {
    margin: 0 auto;
}

.colorRed {
    color: #ff0000;
    font-weight: bold;
}

.colorWhite {
    color: #fff;
}

.colorPink {
    color: #d82d70;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.main-head .right p.sp {
    display: none;
}

.dModSecFloat section.pc {
    display: inline-block;
}

.dModSecFloat section.sp,
#test-drive .title p.sp {
    display: none;
}

.contentWrapper {
    overflow: hidden;
}

.contentWrapper img {
    width: auto;
    vertical-align: top;
}

.content-inner {
    width: 1000px; /*depend on content width*/
    margin: 0 auto;
}

.content-inner.full {
    width: auto;
}

.bgRose {
    background: #d82d70 !important;
}

.bgRose .inner {
    background: none;
}

.bgPink {
    background: #ca3e80 !important;
}

.bgPink .inner {
    background: none;
}

.bgWhite {
    background: #fff !important;
}

.bgWhite .inner {
    background: none;
}

.bgBlack {
    background: #000 !important;
}

.bgBlack .inner {
    background: none;
}

/*----------------------------------------
ヘッダー
-----------------------------------------*/

.main-head {
	position:  fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index:  9999;
	overflow: hidden;

}

.main-head .left {
    width: 670px;
    padding-top: 20px;
    padding-left: 10px;
    margin-right: 0;
	box-sizing: border-box;
}

.main-head .right {
    width: 380px;
    float: right;
}

.main-head .right p {
	float: right;
}

.main-head .left h1 {
	float: left;
}

.main-head .left ul {
	float: right;
    padding-left: 2%;
    padding-top: 0.4%;
    vertical-align: top;
}

.main-head .left ul li {
    display: inline-block;
    padding-left: 20px;
    border-left: 0.5px solid #FFF;
    line-height: 22px;
    padding-top: 0%;
    margin-right: 20px;
    padding-bottom: 2px;
}

.main-head .left ul li:first-child {
    border-left: none;
}

.main-head .facebook {
	float: left;
    padding-top: 8%;
    vertical-align: top;
}

.main-head .right img {
    width: 100%;
}

.main-visual img {
    width: 100%;
}

.lead-sentence {
    
}

.lead-sentence h2 {
    padding-top: 5%;
    font-size: 2.2em;
    line-height: 1.3em;
    padding-bottom: 3%;
}

.lead-sentence p {
    width: 750px;
    margin: 0 auto;
    padding-bottom: 3%;
    line-height: 32px;
}

/*----------------------------------------
コンテンツエリア
-----------------------------------------*/

.mainimg {
    position: relative;
    padding: 130px 0;
}

.mainimg01 {
    background: url('../images/img_test_main.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.mainimg02 {
    background: url('../images/img_talk_main.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.mainimg03 {
    background: url('../images/img_voice_main.jpg');
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.mainimg h3 {
    margin-bottom: 25px;
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 2;
}

.mainimg h3 img {
    width: auto !important;
}

.mainimg .txt {
    font-size: 1.1em;
    line-height: 1.7em;
    font-weight: normal;
    position: relative;
    z-index: 2;
}

.mainimg .img img {
    width: 100%;
}


#test-drive {
    
}

#test-drive img {
    width: 100%;
}

#test-drive h4.h01 {
    background: url('../images/img_test_01.png');
    background-repeat: no-repeat;
}

#test-drive h4.h02 {
    background: url('../images/img_test_02.png');
    background-repeat: no-repeat;
}

#test-drive h4.h03 {
    background: url('../images/img_test_03.png');
    background-repeat: no-repeat;
}

#test-drive h4.h04 {
    background: url('../images/img_test_04.png');
    background-repeat: no-repeat;
}

#test-drive .inner {
    padding-top: 8%;

}

#test-drive .inner:last-child {
    padding-bottom: 120px;
}


#test-drive .pic section div {
    height: 110px;
}

#test-drive .pic section div p {
    padding: 20px;
}

#test-drive h4 {
    padding-left: 100px;
    font-size: 24px;
    line-height: 62px;
    display: inline-block;
    vertical-align: top;
}

#test-drive .title p {
    display: inline-block;
    vertical-align: top;
    width: 69%;
    padding-left: 30px;
}

#test-drive .title {
    margin-bottom: 1%;
}

#talk-show {
    margin-bottom: 10%;
}

#talk-show p {
    line-height: 32px;
}

#talk-show .inner {
    background: #fff;
    margin-bottom: 1%;
}

#talk-show .mainimg {
    margin-bottom: 7%;
}

#talk-show .inner.maLeft {
    margin-left: 16%;
    position: relative;
    z-index: 100;
}

#talk-show .inner.ma01 {
    position: relative;
    z-index: 100;
}

#talk-show .inner.ma02 {
    position: relative;
    z-index: 90;
}

#talk-show .inner.ma03 {
    position: relative;
    z-index: 80;
}

#talk-show .inner.maRight {
    margin-right: 16%;
}

#talk-show section {
    position: relative;
}

#talk-show section.img p {
    position: relative;
}

#talk-show .maLeft section.img p {
    top: -35px;
    left: -35px;
}

#talk-show .maRight section.img p {
    top: -35px;
}

#talk-show .left {
}

#talk-show .maLeft .right {
    width: 518px;
}

#talk-show .maLeft .right .maTop {
    padding-top: 10%;
}

#talk-show .maRight .left {
    width: 56%;
}

#talk-show .maRight .maRight-inner {
    padding-left: 20%;
}

#talk-show section.right.txt p.img {
    padding-top: 11%;
    padding-bottom: 4%;
}

#talk-show section.left.txt p {
    padding-top: 10%;
}

#talk-show section.right.img {
    width: 30%;
}

#voice img {
    width: 100%;
}

#voice {
    margin-bottom: 7%;
}

#voice p {
    line-height: 32px;
}

#voice .mainimg {
    margin-bottom: 4%;
}

#voice .inner .txt {
    padding: 120px;
    padding-top: 40px;
    padding-bottom: 40px;
}

#voice h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

#voice .content-inner.full {
    padding-top: 7%;
    padding-bottom: 7%;
}

#voice .content-bg {
    height: 450px;
    margin: 7% 0;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

#voice .content-bg.bg01 {
    background-image: url(../images/img_voice_sectionimg01.jpg);
}

#voice .content-bg.bg02 {
    background-image: url(../images/img_voice_sectionimg02.jpg);
}

#voice .content-bg.bg03 {
    background-image: url(../images/img_voice_sectionimg03.jpg);
}

#foot-top {
    padding-top: 9%;
    padding-bottom: 5%;
}

#foot-top h4 {
    font-size: 1.6em;
    line-height: 32px;
    padding-top: 10%;
    font-weight: normal;
}

#foot-top .dModSecFloat.first>.left {
    width: 45%;
}

#foot-top .dModSecFloat.first>.center {
    width: 25%;
}

#foot-top .dModSecFloat.first>.right {
    width: 25%;
}

#foot-top .dModSecFloat .left div {
    padding-bottom: 5%;
}

#foot-top .center .img,
#foot-top .right .img {
    margin-bottom: 20px;
}

#foot-bottom section {
    position: relative;
}

#foot-bottom .img img {
    width: 104%;
}

#foot-bottom .txt {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 104%;
    bottom: 0px;
    padding: 15px;
    text-align: center;
}

#foot-bottom .dModSecFloat .secwidthLeft.half,
#foot-bottom .dModSecFloat .secwidthRight.half {
    width: 49%;
    vertical-align: bottom;
}

#foot-lexus .img {
    padding-top: 6%;
    padding-bottom: 6%;
}

/*----------------------------------------
フッター
-----------------------------------------*/

footer p {
    font-size: 12px;
    color: #fff;
    padding-top: 10px;
}

footer p.img {
    padding-top: 20px;
}

footer .copy {
    padding-bottom: 20px;
}

/*----------------------------------------
レイアウト
-----------------------------------------*/

.dModSecFloat.nospace section {
    margin-right: 0px;
}

.dModSecFloat section {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    margin-right: 15px;
}

.dModSecFloat section.last {
    margin-right: 0px;
}

.dModSecFloat .secwidthLeft {
    width: 35.7%;/*250px/750px*/
}

.dModSecFloat .secwidthRight {
    width: 58.7%;/*440px/750px*/
}

.dModSecFloat .secwidthLeft.half {
    width: 48.9%;
}

.dModSecFloat .secwidthRight.half {
    width: 48.9%;
}

@media only screen and (max-width: 1200px){
    #talk-show .inner.maLeft {
        margin-left: 0;
    }
}



@media only screen and (max-width: 1000px){

    .main-visual img {
        width: 1000px;
    }

    .contentWrapper {
        overflow: visible;
    }

    header,
    footer,
    .width1000,
    .main-head,
    .content-inner.full {
        width: 1000px;
    }

    #foot-bottom,
    #talk-show {
        overflow: hidden;
    }

    .main-head .facebook {
        display: none !important;
    }

    .facebook.sp {
        display: block;
        padding-top: 5%;
        text-align: center;
        margin: 0 auto;
        width: 50%;
    }

    .main-head .right {
        width: 278px;
        float: right;
    }

}


@media only screen and (max-width: 768px) {

    html {
        font-size: 18px;
    }

    h3 {
        font-size: 1.6em;
        line-height: 36px;
    }

    p {
        font-size: 14px !important;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .dModSecFloat section.sp {
        display: block;
    }

    #test-drive .title p.sp {
        display: block;
    }

    .dModSecFloat section.pc {
        display: none;
    }
    .main-visual img {
        width: 100%;
    }

    header,
    footer,
    .width1000,
    .main-head,
    .content-inner.full,
    .content-inner {
        width: 100%;
    }

    .contentWrapper {
        overflow: hidden;
    }

    .main-head .left ul,
    .main-head .facebook {
        display: none;
    }

    .main-head .left {
        padding-left: 20%;
        padding-top: 4%;
        width: 44%;
    }

    .main-head .left h1 img {
        width: 100%;
    }

    .main-head .right {
        width: 36%;
    }

    .main-head .left h1 {
        padding-top: 3%;
        padding-bottom: 3%;
    }

    .amazing img {
        width: 100%;
    }

    .headtxt {
        padding: 20px;
    }

    .headtxt .img {
        padding-bottom: 3%;
    }

    .headtxt p {
        color: #d0528d;
    }

    .headtxt img {
        width: 100%;
    }

    .lead-sentence .inner {
        padding: 10px;
    }

    .lead-sentence h2 {
        font-size: 1.8em;
        padding-bottom: 3%;
    }

    .lead-sentence h2 img {
        width: 80%;
    }

    .lead-sentence p {
        width: auto;
    }

    #test-drive .title {
        text-align: center;
    }

    #test-drive .title p {
        display: block;
        text-align: left;
        width: 86%;
        margin: 0 auto;
        margin-bottom: 5%;
    }

    #test-drive h4 {
        padding-left: 0;
    }

    #test-drive h4 {
        background: none !important;
    }

    #test-drive h4 {

    }

    .dModSecFloat .secwidthLeft.half,
    .dModSecFloat .secwidthRight.half {
        width: 100%;
    }

    #test-drive .title p {
        padding-left: 0;
    }

    #test-drive section {
        padding-left: 7%;
        padding-right: 7%;
        margin-bottom: 7%;
    }

    #test-drive .pic section div {
        height: auto;
    }

    #test-drive .inner {
        margin-bottom: 0;
    }

    #test-drive .inner:last-child {
        padding-bottom: 30px;
    }

    #talk-show {
        position: relative;
    }
    #talk-show .mainimg {
        margin-bottom: 0;
    }
    #talk-show .bg-inner-sp {
        background: #eacad7;
        overflow: hidden;
        position: relative;
        z-index: 2;
    }
    #talk-show img {
        width: 100%;
    }

    #talk-show .right.txt img {
        margin: 0 auto;
    }

    #talk-show section.right.txt p.img {
        padding-top: 0;
    }

    #talk-show .maLeft .right {
        width: 90%;
        padding-left: 10%;
        padding-bottom: 10%;
    }

    #talk-show .inner.maLeft {
        margin-left: 10%;

    }

    #talk-show .inner {
        margin-bottom: 10%;
    }

    #talk-show .inner.maRight {
        margin-right: 10%;
    }

    #talk-show section.right.img {
        width: 125%;
    }

    #talk-show .inner.maLeft {
        margin-bottom: 20%;
        padding-left: 2%;
        margin-top: 60%;
    }

    #talk-show .inner.maRight {
        margin-top: 60%;
    }

    #talk-show .maLeft section.img p {
        margin-top: -130px;
    }

    #talk-show section.right.img.sp p img {
        margin-top: -130px;
    }

    #talk-show .inner.ma02 {
        padding-right: 9%;
    }

    #talk-show .maRight .left {
        width: auto;
    }

    #talk-show .inner {
        margin-bottom: 20%;
    }

    #talk-show section.left.txt p {
        padding-top: 0;
    }

    #talk-show .maRight .left {
        padding-bottom: 10%;
    }

    #talk-show .maLeft .right .maTop {
        padding-top: 0;
    }

    #talk-show {
        margin-bottom: 0;
    }
    
    #voice {
        margin-bottom: 0;
    }

    #voice .mainimg {
        margin-bottom: 0;
    }

    #voice .content-inner {
        padding: 6%;
         background: #eacad7;
    }

    #voice .content-inner.full {
        padding: 0;
    }

    #voice .inner .txt {
        padding: 10%;
        padding-top: 5%;
    }

    #voice .voiceadd {
        padding-bottom: 5%;
        font-weight: bold;
        font-size: 12px !important;
    }

    #voice .content-bg {
        margin: 0;
        height: 200px;
		background-attachment:  scroll !important;
    }
    

    #voice .content-bg .bg-sp04 {
        background-image: url(../images/img_voice_sectionimg01.jpg);
    }

    #voice .content-bg .bg-sp05 {
        background-image: url(../images/img_voice_sectionimg02.jpg);
    }

    #voice .content-bg .bg-sp06 {
        background-image: url(../images/img_voice_sectionimg03.jpg);
    }

    #foot-top .dModSecFloat.first .left,
    #foot-top .dModSecFloat.first .center,
    #foot-top .dModSecFloat.first .right {
        width: 100%;
    }

    #foot-top {
        padding: 5%;
    }

    #foot-top img {
        width: 100%;
    }

    #foot-top .dModSecFloat.second .left {
        width: 16%;
    }

    #foot-top .dModSecFloat.second .right {
        width: 76%;
    }

    #foot-top .dModSecFloat.second .right h4 {
        padding-top: 3%;
    }

    #foot-top p {
        margin-bottom: 20px;
    }

    #foot-bottom .dModSecFloat .secwidthLeft.half,
    #foot-bottom .dModSecFloat .secwidthRight.half {
        width: 100%;
    }

    #foot-bottom {
        padding: 7%;
        background: #eacad7;
    }

    #foot-bottom .txt {
        position: static;
        background: #fff;
        color: #000;
    }

    #foot-bottom .img img,
    #foot-bottom .txt {
        width: 100%;
    }

    #foot-bottom section {
        margin-bottom: 10%;
    }

    #foot-lexus img {
        width: 70%;
    }

    .mainimg {
        padding: 14% 0;
		background-attachment: scroll !important;

    }

    .mainimg01 {
		background-image: url('../images/img_test_main_sp.jpg');
	}

	.mainimg02 {
		background-image: url('../images/img_talk_main_sp.jpg');
	}

	.mainimg03 {
		background-image: url('../images/img_voice_main_sp.jpg');
	}
    
    .inner {
        background: #eacad7;
    }

    .mainimg.mainimg01 h3 img {
        width: 80% !important;
    }

    .mainimg.mainimg02 h3 img {
        width: 80% !important;
    }

    .mainimg.mainimg03 h3 img {
        width: 80% !important;
    }

    .mainimg .txt {
        padding: 0;
        font-size: 1.2em !important;
        line-height: 1.7em !important;
        width: 90%;
        margin: 0 auto;
    }

    .facebook.sp {
    }

    footer .copy {
        font-size: 0.6em !important;
    }

    #foot-top .dModSecFloat.second .right h4 {
        padding-top: 0;
    }

    /* ハンバーガー */
    nav.sp {
        
    }
    nav {
        position: fixed;
        background: #d82d70;
        text-align: center;
        width: 90%;
        left: -90%;
        top: 0;
        height: 100%;
        -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
        -moz-transition: all .6s cubic-bezier(.19,1,.22,1);
        -ms-transition: all .6s cubic-bezier(.19,1,.22,1);
        -o-transition: all .6s cubic-bezier(.19,1,.22,1);
        transition: all .6s cubic-bezier(.19,1,.22,1);
        z-index: 10000;
    }

    nav .close {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 18%;
    }

    nav .close img {
        width: 100%;
    }

    nav .logo {
        padding-bottom: 16%;
        padding-top: 7%;
        padding-left: 12%;
    }
    nav .logo img {
        width: 33%;
    }

    nav ul li {
        padding-bottom: 18%;
    }

    nav ul li img {
        width: 80%;
    }

    .overlay.sp {
        background: rgba(0,0,0,0.8);
        position: fixed;
        z-index: 998;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

    .opennavi {
        display: inline-block;
        width: 15.4%;
    }

    .opennavi img {
        width: 100%;
    }

    .main-head .right p.pc {
        display: none;
    }

    .main-head .right p.sp {
        display: block;
    }
}

@media only screen and (max-width: 497px){
    html {
        font-size: 13px;
    }
}

@media only screen and (max-width: 350px) {
    html {
        font-size: 9px;
    }
}

@media only screen and (max-width: 320px) {
    html {
        font-size: 7px;
    }
}

