@charset "UTF-8";

/* -------------------------------------------------
	File name : page.css
---------------------------------------------------- */

/* =============================
	page
=============================== */
.page {
    width: calc(100% - 300px);
    display: flex;
    flex-direction: column;
    row-gap: min(10vw,6em);
    position: relative;
    z-index: 1;
}

/* =============================
	page-header
=============================== */
.page-header {
	width: 30%;
	margin-block: 0 min(8vw,5em);
	padding-block: 3vw 0;
	position: sticky;
	top: 0;
	mix-blend-mode: difference;
	z-index: 30;
}
.page-logo {
	position: relative;
	padding-inline: 4vw;
}
.page-logo img {
	width: clamp(10em,20vw,30em);
	transition: all .5s ease;
}
.scale h1 img {
	transition: all .5s ease;
	transform: scale(0.8) translateY(-2vw) translateX(-2vw);
	z-index: 100;
}

.page-header .none {
	opacity: 0;
	transition: .3s ease-in-out;
}


/* =============================
	page-title
=============================== */
.page-title h2 {
    font-size: min(10vw,4em);
    font-family: canada-type-gibson, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1em;
}
.page-title h2 em {
	display: block;
	font-size: .3em;
}


/* =============================
	page-about
=============================== */
.page-about .inner {
	display: flex;
	flex-direction: column;
	row-gap: 3em;
}
.page-about .page-title {
	border-bottom: 1.5px solid var(--black-color);
}
.page-about_note {
	display: flex;
	flex-direction: column;
	row-gap: 2em;
}
.page-about_note h3 {
    font-size: min(8vw,2.5em);
    line-height: 1.3em;
}
.page-about_note p {
	line-height: 1.6em;
}
.page-about_logo img {
	width: min(40vw,20em);
}
.page-about figure img {
	width: 70%;
	height: auto;
}
.page-about small {
	font-size: 90%;
	text-indent: -1.1em;
}
.page-about small:before {
	content: "※";
	margin-inline-end: .1em;
}

.page-about_gallery ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: min(3vw,2em);
}
.page-about_gallery li {
	width: calc(100% / 3 - min(2vw,1em));
}
.page-about_gallery li img {
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    border-radius: 0.5em;
}


/* =============================
	page-news
=============================== */
.page-news {
	margin-bottom: min(10vw,5em);
}
.page-news .page-title h2 {
	border-bottom: 1.5px solid var(--black-color);
}
.page-news_post article a {
	padding: 1.5em 1.5em 2em;
	display: flex;
	flex-direction: column;
	row-gap: .3em;
	border-bottom: 1.5px solid var(--black-color);
	transition: .1s ease-out;
}
.page-news_post article a:hover {
	transition: .2s ease-in;
	color: var(--white-color);
	background-color: var(--black-color);
}
.page-news_post article time {
	letter-spacing: 0;
	font-size: 90%;
}
.page-news_post article p {
	font-size: min(5vw,1.6em);
	font-weight: 600;
	line-height: 1.4em;
	word-break: keep-all;
	line-break: loose;
	word-wrap: break-word;
	overflow-wrap: break-word;
	white-space: normal;
}
.page-news_post .news-meta {
	display: flex;
	align-items: baseline;
	column-gap: .5em;
}
.page-news_post .news-meta em {
	font-family: canada-type-gibson, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.post-back,
.post-prev {
	padding-block: .5em;
}
.post-back em,
.post-prev em {
	font-size: 90%;
	display: block;
}
.post-back a,
.post-prev a {
	font-weight: 600;
}



/* =============================
	page-schedule
=============================== */
.page-schedule {
	margin-bottom: min(10vw,5em);
}


/* =============================
	page-award
=============================== */
.page-award .inner {
	display: flex;
	flex-direction: column;
	row-gap: min(10vw,5em);
}
.page-award .page-title {
	border-bottom: 1.5px solid var(--black-color);
}
.page-award_note p {
	line-height: 1.6em;
}
.scroll-content {
	overflow: hidden;
}
.scroll-slider_wrap{
    width: fit-content;
    height: 100vh;
    display: flex;
    column-gap: min(3vw,3em);
}
.scroll-area{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.scroll-area .img-wrap img {
    width: 270px;
	aspect-ratio: 2 / 3;
	object-fit: cover;
	border-radius: .5em;
}


/* =============================
	page-award-year
=============================== */
.page-award_contest {
	display: flex;
	flex-direction: column;
	row-gap: min(10vw,5em);
}
.page-award_summary {
	display: flex;
	flex-direction: column;
	row-gap: min(5vw,2em);
}
.page-award_summary h3 {
	font-size: min(7vw,3.2em);
	line-height: 1.4em;
	font-family: canada-type-gibson, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	display: flex;
	padding-inline-start: 1.3em;
	align-items: center;
}
.page-award_summary h3:before {
    content: '';
    position: absolute;
    top: 45%;
    display: inline-block;
    width: 1em;
    height: 2px;
    background-color: var(--black-color);
}
.page-award_summary h3:before {
    left: 0;
}
.page-award_summary h3 em {
	margin-inline-start: 1em;
	font-size: .5em;
}
.page-award_summary h4 {
	font-size: min(5vw,2em);
	line-height: 1.4em;
}
.page-award_summary figure {
	width: 100%;
	overflow: hidden;
	margin-block: .6em;
}
.page-award_summary figure a {
	display: block;
}
.page-award_summary figure img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transform: scale(1);
	transition: .3s ease-out;
}
.page-award_summary figure:hover img {
	transform: scale(1.03);
	transition: .3s ease-out;
}
.page-award_item {
	display: grid;
	grid-template-columns: repeat(4,auto);
	gap: min(2vw,1.4em);
}
.page-award_item li {
	width: 100%;
	overflow: hidden;
}
.page-award_item li img {
    width: 100%;
	aspect-ratio: 9 / 16;
	object-fit: cover;
	transform: scale(1);
	transition: .3s ease-out;
}
.page-award_item li:hover img {
	transform: scale(1.03);
	transition: .3s ease-out;
}

.page-award_prize {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: min(5vw,2em);
}
.page-award_prize::after{
	content:"";
	display: block;
	width:30%;
}
.page-award_prize li {
	width: calc(100% / 3 - min(2vw,2.2em));
	display: flex;
	flex-direction: column;
	row-gap: .5em;
	position: relative;
}
.page-award_prize li img {
    width: 100%;
	aspect-ratio: 2 / 3;
	object-fit: cover;
	position: relative;
	overflow: hidden;
	z-index: 5;
}
.page-award_prize .thumbs {
	position: relative;
	overflow: hidden;
	z-index: 5;
}
.page-award_prize .pinterest {
	position: absolute;
	bottom: .7vw;
	right: .7vw;
	z-index: 20;
}
.page-award_prize .pinterest img {
	width: 30px !important;
	height: 30px !important;
}
.page-award_prize .student {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--white-color);
	padding-block: .2em;
	padding-inline: 1rem;
	font-size: 80%;
	z-index: 10;
}

.page-award__meta {
	display: flex;
	flex-direction: column;
	row-gap: .2em;
	align-items: center;
}
.page-award__meta .medal {
	font-family: canada-type-gibson, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: min(5vw,1.2em);
}
.page-award__meta h5 {
	font-size: 1em;
	letter-spacing: 0;
}
.page-award__meta strong {
	font-size: 1.1em;
	font-weight: 500;
}
.page-award__meta p {
	font-size: 80%;
	font-weight: 400;
	letter-spacing: 0;
	color: var(--silver-color);
}


/* modal */
.remodal-overlay {
    filter: contrast(175%) brightness(3%);
}
.remodal {
  position: relative;
  max-width: 980px !important;
  padding: 0 !important;
  background: none !important;
}
.remodal img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.remodal-cancel {
  background-color: var(--black-color) !important;
  width: 100%;
}
.remodal-cancel:hover {
  background-color: var(--text-color) !important;
}

/* gold */
.page-award_gold {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	row-gap: 1em;
}
.page-award_gold img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
}
.page-award_gold strong {
    font-size: 1.1em;
    font-weight: 500;
}
.page-award_gold p {
    font-size: 80%;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--silver-color);
}

.page-award_sfeh {
	display: flex;
	justify-content: center;
	gap: min(5vw,2em);
}
.page-award_sfeh h4 {
	font-family: canada-type-gibson, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
	font-size: min(5vw,1.3em);
}
.page-award_sfeh li {
	display: flex;
	align-items: center;
	flex-direction: column;
	row-gap: .5em;
}
.page-award_sfeh img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.page-award_sfeh p {
    font-size: 90%;
    font-weight: 400;
    letter-spacing: 0;
}

/* feat */
.page-award_feat {
	margin-block: min(5vw,2em);
	padding-block: min(5vw,2em);
	border-top: 1px solid var(--low-color);
	border-bottom: 1px solid var(--low-color);
	display: flex;
    flex-direction: column;
    row-gap: 1em;
}
.page-award_feat h4 {
	font-size: min(5vw,1.3em);
}
.page-award_feat .feat-summary {
	display: flex;
	gap: .5em;
}
.page-award_feat .feat-summary dt {
	width: 15%;
}
.page-award_feat .feat-summary dd {
	width: calc(100% - 15%);
}



/* =============================
	page-movie
=============================== */
.page-movie {
	margin-bottom: min(10vw,5em);
}
.page-movie_post {
	padding-block: min(8vw,4em);
	border-top: 1.5px solid var(--black-color);
	display: flex;
	flex-direction: column;
	row-gap: min(10vw,3em);
}
.page-movie_post article {
	display: flex;
	column-gap: min(6vw,3em);
}
.movie-data {
	width: calc(100% - 40%);
	display: flex;
	flex-direction: column;
	row-gap: 1em;
}
.movie-data h3 {
	font-size: min(5vw,1.8em);
	line-height: 1.2em;
}
.movie-data_meta {
	font-size: 80%;
	letter-spacing: 0;
	opacity: .6;
}
.movie-data_meta time {
	margin-inline-end: .2em;
}
.movie-thum {
	width: 40%;
	position: relative;
	overflow: hidden;
	border-radius: .5em;
}
.movie-thum img {
    width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	vertical-align: bottom;
	border-radius: .5em;
	transform: scale(1);
	filter: blur(0);
	transition: .3s ease-in-out;
}
.movie-thum a {
	display: block;
}
.movie-thum:hover img {
	transform: scale(1.08);
	filter: blur(2px) brightness(.5);
}
.movie-thum p {
	opacity:0;
	transition: .5s ease-in-out;
	position: absolute;
	z-index: 3;
	top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
	color: var(--white-color);
	font-size: 1.4em;
	font-weight: 600;
    line-height: 1.6em;
    width: 80%;
    text-align: center;
}
.movie-thum:hover p {
	opacity:1;
}
.movie-thum p:before {
	content: "\f167";
	font-family: "Fontawesome";
	margin-inline-end: 1rem;
}



/* =============================
	page-story
=============================== */
.page-story {
	margin-bottom: min(10vw,5em);
}
.page-story .page-title h2 {
	border-bottom: 1.5px solid var(--black-color);
}
.page-story_post {
	padding-block: min(8vw,4em);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: min(3vw,3em);
}
.page-story_post article {
	width: calc(100% / 2 - min(2vw,1.5em));
	display: flex;
	flex-direction: column;
	row-gap: 1em;
}
.story-thum {
	position: relative;
	overflow: hidden;
	border-radius: .5em;
}
.story-thum img {
    width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	vertical-align: bottom;
	border-radius: .5em;
	transform: scale(1);
	filter: blur(0);
	transition: .3s ease-in-out;
}
.story-thum a {
	display: block;
}
.story-thum:hover img {
	transform: scale(1.08);
	filter: blur(2px) brightness(.8);
}
.story-thum p {
    opacity: 0;
    transition: .5s ease-in-out;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: var(--white-color);
    font-size: 6em;
    font-weight: 600;
    line-height: 1.6em;
    width: 80%;
    text-align: center;
    mix-blend-mode: soft-light;
}
.story-thum:hover p {
	opacity:1;
}
.story-title h3 {
	font-size: min(5vw,1.4em);
	line-height: 1.4em;
	word-break: keep-all;
	line-break: loose;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.story-data {
	display: flex;
	align-items: center;
	column-gap: 1em;
}
.story-avatar img {
    width: 50px;
    height: 50px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	vertical-align: bottom;
	border-radius: 50px;
}
.story-meta {
	line-height: 1em;
}
.story-meta p {
	line-height: 1.4em;
}
.story-meta em {
	font-size: 80%;
	opacity: .6;
}


/* =============================
	page-interview
=============================== */
.page-interview {
	margin-bottom: min(10vw,5em);
}
.page-interview .page-title h2 {
	border-bottom: 1.5px solid var(--black-color);
}
.page-interview_post {
	padding-block: min(8vw,4em);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: min(5vw,3em);
}
.page-interview_post article {
	width: calc(100% / 2 - min(2vw,1.5em));
	display: flex;
	flex-direction: column;
	row-gap: 1em;
}
.interview-thum {
	position: relative;
	overflow: hidden;
	border-radius: .5em;
}
.interview-thum img {
    width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	vertical-align: bottom;
	border-radius: .5em;
	transform: scale(1);
	filter: blur(0);
	transition: .3s ease-in-out;
}
.interview-thum:hover img {
	transform: scale(1.08);
	filter: blur(2px) brightness(.8);
}
.interview-thum p {
	opacity:0;
	transition: .5s ease-in-out;
	position: absolute;
	z-index: 3;
	top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
	color: var(--white-color);
	font-size: 3em;
	font-weight: 600;
    line-height: 1em;
    width: 95%;
    text-align: center;
    mix-blend-mode: soft-light;
}
.interview-thum:hover p {
	opacity:1;
}
.interview-title h3 {
	font-size: min(5vw,1.6em);
	line-height: 1.4em;
	word-break: keep-all;
	line-break: loose;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.interview-title a {
	transition: .3s ease;
}
.interview-title a:hover {
	transition: .3s ease;
	text-decoration: underline;
}
.interview-data {
	display: flex;
	align-items: center;
	column-gap: 1em;
}
.interview-content {
    border-bottom: 1px solid var(--low-color);
    padding-bottom: 1em;
}
.interview-content p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(--text-color);
}
.interview-meta {
	display: flex;
	flex-direction: column;
	row-gap: .2em;
}
.interview-meta p {
	line-height: 1.4em;
	font-size: 90%;
}
.interview-meta time {
	font-size: 80%;
	letter-spacing: 0;
}


/* =============================
	page-sponsor
=============================== */
.page-sponsor {
	margin-bottom: min(10vw,5em);
}
.page-sponsor .page-title h2 {
	border-bottom: 1.5px solid var(--black-color);
}
.sponsor-content {
	display: flex;
	flex-direction: column;
	row-gap: min(6vw,3em);
}
.sponsor-group {
	display: flex;
	flex-direction: column;
	row-gap: min(6vw,3em);
	padding-block: min(6vw,3em);
}
.sponsor-gold {
	display: flex;
	flex-direction: column;
	row-gap: min(10vw,5em);
}
.sponsor-item {
	display: flex;
	align-items: center;
	column-gap: min(3vw,3em);
	border-bottom: 1px solid var(--low-color);
    padding-bottom: min(5vw,3em);
}
.sponsor-item:first-child {
	border-top: 1.5px solid var(--black-color);
    padding-top: min(5vw,3em);
}
.sponsor-thum {
	width: calc(100% / 2.5);
	border-radius: .5em;
}
.sponsor-thum img {
	width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: .5em;
}
.sponsor-brand {
	width: calc(100% / 2.5);
	border: 1.5px solid var(--light-color);
	border-radius: .3em;
}
.sponsor-brand_logo a {
	width: 100%;
	padding-block: 3.5em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sponsor-brand_logo img {
	width: 72.5%;
	height: auto;
}

.sponsor-data {
	display: flex;
	flex-direction: column;
	row-gap: min(3vw,1.3em);
	width: calc(100% - calc(100% / 2.5));
}
.sponsor-data h3 {
	font-size: min(5vw,1.6em);
	line-height: 1.2em;
}
.sponsor-data p {
	color: var(--text-color);
}
.sponsor-link {
	display: flex;
	column-gap: 1.5em;
}
.sponsor-link li a {
	display: flex;
	align-items: center;
	font-family: canada-type-gibson, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	transition: .2s ease-in-out;
}
.sponsor-link li a:after {
	content: "\f138";
	position: relative;
	bottom: 2px;
	font-family: "Font Awesome 6 Pro";
	margin-inline-start: .3em;
	transition: .2s ease-in-out;
	transform: translateX(0);
}
.sponsor-link li a:hover:after {
	content: "\f138";
	font-family: "Font Awesome 6 Pro";
	margin-inline-start: .3em;
	display: inline-block;
	transition: .2s ease-in-out;
	transform: translateX(2px);
}
.sponsor-meta {
	margin-block: 1em;
	display: flex;
	flex-direction: column;
	row-gap: 1em;
}
.sponsor-meta h3 {
	font-size: min(3vw,1.4em);
}
.sponsor-meta p {
	color: var(--text-color);
}

.sponsor-product {
	display: flex;
	gap: min(3vw,3em);
}
.sponsor-product_item {
	width: calc(100% / 2);
	display: flex;
	flex-direction: column;
	row-gap: 1em;
}
.sponsor-product_item img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: .5em;
}
.sponsor-product_item h4 {
	font-size: min(3vw,1.2em);
}
.sponsor-product_item p {
	color: var(--text-color);
}

.sponsor-list {
	display: grid;
	grid-template-columns: repeat(4,auto);
	gap: 1em;
}
.sponsor-list a {
	width: 100%;
	border: 1.5px solid var(--light-color);
	border-radius: .3em;
	padding-block: 3.5em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sponsor-list a img {
	width: 72.5%;
	height: auto;
}


/* premium */
.sponsor_premium-cover {
	width: 100%;
	height: 100%;
	margin-bottom: min(8vw,3em);
}
.sponsor_premium-cover img {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: .5em;
}
.sponsor_premium-content {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	row-gap: 1em;
}
.sponsor_premium-item {
	width: calc(100% / 3 - min(5vw,1em));
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.sponsor_premium-item .premium-thum {
	width: 100%;
}
.sponsor_premium-item .premium-thum a {
	display: block;
	width: 100%;
	height: 100%;
}
.sponsor_premium-item .premium-thum img {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: .25em;
}
.sponsor_premium-item .premium-note {
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.sponsor_premium-item .premium-note h3 {
	font-size: min(5vw,1.2em);
	font-weight: bold;
	line-height: 1.4em;
}
.sponsor_premium-item .premium-note p {
	line-height: 1.6em;
	font-size: 90%;
	opacity: .7;
	min-height: 15vh;
}

/* gold */
.sponsor_gold {
	border-top: 1.5px solid var(--black-color);
	padding-top: min(8vw,5em);
}
.sponsor_gold-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	row-gap: min(8vw,5em);
}
.sponsor_gold-item {
	width: calc(100% / 2 - min(5vw,2em));
	display: flex;
	flex-direction: column;
	gap: 1em;
	position: relative;
}
.sponsor_gold-item:nth-child(odd)::after {
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0 min(5vw,2em);
	content: "";
	width: .5px;
	height: 100%;
	background-color: var(--low-color);
}
.sponsor_gold-thum,
.sponsor_gold-video {
	width: 100%;
}
.sponsor_gold-thum a,
.sponsor_gold-video a {
	display: block;
	width: 100%;
	height: 100%;
}
.sponsor_gold-thum img,
.sponsor_gold-video img {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	border-radius: .25em;
}
.sponsor_gold-meta {
	display: flex;
	flex-direction: column;
	gap: 1em;
	margin-bottom: 1em;
	padding-bottom: 1.5em;
	border-bottom: 1px dashed var(--low-color);
}
.sponsor_gold-meta h3 {
	font-size: min(5vw,1.6em);
	font-weight: bold;
	line-height: 1.4em;
}
.sponsor_gold-meta p {
	line-height: 1.6em;
	font-size: 90%;
	opacity: .7;
	min-height: 10vh;
}
.sponsor_gold-note {
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.sponsor_gold-note h4 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
}
.sponsor_gold-note p {
	line-height: 1.6em;
	font-size: 90%;
	opacity: .7;
	min-height: 10vh;
}


.premium-thum a,
.sponsor_gold-thum a,
.sponsor_gold-video a,
.sponsor-thum a {
	position: relative;
	display: block;
}
.premium-thum img,
.sponsor_gold-thum img,
.sponsor_gold-video img,
.sponsor-thum img {
	position: relative;
	z-index: 1;
	transition: all .3s ease-in-out;
}
.premium-thum a:hover img::before,
.sponsor_gold-thum a:hover img::before,
.sponsor_gold-video a:hover img::before,
.sponsor-thum a:hover img::before {
	opacity: 1;
}
.premium-thum a:hover img,
.sponsor_gold-thum a:hover img,
.sponsor_gold-video a:hover img,
.sponsor-thum a:hover img {
	filter: brightness(.7);
	transition: all .3s ease-in-out;
}
.thum-play {
	position: absolute;
}
.thum-play {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.premium-thum a:hover .thum-play,
.sponsor_gold-thum a:hover .thum-play,
.sponsor_gold-video a:hover .thum-play,
.sponsor-thum a:hover .thum-play {
	opacity: 1;
	transition: all .3s ease-in-out;
}
.thum-play p i {
	font-size: min(8vw,3em);
	color: var(--white-color);
}



/* =============================
	page-recruit
=============================== */
.page-recruit {
	margin-bottom: min(10vw,5em);
}
.page-recruit .page-title h2 {
	border-bottom: 1.5px solid var(--black-color);
}
.page-recruit_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.recruit-side {
	width: 250px;
	position: relative;
}
.recruit-side_sticky {
	position: sticky;
	top: min(15vw,15em);
	padding-bottom: min(3vw,2em);
}
.recruit-side_title {
	padding-block: 1em;
	font-size: 1.1em;
	font-weight: 600;
	border-bottom: 1.5px solid var(--black-color);
}
.recruit-side .widget-title {
	padding-block: 1em;
	border-bottom: 1.5px solid var(--black-color);
	position: relative;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
}
.recruit-side .widget-title:after {
	content: "\e59e";
	font-family: "Font Awesome 6 Pro";
	margin-inline-end: 1rem;
	transition: .3s ease-out;
}
.recruit-side .widget-title.active:after {
	transform: rotate(-45deg);
	transition: .3s ease-out;
}
.recruit-side .widget-list {
	opacity: 0;
	line-height: 0;
	transition: .3s ease-out;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.recruit-side .widget-list.active {
	opacity: 1;
	line-height: 2;
	padding-block: 1em;
	border-bottom: 1.5px solid var(--black-color);
}
.recruit-side .widget-list.active li {
	flex: 1;
	line-height: 1.4em;
}
.recruit-side .widget-list.active li a {
	transition: .3s ease-out;
	padding-block: .5em;
	display: block;
}
.recruit-side .widget-list li a:hover {
	transition: .3s ease-out;
	background-color: var(--light-color);
}

.recruit-main {
	width: calc(100% - 250px - min(5vw,3em));
	display: flex;
	flex-direction: column;
	row-gap: min(3vw,2em);
}
.recruit-header {
	padding-block: min(3vw,2em) min(3vw,1em);
	display: flex;
	flex-direction: column;
	gap: 1em;
	border-bottom: 1.5px solid var(--black-color);
}
.recruit-header_name {
	font-size: min(5vw,1.8em);
	line-height: 1.4em;
}
.recruit-post {
	display: flex;
	flex-direction: column;
	row-gap: min(5vw,2em);
}
.recruit-post article {
	display: flex;
	column-gap: min(3vw,2em);
	padding-bottom: min(3vw,2em);
	border-bottom: 1px solid var(--low-color);
}
.recruit-post_data {
	width: calc(100% - 250px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	row-gap: 1em;
}
.recruit-post_title {
	display: flex;
	flex-direction: column;
	row-gap: 1em;
}
.recruit-post_title h3 {
	font-size: min(3vw,1.4em);
	line-height: 1.4em;
}
.recruit-post_title p {
	font-family: canada-type-gibson, sans-serif;
	font-weight: 600;
	font-size: 90%;
	letter-spacing: .2px;
}
.recruit-post_meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 1em;
}
.recruit-post_meta ul {
	display: grid;
	grid-template-columns: repeat(3, auto);
	gap: .5em;
}
.recruit-post_meta li {
    padding: .2em 1em;
    font-size: 80%;
    border-radius: .3em;
    text-align: center;
	background-color: var(--light-color);
}
.recruit-post_thum {
	width: 250px;
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
}
.recruit-post_thum img {
    width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	vertical-align: bottom;
	border-radius: 1rem;
	transform: scale(1);
	filter: blur(0);
	transition: .3s ease-in-out;
}
.recruit-post_thum:hover img {
	transform: scale(1.08);
	filter: blur(2px) brightness(.5);
}
.recruit-post_thum p {
	opacity:0;
	transition: .5s ease-in-out;
	position: absolute;
	z-index: 3;
	top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
	color: var(--white-color);
	font-size: 1em;
	font-weight: 600;
    width: 80%;
    text-align: center;
}
.recruit-post_thum:hover p {
	opacity:1;
}
.recruit-post_thum p:before {
	content: "\f002";
	font-family: "Font Awesome 6 Pro";
	display: block;
	font-size: 2em;
	margin-block-end: .4em;
}


/* =============================
	page-contact
=============================== */
.page-contact {
	margin-bottom: min(10vw,5em);
}
.page-contact .page-title h2 {
	border-bottom: 1.5px solid var(--black-color);
}
.page-contact_note {
	padding-block: min(6vw,3em);
	display: flex;
	flex-direction: column;
	row-gap: min(3vw,1.5em);
}
.contact-content {
	padding-block: min(6vw,3em);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	column-gap: min(5vw,5em);
}

.contact-content .wpcf7 {
	width: calc(100% - 40%);
}
@media screen and (max-width: 1199px) {
	.contact-content .wpcf7 {
		width: calc(100% / 1);
	}
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	margin-top: min(10vw,5em);
	padding-block: .5em !important;
	padding-inline: 1em !important;
	color: var(--white-color);
	background-color: var(--red-color);
	border: none !important;
}
.wpcf7 form .wpcf7-response-output {
    margin-top: min(10vw,5em);
	padding-block: .5em !important;
	padding-inline: 1em !important;
	color: var(--white-color);
	background-color: var(--black-color);
	border: none !important;
}

.contact-note {
	width: calc(100% - 60%);
	position: sticky;
	top: 5vw;
	display: flex;
	flex-direction: column;
	row-gap: 2em;
}
.contact-note h2 {
	font-size: min(10vw,3.5em);
	font-family: canada-type-gibson, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1em;
}
.contact-item {
	display: flex;
	flex-direction: column;
	row-gap: 1.5em;
}
.contact-item h3 {
	font-size: min(10vw,2.2em);
	line-height: 1.2em;
}
.contact-form {
	width: 100%;
	display: flex;
	flex-direction: column;
	row-gap: min(5vw,2em);
}
.contact-email {
	display: flex;
	flex-direction: column;
	row-gap: 1em;
}
.contact-email p {
	display: flex;
	flex-direction: column;
	row-gap: .2em;
}
.contact-email em {
	display: block;
}
.contact-email a {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0;
	transition: .3s ease;
}
.contact-email a:hover {
	transition: .3s ease;
	color: var(--red-color);
}
.page-contact_form {
	display: flex;
	flex-direction: column;
	row-gap: 1em;
}
.page-contact_note h3 {
    font-size: min(10vw,2.5em);
    line-height: 1.3em;
}
.page-contact_note .notice {
	color: var(--red-color);
}

.contact-summary {
	margin-block: .6em;
}
.contact-label {
	font-weight: bold;
    font-size: 1em;
    padding-block: .5em;
}
.contact-label p {
	display: flex;
	align-items: center;
}
.contact-label .must,
.contact-check .must {
	font-size: 80%;
	color: var(--red-color);
	margin-inline-start: .5em;
}
.contact-value select {
    width: 100%;
    font-size: 1.1em;
    background-color: var(--white-color);
    border: 1.5px solid var(--black-color);
    padding: 0.5em 1em;
    border-radius: 3px;
}
.contact-value input[type='text'],
.contact-value input[type='email'],
.contact-value input[type='tel'] {
	width: 100%;
	padding: .5em 1em;
	font-size: 1.1em;
	background-color: var(--white-color);
	border: 1.5px solid var(--black-color);
	border-radius: 3px;
}
.contact-value textarea {
	width: 100%;
	height: max(30vh,5em);
	padding: .8em 1em;
	font-size: 1.1em;
	background-color: var(--white-color);
	border: 1.5px solid var(--black-color);
	border-radius: 3px;
	resize: vertical;
}
.contact-check {
	padding-block: .8em;
	display: flex;
	align-items: center;
}
.contact-check input[type='checkbox'] {
	vertical-align: baseline;
	margin: .5em;
	padding: 0.5em;
	background-color: var(--white-color);
	border: 1.5px solid var(--black-color);
	appearance: none;
}
.contact-check input[type='checkbox']:checked {
	background-color: var(--red-color);
}
.contact-check a {
	color: var(--yellow-color);
}
.contact-check a:hover {
	text-decoration: underline;
	transition: .3s ease;
}
.contact-submit {
	padding-block: 2em 0;
	display: flex;
	justify-content: center;
}
.contact-submit .sending {
	width: calc(100% / 2);
	padding: 1em;
	font-size: 1em;
	color: var(--white-color);
	background-color: var(--black-color);
	border: none;
	border-radius: 10em;
	cursor: pointer;
}
.page-contact .figure {
	padding-block: min(5vw,3em) 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-contact .figure img {
	max-width: 200px;
	height: auto;
}
.contact-submit p {
    width: 100%;
    margin: auto;
    text-align: center;
}
::placeholder {
	opacity: .5;
}
.back-link {
	margin-block: 2em;
}
.back-link a {
	display: flex;
	align-items: center;
	font-family: canada-type-gibson, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	transition: .2s ease-in-out;
}
.back-link a:after {
	content: "\f138";
	position: relative;
	bottom: 2px;
	font-family: "Font Awesome 6 Pro";
	margin-inline-start: .3em;
	transition: .2s ease-in-out;
	transform: translateX(0);
}
.back-link a:hover:after {
	content: "\f138";
	font-family: "Font Awesome 6 Pro";
	margin-inline-start: .3em;
	display: inline-block;
	transition: .2s ease-in-out;
	transform: translateX(2px);
}



/* =============================
	page-policy
=============================== */
.page-contact {
	margin-bottom: min(10vw,5em);
}
.page-policy .page-title h2 {
	border-bottom: 1.5px solid var(--black-color);
}
.policy-content {
	padding-block: min(8vw,4em);
	overflow: hidden;
}
.policy-content p {
	margin-block: 0 1em;
}
.policy-content h3 {
	font-weight: bold;
    font-size: min(5vw,1.4em);
    margin-block: 1em 0;
    padding-block: 1em;
    letter-spacing: 1px;
}
.policy-content ol > li {
	margin-inline-start: 1.6em;
	list-style-position: outside;
}
.policy-content address {
	padding-block: 1em;
}
.policy-content address a {
	letter-spacing: 0;
	color: var(--water-color);
}
.policy-content .right {
	text-align: right;
}



/* =============================
	page-error
=============================== */
.page-error {
	margin-bottom: min(10vw,5em);
}
.page-error_note {
	padding-block: min(8vw,4em);
	border-top: 1.5px solid var(--black-color);
	display: flex;
	flex-direction: column;
	row-gap: 1em;
}
.page-error_note h3 {
    font-size: min(6vw,2.5em);
    line-height: 1.3em;
}


/* =============================
	page-outline
=============================== */
.page-outline {
	margin-bottom: min(10vw,5em);
	display: flex;
    flex-direction: column;
    row-gap: min(10vw,5em);
}
.page-outline .page-title h2 {
	border-bottom: 1.5px solid var(--black-color);
}
.page-outline .inner {
    display: flex;
    flex-direction: column;
    row-gap: min(6vw,3em);
}
.page-outline_note {
    display: flex;
    flex-direction: column;
    row-gap: 2em;
}
.page-outline_note h3 {
    font-size: min(6vw,2.5em);
    line-height: 1.3em;
}
.page-outline_note figure {
	overflow: hidden;
}
.page-outline_note figure img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	vertical-align: bottom;
}
.page-outline_note .notice {
	color: var(--red-color);
}

.page-outline_contents {
	display: flex;
	flex-direction: column;
	row-gap: min(6vw,3em);
}
.page-outline_guide {
	padding-inline: 3vw;
	display: flex;
	flex-direction: column;
	row-gap: min(5vw,2em);
}
.page-outline_item {
	position: relative;
	z-index: 5;
}
.page-outline_item a {
	position: relative;
	min-height: 18vh;
	padding-block: 2em;
	padding-inline: min(8vw,5em);
	display: flex;
	align-items: center;
	column-gap: min(6vw,3em);
	border: 1.5px solid var(--black-color);
	transition: .3s ease-out;
}
.page-outline_item a:after {
	content: "\f178";
	font-family: "Font Awesome 6 Pro";
	display: inline-block;
	position: absolute;
	right: 5vw;
	font-size: 2em;
	font-weight: 300;
	transform: translateX(0);
	transition: .3s ease-out;
}
.page-outline_item a:hover:after {
	transform: translateX(5px);
	transition: .3s ease-out;
}
.page-outline_item h3 {
	font-size: min(8vw,3.5em);
	font-family: canada-type-gibson, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1em;
}
.page-outline_guide .icon-guide:before {
	content: "\e5a0";
	font-weight: 400;
	font-size: 90%;
	font-family: "Font Awesome 6 Pro";
	margin-inline-end: .5em;
}
.page-outline_guide .icon-entry:before {
	content: "\f2bb";
	font-weight: 400;
	font-size: 90%;
	font-family: "Font Awesome 6 Pro";
	margin-inline-end: .5em;
}
.page-outline_guide .icon-judge:before {
	content: "\f0e3";
	font-weight: 400;
	font-size: 90%;
	font-family: "Font Awesome 6 Pro";
	margin-inline-end: .5em;
}
.page-outline_guide .icon-line:before {
	content: "\e1ee";
	font-weight: 900;
	font-size: 90%;
	font-family: "Font Awesome 6 Pro";
	margin-inline-end: .5em;
}
.page-outline_title {
	display: flex;
	flex-direction: column;
	row-gap: .5em;
}
.page-outline_title p {
	font-weight: 500;
	font-size: min(5vw,1.6em);
}

.page-outline_item:nth-child(4) a {
	pointer-events: none;
	opacity: 5%;
}
.page-outline_item .notice {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 10;
	font-size: 1.2em;
	font-weight: 500;
}


/* =============================
	page-outline-guide
=============================== */
.page-outline-guide {
	margin-bottom: min(10vw,5em);
	display: flex;
    flex-direction: column;
    row-gap: min(10vw,5em);
}
.page-outline-guide .page-title h2 {
	border-bottom: 1.5px solid var(--black-color);
}
.page-outline-guide .inner {
    display: flex;
    flex-direction: column;
    row-gap: min(7vw,4em);
}

.outline-guide_sign {
	display: flex;
	flex-direction: column;
	row-gap: 1em;
}
.outline-guide_sign .sign a {
	width: 100%;
	display: flex;
	align-items: center;
	gap: min(6vw,3em);
	padding: 2em;
	color: var(--white-color);
	background-color: var(--black-color);
	position: relative;
}
.outline-guide_sign .sign img {
	width: clamp(12em,15vw,25em);
}
.outline-guide_sign .sign em {
	font-size: min(5vw,2em);
	line-height: 1.4em;
}
.outline-guide_sign .sign a:after {
	content: "\f178";
	font-family: "Font Awesome 6 Pro";
	display: inline-block;
	position: absolute;
	right: 5vw;
	font-size: min(3vw,2em);
	font-weight: 300;
	color: var(--white-color);
	transform: translateX(0);
	transition: .3s ease-out;
}
.outline-guide_sign .sign a:hover:after {
	transform: translateX(5px);
	transition: .3s ease-out;
}
.outline-guide_sign small {
	text-align: center;
	display: block;
}

.outline-guide {
	display: flex;
    flex-direction: column;
    row-gap: min(6vw,3em);
}
.outline-guide h3 {
	font-size: min(5vw,2.2em);
	line-height: 1.4em;
	position: relative;
	display: flex;
	padding-inline-start: 1.3em;
	align-items: center;
}
.outline-guide h3:before {
    content: '';
    position: absolute;
    top: 45%;
    display: inline-block;
    width: 1em;
    height: 2px;
    background-color: var(--black-color);
}
.outline-guide h3:before {
    left: 0;
}

.outline-guide_item {
	display: grid;
	grid-template-columns: 110px 1fr;
	column-gap: min(6vw,3em);
	padding-bottom: min(6vw,3em);
	border-bottom: 1px solid var(--low-color);
}
.guide-icon {
	width: 110px;
}
.guide-note {
	width: 100%;
	display: flex;
	flex-direction: column;
	row-gap: min(5vw,2em);
}
.guide-note h4 {
	font-size: min(5vw,2em);
	line-height: 1.4em;
}
.guide-note .read {
	color: var(--red-color);
}

.guide-note_read {
	display: flex;
	flex-direction: column;
	row-gap: 2em;
}
.guide-note_entry {
	display: flex;
	column-gap: 2em;
	padding-bottom: 2em;
}
.guide-note_entry li {
	width: calc(100% / 2);
}
.guide-note_entry li a {
	min-height: 70px;
	font-size: 1.2em;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white-color);
	background-color: var(--black-color);
}
.guide-note_entry li em {
    font-weight: 600;
    font-size: 90%;
    text-transform: uppercase;
    margin-inline-end: .5em;
}

.guide-note_flow {
	display: flex;
	flex-direction: column;
	row-gap: min(5vw,3em);
}
.guide-note_flow .flow-item {
	display: flex;
	flex-direction: column;
	row-gap: min(5vw,2em);
}
.guide-note_flow .flow-value {
	padding: 1em 1.5em;
	background-color: var(--light-color);
	display: flex;
	align-items: center;
	font-size: 1.1em;
}
.guide-note_flow .flow-value em {
	font-family: canada-type-gibson, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
	font-size: 2em;
	margin-inline-end: .5em;
	position: relative;
	top: 3px;
}
.guide-note_flow .flow-item figure img {
	max-width: 100%;
	height: auto;
}
.guide-note a {
	font-weight: 600;
}


/* =============================
	page-outline-entry
=============================== */
.page-outline-entry {
	margin-bottom: min(10vw,5em);
	display: flex;
    flex-direction: column;
    row-gap: min(10vw,5em);
}
.page-outline-entry .page-title h2 {
	border-bottom: 1.5px solid var(--black-color);
}
.page-outline-entry .inner {
    display: flex;
    flex-direction: column;
    row-gap: min(7vw,4em);
}

.page-entry {
	display: flex;
    flex-direction: column;
    row-gap: min(6vw,3em);
}
.page-entry h3 {
	font-size: min(5vw,2.2em);
	line-height: 1.4em;
	position: relative;
	display: flex;
	padding-inline-start: 1.3em;
	align-items: center;
}
.page-entry h3:before {
    content: '';
    position: absolute;
    top: 45%;
    display: inline-block;
    width: 1em;
    height: 2px;
    background-color: var(--black-color);
}
.page-entry h3:before {
    left: 0;
}

.page-entry_content .entry-summary {
	padding: min(6vw,3em);
	border-left: 1.5px solid var(--black-color);
	border-right: 1.5px solid var(--black-color);
	border-bottom: 1.5px solid var(--black-color);
	display: flex;
	flex-direction: column;
	row-gap: min(5vw,2em);
}
.page-entry_content .entry-summary:first-child {
	border-top: 1.5px solid var(--black-color);
}
.page-entry_content .entry-item {
	display: flex;
	flex-direction: column;
	row-gap: .5em;
}
.page-entry_content .entry-item p {
	color: var(--red-color);
	font-weight: 600;
}
.page-entry_content .entry-item em {
	/*padding-inline-start: 1em;
	color: var(--silver-color);
	font-family: canada-type-gibson, sans-serif;
	text-transform: uppercase;*/
}
.page-entry_content .entry-item h4 {
	font-size: min(5vw,2em);
	line-height: 1.4em;
}
.page-entry_content .entry-item .name-blue {
	color: dodgerblue;
}
.page-entry_content .entry-item .name-red {
	color: crimson;
}
.page-entry_content .entry-value {
	display: flex;
	justify-content: space-between;
	gap: min(6vw,3em);
}
.page-entry_content .entry-thum {
	width: 30%;
}
.page-entry_content .entry-thum img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.page-entry_content .entry-note {
	width: calc(100% - 30%);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	row-gap: min(5vw,2em);
}
.page-entry_content .entry-note ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	row-gap: .3em;
}
.page-entry_content .entry-note li {
	line-height: 1.4em;
	font-size: 1.1em;
}
.page-entry_content .entry-note li:before {
	content: "\f00c";
	font-family: "Font Awesome 6 Pro";
	margin-inline-end: .3em;
	color: var(--red-color);
	font-weight: 600;
}
.page-entry_content .entry-note a {
	padding-block: min(4vw,1em);
	font-size: 1.2em;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white-color);
	background-color: var(--black-color);
	position: relative;
}
.page-entry_content .entry-note a:after {
	content: "\f178";
	font-family: "Font Awesome 6 Pro";
	display: inline-block;
	position: absolute;
	right: 3vw;
	font-weight: 300;
	color: var(--white-color);
	transform: translateX(0);
	transition: .3s ease-out;
}
.page-entry_content .entry-note a:hover:after {
	transform: translateX(5px);
	transition: .3s ease-out;
}


.page-entry_content .entry-note .soon {
	pointer-events: none;
	opacity: 10%;
}


/* =============================
	page-outline-notice
=============================== */
.page-outline-notice {
	margin-bottom: min(10vw,5em);
	display: flex;
    flex-direction: column;
    row-gap: min(10vw,5em);
}
.page-outline-notice .page-title h2 {
	border-bottom: 1.5px solid var(--black-color);
}
.page-outline-notice .inner {
    display: flex;
    flex-direction: column;
    row-gap: min(7vw,4em);
}

.page-notice {
	display: flex;
    flex-direction: column;
    row-gap: min(6vw,3em);
}
.page-notice h3 {
	font-size: min(5vw,2.2em);
	line-height: 1.4em;
	position: relative;
	display: flex;
	padding-inline-start: 1.3em;
	align-items: center;
}
.page-notice h3:before {
    content: '';
    position: absolute;
    top: 45%;
    display: inline-block;
    width: 1em;
    height: 2px;
    background-color: var(--black-color);
}
.page-notice h3:before {
    left: 0;
}

.page-notice_item {
	overflow: hidden;
}
.page-notice_title {
	padding-block: 1em;
	padding-inline-start: 1em;
	font-size: min(4vw,1.6em);
	line-height: 1.4em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1.5px solid var(--black-color);
	position: relative;
	cursor: pointer;
	background-color: var(--light-color);
}
.page-notice_title:after {
    content: "\e59e";
    font-family: "Font Awesome 6 Pro";
    margin-inline-end: 1em;
    font-size: 1em;
    transition: .3s ease-out;
}
.page-notice_item:first-child .page-notice_title {
	border-top: 1.5px solid var(--black-color);
}
.page-notice_title.open:after {
	transform: rotate(-45deg);
	transition: .3s ease-out;
}
.page-notice_note {
	display: none;
	padding-block: min(5vw,2em);
	border-bottom: 1.5px solid var(--black-color);
}
.page-notice_value {
	display: flex;
	flex-direction: column;
	row-gap: min(5vw,2em);
	margin-bottom: min(5vw,2em);
}
.page-notice_value label {
	color: var(--red-color);
	font-size: min(4vw,1.3em);
	font-weight: 600;
}
.page-notice_value label:before {
	content: "《";
}
.page-notice_value label:after {
	content: "》";
}
.page-notice_value h5 {
	font-size: min(5vw,1.4em);
	line-height: 1.4em;
	padding-block: .5em;
	background-color: var(--light-color);
	display: flex;
	align-items: center;
	padding-inline-start: 1em;
}
.page-notice_value .cam:before {
	content: "\f030";
	font-family: "Font Awesome 6 Pro";
	font-weight: 600;
	margin-inline-end: .5em;
}
.page-notice_value .none:before {
	content: "\e1b7";
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	margin-inline-end: .5em;
}
.page-notice_value dl {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: min(5vw,1em);
}
.page-notice_value dt {
	font-size: 90%;
	text-align: center;
}
.page-notice_image {
	flex: 1;
	display: flex;
	flex-direction: column;
	row-gap: .5em;
}
.page-notice_image dd {
	width: 100%;
	aspect-ratio: 3 / 4;
	display: flex;
	align-items: center;
	background-color: var(--light-color);
	overflow: hidden;
}
.page-notice_image img {
	width: 100%;
	height: auto;
}
.page-notice_reason {
	display: flex;
	flex-direction: column;
	row-gap: 1em;
}
.page-notice_reason strong {
	font-weight: 600;
	font-size: 1.1em;
}
.page-notice_reason li:before {
	content: "\f00c";
	font-family: "Font Awesome 6 Pro";
	font-weight: 600;
	margin-inline-end: .5em;
	color: var(--red-color);
}
.page-notice_value .mail-link a {
	display: flex;
	align-items: center;
	font-weight: 600;
	transition: .2s ease-in-out;
}
.page-notice_value .mail-link a:after {
	content: "\f138";
	font-family: "Font Awesome 6 Pro";
	margin-inline-start: .3em;
	transition: .2s ease-in-out;
	transform: translateX(0);
}
.page-notice_value .mail-link a:hover:after {
	content: "\f138";
	font-family: "Font Awesome 6 Pro";
	margin-inline-start: .3em;
	display: inline-block;
	transition: .2s ease-in-out;
	transform: translateX(2px);
}

.page-notice_title {
    background-image: linear-gradient(
        -45deg,
        transparent,
        transparent 25%,
        transparent 26%,
        transparent 50%,
        transparent 51%,
        transparent 75%,
        transparent 76%,
        transparent 100%
    );
    background-size: 8px 8px;
}
.page-notice_title:hover {
    background-image: linear-gradient(
        -45deg,
        transparent,
        transparent 25%,
        var(--white-color) 26%,
        var(--white-color) 50%,
        transparent 51%,
        transparent 75%,
        var(--white-color) 76%,
        var(--white-color) 100%
    );
    background-size: 8px 8px;
    animation: anim 25s linear infinite;
}



/* =============================
	page-outline-judge
=============================== */
.page-outline-judge {
	margin-bottom: min(10vw,5em);
	display: flex;
    flex-direction: column;
    row-gap: min(10vw,5em);
}
.page-outline-judge .page-title h2 {
	border-bottom: 1.5px solid var(--black-color);
}
.page-outline-judge .inner {
    display: flex;
    flex-direction: column;
    row-gap: min(7vw,4em);
}
.page-judge_guest {
	display: flex;
	flex-direction: column;
	row-gap: min(8vw,5em);
}
.page-judge_summary {
	display: flex;
	flex-direction: column;
	row-gap: min(6vw,3em);
}
.page-judge_summary h3 {
	font-size: min(5vw,2.2em);
	line-height: 1.4em;
	position: relative;
	display: flex;
	padding-inline-start: 1.3em;
	align-items: center;
}
.page-judge_summary h3:before {
    content: '';
    position: absolute;
    top: 45%;
    display: inline-block;
    width: 1em;
    height: 2px;
    background-color: var(--black-color);
}
.page-judge_summary h3:before {
    left: 0;
}

.page-judge_item {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: min(5vw,1em);
}
.page-judge_value {
	display: flex;
	flex-direction: column;
	row-gap: .5em;
}
.page-judge_value .judge-thum img {
	width: 100%;
	aspect-ratio: 3 / 6;
	object-fit: cover;
}
.page-judge_value .judge-meta {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: .1em;
}
.page-judge_value .judge-salon {
	font-size: 80%;
	letter-spacing: 0;
}
.page-judge_value .judge-name {
	font-weight: 600;
	letter-spacing: 0;
}

.page-guest,
.page-guest_summary {
	display: flex;
	flex-direction: column;
	row-gap: min(8vw,3em);
}
.page-guest_summary h3 {
	font-size: min(5vw,2.2em);
	line-height: 1.4em;
	position: relative;
	display: flex;
	padding-inline-start: 1.3em;
	align-items: center;
}
.page-guest_summary h3:before {
    content: '';
    position: absolute;
    top: 45%;
    display: inline-block;
    width: 1em;
    height: 2px;
    background-color: var(--black-color);
}
.page-guest_summary h3:before {
    left: 0;
}
.page-guest_item {
	display: flex;
	flex-direction: column;
	row-gap: min(10vw,5em);
}
.page-guest_profile {
	display: flex;
	column-gap: min(6vw,3em);
}
.page-guest_photo {
	width: 35%;
	max-width: 300px;
}
.page-guest_photo img {
	width: 100%;
	height: auto;
}
.page-guest_meta {
	display: flex;
	flex-direction: column;
	row-gap: 1.5em;
}
.page-guest_name {
	width: calc(100% - 35%);
	display: flex;
	flex-direction: column;
	row-gap: min(5vw,3em);
}
.page-guest_name em {
	font-size: 90%;
}
.page-guest_name strong {
	font-size: min(8vw,3em);
	font-weight: 600;
}
.page-guest_photo .cap {
	font-size: 90%;
	display: block;
}



