@charset "utf-8";

/* BASE ======================================== */
:root{
	--pageColor: #03dd93;
}
.anniversaryBlock {
	color: #fff;
	padding-bottom: 4em;
	background-image: url('../images/bg.jpg');
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100% auto;
}
.anniversaryBlock *,
.anniversaryBlock *:before,
.anniversaryBlock *:after{
	box-sizing: border-box;
}

/* custom Layout ---------- */
.anniversaryBlock .insideWrapper {
	padding-left: 3.125%;
	padding-right: 3.125%;
}
/* custom Component ---------- */
.anniversaryBlock .c-btn a{
	font-size: 24px;
	text-align: center;
	line-height: 1.3;
	width: 100%;
	max-width: 20.84em;
	min-height: 2.5em;
	color: #fff;
	background: linear-gradient(#f42c4d,#b41e37);
	border-radius: 4px;
	padding: 0.25em 1.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.15s;
	position: relative;
}
.anniversaryBlock .c-btn a.center{
	margin-left: auto;
	margin-right: auto;
}
.anniversaryBlock .c-btn a:after{
	content: '';
	position: absolute;
	top: 0;
	right: 4em;
	bottom: 0;
	margin: auto;
	width: 1em;
	aspect-ratio: 1 / 0.834;
	background: url(../images/arrow001.svg) no-repeat center / contain;
	transition: inherit;
	transform: rotate(-90deg);
}
.anniversaryBlock .c-btn a:hover{
	filter: brightness(1.2);
}
.anniversaryBlock .c-btn a:hover:after{
	right: 3.5em;
}
@media screen and (max-width: 1280px) {
	.anniversaryBlock .c-btn a{
		font-size: 1.875vw;
	}
}
@media screen and (max-width: 800px) {
	.anniversaryBlock .c-btn a:after{
		right: 1.5em;
	}
	.anniversaryBlock .c-btn a:hover:after{
		right: 1em;
	}
	.anniversaryBlock .c-btn a{
		font-size: max(3vw,12px);
	}
}

/* custom Utility ---------- */
.anniversaryBlock .fontJp {
	font-family: '黎ミン M', 'Reimin Medium', serif;
}
.anniversaryBlock .colorGreen,
.anniversaryBlock .colorGreen a {
	color: var(--pageColor);
}
.anniversaryBlock .underline {
	text-decoration: underline;
}
.displayNone {
	display: none;
}
.anniversaryBlock .text15 {
	font-size: 15px;
}
.anniversaryBlock .text36 {
	font-size: 36px;
}
@media screen and (max-width: 1280px) {
	.anniversaryBlock .text15 {
		font-size: min(1.25vw,15px);
	}
	.anniversaryBlock .text36 {
		font-size: 2.4vw;
	}
}
@media screen and (max-width: 800px) {
	.anniversaryBlock .text15 {
		font-size: 3vw;
	}
	.anniversaryBlock .text36 {
		font-size: 4vw;
	}
	.anniversaryBlock .text28 {
		font-size: 3.5vw;
	}
}

/* custom flex options */
.flexStart {
	justify-content: flex-start;
}
.flexListThumb > li {
	width: 21%;
	margin-top: 1.5em;
}
.flexListThumb > li:not(:nth-child(4n + 1)) {
	margin-left: 5.333333%;
}

/* MAIN ======================================== */
.p-kv{
	background: #000;
}
.p-kv.js-scroll img{
	mask-image: linear-gradient(135deg,#000 45%,transparent 55%);
	mask-size: 300%;
	mask-position: 100%;
	filter: contrast(0.5) brightness(0.5);
}
.p-kv.is-scroll img{
	animation: kvImg 1s ease 0.5s 1 normal forwards running;
}
@keyframes kvImg {
	0%{
		mask-position: 100%;
		filter: contrast(0.5) brightness(0.5);
	}
	50%{
		mask-position: 0%;
		filter: contrast(0) brightness(2);
	}
	100%{
		mask-position: 0%;
		filter: none;
	}
}

.p-introduction{
	padding: 35px 0 80px;
}
.p-introduction h2{
	font-size: 27px;
	font-weight: normal;
	text-align: center;
	color: var(--pageColor);
}
.p-introduction .txt1{
	font-size: 30px;
	text-align: center;
	line-height: 1.5;
	margin-top: 0.75em;
}
@media screen and (max-width: 1280px) {
	.p-introduction{
		padding: 4% 0 8%;
	}
	.p-introduction h2{
		font-size: 2vw;
	}
	.p-introduction .txt1{
		font-size: 2.25vw;
	}
}
@media screen and (max-width: 800px) {
	.p-introduction h2{
		font-size: 6vw;
	}
	.p-introduction .txt1{
		font-size: 3.5vw;
	}
}

.p-anchor{
	display: flex;
}
.p-anchor > li{
	width: 50%;
}
.p-anchor > li > a{
	display: block;
	position: relative;
}
.p-anchor > li > a:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 8px solid var(--pageColor);
	opacity: 0;
	transition: 0.2s;
}
.p-anchor > li > a:hover:after{
	opacity: 1;
}
.p-anchor {
	border-top: 1px solid var(--pageColor);
	border-bottom: 1px solid var(--pageColor);
}
.p-anchor > li {
	width: calc(100% / 2);
	box-sizing: border-box;
}
.p-anchor > li + li {
	border-left: 1px solid var(--pageColor);
	box-sizing: border-box;
}
@media screen and (max-width: 1280px) {
	.p-anchor > li > a:after{
		border-width: 0.625vw;
	}
}

.p-plan{
	padding: 30px 0 60px;
}
.p-plan h3.planTitle{
	font-size: 36px;
	line-height: 1.35;
	border-bottom: 2px solid var(--pageColor);
	padding-bottom: 0.4em;
}
.p-plan h3.planTitle .num{
	font-size: 94.45%;
	font-weight: normal;
	color: var(--pageColor);
	display: block;
}
.p-plan .block2 .flex{
	display: flex;
	justify-content: space-around;
}
.p-plan .block2 .flex > *{
	width: 500px;
	max-width: 42%;
}
.p-plan .block2 figure{
	padding-top: 93%;
	position: relative;
}
.p-plan .block2 .item1 img{
	position: absolute;
	top: -2%;
	left: -8%;
	width: 108%;
	max-width: none;
}
.p-plan .block2 .item2 img{
	position: absolute;
	top: -2%;
	left: -13%;
	width: 122.8%;
	max-width: none;
}
@media screen and (max-width: 1280px) {
	.p-plan{
		padding: 3% 0 6%;
	}
	.p-plan h3.planTitle{
		font-size: 2.75vw;
	}
}
@media screen and (max-width: 800px) {
	.p-plan h3.planTitle{
		font-size: 4vw;
	}
}

/* Animation */
.js-scroll.fadeInUp {
  opacity: 0;
  transition: 0.6s ease 0.3s;
	transform: translateY(30px);
}
.js-scroll.fadeInLeft {
  opacity: 0;
  transition: 0.6s ease 0.3s;
	transform: translateX(-30px);
}
.js-scroll.fadeInRight {
  opacity: 0;
  transition: 0.6s ease 0.3s;
	transform: translateX(30px);
}
.js-scroll.fadeInZoom {
  opacity: 0;
  transition: 0.6s ease 0.3s;
	transform: scale(0.9);
}
.js-scroll.fadeInPop {
  transition: 0.4s cubic-bezier(0.2, 0, 0.2, 1.6) 0.3s;
  opacity: 0;
	transform: scale(0.5);
}
.js-scroll.fadeInMask {
  transition: 3s ease 0.3s;
	mask-image: linear-gradient(-90deg, transparent 49%, #000 51%);
	mask-size: 300%;
	mask-position: 100%;
}
.js-scroll.is-scroll.fadeInUp, .js-scroll.is-scroll.fadeInLeft, .js-scroll.is-scroll.fadeInRight, .js-scroll.is-scroll.fadeInZoom, .js-scroll.is-scroll.fadeInPop {
  opacity: 1;
	transform: none;
}
.js-scroll.is-scroll.fadeInMask {
	mask-position: 0%;
}