@charset "utf-8";


/* ---------------------------------------------------
category.css
トップページ用CSS
--------------------------------------------------- */

/* ---------------------------------------------------
sec01
--------------------------------------------------- */
#sec01 {
	padding: 20px 20px 60px 20px;
	background: #fff;
	text-align: left;
}
#sec01 .inner {
	max-width: 660px;
	margin: 0 auto;
}
#sec01 .txt {
	margin: 0 0 30px 0;
}
#sec01 .txt p {
	font-size: 16px;
	line-height: 2;
}
#sec01 .txt p + p {
	margin-top: 20px;
}
#sec01 .btn {
	max-width: 400px;
	height: 50px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #9a001c;
	border-radius: 50px;
	overflow: hidden;
	text-align: center;
}
#sec01 .btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 40px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	background: url(/common/images/icn_newwin.svg) no-repeat right 20px center;
	background-size: 18px 18px;
}
#sec01 .btn a span {
	display: inline-block;
	padding-top: 2px;
}

@media screen and (max-width: 768px) {
	#sec01 {
		text-align: left;
	}
	#sec01 .txt p {
		font-size: 14px;
	}
	#sec01 .btn a {
		padding: 0 40px;
		font-size: 12px;
		background: url(/common/images/icn_newwin.svg) no-repeat right 20px center;
		background-size: 18px 18px;
	}
}
@media screen and (max-width: 400px) {
	#sec01 .btn a {
		padding: 0 35px;
		background: url(/common/images/icn_newwin.svg) no-repeat right 12px center;
		background-size: 14px 14px;
	}
}


/* ---------------------------------------------------
sec02
--------------------------------------------------- */
#sec02 {
	padding: 80px 40px 20px 40px;
	background: #f4f3f1;
	text-align: left;
}
#sec02 .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 960px;
	margin: 0 auto;
}

#sec02 .item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	width: calc(50% - 20px);
	margin-bottom: 60px;
}
#sec02 .item .no {
	position: absolute;
	left: 25px;
	top: -27px;
	z-index: 2;
}
#sec02 .item .no img {
	width: 83px;
	height: 54px;
}
#sec02 .item .item_inner {
	position: relative;
	z-index: 1;
	height: 100%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
#sec02 .item .item_inner .txtwrap {
	padding: 20px;
	padding-bottom: 70px;
}
#sec02 .item .item_inner .ttl {
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
}
#sec02 .item .item_inner .ttl span {
	display: inline-block;
}
#sec02 .item .item_inner .txt {
	padding: 15px 0 0 0;
	font-size: 14px;
	line-height: 1.7;
}
#sec02 .item .item_inner .btn {
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#sec02 .item .item_inner .btn a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 20px;
	background: #9a001c;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}
#sec02 .item .item_inner .btn a span {
	display: block;
	padding: 17px 25px 17px 35px;
	background: url(/common/images/icn_check.svg) no-repeat left center;
	background-size: 26px 25px;
}

@media screen and (max-width: 768px) {
	#sec02 {
		padding: 60px 20px 40px 20px;
	}
	#sec02 .item {
		margin-bottom: 50px;
	}
	#sec02 .item .no {
		left: 20px;
		top: -23px;
		z-index: 2;
	}
	#sec02 .item .no img {
		width: 70px;
		height: 45px;
	}
	#sec02 .item .item_inner .txtwrap {
		padding: 20px;
		padding-bottom: 80px;
	}
	#sec02 .item .item_inner .ttl {
		font-size: 20px;
	}
	#sec02 .item .item_inner .txt {
		font-size: 14px;
	}
	#sec02 .item .item_inner .btn {
		height: 60px;
	}
	#sec02 .item .item_inner .btn a {
		font-size: 14px;
	}
	#sec02 .item .item_inner .btn a span {
		padding: 10px 20px 10px 40px;
		background: url(/common/images/icn_check.svg) no-repeat left center;
		background-size: 26px 25px;
	}
}
@media screen and (max-width: 700px) {
	#sec02 .inner {
		display: block;
	}
	#sec02 .item {
		width: 100%;
	}
	#sec02 .item .item_inner {
		display: block;
	}
}




#sec02 .item.comingsoon {
}
#sec02 .item.comingsoon .no,
#sec02 .item.comingsoon .item_inner {
	opacity: 0.5;
}
#sec02 .item.comingsoon .item_inner .btn a {
	pointer-events: none;
}
#sec02 .item.comingsoon .item_inner .btn a span {
	padding: 10px 20px;
	background-image: none;
}

