@-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-mv {
	height: 77.5rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-mv {
		height: 35.8rem;
	}
}
.p-mv__image {
	width: 100%;
	height: 100%;
}
.p-mv__image .img {
	width: 100%;
	height: 100%;
}
.p-mv__image .img.-img2 {
	position: absolute;
	top: 0;
	opacity: 0;
}
.p-mv__image .img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-mv .c-pankz {
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.p-mv__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	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;
}
.p-mv__content .title {
	text-align: center;
	color: #ffffff;
	font-size: 3.7rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-mv__content .title {
		font-size: 1.8rem;
	}
}
.p-mv__content .year {
	margin-top: 6.3rem;
	text-align: center;
	font-size: 21.4rem;
	line-height: 0.5;
	color: #ffffff;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-mv__content .year {
		margin-top: 2.4rem;
		font-size: 10.8rem;
	}
}
.p-mv__content .year .year1,
.p-mv__content .year .year2 {
	width: 100%;
	display: block;
}
.p-mv__content .year .year2 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.p-mv__content .scroll {
	position: absolute;
	left: 50%;
	bottom: -5.7rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	height: 12rem;
	z-index: 1;
}
.p-mv__content .scroll .text {
	color: #ffffff;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}
.p-mv__content .scroll::before, .p-mv__content .scroll::after {
	content: "";
	display: block;
	width: 2px;
	height: 9.2rem;
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.p-mv__content .scroll::after {
	height: 6.6rem;
	background-color: #951B34;
}
.p-mv::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: -1px;
}
@media screen and (max-width: 767px) {
	.p-mv::after {
		height: 2.2rem;
		bottom: -2px;
	}
}
@-webkit-keyframes mvAnime {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes mvAnime {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.p-mv.js-animeOn .p-mv__image .img.-img2 {
	-webkit-animation: mvAnime 1.5s ease 1.5s forwards;
	        animation: mvAnime 1.5s ease 1.5s forwards;
}
.p-mv.js-animeOn .p-mv__content .year .year1 {
	animation: mvAnime 0.5s ease 1.5s forwards reverse;
}
.p-mv.js-animeOn .p-mv__content .year .year2 {
	-webkit-animation: mvAnime 1.5s ease 1.8s forwards;
	        animation: mvAnime 1.5s ease 1.8s forwards;
}

.p-content {
	background-image: url(../images/history/bg_history01.png), url(../images/history/bg_history02.png);
	background-repeat: no-repeat;
	background-position: top left -3.5rem, top right -3.5rem;
	background-size: 22.3rem, 24rem;
}
@media screen and (max-width: 767px) {
	.p-content {
		background-image: none;
	}
}

.p-heading {
	padding-top: 10rem;
}
@media screen and (max-width: 767px) {
	.p-heading {
		padding-top: 8.2rem;
	}
}
.p-heading .title-wrap {
	text-align: center;
	color: #951B34;
}
.p-heading .title-wrap .title1 {
	font-size: 4rem;
	letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
	.p-heading .title-wrap .title1 {
		font-size: 3rem;
		line-height: 1.2;
	}
}
.p-heading .title-wrap .title2 {
	margin-top: -0.5rem;
	line-height: 1;
	font-size: 5.5rem;
	letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
	.p-heading .title-wrap .title2 {
		font-size: 4rem;
		margin-top: 0.8rem;
	}
}
.p-heading .title-wrap .title2 .num {
	font-size: 8.4rem;
}
@media screen and (max-width: 767px) {
	.p-heading .title-wrap .title2 .num {
		font-size: 6rem;
	}
}
.p-heading .icon {
	width: 7.1rem;
	margin: 10rem auto auto;
	-webkit-transform: translateX(-30vw);
	        transform: translateX(-30vw);
}
@media screen and (max-width: 767px) {
	.p-heading .icon {
		-webkit-transform: translateX(-50vw);
		        transform: translateX(-50vw);
	}
}
.p-heading .icon.js-animeOn {
	-webkit-animation: drive 4s linear forwards;
	        animation: drive 4s linear forwards;
}
@media screen and (max-width: 767px) {
	.p-heading .icon.js-animeOn {
		-webkit-animation: driveSp 5s linear forwards;
		        animation: driveSp 5s linear forwards;
	}
}
.p-heading .icon.js-animeOn img {
	-webkit-animation: train-vibration 1s linear 4;
	        animation: train-vibration 1s linear 4;
}
@media screen and (max-width: 767px) {
	.p-heading .icon.js-animeOn img {
		-webkit-animation: train-vibration 1s linear 5;
		        animation: train-vibration 1s linear 5;
	}
}
@-webkit-keyframes drive {
	0% {
		-webkit-transform: translateX(-30vw);
		        transform: translateX(-30vw);
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes drive {
	0% {
		-webkit-transform: translateX(-30vw);
		        transform: translateX(-30vw);
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes driveSp {
	0% {
		-webkit-transform: translateX(-50vw);
		        transform: translateX(-50vw);
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes driveSp {
	0% {
		-webkit-transform: translateX(-50vw);
		        transform: translateX(-50vw);
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes train-vibration {
	0%, 100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	10% {
		-webkit-transform: translateY(-4%);
		        transform: translateY(-4%);
	}
	20% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	70% {
		-webkit-transform: translateY(-2%);
		        transform: translateY(-2%);
	}
	80% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes train-vibration {
	0%, 100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	10% {
		-webkit-transform: translateY(-4%);
		        transform: translateY(-4%);
	}
	20% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	70% {
		-webkit-transform: translateY(-2%);
		        transform: translateY(-2%);
	}
	80% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
.p-heading .text {
	margin-top: 4.4rem;
	text-align: center;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.4285714286;
	position: relative;
	padding-bottom: 4.3rem;
}
@media screen and (max-width: 767px) {
	.p-heading .text {
		font-size: 2rem;
		line-height: 1.45;
		padding-bottom: 3.5rem;
		margin-top: 2.8rem;
	}
}
.p-heading .text::after {
	content: "";
	width: 28.6rem;
	height: 3px;
	background-color: #efd550;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
	.p-heading .text::after {
		width: 31.6rem;
	}
}

.p-history {
	position: relative;
	padding-bottom: 19.2rem;
	overflow-x: hidden;
}
@media screen and (max-width: 767px) {
	.p-history {
		padding-top: 6.3rem;
		padding-bottom: 8.5rem;
	}
}
.p-history::before {
	content: "";
	width: 158rem;
	height: 282rem;
	background-image: url(../images/history/img__history-line.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 62.2rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
	.p-history::before {
		content: none;
	}
}
.p-history .l-content-inner {
	position: relative;
	width: 134rem;
}
@media screen and (max-width: 767px) {
	.p-history .l-content-inner {
		width: 100%;
		padding: 0;
	}
}
.p-history__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.p-history__box {
	width: 66.1rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-history__box {
		width: 100%;
		margin: 6.5rem 0 0;
	}
}
.p-history__box .img {
	max-width: 100%;
}
.p-history__box .subttl {
	font-size: 4.2rem;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.p-history__box .subttl {
		font-size: 4rem;
		text-align: center;
		line-height: 1.8;
	}
}
.p-history__box .subttl + .caption {
	margin-top: 1rem;
}
@media screen and (max-width: 767px) {
	.p-history__box .subttl + .caption {
		margin-top: 0;
	}
}
.p-history__box .caption {
	margin-top: 2.3rem;
	font-size: 2rem;
	line-height: 1.45;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-history__box .caption {
		font-size: 1.4rem;
		line-height: 2.1428571429;
		margin-top: 1rem;
		padding: 0 1.3rem;
	}
}
.p-history__box.-full {
	width: 100%;
}
@media print, screen and (min-width: 768px) {
	.p-history__box.-box1994 {
		margin-top: 8.8rem;
	}
	.p-history__box.-box1994-2 {
		margin-top: 8.8rem;
		padding-top: 10.4rem;
		padding-left: 2.4rem;
	}
	.p-history__box.-box1994-2 .img {
		width: 40.7rem;
		margin-right: 0;
		margin-left: auto;
	}
	.p-history__box.-box2010 {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	.p-history__box.-box2010-2 {
		padding-top: 14.2rem;
	}
	.p-history__box.-box2010-2 .img {
		width: 40.7rem;
		margin-right: 6.7rem;
		margin-left: auto;
		margin-bottom: -5.4rem;
	}
	.p-history__box.-box2023 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-top: -2.5rem;
	}
	.p-history__box.-box2023-2 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		padding-top: 6rem;
	}
	.p-history__box.-box2023-2 .img {
		width: 61.6rem;
		margin-left: 4.7rem;
	}
	.p-history__box.-box2026-2 {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-top: 7.9rem;
		padding-top: 8.5rem;
	}
	.p-history__box.-box2026 {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		margin-top: 7.9rem;
	}
}
@media screen and (max-width: 767px) {
	.p-history__box.-box1994-2 {
		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-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.p-history__box.-box1994-2 .img {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-top: 3.5rem;
	}
	.p-history__box.-box2026-2 {
		margin-top: 3.3rem;
	}
}

.p-after {
	background-color: #FFFFF8;
	position: relative;
	background-image: url(../images/history/bg_after01.png), url(../images/history/bg_after02.png);
	background-repeat: no-repeat;
	background-size: 22.2rem, 26rem;
	background-position: top left -3.5rem, right top -3.5rem;
}
@media screen and (max-width: 767px) {
	.p-after {
		background-image: none;
		padding-top: 3.2rem;
	}
}
.p-after::before {
	content: "";
	display: block;
	width: 100%;
	height: 7.5rem;
	background-image: url(../images/history/img_after-top.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-position: top center;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
	.p-after::before {
		background-image: url(../images/history/img_after-top_sp.png);
		height: 2.5rem;
	}
}
.p-after .title-wrap {
	position: relative;
}
.p-after .title-wrap .title-en {
	width: 100%;
	font-size: 9rem;
	text-align: center;
	color: #F8F8EA;
	position: absolute;
	left: 50%;
	top: -2.4rem;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
	.p-after .title-wrap .title-en {
		font-size: 4.6rem;
		top: -0.9rem;
	}
}
.p-after .title-wrap .icon {
	width: 5.6rem;
	margin: auto auto auto;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-after .title-wrap .icon {
		width: 2.7rem;
	}
}
.p-after .title-wrap .title-jp {
	font-size: 3.6rem;
	line-height: 1.1666666667;
	text-align: center;
	font-weight: bold;
	color: #9D2C43;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-after .title-wrap .title-jp {
		font-size: 2rem;
		margin-top: 0.5rem;
	}
}
.p-after__text {
	margin-top: 6.5rem;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.45;
}
@media screen and (max-width: 767px) {
	.p-after__text {
		font-size: 1.4rem;
		line-height: 2.1428571429;
		margin-top: 3rem;
	}
}
.p-after .c-btn.-white {
	margin-top: 5.2rem;
}
@media screen and (max-width: 767px) {
	.p-after .c-btn.-white {
		margin-top: 5.7rem;
	}
}
.p-after .c-btn.-white .c-btn__inn {
	background-color: #FFFFF8;
}
.p-after__gallery {
	overflow: hidden;
	margin-top: 11rem;
}
@media screen and (max-width: 767px) {
	.p-after__gallery {
		margin-top: 6.4rem;
	}
}
.p-after__gallery-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	gap: 2rem;
	-webkit-animation: galleryLoop 100s linear infinite;
	        animation: galleryLoop 100s linear infinite;
}
@media screen and (max-width: 767px) {
	.p-after__gallery-slider {
		gap: 1rem;
		-webkit-animation: galleryLoop 60s linear infinite;
		        animation: galleryLoop 60s linear infinite;
	}
}
.p-after__gallery-slider .item {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 41.7rem;
}
@media screen and (max-width: 767px) {
	.p-after__gallery-slider .item {
		width: 17.3rem;
	}
}
.p-after__gallery-slider img {
	display: block;
	height: auto;
}
@-webkit-keyframes galleryLoop {
	from {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
@keyframes galleryLoop {
	from {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	to {
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
/*# sourceMappingURL=history.css.map */