@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Zen+Antique&display=swap");
html, body {
	overflow-x: hidden;
}

.m-serif {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.m-zen {
	font-family: "Zen Antique", serif;
	font-weight: 400;
	font-style: normal;
}

.l-header {
	background-color: transparent;
}
@media screen and (max-width: 767px) {
	.l-header {
		background-color: #ffffff;
	}
}

.l-main {
	background-image: url(../images/anniversary/bg.jpg);
	background-size: 100%;
	background-repeat: repeat-y;
	padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
	.l-main {
		background-image: url(../images/anniversary/bg_sp.jpg);
	}
}
@media screen and (max-width: 767px) {
	.l-main {
		padding-top: 21.3333333333vw !important;
	}
}

.p-mv {
	background-color: #d1cfcf;
}
.p-mv .movie-img {
	width: 144rem;
	max-width: 100%;
	margin: auto;
	position: relative;
	height: 53rem;
	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;
}
@media screen and (max-width: 1440px) {
	.p-mv .movie-img {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.p-mv .movie-img {
		height: 80vw;
	}
}
.p-mv .movie-img img {
	width: 60.2rem;
}
@media screen and (max-width: 767px) {
	.p-mv .movie-img img {
		width: 77.2vw;
	}
}

.bg-movie {
	width: 144rem;
	max-width: 100%;
	margin: auto;
	position: relative;
	height: 66rem;
	overflow: hidden;
}
@media screen and (max-width: 1440px) {
	.bg-movie {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.bg-movie {
		height: 65.3333333333vw;
	}
}
.bg-movie__movie {
	width: 100%;
	padding-top: 45.8333333333%;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.bg-movie__movie {
		padding-top: 65.3333333333%;
	}
}
.bg-movie__movie video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.bg-movie__mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.p-intro {
	padding-top: 8.8rem;
	position: relative;
	width: 144rem;
	width: 100%;
	max-width: 100%;
	margin: auto;
}
@media screen and (max-width: 1440px) {
	.p-intro {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.p-intro {
		padding-top: 13.3333333333vw;
	}
}
.p-intro__title {
	width: 50.2rem;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.p-intro__title {
		width: 78.1333333333vw;
	}
}
.p-intro__text {
	margin: 4rem 0;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	line-height: 2.4;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-intro__text {
		margin: 6.4vw 0 7.4666666667vw;
		font-size: 3.7333333333vw;
		line-height: 2;
	}
}
.p-intro__sign {
	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;
	gap: 2.4rem;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.71;
}
@media screen and (max-width: 767px) {
	.p-intro__sign {
		display: block;
		text-align: center;
		font-size: 3.2vw;
		line-height: 1.6;
	}
}
.p-intro__sign img {
	width: 18.8rem;
}
@media screen and (max-width: 767px) {
	.p-intro__sign img {
		display: block;
		width: 37.3333333333vw;
		margin: 2.1333333333vw auto auto;
	}
}
.p-intro__deco .deco {
	position: fixed;
	bottom: 0;
	z-index: 1;
}
.p-intro__deco .deco > picture {
	position: absolute;
	bottom: 0;
	overflow: hidden;
}
.p-intro__deco .deco img {
	width: 100%;
}
.p-intro__deco .left {
	left: -11rem;
}
.p-intro__deco .right {
	right: -11rem;
}
.p-intro__deco .deco01 {
	width: 100%;
}
.p-intro__deco .deco01 .left, .p-intro__deco .deco01 .right {
	width: 32.6rem;
	height: 39.2rem;
}
@media screen and (max-width: 767px) {
	.p-intro__deco .deco01 .left, .p-intro__deco .deco01 .right {
		width: 41.4666666667vw;
		height: 42.9333333333vw;
	}
}
@media screen and (max-width: 767px) {
	.p-intro__deco .deco01 .left {
		left: -21.3333333333vw;
	}
}
@media screen and (max-width: 767px) {
	.p-intro__deco .deco01 .right {
		right: -21.3333333333vw;
	}
}
.p-intro__deco .deco02 {
	width: 100%;
}
.p-intro__deco .deco02 .left, .p-intro__deco .deco02 .right {
	width: 28rem;
	height: 23.9rem;
}
@media screen and (max-width: 767px) {
	.p-intro__deco .deco02 .left, .p-intro__deco .deco02 .right {
		width: 32vw;
		height: 23.4666666667vw;
	}
}
.p-intro__deco .deco02 .left {
	left: 13.2rem;
	left: 2.2rem;
}
@media screen and (max-width: 767px) {
	.p-intro__deco .deco02 .left {
		left: -3.3333333333vw;
	}
}
.p-intro__deco .deco02 .right {
	right: 13.2rem;
	right: 2.2rem;
}
@media screen and (max-width: 767px) {
	.p-intro__deco .deco02 .right {
		right: -3.3333333333vw;
	}
}

.p-logo {
	padding-top: 8rem;
}
@media screen and (max-width: 767px) {
	.p-logo {
		padding-top: 16vw;
	}
	.p-logo .l-content-inner {
		padding: 0 4.6666666667vw;
	}
}
.p-logo__content {
	width: 95.6rem;
	max-width: 100%;
	margin: auto;
	background-color: #ffffff;
	border-radius: 1.2rem;
	-webkit-box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	        box-shadow: 0 0 1.2rem 0.2rem rgba(40, 85, 155, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 4.4rem 5.3rem;
	gap: 3.6rem;
}
@media screen and (max-width: 767px) {
	.p-logo__content {
		display: block;
		border-radius: 2.1333333333vw;
		padding: 10.6666666667vw 5.3333333333vw 10.6666666667vw;
	}
}
.p-logo__content .logo {
	width: 20.1rem;
}
@media screen and (max-width: 767px) {
	.p-logo__content .logo {
		width: 42.6666666667vw;
		margin: auto auto auto;
	}
}
.p-logo__content .cnt {
	width: 61.3rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-logo__content .cnt {
		margin-top: 8.5333333333vw;
		width: 100%;
	}
}
.p-logo__title {
	color: #005BAC;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-logo__title {
		text-align: center;
		font-size: 3.7333333333vw;
	}
}
.p-logo__text {
	margin-top: 0.8rem;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-logo__text {
		font-size: 3.7333333333vw;
		margin-top: 4.2666666667vw;
	}
}

.p-movie {
	padding-top: 19rem;
}
@media screen and (max-width: 767px) {
	.p-movie {
		padding-top: 23.3333333333vw;
	}
}
.p-movie .l-content-inner {
	width: 144rem;
}
@media screen and (max-width: 1440px) {
	.p-movie .l-content-inner {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.p-movie .l-content-inner {
		padding: 0;
	}
}
.p-movie__content {
	padding-top: 3.9rem;
	background-image: url(../images/anniversary/img_movie_title-en.svg);
	background-position: top left 5rem;
	background-repeat: no-repeat;
	background-size: 52.3rem;
}
@media screen and (max-width: 767px) {
	.p-movie__content {
		background-size: 54.6666666667vw;
		background-position: top left 0;
		padding: 9.3333333333vw 6.6666666667vw 0;
	}
}
.p-movie__title {
	width: 34.3rem;
	margin: auto;
}
@media screen and (max-width: 767px) {
	.p-movie__title {
		width: 55.7333333333vw;
	}
}
.p-movie__movie {
	width: 95.5rem;
	max-width: 100%;
	margin: 4.1rem auto auto;
	border-radius: 2rem;
	overflow: hidden;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-movie__movie {
		margin-top: 5.8666666667vw;
		border-radius: 1.3333333333vw;
	}
}
.p-movie__movie .icon {
	width: 12.5rem;
	height: 12.5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
	.p-movie__movie .icon {
		width: 11.3333333333vw;
		height: 11.3333333333vw;
	}
}

.p-history {
	padding-top: 20rem;
	position: relative;
}
@media screen and (max-width: 1440px) {
	.p-history {
		width: 144rem;
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.p-history {
		width: 100%;
		padding-top: 26.6666666667vw;
	}
}
.p-history__bg {
	width: 144rem;
	margin: auto;
	height: 338.8rem;
}
@media screen and (max-width: 767px) {
	.p-history__bg {
		height: 1034.9333333333vw;
		width: 100%;
	}
}
.p-history__content {
	position: absolute;
	width: 100%;
	top: 20rem;
	left: 0;
}
@media screen and (max-width: 767px) {
	.p-history__content {
		top: 30vw;
	}
}
.p-history .l-content-inner {
	width: 144rem;
}
@media screen and (max-width: 1440px) {
	.p-history .l-content-inner {
		width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.p-history .l-content-inner {
		padding: 0;
	}
}
.p-history__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.p-history__title-en {
	width: 71.6rem;
	margin-top: 14rem;
	position: relative;
	left: -12rem;
}
@media screen and (max-width: 767px) {
	.p-history__title-en {
		left: auto;
		right: 0;
		width: 73.3333333333vw;
		position: absolute;
		top: 0;
		margin-top: 0;
	}
}
.p-history__title-en img {
	display: block;
}
.p-history__title {
	position: relative;
	padding-top: 18.5rem;
	padding-left: 16.5rem;
}
@media screen and (max-width: 767px) {
	.p-history__title {
		padding-top: 20.2666666667vw;
		padding-left: 7.2vw;
	}
}
.p-history__title::before {
	content: "";
	width: 66rem;
	height: 66rem;
	background-image: url(../images/anniversary/img_history_circle.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	left: -17rem;
	top: 0;
}
@media screen and (max-width: 767px) {
	.p-history__title::before {
		width: 88vw;
		height: 88vw;
		left: -31.3333333333vw;
	}
}
.p-history__title .title1,
.p-history__title .title2,
.p-history__title .title3 {
	position: relative;
	color: #005BAC;
}
.p-history__title .title1 {
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.71;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
	.p-history__title .title1 {
		font-size: 4.2666666667vw;
		line-height: 1.5;
	}
}
.p-history__title .title2 {
	margin-top: 1.5rem;
	font-size: 4rem;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-history__title .title2 {
		font-size: 6.4vw;
		line-height: 1.5;
		margin-top: 1.3333333333vw;
	}
}
.p-history__title .title3 {
	margin-top: 0.9rem;
	font-size: 8.8rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-history__title .title3 {
		margin-top: 1.0666666667vw;
		font-size: 12.8vw;
		line-height: 0.91;
	}
}
.p-history__steps .step-inner {
	position: relative;
}
.p-history__steps .step-inner.-step01 {
	height: 71rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .step-inner.-step01 {
		height: 191.7333333333vw;
	}
}
.p-history__steps .step-inner.-step02 {
	height: 67rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .step-inner.-step02 {
		height: 158.4vw;
	}
}
.p-history__steps .step-inner.-step03 {
	height: 75.5rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .step-inner.-step03 {
		height: 326.6666666667vw;
	}
}
.p-history__steps .step-inner.-step04 {
	height: 51.5rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .step-inner.-step04 {
		height: 238.4vw;
	}
}
.p-history__steps .item {
	position: absolute;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.pc {
		display: none !important;
	}
}
.p-history__steps .item img {
	display: block;
}
.p-history__steps .item .text {
	color: #2D2C35;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item .text {
		font-size: 3.7333333333vw;
		line-height: 1.71;
	}
}
.p-history__steps .item .text.-size32 {
	font-size: 3.2rem;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item .text.-size32 {
		font-size: 5.3333333333vw;
		line-height: 1.6;
	}
}
.p-history__steps .item .text.-size24 {
	font-size: 2.4rem;
	line-height: 1.67;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item .text.-size24 {
		font-size: 3.7333333333vw;
		line-height: 1.71;
	}
}
.p-history__steps .item .text.-size28 {
	font-size: 2.8rem;
	line-height: 1.57;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item .text.-size28 {
		font-size: 5.3333333333vw;
		line-height: 1.6;
	}
}
.p-history__steps .item .year {
	font-size: 5rem;
	font-weight: 500;
	line-height: 0.77;
	letter-spacing: 0.05em;
	height: 4rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item .year {
		font-size: 8.5333333333vw;
		line-height: 1;
	}
}
@media screen and (max-width: 767px) {
	.p-history__steps .item .year {
		height: 5.7333333333vw;
	}
}
.p-history__steps .item .year.-color1 {
	color: #CBB179;
}
.p-history__steps .item .year.-color2 {
	color: #005BAC;
}
.p-history__steps .item .year.-size10 {
	font-size: 9rem;
	height: 7.5rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item .year.-size10 {
		font-size: 13.8666666667vw;
		line-height: 1.44;
	}
}
@media screen and (max-width: 767px) {
	.p-history__steps .item .year.-size10 {
		height: 10.4vw;
	}
}
.p-history__steps .item .year > img {
	width: auto;
	margin: 0 !important;
	display: block;
	max-height: 100%;
}
.p-history__steps .item.-item1600 {
	right: 1rem;
	top: -13rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1600 {
		top: -9.8666666667vw;
	}
}
.p-history__steps .item.-item1600 > img {
	width: 29.9rem;
	margin-left: 5rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1600 > img {
		width: 46vw;
		margin-left: auto;
		margin-right: 0;
		position: relative;
		right: -6.9333333333vw;
	}
}
.p-history__steps .item.-item1600 .text {
	margin-top: 1rem;
	padding-right: 5rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1600 .text {
		padding-right: 9.3333333333vw;
		margin-top: 1.0666666667vw;
	}
}
.p-history__steps .item.-item1600 .year {
	margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1600 .year {
		margin-top: 0;
	}
}
.p-history__steps .item.-item1600 .year span {
	font-size: 2rem;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1600 .year span {
		font-size: 3.7333333333vw;
	}
}
.p-history__steps .item.-circle {
	width: 13rem;
	right: 5rem;
	top: 23.5rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-circle {
		width: 22.5333333333vw;
		right: 5.6vw;
		top: 33.6vw;
	}
}
.p-history__steps .item.-item1880 {
	right: 19rem;
	top: 29rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1880 {
		right: auto;
		left: 6.4vw;
		top: 42.1333333333vw;
	}
}
.p-history__steps .item.-item1880 .year {
	margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1880 .year {
		margin-top: 0;
	}
}
.p-history__steps .item.-item1908 {
	left: 61rem;
	top: 18rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1908 {
		left: 0;
		top: 110.1333333333vw;
	}
}
.p-history__steps .item.-item1908 picture img {
	width: 34.3rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1908 picture img {
		width: 48.8vw;
	}
}
.p-history__steps .item.-item1908 .text {
	margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1908 .text {
		margin-top: 2.9333333333vw;
		margin-left: 6.6666666667vw;
	}
}
.p-history__steps .item.-item1908 .year {
	margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1908 .year {
		margin-top: 1.0666666667vw;
		margin-left: 6.6666666667vw;
	}
}
.p-history__steps .item.-item1925 {
	top: 26rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1925 {
		right: 0;
		top: 133.3333333333vw;
	}
}
.p-history__steps .item.-item1925 picture img {
	width: 58.6rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1925 picture img {
		width: 45.2vw;
	}
}
.p-history__steps .item.-item1925 .text {
	margin-top: 4.5rem;
	padding-left: 27.5rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1925 .text {
		margin-top: 2.6666666667vw;
		padding-left: 0;
	}
}
.p-history__steps .item.-item1925 .year {
	margin-top: 0.8rem;
	padding-left: 27.5rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1925 .year {
		margin-top: 0;
		padding-left: 0;
	}
}
.p-history__steps .item.-circle2 {
	width: 22.5333333333vw;
	left: 5.8666666667vw;
	top: -5.3333333333vw;
}
.p-history__steps .item.-item1925-2 {
	top: -30rem;
	right: -5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1925-2 {
		top: 15.2vw;
		right: 0;
		display: block;
	}
}
.p-history__steps .item.-item1925-2 .img {
	width: 65.3rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1925-2 .img {
		width: 93.2vw;
		margin-top: -26.6666666667vw;
	}
}
.p-history__steps .item.-item1925-2 .cnt {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.p-history__steps .item.-item1925-2 .year {
	margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1925-2 .year {
		margin-bottom: 0;
	}
}
.p-history__steps .item.-item1954 {
	top: 28rem;
	left: 24rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1954 {
		top: auto;
		left: 0;
		bottom: 0;
	}
}
.p-history__steps .item.-item1954 picture img {
	width: 65.6rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1954 picture img {
		width: 78.5333333333vw;
	}
}
.p-history__steps .item.-item2000 {
	right: 19rem;
	bottom: 0;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2000 {
		right: auto;
		left: 24.2666666667vw;
		bottom: 142.9333333333vw;
	}
}
.p-history__steps .item.-item2000 .year {
	margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2000 .year {
		margin-top: 0;
	}
}
.p-history__steps .item.-item1958 {
	left: 12rem;
	top: -21rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1958 {
		top: 21.8666666667vw;
		left: 6.4vw;
	}
}
.p-history__steps .item.-item1958 .text {
	margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1958 .text {
		margin-top: 1.8666666667vw;
	}
}
.p-history__steps .item.-item1958-2 {
	width: 65.7333333333vw;
	right: 0;
	top: 0.8vw;
}
.p-history__steps .item.-item1966 {
	top: -12rem;
	left: 36rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1966 {
		top: 65.8666666667vw;
		left: 6.4vw;
	}
}
.p-history__steps .item.-item1966 > img {
	width: 31.3rem;
	mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1966 > img {
		width: 62.4vw;
	}
}
.p-history__steps .item.-item1966 .text {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1966 .text {
		margin-top: 1.6vw;
		margin-bottom: 2vw;
	}
}
.p-history__steps .item.-item1976 {
	left: -2.5rem;
	top: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1976 {
		left: 6.6666666667vw;
		top: 104.8vw;
	}
}
.p-history__steps .item.-item1976 picture img {
	width: 79.4rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1976 picture img {
		width: 72.2666666667vw;
	}
}
.p-history__steps .item.-item1976 .cnt {
	margin-left: -13.5rem;
	padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1976 .cnt {
		margin-left: -27.7333333333vw;
		padding-bottom: 7.2vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
}
.p-history__steps .item.-item1976 .text {
	margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item1976 .text {
		margin-top: 0;
	}
}
.p-history__steps .item.-item2003 {
	right: 8.5rem;
	top: 15.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2003 {
		right: 0;
		top: auto;
		bottom: 65.0666666667vw;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
}
.p-history__steps .item.-item2003 .img {
	width: 25.7rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2003 .img {
		width: 54.8vw;
	}
}
.p-history__steps .item.-item2003 .cnt {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin-right: -13rem;
	margin-top: -2rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2003 .cnt {
		margin-right: 0;
		margin-top: 0;
	}
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2003 .year {
		font-size: 12.6666666667vw;
		line-height: 1;
	}
}
.p-history__steps .item.-item2003 .text {
	margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2003 .text {
		margin-top: 2.6666666667vw;
	}
}
.p-history__steps .item.-item2018 {
	left: 27rem;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2018 {
		left: auto;
		right: 6.6666666667vw;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		bottom: -2.9333333333vw;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2018 .img {
		padding-bottom: 18.9333333333vw;
	}
}
.p-history__steps .item.-item2018 picture img {
	width: 56.2rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2018 picture img {
		width: 58vw;
	}
}
.p-history__steps .item.-item2018 .cnt {
	margin-top: -5.8rem;
	margin-left: 2rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2018 .cnt {
		margin-top: 0;
		margin-left: 0;
		margin-right: -7.2vw;
	}
}
.p-history__steps .item.-item2018 .year {
	margin-top: 1rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2018 .year {
		margin-top: 0;
	}
}
.p-history__steps .item.-item2017-2018 {
	right: -4rem;
	top: -23.5rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2017-2018 {
		top: -4vw;
		right: 0;
	}
}
.p-history__steps .item.-item2017-2018 .item2017,
.p-history__steps .item.-item2017-2018 .item2018 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.p-history__steps .item.-item2017-2018 .item2017 {
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2017-2018 .item2017 {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
}
.p-history__steps .item.-item2017-2018 .item2017 picture img {
	width: 45.3rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2017-2018 .item2017 picture img {
		width: 65.7333333333vw;
	}
}
.p-history__steps .item.-item2017-2018 .item2017 .cnt {
	margin-right: -2.5rem;
	padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2017-2018 .item2017 .cnt {
		margin-right: -3.2vw;
		padding-bottom: 0;
		margin-top: 24.2666666667vw;
	}
}
.p-history__steps .item.-item2017-2018 .item2017 .text {
	margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2017-2018 .item2017 .text {
		margin-top: 1.3333333333vw;
	}
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2017-2018 .item2018 {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
}
.p-history__steps .item.-item2017-2018 .item2018 .cnt {
	margin-top: -2.8rem;
	margin-right: 2.5rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2017-2018 .item2018 .cnt {
		margin-top: 9.6vw;
		margin-right: 0;
	}
}
.p-history__steps .item.-item2017-2018 .item2018 .text {
	margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2017-2018 .item2018 .text {
		margin-top: 2vw;
	}
}
.p-history__steps .item.-item2017-2018 .item2018 .img {
	margin-top: 3rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2017-2018 .item2018 .img {
		margin-top: 0;
		margin-right: 4.2666666667vw;
	}
}
.p-history__steps .item.-item2017-2018 .item2018 picture img {
	width: 27.3rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2017-2018 .item2018 picture img {
		width: 47.8666666667vw;
	}
}
.p-history__steps .item.-item2023 {
	bottom: 0;
	left: 48.5rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2023 {
		left: auto;
		right: 0;
		bottom: 44.2666666667vw;
	}
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2023 .year {
		font-size: 12.6666666667vw;
	}
}
.p-history__steps .item.-item2023 .text {
	margin-top: 3rem;
	margin-bottom: 2.3rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2023 .text {
		margin-top: 0;
		margin-bottom: 3.4666666667vw;
	}
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2023 .img {
		width: 93.3333333333vw;
		height: 42.8vw;
		overflow: hidden;
	}
}
.p-history__steps .item.-item2023 .img img {
	width: 49.7rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2023 .img img {
		width: 100%;
		height: 100%;
		display: block;
		-o-object-fit: cover;
		   object-fit: cover;
	}
}
.p-history__steps .item.-item2025 {
	left: 12rem;
	bottom: 0;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2025 {
		left: 6.4vw;
		bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.p-history__steps .item.-item2025 .img img {
	width: 24.5rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2025 .img img {
		width: 44.2666666667vw;
	}
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2025 .img {
		margin-top: 4.8vw;
		margin-left: 5.6vw;
	}
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2025 .year {
		font-size: 12.6666666667vw;
	}
}
.p-history__steps .item.-item2025 .text {
	margin-top: 3rem;
	margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
	.p-history__steps .item.-item2025 .text {
		margin-top: 0;
		margin-bottom: 0;
	}
}
.p-history .bar {
	height: 7.5rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-history .bar {
		height: 15.2vw;
	}
}
.p-history .bar-outer {
	position: relative;
}
.p-history .bar::before {
	content: "";
	display: block;
	width: 200vw;
	height: 100%;
	background: rgba(0, 91, 172, 0.8);
	position: absolute;
	left: calc(50% - 100vw);
	top: 0;
}
.p-history .bar .era {
	width: 100%;
	max-width: 144rem;
	height: 100%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	position: absolute;
	left: 50%;
	top: 0;
}
.p-history .bar .era li {
	height: 100%;
	color: #ffffff;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 2.25;
	letter-spacing: 0.5em;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.p-history .bar .era li {
		font-size: 6.4vw;
	}
}
.p-history .bar .era li + li {
	position: relative;
}
.p-history .bar .era li + li::after {
	content: "";
	width: 2.6rem;
	height: 7.7rem;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	position: absolute;
	right: 0;
	top: 50%;
	background-image: url(../images/anniversary/img_history-bar-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
@media screen and (max-width: 767px) {
	.p-history .bar .era li + li::after {
		height: 16vw;
	}
}
@media screen and (max-width: 767px) {
	.p-history .bar.-bar00 {
		-webkit-transform: rotate(-20.5deg);
		        transform: rotate(-20.5deg);
		top: 72.8vw;
	}
	.p-history .bar.-bar00::before {
		left: auto;
		right: calc(50% - 100vw);
	}
	.p-history .bar.-bar00 .era li:nth-of-type(1) {
		padding-left: 14.6666666667vw;
		width: 36.5333333333vw;
	}
	.p-history .bar.-bar00 .era li:nth-of-type(2) {
		width: auto;
		padding-right: 27.7333333333vw;
	}
}
.p-history .bar.-bar01 {
	-webkit-transform: rotate(-20.5deg);
	        transform: rotate(-20.5deg);
	top: -9.7rem;
}
@media screen and (max-width: 767px) {
	.p-history .bar.-bar01 {
		-webkit-transform: rotate(20.5deg);
		        transform: rotate(20.5deg);
		top: 2.4vw;
	}
}
@media print, screen and (min-width: 768px) {
	.p-history .bar.-bar01::before {
		left: auto;
		right: calc(50% - 100vw);
	}
}
@media screen and (max-width: 767px) {
	.p-history .bar.-bar01 .era {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
}
@media screen and (max-width: 767px) {
	.p-history .bar.-bar01 .era li::after {
		background-image: url(../images/anniversary/img_history-bar-arrow-rev.svg);
	}
}
.p-history .bar.-bar01 .era li:nth-of-type(1) {
	width: 35rem;
	padding-left: 6rem;
}
.p-history .bar.-bar01 .era li:nth-of-type(2) {
	width: 53rem;
}
.p-history .bar.-bar01 .era li:nth-of-type(3) {
	width: 32rem;
}
@media screen and (max-width: 767px) {
	.p-history .bar.-bar01 .era li:nth-of-type(3) {
		width: 96.8vw;
		padding-left: 6.9333333333vw;
	}
}
.p-history .bar.-bar01 .era li:nth-of-type(4) {
	width: 23rem;
	padding-right: 11rem;
}
.p-history .bar.-bar02 {
	-webkit-transform: rotate(20.5deg);
	        transform: rotate(20.5deg);
	top: -6rem;
}
@media screen and (max-width: 767px) {
	.p-history .bar.-bar02 {
		-webkit-transform: rotate(-20.5deg);
		        transform: rotate(-20.5deg);
		top: 2.4vw;
	}
	.p-history .bar.-bar02::before {
		left: auto;
		right: calc(50% - 100vw);
	}
}
.p-history .bar.-bar02 .era {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
@media screen and (max-width: 767px) {
	.p-history .bar.-bar02 .era {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
}
.p-history .bar.-bar02 .era li {
	position: relative;
}
.p-history .bar.-bar02 .era li::after {
	content: "";
	width: 2.6rem;
	height: 7.7rem;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	position: absolute;
	right: 0;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-image: url(../images/anniversary/img_history-bar-arrow-rev.svg);
}
@media screen and (max-width: 767px) {
	.p-history .bar.-bar02 .era li::after {
		background-image: url(../images/anniversary/img_history-bar-arrow.svg);
		right: auto;
		left: 0;
	}
}
.p-history .bar.-bar02 .era li:nth-of-type(1) {
	width: 84rem;
	padding-right: 13rem;
}
@media screen and (max-width: 767px) {
	.p-history .bar.-bar02 .era li:nth-of-type(1) {
		width: 96vw;
		padding-right: 0;
	}
}
.p-history .bar.-bar02 .era li:nth-of-type(2) {
	width: calc(100% - 84rem);
	padding-right: 5rem;
}
@media screen and (max-width: 767px) {
	.p-history .bar.-bar03-1 {
		-webkit-transform: rotate(20.5deg);
		        transform: rotate(20.5deg);
		top: 200vw;
	}
}
@media screen and (max-width: 767px) and (max-width: 767px) {
	.p-history .bar.-bar03-1 .era li {
		width: 94.9333333333vw;
		padding-left: 0;
		position: relative;
	}
	.p-history .bar.-bar03-1 .era li::after {
		content: "";
		width: 2.6rem;
		height: 16vw;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		position: absolute;
		left: 0;
		top: 50%;
		background-image: url(../images/anniversary/img_history-bar-arrow-rev.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}
}
.p-history .bar.-bar03 {
	-webkit-transform: rotate(-20.5deg);
	        transform: rotate(-20.5deg);
	top: -7rem;
}
@media screen and (max-width: 767px) {
	.p-history .bar.-bar03 {
		top: 0;
	}
}
.p-history .bar.-bar03::before {
	left: auto;
	right: calc(50% - 100vw);
}
.p-history .bar.-bar03 .era li:nth-of-type(1) {
	width: 68rem;
	padding-left: 2rem;
}
@media screen and (max-width: 767px) {
	.p-history .bar.-bar03 .era li:nth-of-type(1) {
		width: 94.9333333333vw;
		padding-left: 0;
		position: relative;
	}
	.p-history .bar.-bar03 .era li:nth-of-type(1)::after {
		content: "";
		width: 2.6rem;
		height: 16vw;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		position: absolute;
		left: 0;
		top: 50%;
		background-image: url(../images/anniversary/img_history-bar-arrow.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}
}
.p-history .bar.-bar03 .era li:nth-of-type(2) {
	padding-right: 38rem;
}
.p-history .bar.-bar04 {
	-webkit-transform: rotate(20.5deg);
	        transform: rotate(20.5deg);
	top: 108.5333333333vw;
}
.p-history .bar.-bar04 .era li {
	width: 100%;
}
.p-history .bar-outer.-bar03-1 .bar::before, .p-history .bar-outer.-bar04 .bar::before {
	-webkit-transition-delay: 0.5s;
	        transition-delay: 0.5s;
	-webkit-transition-duration: 2s;
	        transition-duration: 2s;
	-webkit-transition-property: width;
	transition-property: width;
}
.p-history .bar-outer .bar::before {
	width: 0;
	-webkit-transition: 2s width;
	transition: 2s width;
}
.p-history .bar-outer.js-animeOn .bar::before {
	width: 200vw;
}
.p-history__last {
	background-image: url(../images/anniversary/img_history-last.png);
	background-position: bottom center;
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 41.1111111111%;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-history__last {
		padding-top: 86.8%;
		background-image: url(../images/anniversary/img_history-last_sp.png);
	}
}
.p-history__last-content {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 16rem;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.p-history__last-content {
		padding-top: 21.3333333333vw;
	}
}
.p-history__last-text {
	text-align: center;
	color: #005BAC;
	font-size: 5.6rem;
	font-weight: 400;
	line-height: 1.28;
	letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
	.p-history__last-text {
		font-size: 7.4666666667vw;
		line-height: 1;
	}
}

.p-kansya {
	padding-top: 16rem;
	padding-bottom: 15.4rem;
	background-color: #ffffff;
}
.p-kansya .l-content-inner {
	width: 144rem;
}
@media screen and (max-width: 1440px) {
	.p-kansya {
		width: 144rem;
		overflow: hidden;
	}
}
@media screen and (max-width: 767px) {
	.p-kansya {
		padding-top: 20vw;
		padding-bottom: 13.3333333333vw;
		width: 100%;
	}
	.p-kansya .l-content-inner {
		padding: 0;
	}
}
.p-kansya__title {
	width: 31rem;
	margin: auto;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-kansya__title {
		width: 50vw;
	}
	.p-kansya__title img {
		display: block;
	}
}
.p-kansya__bnr {
	width: 98.4rem;
	max-width: 100%;
	margin: 6.4rem auto auto;
}
@media screen and (max-width: 767px) {
	.p-kansya__bnr {
		width: 100%;
		margin-top: 6.4vw;
	}
}
.p-kansya__image {
	margin-top: 4rem;
}
@media screen and (max-width: 767px) {
	.p-kansya__image {
		margin-top: 6.4vw;
	}
}
.p-kansya__content .sec1 {
	margin: 0 -3.3rem;
	padding-top: 4rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-kansya__content .sec1 {
		margin: 0;
	}
}
.p-kansya__content .sec1-text {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 13rem;
}
@media screen and (max-width: 767px) {
	.p-kansya__content .sec1-text {
		bottom: 13vw;
		font-size: 3.0666666667vw;
	}
}
.p-kansya__content .sec1-text a {
	text-decoration: underline;
}
.p-kansya__content .sec1-link {
	text-align: center;
	color: #005BAC;
	font-size: 2rem;
	font-weight: 500;
	line-height: 3.6rem; /* 180% */
	letter-spacing: 0.05em;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
	.p-kansya__content .sec1-link {
		font-size: 3.7333333333vw;
		position: static;
		margin-top: 2.1333333333vw;
	}
}
.p-kansya__content .sec1-link a {
	text-decoration: underline;
}
.p-kansya__content .sec1-end {
	width: 45.2rem;
	height: 4.9rem;
	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;
	background: rgba(0, 160, 233, 0.85);
	color: #FFF;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 150%; /* 2.4rem */
	letter-spacing: 0.08rem;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: 19.6rem;
}
@media screen and (max-width: 767px) {
	.p-kansya__content .sec1-end {
		width: 80vw;
		font-size: 4.2666666667vw;
		bottom: 24.5333333333vw;
	}
}
.p-kansya__content .sec2 {
	margin-top: -1.5rem;
	background-image: url(../images/anniversary/bg_thanks.png);
	padding-top: 5rem;
	padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
	.p-kansya__content .sec2 {
		margin-top: -14.6666666667vw;
		background-image: none;
		padding-top: 0;
		padding-bottom: 0;
	}
}
.p-kansya__content .sec2-img {
	width: 123.8rem;
	margin: auto;
	max-width: 100%;
}
.p-kansya__content .sec2-img img {
	display: block;
}
.p-kansya__content .sec3 {
	margin-top: -5.5rem;
}
@media screen and (max-width: 767px) {
	.p-kansya__content .sec3 {
		margin-top: -4.2666666667vw;
	}
}
.p-kansya__content .sec3-img {
	width: 133.5rem;
	max-width: 100%;
	margin: auto;
	position: relative;
}
.p-kansya__content .sec3-img img {
	display: block;
}
@media screen and (max-width: 767px) {
	.p-kansya__content .sec3-img .sp-links {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		bottom: 14vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 86.6666666667vw;
		height: 31.3333333333vw;
	}
	.p-kansya__content .sec3-img .sp-links .link {
		width: 26.6666666667vw;
		height: 100%;
	}
	.p-kansya__content .sec3-img .sp-links .link a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.p-kansya__content .sec3-img .sp-links .link.-link02 {
		margin: 0 4.4vw 0 2.2666666667vw;
	}
}

.c-contact {
	display: none;
}
/*# sourceMappingURL=anniversary.css.map */