@charset "utf-8";
.g-body {
	overflow-x: hidden;
}

.u-button {
	color: #df2d32;
	transition: .2s;
}

.u-button__text {
	font-size: 1.4rem;
	font-weight: 700;
	white-space: nowrap;
	padding: .9em 2em;
	display: inline-block;
	border-radius: 10px;
	background: #fceaeb;
	transition: .2s;
}

.u-icon:after {
	content: '';
	width: 22px;
	height: 22px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
}

.u-icon__pdf:after {
	background-image: url("/contents/nishikawa-chain/img/icon-pdf-01.png");
	background-size: auto 100%;
}

.slick-next,
.slick-prev {
	width: 46px;
	height: 46px;
	border: 2px solid #fff;
	border-radius: 8px;
	background: rgba(0,0,0,.75) !important;
	z-index: 99;
	transition: .2s;
}

.slick-next:hover,
.slick-prev:hover {
	background: rgba(0,0,0,1) !important;
}

.slick-next:before,
.slick-prev:before {
	font-size: 0;
	width: 7px;
	height: 12px;
	display: block;
	background: transparent url("/contents/nishikawa-chain/img/arrow-01.png") no-repeat center / 8px auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 1;
}

.slick-prev {
	left: 0;
}

.slick-prev:before {
	left: calc(50% - 2px);
	transform: translate(-50%,-50%) scaleX(-1);
}

.slick-next {
	right: 0;
}

/* Kv */
.c-kv {
	margin: 124px 0 0;
	padding: 33.5% 0 0;
	position: relative;
	overflow: hidden;
}

.c-kv__inner {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 1s;
}

.is-loadDone .c-kv__inner {
	opacity: 1;
}

.c-kvLoopSlideItem img {
	width: 100%;
	max-width: none;
}

.c-kv__catch {
	margin: 3.5% 0 0;
	padding: 30px 120px;
	background: linear-gradient(
		to right,rgba(255,255,255,0) 0%,
		rgba(255,255,255,1) 20%,
		rgba(255,255,255,1) 80%,
		rgba(255,255,255,0) 100%
	);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}

.c-kv__catch em {
	font-weight: 700;
	white-space: nowrap;
	text-align: center;
	display: block;
}

.c-kv__catch em:nth-child(1) {
	color: #000;
	font-size: 2rem;
}

.c-kv__catch em:nth-child(2) {
	color: #000;
	font-size: 2.4rem;
	margin-top: 15px;
}

.c-kv__shopSearch {
	width: 70px;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	transform: translate(100%,-50%);
	transition: .6s 1s;
	z-index: 10;
}

.is-loadDone .c-kv__shopSearch {
	transform: translate(0,-50%);
}

.c-kv__shopSearch a {
	color: #fff;
	display: block;
	border-top: 2px solid #de9d9e;
	border-left: 2px solid #de9d9e;
	border-radius: 12px 0 0 12px;
	background: #df2d32;
	position: relative;
	overflow: hidden;
}

.c-kv__shopSearch a:hover,
.c-kv__shopSearch a:hover img {
	opacity: 1;
	filter: contrast(110%);
}

.c-kv__shopSearch figure {
	text-align: center;
	padding: 20px 0 15px 2px;
	background: #b52529;
}

.c-kv__shopSearch figure img {
	width: 40px;
}

.c-kv__shopSearch em {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: 0 auto;
	padding: 15px 1em 20px;
	display: block;
}

@media all and (-ms-high-contrast:none){
	.c-kv__shopSearch em {
		max-height: 12em;
	}
}


/* Outset */
.c-outset {
	margin: 60px 0 0;
}

.c-outset__text {
	line-height: 2.5;
	text-align: center;
}

.c-outset__text b {
	color: #df2d32;
}


/* NewsShop */
.c-newsShop {
	background: #f7f5f5;
	margin: 60px 0 0;
	padding: 60px 0;
}

.c-newsShop__wrap {
	display: flex;
	flex-wrap: wrap;
}

.c-newsShop__title {
	color: #df2d32;
	width: 26%;
}

.c-newsShop__title h3 em {
	font-size: 2.7rem;
	font-weight: 700;
	display: block;
	margin: 0 0 10px;
}

.c-newsShop__title h3 span {
	color: rgba(223,45,50,0.5);
	font-size: 1.3rem;
	font-weight: 700;
	display: block;
}

.c-newsShop__main {
	width: 74%;
}

.c-newsShop__main .c-newsShop__item {
	font-size: 1.5rem;
	line-height: 1.75;
	border-bottom: 1px solid #ddd;
	display: flex;
	padding: 0.8em 1.5em;
}

.c-newsShop__main .c-newsShop__item:first-child {
	border-top: 1px solid #ddd;
}

.c-newsShop__main .c-newsShop__item em {
	margin-right: 20px;
}

.c-newsShop__main .c-newsShop__item span {
	text-decoration: underline;
}

.c-newsShop__main .c-newsShop__item a {
	/*text-decoration: underline;*/
}

.c-newsShop__button a {
	color: #df2d32;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.02em;
	background: #fff;
	border: 1px solid #df2d32;
	border-radius: 10px;
	display: inline-block;
	width: 194px;
	margin-top: 40px;
	padding: 15px;
	position: relative;
	transition: .2s;
}

.c-newsShop__button a:hover {
	color: #fff;
	background: #df2d32;
	opacity: 1;
}

.c-newsShop__button a:before {
	content: "";
	display: block;
	width: 8px;
	height: 13px;
	background: url(../global/img/arrow-red-right-03.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

.c-newsShop__button a:hover:before {
	background-image: url(../global/img/arrow-white-right-03.png);
}


/* News */
.c-news__text {
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin: 15px 0 0;
	min-height: 4.5em;
}

.c-news__items {
	position: relative;
	opacity: 0;
	transition: 1s;
}

.c-news__items.slick-initialized {
	opacity: 1;
}

.c-news__items:before,
.c-news__items:after {
	content: '';
	width: 11.75%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	z-index: 10;
}

.c-news__items:before {
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,.75) 20%, rgba(255,255,255,0) 100%);
	left: 0;
}

.c-news__items:after {
	background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,.75) 20%, rgba(255,255,255,0) 100%);
	right: 0;
}

.c-news__item {
	padding: 0 2.5%;
}

.c-news__item a {
	display: block;
	position: relative;
}

.c-news__item a:hover,
.c-news__item a:hover img {
	opacity: 1;
}

.c-news__item a:hover .u-button {
	color: #fff;
}

.c-news__item a:hover .u-button__text {
	color: #fff;
	background: #df2d32;
}

.c-news__item a:before {
	content: attr(data-caption)'';
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	min-width: 90px;
	padding: .35em .5em;
	background: #df2d32;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.c-news__image {
	padding: 56.25% 0 0;
	position: relative;
	overflow: hidden;
}

.c-news__image:after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	border: 1px solid rgba(0,0,0,.1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	box-sizing: border-box;
}

.c-news__image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: .6s;
}

.c-news__item a:hover .c-news__image img {
	transform: translate(-50%,-50%) scale(1.05);
}

.c-news__button {
	text-align: center;
	margin: 15px 0 0;
	display: block;
}

.c-news .slick-next,
.c-news .slick-prev {
	margin-top: 7.25%;
	top: 0;
}

.c-news .slick-next {
	margin-right: 5.25%;
}

.c-news .slick-prev {
	margin-left: 5.25%;
}

/* Counterplan */
.c-counterplanBanner {
	padding: 20px 60px 0;
}

.c-counterplanBanner a {
	color: #fff;
	width: 100%;
	padding: 35px 0;
	display: flex;
	align-items: center;
	border-radius: 10px;
	background: #48974e;
}

.c-counterplanBanner__text {
	width: calc(100% - 240px);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.c-counterplanBanner__text span {
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: .1em;
}

.c-counterplanBanner__text em {
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: .15em;
	padding: 0 0 0 .5em;
}

.c-counterplanBanner .u-button {
	color: #fff;
	text-align: center;
	width: 240px;
}

.c-counterplanBanner .u-button__text {
	background: #6dac71;
}

/* Experience */
.c-experience {
	margin: 100px 0 0;
	padding: 0 0 80px;
	background: url("/contents/nishikawa-chain/img/bg-01.jpg") no-repeat bottom center / 100% auto;
}

.c-experienceItems {
	margin: -20px -10px 0;
	display: flex;
	flex-wrap: wrap;
}

.c-experienceItem {
	width: calc(100% / 4);
	padding: 60px 10px 0;
}

.c-experienceItem--last {
	width: 100%;
}

.c-experienceItem__inner {
	background: #fff;
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);
}

.c-experienceItem a {
	padding: 0 20px 30px;
	display: block;
}

.c-experience__image {
	height: 174px;
	margin: 0 -30px;
	position: relative;
	overflow: hidden;
	display: none;
}

.c-experience__image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: .6s;
}

.c-experienceItem a:hover .c-experience__image img {
	transform: translate(-50%,-50%) scale(1.05);
}

.c-experienceItem__child {
	position: relative;
}

.c-experienceItem__icon {
	text-align: center;
	width: 100px;
	height: 100px;
/*	margin: -30px auto 0;*/
	margin: 0 auto;
	padding: 30px 0 0;
	background: #fff;
	border-radius: 50%;
	display: block;
	position: relative;
	z-index: 10;
}

.c-experienceItem__icon img {
	width: 60px;
}

.c-experienceItem__title {
	min-height: 3em;
	margin: -10px 0 0;
	position: relative;
	z-index: 20;
}

.c-experienceItem__title em {
	color: #df2d32;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}

.c-experienceItem__text {
	font-size: 1.5rem;
	line-height: 1.5;
	margin: 15px 0 0;
	min-height: 7.5em;
}

.c-experience .u-button {
	text-align: center;
	margin: 20px 0 0;
	display: block;
}

.c-experienceItem a:hover,
.c-experienceItem a:hover img {
	opacity: 1;
}

.c-experienceItem a:hover .u-button {
	color: #fff;
}

.c-experienceItem a:hover .u-button__text {
	background: #df2d32;
}

.c-experienceItem--last {
	padding-top: 20px;
}

.c-experienceItem--last a {
	padding: 0;
	display: flex;
	align-items: flex-start;
}

.c-experienceItem--last .e-border {
	background: #f9d5d6;
	display: block;
	height: 1px;
	width: calc(100% - 80px);
	margin: 25px auto 0;
	transform: translate(0,-50%);
}

.c-experienceItem--last .c-experience__image {
	width: 310px;
	margin: 0;
}

.c-experienceItem--last .c-experienceItem__child {
	width: calc(100% - 310px);
	margin: 0 auto;
	padding-right: 30px;
}

.c-experienceItem--last .c-experienceItem__icon {
	margin-top: 0;
	padding-top: 30px;
	padding-right: 15px;
	position: absolute;
	top: 50%;
/*	left: -30px;*/
	left: 30px;
	transform: translate(0,-50%);
}

.c-experienceItem--last .c-experienceItem__title {
	text-align: left;
	min-height: 0;
	margin-top: 30px;
	padding-left: 150px;
}

.c-experienceItem--last .c-experienceItem__title em {
	text-align: left;
	position: relative;
	top: auto;
	left: auto;
	transform: translate(0);
}

.c-experienceItem--last .c-experienceItem__text {
	padding-left: 150px;
	min-height: 0;
	position: relative;
	z-index: 20;
}

.c-experienceItem--last .u-button {
	text-align: right;
	margin-top: 0;
}

.c-experienceBrand {
	padding: 30px 40px 40px;
}

.c-experienceBrand__title {
	text-align: center;
	position: relative;
}

.c-experienceBrand__title:after {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: #f9d5d6;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}

.c-experienceBrand__title em {
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: .2em;
	padding: 0 1em;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 10;
}

.c-experienceBrand__items {
	margin: 20px -10px 0;
	display: flex;
}

.c-experienceBrand__item {
	text-align: center;
	width: calc(100% / 3);
	padding: 0 10px;
}

.c-experienceBrand__item a {
	color: #000;
	display: block;
}

.c-experienceBrand__item a:hover {
	opacity: .8;
}

.c-experienceBrand__item figure {
	margin: 0 0 15px;
	display: block;
	position: relative;
}

.c-experienceBrand__item figure:after {
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid rgba(0,0,0,.15);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	box-sizing: border-box;
}

.c-experienceBrand__item small {
	font-size: 1.1rem;
	font-weight: 700;
	letter-spacing: .25em;
	padding: 4px 0;
	display: block;
}

.c-experienceBrand__item em {
	font-weight: 700;
	line-height: 1.35;
	padding: 4px 0;
	display: block;
}


/* Went */
.c-went__contentsTitle {
	text-align: center;
	margin: 80px 0 0;
	padding: 0 10px 0 0;
}

.c-went__contentsTitle img {
	width: 320px;
}

.c-went__text {
	text-align: center;
	margin: 20px 0 0;
}

.c-wentItems {
	margin: 20px 0 0;
	position: relative;
}

.c-wentItems:before,
.c-wentItems:after {
	content: '';
	width: 23%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	z-index: 10;
}

.c-wentItems:before {
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,.75) 20%, rgba(255,255,255,0) 100%);
	left: 0;
}

.c-wentItems:after {
	background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,.75) 20%, rgba(255,255,255,0) 100%);
	right: 0;
}

.c-wentItem {
	position: relative;
	transform-origin: center;
	transition: .6s;
	opacity: .5;
}

.c-wentItem a {
	color: #000;
}

.c-wentItem a:hover,
.c-wentItem a:hover img {
	opacity: 1;
}

.slick-center .c-wentItem {
	transform: scale(1.35);
	opacity: 1;
	z-index: 10;
}

.c-went__image {
	padding: 56.25% 0 0;
	border: 2px solid rgba(255,255,255,.5);
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}

.c-went__image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: .6s;
}

.c-wentItem a:hover .c-went__image img {
	transform: translate(-50%,-50%) scale(1.05);
}

.c-went__badge {
	width: 95px;
	height: 95px;
	background: #df2d32;
	border-radius: 50%;
	position: absolute;
	top: -30px;
	left: 10px;
	z-index: 10;
}

.c-went__badge em {
	color: #fff;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}

.c-went .slick-track {
	padding: 110px 0 130px;
}

.c-went__title {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin: 1em 0 0;
	display: block;
}

.c-went__title + .c-went__text {
	font-size: 1rem;
	line-height: 1.35;
	text-align: center;
	margin-top: 10px;
	display: block;
}

.c-went .u-button {
	text-align: center;
	margin: 1em 0 0;
	display: block;
}

.c-went .u-button__text {
	font-size: 1.025rem;
}

.c-went .c-went__badge {
	transform: scale(.8);
}

.c-wentItem a:hover .u-button {
	color: #fff;
}

.c-wentItem a:hover .u-button__text {
	background: #df2d32;
}

.c-went .slick-next,
.c-went .slick-prev {
	width: 60px;
	height: 60px;
	margin-top: 19.25%;
	top: 0;
}

.c-went .slick-next {
	margin-right: 15%;
}

.c-went .slick-prev {
	margin-left: 15%;
}


/* Info */
.c-info {
	padding: 60px 0 80px;
	background: #f9f9f9;
}

.c-infoTabButton__items {
	margin: 40px 0 0;
	display: flex;
	border-radius: 10px 10px 0 0;
	border-bottom: 3px solid #df2d32;
	overflow: hidden;
}

.c-infoTabButton__item {
	color: #777;
	font-size: 1.7rem;
	font-weight: 700;
	text-align: center;
	width: calc(100% / 6);
	padding: 20px 0;
	background: #e8e8e8;
	cursor: pointer;
	transition: .2s;
}

.c-infoTabButton__item:not(:first-child) {
	border-left: 1px solid #a2a2a2;
}

.c-infoTabButton__item:hover {
	background: #fff;
}

.c-infoTabButton__item.is-active {
	color: #fff;
	background: #df2d32;
}

.c-infoTabButton__item.is-active:hover {
	opacity: .8;
}

.c-infoTabContents {
	display: none;
}

.c-infoTabContents.is-show {
	display: block;
}

.c-infoAreaNavi__items {
	margin: 30px 0 0;
	display: flex;
	justify-content: center;
}

.c-infoAreaNavi__item {
	padding: 0 1em;
}

.c-infoAreaNavi__item a {
	text-decoration: underline;
}

.c-infoAreaNavi__item a:hover {
	text-decoration: none;
}

.c-infoAreaNewsTitle {
	color: #000;
	font-size: 2rem;
	margin: 25px 0 0;
	padding: 25px 0 15px 30px;
	border-bottom: 2px solid #ababab;
}

.c-infoAreaNews__item {
	padding: 15px 30px;
	display: flex;
	border-bottom: 1px solid #ddd;
}

.c-infoAreaNews__item em {
	line-height: 1.45;
	width: 140px;
}

.c-infoAreaNews__item em a {
	color: #df2d32;
	font-weight: 700;
	text-decoration: underline;
}

.c-infoAreaNews__item em a:hover {
	text-decoration: none;
}

.c-infoAreaNews__item span {
	line-height: 1.45;
	width: calc(100% - 140px);
}

.c-infoAreaNews__item span a {
	text-decoration: underline;
}

.c-infoAreaNews__item span a:hover {
	text-decoration: none;
}

/* knowmore */
.c-knowmore {
	padding: 80px 0 0;
}

.c-knowmore__items {
	margin: -40px -20px 0;
	display: flex;
	flex-wrap: wrap;
}

.c-knowmore__item {
	width: calc(100% / 2);
	margin: 60px 0 0;
	padding: 0 20px;
}

.c-knowmore__item a {
	display: flex;
}

.c-knowmore__item a:hover,
.c-knowmore__item a:hover img {
	opacity: 1;
}

.c-knowmore__image {
	width: 160px;
	padding: 34.5% 0 0;
	position: relative;
	overflow: hidden;
}

.c-knowmore__image img {
	width: auto;
	max-width: none;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: .6s;
	transform: translate(-50%,-50%);
}

.c-knowmore__item a:hover img {
	transform: translate(-50%,-50%) scale(1.05);
}

.c-knowmore__data {
	width: calc(100% - 160px);
	padding: 0 0 0 25px;
}

.c-knowmore__data h4 {
	color: #df2d32;
	font-size: 1.8rem;
	font-weight: 700;
}

.c-knowmore__data p {
	line-height: 1.75;
	margin: 15px 0 0;
}

.c-knowmore__data .u-button {
	margin-top: 20px;
	display: block;
}

.c-knowmore__item a:hover .u-button {
	color: #fff;
}

.c-knowmore__item a:hover .u-button__text {
	background: #df2d32;
}




/* FaqBanner */
.c-faqBanner {
	margin: 100px 0 0;
	padding: 20px 60px 0;
}

.c-faqBanner__inner {
	max-width: 850px;
	margin: 0 auto;
}

.c-faqBanner a {
	color: #fff;
	width: 100%;
	padding: 35px 0;
	display: flex;
	align-items: center;
	border-radius: 10px;
	background: #df2d32;
}

.c-faqBanner__text {
	width: calc(100% - 240px);
	padding: 0 0 0 50px;
	display: flex;
	align-items: center;
}

.c-faqBanner__text span {
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: .2em;
}

.c-faqBanner__text em {
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: .2em;
	padding: 0 0 0 .75em;
}

.c-faqBanner .u-button {
	color: #fff;
	text-align: center;
	width: 240px;
}

.c-faqBanner .u-button__text {
	background: #e5575b;
}


/* Banner List */
.c-BannerList {
	margin: 30px 0 0;
}

.c-BannerList__items {
	max-width: 850px;
	margin: 0 auto;
}

.c-BannerList__item--oichii a {
	display: block;
	background: #b9b8b2;
	border-radius: 10px;
}

.c-BannerList__item--oichii img {
	border-radius: 10px;
	transform: translate(0,-5px);
	transition: .2s;
}

.c-BannerList__item--oichii a:hover,
.c-BannerList__item--oichii a:hover img {
	opacity: 1;
}

.c-BannerList__item--oichii a:hover img {
	transform: translate(0,0);
}

/* Brand */
.c-brand {
	margin: 100px 0 0;
	padding: 60px 0 180px;
	background: linear-gradient(to bottom, rgba(234,225,204,1) 0%, rgba(245,240,229,1) 100%);
}

.c-brand__items {
	margin: 50px -17px 0;
	display: flex;
}

.c-brand__item {
	width: calc(100% / 3);
	padding: 0 17px;
}

.c-brand__item figure {
	padding: 100% 0 0;
	position: relative;
	overflow: hidden;
}

.c-brand__item figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: .6s;
}

.c-brand__item a:hover,
.c-brand__item a:hover img {
	opacity: 1;
}

.c-brand__item a:hover img {
	transform: translate(-50%,-50%) scale(1.05);
}

.c-brand__item h4 {
	padding: 20px 0;
}

.c-brand__item h4 small {
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	padding: .25em 0;
	display: block;
}

.c-brand__item h4 em {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	padding: .25em 0;
	display: block;
}

.c-brand__item p {
	line-height: 1.75;
	margin: -1em 0 0;
	min-height: 10em;
	display: block;
}

.c-brand__item .u-button {
	text-align: center;
	margin: 25px 0 0;
	display: block;
}

.c-brand__item .u-button__text {
	background: #fff;
}

.c-brand__item a:hover .u-button {
	color: #fff;
}

.c-brand__item a:hover .u-button__text {
	background: #df2d32;
}

.c-brand .c-faqBanner {
	margin-top: 40px;
	padding-right: 0;
	padding-left: 0;
}

.c-brand .c-faqBanner .u-inner {
	padding-right: 0;
	padding-left: 0;
}


/**** 2025.03 追記 ****/
/* anniv */
.c-anniv {
	letter-spacing: 0;
	text-align: center;
}

.c-anniv__bnr {
	width: 85%;
	margin: 0 auto 50px;
}

.c-anniv__bnr figure {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 40px;
	position: relative;
	background: linear-gradient(45deg, transparent 0, #f5f3eb 0), linear-gradient(-45deg, transparent 15px, #f5f3eb 15px), linear-gradient(225deg, transparent 0, #f5f3eb 0), linear-gradient(-225deg, transparent 15px, #f5f3eb 15px);
	background-position: bottom left, bottom right, top right, top left;
	background-repeat: no-repeat;
	background-size: 50% 50%;
}
.c-anniv__bnr figure:before {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 5px;
	transform: translateY(-50%);
	background-color: #f5f3eb;
}
.c-anniv__bnr figure:after {
	content: '';
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	position: absolute;
	top: -3px;
	left: -3px;
	background: linear-gradient(45deg, transparent 0, #bfaf7c 0), linear-gradient(-45deg, transparent 16px, #bfaf7c 16px), linear-gradient(225deg, transparent 0, #bfaf7c 0), linear-gradient(-225deg, transparent 16px, #bfaf7c 16px);
	background-position: bottom left, bottom right, top right, top left;
	background-repeat: no-repeat;
	background-size: 50% 50%;
	z-index: -1;
}

.c-anniv__bnr figure > *:last-child {
	max-width: 180px;
}

.c-anniv__bnr figcaption {
	letter-spacing: .05em;
	line-height: 1.8;
	text-align: left;
}

.c-anniv__bnr figcaption img {
	display: block;
	margin-bottom: 1em;
	max-width: 487px;
}

.c-anniv__contentsTitle {
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.3;
	margin-bottom: 10px;
}

.c-anniv__contentsTitle b {
	font-size: 1.5rem;
	color: #fff;
	letter-spacing: .05em;
	line-height: 36px;
	background: #8f9571;
	border-radius: 50vh;
	margin-top: .75em;
	padding: 0 1.75em;
	display: inline-block;
}

.c-anniv__image {
	margin-bottom: 30px;
}

.c-anniv__image img {
	max-width: 410px;
}

.c-anniv__text {
	line-height: 1.8;
	text-align: left;
	display: inline-block;
	margin: 0 auto 40px;
}

.c-anniv__items {
	text-align: left;
	display: flex;
	gap: 20px;
}

.c-anniv__item {
	width: calc(100% / 3);
	background: #f1f4f6;
}

.c-anniv__item figcaption {
	line-height: 1.8;
	padding: 1em 1.25em 1.5em;
}

.c-anniv__item figcaption em {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .15em;
	display: block;
	text-align: center;
}

.c-anniv__item figcaption b {
	font-weight: bold;
	color: #df2d32;
}