@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__title .glitch {
  background-image: url("../img/merch/title-pc.png");
}
@media only screen and (max-width: 768px) {
  .page__ttlBox__title .glitch {
    background-image: url("../img/merch/title-sp.png");
  }
}
.page .merch__deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page .merch__deco__item {
  position: absolute;
  z-index: 2;
}
.page .merch__deco .deco1 {
  top: 200px;
  left: calc(50% - 800px);
  width: 1470px;
}
@media only screen and (max-width: 1350px) {
  .page .merch__deco .deco1 {
    top: 14.8148148148vw;
    left: calc(50% - 59.2592592593vw);
    width: 108.8888888889vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .merch__deco .deco1 {
    width: 100.78125vw;
    top: 39.6875vw;
    left: 0;
  }
}
.page .merch__deco .deco2 {
  top: 190px;
  right: calc(50% - 797px);
  width: 97px;
}
@media only screen and (max-width: 1350px) {
  .page .merch__deco .deco2 {
    top: 14.0740740741vw;
    right: calc(50% - 59.037037037vw);
    width: 7.1851851852vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .merch__deco .deco2 {
    top: 35.78125vw;
    right: 0;
    width: 98.125vw;
  }
}
.page .merch__deco .deco3 {
  top: 840px;
  left: calc(50% - 777px);
  width: 1498px;
}
@media only screen and (max-width: 1350px) {
  .page .merch__deco .deco3 {
    top: 62.2222222222vw;
    left: calc(50% - 57.5555555556vw);
    width: 110.962962963vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .merch__deco .deco3 {
    top: 112.1875vw;
    left: 0.625vw;
    width: 101.5625vw;
  }
}
.page .merch__deco .deco4 {
  top: 1663px;
  left: calc(50% - 800px);
  width: 1470px;
}
@media only screen and (max-width: 1350px) {
  .page .merch__deco .deco4 {
    top: 123.1851851852vw;
    left: calc(50% - 59.2592592593vw);
    width: 108.8888888889vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .merch__deco .deco4 {
    width: 100.78125vw;
    top: 280.9375vw;
    left: 0;
  }
}
.page .merch__deco .deco5 {
  top: 1620px;
  right: calc(50% - 797px);
  width: 97px;
}
@media only screen and (max-width: 1350px) {
  .page .merch__deco .deco5 {
    top: 120vw;
    right: calc(50% - 59.037037037vw);
    width: 7.1851851852vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .merch__deco .deco5 {
    top: 276.25vw;
    right: 0;
    width: 98.125vw;
  }
}
.page .merch__deco .deco6 {
  top: 2300px;
  left: calc(50% - 777px);
  width: 1498px;
}
@media only screen and (max-width: 1350px) {
  .page .merch__deco .deco6 {
    top: 170.3703703704vw;
    left: calc(50% - 57.5555555556vw);
    width: 110.962962963vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .merch__deco .deco6 {
    top: 353.125vw;
    left: 0.625vw;
    width: 101.5625vw;
  }
}
.page .merch__deco .deco7 {
  bottom: -100px;
  left: calc(50% - 718px);
  width: 159px;
}
@media only screen and (max-width: 1350px) {
  .page .merch__deco .deco7 {
    bottom: -7.4074074074vw;
    left: calc(50% - 53.1851851852vw);
    width: 11.7777777778vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .merch__deco .deco7 {
    bottom: -16.875vw;
    left: -3.75vw;
    width: 20vw;
  }
}
.page .merch__deco .deco8 {
  bottom: -484px;
  right: calc(50% - 530px);
  width: 228px;
}
@media only screen and (max-width: 1350px) {
  .page .merch__deco .deco8 {
    bottom: -35.8518518519vw;
    right: calc(50% - 39.2592592593vw);
    width: 16.8888888889vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .merch__deco .deco8 {
    bottom: -36.09375vw;
    right: 9.0625vw;
    width: 19.6875vw;
  }
}
.page .merch__deco .deco9 {
  bottom: 90px;
  right: calc(50% - 600px);
  width: 121px;
}
@media only screen and (max-width: 1350px) {
  .page .merch__deco .deco9 {
    bottom: 6.6666666667vw;
    right: calc(50% - 44.4444444444vw);
    width: 8.962962963vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .merch__deco .deco9 {
    bottom: 12.8125vw;
    right: -1.875vw;
    width: 10.46875vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .con__ttlBox {
    margin-bottom: 7.03125vw;
  }
}
.page .con__ttlBox__sub {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .page .con__ttlBox__sub {
    margin-bottom: 0vw;
  }
}
.page .con__ttlBox__title {
  margin-bottom: -10px;
}
@media only screen and (max-width: 768px) {
  .page .con__ttlBox__title {
    margin-bottom: 0.78125vw;
  }
}
.page .con__ttlBox__period {
  font-size: 30px;
  color: #FFEB55;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page .con__ttlBox__period {
    font-size: 6.875vw;
    line-height: 1.15;
    margin-bottom: 3.90625vw;
  }
}
.page .con__ttlBox__period span {
  font-size: 48px;
}
@media only screen and (max-width: 768px) {
  .page .con__ttlBox__period span {
    font-size: 6.875vw;
  }
}
.page .con__ttlBox .btn {
  width: 560px;
}
@media only screen and (max-width: 1350px) {
  .page .con__ttlBox .btn {
    width: 41.4814814815vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .con__ttlBox .btn {
    width: 71.875vw;
  }
}
.page .con__ttlBox .btn__arrow {
  width: 56px;
}
@media only screen and (max-width: 1350px) {
  .page .con__ttlBox .btn__arrow {
    width: 4.1481481481vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .con__ttlBox .btn__arrow {
    width: 8.75vw;
  }
}
.page .detail__block .image {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1350px) {
  .page .detail__block .image {
    margin-bottom: 3.7037037037vw;
  }
}
.page .detail__block h2 {
  font-size: 34px;
  line-height: 1.3;
  color: #fff;
  padding: 25px 20px;
  text-align: center;
  margin-bottom: 0.7em;
  -webkit-clip-path: polygon(15px 0px, calc(100% - 15px) 0px, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0px calc(100% - 15px), 0px 15px);
          clip-path: polygon(15px 0px, calc(100% - 15px) 0px, 100% 15px, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0px calc(100% - 15px), 0px 15px);
  background-color: #B100FF;
}
@media only screen and (max-width: 1350px) {
  .page .detail__block h2 {
    padding: 1.8518518519vw 1.4814814815vw;
  }
}
@media only screen and (max-width: 768px) {
  .page .detail__block h2 {
    font-size: 5.9375vw;
    padding: 3.125vw 3.125vw;
    -webkit-clip-path: polygon(2.34375vw 0px, calc(100% - 2.34375vw) 0px, 100% 2.34375vw, 100% calc(100% - 2.34375vw), calc(100% - 2.34375vw) 100%, 2.34375vw 100%, 0px calc(100% - 2.34375vw), 0px 2.34375vw);
            clip-path: polygon(2.34375vw 0px, calc(100% - 2.34375vw) 0px, 100% 2.34375vw, 100% calc(100% - 2.34375vw), calc(100% - 2.34375vw) 100%, 2.34375vw 100%, 0px calc(100% - 2.34375vw), 0px 2.34375vw);
  }
}
.page .btn__back {
  z-index: 2;
}