@charset "utf-8";
/* 特集ページ */

/* contents area */
.mv  {
	width: 1000px;
	margin: 0 auto;
	padding: 14px 0 0;
}
.contents__ttl  {
	padding: 1.5em 0 0.5em;
	font-size: 24px;
	line-height: 1em;
	color: #552a25;
}
.contents__ttl small  {
	margin: 0 0 0 1em;
	font-size: 18px;
	font-weight: normal;
}
.contents__txt  {
	padding: 0 0 1em;
	font-size: 18px;
	line-height: 1.6em;
}
.contents__lead {
	padding: 0.8em 0 0;
	font-size: 16px;
	line-height: 1.6em;
}
.whitebox {
	margin: 42px 0 0;
	padding: 30px 35px;
	background: #fff;
	font-size: 16px;
	text-align: left;
}
.whitebox__ttl {
	padding: 0.3em 0.8em;
	background: #f8eed3;
	font-size: 20px;
	line-height: 1em;
	color: #5d4239;
}

.special {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 50px 0 0;
}
.special__list {
	position: relative;
	width: 45%;
	margin: 0 auto 50px;
	border-top-width: 17px;
	border-top-style: solid;
	border-radius: 12px 0 0 0;
	text-align: center;
}
.special__list__btn {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
}
.special__list__txt {
	display: inline-block;
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
	padding: 0 1.7em 0 1em;
	border: 1px solid #fff;
	border-radius: 1em;
	background: #d74f6c;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	font-size: 16px;
	line-height: 2em;
	color: #fff;
}
.special__list__txt:after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
	width:0;
	height:0;
	border-style:solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #fff;
}
.special__list__noitem {
	width: 374px;
	display: block;
	border-top: 17px solid #fff;
	border-radius: 0.6em 0 0 0;
	text-align: center;
	margin: 15px auto;
}

.special__list__ttl {
	display: flex;
	align-items: center;
	min-height: 3em;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	padding: 5px 0px;
	text-align: left;
}

.special__banner{
	margin: 20px 0 0;
	text-align: center;
}


/* ------------------ */
/* スマートフォン */
/* ------------------ */
@media screen and (max-width: 767px) {

/* contents area */
.mv  {
	width: auto;
	padding: 0;
}
.contents__ttl  {
	font-size: 4.5vw;
}
.contents__ttl.inner  {
	padding: 1.2em 3% 0.5em;
}
.contents__ttl small  {
	margin: 0.2em 0 0;
	font-size: 3vw;
	display: block;
}
.contents__txt  {
	font-size: 4vw;
}
.contents__lead {
	font-size: 2.8vw;
}
.whitebox {
	margin: 5vw 0 0;
	padding: 3vw 3%;
	font-size: 4vw;
}
.whitebox__ttl {
	padding: 0.5em 0.8em;
	font-size: 4.3vw;
}

.special {
	display: block;
	justify-content: unset;
	flex-wrap: unset;
	padding: 8vw 0 0;
}
.special__list {
	width: auto;
	margin: 0 0 8vw;
	border-top-width: 3vw;
	border-radius: 2vw 0 0 0;
}
.special__list__btn {
	display: block;
	justify-content: unset;
	flex-direction: unset;
	height: auto;
}
.special__list__txt {
	border-width: 0.4vw;
	box-shadow: 0.7vw 0.7vw 1.2vw rgba(0,0,0,0.3);
	font-size: 4vw;
}

.special__banner{
	margin: 3vw 0 0;
}



}
