  @charset "UTF-8";


/* CSS Document */
@import url('https://');

#automotiveworld2024{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	color:#555555;
	margin:0 auto;
	padding:0
}

/*-----------------------------------
   TITLE BLOCK
-----------------------------------*/
#automotiveworld2024 #title_block{
	width:100%;
	padding:0;
    margin:0;
}
#automotiveworld2024 #title_block img.main{
    width:100%;
	padding:0;
    margin:0;
}
#automotiveworld2024 #title_block h1{
	display:none;
}
/*   smart phone   */
@media screen and (max-width:640px) {
    #automotiveworld2024 #title_block{
    }
    #automotiveworld2024 #title_block img.main{
    }
    #automotiveworld2024 #title_block h1{
    }
}
/*-----------------------------------
   DAY BLOCK
-----------------------------------*/
#automotiveworld2024 #spec_block{
    width:100%;
    background:#d9ddec;
    padding:80px 0;
    margin:0;
}
#automotiveworld2024 #spec_block .box{
    max-width:1190px;
    margin:0 auto;

    display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;

	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
}
#automotiveworld2024 #spec_block .box .leftbox{
    width:44%;
}
#automotiveworld2024 #spec_block .box .leftbox h4{
    width:85%;

    font-size:20px;
    font-weight:500;
    color:#000;

	display: flex;
    align-items: center;
    margin-bottom:25px;
}
#automotiveworld2024 #spec_block .box .leftbox h4:before,
#automotiveworld2024 #spec_block .box .leftbox h4:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #000;
}

#automotiveworld2024 #spec_block .box .leftbox h4:before {
    margin-right: 1rem;
}
#automotiveworld2024 #spec_block .box .leftbox h4:after {
    margin-left: 1rem;
}
#automotiveworld2024 #spec_block .box .leftbox dl{
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;

	justify-content:flex-start;
}

#automotiveworld2024 #spec_block .box .leftbox dl dt{
	width: 17%;
	margin: 0 0 15px 0;

	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;

	align-items: center;
}

#automotiveworld2024 #spec_block .box .leftbox dl dt p{
	font-weight:400;
	font-size:14px;
	line-height: 1.2;
	letter-spacing:0.5rem;
	text-align: center;
	color:#fff;
	display:block;

	width: 100%;

	margin: 0;
	padding: 5px 10px;
	background-color: rgba(0,0,0,1.00);
	border-radius: 6px;
}

#automotiveworld2024 #spec_block .box .leftbox dl dd{
	width: 83%;
	margin: 0 0 15px 0;

	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;

	align-items: center;
}

#automotiveworld2024 #spec_block .box .leftbox dl dd h3{
	font-weight:700;
	font-size:26px;
	line-height: 1.0;
	color:#000;

	width: 100%;

	padding: 5px 0 5px 10px;
}

#automotiveworld2024 #spec_block .box .leftbox p{
	font-weight:400;
	font-size:34px;
	line-height: 1.0;
	color:#000;

	width: 100%;

	margin: 30px 0 0 0;
	letter-spacing:0rem;

}

#automotiveworld2024 #spec_block .box .leftbox h3 img{
    width:100%;
}
#automotiveworld2024 #spec_block .box .rightbox{
    width:56%;
    position:relative;
}
#automotiveworld2024 #spec_block .box .rightbox img{
    position:absolute;
    top:-128px;
    width:100%;
}
/*   smart phone   */
@media screen and (max-width:640px) {
    #automotiveworld2024 #spec_block{
        width:100%;
        padding:20px 0;
        margin:0;
    }
    #automotiveworld2024 #spec_block .box{
        max-width:90%;
        margin:0 auto;

        display:block;
    }
    #automotiveworld2024 #spec_block .box .leftbox{
        width:100%;
    }

    #automotiveworld2024 #spec_block .box .leftbox h4{
        width:100%;

        font-size:20px;
        font-weight:500;
        color:#000;

        display: flex;
        align-items: center;
        margin-bottom:25px;
    }
    #automotiveworld2024 #spec_block .box .leftbox dl{
        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;

        justify-content:flex-start;
    }

    #automotiveworld2024 #spec_block .box .leftbox dl dt{
        width: 100%;
        margin: 0 0 10px 0;

        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;

        align-items: center;
    }

    #automotiveworld2024 #spec_block .box .leftbox dl dt p{
        font-weight:400;
        font-size:14px;
        line-height: 1.2;
        letter-spacing:1.0rem;
        text-align: center;
        color:#fff;
        display:block;

        width: 100%;

        margin: 0;
        padding: 5px 10px;
        background-color: rgba(0,0,0,1.00);
        border-radius: 3px;
    }

    #automotiveworld2024 #spec_block .box .leftbox dl dd{
        width: 90%;
        margin: 0 0 10px 0;

        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;

        align-items: center;
    }

    #automotiveworld2024 #spec_block .box .leftbox dl dd h3{
        font-weight:700;
        font-size:20px;
        line-height: 1.0;
        color:#000;

        width: 100%;

        padding: 5px 0 15px 10px;
    }

    #automotiveworld2024 #spec_block .box .leftbox p{
        font-weight:400;
        font-size:26px;
        line-height: 1.0;
        color:#000;

        width: 100%;

        margin: 20px 0;
        letter-spacing:0rem;

    }

    #automotiveworld2024 #spec_block .box .leftbox h3 img{
        width:100%;
    }
    #automotiveworld2024 #spec_block .box .rightbox{
        width:100%;
        position:initial;

        text-align:center!important;
    }
    #automotiveworld2024 #spec_block .box .rightbox img{
        position:initial;
        top:initial;
        width:90%;

        margin:10px auto 0;
    }
}

/*-----------------------------------
   CONCEPT BLOCK
-----------------------------------*/
#automotiveworld2024 #concept_block{
	width:1190px;
	margin:80px auto;

	display:block;
}
#automotiveworld2024 #concept_block .copyBox{
	width:75%;
    margin:0 auto;
	font-weight:400;
	font-size:17px;
	line-height:30px;

    text-align:left;
}
#automotiveworld2024 #concept_block .copyBox h3{
	font-weight:700;
	font-size:26px;
	color:#000;
	display:block;
	padding-bottom:40px;
}
/*   smart phone   */
@media screen and (max-width:640px) {
    #automotiveworld2024 #concept_block{
        width:100%;
        margin:30px auto;

        display:block;
    }
    #automotiveworld2024 #concept_block .copyBox{
        width:90%;
        margin:0 auto;
        font-weight:400;
        font-size:16px;
        line-height:30px;

        text-align:left;
    }
    #automotiveworld2024 #concept_block .copyBox h3{
        font-weight:700;
        font-size:26px;
        line-height:38px;
        color:#000;
        display:block;
        padding-bottom:20px;

        text-align:center;
    }
}
/*-----------------------------------
   MOVIE BLOCK
-----------------------------------*/
#automotiveworld2024 #movie_block{
	width:100%;
	margin:0;
	background:#000;
    padding:100px 0;
}
#automotiveworld2024 #movie_block .block{
	width:970px;
	margin:0 auto;
}
#automotiveworld2024 #movie_block .block .youtube {
  position: relative;
  width: 100%;

  padding-top: 56.25%;
}
#automotiveworld2024 #movie_block .block .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*   smart phone   */
@media screen and (max-width:640px) {
    #automotiveworld2024 #movie_block{
        width:100%;
        margin:0;
        background:#000;
        padding:30px 0;
    }
    #automotiveworld2024 #movie_block .block{
        width:90%;
        margin:0 auto;
    }
    #automotiveworld2024 #movie_block .block .youtube {
      position: relative;
      width: 100%;

      padding-top: 56.25%;
    }
    #automotiveworld2024 #movie_block .block .youtube iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important;
    }
}
/*-----------------------------------
   PRODUCT BLOCK
-----------------------------------*/
#automotiveworld2024 #product_block{
	width:100%;
	margin:0 auto;
	padding:80px 0;

    background:#c9c9c9;
}
#automotiveworld2024 #product_block .product_box{
    width:1190px;
    margin:0 auto;
}
#automotiveworld2024 #product_block .product_box h3{
	/*font-family: 'Roboto';*/
    font-weight:900;
    font-style:italic;
	font-size:35px;
	color:#FFF;
	display:block;
	display: flex;
    align-items: center;
}
#automotiveworld2024 #product_block .product_box h3:before,
#automotiveworld2024 #product_block .product_box h3:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #FFF;
}

#automotiveworld2024 #product_block .product_box h3:before {
    margin-right: 1rem;
}

#automotiveworld2024 #product_block .product_box h3:after {
    margin-left: 1rem;
}
#automotiveworld2024 #product_block .product_box h4{
    font-family: 'Roboto';
    font-weight:900;
    font-style:normal!important;
	font-size:50px;
	color:#000;
	display:block;
	display: flex;
    align-items: center;
    margin:50px 0;
}
#automotiveworld2024 #product_block .product_box h4:after {
    content: "";
    height: 9px;
    flex-grow: 1;
    background-color: #000;
}
#automotiveworld2024 #product_block .product_box h4:after {
    margin-left: 1.5rem!important;
    margin-top:5px;
}

#automotiveworld2024 #product_block .box{
	width:100%;
	margin:10px auto;
	padding:10px;
    background:#FFF;
    box-sizing:border-box;

	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;

	-webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
}
*#automotiveworld2024 #product_block .img_box{
	width:42%;
	display:flex;
    flex-direction:column;
    margin:0;
    padding:0;
}
#automotiveworld2024 #product_block .img_box img{
	width:100%;
}
#automotiveworld2024 #product_block .spec_box{
    width:50%;
    margin-right:40px;
    height:auto;

    display: flex;
	flex-wrap:wrap;

    flex-direction: column;

	justify-content:space-between;
}
#automotiveworld2024 #product_block .spec_box h2{
	width:100%;
    font-size:20px;
	font-weight:700;
    letter-spacing:0.1rem;
	color:#000;
	display:block;
    padding:30px 0 15px;
    border-bottom:dotted 1px #000;
}
#automotiveworld2024 #product_block .spec_box .box1{
    width:100%;
    display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
}
#automotiveworld2024 #product_block .spec_box .box1 ul{
	margin:20px 0;
    width:76.5%;
}
#automotiveworld2024 #product_block .spec_box .box1 li{
	font-size:15px;
    font-weight:400;
    letter-spacing: 0.05rem!important;

	margin:12px 0;
    display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;

    align-items:center;
}
#automotiveworld2024 #product_block .spec_box .box1 li .point{
    font-size:16px;
    font-weight:700;
    font-style:italic;
    color:#f56d06;


    display:block;
    margin-right:10px;
}
#automotiveworld2024 #product_block .spec_box .box1 li .point span{
    font-size:150%;
}
#automotiveworld2024 #product_block .spec_box .box1 .img_box{
    width:23.5%;
    text-align:right;
    display:flex;
    align-items:flex-end;
}
#automotiveworld2024 #product_block .spec_box .box1 .img_box img{
    width:100%;
    margin-top:10px;
}
#automotiveworld2024 #product_block .spec_box .link_box{
    width:100%;
    margin-top:auto;
    margin-bottom:10px;

    display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
    -webkit-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
}
#automotiveworld2024 #product_block .spec_box .link_box .btn2{
    width:48.1%;
}
#automotiveworld2024 #product_block .spec_box .link_box .btn3{
    width:30.86%;
}
#automotiveworld2024 #product_block .spec_box .link_box .link{
    display:block;
    background-color:#000;
    background-image: url(/images/products/components/automotiveworld2024/arrow.png);
  	background-size: 25px;
    background-repeat: no-repeat;
    background-position:right 10px center;
	padding:15px 35px 15px 15px;
}
#automotiveworld2024 #product_block .spec_box .link_box .dl{
    display:block;
    background-color:#f56d06;
    background-image: url(/images/products/components/automotiveworld2024/ico_pdf.png);
  	background-size: 25px;
    background-repeat: no-repeat;
    background-position:right 10px center;
	padding:15px 35px 15px 15px;
	position: relative;
}

#automotiveworld2024 #product_block .spec_box .link_box .link a,
#automotiveworld2024 #product_block .spec_box .link_box .dl a{
	font-size:15px;
	color:#FFF;
	text-decoration:none;
	letter-spacing:0.05rem;

	display:block;
}

#automotiveworld2024 #product_block .spec_box .link_box .link:hover{
	opacity:0.5;
}

#automotiveworld2024 #product_block .spec_box .link_box .dl:hover{
	opacity:0.5;
}


/*1月10日対応CSS*/
/*
#automotiveworld2024 #product_block .spec_box .link_box .dl::after{
	content: "Coming soon";
	font-size:18px;
	font-weight:300;
	color:#fff;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	flex-grow: 1;
	background-color: rgba(0,0,0,0.7);

	top: 0;
	left: 0;

	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	justify-content:center;
	align-content: center;
	align-items: center;
}

#automotiveworld2024 #product_block .spec_box .link_box .dl a{
	pointer-events: none;
}

#automotiveworld2024 #product_block .spec_box .link_box .dl:hover{
	opacity:1.0;
}
*/
/*1月10日対応CSS終了*/




@media screen and (max-width:640px) {
    #automotiveworld2024 #product_block{
        padding:60px 0;
    }
    #automotiveworld2024 #product_block .product_box{
        width:90%;
    }
    #automotiveworld2024 #product_block .product_box h3{
        font-size:34px;
        line-height:1.0;
    }
    #automotiveworld2024 #product_block .product_box h3:before,
    #automotiveworld2024 #product_block .product_box h3:after {
    }

    #automotiveworld2024 #product_block .product_box h3:before {
    }

    #automotiveworld2024 #product_block .product_box h3:after {
    }

    #automotiveworld2024 #product_block .product_box h4{
        font-family: 'Roboto';
        font-weight:900;
        font-style:normal!important;
        font-size:40px;
        color:#000;
        display:block;
        display: flex;
        align-items: left;
        margin:50px 0 30px;
    }
    #automotiveworld2024 #product_block .product_box h4:after {
    }
    #automotiveworld2024 #product_block .product_box h4:after {
        margin-left: 1rem!important;
    }

    #automotiveworld2024 #product_block .box{
        width:100%;
        margin:10px auto;
        padding:10px;

        display:block;
    }
    *#automotiveworld2024 #product_block .img_box{
        width:100%;
    }
    #automotiveworld2024 #product_block .img_box img{
        width:100%;
    }
    #automotiveworld2024 #product_block .spec_box{
        width:100%;
        margin-right:initial;
        height:auto;

        display: block;
    }
    #automotiveworld2024 #product_block .spec_box h2{
    }
    #automotiveworld2024 #product_block .spec_box .box1{
        width:100%;
        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:nowrap;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
    }
    #automotiveworld2024 #product_block .spec_box .box1 ul{
        margin:15px 0;
        width:65%;
    }
    #automotiveworld2024 #product_block .spec_box .box1 li{
        font-size:15px;
        font-weight:400;
        letter-spacing: 0.05rem!important;

        margin:7px 0;
        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;

        align-items:flex-end;
    }
    #automotiveworld2024 #product_block .spec_box .box1 li .point{
        font-size:14px;
        font-weight:700;
        font-style:italic;
        color:#f56d06;


        display:block;
        margin:7px 0;
        width:100%;
    }
    #automotiveworld2024 #product_block .spec_box .box1 li .point span{
        font-size:130%;
    }
    #automotiveworld2024 #product_block .spec_box .box1 .img_box{
        width:35%;
        text-align:right;
        display:block;
        margin-top:auto;
        margin-bottom:10px;
    }
    #automotiveworld2024 #product_block .spec_box .box1 .img_box img{
        width:100%;
        margin-top:10px;
    }
    #automotiveworld2024 #product_block .spec_box .link_box{
        width:100%;
        margin-top:auto;
        margin-bottom:10px;

        display:block;
    }
    #automotiveworld2024 #product_block .spec_box .link_box .btn2{
        width:100%;
    }
    #automotiveworld2024 #product_block .spec_box .link_box .btn3{
        width:100%;
    }
    #automotiveworld2024 #product_block .spec_box .link_box .link{
        display:block;
        background-color:#000;
        background-image: url(/images/products/components/automotiveworld2024/arrow.png);
        background-size: 25px;
        background-repeat: no-repeat;
        background-position:right 10px center;
        margin:5px 0;
        padding:15px;
    }
    #automotiveworld2024 #product_block .spec_box .link_box .dl{
        display:block;
        background-color:#f56d06;
        background-image: url(/images/products/components/automotiveworld2024/ico_pdf.png);
        background-size: 25px;
        background-repeat: no-repeat;
        background-position:right 10px center;
        margin:5px 0;
        padding:15px;
    }
    #automotiveworld2024 #product_block .spec_box .link_box .link a,
    #automotiveworld2024 #product_block .spec_box .link_box .dl a{
        font-size:15px;
        color:#FFF;
        text-decoration:none;
        letter-spacing:0.05rem;

        display:inline-block;
    }

    #automotiveworld2024 #product_block .box a:hover{
        opacity:initial;
    }
}
/*-----------------------------------
   CONTACT BLOCK
-----------------------------------*/
#automotiveworld2024 #contact_block{
	width:1190px;
	margin:90px auto;
	text-align:center;
}
#automotiveworld2024 #contact_block a{
	font-size:26px;
    font-weight:900;
	color:#FFF;
	text-decoration:none;
	letter-spacing:0.2rem;
	background:#f56d06;
	/* padding:35px 340px; */
	padding:35px 300px;
}

#automotiveworld2024 #contact_block a:hover{
	opacity:0.5;
}
@media screen and (max-width:640px) {
    #automotiveworld2024 #contact_block{
        width:100%;
        margin:30px auto;
        text-align:center;
    }
    #automotiveworld2024 #contact_block a{
        width:90%;
        margin:0 auto;
        display:block;
        font-size:26px;
        font-weight:900;
        color:#FFF;
        text-decoration:none;
        letter-spacing:0.2rem;
        background:#f56d06;
        padding:25px;
    }

    #automotiveworld2024 #contact_block a:hover{
        opacity:initial;
    }
}