@media (max-width: 736px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 737px) {
  .only-sp {
    display: none !important;
  }
}

body {
  visibility: visible !important;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  75% {
    opacity: 1;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 737px) {
  body, html {
    width: 1010px;
  }
}
@media (min-width: 769px) {
  .l-auto-header__inner, .l-auto-local-header__inner {
    width: 1020px;
  }
  .l-auto-local-header {
    min-width: 1020px;
  }
  body, html {
    width: auto;
    min-width: 1020px;
  }
}
@media (max-width: 768px) {
  .l-auto-header__inner {
    margin: 0 auto !important;
  }
}
.wrapper {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
  color: #3D3C44;
  background: #FDFCFB;
  max-width: 100%;
}
@media (max-width: 736px) {
  .wrapper {
    width: 100%;
    min-width: 0;
    font-size: 16px;
    line-height: 32px;
  }
}

.wrapper-content {
  width: 1010px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  min-width: 1010px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 736px) {
  .wrapper-content {
    width: 100%;
    min-width: 0;
    padding: 0 24px;
  }
}

.text-bold {
  font-weight: 700;
}

.kv {
  background: url("../images/kv.jpg") center bottom no-repeat;
  background-size: cover;
  height: calc(100dvh - 148px);
  position: relative;
}
@media (max-width: 736px) {
  .kv {
    background: none;
    height: auto;
  }
}
@media screen and (max-width: 375px) {
  .kv {
    background: none;
    height: auto;
  }
}

img {
  max-width: 100%;
}

.wrapper img {
  width: 100%;
  height: auto;
}

video {
  width: 100%;
  height: auto;
}

@media (min-width: 769px) and (hover: hover) {
  .over:hover {
    opacity: 0.7;
  }
}
@media (min-width: 737px) {
  .over {
    transition: opacity 0.35s ease;
    cursor: pointer;
  }
}

.intro {
  padding: 96px 0 86px 0;
}
@media (max-width: 736px) {
  .intro {
    padding: 64px 0 55px 0;
  }
}
.intro-ttl {
  width: 318px;
  margin: 0 auto 34px auto;
}
@media (max-width: 736px) {
  .intro-ttl {
    width: 318px;
    max-width: 100%;
    margin: 0 auto 34px auto;
  }
}
.intro-txt .txt + .txt {
  margin-top: 32px;
}
@media (max-width: 736px) {
  .intro-txt .txt + .txt {
    margin-top: 32px;
  }
}

.movie {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 60px 0 80px 0;
  background: #EDEDF0;
  color: #494E6C;
  position: relative;
}
@media (max-width: 736px) {
  .movie {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 40px 0 60px 0;
  }
}
.movie::before {
  position: absolute;
  content: "";
  background: #EDEDF0;
  left: 0;
  right: 0;
  bottom: -58px;
  height: 60px;
}
.movie.bg-gray {
  background: #A3A7B6;
  color: #fff;
}
.movie.bg-gray::before {
  background: #A3A7B6;
}
.movie.bg-gray .movie-ttl-small::before {
  background-color: #fff;
}
.movie.movie01 .movie-ttl-large .num {
  margin-left: 2px;
}
.movie.movie02 .movie-large {
  width: 495px;
}
@media (max-width: 736px) {
  .movie.movie02 .movie-large {
    width: 100%;
  }
}
.movie.movie02 .movie-small {
  width: 495px;
}
@media (max-width: 736px) {
  .movie.movie02 .movie-small {
    width: 100%;
  }
}
.movie.movie02 .movie-small .movie-popup {
  width: 237.5px;
}
@media (max-width: 736px) {
  .movie.movie02 .movie-small .movie-popup {
    width: 48.5380116959%;
    width: 48.5%;
  }
}
.movie.movie03 .movie-large {
  width: 753px;
}
@media (max-width: 736px) {
  .movie.movie03 .movie-large {
    width: 100%;
  }
}
.movie.movie03 .movie-small {
  width: 237px;
}
@media (max-width: 736px) {
  .movie.movie03 .movie-small {
    width: 100%;
  }
}
.movie.movie03 .movie-small .movie-popup {
  width: 237px;
}
@media (max-width: 736px) {
  .movie.movie03 .movie-small .movie-popup {
    width: 48.5380116959%;
    width: 48.5%;
  }
}
.movie.movie04 .movie-ttl-large .num {
  margin-left: -6px;
}
.movie.movie04 .movie-large {
  width: 598px;
}
@media (max-width: 736px) {
  .movie.movie04 .movie-large {
    width: 100%;
  }
}
.movie.movie04 .movie-small {
  width: 392px;
}
@media (max-width: 736px) {
  .movie.movie04 .movie-small {
    width: 100%;
  }
}
.movie.movie04 .movie-small .movie-popup {
  width: 186px;
}
@media (max-width: 736px) {
  .movie.movie04 .movie-small .movie-popup {
    width: 48.5380116959%;
    width: 48.5%;
  }
}
.movie.movie05::before {
  display: none;
}
.movie-ttl {
  text-align: left;
  display: flex;
  margin: 0 0 32px 0;
}
@media (max-width: 736px) {
  .movie-ttl {
    margin: 0 0 23px 12px;
  }
}
.movie-ttl-large {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  width: 72px;
}
@media (max-width: 736px) {
  .movie-ttl-large {
    font-size: 20px;
    line-height: 22px;
    width: auto;
  }
}
@media screen and (max-width: 375px) {
  .movie-ttl-large {
    font-size: 5.1282051282vw;
    line-height: 5.641025641vw;
  }
}
.movie-ttl-large .num {
  font-size: 67px;
  line-height: 81px;
  letter-spacing: 0;
  font-weight: 300;
  font-style: italic;
  display: block;
  margin-left: -3px;
}
@media (max-width: 736px) {
  .movie-ttl-large .num {
    font-size: 57px;
    line-height: 72px;
    margin-left: -2px;
  }
}
@media screen and (max-width: 375px) {
  .movie-ttl-large .num {
    font-size: 14.6153846154vw;
    line-height: 18.4615384615vw;
    margin-left: -0.5128205128vw;
  }
}
.movie-ttl-small {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin: auto 0 10px 74px;
  position: relative;
}
@media (max-width: 736px) {
  .movie-ttl-small {
    font-size: 16px;
    line-height: 30px;
    margin: auto 0 9px 70px;
  }
}
@media screen and (max-width: 375px) {
  .movie-ttl-small {
    font-size: 4.1025641026vw;
    line-height: 7.6923076923vw;
    margin: auto 0 2.3076923077vw 17.9487179487vw;
  }
}
.movie-ttl-small::before {
  position: absolute;
  content: "";
  top: 0;
  left: -33px;
  aspect-ratio: 1/1;
  background-color: #494E6C;
  background-size: cover;
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("../images/line.svg");
  mask-image: url("../images/line.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
}
@media (max-width: 736px) {
  .movie-ttl-small::before {
    top: 3px;
    left: -30px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 375px) {
  .movie-ttl-small::before {
    top: 0.7692307692vw;
    left: -7.6923076923vw;
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
}
.movie-group {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 736px) {
  .movie-group {
    flex-wrap: wrap;
  }
}
.movie-large {
  width: 667px;
}
@media (max-width: 736px) {
  .movie-large {
    width: 100%;
    margin-bottom: 2.5641025641vw;
  }
}
.movie-small {
  width: 323px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 20px;
}
@media (max-width: 736px) {
  .movie-small {
    width: 100%;
    gap: 2.5641025641vw 2.5641025641vw;
  }
}
.movie-small .movie-popup {
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 736px) {
  .movie-small .movie-popup {
    width: 48.5380116959%;
    width: 48.5%;
  }
}
.movie-small .movie-popup::before {
  background: url("../images/btn-play02.png");
  background-size: cover;
  width: 24px;
  height: 24px;
  top: 10px;
  right: 10px;
}
.movie-small .movie-popup .movie-thum-note {
  bottom: 10px;
  left: 10px;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 736px) {
  .movie-small .movie-popup .movie-thum-note {
    bottom: 10px;
    left: 10px;
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 375px) {
  .movie-small .movie-popup .movie-thum-note {
    bottom: 2.5641025641vw;
    left: 2.5641025641vw;
    font-size: 3.0769230769vw;
    line-height: 4.1025641026vw;
  }
}
.movie-popup {
  position: relative;
  line-height: 0;
}
.movie-popup::before {
  position: absolute;
  content: "";
  background: url("../images/btn-play.png");
  background-size: cover;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
}
@media (max-width: 736px) {
  .movie-popup::before {
    background: url("../images/btn-play02.png");
    background-size: cover;
    width: 24px;
    height: 24px;
    top: 16px;
    right: 16px;
  }
}
.movie-thum-note {
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 700;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  text-align: left;
}
@media (max-width: 736px) {
  .movie-thum-note {
    bottom: 10px;
    left: 16px;
    font-size: 16px;
    line-height: 32px;
  }
}
@media screen and (max-width: 375px) {
  .movie-thum-note {
    bottom: 2.5641025641vw;
    left: 4.1025641026vw;
    font-size: 4.1025641026vw;
    line-height: 8.2051282051vw;
  }
}
.movie a {
  text-decoration: none;
  color: inherit;
}
.movie-btn-area {
  display: flex;
  margin: 57px 0 0 0;
}
@media (max-width: 736px) {
  .movie-btn-area {
    flex-flow: column;
    margin: 52px 0 0 0;
  }
}
.movie-btn-detail {
  width: 161px;
  position: relative;
  margin: auto 58px auto 0;
  display: flex;
}
@media (max-width: 736px) {
  .movie-btn-detail {
    width: 160px;
    margin: 0 0 8px 0;
  }
}
.movie-btn-detail .movie-text-deco {
  position: absolute;
  top: -26px;
  left: -4px;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
  opacity: 0.08;
}
@media (max-width: 736px) {
  .movie-btn-detail .movie-text-deco {
    top: -24px;
    left: -5px;
    font-size: 40px;
  }
}
.movie-btn-detail .movie-link {
  margin: 0 0 0 auto;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media (max-width: 736px) {
  .movie-btn-detail .movie-link {
    font-size: 16px;
    line-height: 20px;
  }
}
.movie-btn {
  margin: auto 40px auto 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
}
@media (max-width: 736px) {
  .movie-btn {
    margin: 16px 0 0 0;
    font-size: 16px;
    line-height: 20px;
  }
}
.movie-btn a {
  display: flex;
}
.movie-btn span {
  display: inline-block;
  margin: auto 0;
}
.movie-btn .arrow {
  width: 48px;
  margin: 0 11px 0 0;
  position: relative;
}
@media (max-width: 736px) {
  .movie-btn .arrow {
    width: 40px;
    margin: 0 12px 0 0;
  }
}
.movie-btn .arrow::before {
  position: absolute;
  content: "";
  background: url("../images/arrow-active.png");
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
}
.movie-btn .arrow img {
  transition: opacity 0.35s ease;
}
@media (hover: hover) {
  .movie-btn:hover .arrow::before {
    opacity: 1;
  }
  .movie-btn:hover .arrow img {
    opacity: 0;
  }
}
.movie-viewmore {
  padding: 79px 0 80px 0;
  color: #494E6C;
}
@media (max-width: 736px) {
  .movie-viewmore {
    padding: 60px 0 60px 0;
  }
}
.movie-viewmore-ttl {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.06em;
  font-weight: 400;
  margin: 0 auto 23px auto;
}
@media (max-width: 736px) {
  .movie-viewmore-ttl {
    font-size: 18px;
    line-height: 20px;
    margin: 0 auto 23px auto;
  }
}
.movie-viewmore-btn {
  width: 318px;
  margin: 0 auto;
  background: #494E6C;
  color: #fff;
  position: relative;
}
@media (max-width: 736px) {
  .movie-viewmore-btn {
    width: 318px;
    max-width: 100%;
  }
}
.movie-viewmore-btn a {
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 736px) {
  .movie-viewmore-btn a {
    height: 60px;
  }
}
.movie-viewmore-btn .arrow {
  width: 40px;
  display: flex;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto 0;
  align-items: center;
}
@media (max-width: 736px) {
  .movie-viewmore-btn .arrow {
    width: 40px;
    left: 20px;
  }
}
.movie-viewmore-btn .arrow::before {
  position: absolute;
  content: "";
  background: url("../images/arrow-white-active.png") no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  height: 40px;
  margin: auto;
  transition: opacity 0.35s ease;
}
.movie-viewmore-btn .arrow img {
  transition: opacity 0.35s ease;
}
@media (hover: hover) {
  .movie-viewmore-btn:hover .arrow::before {
    opacity: 1;
  }
  .movie-viewmore-btn:hover .arrow img {
    opacity: 0;
  }
}

.tvcm {
  background: url("../images/tvcm-bg.jpg") center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 90px 0 80px 0;
}
@media (max-width: 736px) {
  .tvcm {
    background: url("../images/tvcm-bg-sp.jpg") center no-repeat;
    background-size: cover;
    padding: 50px 0 60px 0;
  }
}
.tvcm.tvcm2 {
  background-image: url("../images/tvcm2-bg.jpg");
}
.tvcm.tvcm2 .specialMovie {
  height: 100%;
}
@media (max-width: 736px) {
  .tvcm.tvcm2 {
    background-image: url("../images/tvcm2-bg-sp.jpg");
    padding: 40px 0 60px;
  }
  .tvcm.tvcm2 .tvcm-ttl {
    line-height: 50px;
    margin-right: -20px;
    margin-bottom: 38;
  }
}
.tvcm-ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0 0 69px 12px;
  text-align: left;
}
@media (max-width: 736px) {
  .tvcm-ttl {
    font-size: 40px;
    line-height: 30px;
    margin: 0 0 49px 12px;
  }
}
.tvcm-group {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 736px) {
  .tvcm-group {
    flex-flow: column;
  }
}
.tvcm-group .thumb-img {
  width: 484px;
  height: 272px;
  position: relative;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.tvcm-group .thumb-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 736px) {
  .tvcm-group .thumb-img {
    width: 330px;
    height: 185px;
  }
}
@media screen and (max-width: 375px) {
  .tvcm-group .thumb-img {
    width: calc(100% - 12px);
    height: 47.4358974359%;
  }
}
.tvcm-group .thumb-img .specialMovie {
  position: relative;
  display: block;
}
.tvcm-group .thumb-img .specialMovie::before {
  position: absolute;
  content: "";
  background: url("../images/btn-play03.png");
  background-size: cover;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 736px) {
  .tvcm-group .thumb-img .specialMovie::before {
    width: 56px;
    height: 56px;
  }
}
.tvcm-group .thumb-img .specialMovie.lightcolor::before {
  background-image: url("../images/btn-play03b.png");
}
.tvcm-group .thumb-img .specialMovie.hide + .specialIframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tvcm-group .thumb-img .specialMovie.hide + .specialIframe iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.tvcm-group .thumb-img .movie-thum-note {
  position: absolute;
  bottom: 4px;
  left: 20px;
  font-size: 17px;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 700;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  text-align: left;
}
@media (max-width: 736px) {
  .tvcm-group .thumb-img .movie-thum-note {
    bottom: 0;
    left: 13px;
    font-size: 13px;
    line-height: 32px;
  }
}
@media screen and (max-width: 375px) {
  .tvcm-group .thumb-img .movie-thum-note {
    bottom: 0;
    left: 3.3333333333vw;
    font-size: 3.3333333333vw;
    line-height: 8.2051282051vw;
  }
}
@media (max-width: 736px) {
  .tvcm-group .thumb-img + .thumb-img {
    margin: 20px 0 0 auto;
  }
}
@media screen and (max-width: 375px) {
  .tvcm-group .thumb-img + .thumb-img {
    margin: 5.1282051282vw 0 0 auto;
  }
}

.group-bnr {
  padding: 80px 0 80px 0;
}
@media (max-width: 736px) {
  .group-bnr {
    padding: 40px 0 40px 0;
  }
}
.group-bnr .bnr {
  width: 485px;
  margin: 0 auto;
}
@media (max-width: 736px) {
  .group-bnr .bnr {
    width: 100%;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000000;
  font-weight: normal;
  font-weight: 700;
  opacity: 0;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  transform: translate3d(0, 0, 0);
  transition: all 0.35s ease;
  transition-delay: 0.2s;
  background: none;
}
@media (max-width: 736px) {
  .modal {
    height: 100dvh;
  }
}
.modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 736px) {
  .modal .modal-overlay {
    height: 100dvh;
  }
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal.active .modal-mv {
  transform: none;
  opacity: 1;
}
.modal.active .modal-overlay {
  opacity: 1;
}
.modal .modal_outer {
  background: #EDEDF0;
  color: #494E6C;
  transition: background 0.2s ease;
  border-radius: 20px;
  width: 100%;
  max-width: 1100px;
  position: relative;
  z-index: 1;
}
@media (min-width: 737px) {
  .modal .modal_outer {
    padding: 20px 0;
  }
}
@media (max-width: 736px) {
  .modal .modal_outer {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    height: 100dvh;
  }
}
.modal .modal_outer.style2 {
  background: #A3A7B6;
  color: #fff;
}
@media (min-width: 737px) {
  .modal .modal_outer.style2 .btn-close {
    background: url("../images/modal-close-style2.svg") center no-repeat;
    background-size: 100% 100%;
  }
}
.modal .modal_outer.style2 .btn-close .arrow {
  background-color: #fff;
}
.modal .modal-inner {
  position: relative;
  z-index: 1;
  padding: 74px 24px 100px 24px;
}
@media (min-width: 737px) {
  .modal .modal-inner {
    padding: 30px 40px 4px;
    min-height: 640px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
}
.modal .modal-inner .main_video {
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 737px) {
  .modal .modal-inner .main_video {
    position: absolute;
    top: 80px;
    right: 40px;
    width: 500px;
    bottom: 89px;
    height: 500px;
    z-index: 1;
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 736px) {
  .modal .modal-inner .main_video {
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
  }
}
.modal .modal-inner .main_video > * {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.modal .modal-inner .main_video video {
  width: 100%;
}
@media (max-width: 736px) {
  .modal .modal-inner .main_video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 737px) {
  .modal .modal-inner .wrapper-inner {
    padding: 0;
    width: 396px;
  }
}
.modal .modal-inner .thumb_image {
  z-index: 1;
  cursor: pointer;
}
.modal .modal-inner .thumb_image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  background: url("../images/btn-play04.png") center no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 737px) {
  .modal .modal-inner .thumb_image:before {
    width: 60px;
    height: 60px;
  }
}
.modal .modal-inner .thumb_image + .video_src {
  opacity: 0;
  visibility: hidden;
}
.modal .modal-inner .thumb_image.hide {
  opacity: 0;
  visibility: hidden;
}
.modal .modal-inner .thumb_image.hide + .video_src {
  opacity: 1;
  visibility: visible;
}
.modal .modal-inner .video_src {
  position: absolute;
  height: 0;
  padding-bottom: 100%;
}
.modal .modal-inner .video_src iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .modal-mv {
  opacity: 0;
  transition: opacity 1s ease;
  width: 100%;
  max-width: 100%;
  box-sizing: content-box;
  position: relative;
  z-index: 1;
  max-height: 100vh;
  max-height: calc(100dvh - 40px);
  overflow: auto;
  position: relative;
  z-index: 10;
}
@media (min-width: 737px) {
  .modal .modal-mv {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
}
@media (max-width: 736px) {
  .modal .modal-mv {
    max-height: 100dvh;
    min-height: 100dvh;
    overscroll-behavior: none;
  }
}
.modal .modal-mv .btn-close {
  position: absolute;
  top: 13px;
  left: 24px;
  z-index: 5;
}
@media (min-width: 737px) {
  .modal .modal-mv .btn-close {
    background: url("../images/modal-close.svg") center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    width: 21px;
    height: 21px;
    top: 11px;
    right: 31px;
    left: auto;
  }
}
.modal .modal-mv .btn-close span {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
}
.modal .modal-mv .btn-close .arrow {
  display: inline-block;
  width: 4px;
  height: 8px;
  margin: auto 8px auto 0;
  aspect-ratio: 1/1;
  background-color: #494E6C;
  background-size: cover;
  -webkit-mask-image: url("../images/arrow-back.svg");
  mask-image: url("../images/arrow-back.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
}
.modal-movie {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 29px;
  margin-left: 5px;
}
@media (max-width: 736px) {
  .modal-movie {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 1px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 375px) {
  .modal-movie {
    font-size: 5.1282051282vw;
    line-height: 7.6923076923vw;
    margin-bottom: 0.2564102564vw;
    margin-left: 1.0256410256vw;
  }
}
.modal-movie .num {
  display: block;
  font-size: 67px;
  line-height: 86px;
  letter-spacing: 0;
  font-weight: 300;
  font-style: italic;
  margin: -2px 0 0 -5px;
}
@media (max-width: 736px) {
  .modal-movie .num {
    font-size: 57px;
    line-height: 86px;
    letter-spacing: -0.05em;
    margin: -21px 0 0 -5px;
  }
}
@media screen and (max-width: 375px) {
  .modal-movie .num {
    font-size: 14.6153846154vw;
    line-height: 22.0512820513vw;
    margin: -5.3846153846vw 0 0 -1.2820512821vw;
  }
}
.modal-ttl {
  position: absolute;
  top: 76px;
  left: 190px;
}
@media (max-width: 736px) {
  .modal-ttl {
    top: 82px;
    left: 135px;
    right: 10px;
  }
}
@media screen and (max-width: 375px) {
  .modal-ttl {
    left: 34.6153846154vw;
    right: 2.5641025641vw;
  }
}
.modal-ttl::before {
  position: absolute;
  content: "";
  top: 0;
  left: -33px;
  aspect-ratio: 1/1;
  background-color: #494E6C;
  background-size: cover;
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask-image: url("../images/line.svg");
  mask-image: url("../images/line.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
}
@media (max-width: 736px) {
  .modal-ttl::before {
    top: 3px;
    left: -30px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 375px) {
  .modal-ttl::before {
    top: 0.7692307692vw;
    left: -7.6923076923vw;
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
}
.modal h2 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 13px;
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}
@media (min-width: 737px) {
  .modal h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 375px) {
  .modal h2 {
    font-size: 5.1282051282vw;
    line-height: 7.6923076923vw;
    margin-bottom: 3.3333333333vw;
  }
}
.modal h3 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 500;
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}
@media (min-width: 737px) {
  .modal h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 375px) {
  .modal h3 {
    font-size: 3.5897435897vw;
    line-height: 5.1282051282vw;
  }
}
.modal .txt {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 21px;
  letter-spacing: 0;
  min-height: 63px;
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}
@media (min-width: 737px) {
  .modal .txt {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 49px;
  }
}
.modal .thumb_ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 0;
  font-weight: 400;
  margin-bottom: 7px;
}
@media (max-width: 736px) {
  .modal .thumb_ttl {
    font-size: 14px;
    line-height: 33px;
    margin-bottom: 2px;
  }
}
.modal .thumb_ttl.hide {
  display: none;
}
.modal .thumb_inner {
  display: flex;
  justify-content: space-between;
  width: 396px;
}
@media (max-width: 736px) {
  .modal .thumb_inner {
    width: 100%;
    margin-top: 22px;
  }
}
.modal .thumb_video {
  position: relative;
  width: 120px;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 737px) {
  .modal .thumb_video {
    cursor: pointer;
  }
}
@media (max-width: 736px) {
  .modal .thumb_video {
    width: 25.641025641vw;
  }
}
.modal .thumb_video.active {
  box-shadow: none;
}
.modal .thumb_video.active::before {
  display: none;
}
.modal .thumb_video:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background: url("../images/btn-play04.png") center no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 737px) {
  .modal .thumb_video:before {
    width: 32px;
    height: 32px;
  }
}
.modal .thumb_video_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 16px;
  width: 256px;
}
@media (max-width: 736px) {
  .modal .thumb_video_list {
    gap: 2.5641025641vw 2.5641025641vw;
    width: 53.8461538462vw;
  }
}
.modal .thumb_video_list .thumb_video {
  display: inline-block;
}
.modal .list-arrow {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 44px auto 0 auto;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
  z-index: 1;
}
@media (max-width: 736px) {
  .modal .list-arrow {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #494E6C;
    color: #fff;
    padding: 20px 0 18px 0;
    margin: 0;
  }
}
.modal .list-arrow span {
  display: inline-block;
  margin: auto 40px;
}
@media (max-width: 736px) {
  .modal .list-arrow span {
    margin: 0;
  }
}
.modal .btn-arrow.disable {
  pointer-events: none;
  opacity: 0.7;
}
.modal .arrow-next,
.modal .arrow-prev {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
@media (max-width: 736px) {
  .modal .arrow-next,
  .modal .arrow-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
.modal .arrow-next {
  background: url("../images/arrow-next.png");
  background-size: 100% 100%;
}
@media (max-width: 736px) {
  .modal .arrow-next {
    background: url("../images/arrow-next03.png");
    background-size: 100% 100%;
    right: 8px;
  }
}
.modal .arrow-prev {
  background: url("../images/arrow-prev.png");
  background-size: 100% 100%;
}
@media (max-width: 736px) {
  .modal .arrow-prev {
    background: url("../images/arrow-prev03.png");
    background-size: 100% 100%;
    left: 8px;
  }
}
.modal .modal_outer.style2 .arrow-next {
  background: url("../images/arrow-next02.png");
  background-size: 100% 100%;
}
@media (max-width: 736px) {
  .modal .modal_outer.style2 .arrow-next {
    background: url("../images/arrow-next03.png");
    background-size: 100% 100%;
  }
}
.modal .modal_outer.style2 .arrow-prev {
  background: url("../images/arrow-prev02.png");
  background-size: 100% 100%;
}
@media (max-width: 736px) {
  .modal .modal_outer.style2 .arrow-prev {
    background: url("../images/arrow-prev03.png");
    background-size: 100% 100%;
  }
}
.modal .modal_outer.style2 .modal-ttl::before {
  background-color: #fff;
}
.modal .thumb_video_short {
  min-height: 288px;
}
@media (max-width: 736px) {
  .modal .thumb_video_short {
    min-height: auto;
  }
}
.modal .thumb_video_short.hide {
  opacity: 0;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}/*# sourceMappingURL=style.css.map */