@charset "utf-8";

@media screen and (min-width:921px) {
.spcBlock01 {
	max-width: 1100px;
	margin: auto;
}
.spcBlock_inner {
    max-width: 100%;
    margin: auto;
}
.spc_tit,
.spc_lead {
	text-align: left;
	padding: 0;
}
.spcBlock_innerBlock {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.spcSlide {
	max-width: 360px;
	margin-top: 0px;
}
.spcBlock_innerBlock_r {
	max-width: 60%;
	text-align: left;
}
.spcArea {
    padding-top: 0;
}
.spcAcd {
	max-width: 430px;
	margin-left: auto;
	margin-right: auto;
}
}

@media screen and (max-width:1280px) {
.spcBlock_inner {
  width: 90%;
  max-width: 100%; 
}
}



.movArea {
  padding: 90px 0;
  position: relative;
}
.movArea:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
  display: block;
  background: url(../../images/valentine_2026/common/bg_mov.png) repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 114px;
}
.lp-movie-mov {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 684px;
}
.video-btn {
  top: calc(165vw / 14);
  left: -2px;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: calc(687vw / 14);
  max-height: calc(388vw / 14);
  cursor: pointer;
}
.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.finished .video-btn {
  position: absolute;
}
.finished .video-btn:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 100px;
  height: 100px;
  margin: auto;
}
.video_play {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  border: 0.05em solid currentColor;
  border-radius: 50%;
  color: rgba(255 255 255  / 0.6);
  font-size: 100px;
  z-index: -1;
}
.video_play:before {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 0.25em solid transparent;
  border-left: 0.4em solid currentColor;
  box-sizing: border-box;
  content: '';
}
.finished .video_play {
  z-index: 2;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.movArea {
  padding: 45px 0;
}
.movArea:before {
  display: none;
}
.lp-movie-mov {
  max-width: calc(704vw / 7.5);
  height: calc(383vw / 7.5);
}
.video-btn {
  top: calc(165vw / 7.5);
  max-width: calc(702vw / 7.5);
  max-height: calc(386vw / 7.5);
}
.video_play {
  width: 0.8em;
  height: 0.8em;
  border: 0.03em solid currentColor;
}
.video_play:before {
  left: 38%;
  border: 0.15em solid transparent;
  border-left: 0.25em solid currentColor;
}
.finished .video-btn:after {
  width: 80px;
  height: 80px;
}
.lp-movie:before {
  bottom: -40%;
  left: inherit;
  right: 0;
  background: url(../images/starlight_serenade/cloud-collection.png) left top no-repeat;
  background-size: 100% auto;
  width: calc(279vw / 7.5);
  height: calc(375vw / 7.5);
}
.lp-movie.palla-in:before {
  animation: palla-D 3s ease-in-out 0.5s forwards;
}
