@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ========================================================
	top.css => トップページ用CSS
======================================================== */
/*header
------------------------------------*/

.container {
  width: 100%;
}


header {
	background: url(../images/top_bg.jpg);
	background-position: center 80%;
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-size: cover;
	position: relative;
	/*z-index: -1;*/
    min-height: 100vh;
}

header .main_box {
    position: relative;
	width: 100%;
	height: 100vh;
}
header .ttl {
	position: absolute;
	left: 0;
    right: 0;
    margin: auto;
	bottom: 8%;
    width: 216px;
}



@media screen and (max-width: 800px) {
    
    header {

	}
	.head-sp:before {
		top: 0;
		left: 0;
		content: "";
		display: block;
		position: fixed;
		width: 100%;
		height: 100vh;
		background: url(../images/sp/top_bg.jpg) no-repeat center center;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		z-index: 0;
	}
    #audi_body.scrolled .head-sp:before,
	#audi_body.scrolled #mainVis {
		opacity: 0;
	}
    

    header .ttl {
        width: 50%;
        max-width: 160px;
    }
    header .ttl img {
        width: 100%;
    }
}




/* TRY キャンペーン */

   
.monitor_box {
    width: 722px;
	margin: 0 auto;
	padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.monitor_box .monitor_box_inner {
    background: rgba(255,255,255,0.8);
	padding: 80px 0 0;
	box-sizing: border-box;
}
.monitor_box h2 {
    width: 460px;
    margin: 0 auto;
	text-align: center;
}
.monitor_box .txt01 {
    margin: 30px 0;
	font-size: 1.5rem;
    text-align: center;
}
.monitor_box .monitor_present {
    width: 520px;
	margin: 50px auto;
    display: flex;
}
.monitor_box .monitor_present .present_img {
    margin-right: 20px;
}
.monitor_box .monitor_present .present_txt h3 {
    font-size: 2.2rem;
    line-height: 1.0;
    margin-bottom: 8px;
}
.monitor_box .monitor_present .present_txt .txt02 {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
}
.monitor_box .monitor_present .present_txt .txt03 {
    margin: 10px 0 10px;
    font-size: 12px;
    line-height: 1.2;
}
.monitor_box .monitor_present .present_txt .txt04 {
    font-size: 10px;
    line-height: 1.2;
}


.monitor_box .promo {
    width: 520px;
    margin: 50px auto 100px;
}
.monitor_box .promo .promo_box {
    display: flex;
    margin-bottom: 15px;
}
.monitor_box .promo .promo_tt {
    width: 130px;
    margin-right: 10px;
    padding: 15px 0 13px;
    border: 1px solid #000;
    text-align: center;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.monitor_box .promo .promo_txt {
    font-size: 14px;
}
.monitor_box .promo .promo_txt p {
    font-size: 10px;
}
.monitor_box .promo .promo_txt.pat05 {
    padding-top: 5px;
}
.monitor_box .promo .promo_txt.pat {
    padding-top: 13px;
}
.monitor_box .promo .promo_txt span {
    font-size: 10px;
}
.monitor_box .promo .promo_txt a {
    color: #3cbcd1;
    text-decoration: underline;
}



.monitor_oubo {
    padding: 100px 0;
    text-align: center;
    background-color: #000;
}
.monitor_oubo h4 {
    width: 393px;
    margin: 0 auto;
}
.monitor_oubo .monitor_oubo_btn a {
    display: block;
    width: 80%;
    margin: 30px auto 0;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    background-color: #FFF;
}

.monitor_oubo.bg_bk {
    margin: 100px 0;
    padding: 0;
    text-align: center;
    background-color: #FFF;
}
.monitor_oubo.bg_bk .monitor_oubo_btn a {
    color: #FFF;
    background-color: #000;
}
.monitor_oubo .monitor_oubo_btn a:hover {
    opacity: 0.9;
}








@media screen and (max-width: 800px) {
    
    .monitor_box {
        width: auto;
        padding-bottom: 0;
    }
    .monitor_box .monitor_box_inner {
        background: #FFF;
        padding: 15% 0 0;
    }
    .monitor_box .monitor_box_inner_sp {
        padding: 0 20px 0;
    }
    .monitor_box h2 {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .monitor_box .txt01 {
        font-size: 1.3rem;
    }
    .monitor_box .monitor_present {
        width: auto;
        display: block;
    }
    .monitor_box .monitor_present .present_img {
        width: 100%;
        margin: 0 auto;
    }
    .monitor_box .monitor_present .present_txt {
        margin: 20px auto;
    }
    .monitor_box .monitor_present .present_txt h3 {
        font-size: 2.0rem;
    }
    .monitor_box .monitor_present .present_txt .txt03 {
        font-size: 1.3rem;
        line-height: 1.4;
    }
    .monitor_box .monitor_present .present_txt .txt04 {
        font-size: 12px;
    }


    .monitor_box .promo {
        width: auto;
        margin: 0 0 100px;
    }
    .monitor_box .promo .promo_box {
        display: block;
        margin-bottom: 20px;
    }
    .monitor_box .promo .promo_tt {
        margin-right: 0;
        padding: 5px 0 3px;
        font-size: 14px;
    }
    .monitor_box .promo .promo_txt {
        margin-top: 10px;
    }
    .monitor_box .promo .promo_txt.pat05 {
        padding-top: 0;
    }
    .monitor_box .promo .promo_txt.pat {
        padding-top: 0;
    }
    .monitor_box .promo_under_img {
        width: 100%;
    }
    .monitor_box .promo_under_img img {
        width: 100%;
    }
    
    .monitor_box .promo .promo_txt {
        font-size: 16px;
    }
    .monitor_box .promo .promo_txt p {
        font-size: 12px;
    }
    .monitor_box .promo .promo_txt span {
        font-size: 12px;
    }



    .monitor_oubo {
        background-color: #000;
        margin: 0;
        padding: 50px 20px;
    }
    .section_05 .monitor_oubo {
        background-color: #FFF;
        padding: 15% 0 20%;
    }
    .monitor_oubo h4 {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .monitor_oubo .monitor_oubo_btn a {
        width: 100%;
        margin-top: 20px;
        padding: 15px 0;
        font-size: 14px;
    }
    .monitor_oubo.bg_bk {
        margin: 0;
    }
    .monitor_oubo.bg_bk .monitor_oubo_btn a {
        width: 100%;
    }
    
    .monitor_bottom_img img {
        width: 100%;
    }
    

}



/* section_04
------------------------------------------------------------- */

.section_04 {
    color: #FFF;
    background-color: #000;
    position: relative;
    z-index: 999;
}



/**********************
MOVIE
***********************/

.vid_contents {
    width: 100%;
    margin: 0;
    background: url(../images/video_bg.jpg) no-repeat;
    background-size: cover;
}
video.vid_main {
    width: 100%;
}

@media screen and (max-width:800px){
    .vid_contents {
        margin: 0 0 0;
        background: url(../images/sp/video_bg.jpg) no-repeat;
    }
}


.section_04 .car_box {
    width: 873px;
    margin: 80px auto;
}
.section_04 .car_box img {
    width: 100%;
    max-width: 873px;
}
.slide_section {
    width: 1002px;
    margin: 0 auto;
    padding-bottom: 50px;
    text-align: left;
}
.slide_section h4 {
    font-size: 3.2rem;
    font-weight: normal;
    margin-bottom: 30px;
}



@media screen and (max-width:1001px){
    
    .section_04 .car_box {
        width: auto;
        max-width: 873px;
        padding: 0 20px;
    }  
    .slide_section {
        width: auto;
        margin: 0 20px;
    }
    
}


@media screen and (max-width:800px){
    
    .section_04 .car_box {
        width: auto;
        margin: 0 auto;
        padding: 50px 20px 70px;
        background-color: #FFF;
    }
    .slide_section {
        width: auto;
        margin: 0;
        padding: 50px 20px 80px;
    }
    .slide_section h4 {
        font-size: 2.0rem;
        margin-bottom: 20px;
    }
    
}





/* section_05
------------------------------------------------------------- */

.section_05 {
    padding-top: 100px;
    background-color: #FFF;
    position: relative;
    z-index: 999;
}
.section_05 .slide_section {
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
    padding-bottom: 50px;
    text-align: left;
}

.section_05 .e-tron-more {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.section_05 .e-tron-more .e-tron-more-img {
    width: 480px;
}
.section_05 .e-tron-more .e-tron-more-txt {
    width: calc( 100% - 510px );
}
.section_05 .e-tron-more .e-tron-more-txt .tt01 {
    font-size: 2.7rem;
    line-height: 1.6;
}
.section_05 .e-tron-more .e-tron-more-txt .tt02 {
    font-size: 1.4rem;
    margin: 20px 0 30px;
}
.section_05 .e-tron-more .e-tron-more-txt .more_btn a {
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    background-color: #000;
}
.section_05 .e-tron-more .e-tron-more-txt .more_btn a:hover {
    opacity: 0.8;
}




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

    .section_05 {
        padding-top: 0;
    }
    .section_05 .slide_section {
        width: auto;
    }

    .section_05 .e-tron-more {
        display: flex;
        flex-direction: column;
        margin-bottom: 15%;
    }
    .section_05 .e-tron-more .e-tron-more-img {
        width: auto;
    }
    .section_05 .e-tron-more .e-tron-more-txt {
        width: auto;
    }
    .section_05 .e-tron-more .e-tron-more-txt .tt01 {
        font-size: 1.8rem;
        margin-top: 20px;
    }
    
    .section_05 .e-tron-more .order01 {
        order: 1;
    }
    .section_05 .e-tron-more .order02 {
        order: 2;
    }

    
}





/* section_06
------------------------------------------------------------- */

#et_forestproject {
    position: relative;
	background: transparent;
	/*background: url(images/privilege_bg.jpg) no-repeat center center;
    background-size: cover;
	background-attachment: fixed;*/
}
#et_forestproject::before {
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: fixed;
	background: url(../images/bg_02.jpg) no-repeat center 20%;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	z-index: -2;
}

@media screen and (max-width:768px){
	#et_forestproject { padding: 8.4375% 0 0; }
	#et_forestproject:before {
		background: url(../images/bg_02.jpg) no-repeat center bottom;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
	}
	#et_forestproject {
		background-position: center bottom;
	}
}


.section_06_text {
	font-size: 1.4rem;
	padding: 200px 0 0 0;
	color: #fff;
	text-align: center;
	line-height: 2.0;
    position: relative;
    z-index: 999;
}
.section_06_title {
	margin-top: 60px;
	font-size: 2.0rem;
    font-weight: bold;
	text-shadow: 1px 1px 5px rgba(0,0,0,1);
	font-weight: bold;
}
.section_06_inner {
	/*height: 700px;*/
}
.eagle_logo {
	width: 340px;
	margin: auto;
}
.eagle_logo img {
	width: 100%;
}

@media screen and (max-width: 800px) {
	.section_06 .parallax_cont {
		/*height: 350px;*/
	}
	/*.section_06_inner {
		height: 400px;
	}*/
	.section_06_text {
		padding: 50px 0 0 0;
	}
	.eagle_logo {
		width: 282px;
	}
	.section_06_title {
		font-size: 14px;
	}
}

.forest-project {
    width: 800px;
    margin: 150px auto 0;
    padding-bottom: 150px;
}

/*calendar_area*/
.forest-project-inner {
	padding: 50px 40px;
	background: rgba(255,255,255,0.8);
}

@media screen and (max-width: 800px) {
    
    .forest-project {
        width: auto;
        margin: 100px auto 0;
        padding-bottom: 0;
    }
    .forest-project-inner {
        padding: 12% 4%;
        background: rgba(255,255,255,1);
    }
    
}

.section_07_title {
	font-feature-settings: "palt";
	font-size: 1.65rem;
	text-align: center;
	font-weight: normal;
	line-height: 1.8;
}
.section_07_text {
	font-size: 14px;
	line-height: 32px;
}
.section_07_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.section_07_news {
	color: #fff;
	background: rgba(0,0,0,0.8);
	overflow: hidden;
	letter-spacing: -0.05em;
    padding: 60px;
}
.section_07_news figure {
	margin: 0;
    float: left;
    width: 280px;
	margin-right: 30px;
}
.section_07_news figure img {
	width: 100%;
}
.section_07_news dl {
		margin: -0.4em 0;
}
.section_07_news dt {
	font-size: 18px;
    font-weight: bold;
}
.section_07_news .date {
	font-size: 10px;
	margin: 0.7em 0 1.7em;
}
.section_07_news .text {
	font-size: 12px;
	line-height: 2;
    margin-top: 30px;
}

@media screen and (max-width: 800px) {
	.section_07_title {
		text-align: left;
	}
	.section_07_flex {
		display: block;
		overflow: auto;
	}
	.section_07 .calendar_area {
		padding-bottom: 40px;
	}
	.section_07_news {
		margin: 0;
		padding: 50px 20px;
	}
	.section_07_news figure {
        width: auto;
        float: none;
		margin: 0 0 30px;
	}
	.section_07_news dl {
		letter-spacing: 0;
	}
}
.section_07_flex img {
	width: 100%;
}
.taka_img {
	width: 60%;
}
.taka_img img {
	height: 378px;
}
.section_07_flex_inner {
	width: 39.6%;
}
.section_07_flex_inner > * + * {
	margin-top: 0.4%;
}
.section_07_flex_inner img {
	height: 189px;
}

@media screen and (max-width: 800px) {
    .taka_img {
        width: 100%;
    }
    .taka_img img {
        height: auto;
    }
    .section_07_flex_inner {
        width: 100%;
        margin-top: 0.4%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }
    .section_07_flex_inner > * + * {
        margin-top: 0%;
        margin-left: 0.4%;
    }
    .section_07_flex_inner img {
        height: auto;
    }
}
/*nihon_logo_area*/
.nihon_logo_area {
	padding: 60px 0;
	background: #fff;
}
.nihon_logo {
	max-width: 20%;
	margin: auto;
}
.nihon_logo img {
	width: 100%;
}

@media screen and (max-width: 800px) {
	.nihon_logo_area {
		padding: 60px 0 100px;
	}
	.nihon_logo {
		max-width: 136.5px;
	}
}














/**********************
スライダー
***********************/

.slide {
    margin-bottom: 50px;
}
.slide.txt_wh {
    color: #FFF;
}

.slide_text {
    padding: 55px 0 0 30px;
	font-size: 1.4rem;
	color: #000;
	line-height: 1.8;
}
.slide.txt_wh .slide_text {
	color: #FFF;
}


.slide_text .ttl {
	font-size: 2.7rem;
    line-height: 1.6;
	display: inline-block;
	margin-bottom: 10px;
}
.slide_text .justify {
	display: block;
    font-size: 1.4rem;
	text-align: justify;
	text-align-last: left;
	line-height: 1.8;
    padding-right: 30px;
}
.section_05 .slide_text .justify {
    padding-right: 0;
}


.slide_text .justify .fs12 {
	font-size: 0.6rem;
}
.pd_l {
	padding-top: 80px;
	padding-bottom: 80px;
}
.col_fff{
    color: #fff;
}


@media screen and (max-width: 800px) {
    
    .pd_l {
		padding-top: 60px;
		padding-bottom: 60px;
	}
    .slide {
       margin-bottom: 0;
    }
    .slide_text {
        padding: 55px 0 0 0;
    }
    .slide_text .ttl {
	   font-size: 1.7rem;
    }
}



/* section_slide
------------------------------------------------------------- */
.section_slide {
	padding: 0 0 80px 0;
}
.section_slide_col_bg {
	z-index: 1;
	background: #000;
	position: relative;
}
.slide_title {
	text-align: center;
}
.slide_title {
	margin: auto auto 1em auto;
}
.slide_title img {
	width: 100%;
	height: 92px;
}

@media screen and (max-width:800px){
.section_slide {
	padding: 0 0 50px 0;
	position: absolute;
	z-index: 2;
}
.section_slide_col_bg {
	background: #000;
	position: relative;
	z-index: 2;
}
}
/* slick
------------------------------------------------------------- */
.slide {
	position: relative;
}
.slider li {
	width: 1020px;
	position: relative;
}
.section_05 .slider li {
	width: 890px;
	position: relative;
}
.slider .slide_inner {
	display: flex;
}
.slider .ofi {
	width: 480px;
    height: 290px;
}
.section_05 .slider .ofi {
	width: 480px;
    height: 250px;
}

.slider li + li {
	margin-left: 0;
}
.slick-slider {
	margin-bottom: 0 !important;
}


@media screen and (max-width: 1001px){
    .slider li {
        width: 800px;
    }
    .slider .slide_inner img {
	   width: 380px;
       height: auto;
    }
}


@media screen and (max-width: 800px){
    .slide {
        margin-top: 30px;
	   position: relative;
    }
    .slider li {
	   width: calc( 100vw - 38px );
	   position: relative;
    }
    .section_05 .slider li {
	   width: calc( 100vw - 38px );
    }
    
    .slider .slide_inner {
	   display: block;
    }
    .slider .slide_inner img,
    .section_05 .slider .slide_inner img {
	   width: auto;
       height: auto;
    }
    .slider .slide_inner img.pb30 {
	   padding-bottom: 30px;
    }
    
    .slider li + li {
	   margin-left: 0;
    }
}


/*矢印*/

/*スライド矢印
---------------------------------------------------------------------------------------*/
.slide-arrow2 {
}
/*矢印リセット*/
.slick-prev:before, .slick-next:before {
	font-size: 0px;
	opacity: 0;
}
.slick-prev, .slick-next {
	top: 7px;
	z-index: 2;
	/*-webkit-transform: translate(-0%, -50%);
	-moz-transform: translate(-0%, -50%);
	-ms-transform: translate(-0%, -50%);
	-o-transform: translate(-0%, -50%);
	transform: translate(-0%, -50%);*/
}
.slick-prev {
	left: 505px;
}

.section_05 .slick-prev {
	left: 510px;
}


.section_02 .slick-prev {
	background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%) !important;
}
.slick-next {
	left: 690px;
}
.section_05 .slick-next {
	left: 690px;
}



.section_02 .slick-next {
	background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%) !important;
}
/*矢印画像*/
.slick-prev:after, .slick-next:after {
	content: "";
	background: url("../images/arrow_bk.svg") no-repeat;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 5px;
}
.txt_wh .slick-prev:after,
.txt_wh .slick-next:after {
	background: url("../images/arrow.svg") no-repeat;
}

.slick-prev:after {
	transform: rotate(90deg);
	left: 0;
}
.slick-next:after {
	transform: rotate(-90deg);
	right: 0;
}

/* Dots */
.slick-slider
{
	margin-bottom: 30px;
}

.slick-dots
{
	position: absolute;
	top: 5px;
    left: 545px;

	display: block;
	padding: 0;
}
.section_05 .slick-dots
{
    left: 550px;
}



.slick-dots li,
.section_05 .slick-dots li{
	position: relative;

	display: inline-block;

	width: 25px;
	height: 25px;
	margin: 0 5px;
	padding: 0;

	cursor: pointer;
}
.slick-dots li button
{
    color: #000;
    font-size: 16px;
}
.txt_wh .slick-dots li button
{
    color: #FFF;
}


.slick-dots li.slick-active button
{
    border-bottom: 1px solid #000;
}
.txt_wh .slick-dots li.slick-active button
{
    border-bottom: 1px solid #FFF;
}



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

    .slick-prev {
        left: 405px;
    }
    .slick-next {
        left: 590px;
    }
    .slick-dots{
        left: 450px;
    }
    
}


@media screen and (max-width: 800px){
    
    .slick-dots {
	   top: 310px;
       left: 40px;
    }
    .section_05 .slick-dots{
        top: 270px;
        left: 40px;
    }
    
    .slick-prev {
	   left: 0;
    }
    .section_05 .slick-prev {
	   left: 0;
    }
    
    .slick-next {
	   left: 170px;
    }
    .section_05 .slick-next {
	   left: 190px;
    }
    
    
    .slick-prev:after,
    .slick-next:after {
	   top: 310px;
    }
    .section_05 .slick-prev:after,
    .section_05 .slick-next:after {
	   top: 270px;
    }
    
}

@media screen and (max-width: 500px){
    
    .slick-dots {
	   top: 55vw;
       left: 40px;
    }
    .section_05 .slick-dots{
        top: 50vw;
        left: 40px;
    }
    
    .slick-prev:after,
    .slick-next:after {
	   top: 55vw;
    }
    .section_05 .slick-prev:after,
    .section_05 .slick-next:after {
	   top: 50vw;
    }
    
}