
@charset "UTF-8";

/*news*/




.img_border{
border: 1px solid hsla(0,0%,100%,0.8);
}

.container-news{
	margin-top: 5rem;
	min-height: 50vh;
}



.news-set{
	position: relative;
	/*background-color:var(--color-03);*/
	padding: 2rem 2rem;
	/*border: 1px solid hsla(43,100%,66%,0.6);*/
	/*color: hsla(0,0%,100%,0.5);*/
	border: 1px solid var(--link-border-color);
	/*border-radius: 8px;*/
}

.news-waku{
	position: relative;
	width:80%;
	background-color: hsla(0,0%,0%,0.3);
	padding:1rem;
	border: 1px solid var(--link-border-color);
	margin: auto;
}



@media screen and (max-width: 767px) {
	
.news-waku{
	
	width:100%;
	padding:0.5rem;

}	
	
}

.news-text-item{
	position: relative;
	width: 100%;
	line-height: 1.9rem;
font-family:var(--base-font-family);
}

.news-text-item.about{
	position: relative;
	width: 100%;
	line-height: 1.8rem;
/*font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);*/
}






.news__title{
	color:var(--color-01);
	margin-bottom: 1.5rem;
	font-size:clamp(1.05rem, 0.814rem + 1.18vw, 1.7rem);
	text-align: left;
	line-height: 2.2rem;
	font-family: var(--title-font-family);	/*font-weight: var(--font-weight-bold);*/
}

.news__name{
	color: var(--title-font-color);

	font-size:clamp(1.3rem, 1.155rem + 0.73vw, 1.7rem);
	text-align: left;
	line-height: 1.5;
	font-family: var(--title-font-family);
}

.news__name2{
	color: var(--title-font-color);

	font-size:clamp(0.9rem, 0.827rem + 0.36vw, 1.1rem);
	text-align: left;
	line-height: 1.4;
	font-family: var(--title-font-family);
}

.news__bold,
strong{
	color: var(--color-04);
	font-weight: bold;
}

.news__large{
font-size:clamp(1rem, 0.927rem + 0.36vw, 1.2rem);

/*color: var(--title-font-color);*/
}



.news__large2{
font-size:var(--font-size-medium);
	/*color: hsla(0,0%,100%,1.00);*/
/*color: var(--color-03);*/
}


.news__large3{
	font-size:var(--font-size-large)!important;
	color: hsla(27,100%,50%,1.00);/*color: var(--title-font-color);*/
}



.news__small{
	font-weight: 500;
	font-size: var(--font-size-small); 
	line-height: 1.5;
}

.news-text-item p{
	margin-bottom: 1rem;
}


p.news__margin {
	margin-bottom: 1.25rem;
}



.news__img{
	position: relative;
	width: 82%;
	margin:2rem auto;
	
	
	 display: flex;
  justify-content: center;
  align-items: center;
	
	
}

.news__img_v{
	width:70%;
	max-width:600px;
}

.news__img_v2{
	width:70%;
	max-width:450px;
}


.news-footer__set{
	display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
 /* justify-content: space-between;*/
	justify-content: center;
	margin:4rem 0;
}

.news-footer_bt1{
	/*width:48px;*/
}

.news-footer_bt2{
	/*width:200px;*/
	margin:0 1rem;
	line-height:100px;
}

.news-footer_bt2 a{
	
}


.news__youtube{
	width: 82%;
	margin: 2rem auto;
	
}

#traileriframe{
	/*border: 1px solid #000;*/
	/*border: 1px solid hsla(178,87%,67%,0.3);*/
}


.trailer_narrow{
	max-width: 800px;
}




.news__date {
/*	font-size: var(--font-size-small);*/
	/*margin: 0px 0px 3px;*/
	/*color: hsla(0,0%,49%,1.00);*/
	font-family: var(--title-font-family);
	margin-bottom: 0.5rem;
}

.flex-news-text{
	width:70%;
}


.flex-news-img{
	width:26%;
}


@media screen and (max-width: 767px) {
	
	
	.container-news{
	margin-top: 3rem;
	min-height: 50vh;
}

	.news-set{
	/*padding:1rem 1rem;*/
		
	padding: 1rem 1rem;
/*	border: 0px solid hsla(0,96%,40%,0.5);	*/
}

	.news__title{
	
	margin-bottom: 1rem;
	line-height: 1.6rem;
}
	
	.news-text-item{
	line-height: 1.7rem;

}
	
	.news__img{
	position: relative;
	width:100%;
	margin:1.5rem auto;	
}
	
	.news__img_v{
	width:85%;
}
	
	
	.news-footer__set{

	margin:2rem 0;
}
	
	.news-footer_bt1{
	width:46px;
}

.news-footer_bt2{
/*	width:160px;*/
	margin:0 0.5rem;
	height: 100%;
}
	
	.news__youtube{
	width:100%;
	margin:1rem auto;
}
	
	
	.flex-news-text{
	width:100%;
}


.flex-news-img{
	width:70%;
	margin: auto;
}
	
}


