@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding:0;
	box-sizing: border-box;
}


.by{
	font-family: "nimbus-roman", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	letter-spacing: 0.05em;
}

.by .color{
	background: #4a90d933;
	height: 5vh;
	margin-bottom: 3%;
}

.by a{
	text-decoration: none;
	color: #000;
}

.by .tit{
	margin: 15% 0;
}



.by .tit img{
	width: 50%;
	display: block;
	margin: 0 auto;
}

.by .styling{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5%;
	padding: 0 5%;
}

.by .styling img{
	display: block;
	width: 100%;
}

.by .styling .bold{
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-top: 8%;
}

.by .styling{
	text-align: center;
}

.by .detail{
	margin-top: 8%;
}

.by .items{
	display: block;
	font-size: 12px;
	font-weight: 200;
	margin-top: 3%;
}

.by .styling .button{
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	margin-top: 8%;
}

.by .styling .button a{
	border: 1px solid #000;
	border-radius: 5px;
	padding: 3% 5%;
}


.by .styling .button .kigou{
	margin-left: 5px;
}


.by .blog {
	margin: 15% 5%;
	padding: 5%;
	background: #4a90d91A;
	border-radius: 5px;
}

.by .blog .blogtit{
	margin-bottom: 3%;
}

.by .blog .bold{
	display: block;
	font-size: 16px;
	font-weight: 600;
/*	border-bottom: hsla(0,0%,0%,1.00) 1px solid;*/
/*	width: 30%;*/
}

.by .blog img{
	display: block;
	width: 100%;
}

.by .blog p{
	display: block;
	width: 100%;
}

.by .blogdetail{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5%;
	align-items: center;
}

.by .blogdetail p{
	font-family: "yu-mincho-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.by .blog .button{
	margin: 8% 0 0;
	border: 1px solid #000;
	text-align: center;
	border-radius: 5px;
	padding: 3% 5%;
}

.anim {
  opacity: 0;
  transition: opacity 1.8s ease-out;
}

.anim.is-visible {
  opacity: 1;
}

@media (min-width: 768px) {
  .by{
		font-size: 18px;
		margin: 0 auto;
	
	}
	
  .by .contant{
		width: 1100px;
		margin: 0 auto;
	
	}
	
	.by .styling .bold{
		font-size: 20px;
	}
	.by .color{
		width: 100vw;
	}
	
	.by .items{
		font-size: 18px;
	}
	
	.by .styling .button{
		font-size: 18px;
	}
	
	.by .blog .bold{
		font-size: 30px;
	}
	
	.by .blog .button{
		width: 80%;
		margin: 8% auto 0;
	}

}