@media (min-width: 769px) {
  .pc--flex {
    display: flex;
  }
}
#qr2025 header {
  display: block !important;
}
@media (max-width: 768px) {
  #qr2025 header {
    margin: 10px 2% 0;
    width: 96%;
  }
}
#qr2025 .block {
  max-width: 640px;
  margin: auto;
}
#qr2025 .block h2 {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 38px;
  margin: 0.25em 5%;
}
#qr2025 .block h3 {
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0.25em 5%;
  line-height: 1.6;
}
#qr2025 .block--cont p {
  margin: 0 5%;
  font-size: 18px;
}
#qr2025 .mv {
  margin-bottom: 3rem;
  aspect-ratio: 428/568;
}
@media (min-width: 769px) {
  #qr2025 .mv {
    aspect-ratio: 1280/865;
  }
}
#qr2025 .mv h1 {
  width: 17.5vw;
  top: 20%;
  left: 49%;
  transform: translate(-50%, -50%);
}
@media (min-width: 769px) {
  #qr2025 .mv h1 {
    width: 9.6046875vw !important;
    left: 49.8%;
  }
}
#qr2025 .youtube {
  background: #ffefc8;
  padding: 2rem 0;
  margin-bottom: 8rem;
}
#qr2025 .youtube h2 {
  font-size: 19px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  max-width: 640px;
  margin: 0 auto 2rem;
}
#qr2025 .youtube--wrap {
  max-width: 640px;
  margin: auto;
  /*@include pc {
    display: flex;
    align-items: flex-start;
    gap: 3%;
  }*/
}
#qr2025 .youtube--cont {
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  #qr2025 .youtube--cont:first-child {
    margin-bottom: 1rem;
  }
}
@media (min-width: 769px) {
  #qr2025 .youtube--cont:first-child {
    margin-bottom: 2rem;
  }
}
#qr2025 .youtube--cont .videoThumb {
  cursor: pointer;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#qr2025 .youtube--cont .videoThumb:hover {
  opacity: 0.8;
}
#qr2025 .youtube--cont p {
  font-weight: 18px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
}
#qr2025 .modalContent {
  background-color: #fefefe;
  padding: 0;
  border: 1px solid #888;
  animation: fadeIn 0.7s ease 0s 1 normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 640px;
}
#qr2025 .modalContent iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
#qr2025 .modalContent button.closeBtn {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1.6rem;
  height: 0.2rem;
  background: currentColor;
  border-radius: 0.1rem;
  position: absolute;
  transform: rotate(45deg);
  border: none;
  right: 0;
  top: -1rem;
  opacity: 0.6;
  transition: 0.2s ease-in-out;
}
#qr2025 .modalContent button.closeBtn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
#qr2025 .modalContent button.closeBtn:hover {
  opacity: 1;
}
#qr2025 .lead {
  margin-bottom: 8rem;
}
#qr2025 .details .block--cont {
  margin-bottom: 8rem;
}
#qr2025 .lineup .lineupInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1%;
}
@media (max-width: 768px) {
  #qr2025 .lineup .lineupInner .lineupCont {
    width: 48%;
  }
}
#qr2025 .lineup .lineupInner .lineupCont .lineupSlideArea {
  width: 100%;
}
#qr2025 .lineup .lineupInner .lineupCont .lineupSlideArea a {
  pointer-events: none;
}
#qr2025 .lineup .lineupInner .lineupCont .lineupSlideArea .thumbnail-list {
  width: 100%;
  flex-wrap: nowrap;
  gap: 5px;
}
#qr2025 .lineup .lineupInner .lineupCont .lineupSlideArea .thumbnail-list span {
  width: 1rem;
  height: 1rem;
  margin: 0;
}
#qr2025 .lineup .lineupInner .lineupCont .detailArea {
  width: 100%;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    /*transform: translateY(30px);*/
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    /*transform: translateY(30px);*/
  }
}/*# sourceMappingURL=gms.css.map */