@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap");
html {
  scroll-padding-top: 100px;
  scroll-behavior: smooth; }

.footerArea:lang(ja), .langBtn:lang(ja), p:lang(ja) {
  font-family: "Inter", "Noto Sans JP",  sans-serif !important; }

body {
  font-family: "Inter", "Noto Sans JP",  sans-serif !important; }

.contentsTitle.base {
  height: auto;
  padding-top: 250px;
  padding-bottom: 100px; }

@media screen and (max-width: 1024px) {
  .contentsTitle.base {
    padding-top: 350px; } }
@media screen and (max-width: 640px) {
  p:lang(ja) {
    font-size: 1rem; }

  .contentsTitle.base {
    padding-top: 175px;
    padding-bottom: 45px; } }
.c-box {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto; }

.c-h2 {
  margin: 6rem 0 3rem 0; }
  .c-h2 h2 {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.1;
    font-family: "Inter", sans-serif; }
  .c-h2 p {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 1rem; }

.c-pgbtn {
  text-align: center;
  margin: 3rem 0 6rem; }
  .c-pgbtn p {
    display: inline-block;
    background: #808080;
    color: #fff;
    font-size: 2rem;
    padding: 0.5rem 6rem;
    border-radius: 4rem;
    margin: 0 auto;
    transition: all 0.5s ease; }
    .c-pgbtn p::after {
      content: '>';
      font-family: "Nanum Myeongjo", serif;
      position: absolute;
      right: 2rem;
      transition: all 0.5s ease; }
    .c-pgbtn p:hover {
      transform: scale(1.05); }
      .c-pgbtn p:hover::after {
        right: 1.5rem; }

@media screen and (max-width: 640px) {
  .c-h2 {
    margin: 3rem 0 2rem 0; }
    .c-h2 h2 {
      font-size: 2.5rem; }
    .c-h2 p {
      font-size: 1.2rem;
      margin-top: 0.5rem; }

  .c-pgbtn p {
    font-size: 1.4rem;
    padding: 0.5rem 4rem; }
    .c-pgbtn p::after {
      right: 2rem; } }
.ind {
  font-size: 1.2rem;
  line-height: 2;
  margin: 0 0 1.2rem 0;
  overflow-x: hidden; }
  .ind * {
    font-family: "Inter", "Noto Sans JP",  sans-serif !important; }

.ind-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  /* 画面いっぱいの高さ */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }

.ind-hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 動画を枠いっぱいにトリミングして表示 */
  z-index: -1;
  /* コンテンツの後ろに配置 */ }

.ind-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  width: 80%; }
  .ind-hero__content figure {
    position: absolute;
    left: 0%;
    bottom: 10%;
    display: block; }
  .ind-hero__content img {
    width: 75vw;
    max-width: 960px; }

.ind-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* 40%の暗幕 */
  z-index: 0; }

@media screen and (max-width: 1024px) {
  .ind-hero {
    height: 80vh; }

  .ind-hero__content {
    width: 90%; }
    .ind-hero__content img {
      width: 80vw; } }
@media screen and (max-width: 640px) {
  .ind-hero {
    height: 100vh;
    height: 100svh;
    /* モダンブラウザ・iPhone向け */ }

  .ind-hero__content figure {
    bottom: 30%; } }
.ind-theme {
  background: #d5ecf6;
  padding: 0.01rem 0; }

.ind-theme__hl {
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 1.5rem; }

.ind-theme__doc {
  display: flex;
  justify-content: space-between; }
  .ind-theme__doc .ind-theme__text {
    width: 55%; }
  .ind-theme__doc .ind-theme__movie {
    width: 40%; }
    .ind-theme__doc .ind-theme__movie video {
      width: 100%;
      border-radius: 20px;
      background: #fff; }

.ind-theme__attend ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 6rem; }
  .ind-theme__attend ul li {
    width: 23%; }
    .ind-theme__attend ul li img {
      width: 100%; }

@media screen and (max-width: 1024px) {
  .ind-theme__doc {
    display: block; }
    .ind-theme__doc .ind-theme__text {
      width: 100%; }
    .ind-theme__doc .ind-theme__movie {
      width: 100%;
      margin-top: 2rem; }

  .ind-theme__attend ul {
    flex-flow: wrap; }
    .ind-theme__attend ul li {
      width: 48%;
      margin-bottom: 4%; } }
.ind-speaker {
  background: #ddf2e4;
  padding: 0.01rem 0; }
  .ind-speaker .c-pgbtn p {
    background: #63B96A; }

.ind-speaker__box {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  flex-flow: wrap;
  margin: 0 -1.5%; }
  .ind-speaker__box .-card {
    width: 30.333%;
    margin: 0 1.6% 3%; }
    .ind-speaker__box .-card img {
      width: 100%;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
      border-radius: 20px; }

@media screen and (max-width: 640px) {
  .ind-speaker__box {
    justify-content: center; }
    .ind-speaker__box .-card {
      width: 100%;
      margin: 0 0 5% 0;
      max-width: 360px; } }
.ind-program {
  background: #fdefd4;
  padding: 0.01rem 0; }
  .ind-program .c-pgbtn p {
    background: #F5A623; }

.ind-program__box {
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding: 3% 5%;
  margin: 4rem 0;
  border-radius: 30px;
  align-items: center; }
  .ind-program__box .-hl {
    width: 100%;
    margin-bottom: 2rem; }
    .ind-program__box .-hl h3 {
      font-size: 3rem;
      font-weight: bold;
      line-height: 1.1; }
  .ind-program__box .-img {
    width: 35%; }
  .ind-program__box .-doc {
    width: 55%; }
    .ind-program__box .-doc dt {
      font-size: 1.75rem;
      font-weight: bold;
      line-height: 1; }
    .ind-program__box .-doc dd {
      margin-bottom: 1rem; }

@media screen and (max-width: 1024px) {
  .ind-program__box {
    display: block;
    padding: 6%; }
    .ind-program__box .-img {
      width: 100%;
      margin-bottom: 2rem; }
    .ind-program__box .-doc {
      width: 100%; } }
@media screen and (max-width: 640px) {
  .ind-program__box {
    padding: 30px;
    border-radius: 15px; }
    .ind-program__box .-hl h3 {
      font-size: 2rem; }
    .ind-program__box .-img {
      width: 90%; }
    .ind-program__box .-doc dt {
      font-size: 1.3rem; }
    .ind-program__box .-doc dd {
      font-size: 1.1rem;
      line-height: 1.25;
      margin-top: 0.5rem; } }
.ind-venue {
  background: rgba(231, 76, 60, 0.15);
  padding: 0.01rem 0; }

.ind-venue__box {
  display: flex;
  flex-flow: nowrap;
  justify-content: space-between;
  margin-bottom: 6rem; }
  .ind-venue__box .-tif {
    width: 40%; }
    .ind-venue__box .-tif img {
      border-radius: 30px; }
    .ind-venue__box .-tif dt {
      font-weight: bold;
      font-size: 1.3rem;
      line-height: 1.2;
      margin: 1rem 0 0.5rem; }
    .ind-venue__box .-tif dd {
      font-weight: bold;
      font-size: 1.2rem;
      line-height: 1.2;
      margin-bottom: 1rem; }
    .ind-venue__box .-tif a {
      text-decoration: underline;
      text-underline-offset: 5px;
      transition: all 0.5s ease; }
      .ind-venue__box .-tif a:hover {
        opacity: 0.5; }
  .ind-venue__box .-map {
    width: 55%; }
    .ind-venue__box .-map iframe {
      border-radius: 30px;
      max-width: 100%;
      width: 100%; }

@media screen and (max-width: 1024px) {
  .ind-venue__box {
    display: block; }
    .ind-venue__box .-tif {
      width: 100%;
      margin-bottom: 2rem; }
    .ind-venue__box .-map {
      width: 100%; } }
.ind-sponsor {
  background: #fff;
  padding: 0.01rem 0; }
  .ind-sponsor .c-pgbtn p {
    background: #2D7A3E; }

.ind-sponsor__box {
  display: flex;
  justify-content: center;
  margin: 0 -1.5%; }
  .ind-sponsor__box > div {
    width: 30.333%;
    margin: 0 1.5%;
    text-align: center; }
    .ind-sponsor__box > div img {
      width: 100%; }

.ind-sponsor__txt {
  text-align: center;
  margin-top: 2rem; }
  .ind-sponsor__txt ul {
    display: flex;
    justify-content: center;
    margin: 0 -1.5% 2rem;
    flex-flow: wrap;
    padding: 0;
    align-items: center; }
  .ind-sponsor__txt li {
    width: 47%;
    margin: 0 1.5%;
    background: #fff;
    padding: 1rem 0;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.2; }
  .ind-sponsor__txt ul.-all {
    text-align: left;
    flex-flow: wrap;
    justify-content: flex-start; }
    .ind-sponsor__txt ul.-all li {
      width: auto;
      margin: 0.25rem 0;
      padding: 0px !important; }
      .ind-sponsor__txt ul.-all li::after {
        content: '/';
        margin: 0 0.5rem;
        display: inline; }
      .ind-sponsor__txt ul.-all li:last-child::after {
        display: none; }

@media screen and (max-width: 1024px) {
  .ind-sponsor__box > div {
    width: 47%; }

  .ind-sponsor__txt ul {
    padding: 0; }
  .ind-sponsor__txt li {
    padding: 0.5rem 1rem;
    width: 47%; } }
@media screen and (max-width: 640px) {
  .ind-sponsor__txt li {
    width: 100%;
    line-height: 1.5;
    padding: 0.25rem 0;
    font-size: 1rem; } }
.ind-news .c-box {
  border: 2px solid #2D7A3E;
  border-radius: 30px;
  padding: 0 2.5%;
  box-sizing: content-box; }

.ind-news__list {
  margin-bottom: 3rem; }
  .ind-news__list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem; }
    .ind-news__list li time {
      border: 1px solid #000;
      text-align: center;
      padding: 5px 15px;
      min-width: 11rem;
      margin-right: 30px;
      border-radius: 10px; }
    .ind-news__list li p {
      padding: 5px 0; }
    .ind-news__list li a {
      color: #b1d79e;
      font-weight: bold;
      transition: all 0.5s ease; }
      .ind-news__list li a:hover {
        color: #F5A623; }

@media screen and (max-width: 1024px) {
  .ind-news .c-h2 {
    margin-top: 2rem; }
  .ind-news .c-box {
    padding: 0 2rem;
    box-sizing: border-box; }

  .ind-news__list li {
    display: block; }
    .ind-news__list li time {
      display: inline-block; } }
@media screen and (max-width: 640px) {
  .ind-news__list li time {
    font-size: 1rem;
    padding: 10px 15px;
    min-width: inherit;
    line-height: 1;
    border-radius: 5px; } }
.ind-slide {
  margin: 6rem 0 0; }

:root {
  --image-width: 30vw;
  /* 画像の横幅 */
  --image-height: auto;
  /* 画像の高さ */
  --gap: -1px;
  /* 画像間の隙間 */
  --speed: 60s;
  /* スクロール速度 */ }

@media screen and (max-width: 640px) {
  :root {
    --image-width: 40vw; } }
/* 全体コンテナ */
.ind-slide {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  overflow: hidden;
  background: #000; }

/* 各行の外枠 */
.scroll-row {
  display: flex;
  width: max-content; }

/* 画像を並べる中身（JSで複製される） */
.scroll-list {
  display: flex;
  gap: var(--gap);
  padding-right: var(--gap);
  /* 複製との継ぎ目の隙間 */ }

/* 上段：左へスクロール */
.row-top .scroll-list {
  animation: scroll-left var(--speed) linear infinite; }

/* 下段：右へスクロール */
.row-bottom .scroll-list {
  animation: scroll-right var(--speed) linear infinite; }

/* アニメーション：左へ */
@keyframes scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
/* アニメーション：右へ */
@keyframes scroll-right {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0); } }
.scroll-list img {
  width: var(--image-width);
  height: var(--image-height);
  object-fit: cover;
  display: block; }

.ind-regist {
  background: #2D7A3E;
  padding: 0.01rem 0;
  text-align: center; }
  .ind-regist .c-h2 {
    margin: 0; }
    .ind-regist .c-h2 h2 {
      color: #fff; }
  .ind-regist .c-pgbtn p {
    background: none;
    border: 1px solid #fff; }

.ind-regist__logo {
  margin: 6rem 0 2rem; }
  .ind-regist__logo img {
    width: 90%;
    max-width: 600px;
    margin: 0 auto; }

.ind-banner {
  padding: 0.01rem 0;
  text-align: center; }

.ind-banner__box {
  margin: 0 auto;
  margin-top: 6rem;
  max-width: 1000px; }
  .ind-banner__box img {
    width: 100%;
    /*max-width:600px;*/ }
  .ind-banner__box a {
    transition: all 0.5s ease; }
    .ind-banner__box a:hover {
      opacity: 0.5; }
  .ind-banner__box ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: 0 -1.5%; }
  .ind-banner__box li {
    width: 47%;
    margin: 1.5%; }
    .ind-banner__box li.-x2 {
      width: 100%; }

.g-navi {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0px;
  top: 0px;
  background: rgba(45, 122, 62, 0.9);
  display: none; }
  .g-navi .-navi {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
    .g-navi .-navi li {
      color: #fff;
      font-size: 3vh;
      font-weight: bold;
      font-family: "Inter", "Noto Sans JP",  sans-serif;
      padding: 2vh 2vw;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      .g-navi .-navi li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.5); }
      .g-navi .-navi li a {
        transition: all 0.5s ease; }
        .g-navi .-navi li a:hover {
          opacity: 0.5; }
  body.active .g-navi {
    display: block; }
  @media screen and (max-width: 640px) {
    .g-navi .-navi li {
      font-size: 1rem;
      padding: 2vh 2rem; } }

.btn-regist {
  position: fixed;
  right: 4%;
  bottom: 10%; }
  .btn-regist img {
    width: 150px;
    border-radius: 0 0 45% 0;
    box-shadow: 10px 10px 10px white;
    transition: all 0.5s ease; }
    .btn-regist img:hover {
      transform: scale(1.1); }
  @media screen and (max-width: 640px) {
    .btn-regist {
      right: 15px;
      bottom: 15px; }
      .btn-regist img {
        width: 90px; } }

#g-hd {
  position: fixed;
  z-index: 10;
  text-align: center;
  width: 100%;
  top: 30px;
  transition: all 0.3s ease;
  font-family: "Inter", "Noto Sans JP",  sans-serif !important; }
  #g-hd * {
    font-family: "Inter", "Noto Sans JP",  sans-serif !important; }
  .SCRL #g-hd {
    top: 20px; }
    .SCRL #g-hd .g-header {
      height: 100px;
      box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
      border: 1px solid rgba(255, 255, 255, 0.25); }
  #g-hd .g-header {
    background: rgba(45, 122, 62, 0.9);
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    width: 90vw;
    height: 130px;
    border-radius: 15px;
    margin: 0 auto;
    padding: 0 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0); }
    #g-hd .g-header .-logo img {
      height: 70px;
      margin: 15px; }
    #g-hd .g-header .-time {
      margin-left: 30px;
      line-height: 1;
      margin-bottom: 0px;
      margin-right: auto; }
      #g-hd .g-header .-time p {
        font-size: 40px;
        font-weight: bold;
        color: #fff; }
      #g-hd .g-header .-time time {
        font-family: "Montserrat", sans-serif;
        font-size: 80px;
        margin: 0 10px; }
    #g-hd .g-header .-lang {
      position: relative;
      margin: 15px;
      color: #fff;
      font-size: 1.5rem;
      border: 1px solid #fff;
      border-radius: 5px;
      height: 70px;
      margin-left: auto; }
      #g-hd .g-header .-lang div {
        line-height: 70px;
        color: #fff;
        position: relative;
        width: 180px;
        padding: 0 15px;
        text-align: left;
        cursor: pointer; }
        #g-hd .g-header .-lang div::after {
          content: '>';
          font-family: "Nanum Myeongjo", serif;
          display: inline-block;
          position: absolute;
          transform: translateY(0) rotate(90deg);
          top: auto;
          bottom: auto;
          right: 20px; }
      #g-hd .g-header .-lang ol {
        background: #fff;
        width: 100%;
        text-align: left;
        z-index: -2;
        height: 0;
        opacity: 0;
        transition: all 0.3s ease;
        border-radius: 5px;
        padding: 15px;
        position: absolite;
        left: 0px;
        top: 0px;
        border: 1px solid rgba(45, 122, 62, 0.25); }
        #g-hd .g-header .-lang ol li {
          margin: 15px;
          font-size: 1rem;
          font-size: 1.2rem; }
          #g-hd .g-header .-lang ol li a {
            display: block; }
      #g-hd .g-header .-lang ul > li {
        overflow: hidden; }
      #g-hd .g-header .-lang a {
        transition: all 0.5s ease; }
        #g-hd .g-header .-lang a:hover {
          color: #F5A623; }
    #g-hd .g-header .-menu {
      margin: 15px;
      z-index: 20; }
      #g-hd .g-header .-menu .-btn {
        width: 70px;
        height: 70px;
        background: #fff;
        position: relative;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px; }
        #g-hd .g-header .-menu .-btn::before, #g-hd .g-header .-menu .-btn::after {
          content: "";
          position: absolute;
          width: 60%;
          height: 2px;
          background: #333;
          transition: all 0.3s ease; }
        #g-hd .g-header .-menu .-btn::before {
          transform: translateY(-8px); }
        #g-hd .g-header .-menu .-btn::after {
          transform: translateY(8px); }
        #g-hd .g-header .-menu .-btn.active::before {
          transform: translateY(0) rotate(45deg); }
        #g-hd .g-header .-menu .-btn.active::after {
          transform: translateY(0) rotate(-45deg); }
  @media screen and (min-width: 1025px) {
    #g-hd .g-header .-lang li:hover ol {
      opacity: 1;
      z-index: 10;
      height: auto; } }
  @media screen and (max-width: 1024px) {
    #g-hd .g-header .-time {
      position: absolute;
      right: 5vw;
      bottom: -100px;
      transition: all 0.3s ease; }
      .SCRL50 #g-hd .g-header .-time {
        opacity: 0; }
    #g-hd .g-header .-lang.is-active ol {
      opacity: 1;
      z-index: 10;
      height: auto; } }
  @media screen and (max-width: 640px) {
    #g-hd {
      top: 15px; }
      .SCRL #g-hd {
        top: 15px; }
        .SCRL #g-hd .g-header {
          height: 60px; }
      #g-hd .g-header {
        height: 60px;
        border-radius: 10px; }
        #g-hd .g-header .-logo img {
          height: 40px;
          margin: 0px; }
        #g-hd .g-header .-time {
          bottom: -50px; }
          #g-hd .g-header .-time p {
            font-size: 20px; }
          #g-hd .g-header .-time time {
            font-size: 40px; }
        #g-hd .g-header .-lang {
          height: 40px;
          width: 100px;
          font-size: 0.9rem; }
          #g-hd .g-header .-lang div {
            line-height: 40px; }
            #g-hd .g-header .-lang div::after {
              right: 100px; }
          #g-hd .g-header .-lang ol {
            padding: 10px; }
            #g-hd .g-header .-lang ol li {
              margin: 5px;
              font-size: 0.9rem; }
        #g-hd .g-header .-menu {
          margin: 0px; }
          #g-hd .g-header .-menu .-btn {
            width: 40px;
            height: 40px; } }

#g-ft * {
  font-family: "Inter", "Noto Sans JP",  sans-serif !important; }
#g-ft .g-inquiry {
  background: #e2e2e1;
  text-align: center;
  color: #333;
  margin-top: 6rem;
  padding: calc(3rem + 3vw) 5%; }
  #g-ft .g-inquiry a {
    transition: all 0.3s ease; }
    #g-ft .g-inquiry a:hover {
      opacity: 0.5; }
  #g-ft .g-inquiry figure img {
    width: 50px; }
  #g-ft .g-inquiry dl {
    margin: 2rem auto; }
  #g-ft .g-inquiry dt {
    font-size: 2.2rem; }
  #g-ft .g-inquiry dd {
    font-size: 1.5rem; }
  #g-ft .g-inquiry .-btn {
    font-size: 1.75rem;
    letter-spacing: 0.5rem; }
    #g-ft .g-inquiry .-btn a {
      display: inline-block;
      color: #fff;
      background: #1c3320;
      padding: 5px;
      border-radius: 10px; }
      #g-ft .g-inquiry .-btn a span {
        border: 1px solid #fff;
        display: inline-block;
        padding: 0.5rem 1rem;
        width: 400px;
        max-width: 90vw;
        border-radius: 8px; }
#g-ft .g-footer {
  width: 90%;
  max-width: calc(1280px + 0%);
  margin: 6rem auto 7rem;
  text-align: center; }
  #g-ft .g-footer .-menu ul {
    display: flex;
    flex-flow: wrap;
    justify-content: center; }
  #g-ft .g-footer .-menu li {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 2; }
    #g-ft .g-footer .-menu li::after {
      content: '｜'; }
    #g-ft .g-footer .-menu li a {
      transition: all 0.5s ease; }
      #g-ft .g-footer .-menu li a:hover {
        opacity: 0.5; }
  #g-ft .g-footer .-orga {
    margin-top: 6rem; }
    #g-ft .g-footer .-orga p {
      font-weight: bold;
      font-size: 1.2rem; }
      #g-ft .g-footer .-orga p span {
        white-space: nowrap; }
  #g-ft .g-footer .-copy {
    margin-top: 0.5rem; }
    #g-ft .g-footer .-copy p {
      font-size: 1.1rem; }
@media screen and (max-width: 1024px) {
  #g-ft .g-footer {
    margin-bottom: 15rem; } }
@media screen and (max-width: 640px) {
  #g-ft .g-footer {
    text-align: left;
    margin-bottom: 8rem; }
    #g-ft .g-footer .-menu ul {
      justify-content: flex-start; }
  #g-ft .g-inquiry dt {
    font-size: 1.5rem; }
  #g-ft .g-inquiry dd {
    font-size: 1rem; }
  #g-ft .g-inquiry .-btn {
    font-size: 1.2rem; }
    #g-ft .g-inquiry .-btn a span {
      width: 250px; } }

@media screen {
  .iv {
    transition: all 1s ease;
    opacity: 0;
    transform: translateY(40px) scale(1); }
    .iv.is-in {
      opacity: 1;
      transform: translateY(0px) scale(1); }

  .iv2 {
    transition: all 0.5s ease;
    opacity: 0;
    transform: scale(0.5);
    transform-origin: left top; }
    .iv2.is-in {
      opacity: 1;
      transform: scale(1); }

  .iv3 {
    transition: all 1s ease;
    opacity: 0; }
    .iv3.is-in {
      opacity: 1; }

  .iv-y {
    transition: all 1s ease;
    background: #fff; }
    .iv-y.is-in {
      background: #fdefd4; } }
