@charset "UTF-8";
.content-main {
  background-color: #D2AF57;
}

#\32 014 {
  z-index: 1000;
}
#\32 014 .detail__left {
  position: relative;
}
#\32 014 .detail__left:before {
  content: "";
  position: absolute;
  top: 0;
  width: 8px;
  height: 8px;
  right: -9%;
  border-radius: 10px;
  background-color: #27489B;
  z-index: 1;
}
#\32 014 .since {
  top: 225px;
}

#\32 025 .detail__left {
  padding-bottom: 0;
  position: relative;
}
#\32 025 .detail__left:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 8px;
  height: 8px;
  right: -9%;
  border-radius: 10px;
  background-color: #27489B;
  z-index: 1;
}
#\32 025 .detail__right {
  padding-bottom: 0;
}

.anchor-offset {
  position: relative;
  padding-top: 200px;
  /* 表示したい余白 */
  margin-top: -200px;
  /* それに合わせてスクロール時ズラす */
}

.section--detail {
  max-width: initial !important;
}

.section--detail {
  position: relative;
}
.section--detail .chronicle__sidebar {
  position: fixed;
  font-family: Cormorant, serif;
  font-size: 34px;
  left: -0.2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1001;
}
.section--detail .chronicle__sidebar li {
  margin-bottom: -10px;
}
.section--detail .chronicle__sidebar a {
  color: #27489B;
  opacity: 0.3;
  line-height: 0.8em;
}
.section--detail .chronicle__sidebar a.is-active {
  color: #27489B;
  opacity: 1;
}
.section--detail h2 {
  height: 110px;
  margin-bottom: 200px !important;
}
.section--detail .detail__history {
  position: relative;
  color: #27489B;
}
.section--detail .detail__history .since {
  font-family: Cormorant, serif;
  font-size: clamp(48px, 20vw, 339px);
  color: #27489b;
  opacity: 0.5;
  position: absolute;
  left: -35px;
  top: -145px;
  z-index: 1;
}
.section--detail .detail__history .detail__history_inner {
  display: flex;
  justify-content: space-around;
  max-width: 1100px;
  margin: 0 auto;
}
.section--detail .detail__history .detail__history_inner .bird {
  transition: top 0.3s, position 0.3s;
  position: fixed;
  margin-top: -40px;
  z-index: 1000;
  width: 84.3px;
  height: 85px;
  right: calc(50% - 276px);
  /* PCでは中央基準で右に配置 */
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.section--detail .detail__history .detail__history_inner .bird.stop {
  opacity: 0;
  /* 下から100pxの位置で止まる */
}
.section--detail .detail__history .detail__history_inner .detail__left {
  padding-bottom: 240px;
  width: 60.7%;
  position: relative;
  z-index: 100;
}
.section--detail .detail__history .detail__history_inner .detail__left:after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 100%;
  right: -8.5%;
  background-color: #27489B;
  z-index: 1;
}
.section--detail .detail__history .detail__history_inner .detail__left h3 {
  margin-bottom: 320px;
}
.section--detail .detail__history .detail__history_inner .detail__left .circle {
  position: relative;
}
.section--detail .detail__history .detail__history_inner .detail__left .circle:before, .section--detail .detail__history .detail__history_inner .detail__left .circle:after {
  content: "";
  position: absolute;
  top: 90px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: ripple 2s infinite;
}
.section--detail .detail__history .detail__history_inner .detail__left .circle:before {
  width: 12px;
  height: 12px;
  border: 1px solid #27489B;
  right: -10.2%;
}
.section--detail .detail__history .detail__history_inner .detail__left .circle:after {
  width: 8px;
  height: 8px;
  background-color: #27489B;
  right: -9.6%;
}
@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
.section--detail .detail__history .detail__history_inner .detail__left .circle ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section--detail .detail__history .detail__history_inner .detail__left .circle ul:after {
  content: "";
  display: block;
  width: 30%;
}
.section--detail .detail__history .detail__history_inner .detail__left .circle ul li {
  margin-bottom: 32px;
  font-weight: bold;
  width: 30%;
}
.section--detail .detail__history .detail__history_inner .detail__left .circle ul li .thumb {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.section--detail .detail__history .detail__history_inner .detail__left .circle ul li .thumb .blurBg {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
  filter: blur(6px);
  background-size: cover;
}
.section--detail .detail__history .detail__history_inner .detail__left .circle ul li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
}
.section--detail .detail__history .detail__history_inner .detail__left .circle ul li .tit {
  font-size: 16px;
}
.section--detail .detail__history .detail__history_inner .detail__left .circle ul li .topic {
  margin-top: 12px;
  background: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.section--detail .detail__history .detail__history_inner .detail__left .circle ul li .topic:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 40px;
  left: 0;
  top: 0;
  background-color: #27489B;
}
.section--detail .detail__history .detail__history_inner .detail__left .circle ul li .topic:after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 10px solid #D2AF57;
  border-bottom: 20px solid transparent;
  top: 0;
}
.section--detail .detail__history .detail__history_inner .detail__left .circle ul li .topic span {
  display: block;
  font-size: 10px;
  width: 100%;
}
.section--detail .detail__history .detail__history_inner .detail__left .circle ul li .detail__btn {
  margin: 12px 0 0;
  width: 100%;
  max-width: initial;
}
.section--detail .detail__history .detail__history_inner .detail__left .circle ul li div {
  margin: 12px 0 8px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.section--detail .detail__history .detail__history_inner .detail__left .circle ul li div .kinds {
  font-weight: bold;
}
.section--detail .detail__history .detail__history_inner .detail__left .circle ul li div .date {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: normal;
}
.section--detail .detail__history .detail__history_inner .detail__left .circle ul li .detail__btn {
  height: 24px;
}
.section--detail .detail__history .detail__history_inner .detail__left .circle ul li .detail__btn a {
  padding: 0;
  font-size: 12px;
  font-weight: bold;
}
.section--detail .detail__history .detail__history_inner .detail__right {
  position: relative;
  width: 18.5%;
  padding-bottom: 240px;
  z-index: 100;
}
.section--detail .detail__history .detail__history_inner .detail__right .live_inner {
  margin-bottom: 40px;
}
.section--detail .detail__history .detail__history_inner .detail__right h3 {
  margin-bottom: 320px;
}
.section--detail .detail__history .detail__history_inner .detail__right .live_inner {
  margin-bottom: 60px;
  z-index: 1;
  position: relative;
}
.section--detail .detail__history .detail__history_inner .detail__right .live_inner h4 {
  margin-bottom: 16px;
  font-size: 16px;
}
.section--detail .detail__history .detail__history_inner .detail__right .live_inner p {
  font-weight: bold;
}
.section--detail .detail__history .detail__history_inner .detail__right .live_inner p span {
  margin-top: 8px;
  display: block;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: normal;
}
.section--detail .detail__history .detail__history_inner .detail__right .live_inner figure {
  margin-bottom: 24px;
  overflow: hidden;
}
.section--detail .detail__history .detail__history_inner .detail__right .live_inner figure .blurBg {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
  z-index: 1;
  filter: blur(6px);
  background-size: cover;
}
.section--detail .detail__history .detail__history_inner .detail__right .live_inner figure img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
}
.section--detail .detail__history .detail__history_inner .detail__right .live_inner:last-child {
  margin-bottom: 0;
}

.footer {
  position: initial;
}

.pswp__zoom-wrap {
  width: inherit !important;
  height: inherit !important;
  transform: none !important;
}

.pswp {
  --pswp-icon-color-secondary: rgba(255, 255, 255, 0)!important;
  --pswp-icon-stroke-color: rgba(255, 255, 255, 0)!important;
  --pswp-preloader-color: rgba(255, 255, 255, 0)!important;
}

.pswp img {
  max-height: -webkit-fit-content !important;
  max-height: -moz-fit-content !important;
  max-height: fit-content !important;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1px) and (max-width: 960px) {
  #\32 014 .since {
    top: -165px;
    top: 35px;
  }
  .section--detail .detail__history .since {
    font-size: clamp(48px, 50vw, 180px);
    top: 35px;
  }
  .section--detail .detail__history .detail__history_inner .bird {
    width: 40px;
    height: auto;
    right: calc(50% - 12px - 30px);
    margin-top: -10px;
  }
  .section--detail .chronicle__sidebar {
    font-size: 20px;
    left: -0.5%;
  }
  .section--detail .chronicle__sidebar li {
    margin-bottom: -4px;
  }
  .section--detail h2 {
    height: auto;
    margin-bottom: 100px !important;
  }
  .section--detail .detail__history_inner img {
    height: auto;
  }
  .section--detail .detail__history .detail__history_inner .detail__left:before {
    right: 7.2%;
    bottom: -10px;
  }
  .section--detail .detail__history .detail__history_inner .detail__left:after {
    right: -3.5vw;
    top: 10px;
  }
  .section--detail .detail__history .detail__history_inner .detail__left h3 {
    margin-bottom: -20px;
    z-index: 2;
    position: relative;
  }
  .section--detail .detail__history .detail__history_inner .detail__left h3 img {
    height: 16px;
    position: relative;
    z-index: 2;
  }
  .section--detail .detail__history .detail__history_inner .detail__left h3.releasetitle,
  .section--detail .detail__history .detail__history_inner .detail__left h3.mvtitle {
    margin-left: 0;
  }
  .section--detail .detail__history .detail__history_inner .detail__left h3.releasetitle {
    margin: 0 auto -10px 40px;
  }
  .section--detail .detail__history .detail__history_inner .detail__left .circle {
    z-index: 1;
  }
  .section--detail .detail__history .detail__history_inner .detail__left .circle:before {
    right: 3.8%;
    top: 60px;
  }
  .section--detail .detail__history .detail__history_inner .detail__left .circle:after {
    right: 5.7%;
    top: 60px;
  }
  .section--detail .detail__history .detail__history_inner .detail__left .circle ul {
    justify-content: center;
  }
  .section--detail .detail__history .detail__history_inner .detail__left .circle ul:after {
    content: none;
  }
  .section--detail .detail__history .detail__history_inner .detail__left .circle ul li div {
    display: block;
    margin: 8px 0 4px;
  }
  .section--detail .detail__history .detail__history_inner .detail__left .circle ul li .detail__btn a {
    padding-top: 2px;
  }
  .section--detail .detail__history .detail__history_inner .detail__right h3 {
    margin-bottom: -10px;
    z-index: 2;
    position: relative;
  }
  .section--detail .detail__history .detail__history_inner .detail__right h3 img {
    height: 16px;
  }
  .section--detail .detail__history .detail__history_inner .detail__right .live_inner h4 {
    font-size: 14px;
  }
  .section--detail .detail__history .detail__history_inner .detail__right .live_inner figure img {
    width: 100%;
  }
  .section--detail [id="2016"] .detail__history_inner .detail__right h3,
  .section--detail [id="2019"] .detail__history_inner .detail__right h3,
  .section--detail [id="2024"] .detail__history_inner .detail__right h3 {
    margin-bottom: 10px;
  }
  .section--detail .detail__history .detail__history_inner .detail__left .circle:after {
    right: -5.5vw;
  }
  .section--detail .detail__history .detail__history_inner .detail__left .circle:before {
    right: -5.9vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .section--detail .detail__history .since {
    font-size: clamp(48px, 50vw, 195px);
    left: -55px;
  }
  #\32 014 .detail__left:before {
    right: -5.1vw !important;
    top: 2px;
  }
  #\32 025 .detail__left:before {
    right: -5.1vw !important;
  }
  .section--detail .chronicle__sidebar {
    left: -0.3%;
  }
  .section--detail .detail__history .detail__history_inner .bird {
    right: 29vw;
  }
  .section--detail .detail__history .detail__history_inner .detail__left {
    padding-bottom: 140px;
  }
  .section--detail .detail__history .detail__history_inner .detail__left::before {
    right: -9.3% !important;
    bottom: -10px !important;
  }
  .section--detail .detail__history .detail__history_inner .detail__left:after {
    right: -8.5%;
  }
  .section--detail .detail__history .detail__history_inner .detail__left .circle ul {
    justify-content: space-between;
  }
  .section--detail .detail__history .detail__history_inner .detail__left .circle ul:after {
    content: "";
    display: block;
    width: 30%;
  }
}
@media screen and (min-width: 1px) and (max-width: 766px) {
  .section--detail .detail__history .detail__history_inner .detail__left .circle ul {
    justify-content: center;
  }
  .section--detail .detail__history .detail__history_inner .detail__left .circle ul li {
    width: 60%;
  }
  .section--detail .detail__history .detail__history_inner .detail__right {
    width: 36.5%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1099px) {
  .section--detail .detail__history .detail__history_inner .bird {
    right: 25vw;
  }
}
@media screen and (min-width: 961px) and (max-width: 999px) {
  .section--detail .detail__history .detail__history_inner .bird {
    right: 24.5vw;
  }
}
@media screen and (min-width: 961px) and (max-width: 999px) {
  .section--detail .detail__history .detail__history_inner .bird {
    right: 24.5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .section--detail .detail__history .detail__history_inner .bird {
    right: 42vw;
  }
  .section--detail .detail__history .detail__history_inner .detail__left:after {
    right: 5vw;
  }
  #\32 014 .detail__left:before {
    top: 2px;
    right: 4.6vw;
  }
  #\32 025 .detail__left:before {
    bottom: -10px;
    right: 4.6vw;
  }
  .section--detail .detail__history .detail__history_inner .detail__left .circle:before {
    right: 3.2vw;
    top: 100px;
  }
  .section--detail .detail__history .detail__history_inner .detail__left .circle:after {
    right: 3.8vw;
    top: 100px;
  }
  .section--detail .detail__history .detail__history_inner .detail__left .circle ul {
    justify-content: space-between;
  }
}
@media screen and (min-width: 559px) and (max-width: 960px) {
  .section--detail .detail__history .detail__history_inner .detail__left h3.releasetitle {
    margin: 0 auto -10px 0px;
  }
  .section--detail .detail__history .detail__history_inner .detail__left h3 img,
  .section--detail .detail__history .detail__history_inner .detail__right h3 img {
    height: 26px;
  }
  .section--detail .detail__history .detail__history_inner .detail__left .circle:before {
    right: -6vw;
  }
  .section--detail .detail__history .detail__history_inner .detail__left .circle:after {
    right: -5.5vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 560px) {
  .section--detail .detail__history .detail__history_inner .bird {
    right: 39.5vw;
  }
  #\32 014 .detail__left:before {
    right: 4.3vw;
    top: 3px;
  }
  #\32 025 .detail__left:before {
    right: 4.3vw;
    top: initial;
    bottom: -10px;
  }
  .section--detail .detail__history .detail__history_inner .detail__left .circle:before {
    right: 3.6vw;
    top: 130px;
  }
  .section--detail .detail__history .detail__history_inner .detail__left .circle:after {
    right: 4.1vw;
    top: 130px;
  }
}
@media screen and (min-width: 559px) and (max-width: 766px) {
  .section--detail .detail__history .detail__history_inner .detail__left .circle:before {
    right: 3.5vw;
  }
  .section--detail .detail__history .detail__history_inner .detail__left .circle:after {
    right: 4vw;
  }
}
@media screen and (min-width: 1px) and (max-width: 558px) {
  .section--detail .detail__history .detail__history_inner .detail__left .circle:before {
    right: 2.5vw;
  }
  .section--detail .detail__history .detail__history_inner .detail__left .circle:after {
    right: 3.5vw;
  }
  .section--detail .detail__history .detail__history_inner .detail__left .circle ul li {
    margin-left: 44px;
  }
}/*# sourceMappingURL=style.css.map */