@charset "utf-8";


/* ================================
   Font
================================ */

/* Font Global Setting */
.toppage h3{
	font-size: 42px;
	font-weight: bold;
}
@media screen and (max-width:768px){
	.toppage h3{
		font-size: 28px;
		font-weight: bold;
		text-align: left;
	}
}
/* ================================
   Intro
================================ */

.top-head{
	margin-top:89px;
	margin-bottom:39px;
}

.top-head .left{
	padding-top:20px;
	width: 292px;
	height: 86px;
}
.top-head .right{
	font-size: 39px;
	font-weight: bold;
	line-height: 50px;
}

.top-movie-wrap{
	margin-left: auto;
	margin-right:auto;
	border-radius: 24px;
}
.top-movie-wrap video{
	width: 100%;
	border-radius: 24px;
	overflow: hidden; /* コンテンツが角からはみ出ないように */
}

@media screen and (max-width:768px){
	
	.top-head{
		margin-top: 0;
		margin-bottom: 20px;
	}
	
	.top-head .left{
		
		width: 180px;
		height: 70px;
	}
	.top-head .right{
		font-size:24px;
		line-height: 40px;
	}
	.top-movie-wrap{
		overflow: hidden;
	}
	.top-movie-wrap video{
		width: 1000px;
	}
	
}

/* ================================
   Pickup Items
================================ */

#pickup{
	overflow-x: hidden;
}

.top-itemPickup{
	display: flex;
	flex-wrap: wrap;
	
	max-width: 1720px;
	margin:auto auto;
}

.top-itemPickup .header{
	/*order: 1;*/
	margin-bottom: 60px;
}
.top-itemPickup .header .mtitle{
	
}
.top-itemPickup .header>p{
	font-size:20px;
	font-weight: normal;
	color: #585858;

}

.top-itemPickup .items{
	/*order: 3;*/
}
.top-itemPickup>.btnWrap{
	align-items: center;
	/*order: 2;*/
	position: absolute;
	top:0;
	right:0;
}
@media screen and (max-width: 1299px){
	/*
	.top-itemPickup .header{
		order: 1;
	}
	.top-itemPickup .items{
		order: 2;
	}
	.top-itemPickup .btn{
		order: 3;
	}
	*/
}


.box{
	background: #030909;
	border-radius: 24px;
	padding:60px;

}



.top-itemPickup{
	margin-top:120px;
	margin-bottom:140px;
	position: relative;
	height: 720px;
}
.top-itemPickup .items{
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1720px;
	width: 100%;
	overflow-x: hidden;
	top:140px;
}
.top-itemPickup .box{
	width: 25%;
	max-width: 412px;
}
.top-itemPickup .title{
	color:white;
	font-size: 24px;
	text-align: center;
	height: auto;
	line-height: 100%;
}
.top-itemPickup .text{
	color:white;
	font-size: 16px;
	text-align: center;
	margin-bottom: 25px;
}
.top-itemPickup .photo{
	height: 288px;
	margin-bottom: 20px;
	overflow-y: hidden;
}
.top-itemPickup .photo img{
	margin-left: auto;
	margin-rihgt: auto;
	width: 100%;
}

.top-itemPickup .items .btnWrap{
	text-align: center;
	margin:auto;
	
}

@media screen and (min-width: 1700px){

	.leftBtn,
	.leftBtn{
		display: none;
	}
}


@media screen and (max-width: 1699px){
	.top-itemPickup{
		height: 800px;
	}
	.top-itemPickup .items{
		width: 1720px;
		transition: margin-left 1s ease;
	}
	.top-itemPickup .box{
		width: 100%;
	}
	.top-itemPickup .items>.btnWrap{
		order: none;
		position: absolute;
		bottom:0;
	}
	.leftBtn,
	.rightBtn{
		position: absolute;
		right:0;
		bottom:0;
		border:0;
		border-radius: 40px;
	}
	.leftBtn span,
	.rightBtn span{
		display: block;
		width:  34px;
		height: 34px;
	}
	.leftBtn{
		background:url("../images/common/btn-arrow_white_rev.svg") center no-repeat #121212;
		right: 50px;
	}
	.rightBtn{
		background:url("../images/common/btn-arrow_white.svg") center no-repeat #121212;
		right:0;
	}
}
@media screen and (max-width: 991px){
	
	.top-itemPickup{
		margin-top: 40px;
	}
	
	.top-itemPickup>.btnWrap{
		top:auto;
		right: auto;
		bottom:0;
		left:0;
	}
	
	
}
@media screen and (max-width: 767px){
	.top-itemPickup .items .box{
		width: calc( 100vw + -30px);
		max-width: 435px;
	}
	.leftBtn{
		padding: 0;
	}
	.rightBtn{
		padding: 0;
	}
}


/*
@media screen and (max-width: 1023px){
	.top-itemPickup .box{
		width: 100%;
	}
}
*/


/* ================================
   Section Detail Settings
================================ */

#about .corner-top{
	background-color: #090303;
}
#news{
	background-color: #090303;
}
#news .corner-top{
	background: #fff;
}
#sdgs{
	background: #fff;
}
#sdgs .corner-top{
	background: linear-gradient(-100deg, #DDC77F 0%, #DEAF79 54%);
}
#products{
	background: linear-gradient(-100deg, #DDC77F 0%, #DEAF79 54%);
}
#products .corner-top{
	background: #090303;
}

#company{
	background: #090303;
}
#company .corner-top{
	background: #fff;
}
/* move to common.css

#contentsBottom{
	background: linear-gradient(-100deg, #DDC77F 0%, #DEAF79 54%);
}
*/


/* ================================
   #about
================================ */

#about>div{
	padding-top:160px;
}

#about>div{
	background-image: url("../images/top/about_bg.png");
	background-repeat:no-repeat;
	background-position: center center;
}

#about .mtitle{
	text-align: center;
	margin-bottom: 40px;
}
#about .text{
	width: 484px;
	max-width: 100%;
	font-size: 27px;
	line-height: 230%;
	margin: 0 auto 25px auto;
}

#about .btnWrap{
	width: 484px;
	text-align: center;
	margin: 0 auto 40px auto;
}

#about .image{
	max-width: 700px;
	display: flex;
	margin:0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
	justify-content: space-around;
	flex-wrap: nowrap;
}
@media screen and (max-width:991px){
	#about .corner-top{
		padding-top: 60px;
	}
	#about .text p{
		font-size: 20px;
		line-height: 220%;
	}
}

@media screen and (max-width:991px){
	#about h3{
		text-align: center;
	}
	#about .text{
		width: 100%;
		font-size: clamp(1rem, 2vw + 1rem, 3rem);
		padding-left: 25px;
		padding-right: 25px;
	}
	#about .btnWrap{
		width: 100%;
	}
	#about .image{
		padding-top:0;
	}
	#about>div{
		background-image: url("../images/top/about_bg_sp.png");
	}
	
}

/* ================================
   #news
================================ */

#news{
}
#news>div{
	padding-top:160px;
}

#news .btnWrap{
	text-align: right;
}

#news .separate{
	justify-content: space-between;
}

#news .items{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding-top:100px;
	padding-bottom:100px;
}
#news .items .item a{
	text-decoration: none;
}

#news .items .item .date{
	color: #5B5B5B;
	font-size: 16px;
	padding-top:10px;
	padding-bottom:3px;
}
#news .items .item .photo{
	position: relative;
}
#news .items .item .photo span{
	display: block;
	position: absolute;
	padding: 2px 15px;
	font-size: 14px;
	bottom:12px;
	left:  12px;
	background-color: rgba(255,255,255,0.80);
	border-radius: 60px;
	text-align: center;
}
#news .items .item .photo img{
	width: 100%;
	border-radius: 26px;
}
#news .items .item .title{	font-size:20px;
	margin-bottom: 8px;
	width: 360px;
	
}
#news .items .item .text{	width: 360px;
	color: #5B5B5B;
	line-height: 220%;
	
}

#news .items .item,
#news .items .date,
#news .items .title,
#news .items .text{

	width: 360px;
	padding-left:10px;
	padding-right:10px;
}
#news .slick-list{
	
}
.slider-container {
  position: relative;
  overflow-x: scroll; /* 水平方向のスクロールを許可 */
  overflow-y: hidden; /* 垂直方向のオーバーフローを非表示 */
  white-space: nowrap; /* 改行を防止 */
}
.slick-cloned {
  display: none !important;
}



@media screen and (max-width:991px){
	#news .items{
		padding-top:40px;
	}
	#news .btnWrap{
		text-align: center;
	}
	#news>div{
		padding-top:50px;
	}
	#news h3{
		text-align: center;
	}
}

/* ================================
   #sdgs
================================ */

#sdgs>div{
	padding-top:100px;
	padding-bottom:100px;
}

#sdgs .imageWrap{
	padding-right:100px;
}

#sdgs .div2 .mtitle{
	margin-top:150px;
	margin-bottom: 20px;
}
#sdgs .div2 .text{
	margin-bottom: 25px;
}
#sdgs .btnWrap{
	margin-bottom:100px;
}
@media screen and (max-width:768px){
	#sdgs>div{
		padding-top:50px;
	}
	#sdgs .div2{
		order: 1;
	}
	#sdgs .div1{
		order: 2;
	}
	
	#sdgs div{
		width: 100%;
	}
	
	#sdgs div img{
		width: 100%;
	}
	#sdgs .div2 .mtitle{
		margin-top:0;
	}
	#sdgs .mtitle h3{
		text-align: center;
	}
	#sdgs .div2 .text{
		padding: 0 25px;
	}
	#sdgs .div2 .btnWrap{
		text-align: center;
	}
	#sdgs .btnWrap{
		margin-bottom: 25px;
	}
	#sdgs div#sustainability{
		width: 300px;
		margin-bottom: 25px;
	}
	#sdgs div#sustainability img{
		width: 100%;
	}
	#sdgs .imageWrap{
		padding: 20px;
	}
}


/* ================================
   #products
================================ */

#products{
	
}
#products>div{
	position: relative;
	height: 3000px;
	padding-bottom: 100px;
}

#products .separate{
	top:180px;/*実質固定位置*/
	position: sticky;
}

#products>div{
	padding-top:100px;
}

#products h3{
	color:white;
	margin-bottom: 30px;
}
#products .text p{
	color:white;
}
#products .div1 p{
	color:#f8f8f8;
	font-size:20px;
	line-height: 200%;
	margin-bottom: 25px;
}

#products .div1{
	position: relative;
}
#products .div1 .content{
	position: absolute;
	top: 0;
	right: 100px;
	width: 500px;
}

#products .image-wrapper{
	width: 456px;
	height: 677px;
	position: relative;
}
#products .image-section img.image{
	opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 26px;
    transition: opacity 0.5s ease, visibility 0s 0.5s; /* フェードのアニメーション */
}
#products .image-section img.image.active{
	opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease; /* visibilityの遅延をなくす */
}

.image-section{
	position: relative;
}
@media screen and (min-width:1300px){
	.image-section{
		padding-left:100px;
	}
}

.imageNavi{
	position: absolute;
	height: 677px;
	top:0;
	left:586px;
	display: flex;
	align-items: center;
}
/* デザインの制約で消す */
@media screen and (max-width:1400px){
	.imageNavi{
		display: none;
	}
}
.imageNavi ul{
	padding-left: 0;
}
.imageNavi li{
	list-style: none;
	padding:10px;
}
.imageNavi .navImage{
	width:  86px;
	height: 86px;
}
.imageNavi .navImage img{
	width:  86px;
	height: 86px;
	object-fit: cover;
	border-radius: 26px;
}


.lbImageWrap{
	position: absolute;
	height: 197px;
	width: 197px;
	bottom:-60px;
	left:  0;
}
.lbImageWrap .lbImage{
	width:  197px;
	height: 197px;
	object-fit: cover;
	border-radius: 26px;
}
.lbImageWrap img.lbImage{
	opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 26px;
    transition: opacity 0.5s ease, visibility 0s 0.5s; /* フェードのアニメーション */
}
.lbImageWrap img.lbImage.active{
	opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease; /* visibilityの遅延をなくす */
}


.sdTextWrap{
	position: absolute;
	width:  433px;
	height: 272px;
	top:    357px;
	left:  -510px;
}
.sdTextWrap img.sdText{
	width:  100%;
	max-width:  100%;
	height: 272px;
	
}
.sdTextWrap img.sdText{
	opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 26px;
    transition: opacity 0.5s ease, visibility 0s 0.5s; /* フェードのアニメーション */
}
.sdTextWrap img.sdText.active{
	opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease; /* visibilityの遅延をなくす */
}

.spTitleWrap,
.spCircleWrap{
	display: none;
}

@media screen and (max-width: 1299px){
	
	#products .separate{
		top:70px;/*実質固定位置*/
		position: sticky;
	}


	#products>div{
		padding-top:60px;
	}
	#products .div1 .content{
		width: 100%;
		right: auto;
	}
	#products .div1 h3{
		text-align: center;
	}
	#products .div1 p{
		font-size:18px;
		padding-left:25px;
		padding-right:25px;
	}
	#products .div2{
		margin-top:380px;
	}
	#products .btnWrap{
		text-align: center;
	}
	#products .image-wrapper{
		width: 100%;
		max-width: 400px;
		margin:auto;
		height: auto;
	}
	#products .image-section img.image{
		width: 100%;
	}
	
	#products .text{
		max-width: 550px;
		
		margin:auto;
	}
	
	#products .image-section{
		max-width: 400px;
		height: 650px;
		margin-left: auto;
		margin-right: auto;
	}
	.imageNavi{
		position: absolute;
		display: block;
		height: 67px;
		top:auto;
		bottom:0;
		right:0;
		left:auto;
		max-width: 400px;
	}
	.imageNavi ul{
		padding-left:0;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.imageNavi ul li,
	.imageNavi ul li .navImage,
	.imageNavi ul li .navImage img{
		width:  69px;
		height: 69px;
	}
	.imageNavi ul{
		padding-top:10px;
		gap:10px;
	}
	.imageNavi ul li .navImage img{
		border-radius: 8px;
	}
	
	.spCircleWrap{
		display: block;
	}
	
	.spCircleWrap{
		position: absolute;
		width:  107px;
		height: 107px;
		top:    -160px;
		right:  0;
	}
	.spCircleWrap img.spCircle{
		width:  100%;
		max-width:  100%;
		height: 107px;

	}
	.spCircleWrap img.spCircle{
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 0;
		right: 0;
		border-radius: 26px;
		transition: opacity 0.5s ease, visibility 0s 0.5s; /* フェードのアニメーション */
	}
	.spCircleWrap img.spCircle.active{
		opacity: 1;
		visibility: visible;
		transition: opacity 0.5s ease; /* visibilityの遅延をなくす */
	}
	
	
	.spTitleWrap{
		display: block;
		position: absolute;
		top:-35px;
		left:0;
	}
	.spTitleWrap img.spTitle{
		max-width: 400px;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		visibility: hidden;
		transition: opacity 0.5s ease, visibility 0s 0.5s; /* フェードのアニメーション */
	}
	.spTitleWrap img.spTitle.active{
		opacity: 1;
		visibility: visible;
		transition: opacity 0.5s ease; /* visibilityの遅延をなくす */
	}
	
	
	/*disabled content*/
	.lbImageWrap{
		visibility:hidden;
		display: none;
	}
	.sdTextWrap{
		display: none;
	}
	
	
	
	
}

@media screen and (max-width: 410px){
	
	.spTitleWrap img.spTitle,
	#products .image-wrapper,
	#products .image-section{
		max-width: 300px;
	}
	#products .image-section{
		height: 525px;
	}
	
	.spTitleWrap{
		
	}
	.spCircleWrap{
		width: 57px;
		height: 57px;
		top:-110px;
	}
	#products .div2{
		margin-top:320px;
	}
	.spCircleWrap img.spCircle{
		height: 57px;
	}
	
	
}

/* ================================
   #company
================================ */

#company>div{
	padding-top:100px;
}

#company h3{
	margin-bottom: 30px;
}

#company .div1 p{
	color:#5b5b5b;
	font-size:20px;
	line-height: 200%;
	margin-bottom: 25px;
}

#company .div1{
	position: relative;
}
#company .div1 .content{
	position: absolute;
	top: 100px;
	right: 150px;
	width: 500px;
}


.panels{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap:100px;
}
.panel{
	width:  380px;
	height: 530px;
	position: relative;
}

.panels .panel .title{
	position: absolute;
	top: 24px;
	left:24px;
	font-size: 25px;
	font-weight: bold;
}
.panels .panel .nav{
	position: absolute;
	top: 24px;
	right:24px;
}
.panels .panel .nav a{
	font-size: 16px;
	font-weight: bold;
}

.panels .panel.panel-1 .title,
.panels .panel.panel-1 .nav a{
	color: #1d1d1d;
}
#company .panels .panel.panel-1 .title,
#company .panels .panel.panel-1 .nav a {
	color: #fff;
}
.panels .panel.panel-2 .title,
.panels .panel.panel-2 .nav a{
	color: #fff;
}


.panels .panel.panel-1{
	background: url("../images/top/company_image1.png") no-repeat center bottom;
}
.panels .panel.panel-2{
	background: url("../images/top/company_image2.png") no-repeat center bottom;
}

@media screen and (max-width:1299px){
	#company .separate{
		flex-wrap: wrap;
	}
}
@media screen and (max-width:1299px){
	#company>div{
		padding-top:60px;
	}
	#company .div1,
	#company .div2{
		width: 100%;
	}
	#company .div1{
		margin-bottom: 60px;
	}
	#company .panels{
		justify-content: space-around;
		column-gap: 20px;
	}
	
	#company h3{
		text-align: center;
	}
	#company .div1 p{
		padding-left:25px;
		padding-right:25px;
	}
	#company .div1 .content{
		position: relative;
		top:0;
		right:auto;
			width: 100%;
	}
	#company .btnWrap{
		text-align: center;
	}
	#company .btnWrap{
	}
}