@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  width: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
}

body, figure, h1, h2, h3, h4, h5, h6, li, ol, p, ul, dl, dt, dd {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
}

li, ol, ul {
  list-style-type: none;
}

body {
  font-family: Helvetica, Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS PGothic", sans-serif;
  color: #000;
}

img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: bottom;
}

.l-header {
  background-image: linear-gradient(180deg, #203F74 0%, #0B1E3E 80%);
}

.l-header__inner {
  width: 92%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-block: 30px;
}
.l-header__link {
  text-decoration: none;
}

.l-header__title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}
.l-header__title ._small {
  display: inline-block;
  margin-left: 0.75em;
  font-size: 0.77em;
}
@media (max-width: 768px) {
  .l-header__title {
    font-size: 1.7rem;
  }
}

.c-accordion {
  margin-top: 10px;
}
.c-accordion:first-child {
  margin-top: 0;
}
.c-accordion.c-accordion--open .c-accordionHead__icon::after {
  rotate: none;
}
.c-accordion.c-accordion--open .c-accordionBody {
  grid-template-rows: 1fr;
}

.c-accordionHead {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 12px 45px 10px;
  background-color: #f3f7fa;
  color: #000;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  font: inherit;
  text-align: left;
  line-height: 1.7;
  white-space: normal;
  overflow-wrap: break-word;
  transition: background-color 0.3s;
}
.c-accordionHead::before {
  position: absolute;
  top: 4px;
  left: 15px;
  content: "Q.";
  display: inline-block;
  color: #1867c9;
  font-size: 1.5em;
}
.c-accordionHead:hover {
  background-color: #dfeaf8;
}
@media (max-width: 768px) {
  .c-accordionHead {
    font-size: 0.9rem;
  }
}

.c-accordionHead__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 12px;
}
.c-accordionHead__icon::before, .c-accordionHead__icon::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1867c9;
}
.c-accordionHead__icon::after {
  rotate: -90deg;
  transition: rotate 0.5s;
}

.c-accordionBody {
  display: grid;
  grid-template-rows: 0fr;
  background-color: #fff;
  transition: grid-template-rows 0.3s;
}

.c-accordionBody__inner {
  overflow: hidden;
}

.c-accordionBody__contents {
  position: relative;
  padding: 10px 20px 10px 45px;
  font-size: 1rem;
  line-height: 1.7;
  white-space: normal;
  overflow-wrap: break-word;
}
.c-accordionBody__contents::before {
  position: absolute;
  top: 2px;
  left: 15px;
  content: "A.";
  display: inline-block;
  color: #eb8989;
  font-size: 1.5em;
}
@media (max-width: 768px) {
  .c-accordionBody__contents {
    font-size: 0.9rem;
  }
}

.c-scrollTop {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0.5em 1em;
  background-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
}
.c-scrollTop::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 13px;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .c-scrollTop {
    bottom: 30px;
  }
}

.c-scrollTop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  cursor: pointer;
}

.c-underBarTitle {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #112d5c;
}
.c-underBarTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 60px;
  height: 5px;
  border-radius: 5px;
  background-image: linear-gradient(45deg, #ff3939 40%, #ff7d7d 60%);
}
@media (max-width: 768px) {
  .c-underBarTitle {
    padding-bottom: 8px;
    margin-bottom: 35px;
    font-size: 1.5rem;
  }
  .c-underBarTitle::after {
    width: 40px;
  }
}

.c-backTextTitle {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #112d5c;
}
@media (max-width: 768px) {
  .c-backTextTitle {
    margin-bottom: 35px;
    font-size: 1.5rem;
  }
}

.c-backTextTitle__background {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 5.25rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #d8f8fd;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .c-backTextTitle__background {
    font-size: 2.5rem;
  }
}

.c-underTextTitle {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  text-align: center;
}

.c-underTextTitle__main {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3;
  color: #112d5c;
}
@media (max-width: 768px) {
  .c-underTextTitle__main {
    margin-bottom: 35px;
    font-size: 1.5rem;
  }
}

.c-underTextTitle__under {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #5fd4e6;
}
.c-underTextTitle__under::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateX(-100%);
  width: 20px;
  height: 1px;
  background-color: #5fd4e6;
}
.c-underTextTitle__under::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateX(100%);
  width: 20px;
  height: 1px;
  background-color: #5fd4e6;
}
@media (max-width: 768px) {
  .c-underTextTitle__under {
    font-size: 0.6875rem;
  }
  .c-underTextTitle__under::before {
    width: 15px;
  }
  .c-underTextTitle__under::after {
    width: 15px;
  }
}

.top-companyInfo__inner {
  width: 92%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-bottom: 100px;
}
.top-companyInfo__item {
  margin-top: 90px;
  width: 94%;
  max-width: 540px;
  margin-inline: auto;
  line-height: 1.7;
}
.top-companyInfo__item:first-child {
  margin-top: 0;
}

.top-companyInfo__logo {
  margin-inline: auto;
}
.top-companyInfo__logo._tvos {
  max-width: 382px;
}
@media (max-width: 768px) {
  .top-companyInfo__logo {
    width: 90%;
    max-width: 480px;
  }
  .top-companyInfo__logo._tvos {
    width: 85%;
    max-width: 382px;
  }
}

.top-companyInfo__name {
  margin-top: 30px;
  font-size: 1rem;
  font-weight: 700;
}

.top-companyInfo__link {
  display: inline-block;
  font-size: 0.94em;
  text-decoration: none;
  color: #112d5c;
}
.top-companyInfo__link:hover {
  text-decoration: underline;
  filter: brightness(1.3);
}
.top-companyInfo__link ._icon {
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-right: 3px;
  width: 12px;
  height: 12px;
  border-radius: 25%;
  background-color: #f0576a;
  color: #fff;
}
.top-companyInfo__link ._icon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  content: "";
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.top-confirm {
  max-width: 900px;
  margin-top: 30px;
  margin-inline: auto;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0px 0px 10px -5px #777;
}

.top-confirm__inner {
  padding: 50px 20px 30px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top-confirm__inner {
    padding-top: 32px;
  }
}

.top-confirm__title {
  color: #1867c9;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .top-confirm__title {
    font-size: 1.375rem;
  }
}

.top-confirm__companyName {
  margin-top: 30px;
  color: #f0576a;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .top-confirm__companyName {
    font-size: 1rem;
  }
}

.top-confirm__textbox {
  margin-top: 6px;
  text-align: center;
}
.top-confirm__textbox input[type=text] {
  all: unset;
  box-sizing: border-box;
  display: inline-block;
  width: 98%;
  max-width: 585px;
  padding: 10px;
  border: solid 1px #ccc;
  font-size: 1rem;
  text-align: left;
}
.top-confirm__textbox input[type=text]::-moz-placeholder {
  font-size: 0.875rem;
}
.top-confirm__textbox input[type=text]::placeholder {
  font-size: 0.875rem;
}
@media (max-width: 768px) {
  .top-confirm__textbox input[type=text]::-moz-placeholder {
    font-size: 0.75rem;
  }
  .top-confirm__textbox input[type=text]::placeholder {
    font-size: 0.75rem;
  }
}
.top-confirm__textbox input[type=text]:focus-visible {
  border: solid 1px #000;
  outline: 1px solid #000;
}

.top-confirm__flexWrap {
  display: flex;
  justify-content: center;
}

.top-confirm__caution {
  margin-block: 50px 30px;
}

.top-confirm__cautionTitle {
  padding-left: 6px;
  border-left: solid 3px #1867c9;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 700;
}

.top-confirm__cautionText {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.7;
}

.top-confirm__checkbox {
  text-align: center;
}
.top-confirm__checkbox label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  cursor: pointer;
}
.top-confirm__checkbox input[type=checkbox] {
  transform: scale(1.3);
  vertical-align: baseline;
}

.top-confirm__checkboxInner {
  display: inline-block;
  font-weight: 700;
  font-size: 1.1rem;
}

.top-faq {
  max-width: 900px;
  margin-top: 30px;
  margin-inline: auto;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0px 0px 10px -5px #777;
}

.top-faq__inner {
  padding: 50px 20px 50px;
  margin: 0 auto;
}

.top-faq__title {
  margin-bottom: 30px;
  color: #1867c9;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .top-faq__title {
    font-size: 1.375rem;
  }
}

.top-form {
  background-color: #fff6f6;
}

.top-form__inner {
  width: 92%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-block: 60px;
}
.top-form__title {
  text-align: center;
  color: #f0576a;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .top-form__title {
    font-size: 1.5rem;
  }
}

.top-form__lead {
  margin-top: 30px;
  text-align: center;
}

.top-lead__head {
  width: 92%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.top-lead__logo {
  width: 75%;
  padding-block: 11.2px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .top-lead__logo {
    width: 100%;
    max-width: 480px;
  }
}

.top-lead__body {
  background-color: #f3f7fa;
}

.top-lead__text {
  padding: 30px;
  text-align: center;
  line-height: 2;
}
@media (max-width: 768px) {
  .top-lead__text {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
}

.top-lead__img {
  width: 92%;
  max-width: 580px;
  margin: 40px auto;
}

.top-movie__inner {
  width: 92%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .top-movie__inner {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

.top-movie__youtubeWrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.top-movie__youtubeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-movie__text {
  line-height: 1.7;
  text-align: center;
}

.top-movie__button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 562px;
  margin: 40px auto 0;
  padding: 30px 10px;
  border: 1px solid #f0576a;
  border-radius: 9999px;
  background-color: #fff;
  color: #f0576a;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
}
.top-movie__button:hover {
  background-color: #fff6f6;
}
.top-movie__button::after {
  position: absolute;
  top: 45%;
  right: 30px;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -6px;
  border-top: 1px solid #f0576a;
  border-right: 1px solid #f0576a;
  transform: rotate(45deg);
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-movie__button {
    max-width: 320px;
    padding: 20px 10px;
    font-size: 1.125rem;
  }
  .top-movie__button::after {
    top: 50%;
    right: 22px;
    width: 10px;
    height: 10px;
  }
}

.top-movie__button.top-movie__button--new::before {
  position: absolute;
  top: -30px;
  left: 40px;
  content: "";
  display: inline-block;
  background-image: url("../images/new-video-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 53px;
}
@media (max-width: 768px) {
  .top-movie__button.top-movie__button--new::before {
    width: 130px;
    height: 43px;
    left: -10px;
    top: -28px;
  }
}

.top-news__inner {
  width: 92%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .top-news__inner {
    padding-bottom: 60px;
  }
}

.top-news__listWrap {
  max-width: 700px;
  padding: 20px;
  margin-inline: auto;
  scrollbar-gutter: stable;
  box-shadow: 0px 0px 10px -5px #777;
}

.top-news__listItem {
  border-top: solid 1px #ccc;
}
.top-news__listItem:first-child {
  border: none;
}

.top-news__listLink {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1em;
  width: 100%;
  padding: 20px 0px;
  font-size: 0.875rem;
  text-decoration: none;
}
.top-news__listLink:hover .top-news__listTitle {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .top-news__listLink {
    flex-direction: column;
    gap: 0.5em;
  }
}

.top-news__listDate {
  color: #eb8989;
  font-weight: 700;
}

.top-news__listTitle {
  color: #000;
}

.top-pageWrapper {
  position: relative;
  z-index: 0;
}

.top-submit {
  margin-top: 30px;
}

.top-submit__inner {
  text-align: center;
}

.top-submit__button {
  all: unset;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 80%;
  max-width: 560px;
  padding: 30px;
  margin: 20px auto;
  border-radius: 9999px;
  background-image: linear-gradient(180deg, #ff5959 0%, #c24141 80%);
  color: #fff;
  cursor: pointer;
  font-size: 1.75rem;
  font-weight: 700;
  font-family: inherit;
  transition: filter 0.3s;
}
@media (max-width: 768px) {
  .top-submit__button {
    padding: 20px 10px;
    font-size: 1rem;
  }
}
.top-submit__button::after {
  content: "";
  position: absolute;
  top: 45%;
  right: 40px;
  display: block;
  width: 23px;
  height: 23px;
  margin-top: -6px;
  overflow: hidden;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .top-submit__button::after {
    top: 50%;
    right: 22px;
    width: 10px;
    height: 10px;
  }
}
.top-submit__button:hover {
  filter: brightness(1.1);
}
.top-submit__button.top-submit__button--disabled {
  background-image: none;
  background-color: #ccc;
  cursor: not-allowed;
}
.top-submit__button:focus-visible {
  filter: brightness(1.1);
}

.top-submit__text.top-submit__text--big {
  font-weight: 700;
  font-size: 1.1rem;
  color: #e40004;
}

.top-survey {
  max-width: 900px;
  margin-top: 30px;
  margin-inline: auto;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0px 0px 10px -5px #777;
}

.top-survey__inner {
  padding: 50px 20px 30px;
  margin: 0 auto;
}

.top-survey__title {
  color: #1867c9;
  font-size: 1.75rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .top-survey__title {
    font-size: 1.375rem;
  }
}

.top-survey__flexWrap {
  display: flex;
  justify-content: center;
}

.top-survey__question {
  position: relative;
  z-index: 0;
  padding-left: 25px;
  margin-top: 30px;
  font-weight: 700;
}
.top-survey__question::before {
  position: absolute;
  top: -6px;
  left: 0;
  content: "Q.";
  display: inline-block;
  color: #1867c9;
  font-size: 1.38em;
  font-weight: 400;
}
@media (max-width: 768px) {
  .top-survey__question {
    font-size: 0.875rem;
  }
}

.top-survey__answer {
  position: relative;
  z-index: 0;
  padding-left: 28px;
  margin-top: 15px;
}
.top-survey__answer::before {
  position: absolute;
  top: -6px;
  left: 0;
  content: "A.";
  display: inline-block;
  color: #eb8989;
  font-size: 1.5em;
}
.top-survey__answer label {
  margin-left: 3px;
  font-size: 0.875rem;
  line-height: 1.7;
  vertical-align: top;
  cursor: pointer;
}

.movie-content__inner {
  width: 92%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.movie-content__main {
  width: 70%;
  margin: 70px auto 0;
}
.movie-content__main video {
  display: block;
  width: 100%;
  margin-inline: auto;
}

.movie-content__button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 562px;
  margin: 40px auto 0;
  padding: 30px 10px;
  border: 1px solid #f0576a;
  border-radius: 9999px;
  background-color: #fff;
  color: #f0576a;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
}
.movie-content__button:hover {
  background-color: #fff6f6;
}
.movie-content__button::after {
  position: absolute;
  top: 45%;
  right: 30px;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -6px;
  border-top: 1px solid #f0576a;
  border-right: 1px solid #f0576a;
  transform: rotate(45deg);
  overflow: hidden;
}
@media (max-width: 768px) {
  .movie-content__button {
    max-width: 320px;
    padding: 20px 10px;
    font-size: 1.125rem;
  }
  .movie-content__button::after {
    top: 50%;
    right: 22px;
    width: 10px;
    height: 10px;
  }
}

.u-mb--sm {
  margin-bottom: 20px !important;
}

.u-mb--md {
  margin-bottom: 40px !important;
}
@media (min-width: 769px) {
  .u-mb--md {
    margin-bottom: 80px !important;
  }
}

@media (max-width: 768px) {
  .u-dn--spTab {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .u-dn--md {
    display: none !important;
  }
}

@media (min-width: 980px) {
  .u-dn--lg {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .u-dn--xl {
    display: none !important;
  }
}

.u-spacer {
  display: block;
  height: 100px;
  background-color: #fff;
}

.u-ib {
  display: inline-block;
}

.u-appearUp {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s, transform 0.8s;
}
.u-appearUp.js-inView {
  opacity: 1;
  transform: translate(0px, 0px);
}

.u-appearDown {
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.8s, transform 0.8s;
}
.u-appearDown.js-inView {
  opacity: 1;
  transform: translate(0px, 0px);
}

.u-appearLeft {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s, transform 0.8s;
}
.u-appearLeft.js-inView {
  opacity: 1;
  transform: translate(0px, 0px);
}

.u-appearRight {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s, transform 0.8s;
}
.u-appearRight.js-inView {
  opacity: 1;
  transform: translate(0px, 0px);
}

.u-coverSlide {
  position: relative;
  overflow: hidden;
}
.u-coverSlide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #eaebe6;
  opacity: 0;
}
.u-coverSlide > * {
  opacity: 0;
}
.u-coverSlide.js-inView::after {
  opacity: 1;
  animation-name: coverSlide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
}
.u-coverSlide.js-inView > :not(img) {
  opacity: 1;
  animation-name: hiddenItemShow;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
}
.u-coverSlide.js-inView > img {
  opacity: 1;
  transition: transform 0.7s;
  animation-name: hiddenImgShow;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
}

.u-picCoverSlide {
  position: relative;
  overflow: hidden;
}
.u-picCoverSlide::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #eaebe6;
  opacity: 0;
}
.u-picCoverSlide > picture {
  opacity: 0;
}
.u-picCoverSlide.js-inView::after {
  opacity: 1;
  animation-name: coverSlide;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
}
.u-picCoverSlide.js-inView > picture,
.u-picCoverSlide.js-inView > picture img {
  opacity: 1;
  animation-name: hiddenImgShow;
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
}

@keyframes coverSlide {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: right;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
@keyframes hiddenItemShow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hiddenImgShow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.1% {
    opacity: 1;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */