@charset "utf-8";
body {
    -webkit-font-smoothing: antialiased;
	font-family: kinuta-mincho-stdn,sans-serif, Hiragino Mincho ProN, 游明朝 ;
	font-family: FOT-筑紫明朝 Pr6 R, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro",
 /*   font-family: FOT-筑紫明朝 Pr6 R, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;*/
}


.switch-jp,.switch-eng{
	cursor:pointer;
}
.no-display{
	display: none !important;
}
.on-display{
	display: block !important;
}


.centering{
	text-align: center;
}

.globalSide {
    z-index: 999;
}

.circle01{
	z-index:2;
	position: absolute;
	bottom:-30px;
	right:40px;
	opacity: 0.5;
}

.bg_white{
	z-index:1;
	position: absolute;
	bottom:-3%;
	width: 100%;
	left:0%;
	}
.bg_white img{
	width: 100%;
}
h2,h3,h4,h5,h6, .Kinuta-B{
	font-family: kinuta-mincho-stdn, sans-serif;
	font-weight: 700;
	font-style: normal;
}
h3.eng-r{
	line-height: 1.45em;
}
body.page-home h3.eng-r{
	line-height: 1.7em;
}
body.page-home h2{
	margin-bottom: 0px;
}
body.page-home h2.line5{
	line-height: 1.6em;
}

.Kinuta-R{
	font-family: kinuta-mincho-stdn, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.Kinuta-L{
	font-family: kinuta-mincho-stdn,sans-serif;
	font-weight: 300;
	font-style: normal;
	}
.sans-serif{
	font-family: 'Yu Gothic','HiraKakuProN-W3',"Hiragino Sans", "arial", "Meiryo", "MS PGothic", sans-serif!important;color: #666;
	}
.eng-el{
	font-family: montserrat, sans-serif;
	font-weight: 200;
	font-style: normal;
}

.eng-r{
	font-family: montserrat,sans-serif;
	font-weight: 400;
	font-style: normal;
}
.eng-b {
	font-family: montserrat,sans-serif;
	font-weight: 700;
	font-style: normal;
}

h3{
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.6;
}
.mb100{
	margin-bottom: 100px;
	}
.mb80{
	margin-bottom: 80px;
	}
.mb50{
	margin-bottom: 50px;
	}
.mb30{
	margin-bottom: 30px;
}
.mb20{
	margin-bottom: 20px;
}
.mb10{
	margin-bottom: 10px;
}
.mb5{
	margin-bottom: 5px;
}



.bg_circle{
	position: absolute;
	top:-300px;
	left:0;
	width: 100%;
	height: auto;
	overflow: visible;
	background-size: cover;
}
.bg_circle.left{
	background-image: url("/assets/img/home/bg_circle_left.png");
	background-size: cover;
	background-position: left 0px top 20px;
}
.bg_circle.right{
	background-image: url("/assets/img/home/bg_circle_right.png");
	background-size: cover;
	background-position: left 0px top 20px;
}

.circle10{
	z-index:1;
	position: absolute;
	bottom:-40px;
	right:220px;
}

.ft18px{
	font-size: 18px;
}
.ft16px{
	font-size: 16px;
}
.ft15px{
	font-size: 15px;
}
.ft14px{
	font-size: 14px;
}
.ft13px{
	font-size: 13px;
}

.ft11px{
	font-size: 11px;
}

.cover img{
	object-fit: cover;
}



/*===========textArea===========*/


body.page-home .textArea{
	z-index:9;
	font-size: 17px;
	display: flex;
	position: absolute;
	bottom:0px;
	min-height: 32%;
	opacity: 0.95;
	align-items:center;
}



.textArea.left{
	border-radius: 0 150px 150px 0;
/*	background-color: #5E773B;*/
	background-color: #5E7B37;
	color: #fff;
	left:0;
	width: calc(100% - 17%);
	padding: 1.3em 0px 1.3em 23%;
}

#Product .textArea{
	height: auto;
}
#Product .textArea.left{
	padding: 18px 0px 12px 25%;
}


.textArea.right{
	border-radius: 150px 0 0 150px;
	background: url("/assets/img/common/bg_green.jpg") ;
	background-size: cover;
	color: #333;
	right:0;
/*	width: 80%;*/
	width: calc(100% - 17%);
	padding: 1.3em 23% 1.3em 0px;
}

.textArea.right.short{
	/*padding: 3em 23.5% 3em 0px;*/
	padding: 1.5em 23.5% 1.5em 0px;
}

.textArea h2{
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 25px;
	font-family: kinuta-mincho-stdn, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing:0.02em;
	font-feature-settings:"palt";
}


.textArea.short h2{
	margin-bottom: 0px;
	line-height: 2;
}
.textArea.short h3{
	margin-bottom: 0px;
}

.centering{text-align: center;}
.t-right{text-align: right;}

.textArea .text-container{
	width: 90%;
	flex-grow:10;
	font-family: kinuta-mincho-stdn,sans-serif;
	font-weight: 300;
	font-style: normal;
}


.textArea .text-container p{
	line-height: 2;
}
.textArea .text-container p.eng-el{
	line-height: 1.8;
}

.textArea .read-more.right{
	flex-basis: 200px;
	text-align: right;
	padding-right: 70px;
}
.textArea .read-more.left{
	flex-basis: 200px;
	text-align: left;
	padding-left: 70px;
}
.homeAbout_background{
	position: absolute;
/*	top:0;*/
}

/*:============catch==============*/
.catch{
	position: absolute;
	top:7%;
	height: 650px;
	background: url("/assets/img/common/catch-line.png");
	background-repeat: no-repeat;
	background-size: auto;
	z-index:99;
	color: #5B6E3D;
}
.catch .jp{
	font-size: 42px;
	font-weight: 700;
	-webkit-text-stroke: 1px;
}
.catch .lang-eng{
	writing-mode:vertical-rl;
	font-size: 38px;
	font-weight: 700;
	letter-spacing:-0.1em;
}

.catch .eng-r{margin-top: 10px;color: #666666;font-size: 17px;line-height:1.2;}
.catch.high800{
	top:0%;
	height: 800px;
	background: url("/assets/img/common/catch-line_800.png");
	background-repeat: no-repeat;
}
.catch.high900{
	top:0%;
	height: 900px;
	background: url("/assets/img/common/catch-line_high.png");
	background-repeat: no-repeat;
	background-posision: -100 left;
}

.catch.high{
	top:0%;
	height: 1300px;
	background: url("/assets/img/common/catch-line_high.png");
	background-repeat: no-repeat;
}
.catch.left{
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	text-align: left;
}

@media only screen and (min-width: 1200px) {
	.catch.left{
		left:240px;
	}
}
@media only screen and (max-width: 1200px) {
	.catch.left{
		left:220px;
	}
}
@media only screen and (max-width: 1100px) {
	.catch.left{
		left:200px;
	}
}
@media only screen and (max-width: 970px) {
	.catch.left{
		left:130px;
	}
}


.catch.right{
	right:16%;
	background-position: right top;
	padding-right: 18px;
	text-align: right;
}

body.page-home .catch.right{
	width: 55px;
}
#Profile .catch.right, #Teamaster .catch.right{
	background-position: right -200px;
}


body.page-home .image-container{
	position: absolute;
	top: 10%;
	height: 65%;
	border-radius: 500px;
}
body.page-home .image-container.right{
	width: calc(100% - 28%);
	margin-left: 28%;
}
body.page-home .image-container.left{
	width: calc(100% - 28%);
	margin-right: 28%;
}

body.page-home .image-container img {
	width: 100%;
	height: 100%;
	border-radius: 450px;
	object-fit: cover;
	}
	
#Product .textArea .read-more.right {
	flex-basis: 160px;
	text-align: right;
	padding-right: 40px;
}



#Product .text-container{
	width: calc(100% - 100px);
}

#Product .textArea .read-more.right {
	flex-basis: 160px;
	text-align: right;
	padding-right: 40px;
}

.photo_2, .flex{
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
}
.photo_2 .inner, .flex .inner{
	margin: 0 20px ;
	height: auto;
	width: 50%;
}
.photo_2 .inner.left, .flex .inner.left{
	margin: 0 10px 0 0 ;
}
.photo_2 .inner.right, .flex .inner.right{
	margin: 0 0 0 10px ;
}
.photo_2 .inner img, .flex .inner img{
	margin-bottom: 10px;
}


body.is-menuOpened{
/*	margin-right: -15px;*/
}

.bottom-line{
	bottom:0;
	margin: 0;
	width: 100%;
	height: 37px;
	background-color: #5E773B;
}


/*========Slider==========*/
.slider {
	width: 95%;
		height: auto;
		margin: 0px;
} 
.regular .slick-slide {
	margin: 0px 10px;
} 
    .slick-slide img {
      width: 100%;
      margin-bottom: 6px;
    } 
    .slick-prev:before,
    .slick-next:before {
      color: black;
    } 
    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    } 
    .slick-active {
      opacity: 1;
    } 
    .slick-current {
      opacity: 1;
    } 
.slider {
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized{
  opacity: 1;
}

.textArea .text-container .slider p{
	font-feature-settings:"palt";
	font-size: 11px;line-height: 1.4;
}
.textArea .text-container .slider p big{
	font-family: kinuta-mincho-stdn, sans-serif;
	font-weight: 400;
	font-size: 12px;
}

/*========Slider End==========*/



/*========ticker==========*/
.newsBanner {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	width: calc(100% - 400px);
	/*width: 100%;*//*90px*/
	text-align: center;
	line-height: 1;
	letter-spacing: .1em;
	height: 65px;
}
.newsBanner a {
	padding: 6px 8px;
	color: #fff;font-size: 13px;
}

.ticker-container{
	height: 65px;
	font-size: 1.5rem !important;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index:9000;
	margin: 0;
	padding: 0;
	background: url("/assets/img/home/green.jpg");
	background-position: center top;
	background-size: cover;
}
#toNEWS{
	height: 18px;
	font-size: 18px !important;
	flex-basis: 500px;
	text-align: right;
	padding: 0;
	margin: 5px 20px 0 0;
	z-index:9999;
}
div.ticker{width: calc(100% - 500px);}
#ticker-roll{
		text-align: left;
		overflow: hidden;
	}
#ticker-roll.ticker {
	}
	
.ticker-container #ticker-roll ul {
	margin-top: -10px;
	width: calc(100%);
	position: relative;
	}
.ticker-container ul li {
	z-index:9999;
	vertical-align: center;
}
#ticker-roll.ticker ul li {
		height: 65px;
		width: 100%;
		display: none;
	}

#ticker-roll.ticker ul li a, #toNEWS a {color: #fff;}

