/*==============================
        content
==============================*/
#pagetitle {
  position: relative;
  padding: 300px 0 0;
}
#pagetitle .title {
  width: calc(100% - 160px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
  will-change: transform;
}
#pagetitle .img {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
#pagetitle .img picture {
  display: block;
  width: 100%;
  height: 36vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transform-origin: top center;
  will-change: transform;
}
#pagetitle .img picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
  will-change: filter;
}
#pagetitle h1,
#pagetitle .h1 {
  font-size: 7.2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: start;
  grid-column-gap: 0.2em;
  grid-row-gap: 0.2em;
  will-change: transform;
}
#pagetitle h1:not(:has(.num))::after,
#pagetitle .h1:not(:has(.num))::after {
  content: none;
}
#pagetitle h1::after,
#pagetitle .h1::after {
  content: "-";
}
#pagetitle h1 .num,
#pagetitle .h1 .num {
  font: inherit;
  color: var(--color_main);
  order: 1;
  will-change: transform;
}
#pagetitle h1 .txt,
#pagetitle .h1 .txt {
  font-size: 1.6rem;
  grid-area: 2/1/3/4;
  letter-spacing: 0.01em;
  will-change: transform;
}
#pagetitle .ttl {
  font-size: 2.2rem;
  line-height: 1.5;
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: start;
  align-items: center;
  grid-column-gap: 2em;
  margin: 1.5em 0 2em;
  letter-spacing: 0.05em;
  will-change: transform;
}
#pagetitle .ttl span {
  will-change: transform;
}
#pagetitle .ttl .font_en {
  font-size: 2rem;
  color: var(--color_sub);
  font-weight: 400;
}
#pagetitle .cpy {
  color: #FFFFFF;
  font-size: 4.8rem;
  line-height: 1.5;
  position: absolute;
  width: calc(100vw - 100px);
  letter-spacing: 0.05em;
  bottom: -8vh;
  transform: translateY(100%);
  left: 0;
  will-change: transform;
}
#pagetitle .cpy::before {
  content: "";
  display: block;
  width: 2.2em;
  height: 1px;
  background-color: #FFFFFF;
  margin-bottom: 0.5em;
}
#pagetitle dl {
  position: absolute;
  width: calc(100vw - 100px);
  letter-spacing: 0.05em;
  bottom: -1.5vh;
  transform: translateY(100%);
  left: 0;
  letter-spacing: 0.01em;
  font-size: 4.2rem;
  display: grid;
  grid-row-gap: 0.5em;
  justify-items: start;
  pointer-events: none;
  will-change: transform;
}
#pagetitle dl dt {
  color: #FFFFFF;
  font-weight: 400;
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  justify-content: start;
  grid-column-gap: 1em;
}
#pagetitle dl dt .font_en {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}
#pagetitle dl dd:first-child {
  font-size: 2.2rem;
  font-weight: 400;
  color: var(--color_main);
  background-color: #FFFFFF;
  line-height: 1;
  display: grid;
  align-items: center;
  justify-content: center;
  height: 1.8em;
  padding: 0.2em 0.66em;
}
#pagetitle dl dd.year {
  font-size: 1.8rem;
  color: #FFFFFF;
}

section .wrap {
  padding-top: 180px;
}
section .wrap .contents {
  max-width: 1600px;
}
section .wrap .contents h2 {
  display: grid;
  grid-template-columns: 1fr 3.5em;
  font-size: 2rem;
  letter-spacing: 0.1em;
  grid-row-gap: 1em;
  font-weight: 500;
  margin-bottom: 3em;
}
section .wrap .contents h2 .font_en {
  font-size: 8.2rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: var(--color_main);
}
section .wrap .contents h2 .font_num {
  font-size: 1.6rem;
  line-height: 1;
  font-family: barlow-condensed, sans-serif;
  font-weight: 400;
  grid-area: 1/2/2/3;
  color: var(--color_main);
  border-top: 1px solid var(--color_main);
  padding-top: 0.8em;
  text-align: right;
}

/**bottom_menu**/
#bottom_menu .wrap {
  padding: 300px 0;
}
#bottom_menu .wrap .contents h2 {
  display: block;
  font-size: 8.8rem;
  text-align: center;
  margin-bottom: 1.5em;
  letter-spacing: 0.02em;
  color: var(--color_def);
}
#bottom_menu .wrap .contents ul {
  max-width: 1260px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 8%;
}
#bottom_menu .wrap .contents ul li a {
  font-size: min(2.2vw, 2.8rem);
  border-bottom: 1px solid var(--color_def);
  display: grid;
  grid-template-columns: 1fr 0.66em;
  padding-bottom: 1em;
}
#bottom_menu .wrap .contents ul li a .txt {
  letter-spacing: 0.01em;
  display: grid;
  grid-row-gap: 0.33em;
  line-height: 1.5;
}
#bottom_menu .wrap .contents ul li a .txt .font_en {
  font-size: 2rem;
  color: var(--color_sub);
  font-weight: 400;
}
#bottom_menu .wrap .contents ul li a img {
  transform: translateY(0.2em);
}
#bottom_menu .wrap .contents ul li.current a {
  pointer-events: none;
  opacity: 0.5;
}
#bottom_menu .wrap .contents ul li.current a img {
  opacity: 0;
}
#bottom_menu .wrap .contents ul.column3 {
  max-width: 1550px;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 6%;
}
#bottom_menu .wrap .contents ul.column3 li a {
  font-size: min(2vw, 2.8rem);
}

main section {
  transition: 1s;
  opacity: 0;
  transform: translateY(50px);
}
main section.show {
  opacity: 1;
  transform: translateY(0);
}
@media (hover: hover) {
  /**bottom_menu**/
  #bottom_menu .wrap .contents ul li a {
    transition: 0.3s;
  }
  #bottom_menu .wrap .contents ul li a img {
    transition: 0.3s;
  }
  #bottom_menu .wrap .contents ul li a:hover {
    opacity: 0.66;
  }
  #bottom_menu .wrap .contents ul li a:hover img {
    transform: translate(0.2em, -0.1em);
  }
}
@media screen and (max-width: 1500px) {
  #pagetitle .title {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1200px) {
  #pagetitle .title {
    width: calc(100% - 60px);
  }
  #bottom_menu .wrap .contents h2 {
    font-size: 6.8rem;
  }
}
@media screen and (max-width: 1024px) {
  #pagetitle {
    padding: 200px 0 0;
  }
  #pagetitle .title {
    width: calc(100% - 40px);
  }
  #pagetitle h1,
  #pagetitle .h1 {
    font-size: 6rem;
  }
  #pagetitle .ttl {
    font-size: 2rem;
  }
  #pagetitle .ttl .font_en {
    font-size: 1.8rem;
  }
  #pagetitle .cpy {
    font-size: 4rem;
  }
  section .wrap {
    padding-top: 120px;
  }
  section .wrap .contents h2 .font_en {
    font-size: 6rem;
  }
  #bottom_menu .wrap {
    padding: 200px 0;
  }
  #bottom_menu .wrap .contents h2 {
    font-size: 5.8rem;
  }
}
@media screen and (max-width: 768px) {
  /*==============================
  		content
  ==============================*/
  #pagetitle .img picture {
    height: 115vw;
  }
  #pagetitle h1,
  #pagetitle .h1 {
    font-size: 4.6rem;
  }
  #pagetitle .ttl {
    font-size: 1.8rem;
    grid-template-columns: 1fr;
    grid-row-gap: 0.2em;
    padding-top: 0.1em;
  }
  #pagetitle .ttl .font_en {
    font-size: 1.6rem;
  }
  #pagetitle .cpy {
    font-size: 3.2rem;
    width: calc(100vw - 40px);
    bottom: -5vh;
  }
  #pagetitle dl {
    bottom: -1.5vh;
    font-size: 3.2rem;
    grid-row-gap: 0.75em;
  }
  #pagetitle dl dt {
    color: #FFFFFF;
    font-weight: 400;
    grid-template-columns: 1fr;
    grid-row-gap: 0.2em;
    padding-top: 0.1em;
  }
  #pagetitle dl dt .font_en {
    font-size: 1.6rem;
  }
  #pagetitle dl dd:first-child {
    font-size: 1.6rem;
  }
  #pagetitle dl dd.year {
    font-size: 1.8rem;
  }
  section .wrap {
    padding-top: 90px;
  }
  section .wrap .contents h2 {
    font-size: 1.8rem;
    grid-template-columns: 1fr;
    margin-bottom: 2em;
  }
  section .wrap .contents h2 .font_en {
    font-size: 4.6rem;
  }
  section .wrap .contents h2 .font_num {
    font-size: 1.6rem;
    width: 3em;
    grid-area: unset;
    justify-self: end;
  }
  /**bottom_menu**/
  #bottom_menu .wrap {
    padding: 120px 0;
  }
  #bottom_menu .wrap .contents h2 {
    font-size: 4.2rem;
    margin-bottom: 1.5em;
  }
  #bottom_menu .wrap .contents ul {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
  #bottom_menu .wrap .contents ul li a {
    font-size: 2rem;
    padding-bottom: 1.5em;
  }
  #bottom_menu .wrap .contents ul li a .font_en {
    font-size: 1.3rem;
  }
  #bottom_menu .wrap .contents ul.column3 {
    grid-template-columns: 1fr;
  }
  #bottom_menu .wrap .contents ul.column3 li a {
    font-size: 2rem;
  }
  #bottom_menu .wrap .contents ul.column3 li a .font_en {
    font-size: 1.3rem;
  }
}