@charset "UTF-8";

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

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

/* =============================
	cover
=============================== */
.cover {
    width: 100%;
    height: calc(100vh - 130px);
    position: relative;
    overflow: hidden;
    padding-block: 5vw 0;
    z-index: 1;
}
.cover-mask {
	position: relative;
	overflow: hidden;
    width: 100%;
    height: 100%;
    margin: auto;
    transition: .3s ease-out;
}
.cover-mask video {
    position: absolute;
    top: 50%;
    left: 50%;
    filter: brightness(.8);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}
.cover-mask .end {
	background: url(../images/mask/cover.svg);
	background-repeat: no-repeat;
	background-position: center;
	mask-image: url(../images/mask/cover.svg);
	-webkit-mask-image: url(../images/mask/cover.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	transition: .3s ease-out;
}

/* =============================
	news
=============================== */
.news-content {
	height: 130px;
	display: flex;
	column-gap: min(2vw,2em);
}

@media not all and (min-resolution:.001dpcm) {
  @supports (not (translate: none)) {
    .news-content {
    	margin-bottom: 5em;
	}
  }
}

.news-ticker p {
	width: min(15vw,100px);
	margin-block: 1.5em;
	display: flex;
	align-items: center;
	font-family: canada-type-gibson, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	border-right: 1.5px solid var(--black-color);
}
.news-ticker .swiper {
	width: calc(100% - 100px);
}
.news-ticker .swiper-slide {
	display: flex;
	align-items: center;
	column-gap: 1rem;
}
.news-ticker .swiper-slide time {
	width: 100px;
	letter-spacing: 0;
}
.news-ticker a {
	width: calc(100% - 100px);
}
.news-ticker a:hover {
	transition: .3s ease;
	text-decoration: underline;
}

/* =============================
	about
=============================== */
@media not all and (min-resolution:.001dpcm) {
  @supports (not (translate: none)) {
    .about {
    	margin-bottom: 10em;
	}
  }
}
.about-content {
	display: flex;
	align-items: center;
	column-gap: min(5vw,5em);
}
.about-thum {
	width: 40%;
}
.about-thum img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	vertical-align: bottom;
}
.about-note {
	width: calc(100% - 40%);
	display: flex;
	flex-direction: column;
	row-gap: 2em;
}
.about-note h2 {
	font-size: min(10vw,3.5em);
	font-family: canada-type-gibson, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1em;
}
.about-item {
	display: flex;
	flex-direction: column;
	row-gap: 1.5em;
}
.about-item h3 {
	font-size: min(5vw,2.2em);
	line-height: 1.3em;
}

/* =============================
	outline
=============================== */
@media not all and (min-resolution:.001dpcm) {
  @supports (not (translate: none)) {
    .outline {
    	margin-bottom: 10em;
	}
  }
}
.outline-content {
	display: flex;
	align-items: center;
	column-gap: min(5vw,5em);
}
.outline-thum {
	width: 60%;
	order: 2;
}
.outline-thum {
	display: flex;
	justify-content: space-between;
	column-gap: 2em;
}
.outline-thum p {
	flex: 1;
}
.outline-thum p em {
	padding-block: 1rem;
	display: block;
	font-weight: 600;
	font-size: 90%;
	text-transform: uppercase;
	letter-spacing: 0;
}
.outline-thum p:last-child {
	position: relative;
	top: -2em;
}
.outline-thum img {
	width: 100%;
	aspect-ratio: 3 / 5;
	object-fit: cover;
	vertical-align: bottom;
}
.outline-note {
	width: calc(100% - 60%);
	display: flex;
	flex-direction: column;
	row-gap: 2em;
	order: 1;
}
.outline-note h2 {
	font-size: min(10vw,3.5em);
	font-family: canada-type-gibson, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1em;
}
.outline-item {
	display: flex;
	flex-direction: column;
	row-gap: 1.5em;
}
.outline-item h3 {
	font-size: min(5vw,2.2em);
	line-height: 1.3em;
}

/* =============================
	schedule
=============================== */
@media not all and (min-resolution:.001dpcm) {
  @supports (not (translate: none)) {
    .schedule {
    	margin-bottom: 10em;
	}
  }
}
.schedule-content {
	display: flex;
	align-items: flex-start;
	column-gap: min(3vw,5em);
}
.schedule-note {
	width: calc(100% - 60%);
	position: sticky;
	top: 20vw;
	display: flex;
	flex-direction: column;
	row-gap: 2em;
}
.schedule-summary {
	width: 60%;
	display: flex;
	flex-direction: column;
	row-gap: 3em;
}
.schedule-note h2 {
	font-size: min(10vw,3.5em);
	font-family: canada-type-gibson, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1em;
}
.schedule-item {
	display: flex;
	flex-direction: column;
	row-gap: min(5vw,1.5em);
}
.schedule-item h3 {
	font-size: min(5vw,2.2em);
	line-height: 1.2em;
}
.schedule-item h4 {
	font-size: min(5vw,1.8em);
	line-height: 1.2em;
	position: relative;
	display: inline-block;
    padding-inline-start: 1.3em;
}
.schedule-item h4:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 1em;
    height: 2px;
    background-color: var(--black-color);
}
.schedule-item h4:before {
    left: 0;
}
.schedule-date {
	display: flex;
	flex-direction: column;
	row-gap: 2em;
}
.schedule-cate {
	max-width: 200px;
	padding: .2em 1em;
	text-align: center;
	border: 1.5px solid var(--black-color);
}
.schedule-value {
	display: flex;
	position: relative;
}
.schedule-value em {
	position: absolute;
	top: -1.5em;
	font-size: 1em;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	margin-block: 0 1rem;
}
.schedule-value strong {
	font-size: min(8vh,3.2em);
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	line-height: 1em;
}
.schedule-start,
.schedule-end {
	display: flex;
	align-items: center;
}
.schedule-start:after {
	content: "━";
	padding-inline: 1em;
}
.schedule-date .schedule-start:last-child:after {
	content: none;
}

.schedule-value span {
	margin-inline: min(1vw,1rem);
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid var(--black-color);
	border-radius: 100px;
	font-size: min(3vw,1em);
}
.schedule-value time {
	font-size: 1em;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	line-height: 1em;
	letter-spacing: 0;
}



.schedule-pdf {
	margin-block: 0 min(6vw,3em);
	display: flex;
	flex-direction: column;
	row-gap: 1em;
	text-align: center;
}
.schedule-pdf a {
	padding-block: 1em;
	font-size: 1.1em;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white-color);
}
.schedule-pdf .link-pdf {
	background-color: var(--red-color);
}
.schedule-pdf .link-pdf a:before {
	content: "\f019";
	font-size: 1.6em;
	font-family: "Font Awesome 6 Pro";
	margin-inline-end: 1em;
}







/* =============================
	award
=============================== */
@media not all and (min-resolution:.001dpcm) {
  @supports (not (translate: none)) {
    .award {
    	margin-bottom: 10em;
	}
  }
}
.award-content {
	display: flex;
	align-items: center;
	column-gap: min(5vw,5em);
}
.award-thum {
	width: calc(100% - 60%);
}
.award-thum img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	vertical-align: bottom;
}
.award-note {
	width: 60%;
	display: flex;
	flex-direction: column;
	row-gap: 2em;
}
.award-note h2 {
	font-size: min(10vw,3.5em);
	font-family: canada-type-gibson, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1em;
}
.award-item {
	display: flex;
	flex-direction: column;
	row-gap: 1em;
}
.award-item h3 {
	font-size: min(10vw,2.5em);
	line-height: 1.2em;
}
.award-item p {
	font-family: canada-type-gibson, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.award-archive {
	display: flex;
	flex-wrap: wrap;
	row-gap: 1em;
}
.award-archive li {
	width: calc(100% / 4);
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}
.award-archive a {
	font-size: min(6vw,2.6em);
	position: relative;
}
.award-archive a::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--black-color);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .5s;
}
.award-archive a:hover::after {
  transform: scale(1, 1);
  position: absolute;
  top: 50%;
  left: 0;
}

/* =============================
	contents
=============================== */
@media not all and (min-resolution:.001dpcm) {
  @supports (not (translate: none)) {
    .contents {
    	margin: 10em 0;
	}
  }
}
.contents .inner {
	display: flex;
	flex-direction: column;
	row-gap: 2em;
}
.contents-title {
	text-align: center;
}
.contents-title h2 {
	font-size: min(8vw,3em);
	font-family: canada-type-gibson, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1em;
}
.contents-summary {
	display: grid;
	grid-template-columns: repeat(3, auto);
	border-top: solid 1.5px var(--black-color);
	border-left: solid 1.5px var(--black-color);
}
.contents-item {
	display: contents;
}
.contents-item img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	transform: scale(1);
	vertical-align: bottom;
	transition: .3s ease;
}
.contents-item:hover img {
	transform: scale(.95);
	transition: .3s ease;
}
.contents-item a {
	display: flex;
	flex-direction: column;
	row-gap: 1em;
	color: var(--black-color);
	padding-block: min(5vw,2em);
	padding-inline: min(5vw,2.5em);
	border-right: solid 1.5px var(--black-color);
	border-bottom: solid 1.5px var(--black-color);
	transition: .3s ease;
	position: relative;
}
.contents-item a:hover {
	color: var(--white-color);
	transition: .3s ease;
}
.contents-item h3 {
	font-size: min(5vw,1.8em);
	font-family: canada-type-gibson, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}
.contents-item h3 em {
	font-size: .6em;
}
.contents-item h3 em:before {
	content: "\f360";
	font-family: "Font Awesome 6 Pro";
	margin-inline-end: 1rem;
}

.contents-item p {
	font-size: 80%;
	text-align: center;
	white-space: pre-wrap;
	line-height: 1.4em;
}
.contents-item a {
  overflow: hidden;
}
.contents-item a::before {
  position: absolute;
  top: 0;
  left: -5%;
  z-index: -1;
  content: '';
  width: 110%;
  height: 180%;
  background-color: var(--black-color);
  transform-origin: left bottom;
  transform: skewY(0deg) scale(1, 0);
  transition: transform 1s;
}
.contents-item a:hover::before {
  transform-origin: left top;
  transform: skewY(-5deg) scale(1, 1);
}

