@charset "UTF-8";
/*20260806コメント追加*/
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
*:focus {
  outline: none;
}
img {
  vertical-align: top;
}
body {
  font-family: "IBM Plex Sans JP", sans-serif;
  line-height: 1.85;
  font-size: 16px;
  overflow-x: hidden;
  color: #008465;
  background-color: #ffe8f0;
}
@media (max-width: 399px) {
  body {
    font-size: 3.8vw;
  }
}
@media (min-width: 400px) and (max-width: 959px) {
  body {
    font-size: 15px;
  }
}
.wrapper {
  overflow-x: hidden;
}
.sp-only {
  display: none;
}
@media (max-width: 519px) {
  .sp-only {
    display: inline;
  }
}
.inner {
  width: 86%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.narrow {
  max-width: 880px;
}
h1,
h2,
h3,
h4,
h5 {
  color: #0d9563;
}
.bold {
  font-weight: bold;
}
.wave {
  text-decoration: underline wavy #ffe94e;
  text-underline-offset: 3px;
}
.header {
  padding: 0.8em 0 0 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 739px) {
 .header {
  padding: 0.8em 0 1.5em 0;
 }
  .header img {
    width: 11.25em;
  }
}
.title {
  padding: 0 0 1.5em 0;
  background-image: url(../images/title_bg_sp.png);
  background-size: cover;
  background-position: left bottom;
}
@media (min-width: 740px) {
  .title {
    padding: 0 0 1.5em 0;
    background-image: url(../images/title_bg_tb.png);
    background-position: left bottom;
  }
}
@media (min-width: 960px) {
  .title {
    background-image: url(../images/title_bg.png);
    background-position: center bottom;
    background-size: 100%;
  }
}

.title h1 {
  font-size: 1.25em;
  position: relative;
  z-index: 3;
}
.title h1 img {
  max-width: 84%;
  margin: 0.25em 0 1em 0;
}
.title .title_illust {
  text-align: right;
  position: relative;
  width: 100%;
}
.title .title_illust img {
  width: 55vw;
  position: relative;
  margin: -24vw -5vw 0 auto;
}
.title_point {
 padding-bottom: 0.75em;
}
@media (max-width: 739px) {
 .title_point {
  max-width: 440px;
 }
}
@media (min-width: 740px) {
  .title .inner > .title_txt_illust {
    display: flex;
    align-items: flex-end;
    position: relative;
  }
  .title .inner .title_h1 {
    width: 60%;
  }
  .title h1 img {
    max-width: 100%;
    margin: 0.25em 0 0 0;
  }
  .title .inner .title_illust {
    width: 45%;
  }
  .title .title_illust img {
    width: 100%;
    position: relative;
    margin: 0 0 0 auto;
  }
  .title_point {
   margin: 1em 0 0.5em 0;
   max-width: 360px;
  }
}
@media (min-width: 960px) {
  .title .inner {
    position: relative;
  }
  .title .title_txt_illust {
    width: 70%;
    position: relative;
    z-index: 10;
    padding-bottom: 1em;
  }
  .title .title_illust {
    margin-left: -3em;
  }
  .title .pc_image_1 {
    position: absolute;
    top: -100px;
    right: -12%;
    z-index: 2;
  }
  .title .pc_image_1 {
    width: 520px;
  }
  .title .pc_image_1::after {
    content: "";
    width: 45%;
    height: 45%;
    background-image: repeating-linear-gradient(
      135deg,
      transparent,
      transparent 12px,
      rgba(255, 168, 188, 1) 12px,
      rgba(255, 168, 188, 1) 24px
    );
    position: absolute;
    right: 60px;
    bottom: -100px;
    border-radius: 50%;
  }
}
.intro {
  text-align: center;
  padding: 5em 0 7em;
  overflow: hidden;
}
.intro .intro_txt p {
  padding: 1em 0 0 0;
  font-size: 1.06em;
}
@media (min-width: 740px) {
  .intro .inner > h2 {
    font-size: 1.75em;
    line-height: 1.85;
    position: relative;
    z-index: 4;
    text-shadow: 1px 1px 0 #ffe8f0, -1px -1px 0 #ffe8f0, -1px 1px 0 #ffe8f0,
      1px -1px 0 #ffe8f0, 0px 1px 0 #ffe8f0, 0 -1px 0 #ffe8f0, -1px 0 0 #ffe8f0,
      1px 0 0 #ffe8f0;
  }
}
.tokuten_txt {
  display: flex;
  justify-content: center;
  margin: 4em 0 0 0;
  gap: 0.5em;
  position: relative;
  z-index: 5;
}
.tokuten_txt img {
  margin: 0 auto 0.3em auto;
  max-width: 90%;
}
.tokuten_txt > div {
  flex: 1;
  background: #fff;
  padding: 1em;
  border-radius: 1em;
  max-width: 320px;
  box-shadow: 0 0 1px 2px rgba(255, 168, 188, 0.2);
}
.tokuten_txt > div p {
  font-size: 0.9em;
  text-align: left;
  padding-top: 0.5em;
}
@media (min-width: 740px) {
  .tokuten_txt > div {
    padding: 1.5em 2em;
  }
  .tokuten_txt {
    display: flex;
    gap: 1.5em;
  }
  .tokuten_txt h3 {
    font-size: 1.35em;
  }
}
.intro .sp_images img,
.pc_image img {
  border-radius: 50%;
  overflow: hidden;
}
.intro .sp_images .image_1 {
  position: relative;
  text-align: right;
  left: auto;
  right: 0;
}
.intro .sp_images .image_1 img {
  margin: -2em -7vw 0 auto;
  width: 90vw;
}
.intro .sp_images .image_1::after {
  content: "";
  width: 35%;
  height: 39%;
  background-image: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 12px,
    rgba(255, 168, 188, 1) 12px,
    rgba(255, 168, 188, 1) 24px
  );
  position: absolute;
  right: 4vw;
  bottom: -20vw;
  border-radius: 50%;
}
.intro .sp_images .image_2 {
  position: relative;
}
.intro .sp_images .image_2 img {
  width: 60vw;
  margin: -1em auto 0 3vw;
}
@media (min-width: 740px) {
  .intro .sp_images .image_1 img {
    width: 62vw;
    margin: -2em -7vw 0 auto;
  }
  .intro .sp_images .image_1::after {
    width: 30%;
    height: 47%;
  }
  .intro .sp_images .image_2 img {
    width: 46vw;
    margin: -20vw auto 0 5vw;
  }
}
@media (min-width: 960px) {
  .intro .inner {
    position: relative;
  }
  .intro .sp_images {
    display: none;
  }
  .intro .pc_image_2 {
    position: absolute;
    left: -4vw;
    top: 140px;
    width: 320px;
  }
  .intro_txt p {
    position: relative;
    z-index: 4;
    text-shadow: 1px 1px 0 #ffe8f0, -1px -1px 0 #ffe8f0, -1px 1px 0 #ffe8f0,
      1px -1px 0 #ffe8f0, 0px 1px 0 #ffe8f0, 0 -1px 0 #ffe8f0, -1px 0 0 #ffe8f0,
      1px 0 0 #ffe8f0;
  }
}
@media (max-width: 959px) {
  .pc_image {
    display: none;
  }
}
.content h2 {
  text-align: center;
  position: relative;
  padding: 1em 0 2em 0;
  margin: 0 0 2em 0;
}
.content h2::after {
  content: "…";
  display: block;
  font-size: 1.4em;
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5em);
}
.content h2 span.title_en {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  line-height: 0.8;
  color: #ffe8f0;
  text-shadow: 1px 1px 0 #0d9563, -1px -1px 0 #0d9563, -1px 1px 0 #0d9563,
    1px -1px 0 #0d9563, 0px 1px 0 #0d9563, 0 -1px 0 #0d9563, -1px 0 0 #0d9563,
    1px 0 0 #0d9563;
  display: block;
  font-size: 4em;
}
.content h2 span.title_jp {
  font-weight: 300;
  font-size: 2em;
  display: inline-block;
  position: relative;
  padding: 0.5em 0 0;
  line-height: 1.2;
}
@media (max-width: 739px) {
  .content h2 span.title_jp {
    font-size: 1.6em;
  }
}
.content h2.hasillust span.title_jp::before,
.content h2.hasillust span.title_jp::after {
  content: "";
  display: block;
  width: 50px;
  height: 100px;
  background-image: url(../images/title_illust_1.png);
  background-size: contain;
  position: absolute;
  left: -55px;
  top: -50px;
}
.content h2.hasillust span.title_jp::after {
  background-image: url(../images/title_illust_2.png);
  left: auto;
  right: -60px;
  top: 0px;
}

@media (min-width: 740px) {
  .details_content ul {
    display: flex;
    position: relative;
    column-gap: 4em;
    margin-bottom: 3em;
  }
  .details_content ul::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    border-left: 1px solid #0d9563;
  }
}

.details_content ul li {
  flex: 1;
}
.details_content h3 {
  text-align: center;
  font-size: 1.4em;
  margin: 0;
}
.details_content h3 span {
  display: block;
}
.details_content h3 span img {
  margin: 10px auto;
  max-width: 90%;
}
.details_content h3 span:nth-child(2) {
  background-color: #fff;
  border: 3px solid #0d9563;
  border-radius: 5em;
  overflow: hidden;
  margin: 0.5em auto 0 auto;
  max-width: 94%;
}
.details_content .type_illust {
  max-width: 86%;
  margin: auto;
  text-align: center;
}
.details_content .type_illust img {
  margin: auto;
}
.details_content_sub {
  border: 1px solid #0d9563;
  padding: 1.25em;
  margin: 1.25em 0 0 0;
}
.details_content_sub_cap {
 text-align: center;
 font-weight: bold;
 transform: translateY(-0.5em);
 font-size:1.1em;
 color: #0d9563;
 line-height: 1.6;
 margin-bottom: 0.3em;
}
.details_content_sub h4 span {
  display: block;
  text-align: center;
  font-size: 1.75em;
}
@media (max-width: 739px) {
  .details_content ul li:last-child {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 1px solid #0e8e64;
  }
  .details_content_sub h4 span {
    font-size: 1.4em;
  }
  .details_content_sub h4 span:first-child {
    display: none;
  }
}
@media (min-width: 740px) {
 .details_content_sub {
    padding: 1.5em;
    border: 1px solid #0d9563;
    margin: 0 0 0 0;
 }
  .details_content_sub > div {
    display: flex;
    column-gap: 1.5em;
  }
  .details_content_sub ol {
    max-width: calc(100% - 130px - 1.5em);
  }
  .details_content_sub_cap {
   margin-bottom: 1em;
  }
}
@media (max-width: 739px) {
  .content h2 span.title_en {
    font-size: 3.2em;
  }
}
@media (min-width: 740px) and (max-width: 959px) {
  .content h2 span.title_en {
    font-size: 3.8em;
  }
}
@media (min-width: 960px) {
  .details_content_sub ol {
    max-width: calc(100% - 170px - 1.5em);
  }
}
/* 丸数字 */
.count,
.guide_count {
  counter-reset: original-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.count li {
  padding-left: 2em;
  margin-bottom: 0.2em;
  position: relative;
}
.guide_count > li {
  padding: 0 0 3em 5em;
  position: relative;
}
.count li:before,
.guide_count > li:before {
  content: counter(original-counter);
  counter-increment: original-counter;
  background-color: #0d9563;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.8em;
  width: 1.8em;
  color: #ffffff;
  font-size: 0.85em;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.guide_count > li:before {
  background-color: #fff9b0;
  border: 4px solid #8cc63f;
  color: #0d9563;
  font-weight: bold;
  font-size: 1.26em;
  height: 3.2em;
  width: 3.2em;
  top: -1em;
  z-index: 3;
}
.guide_count {
  padding: 1.6em 0 0 0;
}
.guide_count h3 {
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
  color: #fff9b0 !important;
}
.details_sankashikaku {
  text-align: center;
  padding: 2em 0 5em;
}
.details_sankashikaku h2 {
  margin-bottom: 0.5em;
}
.details_sankashikaku h3 {
  font-size: 1.75em;
  margin-bottom: 0.5em;
}
.button {
  padding: 1em 0;
}
.button > p:not(:last-child) {
  margin-bottom: 0.75em;
}
.button a.link,
.button a.calendar {
  display: inline-block;
  padding: 0.65em 2em 0.65em 2em;
  border-radius: 4em;
  background: #ffc8db;
  border: 4px solid #ffc8db;
  color: #008465;
  font-weight: bold;
  font-size: 1.1em;
  position: relative;
  transition: 0.3s;
}
.guide .button a.link {
  background: #ffff66;
  border: 4px solid #ffff66;
  width: 16em;
}
.button a.calendar {
  background: #fff;
  border: 4px solid #fff;
  width: 16em;
}
.button a.calendar span {
  display: block;
  position: relative;
  padding: 0 0 0 1.75em;
}
.button a.calendar span::before {
  display: block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../images/calendar.svg);
  background-size: contain;
  position: absolute;
  left: -3px;
  top: calc(50% - 0.9em);
}
.button a.link::after,
.button a.calendar::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../images/yajirushi.svg);
  background-size: contain;
  position: absolute;
  right: 1.5em;
  top: calc(50% - 0.8em);
  transition: 0.3s;
}
@media (hover: hover) {
  .button a.link:hover {
    background: #fff;
  }
  .button a.calendar:hover {
    border: 4px solid #ffff66;
  }
  .button a.link:hover::after,
  .button a.calendar:hover::after {
    right: 1em;
  }
}

.guide {
  color: #fff;
  background: #0e8e64;
  padding: 6em 0;
  border-top-left-radius: 8em;
  border-top-right-radius: 8em;
}
@media (max-width: 959px) {
  .guide {
    border-top-left-radius: 4em;
    border-top-right-radius: 4em;
  }
}
.guide h2,
.guide h3,
.guide h4,
.guide h5 {
  color: #fff;
}
.content .guide h2 span.title_en {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  line-height: 0.8;
  color: #0e8e64;
  text-shadow: 1px 1px 0 #fedd77, -1px -1px 0 #fedd77, -1px 1px 0 #fedd77,
    1px -1px 0 #fedd77, 0px 1px 0 #fedd77, 0 -1px 0 #fedd77, -1px 0 0 #fedd77,
    1px 0 0 #fedd77;
  display: block;
  /* font-size: 4em; */
}
.guide_count > li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 2em;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.guide_oshirase {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.guide_oshirase > div {
  flex: 1;
}
.guide_oshirase h4 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  color: #fff9b0;
}
.asterisk {
  margin-top: 1em;
}
.asterisk li {
  font-size: 0.9em;
  position: relative;
  padding-left: 1.2em;
  line-height: 1.65;
}
.asterisk li::before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
/* 画像スライダー */
.hero-image__wrap {
  display: flex;
  overflow: hidden;
}
.hero-image__list {
  display: flex;
  list-style: none;
}
.hero-image__list--left {
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}
.hero-image__list--right {
  animation: infinity-scroll-right 50s infinite linear 0.5s both;
}
.hero-image__item > img {
  width: 100%;
}
@media (max-width: 959px) {
  .hero-image__item {
    width: 86vw;
    max-width: 420px;
  }
}
@media (min-width: 960px) {
  .hero-image__item {
    width: 46vw;
    max-width: 420px;
  }
  .hero-image__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* 特典説明 */
.point {
  padding: 6em 0 10em;
}
.point h3 {
  font-size: 2em;
  text-align: center;
  font-weight: 400;
}
.point .point_per {
  text-align: center;
  font-weight: bold;
  font-size: 1.375em;
  color: #0e8e64;
  margin: 0.5em 0 1.5em 0;
}
.point ul {
  list-style: disc;
  margin-left: 1.2em;
}
.point table {
  background: #fff;
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0 0 0;
}
.point table td,
.point table th {
  padding: 0.75em 1em;
  border: 1px solid #0d9563;
}
.point table th {
  padding: 0.5em 1em;
  background: #d6f2db;
  font-size: 0.9em;
}
.point table td .pointnum {
  font-size: 1.25em;
  font-weight: bold;
}
.point table td > span {
  white-space: nowrap;
}
.point table tr td:last-child {
  font-size: 0.9em;
  line-break: strict;
}
.point table tr td:nth-child(1) {
  font-weight: bold;
}
/* 参加者のコメント */
.comment {
 padding: 0em 0 10em;
 text-align: center;
}
.comment.modal {
 padding: 3em 0 5em;
}
.content .comment h2 span.title_jp {
 font-size: 1.8em;
}
@media (max-width: 739px) {
 .content .comment h2 span.title_jp {
     font-size: 1.4em;
 }
}
.comment_item {
 background-color: #fff;
 border-radius: 0.75em;
 padding: 1.5em 2em;
 box-shadow: 0 0 1px 2px rgba(255, 168, 188, 0.2);
 text-align: left;
}
.comment_user {
 margin-top: 0.75em;
 padding-left: 2.2em;
 position: relative;
 font-size:.95em;
 font-weight: bold;
}
.comment_user span {
 padding-right: 0.2em;
}
.comment_user::before {
 content:"";
 display: block;
 position: absolute;
 width: 1.625em;
 height: 1.625em;
 background-image: url(../images/icon_user.svg);
 background-size: cover;
 top:0em;
 left:0;
}
.comment_user::after {
 content:"さん";
 display: inline-block;
 font-size:0.85em;
 font-weight: normal;
}
@media (max-width: 639px) {
 .comment_item {
  width: 100%;
  margin-bottom: 14px;
 }
}
@media (min-width: 640px) {
 .grid {
  width: 100%;
 }
 .comment_item {
  width: calc(50% - 7px);
  margin-bottom: 14px;
 }
}
.more_btn {
 margin-top: 1em;
}
.more_btn a {
 display: inline-block;
 padding: 0.5em 2em 0.5em 2em;
 border-radius: 4em;
 font-size:.9em;
 background: #ffc8db;
 border: 4px solid #ffc8db;
 color: #008465;
 font-weight: bold;
 position: relative;
 transition: 0.3s;
}
@media (hover: hover) {
 .more_btn a:hover {
   background: #fff;
 }
 .more_btn a:hover::after {
   right: 1em;
 }
}

/* footer */
footer {
  background: #fff;
}
.footer_logo {
  text-align: center;
  padding: 1.5em;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #eee;
}
.footer_logo img {
  width: 180px;
  margin: auto;
}
.copyright {
  color: #777;
  font-size: 0.7em;
  white-space: nowrap;
}
footer ul {
  padding: 2em 0 1em;
}
footer ul li {
  display: inline-block;
  font-size: 0.85em;
  margin-right: 3em;
}
footer ul li:nth-child(-n + 5) {
  width: 13em;
}
.copyright {
  padding: 0 0 2em 0;
}
.link_copyright {
 padding-bottom: 2em;
}
@media (max-width: 739px) {
  .copyright {
    text-align: center;
  }
}
@media (min-width: 740px) {
  .link_copyright {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer ul {
    width: calc(100% - 10em);
  }
}
footer ul a {
  color: #222;
  text-decoration: underline #fff;
  text-underline-offset: 4px;
  display: inline-block;
}
@media (hover: hover) {
  footer ul a:hover {
    text-decoration: underline #222;
  }
}
#page_top {
  position: fixed;
  right: 10px;
  bottom: -50px;
  border: 1px solid #167300;
  border-radius: 50%;
  z-index: 100;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#page_top.up {
  bottom: 10px;
}
#page_top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  border-bottom: none;
}
#page_top a::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16px 16px"><path fill="%23006837" d="M8.1,2L6.9 3.2 10.6 7 2 7 2 8.7 10.9 8.7 6.9 12.8 8.1 14 14 8 z" /></svg>');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg) scale(1.2);
}
@media print, screen and (min-width: 640px) {
  #page_top {
    right: 20px;
    bottom: 20px;
  }
  #page_top.up {
    bottom: 20px;
  }
  #page_top a {
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  #page_top {
    right: 20px;
    bottom: -70px;
  }
  #page_top.up {
    bottom: 20px;
  }
}
@media (hover: hover) {
  #page_top:hover {
    background: rgba(255, 255, 255, 1);
  }
}
/* モーダル開いたらスクロールさせない */
html.lity-active body {
 overflow: hidden;
}

/*20260806コメント追加*/
.moraeru_hukidashi{
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 12px 24px;
  border-radius: 9998px;
  background-color: #ffeb9f;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  color: #0d9563;
}
.moraeru_hukidashi a{color: #0d9563;text-decoration: underline;}
.moraeru_hukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 22%;
  border-style: solid;
  border-width: 13px 7.5px 0 7.5px;
  border-color: #ffeb9f transparent transparent;
  translate: -50% 100%;
}
.pointtable_hukidashi{text-align: right;margin-top:1em;}
.pointtable_hukidashi p{
  position: relative;
  display: inline-block;
  margin-bottom: 13px;
  padding: 12px 24px;
  border: 2px solid #0d9563;
  border-radius: 9998px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25;
  color: #0d9563;
}

.pointtable_hukidashi p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 62%;
  border-style: solid;
  border-width: 13px 7.5px 0 7.5px;
  border-color: #0d9563 transparent transparent;
  translate: -50% 100%;
}

.pointtable_hukidashi p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 62%;
  border-style: solid;
  border-width: 9px 5.2px 0 5.2px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
.point table {
  margin-top: .5em;
}
.info_movie{margin-top:32px;}
.info_movie p{font-size:20px;font-weight: bold;line-height:3;}
.info_movie iframe[src*="youtube.com"],.info_movie 
iframe[src*="youtube-nocookie.com"] {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}
