@charset "UTF-8";
/* for PC
======================================= */
@media (min-width: 641px) {
  /* gnavi section */
  .sec-gnavi {
    position: relative; /* 初期状態 */
    z-index: 9;
    padding-left: 2rem;
    height: 100px;
    background-color: #2E3137;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transition: background-color 0.3s;
  }

  /* 固定時のスタイル */
  .sec-gnavi.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px; /* 固定時は少しスリムにするなどの調整も可能 */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 10000;
  }

  .logo-sxc1 {
    max-width: 130px;
  }
  .gnavi {
    width: calc(100% - 330px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 1.5rem;
    font-size: 15px;
    text-align: right;
    font-weight: 700;
  }
  .gnavi a:link, .gnavi a:visited {
    color: #ffffff !important;
    text-decoration: none !important;
  }
  .gnavi a:hover {
    color: #E0E721 !important;
  }
  .gnavi .link-txt {
    margin-right: 1.5rem;
  }
  .btn-buy {
    position: fixed;
    bottom: 100px;
    right: 2rem;
    z-index: 9999;
    width: 200px;
    height: 70px;
    background-color: #E0E721;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.40);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.40);
    border: 1px solid #ffffff;
  }
  .btn-buy a:link {
    color: #444444 !important;
    text-decoration: none !important;
  }
  .btn-buy a:visited {
    color: #444444 !important;
    text-decoration: none !important;
  }
  #sp-menu {
    display: none;
  }
  .btn-buy-sp {
    display: none;
  }
  /* What's section */
  #sec-whats-copy h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
  }
  #sec-whats-copy p {
    font-size: 18px;
    margin-bottom: 2rem;
  }
  /* sec-point section */
  #sec-point {
    margin-bottom: 4rem;
  }
  /* Beginners section */
  .sec-beginners-point {
    background-color: #E0E721;
    display: flex;
    flex-wrap: wrap;
  }
  .beginners-point-title {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #E0E721;
  }
  .beginners-point-title-img {
    width: 50%;
    height: 100%;
    padding: 10px 0 10px 2rem;
  }
  .beginners-point-title-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
  }
  .btn-icon .lni-xmark, .btn-icon .lni-chevron-up {
    font-size: 120px;
    color: #ffffff;
    margin-right: 1rem;
  }
  .sec-beginners-point-contents {
    width: 100%;
    height: var(--panel-h);
    display: flex;
    line-height: 0;
  }
  .beginners-point-text {
    width: 42%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .beginners-point-text h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 4rem 2rem 4rem;
  }
  .beginners-point-text p {
    margin: 0 4rem 2rem 4rem;
    line-height: 1.8;
  }
  .beginners-point-photo {
    width: 58%;
    display: flex;
    align-items: flex-end;
  }
  /* Creators section */
  .sec-creators-point {
    background-color: #2E3137;
    display: flex;
    flex-wrap: wrap;
  }
  .creators-point-title {
    width: 100%;
    height: 120px;
    flex: 0 0 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 0;
    background-color: #2E3137;
    z-index: 9998;
  }
  .creators-point-title-img {
    width: 50%;
    height: 100%;
    padding: 10px 0 10px 2rem;
  }
  .creators-point-title-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
  }
  .sec-creators-point-contents {
    width: 100%;
    height: var(--panel-h);
    display: flex;
    background-image: url(/content/dam/casio/global/creator-economy/sampler/images/for-creator-bg.png);
    background-position: center center;
    background-size: cover;
    z-index: 9997;
  }
  .creators-point-text {
    margin-top: 5%;
    margin-left: 5%;
    width: 45%;
  }
  .creators-point-text h3 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 4rem 1.8rem 4rem;
  }
  .creators-point-text p {
    color: #ffffff;
    margin: 0 4rem 4rem 4rem;
    line-height: 2;
  }
  @media (max-width: 1024px) {
    .beginners-point-text h3, .creators-point-text h3 {
      font-size: 24px !important;
      margin: 0 2rem 1.5rem 2rem !important;
    }
    .beginners-point-text p, .creators-point-text p {
      font-size: 15px !important;
      margin: 0 2rem 2rem 2rem !important;
    }
    .beginners-point-text {
      width: 50%;
    }
    .beginners-point-photo {
      width: 50%;
    }
    .creators-point-text {
      width: 60%;
      margin-left: 0;
      padding-left: 2rem;
    }
  }
  #sec-point-sp {
    display: none;
  }
  /* PV section */
  #title-pv h2, #title-songs h2, #title-features h2 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 64px;
    color: #7792AC;
    letter-spacing: -0.02em;
    line-height: 0 !important;
  }
  #title-pv {
    margin-top: 2rem;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  /* demo songs section */
  #title-songs {
    margin-top: 8rem !important;
    margin-bottom: 1rem !important;
    padding-bottom: 0 !important;
  }
  #sec-songs {
    margin-bottom: 5rem !important;
  }
  #sec-songs-txt p {
    font-size: 18px !important;
  }
  /* features section */
  #title-features {
    margin-top: 3rem;
  }
  #title-features-jpn h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #444444;
    margin-top: 1rem;
  }
  #title-features-eng h2 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 64px;
    color: #7792AC;
    letter-spacing: -0.02em;
    text-align: right !important;
    line-height: 1;
  }
  /* features section - Beginners */
  #menu-beginners-text-1, #menu-creators-text-1, #menu-everyone-text-1 {
    height: 300px;
  }
  #menu-beginners-text-2, #menu-creators-text-2, #menu-everyone-text-2 {
    height: 300px;
  }
  #menu-beginners-text-3, #menu-creators-text-3, #menu-everyone-text-3 {
    height: 300px;
  }
  #menu-beginners-text-1 p, #menu-creators-text-1 p, #menu-everyone-text-1 p,
  #menu-beginners-text-2 p, #menu-creators-text-2 p, #menu-everyone-text-2 p,
  #menu-beginners-text-3 p, #menu-creators-text-3 p, #menu-everyone-text-3 p {
    font-size: 20px !important;
    line-height: 1.6 !important;
    font-weight: 700;
    margin-top: 3rem;
  }
  #menu-beginners-sp, #menu-creators-sp, #menu-everyone-sp {
    display: none;
  }
  #sec-begenners-features {
    background-color: #E0E721;
    background-image: url(/content/dam/casio/global/creator-economy/sampler/images/bg-beginners.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #sec-begenners-features h4 {
    color: #444444;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 2rem;
    font-weight: 700;
  }
  #sec-begenners-features p {
    color: #444444;
    font-size: 16px;
    line-height: 1.7;
  }
  #begginers-title h3 {
    color: #444444;
    font-size: 32px;
    line-height: 1.6;
    font-weight: 900 !important;
    margin-bottom: 2rem;
  }
  /* features section - Creators */
  #creators-title h3 {
    color: #ffffff;
    font-size: 32px;
    line-height: 1.6;
    font-weight: 900 !important;
    margin-bottom: 2rem;
  }
  #sec-beginners-shadow, #sec-creators-shadow {
    margin-bottom: 5rem !important;
  }
  #sec-creators-features {
    background-color: #2E3137;
    background-image: url(/content/dam/casio/global/creator-economy/sampler/images/bg-creators.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #sec-creators-features h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 2rem;
    font-weight: 700;
  }
  #sec-creators-features p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7;
  }
  /* features section - everyone */
  #everyone-title h3 {
    color: #ffffff;
    font-size: 32px;
    line-height: 1.6;
    font-weight: 900 !important;
    margin-bottom: 2rem;
  }
  #sec-everyone-features {
    background-color: #7792AC;
    background-image: url(/content/dam/casio/global/creator-economy/sampler/images/bg-everyone.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #sec-everyone-features h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 2rem;
    font-weight: 700;
  }
  #sec-everyone-features p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7;
  }
  /* app section */
  #title-app {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
  #title-app-jpn h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #444444;
    margin-top: 1rem;
  }
  #title-app-eng h2 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 64px;
    color: #7792AC;
    letter-spacing: -0.02em;
    text-align: right !important;
    line-height: 1;
  }
  #sec-app {
    background-color: #eeeeee;
  }
  #sec-app-logo {
    margin-top: 3rem;
    max-width: 100px !important;
  }
  #sec-app-text h3 {
    color: #444444;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
  }
  #sec-app-text p {
    font-size: 16px;
    line-height: 1.7;
  }
  /* spec section */
  #title-spec {
    margin-top: 3rem;
  }
  #title-spec-jpn h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #444444;
    margin-top: 1rem;
  }
  #title-spec-eng h2 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 64px;
    color: #7792AC;
    letter-spacing: -0.02em;
    text-align: right !important;
    line-height: 1;
  }
  #sec-spec p {
    font-size: 16px;
    line-height: 1.5;
  }
  #sec-spec .cmp-separator__horizontal-rule {
    border-top: 1px dotted #999999 !important;
  }
  #button-detail .button a:link {
    color: #ffffff !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500 !important;
  }
  #button-detail .button a:visited {
    color: #444444 !important;
  }
  #button-detail .cmp-button:hover {
    background-color: #7792AC !important;
    border: 1px solid #7792AC;
  }
  /* shoplist section */
  #title-shoplist {
    margin-top: 7rem;
  }
  #title-shoplist-jpn h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #444444;
    margin-top: 1rem;
  }
  #title-shoplist-eng h2 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 64px;
    color: #7792AC;
    letter-spacing: -0.02em;
    text-align: right !important;
    line-height: 1;
  }
  /* links section */
  #sec-links {
    background-color: #E4E9EE;
    margin-top: 2rem;
  }
  #title-links {
    margin-top: 2rem;
  }
  #title-links-jpn h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #444444;
    margin-top: 1rem;
  }
  #title-links-eng h2 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 64px;
    color: #7792AC;
    letter-spacing: -0.02em;
    text-align: right !important;
    line-height: 1;
  }
  /* topics section */
  #title-topics {
    margin-top: 4rem;
  }
  #title-topics-jpn h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    color: #444444;
    margin-top: 1rem;
  }
  #title-topics-eng h2 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 64px;
    color: #7792AC;
    letter-spacing: -0.02em;
    text-align: right !important;
    line-height: 1;
  }
  /* topbtn */
  #topbtn {
    max-width: 60px;
    margin-right: 3rem;
    z-index: 1000 !important;
  }
  /* アンカーリンク調整 */
  #sec-title-features::before, #sec-point::before, #title-songs::before, #title-app::before, #title-spec::before, #shoplist::before {
    content: "";
    display: block;
    height: 100px; /* 固定ヘッダーの高さ分 */
    margin-top: -100px;
    visibility: hidden;
    pointer-events: none;
  }
  #title-app::before {
    content: "";
    display: block;
    height: 100px; /* 固定ヘッダーの高さ分 */
    margin-top: -100px;
    visibility: hidden;
    pointer-events: none;
  }
  #title-app::before {
    content: "";
    display: block;
    height: 100px; /* 固定ヘッダーの高さ分 */
    margin-top: -100px;
    visibility: hidden;
    pointer-events: none;
  }
}

/* for SP
======================================= */
@media (max-width: 640px) {
  #sp-menu {
    display: block;
  }
  #sec-gnavi-pc {
    display: none;
  }
  .btn-buy {
    display: none;
  }
  #sec-btn-buy-sp {
    display: block;
  }
  .btn-buy-sp {
    width: 80%;
    position: fixed;
    bottom: 1rem;
	  left: 10%;
    z-index: 9999;
    height: 80px;
    background-color: #E0E721;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.40);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.40);
    border: 1px solid #ffffff;
  }
  .btn-buy-sp a:link, .btn-buy-sp a:visited {
    color: #444444 !important;
    text-decoration: none !important;
  }

  /* SP固定用スタイル */
  .sec-gnavi-sp.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: #2E3137;
  }

  /* main-img-sp section */
  #main-img {
    margin-top: 50px !important;
  }
  /* what's-sp section */
  #sec-whats-copy h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 2rem;
  }
  #sec-whats-copy p {
    font-size: 16px;
    margin-bottom: 2rem;
  }
  #js-fade-up_whats {
    margin-top: 2rem;
  }
  #sec-point {
    display: none;
  }
  /* PV section */
  #title-pv h2, #title-songs h2, #title-features h2 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 40px;
    color: #7792AC;
    letter-spacing: -0.02em;
    line-height: 0 !important;
    margin-left: 10px;
  }
  #title-pv {
    margin-top: 2rem;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  /* demo songs section */
  #title-songs {
    margin-top: 4rem !important;
    padding-bottom: 0 !important;
  }
  #sec-songs-txt p {
    font-size: 16px !important;
  }
  /* features section */
  #title-features {
    margin-top: 4rem !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  #title-features-jpn h2 {
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #444444;
    margin-bottom: 1rem !important;
    padding-bottom: 0 !important;
  }
  #title-features-eng h2 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-size: 32px;
    color: #7792AC;
    letter-spacing: -0.02em;
    text-align: left !important;
    line-height: 0;
  }
  #layout_row_pc3sp1_menu1, #layout_row_pc3sp1_menu2, #layout_row_pc3sp1_menu3 {
    display: none;
  }
  #sec-begenners-features {
    background-color: #E0E721;
    background-image: url(/content/dam/casio/global/creator-economy/sampler/images/bg-beginners.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #sec-begenners-features h4 {
    color: #444444;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 2rem;
    font-weight: 700;
  }
  #sec-begenners-features p {
    color: #444444;
    font-size: 16px;
    line-height: 1.7;
  }
  #begginers-title h3 {
    color: #444444;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 900;
    margin-bottom: 1rem;
  }
  /* features section - Creators */
  #creators-title h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 900;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  #sec-beginners-shadow, #sec-creators-shadow, #sec-everyone-shadow {
    margin-bottom: 3rem !important;
  }
  #sec-creators-features {
    background-color: #2E3137;
    background-image: url(/content/dam/casio/global/creator-economy/sampler/images/bg-creators.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #sec-creators-features h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 2rem;
    font-weight: 700;
  }
  #sec-creators-features p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7;
  }
  /* features section - everyone */
  #everyone-title h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 900;
    margin-bottom: 1rem;
  }
  #sec-everyone-features {
    background-color: #7792AC;
    background-image: url(/content/dam/casio/global/creator-economy/sampler/images/bg-everyone.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #sec-everyone-features h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 2rem;
    font-weight: 700;
  }
  #sec-everyone-features p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.7;
  }
  /* アンカーリンク調整 */
  #menu-beginners-sp::before, #menu-creators-sp::before, #menu-everyone-sp::before, #title-app::before, #title-spec::before, #shoplist::before {
    content: "";
    display: block;
    height: 80px; 
    margin-top: -80px;
    visibility: hidden;
    pointer-events: none;
  }
  #title-app::before {
    content: "";
    display: block;
    height: 140px; 
    margin-top: -140px;
    visibility: hidden;
    pointer-events: none;
  }
  /* app section */
  #sec-app {
    background-color: #eeeeee;
    padding-bottom: 3rem;
  }
  #title-app-jpn h2 {
    font-weight: 700;
    font-size: 20px;
    color: #444444;
	 line-height: 0;
  }
  #title-app-eng h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 900;
    font-size: 32px;
    color: #7792AC;
    text-align: left !important;
	  margin-top: 0 !important;
	  padding-top: 0!important;
  }
  #sec-app-logo {
    margin-top: 2rem;
    max-width: 100px !important;
  }
  #sec-app-text h3 {
    color: #444444;
    font-size: 20px;
    font-weight: 700;
  }
  /* spec section */
  #title-spec-jpn h2 {
    font-weight: 700;
    font-size: 20px;
    color: #444444;
	  margin-top: 3rem;
	 line-height: 0;
  }
  #title-spec-eng h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 900;
    font-size: 32px;
    color: #7792AC;
	  margin-top: 0 !important;
	  padding-top: 0!important;
  }
  #sec-spec p {
    font-size: 14px;
    line-height: 1.5;
  }
  /* shoplist section */
  #title-shoplist-jpn h2 {
    font-weight: 700;
    font-size: 20px;
    color: #444444;
	  margin-top: 3rem;
	 line-height: 0;
  }
  #title-shoplist-eng h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 900;
    font-size: 32px;
    color: #7792AC;
	  margin-top: 0 !important;
	  padding-top: 0!important;
  }
  /* links section */
  #sec-links {
    background-color: #E4E9EE;
    margin-top: 2rem;
  }
  #title-links-jpn h2 {
    font-weight: 700;
    font-size: 20px;
    color: #444444;
	  margin-top: 3rem;
	 line-height: 0;
  }
  #title-links-eng h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 900;
    font-size: 32px;
    color: #7792AC;
	  margin-top: 0 !important;
	  padding-top: 0!important;
  }
  /* topics section */
  #title-topics-jpn h2 {
    font-weight: 700;
    font-size: 20px;
    color: #444444;
	  margin-top: 3rem;
	 line-height: 0;
  }
  #title-topics-eng h2 {
    font-family: "DM Sans", sans-serif;
    font-weight: 900;
    font-size: 32px;
    color: #7792AC;
	  margin-top: 0 !important;
	  padding-top: 0!important;
  }
  /* topbtn */
  #topbtn {
    max-width: 50px;
    margin-bottom: 120px;
    z-index: 1000 !important;
  }
	#catch-eng-beginners, #catch-eng-creators, #catch-eng-everyone {
		display: none;
	}
}

/* Common & Animation Settings
======================================= */
.main-visual-wrapper {
  --panel-h: max(52vw, 600px);
  position: relative;
  width: 100%;
  height: calc(var(--panel-h) + 120px);
  overflow: hidden;
  contain: paint;
  clip-path: inset(0);
  background-color: #E0E721;
  z-index: 10;
  scroll-margin-top: 60px !important;
}
.sec-beginners-point {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.creators-sliding-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  transform: translateY(var(--panel-h));
}
.creators-sliding-panel.is-open {
  transform: translateY(0);
  animation: customBounceInUp 0.7s forwards;
}
.creators-sliding-panel.is-closed {
  transform: translateY(var(--panel-h));
  animation: customBounceOutDown 0.7s forwards;
}

@keyframes customBounceInUp {
  0% { transform: translateY(var(--panel-h)); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  55% { transform: translateY(-80px); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  75% { transform: translateY(35px); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  90% { transform: translateY(-15px); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% { transform: translateY(0); }
}

@keyframes customBounceOutDown {
  0% { transform: translateY(0); animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  55% { transform: translateY(calc(var(--panel-h) + 80px)); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  75% { transform: translateY(calc(var(--panel-h) - 35px)); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  90% { transform: translateY(calc(var(--panel-h) + 15px)); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  100% { transform: translateY(var(--panel-h)); }
}

/* =======================================
   AEMリセット & ユーティリティ
======================================= */
html {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
body, .root.responsivegrid, #mainContent {
  height: auto !important;
  overflow: visible !important;
}
#spacer img {
  width: 100%;
  height: 1px;
}