@charset "UTF-8";
/* --------------------------------------------------
-------------------------------------------------- 関数 */
#merch .ttl-box h1 {
  width: 351px;
}
@media only screen and (max-width: 1250px) {
  #merch .ttl-box h1 {
    width: 28.08vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .ttl-box h1 {
    width: 54.84375vw;
  }
}
#merch .ttl-box h1 .ttl-shine {
  -webkit-mask-image: url("../img/merch/title.svg");
          mask-image: url("../img/merch/title.svg");
}
#merch .ttl-box h1 .ttl-shine span {
  position: absolute;
  bottom: -60px;
  left: -50px;
  width: 100px;
  height: 100px;
  background-color: #B9D62F;
  filter: blur(20px);
}
#merch .image {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1250px) {
  #merch .image {
    margin-bottom: 2.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .image {
    margin-bottom: 4.6875vw;
  }
}
#merch .merch__box {
  position: relative;
  margin-bottom: 59px;
}
@media only screen and (max-width: 1250px) {
  #merch .merch__box {
    margin-bottom: 4.72vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .merch__box {
    margin-bottom: 7.8125vw;
  }
}
#merch .merch__box .frame {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1250px) {
  #merch .merch__box .frame {
    width: 96vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .merch__box .frame {
    width: 95.9375vw;
    margin-left: -2.65625vw;
  }
}
#merch .merch__box .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
}
@media only screen and (max-width: 1250px) {
  #merch .merch__box .image {
    width: 80vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .merch__box .image {
    width: 100%;
  }
}
#merch .period {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 406px;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 62px;
}
@media only screen and (max-width: 1250px) {
  #merch .period {
    padding-top: 4vw;
    height: 32.48vw;
    margin-bottom: 4.96vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .period {
    height: 72.5vw;
    margin-bottom: 4.6875vw;
  }
}
#merch .period .frame {
  position: absolute;
  top: 0;
  left: 0;
}
#merch .period .frame img {
  position: relative;
}
#merch .period p, #merch .period h2 {
  position: relative;
  color: #861FAA;
  line-height: 1.2;
  font-weight: bold;
}
#merch .period h2 {
  font-size: 48px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1250px) {
  #merch .period h2 {
    font-size: 3.84vw;
    margin-bottom: 0.8vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .period h2 {
    font-size: 7.5vw;
    margin-bottom: 1.5625vw;
  }
}
#merch .period .txt {
  font-size: 36px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1250px) {
  #merch .period .txt {
    font-size: 2.88vw;
    margin-bottom: 1.44vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .period .txt {
    width: 64.84375vw;
    font-size: 5.625vw;
    margin: 0 auto 2.8125vw;
    text-align: left;
    line-height: 1.1;
  }
}
#merch .period .txt span {
  font-size: 48px;
}
@media only screen and (max-width: 1250px) {
  #merch .period .txt span {
    font-size: 3.84vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .period .txt span {
    font-size: 7.5vw;
  }
}
#merch .period .btn {
  width: 680px;
}
@media only screen and (max-width: 1250px) {
  #merch .period .btn {
    width: 54.4vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .period .btn {
    width: 82.5vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .period .btn a {
    font-size: 4.53125vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .period .btn a::after {
    width: 5.9375vw;
    height: 7.03125vw;
    right: 4.6875vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .period.en h2 {
    font-size: 6.5625vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .period.en .txt {
    width: 62.8125vw;
    font-size: 3.90625vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .period.en .txt span {
    font-size: 5.46875vw;
  }
}
#merch .image {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1250px) {
  #merch .image {
    margin-bottom: 3.2vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .image {
    margin-bottom: 4.6875vw;
  }
}
#merch .image:last-of-type {
  margin-bottom: 72px;
}
@media only screen and (max-width: 1250px) {
  #merch .image:last-of-type {
    margin-bottom: 5.76vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .image:last-of-type {
    margin-bottom: 4.6875vw;
  }
}
#merch .detail-block h2 {
  font-size: 24px;
  color: #861FAA;
  line-height: 1;
  text-align: center;
  padding: 10px 0 50px;
  margin: 0 -100px 25px;
  border-bottom: 1px solid #861FAA;
}
@media only screen and (max-width: 1250px) {
  #merch .detail-block h2 {
    font-size: 1.92vw;
    padding: 0.8vw 0 4vw;
    margin: 0 -8vw 2vw;
  }
}
@media only screen and (max-width: 768px) {
  #merch .detail-block h2 {
    font-size: 3.75vw;
    padding: 0.78125vw 0 6.25vw;
    margin: 0 -4.0625vw 6.25vw;
  }
}
#merch .move-on .merch__box .frame {
  transform: scaleY(1);
}
#merch .move-on .merch__box .image {
  opacity: 1;
  transform: scale(1) translate(-50%, -50%);
}
#merch .move-on .btn {
  opacity: 1;
}