@charset "UTF-8";
@-webkit-keyframes spin-right {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(360deg); /* 360度回転 */
  }
}
@keyframes spin-right {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(360deg); /* 360度回転 */
  }
}
@-webkit-keyframes spin-left {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(-360deg); /* 360度回転 */
  }
}
@keyframes spin-left {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(-360deg); /* 360度回転 */
  }
}
@-webkit-keyframes spin-right-center {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); /* 360度回転 */
  }
}
@keyframes spin-right-center {
  0% {
    transform: translate(-50%, -50%) rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg); /* 360度回転 */
  }
}
@-webkit-keyframes arrow-fade {
  0% {
    fill: rgba(255, 255, 255, 0); /* 初期位置 */
  }
  40% {
    fill: #B100FF;
  }
  80% {
    fill: #fff;
  }
  100% {
    fill: #fff;
  }
}
@keyframes arrow-fade {
  0% {
    fill: rgba(255, 255, 255, 0); /* 初期位置 */
  }
  40% {
    fill: #B100FF;
  }
  80% {
    fill: #fff;
  }
  100% {
    fill: #fff;
  }
}
@-webkit-keyframes scaleFit {
  0% {
    transform: scale(0.5); /* 初期位置 */
  }
  75% {
    transform: scale(1.03); /* 初期位置 */
  }
  100% {
    transform: scale(1); /* 初期位置 */
  }
}
@keyframes scaleFit {
  0% {
    transform: scale(0.5); /* 初期位置 */
  }
  75% {
    transform: scale(1.03); /* 初期位置 */
  }
  100% {
    transform: scale(1); /* 初期位置 */
  }
}
@-webkit-keyframes poemSlide {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes poemSlide {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-webkit-keyframes fontChange {
  0% {
    font-family: "DotGothic16", sans-serif;
  }
  80% {
    font-family: "Zen Old Mincho", serif;
    transform: skewY(5deg) scale(1.2);
  }
  100% {
    font-family: "Shippori Antique", sans-serif;
    transform: skewY(0deg);
    font-weight: normal;
  }
}
@keyframes fontChange {
  0% {
    font-family: "DotGothic16", sans-serif;
  }
  80% {
    font-family: "Zen Old Mincho", serif;
    transform: skewY(5deg) scale(1.2);
  }
  100% {
    font-family: "Shippori Antique", sans-serif;
    transform: skewY(0deg);
    font-weight: normal;
  }
}
@-webkit-keyframes albumAnime {
  0% {
    background: #fff;
  }
  20% {
    background: #8337E6;
  }
  40% {
    background: #831550;
  }
  60% {
    background: #FB33BF;
  }
  80% {
    background: #61C3BB;
  }
  100% {
    background: #fff;
  }
}
@keyframes albumAnime {
  0% {
    background: #fff;
  }
  20% {
    background: #8337E6;
  }
  40% {
    background: #831550;
  }
  60% {
    background: #FB33BF;
  }
  80% {
    background: #61C3BB;
  }
  100% {
    background: #fff;
  }
}
/*=============================================================
 tools
=============================================================*/
.page__ttlBox {
  margin-bottom: 0;
}
.page__ttlBox__title .glitch {
  background-image: url("../img/information/title-pc.png");
}
@media only screen and (max-width: 768px) {
  .page__ttlBox__title .glitch {
    background-image: url("../img/information/title-sp.png");
  }
}
.page .information__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page .information__deco__item {
  position: absolute;
  z-index: 2;
}
.page .information__deco .deco1 {
  top: 204px;
  right: calc(50% - 914px);
  width: 340px;
}
@media only screen and (max-width: 768px) {
  .page .information__deco .deco1 {
    top: 83.125vw;
    right: -9.6875vw;
    width: 30.46875vw;
  }
}
.page .information__deco .deco2 {
  top: 365px;
  right: calc(50% - 734px);
  width: 180px;
}
@media only screen and (max-width: 768px) {
  .page .information__deco .deco2 {
    top: 95.9375vw;
    right: 6.5625vw;
    width: 16.09375vw;
  }
}
.page .information__deco .deco3 {
  top: 696px;
  left: calc(50% - 584px);
  width: 68px;
}
@media only screen and (max-width: 768px) {
  .page .information__deco .deco3 {
    display: none;
  }
}
.page .information__deco .deco4 {
  top: 938px;
  left: calc(50% - 880px);
  transform: rotate(77deg);
  width: 244px;
}
@media only screen and (max-width: 768px) {
  .page .information__deco .deco4 {
    top: 120.625vw;
    left: -5vw;
    width: 21.875vw;
  }
}
.page .information__deco .deco5 {
  top: 1352px;
  right: calc(50% - 707px);
  width: 107px;
}
@media only screen and (max-width: 768px) {
  .page .information__deco .deco5 {
    top: 190.15625vw;
    right: 0;
    width: 9.53125vw;
  }
}
.page .information__deco .deco6 {
  top: 1572px;
  left: calc(50% - 760px);
  width: 77px;
}
@media only screen and (max-width: 768px) {
  .page .information__deco .deco6 {
    top: 207.8125vw;
    left: 0;
    width: 6.875vw;
  }
}
.page .information__deco .deco7 {
  top: 2000px;
  left: calc(50% - 933px);
  transform: rotate(90deg);
  width: 340px;
}
@media only screen and (max-width: 768px) {
  .page .information__deco .deco7 {
    top: 246.09375vw;
    left: -13.59375vw;
    width: 30.46875vw;
  }
}
.page .information__deco .deco8 {
  top: 2332px;
  right: calc(50% - 727px);
  transform: rotate(77deg);
  width: 244px;
}
@media only screen and (max-width: 768px) {
  .page .information__deco .deco8 {
    top: 271.25vw;
    right: -3.90625vw;
    width: 21.875vw;
  }
}
.page .information__deco .deco9 {
  top: 2726px;
  right: calc(50% - 900px);
  width: 160px;
}
@media only screen and (max-width: 768px) {
  .page .information__deco .deco9 {
    top: 306.5625vw;
    right: -3.59375vw;
    width: 14.375vw;
  }
}
.page .information__deco .deco10 {
  top: 525px;
  left: calc(50% - 1000px);
  width: 251px;
}
@media only screen and (max-width: 768px) {
  .page .information__deco .deco10 {
    top: 103.125vw;
    left: -6.875vw;
    width: 23.4375vw;
  }
}
.page .information__deco .deco11 {
  bottom: 142px;
  left: calc(50% - 740px);
  width: 340px;
}
@media only screen and (max-width: 768px) {
  .page .information__deco .deco11 {
    bottom: -7.1875vw;
    left: 1.875vw;
    width: 33.125vw;
  }
}
.page .information__deco .deco12 {
  bottom: 275px;
  left: calc(50% - 760px);
  width: 180px;
}
@media only screen and (max-width: 768px) {
  .page .information__deco .deco12 {
    bottom: 5.78125vw;
    left: 0;
    width: 17.5vw;
  }
}
.page .logo {
  width: 741px;
  margin: 0 auto -50px;
}
@media only screen and (max-width: 768px) {
  .page .logo {
    width: 92.1875vw;
    margin-bottom: -6.25vw;
  }
}
.page .date {
  width: 738px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  .page .date {
    width: 82.8125vw;
    margin-bottom: 3.125vw;
  }
}
.page .organization {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .page .organization {
    margin-bottom: 6.25vw;
  }
}
.page .organization__text1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 149px;
  height: 40px;
  padding-bottom: 5px;
  margin: 0 auto 16px;
  box-sizing: border-box;
  background: url("../img/information/bg_organization-pc.png") no-repeat top center;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .page .organization__text1 {
    width: 29.53125vw;
    height: 6.25vw;
    font-size: 3.125vw;
    padding-bottom: 0.625vw;
    margin-bottom: 2.5vw;
    background-image: url("../img/information/bg_organization-sp.png");
  }
}
.page .organization__text2 {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page .organization__text2 {
    font-size: 3.125vw;
  }
}
.page__lineBlock {
  padding-bottom: 42px;
}
@media only screen and (max-width: 1350px) {
  .page__lineBlock {
    padding-bottom: 3.1111111111vw;
  }
}
@media only screen and (max-width: 768px) {
  .page__lineBlock {
    padding-bottom: 6.5625vw;
  }
}
.page .detail__block {
  z-index: 2;
}
.page .detail__block:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1350px) {
  .page .detail__block:not(:last-child) {
    margin-bottom: 3.7037037037vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .detail__block:not(:last-child) {
    margin-bottom: 7.8125vw;
  }
}
.page .detail__block h3 {
  margin-top: 0;
}
.page .detail__block iframe {
  width: 100%;
  height: 443px;
}
@media only screen and (max-width: 1350px) {
  .page .detail__block iframe {
    height: 32.8148148148vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .detail__block iframe {
    height: 36.875vw;
  }
}