@charset "utf-8";
#index{
	background-color: #F4FBFC;
	overflow: hidden;
}
#read{
	padding-top: 200px;
	z-index: 3;
}
#read .movie {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
#read .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 200px);
	background-color: rgba(0, 0, 0, 0.3);
	pointer-events: none;
}
#read .movie video { height:auto; background:#F4FBFC; will-change:opacity,transform; }
#read .movie .overlay {
	pointer-events:none; will-change:opacity;
}
#read .movie_txt {
	padding-top: 200px;
	/* text-shadow: 0 0 2px rgba(0, 0, 0, 0.9), 0 2px 4px rgba(0, 0, 0, 0.7), 0 4px 8px rgba(0, 0, 0, 0.5); */
	opacity: 0;
	transition: opacity 0.5s;
}
#read .movie_txt p{
	padding-bottom: 30px;
	font-weight: 500;
}
#read .absolute{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	height: fit-content;
	font-feature-settings: "palt";
	max-width: 1200px;
}
#index .index_content{
	padding: 80px 0;
}
#index #ijttway .slide_cont{
	width: fit-content;
}
#index #ijttway .slide_cont .absolute{
	left: 24px;
	bottom: 24px;
	max-width: calc(100% - 48px);
}
#index #ijttway .slide_cont .absolute p + p{
margin-top: 24px;
}
#index #ijttway .slide_cont img{
	width: 100%;
}
#index #foot_link .absolute{
	bottom: 20px;
	left: 20px;
}
#index #ijttway .rignt_over_inner{
	/*background-color: #fff;*/
	margin-bottom: 100px;
	padding-left: calc(50vw - 800px);
}
#index #products .splide{
	background-image: url(../../images/index/slider_bg.svg);
	background-position: center left;
	background-repeat: repeat-x;
}
#index #products .splide .splide__slide img{
	width: 100%;
	height: auto;
	display: block;
}
#index #products .splide .splide__slide .arrow{
	width: 28px;
	bottom: 18px;
}
#index #products .splide__list{

}

/*****PC*****/
@media screen and (min-width: 1025px) {
	#read .absolute h2{
		font-size: 4.8rem;
	}
	#read .absolute p{
		font-size: 2.4rem;
	}
	.gridbox .ttl_link .absolute h2{
		/*font-size: 7rem;*/
	}
	#index #ijttway .slide_cont .absolute p.big{
		font-size: 3rem;
	}
	#index #news a.link_bg_bk,
	#index #news span.link_bg_bk{
		width: 160px;
		text-align: center;
	}
	#index #news ul.link_list.news li a.arrow_link_small,
	#index #news ul.link_list.news li span.arrow_link_small{
		width: calc(100% - 240px);
    padding-right: 30px;
	}
	#index #news ul.link_list.news li span.arrow_link_small{
		font-size: 16px;
    padding-left: 16px;
	}
 }
@media screen and (min-width: 1400px) {
	#read .absolute h2{
		font-size: 5.2rem;
	}
	#read .absolute p{
		font-size: 3rem;
	}
}
/*****SP*****/
@media screen and (max-width: 1024px) {
#read{
	padding-top: 100px;
}
#read .overlay {
	height: calc(100% - 100px);
	/* height: 100%; */
}
#read .movie_txt {
	padding-top: 100px;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.9), 0 2px 4px rgba(0, 0, 0, 0.7);
}
#read .movie_txt p{
	padding-bottom: 0;
	font-weight: 700;
}
#read .absolute p{
	font-size: 2.2rem;
}
#read .absolute p + p{
	margin-top: 1.2em;
}
#read .absolute{
	padding: 0 1.6rem;
}
#read .absolute h2{
	margin-bottom: 48px;
}
#index .index_content{
	padding: 32px 0;
}
#index #ijttway .slide_cont .absolute{
	position: relative;
	left: 0;
	bottom: 0;
	max-width: 100%;
	top: 16px;
}
#index #ijttway .rignt_over_inner{
	padding: 0 16px!important;
}
#index #ijttway .txt_bg_wh span{
	font-size: 1.3rem;
	line-height: 1.6;
}
#index #ijttway .txt_bg_bk span{
	font-size: 1.8rem;
}
#index #ijttway .slide_cont{
	padding-bottom: 2em;
}
#index #ijttway .rignt_over_inner{
	margin-bottom: 56px;
}
#index #ijttway.index_content{
	padding-bottom: 0;
}
#products .no_slide div + div{
margin-top: 24px;
}
#sustainability .h2_en_box h2{
	font-size: 4rem;
}
#sustainability .ttl_link .absolute{
	bottom: 16px;
	padding-bottom: 32px;
}
#sustainability .ttl_link .arrow{
	width: 34px;
	bottom: 24px;
}
#index #foot_link .absolute{
	left: 16px;
	bottom: 16px;
}
.h2_en_box h2{
	font-size: 4.8rem;
}
#index #ijttway .slide_cont .absolute p.big{
	line-height: 1.8em;
}
}


@media (768px <= width < 1024px) {
	#index #products .splide.pc{
			display: block;
	}
	#index #ijttway .txt_bg_bk.big{
		font-size: 1.8rem;
	}
	.ttl_link .h2_en_box h2{
		font-size: 4rem;
	}
	#index #ijttway .slide_cont .absolute p + p{
		margin-top: 8px;
	}
}
@media screen and (max-width: 767px) {
	#read{
		padding-top: 50px;
	}
	#read .absolute h2{
		margin-bottom: 10vw;
	}
	#read .overlay {
		height: calc(100% - 50px);
		/* height: 100%; */
	}
	#read .movie {
		width: 100%;
		height: auto;
	}
	#read .absolute h2{
		font-size: 6vw;
	}
	#read .absolute p {
		font-size: 4vw;
	}
	#read .movie_txt {
		padding-top: 50px;
	}
	#read .movie video {
		width: inherit;
		vertical-align: bottom;
	}

}

@media screen and (max-width: 375px) {
	#sustainability .h2_en_box h2{
		font-size: 10vw;
	}
}