@-webkit-keyframes btnArrowAnim {
	0%, 100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	33% {
		-webkit-transform: translateX(110%);
		        transform: translateX(110%);
		opacity: 0;
	}
	66% {
		-webkit-transform: translateX(-110%);
		        transform: translateX(-110%);
		opacity: 0;
	}
}
@keyframes btnArrowAnim {
	0%, 100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	33% {
		-webkit-transform: translateX(110%);
		        transform: translateX(110%);
		opacity: 0;
	}
	66% {
		-webkit-transform: translateX(-110%);
		        transform: translateX(-110%);
		opacity: 0;
	}
}
.p-index-page .p-fv {
	height: 43.8rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-index-page .p-fv {
		height: 35.8rem;
	}
}
.p-index-page .p-fv img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-index-page .p-fv::after {
	content: "";
	width: 100%;
	height: 10rem;
	background-image: url(../images/index-page/img_fv_btm.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-position: bottom center;
	position: absolute;
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 767px) {
	.p-index-page .p-fv::after {
		height: 2.2rem;
		bottom: -2px;
	}
}
.p-index-page .p-index.p-content {
	background-color: transparent;
	padding-top: 5rem;
	padding-bottom: 12rem;
	background-image: url(../images/index-page/bg_index01.png), url(../images/index-page/bg_index02.png);
	background-repeat: no-repeat;
	background-position: left -4.7rem top 9.1rem, right -4.7rem top 9.1rem;
	background-size: 20rem;
}
@media screen and (max-width: 767px) {
	.p-index-page .p-index.p-content {
		padding-top: 5.2rem;
		padding-bottom: 5rem;
		background-image: none;
	}
}
.p-index-page .p-index.p-content::after {
	content: none;
}
.p-index-page .p-index {
	padding-top: 5rem;
	padding-bottom: 12rem;
	background-image: url(../images/index-page/bg_index01.png), url(../images/index-page/bg_index02.png);
	background-repeat: no-repeat;
	background-position: left -4.7rem top 9.1rem, right -4.7rem top 9.1rem;
	background-size: 20rem;
}
@media screen and (max-width: 767px) {
	.p-index-page .p-index {
		padding-top: 5.2rem;
		padding-bottom: 5rem;
		background-image: none;
	}
}
.p-index-page .p-index__title {
	text-align: center;
	font-size: 12rem;
	color: #9D2C43;
}
@media screen and (max-width: 767px) {
	.p-index-page .p-index__title {
		font-size: 4.1rem;
	}
}
.p-index-page .p-index__text {
	width: 104.6rem;
	max-width: 100%;
	margin: 1.4rem auto auto;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.7222222222;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-index-page .p-index__text {
		width: 31.6rem;
		margin-top: 1.7rem;
		font-size: 1.4rem;
		line-height: 2.1428571429;
		font-weight: 500;
	}
}
.p-index-page .p-index__list {
	margin-top: 10rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 15rem 8.6rem;
}
@media screen and (max-width: 1600px) {
	.p-index-page .p-index__list {
		gap: 10rem 4rem;
	}
}
@media screen and (max-width: 767px) {
	.p-index-page .p-index__list {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		gap: 5.6rem 0;
		margin-top: 5.6rem;
	}
}
.p-index-page .p-index__list .item {
	width: 46.9rem;
}
@media screen and (max-width: 1600px) {
	.p-index-page .p-index__list .item {
		width: calc((100% - 8rem) / 3);
	}
}
@media screen and (max-width: 767px) {
	.p-index-page .p-index__list .item {
		width: 19.4rem;
	}
}
.p-index-page .p-index__list .item__inn {
	display: block;
}
@media (any-hover: hover) {
	.p-index-page .p-index__list .item__inn:hover {
		opacity: 1;
	}
	.p-index-page .p-index__list .item__inn:hover .img-inn img {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
	.p-index-page .p-index__list .item__inn:hover .title::after {
		-webkit-animation: btnArrowAnim 1.2s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
		        animation: btnArrowAnim 1.2s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
	}
}
.p-index-page .p-index__list .item .img {
	width: 100%;
	position: relative;
	padding-top: 70.1492537313%;
	-webkit-mask: url(../images/index-page/img_index_img-mask.svg) no-repeat center/contain;
	        mask: url(../images/index-page/img_index_img-mask.svg) no-repeat center/contain;
}
.p-index-page .p-index__list .item .img-inn {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
}
.p-index-page .p-index__list .item .img-inn img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-mask: url(../images/index-page/img_index_img-inn-mask.svg) no-repeat center/contain;
	        mask: url(../images/index-page/img_index_img-inn-mask.svg) no-repeat center/contain;
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
}
.p-index-page .p-index__list .item .img-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/index-page/img_index_img-frame.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.p-index-page .p-index__list .item .heading {
	margin-top: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 1rem 1.4rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media screen and (max-width: 767px) {
	.p-index-page .p-index__list .item .heading {
		gap: 0.7rem 1rem;
	}
}
.p-index-page .p-index__list .item .heading + .title {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-top: 1rem;
	text-align: center;
	font-size: 2.4rem;
	gap: 1rem;
}
@media screen and (max-width: 767px) {
	.p-index-page .p-index__list .item .heading + .title {
		font-size: 1.4rem;
		margin-top: 0.5rem;
	}
}
.p-index-page .p-index__list .item .date {
	font-size: 1.8rem;
	font-weight: bold;
	color: #9D2C43;
}
@media screen and (max-width: 767px) {
	.p-index-page .p-index__list .item .date {
		font-size: 1.4rem;
	}
}
.p-index-page .p-index__list .item .cate-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.6rem;
}
@media screen and (max-width: 767px) {
	.p-index-page .p-index__list .item .cate-list {
		gap: 0.5rem;
	}
}
.p-index-page .p-index__list .item .cate-list .cate {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1.3rem;
	font-weight: 500;
	border-radius: 100vh;
	padding: 0.15em 0.7em 0.1em;
	color: #ffffff;
	background-color: #54C0CC;
	background-color: #F57A7A;
}
@media screen and (max-width: 767px) {
	.p-index-page .p-index__list .item .cate-list .cate {
		font-size: 1rem;
		padding: 0.3em 1em 0.4em;
	}
}
.p-index-page .p-index__list .item .cate-list .cate.-pink {
	background-color: #F57A7A;
}
.p-index-page .p-index__list .item .cate-list .cate.-blue {
	background-color: #54C0CC;
}
.p-index-page .p-index__list .item .title {
	margin-top: 2rem;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	color: #951B34;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 2.5rem;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.p-index-page .p-index__list .item .title {
		font-size: 1.4rem;
		margin-top: 1rem;
		gap: 0.4rem;
	}
}
.p-index-page .p-index__list .item .title span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: wrap;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.p-index-page .p-index__list .item .title::after {
	content: "";
	width: 0.9rem;
	height: 1.7rem;
	background-color: #951B34;
	-webkit-mask: url(../images/common/arrow_textlink.svg) no-repeat center/contain;
	        mask: url(../images/common/arrow_textlink.svg) no-repeat center/contain;
	display: block;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
	.p-index-page .p-index__list .item .title::after {
		width: 0.6rem;
		height: 1rem;
	}
}
/*# sourceMappingURL=index-page.css.map */