@charset "UTF-8";

body#limited main {
	overflow: hidden;
}

/*============================
login page
============================*/
.login #page_ttl {
	position: relative;
	height: auto;
	min-height: 440px;
	padding-block: 0 260px;
	padding: 200px 0 4rem;
	color: var(--bodycolor);
	/* background-color: #d8d8d8; */
	background-image: url(../img/limited/fv.webp);
	background-position: top;
	background-size: cover;
	figcaption {
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
}

@media screen and (max-width: 768px) {
	.login #page_ttl {
		min-height: 350px;
		padding-block: 85px;
	}
}

.login #page_ttl h2 {
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 4rem;
	text-align: center;

	span {
		display: block;
		font-size: 60%;
	}
}

@media screen and (max-width: 768px) {
	.login #page_ttl h2 {
		font-size: 2.6rem;
		span {
		}
	}
}

.login #page_ttl .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.login #page_ttl .inputArea {
	margin: 70px;
}

@media screen and (max-width: 768px) {
	.login #page_ttl .inputArea {
		width: 100%;
		margin: 80px 0 0;
	}
}

.login #page_ttl .inputArea>p {
	padding: 0 .2rem;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5;
	text-shadow: 0px -1px 4px rgba(0, 0, 0, .2), 0px 4px 6px rgba(0, 0, 0, .2);
}

@media screen and (max-width: 768px) {
	.login #page_ttl .inputArea>p {
		font-size: 1.4rem;
		text-align: center;
	}
}

.login #page_ttl .inputArea input {
	display: block;
	width: 100%;
	max-width: 628px;
	margin: 10px auto 0;
	padding: 22px 14px;
	border-radius: 6px;
	border: none;
	font-size: 1.6rem;
	box-sizing: border-box;
}

.login #page_ttl .inputArea input ::-moz-placeholder {
	color: rgba(45, 44, 55, 0.5);
}

.login #page_ttl .inputArea input ::placeholder {
	color: rgba(45, 44, 55, 0.5);
}

@media screen and (max-width: 768px) {
	.login #page_ttl .inputArea input {
		margin: 20px auto 0;
		width: 90%;
		font-size: 1.2rem;
	}
}

.login #page_ttl .inputArea button {
	display: block;
	width: 50%;
	max-width: 251px;
	margin: 35px auto 0;
	color: #fff;
	background: #585216;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.login #page_ttl .inputArea button {
		width: 100%;
		max-width: 251px;
		margin: 25px auto 0;
	}
}

.login #page_ttl .inputArea button div {
	display: grid;
	justify-content: center;
	align-items: center;
	padding: 14px;
}

.login #page_ttl .inputArea button div span {
	font-family: "Caudex", serif;
	font-size: 2rem;
}

.login #page_ttl .inputArea button div small {
	margin-top: 8px;
	font-size: 1.2rem;
}

@media (any-hover: hover) {
	.login #page_ttl .inputArea button {
		transition: all 0.4s ease;
	}

	.login #page_ttl .inputArea button:hover {
		background: #8b853e;
	}
}

.login #error {
	text-align: center;
}

.login #error span {
	position: relative;
	display: inline-block;
	margin-top: 15px;
	margin-inline: auto;
	padding: 1em;
	font-size: 1.4rem;
	background-color: #fff;
	text-align: center;
	box-sizing: border-box;
	border-radius: 100px;
}

.login #error span::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 10px solid rgb(255, 255, 255);
	border-left: 8px solid rgba(255, 255, 255, 0);
	border-right: 8px solid rgba(255, 255, 255, 0);
}

.login section#cfa {
	padding: 8rem;
	text-align: center;
	background-image: url(../img/limited/cfa_bg.webp);
	background-position: center;
	background-size: cover;

	box {
		display: block;
		margin: auto;
		padding: 2rem 4rem;
		width: fit-content;
		background-color: var(--bodycolor);

		h2 {}

		.explanation {
			margin: 2rem auto 4rem;
			width: fit-content;
			font-size: 1.2rem;
			letter-spacing: .1rem;
			line-height: 2rem;
			text-align: justify;
		}

		.cv_button {
			display: flex;
			justify-content: center;
			width: 100%;
			height: 85px;
			padding: 0 60px;

			p {
				max-width: 480px;
				width: 100%;
				height: 70px;

				&+p {
					margin-left: 19px;
				}

				&.reserve {
					background-color: var(--color_gray04);
				}

				&.entry {
					background-color: var(--color_gray02);
				}

				a {
					display: flex;
					justify-content: center;
					align-items: center;
					width: 100%;
					height: 70px;
					color: var(--color_white);
					font-size: 2.0rem;
					text-decoration: none;
					transition: background-color .2s ease-out;

					&:hover {
						background-color: rgba(255, 255, 255, 0.5);
					}
				}
			}
		}
	}
}


/*============================
contents page
============================*/

main:not(.login) {
	.page_ttl_area {
		position: relative;
		height: 25vw;
		background-image: url(../img/limited/page_ttl.webp);
		background-position: center;
		background-size: cover;
		.page_ttl {
			font-size: 3.6rem;
			color: var(--bodycolor);
			span {
				&:nth-of-type(2) {
					font-size: 50%;
					letter-spacing: .1rem;
				}
				&.invitation {
					display: block;
					position: relative;
					z-index: 1;
					padding: 1.8rem;
					font-size: 1.8rem;
					letter-spacing: .1rem;
					background-color: #8b8b73;
					clip-path: polygon(0 20px, 20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100% );
					/* &:before {
						content: "";
						position: absolute;
						z-index: 1;
						left: -3px;
						top: 2px;
						z-index: 0;
						width: 25px;
						height: 1px;
						background-color: var(--bodycolor);
						transform: rotate(-45deg);
						transform-origin: right;
					} */
				}
			}
		}
		figcaption {
			position: absolute;
			right: 10px;
			bottom: 10px;
			line-height: 1em;
			text-align: right;
			color: var(--bodycolor);
		}
	}
	section {
		&#cfa {
			.ttl {
				padding: 5rem 0 3rem;
				color: var(--expcolor);
				h2 {
				}
				.bodycopy {
					margin-top: .5rem;
					font-size: clamp(2rem, 1.333rem + 1.39vw, 3rem);
				}
			}
		}
	}
}



@media all and (min-width: 769px) and (max-width: 1000px) {


}



@media all and (max-width: 768px) {

  ol#breadcrumb {
		bottom: -20px;
    & li {
      color: var(--maincolor);
      a {
        color: var(--maincolor);
        &::after {
          filter: unset;
        }
      }
    }
  }

	/*============================
	login page
	============================*/

	.login section#cfa {
		padding: 2rem;
		box {
			margin-top: 2rem;
			padding: 2rem;
			h2 {
				font-size: 4vw;
			}
			.explanation {
				margin: 2rem auto 3rem;
			}
			.cv_button {
				padding: unset;
				p {
					&+p {
					}
					&.reserve {
					}
					&.entry {
					}
					a {
						font-size: 1.6rem;
					}
				}
			}
		}
	}

	/*============================
	contents page
	============================*/

	main:not(.login) {
		.page_ttl_area {
			height: 50vw;
			background-image: url(../img/limited/page_ttl_s.webp);
			.page_ttl {
				font-size: 2.6rem;
				span {
					&:nth-of-type(2) {
					}
					&.invitation {
						font-size: 1.2rem;
					}
				}
			}
			figcaption {
			}
		}
		section {
			&#cfa {
				.ttl {
					h2 {
					}
					.bodycopy {
					}
				}
			}
		}
	}

}