@charset "UTF-8";
/*
About
-----------------------------------------------------*/
.c-gifts__heading {
	font-size: 1.25rem;
	font-weight: bold;
	margin: 0 auto 2.5rem;
}
.c-gifts__heading.-title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1em;
	position: relative;
	padding-left: 0.5rem;
}
.c-gifts__heading.-title:before {
	content: "";
	display: block;
	width: 0.2rem;
	height: 22px;
	margin-right: 0.5em;
	margin-top: 0.1em;
	position: absolute;
	left: 0;
	background-color: #df3232;
}
.c-gifts__heading.-subtitle {
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 1.25rem;
}
.c-gifts__txt {
	line-height: 1.8em;
	padding: 0 2%;
}
p.c-gifts__txt a {
	width: 60%;
	display: block;
	background-color: #fff000;
	margin: 2% 0 2%;
	padding: 2% 0;
	text-align: center;
	border: 2px solid #000000;
}
p.c-gifts__txt a:hover {
	opacity: 0.5;
	-webkit-filter: opacity(50);
	filter: opacity(50);
}
ul.c-gifts__txt {
	width: 80%;
	display: inline-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.c-gifts__txt li {
	padding: 2%;
	width: 16%;
	text-align: center;
	font-size: 0.8rem;
}
ul.c-gifts__txt li a {
	display: block;
	width: 100%;
	background-color: #ff0000;
	color: #fff;
}
ul.c-gifts__txt li a:hover {
	opacity: 0.5;
	-webkit-filter: opacity(50);
	filter: opacity(50);
}
.c-gifts__list.-index {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (min-width: 768px) {
.c-gifts__list.-index {
	padding: 10px 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	border-top: 2px #eee solid;
	border-bottom: 2px #eee solid;
}
}
.c-gifts__list-wrap {
	padding: 0 0.5rem;
	margin-bottom: 5rem;
}
.c-gifts__menu {
	height: 2rem;
}
.c-gifts__menu.-index {
	position: relative;
}

@media screen and (min-width: 768px) {
.c-gifts__menu.-index + .c-gifts__menu.-index {
	margin-left: 5rem;
}
}
.c-gifts__link {
	display: inline-block;
	border-bottom: 1px #ccc solid;
	padding: 0.5rem;
}
.c-gifts__link:hover {
	color: #fff;
	background-color: rgba(223, 50, 50, 0.9);
}
.c-gifts__link:hover .fas {
	color: #fff;
}
.c-gifts__span {
	margin-left: 0.5rem;
}
.c-gifts__section {
	max-width: 960px;
	margin: auto;
	padding: 50px 0 20px;
}
.c-gifts__section hr {
	margin-bottom: 2%;
}
.c-gifts__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 3rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
.c-gifts__container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
}
.c-gifts__container.-big {
	font-size: 1.25rem;
	text-indent: 0.5rem;
	font-weight: bold;
}

@media screen and (min-width: 960px) {
.c-gifts__container-big {
	width: auto;
}
}
.c-gifts__figure {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media screen and (min-width: 768px) {
.c-gifts__figure {
	max-width: 400px;
}
}
/*
.c-gifts__section.-detail {
	max-width: 960px;
	margin: auto;
	background: #fff;
	padding: 2.5rem;
	margin-bottom: 5rem;
}
*/

/*
.c-gifts__section.-detail:last-of-type {
	margin-bottom: 0;
}
*/

/*
.c-gifts__section.-second {
	max-width: 960px;
	margin: auto;
	
}

.c-gifts__definition {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1.5;
}
*/

/*
.c-gifts__dt {
	width: 100%;
	padding: 1rem 0;
	font-weight: bold;
	border-top: 1px #707070 solid;
}

.c-gifts__dt:first-of-type {
	border-top: none;
}

@media screen and (min-width: 768px) {
	.c-gifts__dt {
		width: 20%;
	}
}

.c-gifts__dd {
	width: 100%;
	padding: 0 0 1rem;
}

@media screen and (min-width: 768px) {
	.c-gifts__dd {
		width: 80%;
		border-top: 1px #707070 solid;
		padding: 1rem 0 1rem 1rem;
	}
	.c-gifts__dd:first-of-type {
		border-top: none;
	}
}
*/
