@charset "UTF-8";
@keyframes loader {
  0% {
    transform: translate(0, 0) rotate(-5deg);
  }

  50% {
    transform: translate(0, -7px) rotate(0deg);
  }

  100% {
    transform: translate(0, 0) rotate(5deg);
  }
}
@keyframes mvMove {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(15px);
  }
}
@media screen and (max-width: 749px) {
  @keyframes mvMove {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(8px);
    }
  }
}
@keyframes twinkle {
  0% {
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}
#movie2024 {
  opacity: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 960px) {
  #movie2024 {
    padding-bottom: 0;
  }
}
#movie2024.show {
  opacity: 1;
}
#movie2024.fixed {
  padding-top: 100px;
}
@media screen and (max-width: 960px) {
  #movie2024.fixed {
    padding-top: 0;
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #trackingArea.track {
    display: none;
  }
}
#movie2024 .btPagetop {
  bottom: 11em;
}
@media screen and (max-width: 960px) {
  #movie2024 .btPagetop {
    bottom: 2em;
  }
}
#movie2024 #page {
  position: relative;
  color: #7c522c;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
#movie2024 #page * {
  box-sizing: border-box;
}
#movie2024 #page a {
  color: #78593b;
}
#movie2024 #page img {
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .pc {
    display: none !important;
  }
}
@media screen and (min-width: 961px) {
  #movie2024 #page .sp {
    display: none !important;
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .pcOnly {
    display: none !important;
  }
}
@media screen and (min-width: 750px) {
  #movie2024 #page .spOnly {
    display: none !important;
  }
}
#movie2024 #page #loaderBg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: -1;
  opacity: 0;
  transition: opacity .8s .9s, z-index 0s 1.7s;
}
#movie2024 #page #loaderBg.show {
  z-index: 7004;
  opacity: 1;
  transition: 0s;
}
#movie2024 #page #loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 130px;
  margin: -72px auto 0;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  z-index: -1;
  transition: opacity .3s .6s, z-index 0s .9s;
}
#movie2024 #page #loader.show {
  z-index: 7004;
  opacity: 1;
  transition: 0s;
}
@media screen and (max-width: 960px) {
  #movie2024 #page #loader {
    width: 55%;
  }
}
#movie2024 #page #loader img {
  width: 60%;
  animation: loader 2.5s ease-in-out infinite alternate;
}
@media screen and (max-width: 960px) {
  #movie2024 #page #loader img {
    width: 30%;
  }
}
#movie2024 #page #loader p {
  margin-top: 7px;
  font-size: 14px;
  text-align: center;
  color: #ff8533;
  font-weight: bold;
}
#movie2024 #page #modal-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  z-index: 7004;
}
#movie2024 #page #modal-overlay #modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 7005;
  padding: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page #modal-overlay #modal-content {
    padding: 8px;
  }
}
#movie2024 #page #modal-overlay #modal-content i {
  display: block;
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page #modal-overlay #modal-content i {
    top: -40px;
    width: 34px;
    height: 34px;
  }
}
#movie2024 #page #modal-overlay #modal-content i::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  background-color: #fff;
  width: 50px;
  height: 5px;
  border-radius: 2px;
  transform: translateX(50%) rotate(45deg);
}
@media screen and (max-width: 749px) {
  #movie2024 #page #modal-overlay #modal-content i::before {
    width: 35px;
    height: 4px;
  }
}
#movie2024 #page #modal-overlay #modal-content i::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  background-color: #fff;
  width: 50px;
  height: 5px;
  border-radius: 2px;
  transform: translateX(50%) rotate(-45deg);
}
@media screen and (max-width: 749px) {
  #movie2024 #page #modal-overlay #modal-content i::after {
    width: 35px;
    height: 4px;
  }
}
#movie2024 #page #modal-overlay #modal-content .youtubeWrap {
  width: 53vw;
  height: 30vw;
}
@media screen and (max-width: 960px) {
  #movie2024 #page #modal-overlay #modal-content .youtubeWrap {
    width: 85vw;
    height: 48vw;
  }
}
#movie2024 #page #modal-overlay #modal-content .youtubeWrap iframe {
  width: 100%;
  height: 100%;
}
#movie2024 #page .ticketModal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 7003;
  padding: 80px 15px 40px;
  overflow-y: scroll;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .ticketModal {
    padding: 50px 20px 20px;
  }
}
#movie2024 #page .ticketModal .modolWrap {
  width: 940px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .ticketModal .modolWrap {
    width: 100%;
  }
}
#movie2024 #page .ticketModal .modolWrap .closeBtn {
  cursor: pointer;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 7004;
  right: 0;
  top: -55px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .ticketModal .modolWrap .closeBtn {
    width: 34px;
    height: 34px;
    top: -40px;
  }
}
#movie2024 #page .ticketModal .modolWrap .closeBtn::before, #movie2024 #page .ticketModal .modolWrap .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) {
  #movie2024 #page .ticketModal .modolWrap .closeBtn::before, #movie2024 #page .ticketModal .modolWrap .closeBtn::after {
    left: 0;
    width: 35px;
    height: 4px;
  }
}
#movie2024 #page .ticketModal .modolWrap .closeBtn::before {
  transform: rotate(45deg);
}
#movie2024 #page .ticketModal .modolWrap .closeBtn::after {
  transform: rotate(-45deg);
}
#movie2024 #page .ticketModal .modolWrap .modalContent {
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent {
    padding: 15px;
  }
}
#movie2024 #page .ticketModal .modolWrap .modalContent .title01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .title01 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .title01 img {
    height: 16vw;
  }
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .ticketTextBox {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .ticketTextBox {
    margin-top: 10px;
  }
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .text01 {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .text01 {
    font-size: 15px;
    line-height: 1.5;
  }
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .text01 .marker {
  background: linear-gradient(transparent 60%, #fef565 60%);
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .text02 {
  color: #e73838;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .text02 {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px;
  }
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .text03 {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .text03 {
    font-size: 15px;
    line-height: 1.4;
  }
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .textBox01 {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .textBox01 a {
  font-size: 14px;
  text-decoration: underline;
  transition: 0.3s;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .textBox01 a {
    font-size: 13px;
  }
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .textBox01 a:hover {
  text-decoration: none;
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .notice01 {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .notice01 {
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
  }
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .notice02 {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .notice02 {
    font-size: 12px;
    line-height: 1.5;
  }
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .notice03 {
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .notice03 {
    font-size: 12px;
    line-height: 1.5;
  }
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .title02 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .title02 {
    font-size: 18px;
  }
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .title02::before {
  content: "";
  width: 330px;
  height: 2px;
  background: #7c522c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .title02::before {
    width: 120px;
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .title02::before {
    width: 80px;
  }
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .title02::after {
  content: "";
  width: 330px;
  height: 2px;
  background: #7c522c;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .title02::after {
    width: 120px;
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .title02::after {
    width: 80px;
  }
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .title03 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #7c522c;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .title03 {
    font-size: 14px;
    padding: 2px 0;
  }
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .title04 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #7c522c;
  margin-top: 5px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .title04 {
    font-size: 15px;
  }
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .title04 span {
  font-size: 18px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .title04 span {
    font-size: 13px;
  }
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .content {
    display: block;
  }
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .content > li {
  width: 420px;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .content > li {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .content > li + li {
    margin-top: 15px;
  }
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .content > li .imgBox {
  margin-top: 10px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .content > li .imgBox {
    margin-top: 5px;
  }
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .content > li input[type="tel"] {
  display: block;
  margin-top: 5px;
  border: 2px solid  #7c522c;
  border-radius: 4px;
  background: none;
  outline: none;
  padding: 7px 10px;
  font-size: 20px;
  width: 100%;
  color: #7c522c;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .content > li input[type="tel"] {
    font-size: 15px;
  }
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .content > li .btn {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .content > li .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #e73884;
  border-radius: 30px;
  width: 350px;
  height: 60px;
  text-decoration: none;
  transition: 0.3s;
  padding-right: 10px;
  position: relative;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .content > li .btn a {
    width: 100%;
    font-size: 15px;
    height: 50px;
  }
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .content > li .btn a::after {
  content: "";
  background: url(/kodomo/open/resources/movie/2024/images/common/icon_arrow_yellow.svg) no-repeat right center;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 749px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .content > li .btn a::after {
    width: 25px;
    height: 25px;
  }
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .content > li .btn a:hover {
  opacity: 0.8;
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .content > li .btn.eventNone a {
  cursor: auto;
  pointer-events: none;
  background: #21a255;
  opacity: 0.7;
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .content > li .btn.eventNone a:hover {
  opacity: 0.7;
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .content > li .btn.green a {
  background: #21a255;
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .btn02 {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .btn02 {
    margin-top: 20px;
  }
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .btn02 a {
  display: block;
  transition: 0.3s;
}
#movie2024 #page .ticketModal .modolWrap .modalContent .contentBox .btn02 a:hover {
  opacity: 0.85;
}
#movie2024 #page .spMenuBtn {
  display: none;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .spMenuBtn {
    display: block;
    width: 60px;
    box-sizing: border-box;
    position: absolute;
    z-index: 4002;
    top: 60px;
    right: 10px;
    background: #21a255;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    padding: 40px 8px 8px;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(80, 80, 80, 0.3);
    text-align: center;
    line-height: 1;
    cursor: pointer;
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .spMenuBtn {
    top: 10px;
    width: 45px;
    padding: 30px 5px 5px;
  }
}
#movie2024 #page .spMenuBtn.fixed {
  position: fixed;
  z-index: 5003;
  right: 10px;
  top: 10px;
}
#movie2024 #page .spMenuBtn .ico {
  width: 20px;
  height: 3px;
  border-radius: 3px;
  display: block;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 749px) {
  #movie2024 #page .spMenuBtn .ico {
    top: 14px;
  }
}
#movie2024 #page .spMenuBtn .ico:before {
  position: absolute;
  top: -7px;
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 3px;
  display: block;
  background: #fff;
}
#movie2024 #page .spMenuBtn .ico:after {
  position: absolute;
  bottom: -7px;
  content: "";
  width: 20px;
  height: 3px;
  border-radius: 3px;
  display: block;
  background: #fff;
}
#movie2024 #page .subMene {
  position: absolute;
  z-index: 7002;
  left: 0;
  top: 100px;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .subMene {
    position: fixed;
    z-index: 4999;
    top: auto;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 80px;
  }
}
#movie2024 #page .subMene.fixed {
  position: fixed;
}
#movie2024 #page .subMene.bottomAbsolute {
  position: absolute;
  top: auto;
  bottom: 120px;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .subMene li {
    width: 100%;
  }
}
#movie2024 #page .subMene li + li {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .subMene li + li {
    margin: 0 0 0 10px;
  }
}
#movie2024 #page .subMene li a {
  cursor: pointer;
  display: block;
  text-decoration: none;
  background: #e73884;
  padding: 43px 24px;
  border-radius: 0 10px 10px 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .subMene li a {
    padding: 10px 10px 10px 0;
    border-radius: 50px;
    box-shadow: none;
    text-align: center;
    position: relative;
  }
  #movie2024 #page .subMene li a::before {
    content: "";
    background: url(/kodomo/open/resources/movie/2024/images/common/icon_arrow_yellow.svg) no-repeat center center;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
#movie2024 #page .subMene li a span {
  display: none;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .subMene li a span {
    display: block;
    font-family: "GenJyuuGothic-bold", sans-serif;
    font-size: 17px;
  }
}
#movie2024 #page .subMene li a:hover {
  opacity: 0.9;
}
#movie2024 #page .menuArea {
  position: fixed;
  bottom: 0;
  z-index: 4999;
  background: #21a255;
  width: 100%;
  height: 100px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .menuArea {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    z-index: 7003;
    top: 0;
    bottom: auto;
    display: none;
    overflow-y: scroll;
  }
}
#movie2024 #page .menuArea.top {
  position: relative;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .menuArea.top {
    position: fixed;
  }
}
#movie2024 #page .menuArea.fixed {
  position: fixed;
  bottom: 0;
}
#movie2024 #page .menuArea .menuList {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .menuArea .menuList {
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
    padding: 50px 40px 60px;
  }
}
#movie2024 #page .menuArea .menuList li {
  width: calc(940px / 7);
  position: relative;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .menuArea .menuList li {
    width: calc((100% - 40px) / 3);
    margin-top: 40px;
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .menuArea .menuList li {
    width: calc(50% - 20px);
    margin-top: 13px;
  }
  #movie2024 #page .menuArea .menuList li:nth-child(8) {
    margin-top: 6px;
  }
}
#movie2024 #page .menuArea .menuList li:not(:first-child)::after {
  content: "";
  background: #a8e4ab;
  width: 1px;
  height: calc(100% - 20px);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  #movie2024 #page .menuArea .menuList li:not(:first-child)::after {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #movie2024 #page .menuArea .menuList li:nth-child(3), #movie2024 #page .menuArea .menuList li:nth-child(6) {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .menuArea .menuList li:nth-child(3), #movie2024 #page .menuArea .menuList li:nth-child(6) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .menuArea .menuList li:nth-child(2n+1) {
    margin-left: 30px;
  }
}
#movie2024 #page .menuArea .menuList li a {
  display: block;
  color: #fff;
  padding-top: 60px;
  height: 100%;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .menuArea .menuList li a {
    padding-top: 0;
  }
}
#movie2024 #page .menuArea .menuList li a::before {
  content: "";
  background: url(/kodomo/open/resources/movie/2024/images/common/menu_icon01.svg) no-repeat center center;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 28px;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .menuArea .menuList li a::before {
    display: none;
  }
}
#movie2024 #page .menuArea .menuList li a:hover::before {
  transform: scale(1.25);
}
@media screen and (max-width: 960px) {
  #movie2024 #page .menuArea .menuList li img {
    width: 100%;
  }
}
#movie2024 #page .menuArea .menuList li:nth-child(2) a::before {
  background-image: url(/kodomo/open/resources/movie/2024/images/common/menu_icon02.svg);
  top: 16px;
  width: 35px;
  height: 35px;
}
#movie2024 #page .menuArea .menuList li:nth-child(3) a::before {
  background-image: url(/kodomo/open/resources/movie/2024/images/common/menu_icon03.svg);
  top: 19px;
  width: 33px;
  height: 28px;
}
#movie2024 #page .menuArea .menuList li:nth-child(4) a::before {
  background-image: url(/kodomo/open/resources/movie/2024/images/common/menu_icon04.svg);
  top: 19px;
  width: 37px;
  height: 28px;
  margin-left: -18px;
}
#movie2024 #page .menuArea .menuList li:nth-child(5) a::before {
  background-image: url(/kodomo/open/resources/movie/2024/images/common/menu_icon05.svg);
  top: 19px;
  width: 32px;
  height: 28px;
}
#movie2024 #page .menuArea .menuList li:nth-child(6) a {
  padding-top: 55px;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .menuArea .menuList li:nth-child(6) a {
    padding-top: 0;
  }
}
#movie2024 #page .menuArea .menuList li:nth-child(6) a::before {
  background-image: url(/kodomo/open/resources/movie/2024/images/common/menu_icon06.svg);
  top: 17px;
  width: 30px;
  height: 28px;
  margin-left: -15px;
}
#movie2024 #page .menuArea .menuList li:nth-child(7) a::before {
  content: "";
  background: url(/kodomo/open/resources/movie/2024/images/common/menu_icon07.svg) no-repeat center center;
  position: absolute;
  top: 16px;
  width: 37px;
  height: 28px;
  margin-left: -18px;
}
#movie2024 #page .menuArea .closeMenu {
  display: none;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .menuArea .closeMenu {
    cursor: pointer;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    z-index: 7002;
    right: 15px;
    top: 35px;
    transform: translateY(-50%);
  }
  #movie2024 #page .menuArea .closeMenu::before, #movie2024 #page .menuArea .closeMenu::after {
    content: "";
    display: block;
    position: absolute;
    width: 35px;
    height: 4px;
    border-radius: 3px;
    background: #fff;
    top: 50%;
    left: 7px;
  }
  #movie2024 #page .menuArea .closeMenu::before {
    transform-origin: center;
    transform: rotate(45deg) translate(-1px, -1px);
  }
  #movie2024 #page .menuArea .closeMenu::after {
    transform-origin: center;
    transform: rotate(-45deg) translate(1px, -1px);
  }
}
#movie2024 #page .section-fade {
  transform: translateY(40px);
  opacity: 0;
  transition: 0.8s;
}
#movie2024 #page .fade {
  transform: translateY(0);
  opacity: 1;
}
#movie2024 #page .mvArea {
  margin: 0 auto;
  height: 800px;
  background: url(/kodomo/open/resources/movie/2024/images/top/mv_bg.png) no-repeat top center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 0 10px;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .mvArea {
    background-image: url(/kodomo/open/resources/movie/2024/images/top/mv_bg_sp.png);
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .mvArea {
    height: 142vw;
  }
}
#movie2024 #page .mvArea::before {
  content: "";
  background: url(/kodomo/open/resources/movie/2024/images/top/mv_character01.png) no-repeat top center;
  background-size: contain;
  width: 814px;
  height: 796px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: calc(50% - (814px / 2));
  animation: mvMove 4s ease-in-out 0s infinite alternate;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .mvArea::before {
    background-image: url(/kodomo/open/resources/movie/2024/images/top/mv_character01_sp.png);
    background-size: contain;
    width: 540px;
    height: 535px;
    top: 120px;
    left: calc(50% - (540px / 2));
    animation: mvMove 3s ease-in-out 0s infinite alternate;
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .mvArea::before {
    width: 370px;
    height: 366px;
    top: 70px;
    left: calc(50% - (370px / 2));
  }
}
#movie2024 #page .mvArea::after {
  content: "";
  background: url(/kodomo/open/resources/movie/2024/images/top/mv_character02.png) no-repeat top center;
  background-size: contain;
  width: 917px;
  height: 262px;
  position: absolute;
  z-index: 1;
  top: 30px;
  left: calc(50% - 505px);
}
@media screen and (max-width: 960px) {
  #movie2024 #page .mvArea::after {
    background-image: url(/kodomo/open/resources/movie/2024/images/top/mv_character02_sp.png);
    background-size: contain;
    width: 480px;
    height: 290px;
    top: 22px;
    left: calc(50% - 222px);
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .mvArea::after {
    width: 250px;
    height: 170px;
    top: 22px;
    left: calc(50% - 120px);
  }
}
#movie2024 #page .mvArea .mvTextArea {
  max-width: 1240px;
  height: 100%;
  margin: auto;
  position: relative;
  z-index: 4;
}
#movie2024 #page .mvArea .mvTextArea .textBox01 {
  position: absolute;
  left: 0;
  bottom: 20px;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .mvArea .mvTextArea .textBox01 {
    display: flex;
    flex-direction: column-reverse;
    left: 50%;
    transform: translateX(-50%);
    bottom: 75px;
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .mvArea .mvTextArea .textBox01 {
    bottom: 35px;
  }
}
#movie2024 #page .mvArea .mvTextArea .textBox01 .text01 {
  text-align: center;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .mvArea .mvTextArea .textBox01 .text01 {
    width: 85vw;
  }
  #movie2024 #page .mvArea .mvTextArea .textBox01 .text01 img {
    width: 100%;
  }
}
#movie2024 #page .mvArea .mvTextArea .textBox01 .logo {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .mvArea .mvTextArea .textBox01 .logo {
    width: 60vw;
  }
  #movie2024 #page .mvArea .mvTextArea .textBox01 .logo img {
    width: 100%;
  }
}
#movie2024 #page .mvArea .mvTextArea .text02 {
  margin-top: 10px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 30px;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .mvArea .mvTextArea .text02 {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .mvArea .mvTextArea .text02 {
    width: 32vw;
    margin: 5px auto 0;
    bottom: 30px;
  }
  #movie2024 #page .mvArea .mvTextArea .text02 img {
    width: 100%;
  }
}
#movie2024 #page .mvArea .mvTextArea .catchCopy {
  position: absolute;
  z-index: 3;
  top: 35px;
  left: 0;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .mvArea .mvTextArea .catchCopy {
    top: 70px;
    left: 5px;
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .mvArea .mvTextArea .catchCopy {
    width: 12%;
    top: 10px;
    left: 0;
  }
  #movie2024 #page .mvArea .mvTextArea .catchCopy img {
    width: 100%;
  }
}
#movie2024 #page .mvArea .copyright {
  position: absolute;
  right: 10px;
  bottom: 6px;
  width: 450px;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .mvArea .copyright {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .mvArea .copyright {
    bottom: 4px;
    width: calc(100% - 30px);
  }
}
#movie2024 #page .mvArea .stars {
  position: absolute;
  z-index: 3;
  top: 490px;
  left: calc(50% + 229px);
  width: 172px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  animation: mvMove 4s ease-in-out 0s infinite alternate;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .mvArea .stars {
    top: 270px;
    left: calc(50% + 95px);
    width: 90px;
    height: 110px;
    animation: mvMove 3s ease-in-out 0s infinite alternate;
  }
}
#movie2024 #page .mvArea .star {
  position: absolute;
  display: block;
  background-color: #fff;
  /* 星の色 */
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.2);
  /* 星の影 */
  opacity: 0;
  animation: twinkle 5s infinite;
}
#movie2024 #page .movieWrap01 {
  background: url(/kodomo/open/resources/movie/2024/images/common/bg_image01.png) repeat bottom center;
  background-size: cover;
}
#movie2024 #page .movieWrap02 {
  background: url(/kodomo/open/resources/movie/2024/images/common/bg_image02.png) no-repeat bottom center;
  background-size: cover;
}
#movie2024 #page .inner {
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}
#movie2024 #page .title01 {
  text-align: center;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .title01 img {
    height: 25vw;
  }
}
#movie2024 #page .title02 {
  font-family: "GenJyuuGothic-bold", sans-serif;
  text-align: center;
  color: #25ad97;
  font-size: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .title02 {
    font-size: 22px;
    line-height: 1.5;
  }
}
#movie2024 #page .title02 span {
  display: block;
  font-family: "GenJyuuGothic-bold", sans-serif;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: normal;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .title02 span {
    font-size: 16px;
  }
}
#movie2024 #page .newMovieSection {
  padding-top: 40px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .newMovieSection {
    padding-top: 0;
  }
}
#movie2024 #page .newMovieSection a {
  display: block;
  margin: 0 auto;
  width: 550px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 10px;
  transition: .3s;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .newMovieSection a {
    width: 100%;
    padding: 15px 10px 15px 15px;
    border-radius: 0;
  }
}
#movie2024 #page .newMovieSection a:hover {
  opacity: 0.85;
}
#movie2024 #page .newsSection {
  padding: 60px 0 0;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .newsSection {
    padding: 30px 0 0;
  }
}
#movie2024 #page .newsSection .newsList {
  width: 800px;
  margin: 30px auto 0;
  background: #fff;
  padding: 10px 30px;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .newsSection .newsList {
    width: 100%;
    margin: 15px auto 0;
    padding: 5px 10px;
  }
}
#movie2024 #page .newsSection .newsList li {
  display: flex;
  align-items: start;
  padding: 15px 10px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .newsSection .newsList li {
    padding: 10px;
    display: block;
  }
}
#movie2024 #page .newsSection .newsList li + li {
  border-top: 2px dotted #7c522c;
}
#movie2024 #page .newsSection .newsList li .date {
  width: 90px;
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
  display: inline;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .newsSection .newsList li .date {
    width: auto;
    font-size: 13px;
  }
}
#movie2024 #page .newsSection .newsList li .text01 {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .newsSection .newsList li .text01 {
    width: 100%;
    font-size: 13px;
    margin-top: 3px;
  }
}
#movie2024 #page .newsSection .newsList li a {
  text-decoration: underline;
  transition: 0.3s;
}
#movie2024 #page .newsSection .newsList li a:hover {
  text-decoration: none;
}
#movie2024 #page .newsSection .bannerSlider {
  width: 820px;
  margin: 60px auto 0;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .newsSection .bannerSlider {
    width: calc(100% + 10px);
    margin: 30px -5px 0;
  }
}
#movie2024 #page .newsSection .bannerSlider .slick-slide {
  margin: 0 10px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .newsSection .bannerSlider .slick-slide {
    margin: 0 5px;
  }
}
#movie2024 #page .newsSection .bannerSlider .slick-slide a {
  transition: 0.3s;
}
#movie2024 #page .newsSection .bannerSlider .slick-slide a:hover {
  opacity: 0.9;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .newsSection .bannerSlider .slick-dots {
    bottom: -15px;
  }
}
#movie2024 #page .newsSection .bannerSlider .slick-dots li {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .newsSection .bannerSlider .slick-dots li {
    width: 10px;
    height: 10px;
  }
}
#movie2024 #page .newsSection .bannerSlider .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .newsSection .bannerSlider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
#movie2024 #page .newsSection .bannerSlider .slick-dots li button:before {
  content: "";
  background: #21a255;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .newsSection .bannerSlider .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
}
#movie2024 #page .infoSection {
  width: 800px;
  margin: 50px auto 0;
  background: #fff;
  padding: 30px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .infoSection {
    width: 100%;
    margin-top: 25px;
    padding: 20px 15px 15px;
  }
}
#movie2024 #page .infoSection .content {
  margin-top: 25px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .infoSection .content {
    margin-top: 15px;
  }
}
#movie2024 #page .infoSection .content + .content {
  margin-top: 40px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .infoSection .content + .content {
    margin-top: 25px;
  }
}
#movie2024 #page .infoSection .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: #d3efea;
  padding: 5px 0;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .infoSection .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#movie2024 #page .infoSection .title .number {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #7c522c;
  border-radius: 20px;
  margin-right: 10px;
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .infoSection .title .number {
    width: 30px;
    height: 30px;
  }
}
#movie2024 #page .infoSection .text01 {
  font-size: 18px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .infoSection .text01 {
    font-size: 14px;
  }
}
#movie2024 #page .infoSection .text02 {
  font-size: 14px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .infoSection .text02 {
    font-size: 13px;
    line-height: 1.5;
  }
}
#movie2024 #page .infoSection .imgBox {
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .infoSection .imgBox {
    margin-top: 15px;
  }
}
#movie2024 #page .infoSection .btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
#movie2024 #page .infoSection .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #21a255;
  border-radius: 30px;
  min-width: 350px;
  height: 60px;
  text-decoration: none;
  transition: 0.3s;
  padding: 0 60px 0 40px;
  position: relative;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .infoSection .btn a {
    min-width: 100%;
    font-size: 15px;
    height: 50px;
    padding: 0 40px 0 20px;
  }
}
#movie2024 #page .infoSection .btn a::after {
  content: "";
  background: url(/kodomo/open/resources/movie/2024/images/common/icon_arrow_yellow.svg) no-repeat right center;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 749px) {
  #movie2024 #page .infoSection .btn a::after {
    width: 25px;
    height: 25px;
  }
}
#movie2024 #page .infoSection .btn a:hover {
  opacity: 0.8;
}
#movie2024 #page .infoSection .notice01 {
  margin-top: 15px;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
#movie2024 #page .infoSection .notice02 {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
}
#movie2024 #page .infoSection .amazonContent {
  margin: 35px auto 0;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .infoSection .amazonContent {
    margin-top: 20px;
  }
}
#movie2024 #page .infoSection .amazonContent .amazonTitle {
  text-align: center;
}
#movie2024 #page .infoSection .amazonContent .amazonTitle .balloon {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .infoSection .amazonContent .amazonTitle .balloon {
    margin-bottom: 5px;
  }
}
#movie2024 #page .infoSection .amazonContent .amazonTitle .balloon span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 0 20px 0 25px;
  position: relative;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .infoSection .amazonContent .amazonTitle .balloon span {
    padding: 0 15px 0 18px;
    font-size: 14px;
  }
}
#movie2024 #page .infoSection .amazonContent .amazonTitle .balloon span::before, #movie2024 #page .infoSection .amazonContent .amazonTitle .balloon span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #7c522c;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .infoSection .amazonContent .amazonTitle .balloon span::before, #movie2024 #page .infoSection .amazonContent .amazonTitle .balloon span::after {
    width: 17px;
  }
}
#movie2024 #page .infoSection .amazonContent .amazonTitle .balloon span::before {
  left: 0;
  transform: rotate(45deg) translateY(-50%);
}
#movie2024 #page .infoSection .amazonContent .amazonTitle .balloon span::after {
  right: 0;
  transform: rotate(-45deg) translateY(-50%);
}
#movie2024 #page .infoSection .amazonContent .amazonTitle .logo {
  text-align: center;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .infoSection .amazonContent .amazonTitle .logo {
    width: 65%;
    margin: 0 auto 15px;
  }
  #movie2024 #page .infoSection .amazonContent .amazonTitle .logo img {
    width: 100%;
  }
}
#movie2024 #page .infoSection .amazonContent .pcFlex {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .infoSection .amazonContent .pcFlex {
    display: block;
  }
}
#movie2024 #page .infoSection .amazonContent .pcFlex li {
  flex-shrink: 0;
}
#movie2024 #page .infoSection .amazonContent .pcFlex .limitedBox {
  width: 360px;
  border: 5px solid #d3efea;
  border-radius: 6px;
  padding: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .infoSection .amazonContent .pcFlex .limitedBox {
    width: 100%;
    padding: 10px;
    margin: 20px auto 0;
  }
}
#movie2024 #page .infoSection .amazonContent .pcFlex .limitedBox .subTitle {
  display: flex;
  justify-content: center;
  align-items: center;
}
#movie2024 #page .infoSection .amazonContent .pcFlex .limitedBox .subTitle .logo {
  width: 110px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .infoSection .amazonContent .pcFlex .limitedBox .subTitle .logo {
    empty-cells: 100pc;
  }
}
#movie2024 #page .infoSection .amazonContent .pcFlex .limitedBox .subTitle .logo img {
  width: 100%;
}
#movie2024 #page .infoSection .amazonContent .pcFlex .limitedBox .subTitle .text {
  font-weight: bold;
  font-size: 17px;
  margin-left: 8px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .infoSection .amazonContent .pcFlex .limitedBox .subTitle .text {
    font-size: 15px;
    margin-left: 6px;
  }
}
#movie2024 #page .infoSection .amazonContent .pcFlex .limitedBox .imgBox {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .infoSection .amazonContent .pcFlex .limitedBox .imgBox {
    margin-top: 10px;
  }
}
#movie2024 #page .infoSection .amazonContent .pcFlex .limitedBox .text02 {
  margin-top: 10px;
}
#movie2024 #page .movieSection {
  margin: 80px auto 0;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .movieSection {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
#movie2024 #page .movieSection #movie {
  margin-top: -40px;
  padding-top: 40px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .movieSection #movie {
    margin-top: -20px;
    padding-top: 20px;
  }
}
#movie2024 #page .movieSection .movieArea {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .movieSection .movieArea {
    margin-top: 20px;
    display: block;
  }
}
#movie2024 #page .movieSection .movieArea .movieList {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .movieSection .movieArea .movieList {
    display: block;
  }
}
#movie2024 #page .movieSection .movieArea .movieList + .movieList {
  margin-left: 20px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .movieSection .movieArea .movieList + .movieList {
    margin-left: 0;
    margin-top: 15px;
  }
}
#movie2024 #page .movieSection .movieArea .movieList li {
  width: 330px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .movieSection .movieArea .movieList li {
    width: 100%;
  }
}
#movie2024 #page .movieSection .movieArea .movieList li + li {
  margin-left: 20px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .movieSection .movieArea .movieList li + li {
    margin-left: 0;
    margin-top: 15px;
  }
}
#movie2024 #page .movieSection .movieArea .movieList li a {
  cursor: pointer;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .movieSection .movieArea .movieList li a {
    border-radius: 6px;
  }
}
#movie2024 #page .movieSection .movieArea .movieList li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .movieSection .movieArea .movieList li a img {
    width: 100%;
  }
}
#movie2024 #page .movieSection .movieArea .movieList li a .text {
  color: #fff;
  background: #25ad97;
  padding: 8px 20px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .movieSection .movieArea .movieList li a .text {
    padding: 5px 15px;
    font-size: 13px;
  }
}
#movie2024 #page .movieSection .moreBtn {
  margin-top: 20px;
}
#movie2024 #page .movieSection .moreBtn a {
  cursor: pointer;
  display: inline-block;
  border-radius: 40px;
  font-family: "GenJyuuGothic-bold", sans-serif;
  background: #25ad97;
  color: #fff;
  text-align: center;
  padding: 8px 60px;
  font-size: 17px;
  text-decoration: none;
  transition: opacity 0.3s;
}
#movie2024 #page .voiceSection {
  margin: 80px auto 0;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .voiceSection {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
#movie2024 #page .voiceSection .leadText {
  font-weight: bold;
  font-size: 20px;
  margin: 20px auto 30px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .voiceSection .leadText {
    font-size: 14px;
    margin: 10px auto 15px;
  }
}
#movie2024 #page .voiceSection .ownlyBlock .ownly_ugc_paging {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  border: 1px solid #7c522c;
  border-radius: 30px;
  margin: 20px auto 0;
  padding: 15px 10px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .voiceSection .ownlyBlock .ownly_ugc_paging {
    font-size: 16px;
    margin: 15px auto 0;
    padding: 13px 10px;
  }
}
#movie2024 #page .voiceSection .ownlyBlock .ownly_ugc_paging:hover {
  text-decoration: none;
  opacity: 0.85;
}
#movie2024 #page .storySection {
  background: url(/kodomo/open/resources/movie/2024/images/top/bg_story.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0 100px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .storySection {
    background-image: url(/kodomo/open/resources/movie/2024/images/top/bg_story_sp.jpg);
    padding: 30px 0 60px;
  }
}
#movie2024 #page .storySection .title01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .storySection .title01 {
    margin-bottom: 20px;
  }
}
#movie2024 #page .storySection .textBox {
  font-size: 20px;
  line-height: 2.2;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .storySection .textBox {
    font-size: 14px;
  }
}
#movie2024 #page .storySection .textBox .leadText {
  font-size: 30px;
  line-height: 1.8;
  font-weight: bold;
  font-family: "GenJyuuGothic-bold", sans-serif;
  color: #ff9e20;
  margin-bottom: 30px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .storySection .textBox .leadText {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
#movie2024 #page .characterSection {
  padding: 50px 0 100px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .characterSection {
    padding: 30px 0 40px;
  }
}
#movie2024 #page .characterSection .title01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .characterSection .title01 {
    margin-bottom: 20px;
  }
}
#movie2024 #page .characterSection .content {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .characterSection .content {
    margin-bottom: 40px;
  }
}
#movie2024 #page .characterSection .introductionBoxList li {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .characterSection .introductionBoxList li {
    display: block;
    padding: 20px 15px 15px;
  }
}
#movie2024 #page .characterSection .introductionBoxList li .imgBox {
  margin-top: 30px;
  margin-right: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .characterSection .introductionBoxList li .imgBox {
    width: 35%;
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .characterSection .introductionBoxList li .imgBox {
    width: 58%;
    margin: 0 auto;
    padding-left: 10px;
  }
}
#movie2024 #page .characterSection .introductionBoxList li .imgBox p {
  margin: -45px 0 0 62px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .characterSection .introductionBoxList li .imgBox p {
    margin: -15px auto 0 5px;
    font-size: 10px;
  }
}
#movie2024 #page .characterSection .introductionBoxList li .textBox .topArea {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .characterSection .introductionBoxList li .textBox .topArea {
    margin-top: 15px;
  }
}
#movie2024 #page .characterSection .introductionBoxList li .textBox .topArea .text01 {
  font-size: 18px;
  line-height: 1.3;
  padding: 5px 20px 3px;
  border-radius: 20px;
  font-weight: bold;
  color: #fff;
  background: #e73884;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .characterSection .introductionBoxList li .textBox .topArea .text01 {
    font-size: 12px;
    padding: 3px 20px 2px;
  }
}
#movie2024 #page .characterSection .introductionBoxList li .textBox .topArea a {
  cursor: pointer;
  font-size: 18px;
  position: relative;
  padding-right: 50px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .characterSection .introductionBoxList li .textBox .topArea a {
    font-size: 12px;
    padding-right: 30px;
  }
}
#movie2024 #page .characterSection .introductionBoxList li .textBox .topArea a::after {
  content: "";
  background: url(/kodomo/open/resources/movie/2024/images/top/icon_comment.svg) no-repeat right center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .characterSection .introductionBoxList li .textBox .topArea a::after {
    width: 25px;
    height: 25px;
  }
}
#movie2024 #page .characterSection .introductionBoxList li .textBox .topArea a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#movie2024 #page .characterSection .introductionBoxList li .textBox .text02 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 15px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .characterSection .introductionBoxList li .textBox .text02 {
    font-size: 16px;
    margin-top: 6px;
  }
}
#movie2024 #page .characterSection .introductionBoxList li .textBox .text03 {
  margin-top: 15px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .characterSection .introductionBoxList li .textBox .text03 {
    margin-top: 5px;
    font-size: 14px;
  }
}
#movie2024 #page .characterSection .introductionBoxList li .textBox .text04 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .characterSection .introductionBoxList li .textBox .text04 {
    margin-top: 5px;
    font-size: 12px;
  }
}
#movie2024 #page .characterSection .introductionBoxList li:nth-child(2) {
  margin-top: 30px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .characterSection .introductionBoxList li:nth-child(2) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 960px) {
  #movie2024 #page .characterSection .introductionBoxList li:nth-child(2) .imgBox {
    width: 28%;
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .characterSection .introductionBoxList li:nth-child(2) .imgBox {
    width: 45%;
    padding-left: 0;
  }
}
#movie2024 #page .characterSection .introductionBoxList li:nth-child(2) .textBox .topArea .text01 {
  background: #00ab70;
}
#movie2024 #page .characterSection .introductionBoxList li:nth-child(2) .textBox .topArea a::after {
  background-image: url(/kodomo/open/resources/movie/2024/images/top/icon_comment_green.svg);
}
#movie2024 #page .commentModal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 7003;
  padding: 0 15px;
}
#movie2024 #page .commentModal .modolWrap {
  width: 940px;
  margin: 0 auto;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 7004;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .commentModal .modolWrap {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .commentModal .modolWrap {
    padding: 0 15px;
  }
}
#movie2024 #page .commentModal .modolWrap .closeBtn {
  cursor: pointer;
  width: 44px;
  height: 44px;
  position: absolute;
  z-index: 7004;
  right: 0;
  top: -50px;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .commentModal .modolWrap .closeBtn {
    right: 20px;
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .commentModal .modolWrap .closeBtn {
    width: 34px;
    height: 34px;
    top: -40px;
    right: 15px;
  }
}
#movie2024 #page .commentModal .modolWrap .closeBtn::before, #movie2024 #page .commentModal .modolWrap .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) {
  #movie2024 #page .commentModal .modolWrap .closeBtn::before, #movie2024 #page .commentModal .modolWrap .closeBtn::after {
    left: 0;
    width: 35px;
    height: 4px;
  }
}
#movie2024 #page .commentModal .modolWrap .closeBtn::before {
  transform: rotate(45deg);
}
#movie2024 #page .commentModal .modolWrap .closeBtn::after {
  transform: rotate(-45deg);
}
#movie2024 #page .commentModal .modolWrap .modalContent {
  background: #a9e4ac;
  padding: 30px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .commentModal .modolWrap .modalContent {
    padding: 15px;
    overflow-y: scroll;
    max-height: 86vh;
    max-height: 86dvh;
  }
}
#movie2024 #page .commentModal .modolWrap .modalContent .title01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .commentModal .modolWrap .modalContent .title01 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .commentModal .modolWrap .modalContent .title01 img {
    height: 16vw;
  }
}
#movie2024 #page .commentModal .modolWrap .modalContent .contentBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .commentModal .modolWrap .modalContent .contentBox {
    display: block;
  }
}
#movie2024 #page .commentModal .modolWrap .modalContent .contentBox .imgBox {
  text-align: center;
  flex-shrink: 0;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .commentModal .modolWrap .modalContent .contentBox .imgBox {
    margin: 0 auto;
  }
  #movie2024 #page .commentModal .modolWrap .modalContent .contentBox .imgBox img {
    width: 42%;
  }
}
#movie2024 #page .commentModal .modolWrap .modalContent .contentBox .imgBox .copyright {
  font-size: 12px;
  line-height: 1;
  margin-top: 10px;
}
#movie2024 #page .commentModal .modolWrap .modalContent .contentBox .imgBox .name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .commentModal .modolWrap .modalContent .contentBox .imgBox .name {
    font-size: 14px;
  }
}
#movie2024 #page .commentModal .modolWrap .modalContent .contentBox .textBox {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  margin-left: 40px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .commentModal .modolWrap .modalContent .contentBox .textBox {
    padding: 30px;
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .commentModal .modolWrap .modalContent .contentBox .textBox {
    margin-left: 0;
    margin-top: 20px;
    font-size: 14px;
    padding: 10px 15px;
  }
}
#movie2024 #page .commentModal .modolWrap .modalContent .contentBox .textBox::before {
  content: "";
  background: url(/kodomo/open/resources/movie/2024/images/top/icon_comment_balloon.png) no-repeat center center;
  background-size: contain;
  width: 25px;
  height: 33px;
  position: absolute;
  left: -25px;
  top: 85px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .commentModal .modolWrap .modalContent .contentBox .textBox::before {
    width: 20px;
    height: 24px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    top: -20px;
  }
}
#movie2024 #page .sponsorSection {
  padding-top: 100px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .sponsorSection {
    padding-top: 40px;
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .sponsorSection .title01 img {
    height: 5vw;
  }
}
#movie2024 #page .sponsorSection .bannerList {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .sponsorSection .bannerList {
    margin-top: 20px;
  }
}
#movie2024 #page .sponsorSection .bannerList li + li {
  margin-left: 20px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .sponsorSection .bannerList li + li {
    margin-left: 15px;
  }
}
#movie2024 #page .sponsorSection .bannerList li a {
  display: block;
  overflow: hidden;
  border-radius: 6px;
}
#movie2024 #page .sponsorSection .bannerList li a:hover {
  opacity: 0.85;
}
#movie2024 #page .sponsorSection .text {
  margin-top: 30px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .sponsorSection .text {
    width: 70vw;
    margin: 20px auto 0;
  }
}
#movie2024 #page .staffSection {
  margin: 100px auto 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .staffSection {
    margin-top: 80px;
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .staffSection {
    width: 100%;
    margin-top: 50px;
  }
}
#movie2024 #page .messageSection {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .messageSection {
    margin-top: 40px;
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .messageSection {
    margin-top: 30px;
  }
}
#movie2024 #page .messageSection .text02 {
  margin: 30px auto 0;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .messageSection .text02 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 749px) {
  #movie2024 #page .messageSection .text02 {
    margin-top: 30px;
    width: 60vw;
  }
  #movie2024 #page .messageSection .text02 img {
    max-width: 100%;
  }
}
#movie2024 #page .snsSection {
  margin-top: 50px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .snsSection {
    margin-top: 25px;
    padding-bottom: 40px;
  }
}
#movie2024 #page .snsSection dl {
  width: 500px;
  margin: 0 auto;
  background: #fff;
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .snsSection dl {
    width: 90%;
    padding: 15px 25px 20px;
  }
}
#movie2024 #page .snsSection dl ul {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .snsSection dl ul {
    margin-top: 12px;
  }
}
#movie2024 #page .snsSection dl ul li {
  width: 60px;
}
@media screen and (max-width: 960px) {
  #movie2024 #page .snsSection dl ul li {
    width: 17%;
  }
}
#movie2024 #page .snsSection dl ul li + li {
  margin-left: 25px;
}
@media screen and (max-width: 749px) {
  #movie2024 #page .snsSection dl ul li + li {
    margin-left: 12px;
  }
}
#movie2024 #page .snsSection dl ul li a {
  display: block;
  transition: 0.3s;
}
@media (hover: hover) {
  #movie2024 #page .snsSection dl ul li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
