@charset "UTF-8";

@font-face {
  font-family: "Noto Sans JP";
  src: url("/common/fonts/NotoSansJP/NotoSansJP-Regular.otf") format("opentype"), url("/common/fonts/NotoSansJP/NotoSansJP-Medium.otf") format("opentype"), url("/common/fonts/NotoSansJP/NotoSansJP-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Noto Serif JP";
  src: url("/common/fonts/NotoSerifJP/NotoSerifJP-ExtraLight.otf") format("opentype"), url("/common/fonts/NotoSerifJP/NotoSerifJP-Light.otf") format("opentype"), url("/common/fonts/NotoSerifJP/NotoSerifJP-Regular.otf") format("opentype"), url("/common/fonts/NotoSerifJP/NotoSerifJP-Medium.otf") format("opentype"), url("/common/fonts/NotoSerifJP/NotoSerifJP-Bold.otf") format("opentype"), url("/common/fonts/NotoSerifJP/NotoSerifJP-SemiBold.otf") format("opentype");
}

* {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
}

img {
  height: auto;
}

.noto-serif,
.noto-serif p {
  font-family: "Noto Serif JP", "Noto Sans JP", "Noto Sans CJK JP", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif !important;
}

.for-pc {
  display: inherit;
}
.for-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inherit;
  }
}

@keyframes fade-in {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

/* 初期状態 */
.fade-in {
  visibility: hidden;
}
.animate-to {
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  opacity: 0;
}

/* 表示状態 */
.fade-in.appear {
  animation: fade-in 0.8s ease forwards 0s;
}
.animate-to.appear {
  transform: translateY(0);
  opacity: 1;
}

/* movie */
.movie {
  position: relative;
  background-color: #dfaacc; /* 下側の単色 */
  overflow: hidden;
}
.movie * {
  box-sizing: border-box;
}
/* 上部グラデーション背景 */
.movie .movie_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1365 / 1783;
  background: linear-gradient(180deg, #9166a9 24.52%, #dfaacc 77.4%);
  z-index: 0;
}
/* コンテンツは前面に */
.movie .movie-content {
  position: relative;
  z-index: 1;
}
.movie section:last-of-type {
  padding-bottom: 30px;
}
.movie .movie_bg {
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1365 / 1783;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #9166a9 24.52%, #dfaacc 77.4%);
}
@media only screen and (min-width: 1366px) {
  .movie-content {
    background-image: url("../images/movie-content_l-bg.png"), url("../images/movie-content_c-bg.png"), url("../images/movie-content_r-bg.png");
    background-repeat: repeat-y, repeat-y, repeat-y;
    background-position: left top, center top, right top;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1365px) {
  .movie-content {
    background-image: url(../images/movie-content_tab-bg.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: contain;
  }
}
@media only screen and (max-width: 640px) {
  .movie section:last-of-type {
    padding-bottom: calc(40 / 750 * 100vw);
  }
  .movie .movie_bg {
    aspect-ratio: 750 / 3000;
  }
  .movie-content {
    background-image: url(../images/movie-content_sp-bg.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: contain;
  }
}

/* inner */
.movie .inner {
  max-width: 1030px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
@media only screen and (max-width: 640px) {
  .movie .inner {
    max-width: 100%;
    width: auto;
    padding: 0 5%;
  }
}

/* mv */
.movie .mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  backface-visibility: hidden;
}
.movie .mv .mv-column {
  position: relative;
}
.movie .mv .mv-column img {
  width: 100%;
}
.movie .mv .mv-column_poster {
  width: calc(476 / 950 * 100%);
}
.movie .mv .mv-column_content {
  width: calc(450 / 950 * 100%);
}
.movie .mv .mv-column_logo {
  width: calc(288 / 450 * 100%);
  margin: 0 auto;
}
.movie .mv .mv-column_thumb {
  display: block;
  width: 100%;
}
.movie .mv .mv-column_content .modal-opening {
  display: block;
  width: 100%;
  overflow: visible;
}
.movie .mv .mv-column_content .modal-opening img {
  border-radius: 10px;
  border: 5px solid #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.movie .mv .mv-column_content .modal-opening:hover img {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 641px) {
  .movie .mv .mv-column {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .movie .mv .mv-column_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(../images/mv-video_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 640px) {
  .movie .mv {
    height: auto;
    min-height: 1px;
  }
  .movie .mv .mv-column {
    flex-wrap: wrap;
  }
  .movie .mv .mv-column_poster {
    padding-top: 5%;
  }
  .movie .mv .mv-column_poster,
  .movie .mv .mv-column_content {
    width: 100%;
  }
  .movie .mv .mv-column_logo {
    width: calc(370 / 750 * 100vw);
    padding-top: calc(30 / 750 * 100vw);
  }
}

/* movie-mv */
.movie .movie-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  backface-visibility: hidden;
}
.movie .movie-mv img {
  width: 100%;
}
.movie .movie-mv_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.movie .mv-head {
  width: calc(500 / 950 * 100%);
  margin: calc(90 / 950 * 100%) auto calc(12 / 950 * 100%);
}
.movie .mv-lead {
  display: block;
  width: calc(841 / 950 * 100%);
}
.movie .mv-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.movie .mv-content .mv-content_logo {
  width: calc(288 / 910 * 100%);
  margin-top: calc(30 / 910 * 100%);
}
.movie .mv-content .mv-content_thumb {
  width: calc(453 / 910 * 100%);
  margin: 0 auto;
}
.movie .mv-content .mv-content_youtube {
  width: calc(762 / 910 * 100%);
  padding-bottom: calc(60 / 910 * 100%);
}
.movie .mv-content .mv-content_poster {
  width: calc(516 / 910 * 100%);
}
.movie .mv-content .mv-content_thumb .modal-opening img {
  border-radius: 10px;
  border: 5px solid #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.movie .mv-content .mv-content_thumb .modal-opening:hover img {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 641px) {
  .movie .mv-content .mv-content_youtube {
    background-image: url(../images/mv-youtube_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 640px) {
  .movie .mv-head {
    width: calc(650 / 750 * 100vw);
    margin: calc(90 / 750 * 100vw) auto calc(20 / 750 * 100vw);
  }
  .movie .mv-lead {
    display: block;
    width: calc(600 / 750 * 100vw);
  }
  .movie .mv-content .mv-content_logo {
    width: calc(370 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
  }
  .movie .mv-content .mv-content_youtube {
    width: 100%;
    padding-bottom: calc(60 / 750 * 100vw);
  }
  .movie .mv-content .mv-content_thumb {
    width: 90%;
  }
  .movie .mv-content .mv-content_poster {
    width: 100%;
  }
}

/* lead-text */
.movie .lead-text {
  margin: 40px auto;
}
.movie .lead-text p {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.6px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .movie .lead-text {
    margin-top: calc(60 / 750 * 100vw);
    margin-bottom: calc(80 / 750 * 100vw);
  }
  .movie .lead-text p {
    font-size: calc(28 / 750 * 100vw);
  }
}

/* intro */
.movie .intro {
  position: relative;
}
.movie .intro-title {
  display: block;
  width: calc(288 / 450 * 100%);
  margin: 0 auto;
}
.movie .intro-section {
  border: 10px solid #fff;
  border-radius: 10px;
  background: #fff9b1;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.movie .intro-section + .intro-section {
  margin-top: 40px;
}
.movie .intro .intro-image img {
  width: 100%;
  border: 1px solid #c9caca;
}
.movie .intro .intro-image.--no-border img {
  border: none;
}
.movie .intro-content {
  position: relative;
  overflow: hidden;
  padding: 30px;
}
.movie .intro-content .intro-star {
  position: absolute;
  display: block;
  top: -12px;
  left: -15px;
  width: calc(377 / 930 * 100%);
}
.movie .intro-content .intro-star img {
  width: 100%;
}
.movie .intro-column {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.movie .intro-column_title img {
  width: 100%;
}
.movie .intro-column_content {
  width: calc(570 / 870 * 100%);
}
.movie .intro-column_image {
  width: calc(270 / 870 * 100%);
}
.movie .intro-period {
  display: block;
  width: 100%;
  background: #e4007f;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1px;
  padding: 10px 30px;
  margin: 20px 0;
  color: #fff;
}
.movie .intro-cast {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.movie .intro-cast_cast {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-indent: -3em;
  padding-left: 3em;
  color: #150201;
}
.movie .intro-time {
  display: inline-block;
  border: 2px solid #e4007f;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 30px 10px;
  color: #e4007f;
}
.movie .intro-time span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
}
.movie .intro-text {
  border-top: 2px solid #e4007f;
  padding-top: 20px;
  margin-top: 20px;
}
.movie .intro-text p {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #150201;
}
.movie .intro-button {
  margin: 20px auto 0;
}
.movie .intro-button a {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  border: 2px solid #e4007f;
  background: #fff;
  transition: all 0.3s ease;
  padding: 18px 30px;
  margin: 0 auto;
}
.movie .intro-button a:hover {
  transform: scale(1.01);
  opacity: 0.9;
}
.movie .intro-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 7.5px;
  height: 15px;
  background-image: url(../images/button_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.movie .intro-scene {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.movie .intro-scene picture {
  display: block;
  width: calc(210 / 870 * 100%);
}
.movie .intro-scene picture img {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .movie .intro-section {
    border-width: calc(10 / 750 * 100vw);
  }
  .movie .intro-section + .intro-section {
    margin-top: calc(40 / 750 * 100vw);
  }
  .movie .intro-content {
    padding: calc(36 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
  .movie .intro-content .intro-star {
    top: calc(-10 / 750 * 100vw);
    left: calc(-5 / 750 * 100vw);
    width: calc(300 / 750 * 100vw);
  }
  .movie .intro-title {
    width: calc(370 / 750 * 100vw);
  }
  .movie .intro-cast .intro-time {
    display: none;
  }
  .movie .for-sp .intro-time {
    display: inline-block;
    margin-top: calc(20 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
  .movie .intro-period {
    display: none;
  }
  .movie .for-sp .intro-period {
    display: block;
  }
  .movie .intro-column_content {
    width: 100%;
  }
  .movie .intro-column_image {
    display: none;
  }
  .movie .intro-period {
    font-size: calc(24 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
    margin-bottom: calc(30 / 750 * 100vw);
  }
  .movie .intro-period span {
    font-size: calc(32 / 750 * 100vw);
  }
  .movie .intro-time {
    font-size: calc(36 / 750 * 100vw);
    padding: calc(9 / 750 * 100vw) calc(13 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
  .movie .intro-time span {
    font-size: calc(28 / 750 * 100vw);
  }
  .movie .intro-text {
    padding-top: calc(30 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
  }
  .movie .intro-text p {
    font-size: calc(24 / 750 * 100vw);
  }
  .movie .intro-cast_cast {
    font-size: calc(28 / 750 * 100vw);
  }
  .movie .intro-button {
    max-width: calc(400 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
  }
  .movie .intro-button a {
    border-radius: calc(60 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(30 / 750 * 100vw);
  }
  .movie .intro-button a::after {
    width: calc(8 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
  }
  .movie .intro-button a img {
    width: calc(153 / 750 * 100vw);
    min-width: 100px;
  }
  .movie .intro-scene {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: calc(40 / 750 * 100vw);
  }
  .movie .intro-scene picture {
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 400px) {
  .movie .intro-button {
    max-width: 80%;
  }
  .movie .intro-button a {
    padding: calc(15 / 400 * 100vw) calc(60 / 400 * 100vw);
  }
  .movie .intro-button a::after {
    width: calc(6 / 400 * 100vw);
    height: calc(12 / 400 * 100vw);
    right: 20px;
  }
  .movie .intro-button a img {
    width: calc(120 / 400 * 100vw);
    min-width: 80px;
  }
}
@media only screen and (max-width: 240px) {
  .movie .intro-button a::after {
    display: none;
  }
  .movie .intro-button a img {
    width: 100%;
    min-width: 1px;
  }
}

/* entry */
.movie .intro + .entry {
  margin-top: 40px;
}
.movie .entry {
  text-align: left;
  line-height: 1.4;
  color: #36318f;
}
.movie .entry-section {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.movie .entry-content {
  padding: 40px;
}
.movie .entry-title {
  display: flex;
  justify-content: center;
  background: #36318f;
  border-radius: 10px 10px 0 0;
  line-height: 1;
  padding: 8px 20px;
}
.movie .entry-lead {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.movie .entry-column_title {
  font-size: 18px;
  font-weight: 700;
}
.movie .entry-text {
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}
.movie .entry-period {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 5px;
  color: #e4007f;
}
.movie .entry-period span {
  font-size: 18px;
}
.movie .entry-note {
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 30px;
  color: #1e1e1e;
}
.movie .entry-note li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}
.movie .entry-column {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.movie .entry-column .entry-image img {
  width: 100%;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}
.movie .entry-column_content {
  position: relative;
  width: calc(415 / 870 * 100%);
  height: auto;
  aspect-ratio: 415 / 220;
  background: #fff33f;
}
.movie .entry-column_content > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px 16px;
}
.movie .entry-column_content .entry-star {
  position: absolute;
  content: "";
  top: 0;
  left: -20px;
  width: calc(234 / 415 * 100%);
}
.movie .entry-column_content .entry-star img {
  width: 100%;
}
.movie .entry-column_content .entry-image {
  position: absolute;
  width: calc(208 / 415 * 100%);
  height: auto;
  top: calc(-50 / 415 * 100%);
  right: calc(15 / 415 * 100%);
}
@media only screen and (max-width: 640px) {
  .movie .intro + .entry {
    margin-top: calc(40 / 750 * 100vw);
  }
  .movie .entry-title img {
    width: calc(208 / 750 * 100vw);
  }
  .movie .entry-content {
    padding: calc(40 / 750 * 100vw);
  }
  .movie .entry-column {
    flex-wrap: wrap;
    row-gap: calc(95 / 750 * 100vw);
    margin-top: calc(60 / 750 * 100vw);
  }
  .movie .entry-column_content {
    width: 100%;
  }
  .movie .entry-lead {
    font-size: calc(32 / 750 * 100vw);
  }
  .movie .entry-column_title {
    font-size: calc(26 / 750 * 100vw);
  }
  .movie .entry-text {
    font-size: calc(24 / 750 * 100vw);
  }
  .movie .entry-period {
    font-size: calc(35 / 750 * 100vw);
  }
  .movie .entry-period span {
    font-size: calc(26 / 750 * 100vw);
  }
  .movie .entry-note {
    font-size: calc(18 / 750 * 100vw);
  }
  .movie .entry-column_content .entry-image {
    width: calc(370 / 750 * 100%);
    top: calc(-90 / 750 * 100%);
    right: calc(30 / 750 * 100%);
  }
  .movie .entry-column_content > div {
    padding: calc(30 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
  .movie .entry-column_content .entry-star {
    width: calc(330 / 750 * 100vw);
    left: calc(-20 / 750 * 100vw);
  }
}

/* price */
.movie .entry + .price {
  margin-top: 40px;
}
.movie .price {
  text-align: left;
  color: #1e1e1e;
}
.movie .price-section {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.movie .price-title {
  display: flex;
  justify-content: center;
  background: #d1d0e6;
  line-height: 1;
  padding: 12px 20px 4px;
}
.movie .price-content {
  padding: 40px;
}
.movie .price-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.movie .price-column_content {
  border: 2px solid #36318f;
  text-align: center;
}
.movie .price-column_content {
  width: calc(425 / 870 * 100%);
}
.movie .price-column_title {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #36318f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  padding: 15px 10px;
  color: #fff;
}
.movie .price-column_text {
  font-size: 20px;
  font-weight: 600;
  padding: 18px 10px 20px;
  line-height: 1.5;
}
.movie .price-column_text span {
  font-size: 15px;
}
.movie .price-note {
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 24px;
}
.movie .price-note li {
  text-indent: -1.25em;
  padding-left: 1.25em;
}

@media only screen and (max-width: 640px) {
  .movie .entry + .price {
    margin-top: calc(40 / 750 * 100vw);
  }
  .movie .price-title img {
    width: calc(180 / 750 * 100vw);
  }
  .movie .price-content {
    padding: calc(40 / 750 * 100vw);
  }
  .movie .price-column {
    row-gap: calc(30 / 750 * 100vw);
  }
  .movie .price-column_content {
    width: 100%;
  }
  .movie .price-column_title {
    font-size: calc(27 / 750 * 100vw);
    padding: calc(18 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
  .movie .price-column_text {
    font-size: calc(30 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw);
  }
  .movie .price-column_text span {
    font-size: calc(23 / 750 * 100vw);
  }
  .movie .price-note {
    font-size: calc(18 / 750 * 100vw);
  }
}

/* copylight */
.movie .copylight {
  margin-top: 90px;
}
.movie .copylight p {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #404040;
}
.movie .copylight-content {
  width: max-content;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .movie .copylight {
    margin-top: calc(80 / 750 * 100vw);
  }
  .movie .copylight p {
    font-size: calc(18 / 750 * 100vw);
  }
}

/* modaal */
.okaeri_anpanman .modaal-video-wrap {
  max-width: 100%;
  max-height: calc(100vh - 180px);
  width: auto;
  aspect-ratio: 16 / 9;
  margin: auto;
}
.okaeri_anpanman .modaal-inner-wrapper {
  vertical-align: top;
  padding: 120px 30px 0;
}
.okaeri_anpanman .modaal-close {
  right: 30px;
}
.okaeri_anpanman .modaal-close {
  width: 60px;
  height: 60px;
}
.okaeri_anpanman .modaal-close:before,
.okaeri_anpanman .modaal-close:after {
  top: 0;
  left: 28px;
  width: 3px;
  height: 60px;
  border-radius: 5px;
}
.okaeri_anpanman .modaal-close:focus,
.okaeri_anpanman .modaal-close:hover {
  background: transparent;
}
.okaeri_anpanman .modaal-close:focus::before,
.okaeri_anpanman .modaal-close:hover::after {
  width: 4px;
}
@media only screen and (min-width: 1400px) {
  .okaeri_anpanman .modaal-video-container {
    max-width: 90%;
    max-height: none;
    height: 90%;
  }
}
@media screen and (min-height: 901px) and (min-width: 1400px) {
  .okaeri_anpanman .modaal-inner-wrapper {
    padding-top: 180px;
  }
  .okaeri_anpanman .modaal-video-container {
    max-height: calc(100vh - 240px);
  }
  .okaeri_anpanman .modaal-close {
    top: 50px;
  }
}
@media screen and (max-height: 900px) {
  .okaeri_anpanman .modaal-video-container {
    max-width: unset;
    max-height: unset;
  }
}
@media screen and (max-height: 900px) and (min-width: 1400px) {
  .okaeri_anpanman .modaal-video-container {
    max-width: unset;
    max-width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .okaeri_anpanman .modaal-inner-wrapper {
    padding: 120px 20px 0;
  }
  .okaeri_anpanman .modaal-close {
    width: 50px;
    height: 50px;
    top: 40px;
    right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .okaeri_anpanman .modaal-close {
    width: calc(50 / 640 * 100vw);
    height: calc(50 / 640 * 100vw);
    top: calc(40 / 640 * 100vw);
    right: calc(20 / 640 * 100vw);
  }
  .okaeri_anpanman .modaal-close:before,
  .okaeri_anpanman .modaal-close:after {
    top: 0;
    left: calc(20 / 640 * 100vw);
    height: calc(50 / 640 * 100vw);
    border-radius: 3px;
  }
}
@media screen and (max-width: 500px) {
  .okaeri_anpanman .modaal-inner-wrapper {
    padding: 100px 12px 0;
  }
  .okaeri_anpanman .modaal-close {
    width: 40px;
    height: 40px;
    top: 30px;
  }
  .okaeri_anpanman .modaal-close:before,
  .okaeri_anpanman .modaal-close:after {
    top: 0;
    left: 18px;
    height: 40px;
    border-radius: 3px;
  }
}

/* video */
.movie .video {
  position: relative;
}
.movie .video.iframe {
  position: relative;
  width: 100%;
  margin: 30px 0;
}
.movie .video .video__inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.movie .video .video__inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  top: 0;
  left: 0;
}
