
/*====================================================
//// id 　leadCopy
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#leadCopy .txtBox {
		display: inline-block;
		font-size: 2.0rem;
		margin-top: 1em;
		text-align: left;
	}
}

@media screen and (max-width:580px) {
	#leadCopy .txtBox {
		font-size: 4vw;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#leadCopy .itemBox {
		text-align: center;
	}
	#leadCopy .txtBox {
		font-size: 2.0rem;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1550px) {
}

/*====================================================
//// id  detail
====================================================*/
#detail .itemBox {
	display: grid;
}
#detail .detail_item {
	margin-top: 0;
}
#detail .detail_item .headBox h2 .en {
	display: block;
	font-size: .25em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
	#detail .itemBox {
		grid-gap: 100px;
	}
	#detail .detail_item {
		grid-gap: 40px 0;
		grid-template-columns: 25% 1fr;
	}
	#detail .detail_item .headBox {
		align-items: flex-end;
	}
	#detail .detail_item .headBox h2 {
		font-size: 5em;
		width: 100%;
	}
	#detail .detail_item .imgBox {
		width: 100%;
	}
	#detail .detail_item .imgBox .coverImg {
	}
	#detail .detail_item .txtBox {
		grid-column: 1 / 3;
		width: 100%;
	}
	#detail .detail_item.layout-single .headBox {
		grid-column: 1 / 3;
	}
	#detail .detail_item.layout-right {
		grid-template-columns: 1fr 25%;
	}
	#detail .detail_item.layout-right .imgBox {
		grid-column: 1;
		grid-row: 1;
	}
}

@media screen and (max-width:580px) {
	#detail .detail_item .imgBox .coverImg {
		height: 0;
		padding-top: 100%;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 960px) {
	#detail .itemBox {
		grid-gap: 100px;
	}
	#detail .detail_item .headBox {
		margin-bottom: 30px;
	}
	#detail .detail_item .imgBox .coverImg {
		height: 100%;
	}
	#detail .detail_item .headBox h2 {
		font-size: 5em;
	}
	#detail .detail_item.layout-single .txtBox {
		margin: auto;
		max-width: 900px;
	}
	#detail .detail_item.layout-single .txtBox h3 {
		text-align: center;
	}
	#detail .detail_item.layout-single .headBox {
		justify-content: center;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1550px) {
}

/*====================================================
//// id 　
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

@media screen and (max-width:580px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1550px) {
}
