@charset "utf-8";



/*****************************/
/********** Content **********/
/*****************************/

.content {
  clear: both;
  margin: auto;
  padding: 50px;
  width: 100%;
  max-width: 1380px;
}
@media screen and ( max-width: 1024px ) {
  .content {
    padding: 40px;
  }
}
@media screen and ( max-width: 768px ) {
  .content {
    padding: 30px;
  }
}
@media screen and ( max-width: 480px ) {
  .content {
    padding: 20px;
  }
}



/*******************************/
/********** Mainimage **********/
/*******************************/

.mainimage {
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background-color: rgba(128, 128, 128, 0.04);
  display: grid;
  grid-template-rows: 50% 50%;
  width: 100vw;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: clip;
}
.mainimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.bottom-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.top-section .parts01 {
  position: absolute;
  top: 4%;
  left: 5%;
  width: 45vw;
  height: auto;
  z-index: 3000;
  animation-delay: 200ms;
  animation-name: parts01;
  animation-duration: 2.0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  opacity: 0;
}
@keyframes parts01 {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.top-section .parts02 {
  position: absolute;
  top: 6%;
  left:  -3%;
  width: 60vw;
  height: auto;
  z-index: 2000;
  animation-delay: 600ms;
  animation-name: parts02;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  opacity: 0;
}
@keyframes parts02 {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
.top-section .parts03 {
  position: absolute;
  top: -3%;
  right: -5%;
  width: 56vw;
  height: auto;
  z-index: 1000;
  animation-delay: 1200ms;
  animation-name: parts03;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  opacity: 0;
}
@keyframes parts03 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.bottom-section .parts04 {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 53vw;
  height: auto;
  z-index: 4000;
  animation-delay: 1600ms;
  animation-name: parts02;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  opacity: 0;
}
@keyframes parts04 {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
.bottom-section .parts05 {
  position: absolute;
  top: 26%;
  right: -5%;
  width: 53vw;
  height: auto;
  z-index: 5000;
  animation-delay: 2000ms;
  animation-name: parts05;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  opacity: 0;
}
@keyframes parts05 {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}



/***************************/
/********** About **********/
/***************************/

.section-about {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background-image: url("../images/image01.webp");
  background-repeat: no-repeat;
  background-position: left -160px top 80px;
  background-size: 480px auto;
}
.section-about h2 {
  margin: 30px 0;
  padding: 0;
  color: #070707;
  font-size: 8.0rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 140%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.section-about h2 .label {
  padding: 2px 20px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 140%;
  color: #FFFFFF;
  background-color: #070707;
}
.section-about p {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 180%;
  color: #070707;
  text-align: center;
}
@media screen and ( max-width: 1280px ) {
  .section-about {
    background-size: 40vw auto;
  }
  .section-about h2 {
    font-size: 7.0rem;
  }
  .section-about h2 .label {
    font-size: 2.0rem;
  }
}
@media screen and ( max-width: 1024px ) {
  .section-about {
    background-size: 50vw auto;
  }
  .section-about h2 {
    font-size: 5.6rem;
  }
  .section-about h2 .label {
    font-size: 1.8rem;
  }
}
@media screen and ( max-width: 768px ) {
  .section-about {
    background-size: 60vw auto;
  }
  .section-about h2 {
    font-size: 4.0rem;
    letter-spacing: 0.1rem;
  }
  .section-about h2 .label {
    font-size: 1.6rem;
    letter-spacing: 0.04rem;
  }
  .section-about p {
    font-size: 1.6rem;
    line-height: 160%;
    text-align: left;
  }
}
@media screen and ( max-width: 480px ) {
  .section-about {
    background-size: 70vw auto;
  }
  .section-about h2 {
    font-size: 3.0rem;
  }
  .section-about h2 .label {
    font-size: 1.4rem;
  }
}



/****************************/
/********** Events **********/
/****************************/

.section-events {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background-image: url("../images/image02.webp"),
                    url("../images/image03.webp");
  background-repeat: no-repeat;
  background-position: right -40px top,
                       left -80px bottom;
  background-size: 420px auto,
                   560px auto;
}
.section-events h3 {
  margin: 0;
  padding: 0;
  color: #070707;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 100%;
  display: flex;
  gap: 10px 20px;
}
.section-events h3 .translation {
  margin: auto auto 0 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 100%;
}
.section-events article {
  margin: 60px auto;
  padding: 60px;
  color: #070707;
  background-color: rgba(255, 255, 255, 0.6);
  border-top: 3px solid #070707;
  display: flex;
  gap: 30px 60px;
}
.section-events article:first-of-type {
  margin-top: 30px;
}
.section-events article .thumbnail {
  margin: auto;
  flex-shrink: 0;
  width: 100%;
  max-width: 250px;
  height: auto;
}
.section-events article .event-details {
  width: 100%;
}
.section-events article h4 {
  margin: 0;
  padding: 0;
  color: #070707;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 140%;
}
.section-events article ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-events article ul li {
  margin: 5px 0;
  padding: 0;
  font-size: 1.6rem;
}
.section-events article ul li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f00c";
  margin: 0 6px 0 0;
  font-size: 1.2rem;
  font-weight: 900;
  color: #070707;
}
.section-events article .button a {
  width: calc(100% / 2 - 10px);
}
.section-events article .registration:before {
  font-family: "Font Awesome 6 Free";
  content: "\f15b";
  margin: 0 6px;
  font-size: 2.0rem;
  font-weight: 400;
  color: #070707;
  display: inline-block;
  position: absolute;
  left: 15px;
}
.section-events article .poster:before {
  font-family: "Font Awesome 6 Free";
  content: "\f1c1";
  margin: 0 6px;
  font-size: 2.0rem;
  font-weight: 400;
  color: #070707;
  display: inline-block;
  position: absolute;
  left: 15px;
}
@media print, screen and ( max-width: 1280px ) {
  .section-events {
    background-size: 40vw auto;
  }
}
@media print, screen and ( max-width: 1024px ) {
  .section-events {
    background-size: 50vw auto;
  }
  .section-events article {
    margin: 30px auto;
    padding: 30px;
    flex-direction: column;
  }
  .section-events article .button a {
    width: 100%;
  }
}
@media screen and ( max-width: 768px ) {
  .section-events {
    background-size: 60vw auto;
  }
  .section-events h3 {
    flex-direction: column;
    align-items: center;
    font-size: 3.8rem;
    letter-spacing: 0.1rem;
  }
  .section-events h3 .translation {
    margin: auto;
    font-size: 1.6rem;
    letter-spacing: 0.04rem;
  }
  .section-events h4 {
    font-size: 2.4rem;
  }
  .section-events article .registration:before,
  .section-events article .poster:before {
    font-size: 1.6rem;
  }
}
@media screen and ( max-width: 480px ) {
  .section-events {
    background-size: 70vw auto;
  }
  .section-events article {
    padding: 20px;
  }
  .section-events article .registration:before,
  .section-events article .poster:before {
    left: 10px;
  }
}



/*********************************/
/********** Information **********/
/*********************************/

.section-information {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  background-image: url("../images/image04.webp");
  background-repeat: no-repeat;
  background-position: right 40px bottom;
  background-size: 460px auto;
}
.section-information h3 {
  margin: 0;
  padding: 0;
  color: #070707;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  line-height: 100%;
  display: flex;
  gap: 10px 20px;
}
.section-information h3 .translation {
  margin: auto auto 0 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 100%;
}
.section-information .listing {
  margin: 30px auto;
  padding: 60px;
  color: #070707;
  background-color: rgba(255, 255, 255, 0.6);
}
.section-information dl:nth-child(n+6) {
  display: none;
}
.section-information dl {
  margin: 0;
  padding: 20px 0;
  width: 100%;
  display: flex;
  gap: 10px 40px;
  color: #070707;
  border-bottom: 1px solid #939393;
}
.section-information dl dt {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 180%;
  white-space: nowrap;
  color: #070707;
  display: flex;
  align-items: center;
  gap: 0 40px;
}
.section-information dl dt .category {
  margin: auto;
  padding: 8px 40px;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 100%;
  color: #FFFFFF;
  background-color: #070707;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-information dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 180%;
  color: #070707;
}
@media print, screen and ( max-width: 1280px ) {
  .section-information {
    background-size: 40vw auto;
  }
}
@media print, screen and ( max-width: 1024px ) {
  .section-information {
    background-size: 50vw auto;
  }
  .section-information .listing {
    padding: 30px;
  }
  .section-information dl {
    flex-direction: column;
  }
  .section-information dl dt .category {
    margin: auto 0 auto auto;
  }
}
@media screen and ( max-width: 768px ) {
  .section-information {
    background-size: 60vw auto;
  }
  .section-information h3 {
    flex-direction: column;
    align-items: center;
    font-size: 3.8rem;
    letter-spacing: 0.1rem;
  }
  .section-information h3 .translation {
    margin: auto;
    font-size: 1.6rem;
    letter-spacing: 0.04rem;
  }
  .section-information dl {
    padding: 15px 0;
  }
  .section-information dl dt {
    font-size: 1.6rem;
    line-height: 160%;
  }
  .section-information dl dt .category {
    padding: 6px 30px;
    font-size: 1.2rem;
  }
  .section-information dl dd {
    font-size: 1.6rem;
    letter-spacing: 0.04rem;
    line-height: 160%;
  }
}
@media screen and ( max-width: 480px ) {
  .section-information {
    background-size: 70vw auto;
  }
  .section-information .listing {
    padding: 20px;
  }
  .section-information dl dt .category {
    padding: 5px 25px;
    font-size: 1.1rem;
  }
}