@charset "UTF-8";
body,
html {
  font-size: 10px;
}
.anchor,
figure,
nav {
  display: block;
}
a,
body {
  color: #000;
}
.footer__menu a,
a:hover {
  text-decoration: none;
}
#Report,
.footer__menu {
  text-align: left;
}
#Report .dance__ttl,
#Report .lead h2 {
  -webkit-font-feature-settings: 'palt';
}
#Report .dance__ttl,
#Report .people figure,
.footer__menu,
.header__menu,
.header__nav {
  box-sizing: border-box;
}
* {
  font-style: normal;
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__menu a,
.footer__menu span {
  font-weight: 700;
}
body {
  background: #fff;
  font-family:
    '游ゴシック',
    YuGothic,
    'ヒラギノ角ゴ Pro',
    Hiragino Kaku Gothic Pro,
    'メイリオ',
    Meiryo,
    sans-serif;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}
.anchor {
  font-size: 0;
  height: 0;
  line-height: 0;
}
img {
  vertical-align: top;
}
svg {
  pointer-events: none;
}
.c-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-pc {
    display: none;
  }
  .c-sp {
    display: block;
  }
  .l-all {
    width: 100%;
    min-width: 320px;
    overflow: hidden;
  }
}
.pagetop,
.pagetop a {
  height: 36px;
  width: 36px;
}
.pagetop {
  bottom: 30px;
  position: fixed;
  right: 30px;
  z-index: 1000;
}
.pagetop a {
  border-radius: 100%;
  display: block;
  opacity: 0.4;
  overflow: hidden;
  transition: all 0.2s ease;
  position: absolute;
  top: 66px;
  left: 0;
}
.header,
.header::before {
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  left: 0;
}
.pagetop a:hover {
  opacity: 0.8;
}
.pagetop[data-status='show'] a {
  top: 0;
}
.header {
  height: 84px;
  position: fixed;
  top: 0;
  z-index: 1000;
}
.header::before {
  height: 60px;
  position: absolute;
  z-index: 1;
}
.header__logo {
  left: 0;
  margin: 0 0 0 7px;
  position: absolute;
  top: 35px;
  z-index: 10;
}
@media screen and (min-width: 960px) {
  .header__logo {
    left: 50%;
    margin: 0 0 0 -473px;
  }
}
.header__logo img {
  width: 282px;
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none;
  }
  .header::before {
    content: '';
  }
  .header {
    height: 60px;
    background: 0 0;
  }
  .header__logo {
    bottom: 0;
    height: 22px;
    left: 15px;
    margin: auto 0;
    top: 0;
  }
  .header__logo img {
    width: 200px;
  }
}
.header__menu {
  margin: 38px auto 0;
  max-width: 960px;
  padding: 0 0 0 300px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header__menu {
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 60px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 10;
  }
}
.header__menu li {
  float: left;
  font-size: 1.7rem;
  line-height: 20px;
  position: relative;
  width: 25%;
}
.header__menu li ul {
  background: rgba(0, 0, 0, 0.45);
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease;
}
@media screen and (max-width: 767px) {
  .header__menu li {
    float: none;
    width: auto;
    text-align: left;
    font-size: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .header__menu li ul {
    background: 0 0;
    height: auto;
    margin: 5px 0 0 2em;
    transition: none;
  }
}
.header__menu li:hover ul {
  height: fit-content;
}
.header__menu li:hover span {
  color: #fff;
}
.header__menu li li {
  float: none;
  font-size: 1.8rem;
  margin: 0 0 10px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .header__menu li:hover ul {
    height: auto;
  }
  .header__menu li:hover span {
    color: #b09d60;
  }
  .header__menu li li {
    border: none;
    display: inline-block;
    font-size: 1.5rem;
    padding: 0 !important;
  }
}
.header__menu li li:first-child {
  padding: 12px 0 0;
}
.header__menu li li:last-child {
  padding: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .header__menu li li a {
    padding: 0 !important;
    margin: 0 1em 0 0;
  }
}
.header__menu li li a::before {
  content: '▶︎';
  font-size: 1.2rem;
  margin: 0 3px 0 0;
  vertical-align: 2px;
}
.footer::before,
.header__nav::after,
.header__nav::before {
  content: '';
  margin: 0 auto;
  left: 0;
}
.header__menu a,
.header__menu span {
  color: #b09d60;
  display: block;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}
.header__menu a:hover,
.header__menu span:hover {
  color: #fff;
}
.header__menu span {
  height: 46px;
}
@media screen and (max-width: 767px) {
  .header__menu li li a::before {
    font-size: 1rem;
  }
  .header__menu a:hover,
  .header__menu span:hover {
    color: #b09d60;
  }
  .header__menu a,
  .header__menu span {
    padding: 10px 15px;
  }
  .header__menu span {
    height: auto;
    padding: 10px 15px 0;
  }
}
.header__nav {
  border: 1px solid #b09d60;
  color: #b09d60;
  display: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
  height: 40px;
  line-height: 17px;
  padding: 20px 0 0;
  position: absolute;
  right: 15px;
  top: 10px;
  width: 40px;
  z-index: 10;
}
.header__nav::after,
.header__nav::before {
  background: #b09d60;
  height: 3px;
  position: absolute;
  right: 0;
  width: 20px;
}
.header__nav::before {
  top: 7px;
}
.header__nav::after {
  top: 14px;
}
.header .header__nav::after,
.header .header__nav::before {
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition:
    transform 0.2s ease,
    -webkit-transform 0.2s ease;
}
.header::before {
  transition: all 0.2s ease;
}
.header[data-status='show'] .header__nav::before {
  top: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header[data-status='show'] .header__nav::after {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: block;
  }
  .header .header__menu {
    height: 0;
  }
  .header[data-status='show'] .header__menu {
    height: 100%;
  }
}
.header[data-status='show']::before {
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}
.footer {
  background: #cdcdcd;
  padding: 132px 0 0;
  position: relative;
}
.footer::before {
  background: url(../images/footer/diamond.png) left top no-repeat;
  display: block;
  height: 173px;
  position: absolute;
  right: 0;
  top: -28px;
  width: 144px;
}
.footer__logo {
  margin: 0 0 56px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 70px 0 0;
  }
  .footer::before {
    background-size: cover;
    height: 86px;
    top: -10px;
    width: 72px;
  }
  .footer__logo {
    margin: 0 0 30px;
  }
  .footer__logo img {
    width: 220px;
  }
}
.footer__menu {
  margin: 0 auto;
  padding: 0 0 50px 70px;
  width: 400px;
}
.footer__menu a {
  color: #000;
  transition: color 0.2s ease;
}
.footer__menu a:hover {
  color: #b09d60;
}
.footer__menu li {
  font-size: 1.5rem;
  line-height: 20px;
  margin: 0 0 16px;
}
@media screen and (max-width: 767px) {
  .footer__menu {
    padding: 0 15px 20px;
    width: auto;
  }
  .footer__menu li {
    font-size: 1.3rem;
  }
}
.footer__menu li ul {
  font-size: 0;
  height: 20px;
  margin: -20px 0 0 85px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .footer__menu li ul {
    margin: -20px 0 0 70px;
    display: flex;
    flex-wrap: wrap;
  }
}
.footer__menu li ul li {
  display: inline-block;
  margin: 0;
}
.footer__menu li ul li::after {
  content: '/';
  margin: 0 5px;
}
.footer__menu li ul li:last-child::after {
  content: none;
}
.footer__copyright {
  background: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 20px;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 1rem;
    line-height: 1.8em;
    padding: 15px 0;
  }
}
.footer__copyright span {
  font-size: 1.4rem;
  margin: 0 50px 0 0;
}
@media screen and (max-width: 767px) {
  .footer__copyright span {
    display: block;
    font-size: 1.2rem;
    margin: 0 0 10px;
  }
}
.hp_wbr {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
#Report .mainvisual {
  background: url(../images/report_2025/header.jpg) center top no-repeat #000;
  height: 607px;
  margin: 0 0 47px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #Report .mainvisual {
    background-size: cover;
    height: 300px;
    margin: 0 0 20px;
  }
}
#Report .mainvisual h1 {
  font-size: 1px;
  margin: 0 auto;
  padding: 482px 0 0;
  text-align: center;
}
#Report .mainvisual h1 img {
  margin: 0;
  aspect-ratio: 356/70;
}
#Report .lead {
  margin: 0 auto 117px;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  #Report .mainvisual h1 {
    padding: 240px 0 0;
  }
  #Report .mainvisual h1 img {
    height: 70px;
    max-width: 100%;
  }
  #Report .lead {
    margin: 0 auto 40px;
  }
}
#Report .lead h2,
.emphasis {
  color: #a18844;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2em;
  margin: 0 0 38px;
  text-align: center;
  font-feature-settings: 'palt';
  font-family:
    '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro',
    'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
}
#Report .lead .emphasis {
  display: block;
  font-weight: 500;
  margin: 64px 0 60px;
}
#Report .lead h2:not(:first-of-type) {
  margin-top: 44px;
}
@media screen and (max-width: 960px) {
  #Report .lead h2,
  .emphasis {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #Report .lead h2 {
    font-size: 22px;
    line-height: 1.4em;
    margin: 0 0 17px;
  }
  #Report .lead .emphasis {
    margin: 24px 0 24px;
  }
  #Report .lead h2:not(:first-of-type) {
    margin-top: 24px;
  }
}
#Report .lead p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  text-wrap: balance;
}
#Report .lead p:not(:first-of-type) {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #Report .lead p {
    font-size: 15px;
    line-height: 24px;
    margin: 0 20px;
    width: auto;
    text-align: left;
  }
}
#Report .dance {
  background: #000;
  margin: 0;
  padding: 0 0 55px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #Report .dance {
    padding: 0 0 30px;
  }
}
#Report .dance__ttl {
  border-left: 8px solid #b21920;
  left: 0;
  margin: 0 auto;
  max-width: 960px;
  min-height: 68px;
  padding: 22px 0 0 28px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  font-feature-settings: 'palt';
}
#Report .dance__ttl img {
  margin: 0 0 0 2px;
}
@media screen and (max-width: 767px) {
  #Report .dance__ttl {
    border-width: 4px;
    padding: 8px 0 0 12px;
    min-height: 30px;
  }
  #Report .dance__ttl img {
    height: 18px;
    margin: 0 0 0 2px;
  }
}
#Report .dance__photos {
  overflow: hidden;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-auto-rows: auto;
  row-gap: 20px;
}
#Report .dance__photos li:first-child {
  grid-column: 1 / -1;
}
#Report .dance__photos img,
#Report .opFormation__wrap img,
#Report .introduction__photo img,
#Report .people figure img {
  width: 100%;
}
#Report .opFormation {
  background: #192879;
  padding: 85px 0 85px;
}
#Report .opFormation * {
  color: #fff;
}
#Report .opFormation h2 {
  margin: 0 0 20px;
  text-align: center;
}
#Report .opFormation h2 img {
  height: 54px;
  object-fit: contain;
}
#Report .opFormation__wrap {
  margin: 0 auto;
  max-width: 960px;
}
#Report .opFormation__wrap > p {
  text-align: center;
  font-size: 16px;
  margin: 0 0 20px;
}
#Report .opFormation__wrap > p.en {
  font-size: 24px;
  font-family: serif;
  letter-spacing: 0.1em;
  position: relative;
  padding-inline: 1.8em;
  font-weight: 600;
  width: fit-content;
  margin-inline: auto;
}
#Report .opFormation__wrap > p.en::before,
#Report .opFormation__wrap > p.en::after {
  content: '';
  position: absolute;
  display: block;
  translate: 0 -50%;
  top: 50%;
  background-color: #fff;
  height: 1px;
  width: 1em;
}
#Report .opFormation__wrap > p.en::before {
  left: 0;
}
#Report .opFormation__wrap > p.en::after {
  right: 0;
}
#Report .opFormation__wrap img:not(:first-child) {
  margin-top: 20px;
}
#Report .opFormation__wrap figcaption {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #Report .opFormation {
    padding: 20px 0 10px;
  }
  #Report .opFormation h2 {
    margin: 0 0 10px;
    text-align: center;
  }
  #Report .opFormation h2 img {
    height: 26.42px;
  }
  #Report .opFormation__wrap figcaption {
    margin-top: 5px;
  }
  #Report .opFormation__wrap > p {
    margin: 0 0 10px;
  }
  #Report .opFormation__wrap > p.en {
    font-size: 16px;
  }
}
#Report .introduction {
  background: #fff;
  overflow: hidden;
  padding: 85px 0 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #Report .introduction {
    padding: 20px 0 10px;
  }
}
#Report .introduction__photo {
  margin: 0 auto;
  max-width: 960px;
  overflow: hidden;
}
#Report .introduction__photo + .introduction__photo {
  margin-top: 15px;
}
#Report .introduction__text {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 960px;
  min-height: 65px;
  padding: 15px 0 15px 10px;
}
@media screen and (min-width: 768px) {
  #Report .introduction__text {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #Report .introduction__text {
    margin: 10px auto;
    min-height: 0;
    padding: 0 10px;
  }
}
#Report .introduction__text h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 20px 0 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #Report .introduction__text h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
#Report .introduction__text p {
  font-size: 16px;
  line-height: 25px;
  padding: 2px 0 0;
}
#Report .people {
  background: #a08842;
  padding: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  #Report .introduction__text p {
    font-size: 12px;
    line-height: 20px;
  }
  #Report .people {
    padding: 20px 0 10px;
  }
}
#Report .people__wrap {
  margin: 0 auto;
  max-width: 960px;
}
#Report .people__wrap > * {
  margin-top: 20px;
}
#Report .people figcaption {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
  padding: 10px 0;
  text-align: center;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
#Report .people__01 figcaption {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media screen and (max-width: 960px) {
  #Report .people figcaption {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #Report .people figcaption {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    padding: 5px 10px 10px;
  }
}
#Report .people figcaption strong {
  font-weight: 700;
  margin: 0 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  #Report .people figcaption strong {
    margin: 0;
  }
}
#Report .finale {
  background: #000;
  padding: 70px 0 120px;
}
#Report .finale h2 {
  margin: 0 0 20px;
  text-align: center;
}
#Report .finale figure > img:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #Report .finale {
    padding: 20px 0 35px;
  }
  #Report .finale h2 {
    margin: 0 0 10px;
  }
  #Report .finale h2 img {
    width: 70px;
  }
}
#Report .finale p {
  font-size: 16px;
  line-height: 1.4em;
  margin: 0 0 22px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #Report .finale p {
    font-size: 12px;
    margin: 0 0 10px;
  }
}
#Report .finale figure {
  margin: 0 auto;
  max-width: 960px;
}
#Report .finale figure img {
  width: 100%;
}
.header__menu {
  display: flex;
  column-gap: 2em;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .header__menu {
    display: block;
  }
}
