@charset "utf-8";

@media print, screen and (min-width : 769px){
	.section {
		margin: 70px auto;
	}
	.section h3 {
		margin: 0 auto 140px;
		font-size: 38px;
		font-weight: normal;
		text-align: center;
	}
	.section h3 span {
		padding: 0 25px 14px;
		border-bottom: 4px solid #444;
		display: inline-block;
	}

	.block {
		position: relative;
	}
	.block+.block {
		margin-top: 160px;
	}
	.block:last-child {
		margin-bottom: 150px;
	}

	.block_mv img {
		position: relative;
		left: 50%;
		margin-left: -580px;
	}

	.block_title {
		position: absolute;
		right: 50%;
		top: 0;
		box-sizing: border-box;
		width: 430px;
		padding: 30px 35px 40px;
		margin-right: -490px;
		font-size: 14px;
		color: #fff;
	}

	#coordinate_brown .block_title { background: #41210f; }
	#coordinate_sweet .block_title { background: #a5bac3; }
	#coordinate_casual .block_title { background: #b60005; }
	#coordinate_classy .block_title { background: #003670; }

	#coordinate_heritage .block_title {
		margin-right: 60px;
		background: #deb85b;
		color: #000;
	}

	.block_title .type {
		position: absolute;
		left: 0;
		bottom: 100%;
		width: 100%;
	}

	.block_title h4 {
		font-size: 30px;
	}
	.block_title h4 small {
		display: block;
		margin-top: 15px;
		font-size: 12px;
	}
	.block_title .copy {
		margin-top: 30px;
		font-weight: bold;
	}

	.block_inner {
		width: 980px;
		margin: 35px auto 0;
	}
	.block_inner ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-left: -36px;
	}
	.block_inner li {
		width: 218px;
		margin: 40px 0 0 36px;
	}
	#contents_area .block_inner li a {
		display: block;
		height: 100%;
		color: inherit;
		font-weight: bold;
	}
	#contents_area .block_inner li a:hover {
		opacity: 1;
		background: #f1f1f1;
	}

	.block_inner .img {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 131px;
	}

	#coordinate_brown .img,
	#coordinate_classy li:nth-child(n+9) .img,
	#coordinate_heritage li:nth-child(n+9) .img {
		height: 164px;
	}

	.block_inner .img img {
		width: 100%;
	}
	.block_inner .img small {
		margin-top: 5px;
		text-align: right;
		font-weight: normal;
		font-size: 10px;
	}

	.block_inner .text {
		position: relative;
		padding: 20px 40px 20px 20px;
		line-height: 1.2;
	}
	.block_inner .text:after {
		content: '';
		position: absolute;
		right: 20px;
		top: 0;
		width: 8px;
		height: 100%;
		background: url(../img/link_arrow.png) 50% 50% /contain no-repeat;
	}
	.block_inner .text small {
		display: inline-block;
		font-weight: normal;
		font-size: 10px;
	}

	.block_inner .text .release {
		color: #f00;
		margin-top: 3px;
		padding: 2px 3px;
		border: solid 1px;
	}


/* ----------------------------------------
	section_caution
---------------------------------------- */

	#section_caution {
		margin-top: -80px;
		text-align: center;
		line-height: 1.5;
	}

	#section_caution .block {
		margin-bottom: 0;
	}

	#section_caution .block_inner {
		width: 880px;
		margin: auto;
	}
	#section_caution .block_inner ul {
		display: block;
		margin: 0;
	}
	#section_caution .block_inner li {
		width: auto;
		margin: 0;
	}
}