
/*====================================================
//// id 　main
====================================================*/
#main .itemBox {
	background: #ccc;
}
#main .linkBox {
	grid-gap: 6px;
	margin-top: -15px;
}
#main .linkBox .link-item {
	max-width: 50%;
}
#main .linkBox .linkBtn {
	min-width: 0;
	width: 100%;
		max-width: none;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#main .itemBox {
		height: 80vw;
			max-height: 400px;
	}
}

@media screen and (max-width:580px) {
	#main .itemBox {
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#main .itemBox {
		height: 40vw;
			max-height: 700px;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1550px) {
}

/*====================================================
//// id 　leadCopy
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#leadCopy .itemBox {
		grid-gap: 0 5vw;
		grid-template-columns: 50px 1fr;
		padding-right: 2vw;
	}
	#leadCopy .headBox {
		grid-row: 1 / 3;
	}
	#leadCopy .headBox h2 {
		-ms-writing-mode: tb-rl;
		    writing-mode: vertical-rl;
		-webkit-text-orientation: upright;
		        text-orientation: upright;
		letter-spacing: .3em;
		margin-top: .2em;
	}
}

@media screen and (max-width:580px) {
	#leadCopy .itemBox {
		grid-template-columns: 14vw 1fr;
	}
	#leadCopy .headBox {
		grid-row: 1 / 2;
	}
	#leadCopy .headBox h2 {
		font-size: 7vw;
	}
	#leadCopy .linkBox {
		grid-column: 1 / 3;
	}
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#leadCopy .headBox {
		margin-bottom: 40px;
		text-align: center;
	}
	#leadCopy .headBox h2 {
		font-size: 4.8rem;
		letter-spacing: .2em;
	}
	#leadCopy .txtBox {
		text-align: center;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	#leadCopy .headBox h2 {
		font-size: 4.0rem;
	}
}

@media screen and (min-width:1550px) {
}

/*====================================================
//// id detail_item
====================================================*/
#detail {
	overflow: hidden;
	width: 100%;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#detail .detail_item h2 {
		font-size: 2.4rem;
	}
	#detail .detail_item .imgBox {
		grid-row: 1;
	}
	#detail .detail_item .imgBox .coverImg {
		height: 0;
		padding-top: 75%;
	}
	#detail .detail_item.layout-right .headBox {
		margin: 0 0 0 auto;
		text-align: left;
		width: 80%;
	}
}

@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) {
	#detail .detail_item {
		grid-gap: 30px 0px;
		grid-template-columns: 1fr;
		margin-top: 100px;
	}
	#detail .detail_item.layout-right .headBox {
		text-align: right;
	}
	#detail .detail_item .imgBox {
		grid-column: 1;
		grid-row: 2 / 3;
		width: 80%;
	}
	#detail .detail_item.layout-left .imgBox {
		margin: 0 -4vw 0 auto;
	}
	#detail .detail_item.layout-right .imgBox {
		margin: 0 auto 0 -4vw;
	}
	#detail .detail_item .imgBox .coverImg {
		height: 90vw;
			max-height: 400px;
	}
	#detail .detail_item .txtBox {
		width: 80%;
	}
	#detail .detail_item.layout-right .txtBox {
		margin: 0 0 0 auto;
	}
	#detail .detail_item.layout-single .txtBox {
		margin: 0 0 0 auto;
	}
	#detail .detail_item .linkBox {
		grid-gap: 4px;
		justify-content: flex-end;
		margin: 0 0 0 auto;
		max-width: 360px;
	}
	#detail .detail_item .linkBox .linkBtn {
		font-size: 1.4rem;
		margin: 0;
		padding: 12px 5px;
		width: calc(50% - 2px);
			min-width: 0;
	}
}

@media screen and (min-width:960px) {
	#detail .detail_item.layout-left ,
	#detail .detail_item.layout-right {
    grid-template-columns: 1fr 1fr;
	}
	#detail .detail_item.layout-left .imgBox .coverImg,
	#detail .detail_item.layout-right .imgBox .coverImg {
		margin: 0;
		width: 100%;
	}
}


/*====================================================
//// 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) {
}

/*====================================================
//// 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) {
}
