@keyframes loader {
  0% {
    transform: translate(0, 0);
  }

  60% {
    transform: translate(0, -7px);
  }

  100% {
    transform: translate(0, 0);
  }
}
@keyframes mvMove {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(12px);
  }
}
@media screen and (max-width: 749px) {
  @keyframes mvMove {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(8px);
    }
  }
}
#movie2025 #loaderBg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 7707;
  transition: opacity .8s .9s, z-index 0s 1.7s;
}
#movie2025 #loaderBg.hide {
  z-index: -1;
  opacity: 0;
  transition: 0s;
}
#movie2025 #loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 130px;
  margin: -72px auto 0;
  transform: translateX(-50%);
  text-align: center;
  z-index: 7708;
  transition: opacity .3s .6s, z-index 0s .9s;
}
#movie2025 #loader.hide {
  z-index: -1;
  opacity: 0;
  transition: 0s;
}
@media screen and (max-width: 1024px) {
  #movie2025 #loader {
    width: 55%;
  }
}
#movie2025 #loader img {
  width: 30%;
  animation: loader 2s ease-in-out infinite alternate;
}
@media screen and (max-width: 1024px) {
  #movie2025 #loader img {
    width: 10%;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #loader img {
    width: 15%;
  }
}
#movie2025 #loader p {
  margin-top: 7px;
  font-size: 14px;
  text-align: center;
  color: #e72662;
  font-weight: bold;
}
#movie2025 .overlay01 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 7003;
}
#movie2025 .overlay01 .contentBlock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 7004;
  padding: 40px;
  border-radius: 8px;
  margin-top: 25px;
}
@media screen and (max-width: 749px) {
  #movie2025 .overlay01 .contentBlock {
    padding: 8px;
    border-radius: 4px;
    margin-top: 0;
  }
}
#movie2025 .overlay01 .contentBlock .closeBtn {
  cursor: pointer;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 7004;
  right: 0;
  top: -50px;
}
@media screen and (max-width: 749px) {
  #movie2025 .overlay01 .contentBlock .closeBtn {
    width: 34px;
    height: 34px;
    top: -40px;
  }
}
#movie2025 .overlay01 .contentBlock .closeBtn::before, #movie2025 .overlay01 .contentBlock .closeBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 47%;
  right: -3px;
  background: #fff;
  width: 50px;
  height: 5px;
  border-radius: 3px;
}
@media screen and (max-width: 749px) {
  #movie2025 .overlay01 .contentBlock .closeBtn::before, #movie2025 .overlay01 .contentBlock .closeBtn::after {
    left: 0;
    width: 35px;
    height: 4px;
  }
}
#movie2025 .overlay01 .contentBlock .closeBtn::before {
  transform: rotate(45deg);
}
#movie2025 .overlay01 .contentBlock .closeBtn::after {
  transform: rotate(-45deg);
}
#movie2025 .overlay01 .contentBlock .youtubeWrap {
  width: 60vw;
  height: 34vw;
  max-width: 980px;
}
@media screen and (max-width: 1024px) {
  #movie2025 .overlay01 .contentBlock .youtubeWrap {
    width: 85vw;
    height: 48vw;
  }
}
#movie2025 .overlay01 .contentBlock .youtubeWrap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 749px) {
  #movie2025 #trackingArea.track {
    display: none;
  }
}
#movie2025 #page {
  position: relative;
  color: #683719;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
#movie2025 #page * {
  box-sizing: border-box;
}
#movie2025 #page a {
  color: #78593b;
}
#movie2025 #page img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  #movie2025 #page .sp {
    display: none !important;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .pcOnly {
    display: none !important;
  }
}
@media screen and (min-width: 750px) {
  #movie2025 #page .spOnly {
    display: none !important;
  }
}
#movie2025 #page .sideFixedBtn {
  position: absolute;
  z-index: 4;
  top: 65px;
  right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .sideFixedBtn {
    top: 165px;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .sideFixedBtn {
    top: 15px;
    right: 5px;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .sideFixedBtn.top {
    top: 65px;
  }
}
#movie2025 #page .sideFixedBtn.fixed {
  position: fixed;
  top: 30px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .sideFixedBtn.fixed {
    top: 20px;
  }
}
#movie2025 #page .sideFixedBtn li.menuBtn {
  display: block;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  background: #fff;
  color: #e431a3;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  padding: 48px 8px 8px;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(80, 80, 80, 0.3);
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .sideFixedBtn li.menuBtn {
    top: 70px;
    width: 45px;
    height: 45px;
    right: 10px;
    padding: 30px 5px 5px;
    border-radius: 3px;
    font-size: 10px;
  }
}
#movie2025 #page .sideFixedBtn li.menuBtn:hover {
  background: #fef7ff;
}
#movie2025 #page .sideFixedBtn li.menuBtn.fixed {
  position: fixed;
  top: 20px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .sideFixedBtn li.menuBtn.fixed {
    top: 20px;
  }
}
#movie2025 #page .sideFixedBtn li.menuBtn .ico {
  width: 35px;
  height: 3px;
  border-radius: 3px;
  display: block;
  background: #e431a3;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 749px) {
  #movie2025 #page .sideFixedBtn li.menuBtn .ico {
    width: 20px;
    top: 14px;
  }
}
#movie2025 #page .sideFixedBtn li.menuBtn .ico::before {
  position: absolute;
  top: -12px;
  content: "";
  width: 35px;
  height: 3px;
  border-radius: 3px;
  display: block;
  background: #e431a3;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .sideFixedBtn li.menuBtn .ico::before {
    width: 20px;
    top: -7px;
  }
}
#movie2025 #page .sideFixedBtn li.menuBtn .ico::after {
  position: absolute;
  bottom: -12px;
  content: "";
  width: 35px;
  height: 3px;
  border-radius: 3px;
  display: block;
  background: #e431a3;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .sideFixedBtn li.menuBtn .ico::after {
    width: 20px;
    bottom: -7px;
  }
}
#movie2025 #page .sideFixedBtn li.circleBtn a {
  display: grid;
  place-content: center;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background: #fff;
  box-shadow: 0 0 4px rgba(80, 80, 80, 0.3);
  font-size: 17px;
  line-height: 1.4;
  font-weight: bold;
  color: #e431a3;
  text-align: center;
  padding-bottom: 15px;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .sideFixedBtn li.circleBtn a {
    width: 65px;
    height: 65px;
    font-size: 10px;
    letter-spacing: normal;
    padding-bottom: 8px;
  }
}
#movie2025 #page .sideFixedBtn li.circleBtn a span {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .sideFixedBtn li.circleBtn a span {
    font-size: 8px;
  }
}
#movie2025 #page .sideFixedBtn li.circleBtn a::before {
  content: "";
  background: url(/kodomo/open/resources/movie/2025/images/common/icon_arrow_pink.svg) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
}
@media screen and (max-width: 749px) {
  #movie2025 #page .sideFixedBtn li.circleBtn a::before {
    width: 13px;
    height: 13px;
    bottom: 5px;
  }
}
#movie2025 #page .sideFixedBtn li.circleBtn a:hover {
  background: #fef7ff;
}
#movie2025 #page .sideFixedBtn li:nth-child(2) {
  margin-top: 20px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .sideFixedBtn li:nth-child(2) {
    margin-top: 10px;
  }
}
#movie2025 #page .sideFixedBtn li:nth-child(3) {
  margin-top: 15px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .sideFixedBtn li:nth-child(3) {
    margin-top: 8px;
  }
}
#movie2025 #page .sideFixedBtn li:nth-child(3) a {
  font-size: 18px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .sideFixedBtn li:nth-child(3) a {
    font-size: 11px;
  }
}
#movie2025 #page .menuModal {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100%;
  z-index: 7003;
  top: 0;
  overflow-y: auto;
}
#movie2025 #page .menuModal .menuWrap {
  width: 920px;
  padding: 150px 0 60px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .menuModal .menuWrap {
    width: 100%;
    padding: 80px 55px 40px;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .menuModal .menuWrap {
    padding: 40px 40px 10px;
  }
}
#movie2025 #page .menuModal .menuWrap .closeMenu {
  cursor: pointer;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 7002;
  right: 0;
  top: 80px;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .menuModal .menuWrap .closeMenu {
    width: 50px;
    height: 50px;
    right: 55px;
    top: 35px;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .menuModal .menuWrap .closeMenu {
    right: 20px;
    top: 15px;
  }
}
#movie2025 #page .menuModal .menuWrap .closeMenu::before, #movie2025 #page .menuModal .menuWrap .closeMenu::after {
  content: "";
  display: block;
  position: absolute;
  top: 47%;
  right: -3px;
  background: #fff;
  width: 50px;
  height: 5px;
  border-radius: 3px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .menuModal .menuWrap .closeMenu::before, #movie2025 #page .menuModal .menuWrap .closeMenu::after {
    left: 8px;
    width: 35px;
    height: 4px;
  }
}
#movie2025 #page .menuModal .menuWrap .closeMenu::before {
  transform: rotate(45deg);
}
#movie2025 #page .menuModal .menuWrap .closeMenu::after {
  transform: rotate(-45deg);
}
#movie2025 #page .menuModal .menuWrap .menuList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .menuModal .menuWrap .menuList {
    padding-left: 0;
    padding-right: 0;
  }
}
#movie2025 #page .menuModal .menuWrap .menuList li {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  overflow: hidden;
  margin-top: 40px;
  position: relative;
}
#movie2025 #page .menuModal .menuWrap .menuList li:not(:nth-child(4n+1)) {
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .menuModal .menuWrap .menuList li:not(:nth-child(4n+1)) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .menuModal .menuWrap .menuList li {
    margin-top: 30px;
    width: calc((100vw - 170px) / 3);
    height: calc((100vw - 170px) / 3);
  }
  #movie2025 #page .menuModal .menuWrap .menuList li:nth-child(2), #movie2025 #page .menuModal .menuWrap .menuList li:nth-child(5), #movie2025 #page .menuModal .menuWrap .menuList li:nth-child(8) {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 749px) {
  #movie2025 #page .menuModal .menuWrap .menuList li:nth-child(2), #movie2025 #page .menuModal .menuWrap .menuList li:nth-child(5), #movie2025 #page .menuModal .menuWrap .menuList li:nth-child(8) {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 749px) {
  #movie2025 #page .menuModal .menuWrap .menuList li {
    margin-top: 20px;
    width: calc((100vw - 110px) / 2);
    height: calc((100vw - 110px) / 2);
  }
  #movie2025 #page .menuModal .menuWrap .menuList li:nth-child(2n) {
    margin-left: 30px;
  }
}
#movie2025 #page .menuModal .menuWrap .menuList li a {
  display: block;
  background: #fff;
  padding-top: 130px;
  height: 100%;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .menuModal .menuWrap .menuList li a {
    padding-top: 130px;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .menuModal .menuWrap .menuList li a {
    padding-top: 75px;
  }
}
#movie2025 #page .menuModal .menuWrap .menuList li a::before {
  content: "";
  background: url(/kodomo/open/resources/movie/2025/images/common/menu_icon01.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50px;
  left: 50%;
  width: 66px;
  height: 55px;
  margin-left: -33px;
  transition: 0.3s;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .menuModal .menuWrap .menuList li a::before {
    top: 35px;
    width: 36px;
    height: 30px;
    margin-left: -18px;
  }
}
#movie2025 #page .menuModal .menuWrap .menuList li a:hover::before {
  transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .menuModal .menuWrap .menuList li img {
    height: 2.5vw;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .menuModal .menuWrap .menuList li img {
    height: 3vw;
  }
}
#movie2025 #page .menuModal .menuWrap .menuList li:nth-child(2) a::before {
  background-image: url(/kodomo/open/resources/movie/2025/images/common/menu_icon02.svg);
  top: 40px;
  width: 69px;
  height: 69px;
  margin-left: -34px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .menuModal .menuWrap .menuList li:nth-child(2) a::before {
    top: 33px;
    width: 35px;
    height: 35px;
    margin-left: -17px;
  }
}
#movie2025 #page .menuModal .menuWrap .menuList li:nth-child(3) a::before {
  background-image: url(/kodomo/open/resources/movie/2025/images/common/menu_icon09.svg);
  top: 40px;
  width: 69px;
  height: 69px;
  margin-left: -34px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .menuModal .menuWrap .menuList li:nth-child(3) a::before {
    top: 33px;
    width: 35px;
    height: 35px;
    margin-left: -17px;
  }
}
#movie2025 #page .menuModal .menuWrap .menuList li:nth-child(4) a::before {
  background-image: url(/kodomo/open/resources/movie/2025/images/common/menu_icon03.svg);
  width: 65px;
  height: 49px;
  margin-left: -32px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .menuModal .menuWrap .menuList li:nth-child(4) a::before {
    width: 37px;
    height: 28px;
    margin-left: -18px;
  }
}
#movie2025 #page .menuModal .menuWrap .menuList li:nth-child(5) a::before {
  background-image: url(/kodomo/open/resources/movie/2025/images/common/menu_icon04.svg);
  top: 48px;
  width: 63px;
  height: 56px;
  margin-left: -32px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .menuModal .menuWrap .menuList li:nth-child(5) a::before {
    top: 35px;
    width: 32px;
    height: 28px;
    margin-left: -16px;
  }
}
#movie2025 #page .menuModal .menuWrap .menuList li:nth-child(6) a::before {
  background-image: url(/kodomo/open/resources/movie/2025/images/common/menu_icon05.svg);
  top: 48px;
  width: 74px;
  height: 55px;
  margin-left: -37px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .menuModal .menuWrap .menuList li:nth-child(6) a::before {
    top: 33px;
    width: 37px;
    height: 28px;
    margin-left: -18px;
  }
}
#movie2025 #page .menuModal .menuWrap .menuList li:nth-child(7) a {
  padding-top: 125px;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .menuModal .menuWrap .menuList li:nth-child(7) a {
    padding-top: 120px;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .menuModal .menuWrap .menuList li:nth-child(7) a {
    padding-top: 75px;
  }
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .menuModal .menuWrap .menuList li:nth-child(7) a img {
    height: 6vw;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .menuModal .menuWrap .menuList li:nth-child(7) a img {
    height: 8vw;
  }
}
#movie2025 #page .menuModal .menuWrap .menuList li:nth-child(7) a::before {
  background-image: url(/kodomo/open/resources/movie/2025/images/common/menu_icon06.svg);
  top: 43px;
  width: 59px;
  height: 56px;
  margin-left: -29px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .menuModal .menuWrap .menuList li:nth-child(7) a::before {
    top: 30px;
    width: 30px;
    height: 28px;
    margin-left: -15px;
  }
}
#movie2025 #page .menuModal .menuWrap .menuList li:nth-child(8) a {
  padding-top: 125px;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .menuModal .menuWrap .menuList li:nth-child(8) a {
    padding-top: 120px;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .menuModal .menuWrap .menuList li:nth-child(8) a {
    padding-top: 75px;
  }
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .menuModal .menuWrap .menuList li:nth-child(8) a img {
    height: 6vw;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .menuModal .menuWrap .menuList li:nth-child(8) a img {
    height: 8vw;
  }
}
#movie2025 #page .menuModal .menuWrap .menuList li:nth-child(8) a::before {
  content: "";
  background-image: url(/kodomo/open/resources/movie/2025/images/common/menu_icon08.svg);
  position: absolute;
  top: 45px;
  width: 42px;
  height: 60px;
  margin-left: -21px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .menuModal .menuWrap .menuList li:nth-child(8) a::before {
    top: 28px;
    width: 26px;
    height: 35px;
    margin-left: -13px;
  }
}
#movie2025 #page .menuModal .menuWrap .menuList li:last-child a {
  padding-top: 130px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .menuModal .menuWrap .menuList li:last-child a {
    padding-top: 75px;
  }
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .menuModal .menuWrap .menuList li:last-child a img {
    height: 2.5vw;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .menuModal .menuWrap .menuList li:last-child a img {
    height: 3vw;
  }
}
#movie2025 #page .menuModal .menuWrap .menuList li:last-child a::before {
  content: "";
  background-image: url(/kodomo/open/resources/movie/2025/images/common/menu_icon07.svg);
  position: absolute;
  top: 45px;
  width: 62px;
  height: 56px;
  margin-left: -31px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .menuModal .menuWrap .menuList li:last-child a::before {
    top: 33px;
    width: 32px;
    height: 28px;
    margin-left: -16px;
  }
}
#movie2025 #page .section-fade {
  transform: translateY(40px);
  opacity: 0;
  transition: 0.8s;
}
#movie2025 #page .fade {
  transform: translateY(0);
  opacity: 1;
}
#movie2025 #page .mvArea {
  margin: 0 auto;
  padding: 0 30px;
  height: 800px;
  background: url(/kodomo/open/resources/movie/2025/images/top/mv_bg02.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .mvArea {
    padding: 0;
    height: 130vw;
    background: url(/kodomo/open/resources/movie/2025/images/top/mv_bg_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .mvArea {
    height: 148vw;
  }
}
#movie2025 #page .mvArea::before {
  content: "";
  background: url(/kodomo/open/resources/movie/2025/images/top/mv_note.png) no-repeat center center;
  background-size: contain;
  width: 1300px;
  height: 800px;
  position: absolute;
  z-index: 3;
  top: 0;
  left: calc(50% - 650px);
  animation: mvMove 3s ease-in-out 0s infinite alternate;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .mvArea::before {
    background-image: url(/kodomo/open/resources/movie/2025/images/top/mv_note_sp.png);
    background-size: cover;
    width: 100vw;
    height: 130vw;
    left: 0;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .mvArea::before {
    height: 148vw;
  }
}
#movie2025 #page .mvArea::after {
  content: "";
  background: url(/kodomo/open/resources/movie/2025/images/top/mv_bg.jpg) no-repeat center center;
  background-size: contain;
  width: 1300px;
  height: 800px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .mvArea::after {
    display: none;
  }
}
#movie2025 #page .mvArea .mvTextArea {
  max-width: 1170px;
  height: 100%;
  margin: auto;
  position: relative;
  z-index: 3;
}
#movie2025 #page .mvArea .mvTextArea::before {
  content: "";
  background: url(/kodomo/open/resources/movie/2025/images/top/mv_character.png) no-repeat center center;
  background-size: contain;
  width: 1300px;
  height: 800px;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .mvArea .mvTextArea::before {
    background-image: url(/kodomo/open/resources/movie/2025/images/top/mv_character_sp.png);
    background-size: cover;
    width: 100vw;
    height: 130vw;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .mvArea .mvTextArea::before {
    height: 148vw;
  }
}
#movie2025 #page .mvArea .mvTextArea .textBox01 {
  position: absolute;
  z-index: 5;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .mvArea .mvTextArea .textBox01 {
    bottom: 40px;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .mvArea .mvTextArea .textBox01 {
    bottom: 30px;
  }
}
#movie2025 #page .mvArea .mvTextArea .textBox01 .text01 {
  width: 400px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .mvArea .mvTextArea .textBox01 .text01 {
    width: 350px;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .mvArea .mvTextArea .textBox01 .text01 {
    width: 45vw;
    margin: 2px auto 0;
  }
}
#movie2025 #page .mvArea .mvTextArea .textBox01 .logo {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .mvArea .mvTextArea .textBox01 .logo {
    width: 50vw;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .mvArea .mvTextArea .textBox01 .logo {
    width: 68vw;
  }
}
#movie2025 #page .mvArea .mvTextArea .text02 {
  position: absolute;
  z-index: 5;
  width: 897px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .mvArea .mvTextArea .text02 {
    width: 90vw;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .mvArea .mvTextArea .text02 {
    width: 95vw;
    top: 10px;
  }
}
#movie2025 #page .mvArea .mvTextArea .catchCopy {
  width: 80px;
  position: absolute;
  z-index: 5;
  top: 150px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .mvArea .mvTextArea .catchCopy {
    width: 10%;
    top: 150px;
    left: 30px;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .mvArea .mvTextArea .catchCopy {
    width: 13%;
    top: 85px;
    left: 10px;
  }
}
#movie2025 #page .mvArea .mvTextArea .copyright {
  width: 500px;
  position: absolute;
  z-index: 5;
  bottom: 10px;
  left: calc(50% + 130px);
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .mvArea .mvTextArea .copyright {
    width: 450px;
    left: auto;
    right: 5px;
    bottom: 5px;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .mvArea .mvTextArea .copyright {
    width: 100%;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#movie2025 #page .movieWrap01 {
  background: url(/kodomo/open/resources/movie/2025/images/common/bg_image01.jpg) repeat top center;
  background-size: contain;
}
#movie2025 #page .movieWrap02 {
  background: url(/kodomo/open/resources/movie/2025/images/common/bg_image02.jpg) repeat-y top center;
  background-size: 100%;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .movieWrap02 {
    background-image: url(/kodomo/open/resources/movie/2025/images/common/bg_image02_sp.jpg);
  }
}
#movie2025 #page .movieWrap03 {
  background: url(/kodomo/open/resources/movie/2025/images/common/bg_image03.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .movieWrap03 {
    background-image: url(/kodomo/open/resources/movie/2025/images/common/bg_image03_sp.jpg);
  }
}
#movie2025 #page .inner {
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
#movie2025 #page .title01 {
  text-align: center;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .title01 img {
    height: 16vw;
  }
}
#movie2025 #page .movieSection {
  padding-top: 80px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .movieSection {
    padding-top: 40px;
  }
}
#movie2025 #page .movieSection .movieArea {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .movieSection .movieArea {
    margin-top: 20px;
  }
}
#movie2025 #page .movieSection .movieArea iframe {
  width: 790px;
  height: 444px;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .movieSection .movieArea iframe {
    width: 100%;
    height: calc((100vw - 30px) * 0.5625);
  }
}
#movie2025 #page .movieSection .movieArea .btnList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .movieSection .movieArea .btnList {
    margin-top: 10px;
  }
}
#movie2025 #page .movieSection .movieArea .btnList li:nth-child(2n) {
  margin-left: 30px;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .movieSection .movieArea .btnList li:nth-child(2n) {
    margin-left: 15px;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .movieSection .movieArea .btnList li:nth-child(2n) {
    margin-left: 5px;
  }
}
#movie2025 #page .movieSection .movieArea .btnList li:nth-child(n+3) {
  margin-top: 15px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .movieSection .movieArea .btnList li:nth-child(n+3) {
    margin-top: 10px;
  }
}
#movie2025 #page .movieSection .movieArea .btnList li button {
  display: grid;
  place-content: center;
  width: 380px;
  height: 60px;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  border-radius: 30px;
  border: none;
  background: #fff;
  color: #e431a3;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .movieSection .movieArea .btnList li button {
    width: calc((100vw - 70px) / 2);
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .movieSection .movieArea .btnList li button {
    width: calc((100vw - 35px) / 2);
    height: 45px;
    font-size: 15px;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .movieSection .movieArea .btnList li button .smallText {
    font-size: 13px;
  }
}
#movie2025 #page .movieSection .movieArea .btnList li button:hover {
  background: #fbecfe;
}
#movie2025 #page .movieSection .movieArea .btnList li button.active {
  background: #e431a3;
  color: #fff;
  cursor: auto;
}
#movie2025 #page .newsSection {
  padding: 100px 0 80px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .newsSection {
    padding: 50px 0 40px;
  }
}
#movie2025 #page .newsSection .newsList {
  width: 820px;
  margin: 30px auto 0;
  background: #fff;
  padding: 0 30px;
  border-radius: 8px;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .newsSection .newsList {
    width: 100%;
    margin: 15px auto 0;
    padding: 0 10px;
    border-radius: 4px;
  }
}
#movie2025 #page .newsSection .newsList li {
  display: flex;
  align-items: start;
  padding: 15px 10px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .newsSection .newsList li {
    padding: 10px;
    display: block;
  }
}
#movie2025 #page .newsSection .newsList li:first-child {
  padding-top: 25px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .newsSection .newsList li:first-child {
    padding-top: 10px;
  }
}
#movie2025 #page .newsSection .newsList li:last-child {
  padding-bottom: 25px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .newsSection .newsList li:last-child {
    padding-bottom: 10px;
  }
}
#movie2025 #page .newsSection .newsList li + li {
  border-top: 1px dashed #683719;
}
#movie2025 #page .newsSection .newsList li .date {
  width: 90px;
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
  display: inline;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .newsSection .newsList li .date {
    width: auto;
    font-size: 13px;
  }
}
#movie2025 #page .newsSection .newsList li .text01 {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .newsSection .newsList li .text01 {
    width: 100%;
    font-size: 13px;
    margin-top: 3px;
  }
}
#movie2025 #page .newsSection .newsList li a {
  text-decoration: underline;
  transition: 0.3s;
}
#movie2025 #page .newsSection .newsList li a:hover {
  text-decoration: none;
}
#movie2025 #page .newsSection .newsListLink {
  width: 820px;
  margin: 20px auto 0;
  text-align: right;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .newsSection .newsListLink {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .newsSection .newsListLink {
    margin-top: 10px;
    font-size: 13px;
  }
}
#movie2025 #page .newsSection .newsListLink a {
  text-decoration: underline;
  transition: .3s;
  padding-right: 25px;
  position: relative;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .newsSection .newsListLink a {
    padding-right: 16px;
  }
}
#movie2025 #page .newsSection .newsListLink a:hover {
  text-decoration: none;
}
#movie2025 #page .newsSection .newsListLink a::before {
  content: "";
  background: url(/kodomo/open/resources/movie/2025/images/common/icon_arrow_pink.svg) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 749px) {
  #movie2025 #page .newsSection .newsListLink a::before {
    width: 13px;
    height: 13px;
  }
}
#movie2025 #page .newsSection .bannerSlider {
  width: 820px;
  margin: 60px auto 0;
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .newsSection .bannerSlider {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
#movie2025 #page .newsSection .bannerSlider .banner img {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .newsSection .bannerSlider .banner img {
    border-radius: 5px;
  }
}
#movie2025 #page .newsSection .bannerSlider .banner a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .newsSection .bannerSlider .slick-dots {
    bottom: -16px;
  }
}
#movie2025 #page .newsSection .bannerSlider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .newsSection .bannerSlider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
}
#movie2025 #page .newsSection .bannerSlider .slick-dots li button {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .newsSection .bannerSlider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
#movie2025 #page .newsSection .bannerSlider .slick-dots li button::before {
  background: #b3b3b3;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .newsSection .bannerSlider .slick-dots li button::before {
    width: 10px;
    height: 10px;
  }
}
#movie2025 #page .newsSection .bannerSlider .slick-dots li.slick-active button::before {
  background: #e431a3;
}
#movie2025 #page .reviewsSection {
  padding: 80px 0 100px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .reviewsSection {
    padding: 40px 0 40px;
  }
}
#movie2025 #page .reviewsSection .leadText {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.7;
  margin: 40px auto;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .reviewsSection .leadText {
    font-size: 15px;
    margin: 15px auto 20px;
  }
}
#movie2025 #page .reviewsSection .ownlyBlock .ownly_ugc_pagination {
  height: auto;
}
#movie2025 #page .reviewsSection .ownlyBlock .ownly_ugc_paging {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  border: 1px solid #7c522c;
  border-radius: 30px;
  margin: 30px auto 0;
  padding: 15px 10px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .reviewsSection .ownlyBlock .ownly_ugc_paging {
    font-size: 16px;
    margin: 20px auto 0;
    padding: 13px 10px;
  }
}
#movie2025 #page .reviewsSection .ownlyBlock .ownly_ugc_paging:hover {
  text-decoration: none;
  opacity: 0.85;
}
#movie2025 #page .storySection {
  padding: 80px 0 100px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .storySection {
    padding: 40px 0 40px;
  }
}
#movie2025 #page .storySection .textBox .leadText {
  margin-top: 30px;
  font-family: "GenJyuuGothic-bold", sans-serif;
  font-size: 30px;
  color: #e431a3;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .storySection .textBox .leadText {
    margin-top: 15px;
    font-size: 19px;
  }
}
#movie2025 #page .storySection .textBox .text {
  margin-top: 35px;
  font-weight: bold;
  font-size: 20px;
  line-height: 2.2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .storySection .textBox .text {
    text-align: left;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .storySection .textBox .text {
    margin-top: 20px;
    font-size: 13px;
    line-height: 2.1;
  }
}
#movie2025 #page .storySection .textBox .text p + p {
  margin-top: 30px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .storySection .textBox .text p + p {
    margin-top: 15px;
  }
}
#movie2025 #page .slideList .slick-slide {
  width: 340px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .slideList .slick-slide {
    width: 48vw;
  }
}
#movie2025 #page .characterSection {
  padding: 80px 0 100px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .characterSection {
    padding: 40px 0 40px;
  }
}
#movie2025 #page .characterSection .characterImage {
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .characterSection .characterImage {
    margin-top: 20px;
  }
}
#movie2025 #page .characterSection .characterImage li:nth-child(n+2) {
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .characterSection .characterImage li:nth-child(n+2) {
    margin-top: 20px;
  }
}
#movie2025 #page .characterSection .characterImage li:nth-child(3) {
  margin-top: 50px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .characterSection .characterImage li:nth-child(3) {
    margin-top: 25px;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .characterSection .characterImage li:nth-child(2) {
    width: 85%;
  }
}
#movie2025 #page .characterSection .introductionBoxList {
  margin-top: 40px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .characterSection .introductionBoxList {
    margin-top: 20px;
  }
}
#movie2025 #page .characterSection .introductionBoxList li {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 30px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .characterSection .introductionBoxList li {
    padding: 20px 15px 15px;
    border-radius: 4px;
  }
}
#movie2025 #page .characterSection .introductionBoxList li .topBlock {
  display: flex;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .characterSection .introductionBoxList li .topBlock {
    display: block;
  }
}
#movie2025 #page .characterSection .introductionBoxList li .topBlock .imgBox {
  flex-shrink: 0;
  margin-top: 15px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .characterSection .introductionBoxList li .topBlock .imgBox {
    width: 55%;
    margin: 0 auto;
  }
}
#movie2025 #page .characterSection .introductionBoxList li .topBlock .textBox01 {
  margin-left: 30px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .characterSection .introductionBoxList li .topBlock .textBox01 {
    margin-left: 0;
    margin-top: 15px;
  }
}
#movie2025 #page .characterSection .introductionBoxList li .topBlock .textBox01 .text01 {
  display: grid;
  place-content: center;
  width: 140px;
  height: 30px;
  border-radius: 15px;
  background: #e431a3;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding-top: 2px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .characterSection .introductionBoxList li .topBlock .textBox01 .text01 {
    width: 110px;
    height: 20px;
    font-size: 13px;
    margin: 0 auto;
  }
}
#movie2025 #page .characterSection .introductionBoxList li .topBlock .textBox01 .text02 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin: 15px auto -10px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .characterSection .introductionBoxList li .topBlock .textBox01 .text02 {
    font-size: 12px;
    margin: 8px auto -6px;
    text-align: center;
  }
}
#movie2025 #page .characterSection .introductionBoxList li .topBlock .textBox01 .text03 {
  font-weight: bold;
  font-size: 30px;
  margin-top: 15px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .characterSection .introductionBoxList li .topBlock .textBox01 .text03 {
    margin-top: 8px;
    font-size: 18px;
    text-align: center;
  }
}
#movie2025 #page .characterSection .introductionBoxList li .topBlock .textBox01 .text03 span {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .characterSection .introductionBoxList li .topBlock .textBox01 .text03 span {
    font-size: 13px;
  }
}
#movie2025 #page .characterSection .introductionBoxList li .topBlock .textBox01 .text04 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .characterSection .introductionBoxList li .topBlock .textBox01 .text04 {
    font-size: 13px;
    margin-top: 5px;
  }
}
#movie2025 #page .characterSection .introductionBoxList li .textBox02 {
  margin-top: 25px;
  font-size: 16px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .characterSection .introductionBoxList li .textBox02 {
    margin-top: 10px;
    font-size: 12px;
  }
}
#movie2025 #page .characterSection .introductionBoxList li:nth-child(2) {
  margin-top: 40px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .characterSection .introductionBoxList li:nth-child(2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .characterSection .introductionBoxList li:nth-child(2) .imgBox {
    width: 45%;
  }
}
#movie2025 #page .characterSection .introductionBoxList li:nth-child(2) .textBox01 .text01 {
  background: #2c89ca;
}
#movie2025 #page .sponsorSection {
  padding-top: 80px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .sponsorSection {
    padding-top: 40px;
  }
}
@media screen and (max-width: 749px) {
  #movie2025 #page .sponsorSection .title01 img {
    height: 5vw;
  }
}
#movie2025 #page .sponsorSection .bannerList {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .sponsorSection .bannerList {
    margin-top: 20px;
  }
}
#movie2025 #page .sponsorSection .bannerList li a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .sponsorSection .bannerList li a {
    border-radius: 3px;
  }
}
#movie2025 #page .sponsorSection .bannerList li + li {
  margin-left: 20px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .sponsorSection .bannerList li + li {
    margin-left: 8px;
  }
}
#movie2025 #page .sponsorSection .text {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .sponsorSection .text {
    margin: 20px auto 0;
    width: 77%;
  }
}
#movie2025 #page .staffSection {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .staffSection {
    margin: 50px auto 0;
    width: 95%;
  }
}
#movie2025 #page .messageSection {
  text-align: center;
}
#movie2025 #page .messageSection .text01 {
  margin: 30px auto 20px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .messageSection .text01 {
    margin: 20px auto 10px;
    width: 100%;
  }
}
#movie2025 #page .snsSection {
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .snsSection {
    padding-bottom: 40px;
  }
}
#movie2025 #page .snsSection dl {
  width: 500px;
  margin: 0 auto;
  background: #fff;
  padding: 30px 0;
  border-radius: 8px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .snsSection dl {
    width: 90%;
    padding: 18px 25px 20px;
    border-radius: 4px;
  }
}
#movie2025 #page .snsSection dl ul {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .snsSection dl ul {
    margin-top: 12px;
  }
}
#movie2025 #page .snsSection dl ul li {
  width: 60px;
}
@media screen and (max-width: 1024px) {
  #movie2025 #page .snsSection dl ul li {
    width: 17%;
  }
}
#movie2025 #page .snsSection dl ul li + li {
  margin-left: 25px;
}
@media screen and (max-width: 749px) {
  #movie2025 #page .snsSection dl ul li + li {
    margin-left: 12px;
  }
}
#movie2025 #page .snsSection dl ul li a {
  display: block;
  transition: 0.3s;
}
@media (hover: hover) {
  #movie2025 #page .snsSection dl ul li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
