@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Noto+Serif+JP&display=swap");
* {
  box-sizing: border-box;
}

body {
  font-size: calc(16 * 0.0948 * 1vw);
  background: #fdf7d1;
  font-family: "EB Garamond", serif;
  font-family: "Noto Serif JP", serif;
  margin: 0;
  position: relative;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  body {
    font-size: calc(16 * 0.0948 * 0.85vw);
  }
}
@media (max-width: 768px) {
  body.postpage .header__logo {
    display: none;
  }
}

.bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
.bg.top {
  background-image: url("../image/bg.png");
  background-size: 100%, 200%, cover;
  background-position: center 90px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .bg.top {
    background-image: url("../image/bg_sp.png");
    background-size: 160%, 200%, cover;
    background-position: 70% 90px;
    font-size: 13px;
  }
}
@media (max-width: 552px) {
  .bg.top {
    background-image: url("../image/bg_sp.png");
    background-size: 210%, 200%, cover;
    background-position: 70% 90px;
  }
}
@media (max-width: 375px) {
  .bg.top {
    background-image: url("../image/bg_sp.png");
    background-size: 210%, 200%, cover;
    background-position: -300px 90px;
  }
}

main {
  max-width: 87.5vw;
  width: 100%;
  margin: 0 auto;
  padding: 0 calc(32 * 0.0948 * 1vw);
}
@media (max-width: 768px) {
  main {
    max-width: 100%;
    padding: 0 32px;
  }
}

.inner {
  max-width: 75%;
  width: 100%;
}
.inner.center {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .inner {
    max-width: 100%;
  }
}

.story {
  margin-top: calc(48 * 0.0948 * 1vw);
}

.story__content {
  display: flex;
  gap: calc(24 * 0.0948 * 1vw);
  margin-top: calc(24 * 0.0948 * 1vw);
}
@media (max-width: 768px) {
  .story__content {
    margin-top: calc(48 * 0.0948 * 1vw);
    flex-direction: column;
  }
}

.story__text {
  text-shadow: 2px 2px 10px rgb(253, 247, 209), -2px 2px 10px rgb(253, 247, 209), 2px -2px 10px rgb(253, 247, 209), -2px -2px 10px rgb(253, 247, 209);
  line-height: 2.2;
  letter-spacing: -0.01rem;
}
.story__text > span {
  display: block;
}
@media (max-width: 768px) {
  .story__text {
    line-height: 2;
    letter-spacing: 0;
  }
  .story__text > span {
    display: inline;
  }
}

.information {
  margin-top: calc(90 * 0.0948 * 1vw);
}
@media (max-width: 768px) {
  .information {
    margin-top: calc(120 * 0.0948 * 1vw);
  }
}

.information__list {
  margin-top: calc(24 * 0.0948 * 1vw);
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .information__list {
    margin-top: calc(48 * 0.0948 * 1vw);
  }
}

.history {
  margin-top: calc(80 * 0.0948 * 1vw);
}
@media (max-width: 768px) {
  .history {
    margin-top: calc(120 * 0.0948 * 1vw);
  }
}

.history__list {
  display: flex;
  gap: calc(20 * 0.0948 * 1vw);
  margin: 0;
  margin-top: calc(32 * 0.0948 * 1vw);
  padding: 0;
  width: 100%;
  list-style: none;
}
@media (max-width: 768px) {
  .history__list {
    flex-direction: column;
    gap: 20px;
    margin-top: calc(48 * 0.0948 * 1vw);
  }
}

.history__item {
  width: 100%;
}

.history__table {
  list-style: none;
  margin-top: calc(18 * 0.0948 * 1vw);
  padding: 0;
  max-width: calc(340 * 0.0948 * 1vw);
}
@media (max-width: 768px) {
  .history__table {
    margin-top: 24px;
    max-width: 100%;
  }
}

.history__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cac39e;
  padding: calc(20 * 0.0948 * 1vw) calc(8 * 0.0948 * 1vw) calc(14 * 0.0948 * 1vw) 0;
  width: 100%;
  text-decoration: none;
  color: #222;
}
@media (max-width: 768px) {
  .history__link {
    padding: 20px 8px 14px 0;
  }
}

.history__arrow {
  filter: invert(59%) sepia(4%) saturate(1965%) hue-rotate(197deg) brightness(83%) contrast(96%);
  transform: scale(calc(0.5 * 1));
}

.anniversary {
  margin-top: calc(108 * 0.0948 * 1vw);
}
@media (max-width: 768px) {
  .anniversary {
    margin-top: calc(120 * 0.0948 * 1vw);
  }
}

.anniversary__list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(20 * 0.0948 * 1vw);
  margin: 0;
  margin-top: calc(32 * 0.0948 * 1vw);
  padding: 0;
  width: 100%;
  list-style: none;
}
@media (max-width: 768px) {
  .anniversary__list {
    gap: 20px;
    margin-top: calc(48 * 0.0948 * 1vw);
  }
}

.anniversary__item {
  width: calc(50% - (20 * 0.0948 * 1vw) / 2);
}
@media (max-width: 768px) {
  .anniversary__item {
    width: 100%;
  }
}

.logo {
  margin-top: calc(108 * 0.0948 * 1vw);
}

.logo__content {
  display: flex;
  gap: calc(44 * 0.0948 * 1vw);
  margin-top: calc(36 * 0.0948 * 1vw);
}
@media (max-width: 768px) {
  .logo__content {
    flex-direction: column;
    gap: 28px;
    margin-top: 36px;
  }
}

.logo__row {
  flex: 1;
}
.logo__row:last-child {
  flex: 2;
}
@media (max-width: 768px) {
  .logo__row {
    flex: 1;
  }
}

.logo__image {
  max-width: 100%;
}
@media (max-width: 768px) {
  .logo__image {
    display: block;
    margin: 0 auto;
    max-width: 50%;
  }
}

.logo__text {
  text-shadow: 2px 2px 10px rgb(253, 247, 209), -2px 2px 10px rgb(253, 247, 209), 2px -2px 10px rgb(253, 247, 209), -2px -2px 10px rgb(253, 247, 209);
  line-height: 2.2;
  letter-spacing: -0.04rem;
}
.logo__text:not(:first-child) {
  margin-top: calc(28 * 0.0948 * 1vw);
}
.logo__text > span {
  display: block;
}
@media (max-width: 768px) {
  .logo__text:not(:first-child) {
    margin-top: 14px;
  }
}

.movie {
  margin-top: calc(108 * 0.0948 * 1vw);
}
@media (max-width: 768px) {
  .movie {
    margin-top: calc(140 * 0.0948 * 1vw);
  }
}

.movie__video {
  margin-top: calc(32 * 0.0948 * 1vw);
  width: 65%;
}
.movie__video > iframe {
  aspect-ratio: 2/1;
  width: 100%;
  height: 100%;
}

.donate {
  margin-top: calc(108 * 0.0948 * 1vw);
  padding-bottom: calc(200 * 0.0948 * 1vw);
}
@media (max-width: 768px) {
  .donate {
    padding-bottom: calc(200 * 0.0948 * 1vw);
  }
}

.donate__list {
  margin-top: calc(32 * 0.0948 * 1vw);
  display: flex;
  gap: calc(20 * 0.0948 * 1vw);
}
@media (max-width: 768px) {
  .donate__list {
    flex-direction: column;
    gap: 16px;
  }
}

.donate__item {
  flex: 1;
}

.fv {
  position: relative;
  height: 100vh;
}

.header {
  position: absolute;
  margin: 0 auto;
  padding-top: calc(36 * 0.0948 * 1vw);
  padding-left: calc(36 * 0.0948 * 1vw);
  max-width: calc(1040 * 0.0948 * 1vw);
  height: 100%;
}
@media (max-width: 768px) {
  .header {
    left: 32px;
    padding: 0;
    height: 100vh;
  }
}

.header__logo {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
}
@media (max-width: 768px) {
  .header__logo {
    bottom: 4%;
    gap: 24px;
    height: auto;
  }
}

.header__image {
  transform: scale(calc(0.75 * 1));
  transform-origin: left top;
}
@media (max-width: 768px) {
  .header__image {
    transform: scale(1);
    max-width: 100px;
  }
}

.header__imageSchool {
  width: 120px;
}
@media (max-width: 768px) {
  .header__imageSchool {
    width: 64px;
  }
}

.hamburgerTrigger {
  position: fixed;
  z-index: 9999;
  top: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.hamburgerTrigger > i {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 46px;
  height: 5px;
  background: #717496;
  transition: all 0.4s;
}
.hamburgerTrigger > i:nth-of-type(1) {
  top: 12px;
}
.hamburgerTrigger > i:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.hamburgerTrigger > i:nth-of-type(3) {
  bottom: 12px;
}
.hamburgerTrigger.active > i {
  background: #fff;
}
.hamburgerTrigger.active > i:nth-of-type(1) {
  top: 20px;
  left: 5px;
  transform: translateY(6px) rotate(-45deg);
}
.hamburgerTrigger.active > i:nth-of-type(2) {
  opacity: 0;
}
.hamburgerTrigger.active > i:nth-of-type(3) {
  left: initial;
  right: 5px;
  bottom: 19px;
  transform: translateY(-6px) rotate(45deg);
}
@media (max-width: 768px) {
  .hamburgerTrigger {
    top: 8px;
    right: 8px;
    height: 48px;
  }
  .hamburgerTrigger > i {
    width: 36px;
    height: 4px;
  }
  .hamburgerTrigger.active > i:nth-of-type(1) {
    top: 16px;
    left: 10px;
    transform: translateY(6px) rotate(-45deg);
  }
  .hamburgerTrigger.active > i:nth-of-type(3) {
    right: 10px;
    bottom: 16px;
    transform: translateY(-6px) rotate(45deg);
  }
}

.menu {
  position: fixed;
  z-index: 999;
  bottom: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgb(253, 148, 114);
  opacity: 0;
  transition: all 0.6s;
}
.menu.active {
  top: 0;
  bottom: 0;
  opacity: 1;
}

.menu__list {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.menu__item {
  list-style: none;
  text-align: center;
}
.menu__item:not(:first-child) {
  margin-top: 24px;
}

.menu__link {
  font-size: calc(18 * 0.0948 * 1vw);
  color: #fff;
  text-decoration: none;
  padding: calc(10 * 0.0948 * 1vw);
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .menu__link {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .menu__link {
    font-size: calc(18 * 0.0948 * 0.85vw);
  }
}
@media (max-width: 768px) {
  .menu__link {
    font-size: 18px;
  }
}

.fvCover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f4f4f2;
  z-index: 10000;
  opacity: 1;
  transition: all 0.6s;
}
.fvCover.active {
  opacity: 1;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  background: #f4f4f2;
}
.loading > div {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.loading > video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.4);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
  background: #f4f4f2;
}
@media (max-width: 768px) {
  .loading > video {
    transform: translate(-50%, -50%) scale(1);
    width: auto;
    height: auto;
    max-width: 100%;
  }
}

.visual__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-200 * 0.0948 * 1vw), -50%);
  height: max-content;
  font-size: 52px;
  writing-mode: vertical-rl;
  letter-spacing: 1.3rem;
}
@media (max-width: 768px) {
  .visual__text {
    top: 0;
    left: 28px;
    transform: none;
    padding-top: 7%;
    height: 100%;
    letter-spacing: 1rem;
    text-align: left;
    font-size: 34px;
  }
}

.post {
  margin: calc(140 * 0.0948 * 1vw) auto;
  width: 100%;
}
@media (max-width: 768px) {
  .post {
    margin-top: calc(180 * 0.0948 * 1vw);
  }
}

.post__title {
  font-size: calc(30 * 0.0948 * 1vw);
  padding-bottom: calc(16 * 0.0948 * 1vw);
  border-bottom: 2px solid #717496;
  color: #717496;
  font-weight: normal;
}
@media (max-width: 768px) {
  .post__title {
    font-size: 30px;
  }
}
@media (min-width: 1280px) {
  .post__title {
    font-size: calc(30 * 0.0948 * 0.85vw);
  }
}
@media (max-width: 768px) {
  .post__title {
    padding-bottom: 16px;
    font-size: 28px;
  }
}

.post__date {
  margin-top: calc(12 * 0.0948 * 1vw);
  text-align: right;
}
@media (max-width: 768px) {
  .post__date {
    margin-top: 12px;
  }
}

.post__content {
  margin-top: calc(36 * 0.0948 * 1vw);
  padding-bottom: calc(72 * 0.0948 * 1vw);
  border-bottom: 2px solid #717496;
  line-height: 2;
}
.post__content h2 {
  font-size: calc(28 * 0.0948 * 1vw);
  position: relative;
  margin-top: calc(72 * 0.0948 * 1vw);
  margin-bottom: calc(24 * 0.0948 * 1vw);
  padding-bottom: calc(12 * 0.0948 * 1vw);
  color: #717496;
  font-weight: normal;
}
@media (max-width: 768px) {
  .post__content h2 {
    font-size: 28px;
  }
}
@media (min-width: 1280px) {
  .post__content h2 {
    font-size: calc(28 * 0.0948 * 0.85vw);
  }
}
.post__content h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(44 * 0.0948 * 1vw);
  height: 2px;
  background: #717496;
}
.post__content p + p {
  margin-top: calc(24 * 0.0948 * 1vw);
}
.post__content img {
  display: block;
  margin-top: calc(24 * 0.0948 * 1vw);
  max-width: 100%;
  height: auto;
}
.post__content small {
  display: block;
  margin-top: calc(8 * 0.0948 * 1vw);
  margin-bottom: calc(24 * 0.0948 * 1vw);
}
@media (max-width: 768px) {
  .post__content {
    margin-top: 24px;
    padding-bottom: 54px;
  }
  .post__content h2 {
    margin-top: 54px;
    margin-bottom: 16px;
    padding-bottom: 18px;
    line-height: 1.6;
    font-size: 18px;
  }
  .post__content h2::before {
    width: 44px;
  }
  .post__content p + p {
    margin-top: 16px;
  }
  .post__content img {
    display: block;
    margin-top: 24px;
    max-width: 100%;
    height: auto;
  }
  .post__content small {
    display: block;
    margin-top: 8px;
    margin-bottom: 24px;
  }
}

.back {
  margin-top: calc(72 * 0.0948 * 1vw);
}
@media (max-width: 768px) {
  .back {
    margin-top: 64px;
  }
}

.backbutton {
  font-size: calc(20 * 0.0948 * 1vw);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 2px solid #717496;
  border-radius: 4px;
  padding: 24px;
  max-width: 500px;
  width: 100%;
  color: #717496;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 768px) {
  .backbutton {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .backbutton {
    font-size: calc(20 * 0.0948 * 0.85vw);
  }
}
.backbutton > img {
  position: absolute;
  left: 16px;
  top: 45%;
  transform: translateY(-50%) scaleX(-1);
}
@media (max-width: 768px) {
  .backbutton {
    padding: 16px;
    width: 80%;
    font-size: 16px;
  }
  .backbutton > img {
    position: absolute;
    left: 16px;
    top: 45%;
    transform: translateY(-50%) scaleX(-1) scale(0.7);
  }
}

.footer {
  margin-top: calc(100 * 0.0948 * 1vw);
  padding-top: calc(100 * 0.0948 * 1vw);
  width: 100%;
}
.footer.footer__post {
  background-image: url("../image/footer_bg_post.png");
  background-size: cover;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 64px;
    padding: 48px 24px 0;
  }
  .footer.post {
    background-image: url("../image/footer_bg_post_sp.png");
  }
}

.footerList {
  display: flex;
  flex-wrap: wrap;
  column-gap: calc(60 * 0.0948 * 1vw);
  row-gap: calc(12 * 0.0948 * 1vw);
  margin: 0 auto;
  border-radius: 4px;
  padding: calc(24 * 0.0948 * 1vw) calc(60 * 0.0948 * 1vw) calc(36 * 0.0948 * 1vw);
  max-width: calc(840 * 0.0948 * 1vw);
  width: 100%;
  list-style: none;
  background-color: rgba(240, 94, 46, 0.6);
}
@media (max-width: 768px) {
  .footerList {
    row-gap: 0;
    padding: calc(12px * 1) calc(24px * 1);
    max-width: 100%;
  }
}

.footerList__item {
  width: calc(50% - (30 * 0.0948 * 1vw));
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .footerList__item {
    width: 100%;
  }
  .footerList__item:last-child {
    border-bottom: 0;
  }
}

.footerList__link {
  display: flex;
  justify-content: space-between;
  padding: calc(16 * 0.0948 * 1vw) calc(4 * 0.0948 * 1vw) calc(16 * 0.0948 * 1vw) 0;
  width: 100%;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .footerList__link {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 14px;
  }
}

.title__head {
  font-size: calc(32 * 0.0948 * 1vw);
  font-family: "EB Garamond", serif;
  display: block;
  font-weight: normal;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  .title__head {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {
  .title__head {
    font-size: calc(32 * 0.0948 * 0.85vw);
  }
}
@media (max-width: 768px) {
  .title__head {
    font-size: 28px;
  }
}

.title__subHead {
  font-size: calc(12 * 0.0948 * 1vw);
  display: block;
  font-weight: normal;
}
@media (max-width: 768px) {
  .title__subHead {
    font-size: 12px;
  }
}
@media (min-width: 1280px) {
  .title__subHead {
    font-size: calc(12 * 0.0948 * 0.85vw);
  }
}
@media (max-width: 768px) {
  .title__subHead {
    margin-top: 4px;
    font-size: 12px;
  }
}

.title__spacer {
  display: block;
  margin-top: calc(16 * 0.0948 * 1vw);
  width: calc(30 * 0.0948 * 1vw);
  height: calc(2px * 1);
  background: #717496;
}
@media (max-width: 768px) {
  .title__spacer {
    margin-top: 16px;
    width: 30px;
  }
}

.newsItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cac39e;
  padding: calc(16 * 0.0948 * 1vw) calc(24 * 0.0948 * 1vw) calc(16 * 0.0948 * 1vw) 0;
  width: 100%;
  color: #222;
  text-decoration: none;
}
@media (max-width: 768px) {
  .newsItem {
    position: relative;
  }
}

.newsItem__content {
  display: flex;
  gap: calc(16 * 0.0948 * 1vw);
}
@media (max-width: 768px) {
  .newsItem__content {
    flex-direction: column;
    gap: 4px;
  }
}

.newsItem__date {
  font-family: "EB Garamond", serif;
  flex-shrink: 0;
  padding-top: 5px;
}

.newsItem__text {
  text-shadow: 2px 2px 10px rgb(253, 247, 209), -2px 2px 10px rgb(253, 247, 209), 2px -2px 10px rgb(253, 247, 209), -2px -2px 10px rgb(253, 247, 209);
  line-height: 1.6;
}
@media (max-width: 768px) {
  .newsItem__text {
    padding-right: 36px;
  }
}

.newsItem__arrow {
  filter: invert(59%) sepia(4%) saturate(1965%) hue-rotate(197deg) brightness(83%) contrast(96%);
  transform: scale(calc(0.5 * 1));
}
@media (max-width: 768px) {
  .newsItem__arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) scale(calc(0.5 * 1));
  }
}

.banner__link {
  font-size: calc(17 * 0.0948 * 1vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px;
  padding: calc(22 * 0.0948 * 1vw) calc(10 * 0.0948 * 1vw) calc(22 * 0.0948 * 1vw) calc(22 * 0.0948 * 1vw);
  background: #717496;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 768px) {
  .banner__link {
    font-size: 17px;
  }
}
@media (min-width: 1280px) {
  .banner__link {
    font-size: calc(17 * 0.0948 * 0.85vw);
  }
}
@media (max-width: 768px) {
  .banner__link {
    padding: 18px 10px 18px 18px;
    font-size: 20px;
  }
}

.banner__arrow {
  transform: scale(calc(0.5 * 1));
}

.banner__text {
  font-size: calc(13 * 0.0948 * 1vw);
  text-shadow: 2px 2px 10px rgb(253, 247, 209), -2px 2px 10px rgb(253, 247, 209), 2px -2px 10px rgb(253, 247, 209), -2px -2px 10px rgb(253, 247, 209);
  margin-top: calc(8 * 0.0948 * 1vw);
  letter-spacing: -0.03rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .banner__text {
    font-size: 13px;
  }
}
@media (min-width: 1280px) {
  .banner__text {
    font-size: calc(13 * 0.0948 * 0.85vw);
  }
}
@media (max-width: 768px) {
  .banner__text {
    margin-top: 8px;
    font-size: 13px;
  }
}

.copyright {
  font-size: calc(15 * 0.0948 * 1vw);
  display: block;
  margin: 0 auto;
  padding: calc(54 * 0.0948 * 1vw) 0 calc(68 * 0.0948 * 1vw);
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .copyright {
    font-size: 15px;
  }
}
@media (min-width: 1280px) {
  .copyright {
    font-size: calc(15 * 0.0948 * 0.85vw);
  }
}
@media (max-width: 768px) {
  .copyright {
    font-size: 15px;
  }
}

.top .fadeIn {
  animation-name: fadeInAnime;
  animation-fill-mode: forwards;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-delay: 6s;
  animation-direction: normal;
  opacity: 0;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.comingsoonWrapper {
  position: relative;
}

.comingsoon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(128, 128, 128, 0.6);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 12px;
  padding-bottom: 8px;
  color: white;
}