@charset "utf-8";
@media screen and (max-width : 768px){
	img {
		width: 100%;
	}

	.section {
		margin-bottom: 50px;
	}
	#contents_area .section:first-child {
		margin-top: 50px;
	}
	.section h3 {
		margin-bottom: 20px;
		font-size: 23px;
		text-align: center;
	}
	.section h3 span {
		display: inline-block;
		padding-bottom: 10px;
		border-bottom: 3px solid;
	}

	.block+.block {
		margin-top: 35px;
	}
	.block:last-child {
		margin-bottom: 75px;
	}

	.block_title {
		padding: 20px;
		font-size: 10px;
		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 {
		background: #deb85b;
		color: #000;
	}

	.block_title .type {
		margin: -20px -20px 20px;
	}

	.block_title h4 {
		font-size: 18px;
	}
	.block_title h4 small {
		display: block;
		margin-top: 10px;
		font-size: 8px;
	}
	.block_title .copy {
		margin-top: 20px;
		font-weight: bold;
	}

	.block_inner {
		margin: 15px 15px 0;
	}
	.block_inner ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.block_inner li {
		width: 48.27%;
		margin-top: 15px;
	}
	#contents_area .block_inner li a {
		display: block;
		height: 100%;
		color: inherit;
		font-weight: bold;
	}

	.block_inner .img {
		position: relative;
		padding-top: 60%;
	}

	#coordinate_brown li:not(:nth-child(n+3)) .img,
	#coordinate_sweet li:not(:nth-child(n+3)) .img,
	#coordinate_casual li:not(:nth-child(n+3)) .img,
	#coordinate_casual li:nth-child(n+7) .img {
		padding-top: 40%;
	}

	#coordinate_brown li:nth-child(3) .img,
	#coordinate_brown li:nth-child(4) .img,
	#coordinate_brown li:nth-child(n+7) .img,
	#coordinate_classy li:nth-child(n+9) .img,
	#coordinate_heritage li:nth-child(n+11) .img {
		padding-top: 75%;
	}

	.block_inner .img img {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.block_inner .img small {
		display: block;
		margin-top: -8px;
		text-align: right;
		font-weight: normal;
		font-size: 8px;
	}

	.block_inner .text {
		position: relative;
		padding: 15px 25px 0 12px;
		font-size: 11px;
		line-height: 1.2;
	}
	.block_inner .text:after {
		content: '';
		position: absolute;
		right: 12px;
		top: 0;
		width: 8px;
		height: 100%;
		background: url(../img/link_arrow.png) 50% 50% /contain no-repeat;
	}
	.block_inner .text small {
		display: inline-block;
		margin-top: 2px;
		font-weight: normal;
		font-size: 9px;
	}

	.block_inner .text .release {
		color: #f00;
		margin-top: 3px;
		padding: 2px 3px;
		border: solid 1px;
	}


/* ----------------------------------------
	section_caution
---------------------------------------- */

	#section_caution {
		line-height: 1.5;
	}

	#section_caution .block_inner ul {
		display: block;
	}
	#section_caution .block_inner li {
		width: auto;
		margin: 0;
	}
}