@charset "UTF-8";
@media screen and (min-width: 768px) {
  .pub-sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pub-pc-only {
    display: none !important;
  }
}

@media screen and (max-width: 1300px) and (min-width: 768px) {
  .pub-between-only {
    display: none !important;
  }
}

.pub-main {
  background-color: #000;
  overflow-x: hidden;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  margin-top: 4.6rem;
  position: relative;
}
.pub-main p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .pub-main {
    font-size: 14px;
  }
}
.pub-main .banner {
  width: 300px;
  height: auto;
  position: fixed;
  z-index: 10;
  bottom: 6vw;
  right: 1.5vw;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.pub-main .banner img {
  max-width: 100%;
  display: block;
}
.pub-main .banner .close-btn {
  position: absolute;
  top: 1px;
  left: 15px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  z-index: 11;
}
.pub-main .banner.fade-out {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .pub-main .banner {
    bottom: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .pub-main .banner {
    bottom: 18vw;
  }
}

.pub-a {
  transition-property: opacity;
  transition-duration: 0.3s;
  text-decoration: none;
}
.pub-a:hover {
  opacity: 0.5;
}

* {
  margin: 0;
  padding: 0;
}

.pub-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.public-img {
  max-width: 100%;
  vertical-align: top;
}

.pub-a {
  text-decoration: none;
}

.pub-mv {
  background-image: url(../images/background/mv-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  background-position: center -142px;
}
.pub-mv .pub-content {
  background-color: rgba(0, 0, 0, 0.4);
  padding-left: 170px;
  padding-top: 132px;
  padding-bottom: 120px;
}
.pub-mv .pub-content .pub-typing-container {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pub-mv .pub-content .pub-typing-container {
    width: 275px;
    margin: auto;
    transition: height 0.3s ease;
  }
}
.pub-mv .pub-content .pub-typing-container .pub-typing {
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid #d60000;
  font-size: 65px;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
  transition: visibility 0s 0s;
}
@media screen and (max-width: 768px) {
  .pub-mv .pub-content .pub-typing-container .pub-typing {
    width: auto;
    white-space: normal;
    border-right: none;
    max-height: 140px;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
}
.pub-mv .pub-content .pub-typing-container .pub-typing.pub-animate {
  width: 18.5ch;
  visibility: visible;
  animation: pub-typing 2s steps(9), blink 0.2s step-end infinite alternate;
}
@keyframes pub-typing {
  from {
    width: 0;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
.pub-mv .pub-content .pub-typing-container .pub-typing.pub-sp-only {
  position: relative;
  font-size: 46px;
  line-height: 1.5;
  letter-spacing: 0;
}
.pub-mv .pub-content .pub-typing-container .pub-typing.pub-sp-only .char {
  opacity: 0;
  display: inline;
}
.pub-mv .pub-content .pub-typing-container .pub-typing.pub-sp-only .after-img {
  opacity: 0;
}
.pub-mv .pub-content .pub-typing-container .pub-typing.pub-sp-only .sp-cursor {
  display: inline-block;
  width: 2px;
  height: 1.3em;
  background-color: #d60000;
  margin-left: 2px;
  animation: sp-blink 0.2s step-end infinite alternate;
  vertical-align: bottom;
  opacity: 0;
  transition: opacity 0.2s ease;
}
@keyframes sp-blink {
  0%, 100% {
    background-color: #d60000;
    opacity: 1;
  }
  50% {
    background-color: transparent;
    opacity: 0;
  }
}
.pub-mv .pub-content .pub-typing-container .public-img {
  vertical-align: sub;
}
.pub-mv .pub-content .pub-typing-container .pub-sub-title {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.7em;
  font-family: "Share Tech", serif;
}
.pub-mv .pub-content .pub-typing-container .pub-sub-title::after {
  border-top: 1px solid #fff;
  content: "";
  margin-right: 1em;
  width: 302px;
}
@media screen and (max-width: 768px) {
  .pub-mv .pub-content .pub-typing-container .pub-sub-title::after {
    width: 61.2px;
  }
}
@media screen and (max-width: 768px) {
  .pub-mv .pub-content .pub-typing-container .pub-sub-title {
    font-size: 12px;
  }
}
.pub-mv .pub-content .pub-text {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.pub-mv .pub-content .pub-text p {
  margin-bottom: 24px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .pub-mv .pub-content .pub-text {
    margin-top: 80px;
  }
}
.pub-mv .pub-content .pub-text.visible {
  opacity: 1;
  transform: translateY(0);
}
.pub-mv .pub-content .pub-button {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .pub-mv .pub-content {
    padding: 82px 24px 48px;
  }
}
@media screen and (max-width: 1600px) and (min-width: 768px) {
  .pub-mv {
    background-position: initial;
  }
}
@media screen and (max-width: 768px) {
  .pub-mv {
    background-image: url(../images/background/mv_sp-background.png);
    background-size: 100% auto;
    background-position: top;
  }
}

.pub-about {
  position: relative;
  padding-top: 120px;
}
.pub-about .pub-about-background {
  position: absolute;
  top: 6vw;
  width: 100vw;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .pub-about .pub-about-background {
    top: 42vw;
  }
}
.pub-about .pub-top-group {
  display: flex;
  justify-content: space-between;
  margin-left: 130px;
}
.pub-about .pub-top-group .pub-text {
  width: 40%;
  z-index: 1;
  position: relative;
}
.pub-about .pub-top-group .pub-text p {
  margin-top: 24px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .pub-about .pub-top-group .pub-text {
    width: initial;
    padding: 0 24px;
  }
}
.pub-about .pub-top-group .pub-right-img {
  position: relative;
  width: 55%;
}
.pub-about .pub-top-group .pub-right-img .pub-img-01 {
  position: absolute;
  top: 2.6vw;
  right: 0;
  width: 15.6vw;
}
@media screen and (max-width: 768px) {
  .pub-about .pub-top-group .pub-right-img .pub-img-01 {
    top: 4.6vw;
    right: 0;
    width: 27.9vw;
  }
}
.pub-about .pub-top-group .pub-right-img .pub-img-02 {
  position: absolute;
  top: 18.2vw;
  right: 15.6vw;
  width: 28.7vw;
}
@media screen and (max-width: 768px) {
  .pub-about .pub-top-group .pub-right-img .pub-img-02 {
    top: 18.2vw;
    left: 0;
    width: 60.7vw;
  }
}
@media screen and (max-width: 768px) {
  .pub-about .pub-top-group .pub-right-img {
    width: initial;
  }
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .pub-about .pub-top-group {
    margin-left: 32px;
  }
}
@media screen and (max-width: 768px) {
  .pub-about .pub-top-group {
    flex-direction: column;
    margin-left: initial;
  }
}
.pub-about .pub-bottom-group {
  display: flex;
  justify-content: space-between;
  margin-top: 25vw;
  margin-right: 130px;
}
.pub-about .pub-bottom-group .pub-text {
  width: 40%;
  z-index: 1;
  position: relative;
}
.pub-about .pub-bottom-group .pub-text p {
  margin-top: 24px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.pub-about .pub-bottom-group .pub-text .pub-button {
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .pub-about .pub-bottom-group .pub-text {
    padding: 0 24px;
    width: initial;
  }
}
.pub-about .pub-bottom-group .pub-left-img {
  position: relative;
  width: 55%;
}
.pub-about .pub-bottom-group .pub-left-img .pub-img-01 {
  position: absolute;
  bottom: 14.8vw;
  left: 0;
  width: 28.7vw;
}
@media screen and (max-width: 768px) {
  .pub-about .pub-bottom-group .pub-left-img .pub-img-01 {
    bottom: 9.3vw;
    left: 40vw;
    width: 60.7vw;
  }
}
.pub-about .pub-bottom-group .pub-left-img .pub-img-02 {
  position: absolute;
  bottom: -0.8vw;
  left: 28.4vw;
  width: 15.6vw;
}
@media screen and (max-width: 768px) {
  .pub-about .pub-bottom-group .pub-left-img .pub-img-02 {
    bottom: 70vw;
    left: 12vw;
    width: 27.9vw;
  }
}
@media screen and (max-width: 768px) {
  .pub-about .pub-bottom-group .pub-left-img {
    width: initial;
  }
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .pub-about .pub-bottom-group {
    margin-top: 10vw;
    margin-right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .pub-about .pub-bottom-group {
    flex-direction: column;
    margin-top: 190vw;
    margin-left: initial;
    margin-right: 0;
  }
}
.pub-about img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .pub-about {
    padding-top: 0;
    margin-top: 48px;
  }
}

.pub-title span {
  background-color: #d60000;
  color: #000;
  padding: 4px 8px;
  letter-spacing: 0.05em;
}
.pub-title h2.pub-h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 0.25em;
  margin-top: 24px;
  line-height: 1.45;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .pub-title h2.pub-h2 {
    font-size: 32px;
    width: 100%;
  }
}

.pub-news {
  margin-top: 80px;
}
.pub-news .pub-content {
  width: 1300px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pub-news .pub-content .pub-text {
  width: 20%;
}
.pub-news .pub-content .pub-text .pub-button {
  margin-top: 32px;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .pub-news .pub-content .pub-text {
    flex: 1 1 0;
    min-width: 200px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .pub-news .pub-content .pub-text {
    width: 100%;
  }
}
.pub-news .pub-content .pub-list {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 70%;
}
.pub-news .pub-content .pub-list li {
  background-color: transparent;
  border-bottom: 1px solid #fff;
}
.pub-news .pub-content .pub-list li:last-of-type {
  border-bottom: none;
}
.pub-news .pub-content .pub-list li a {
  transition-property: opacity;
  transition-duration: 0.3s;
  text-decoration: none;
}
.pub-news .pub-content .pub-list li a:hover {
  opacity: 0.5;
}
.pub-news .pub-content .pub-list li a:hover .articleTtl {
  color: #fff;
}
.pub-news .pub-content .pub-list li a .date {
  font-family: "Share Tech", serif;
  color: #fff;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .pub-news .pub-content .pub-list {
    flex: 1 1 0;
    min-width: 450px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .pub-news .pub-content .pub-list {
    width: 100%;
    margin-top: 48px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .pub-news .pub-content {
    padding: 0 16px;
    width: initial;
  }
}
@media screen and (max-width: 768px) {
  .pub-news .pub-content {
    padding: 0 24px;
    width: initial;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .pub-news {
    margin-top: 0;
  }
}

.pub-solution {
  margin-top: 80px;
}
.pub-solution .pub-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1300px;
  margin: auto;
}
.pub-solution .pub-content .pub-title {
  margin-bottom: 200px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .pub-solution .pub-content .pub-title {
    margin-bottom: 48px;
    width: 100%;
    padding-left: 24px;
  }
}
.pub-solution .pub-content .pub-solution-link .pub-link-img {
  max-width: 360px;
  aspect-ratio: 9/5;
  overflow: hidden;
  position: relative;
}
.pub-solution .pub-content .pub-solution-link .pub-link-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* または contain にすれば枠内に収まる */
  display: block;
  transform: scale(1.5); /* 1.0 = 等倍、1.1 = 10%拡大 */
  transform-origin: center;
}
.pub-solution .pub-content .pub-solution-link p {
  color: #fff;
  text-align: center;
  padding: 8px 0;
}
.pub-solution .pub-content .pub-solution-link .swiper-slide {
  width: fit-content;
  border-bottom: 1px solid #fff;
}
.pub-solution .pub-content .swiper-button-prev,
.pub-solution .pub-content .swiper-button-next {
  display: none;
}
@media screen and (max-width: 768px) {
  .pub-solution .pub-content .swiper-button-prev,
  .pub-solution .pub-content .swiper-button-next {
    display: grid;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .pub-solution .pub-content .swiper-button-prev::after,
  .pub-solution .pub-content .swiper-button-next::after {
    font-size: 12px;
    color: #fff;
  }
}
.pub-solution .pub-content .swiper-button-prev {
  display: none;
}
@media screen and (max-width: 768px) {
  .pub-solution .pub-content .swiper-button-prev {
    display: grid;
    left: -40px;
  }
  .pub-solution .pub-content .swiper-button-prev::after {
    display: inline-block;
    margin-left: 30px;
  }
}
.pub-solution .pub-content .swiper-button-next {
  display: none;
}
@media screen and (max-width: 768px) {
  .pub-solution .pub-content .swiper-button-next {
    display: grid;
    right: -40px;
  }
  .pub-solution .pub-content .swiper-button-next::after {
    display: inline-block;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .pub-solution .pub-content {
    padding: 0 16px;
    width: initial;
  }
}
@media screen and (max-width: 768px) {
  .pub-solution .pub-content {
    flex-direction: column;
    width: initial;
  }
}

.pub-shoplink {
  margin-top: 80px;
}
.pub-shoplink .pub-content {
  width: 1300px;
  margin: auto;
}
.pub-shoplink .pub-content .pub-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
  gap: 30px;
}
.pub-shoplink .pub-content .pub-group .pub-item {
  width: calc((100% - 120px) / 4);
  text-align: center;
}
.pub-shoplink .pub-content .pub-group .pub-item p {
  margin-top: 8px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pub-shoplink .pub-content .pub-group .pub-item {
    width: initial;
  }
}
@media screen and (max-width: 768px) {
  .pub-shoplink .pub-content .pub-group {
    flex-direction: column;
    gap: 48px;
    flex-wrap: initial;
  }
}
.pub-shoplink .pub-content .pub-experience-shop, .pub-shoplink .pub-content .pub-gaming-shop, .pub-shoplink .pub-content .pub-furusato-nozei {
  margin-top: 80px;
}
@media screen and (max-width: 1300px) and (min-width: 768px) {
  .pub-shoplink .pub-content {
    padding: 0 16px;
    width: initial;
  }
}
@media screen and (max-width: 768px) {
  .pub-shoplink .pub-content {
    padding: 0 24px;
    width: initial;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .pub-shoplink {
    margin-top: 0;
  }
}

.pub-opinion {
  background-image: url(../images/background/opinion-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
}
.pub-opinion .pub-content {
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 48px;
  padding-bottom: 80px;
}
.pub-opinion .pub-content .pub-text {
  text-align: center;
}
.pub-opinion .pub-content .pub-text p {
  margin-top: 30px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .pub-opinion .pub-content .pub-text p {
    text-align: left;
  }
}
.pub-opinion .pub-content .pub-text .pub-button {
  margin: auto;
  margin-top: 42px;
}
@media screen and (max-width: 768px) {
  .pub-opinion .pub-content {
    padding: 0 24px 80px 24px;
  }
}

.pub-item-list {
  padding-top: 40px;
}
.pub-item-list .pub-sub-item_wrapper {
  width: 245px;
  height: 320px;
  margin: 0;
}
.pub-item-list .pub-sub-item_wrapper .pub-text {
  border-top: 1px solid #fff;
  font-weight: bold;
  text-align: center;
  padding: 4px 0;
}
.pub-item-list .pub-sub-item_wrapper .pub-img {
  background-color: #fff;
  width: 245px;
  height: 245px;
  aspect-ratio: 1/1;
  text-align: center;
}
.pub-item-list .pub-sub-item_wrapper .pub-img img {
  max-width: 95%;
  height: 100%;
  object-fit: contain;
  vertical-align: top;
}
.pub-item-list .pub-sub-item_wrapper .swiper-pagination {
  bottom: 0;
}
.pub-item-list .swiper-button-prev,
.pub-item-list .swiper-button-next {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.75);
}
.pub-item-list .swiper-button-prev::after,
.pub-item-list .swiper-button-next::after {
  font-size: 12px;
  color: #fff;
}
.pub-item-list .swiper-button-prev {
  left: -40px;
}
.pub-item-list .swiper-button-prev::after {
  display: inline-block;
  margin-left: 30px;
}
.pub-item-list .swiper-button-next {
  right: -40px;
}
.pub-item-list .swiper-button-next::after {
  display: inline-block;
  margin-right: 30px;
}
.pub-item-list .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #000;
  border: 2px solid #fff;
  opacity: 1;
  margin: 0 7px !important;
}
.pub-item-list .swiper-pagination-bullet-active {
  background-color: #fff;
}

.pub-button {
  width: fit-content;
}
.pub-button .pub-button-inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 16px 4px;
  gap: 48px;
  border-top: 1px solid #fff;
  color: #fff;
}
.pub-button .pub-button-inner:hover {
  opacity: 1;
  color: #000;
}
.pub-button .pub-button-inner:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.pub-button .pub-button-inner::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.25s ease;
  transition-property: transform;
}
.pub-button .pub-button-inner .pub-name {
  position: relative;
  display: inline-block;
  padding-left: 12px;
}
.pub-button .pub-button-inner .pub-name::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #d60000;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.pub-button .pub-button-inner .pub-name p {
  margin-left: 8px;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  font-size: 16px;
}
.pub-button .pub-button-inner .pub-info {
  margin-right: 12px;
  z-index: 0;
}
.pub-button .pub-button-inner .pub-info p {
  font-size: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Share Tech", serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .pub-button {
    width: 100%;
  }
}

.pub-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.4s ease;
}
.pub-fade-in.pub-fade-in_item {
  transition: opacity 1.4s ease, transform 1s ease;
}
.pub-fade-in.pub-scrollin {
  transform: translate(0, 0) !important;
  opacity: 1 !important;
}

.pub-fade-seq {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.4s ease;
}
.pub-fade-seq.pub-fade-in_item {
  transition: opacity 1.4s ease, transform 1s ease;
}
.pub-fade-seq.pub-scrollin {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.pub-keyboard {
  width: 100%;
  margin-top: 80px;
  text-align: center;
}
.pub-keyboard svg {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .pub-keyboard svg {
    width: 200vw;
    max-width: none;
    position: relative;
    left: -50vw;
  }
}
.pub-keyboard.is-active-stage1 .key_01 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.1s;
}
.pub-keyboard.is-active-stage1 .key_02 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.2s;
}
.pub-keyboard.is-active-stage1 .key_03 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.3s;
}
.pub-keyboard.is-active-stage1 .key_04 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.4s;
}
.pub-keyboard.is-active-stage1 .key_05 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.5s;
}
.pub-keyboard.is-active-stage1 .key_06 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.6s;
}
.pub-keyboard.is-active-stage1 .key_07 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.7s;
}
.pub-keyboard.is-active-stage1 .key_08 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.8s;
}
.pub-keyboard.is-active-stage1 .key_09 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.9s;
}
.pub-keyboard.is-active-stage2 .key_10 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.1s;
}
.pub-keyboard.is-active-stage2 .key_11 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.2s;
}
.pub-keyboard.is-active-stage2 .key_12 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.3s;
}
.pub-keyboard.is-active-stage2 .key_13 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.4s;
}
.pub-keyboard.is-active-stage2 .key_14 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.5s;
}
.pub-keyboard.is-active-stage2 .key_15 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.6s;
}
.pub-keyboard.is-active-stage2 .key_16 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.7s;
}
.pub-keyboard.is-active-stage2 .key_17 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.8s;
}
.pub-keyboard.is-active-stage3 .key_18 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.1s;
}
.pub-keyboard.is-active-stage3 .key_19 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.2s;
}
.pub-keyboard.is-active-stage3 .key_20 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.3s;
}
.pub-keyboard.is-active-stage3 .key_21 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.4s;
}
.pub-keyboard.is-active-stage3 .key_22 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.5s;
}
.pub-keyboard.is-active-stage3 .key_23 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.6s;
}
.pub-keyboard.is-active-stage3 .key_24 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.7s;
}
.pub-keyboard.is-active-stage3 .key_25 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.8s;
}
.pub-keyboard.is-active-stage4 .key_26 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.1s;
}
.pub-keyboard.is-active-stage4 .key_27 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.2s;
}
.pub-keyboard.is-active-stage4 .key_28 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.3s;
}
.pub-keyboard.is-active-stage4 .key_29 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.4s;
}
.pub-keyboard.is-active-stage4 .key_30 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.5s;
}
.pub-keyboard.is-active-stage4 .key_31 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.6s;
}
.pub-keyboard.is-active-stage4 .key_32 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.7s;
}
.pub-keyboard.is-active-stage4 .key_33 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.8s;
}
.pub-keyboard.is-active-stage5 .key_34 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.1s;
}
.pub-keyboard.is-active-stage5 .key_35 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.2s;
}
.pub-keyboard.is-active-stage5 .key_36 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.3s;
}
.pub-keyboard.is-active-stage5 .key_37 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.4s;
}
.pub-keyboard.is-active-stage5 .key_38 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.5s;
}
.pub-keyboard.is-active-stage5 .key_39 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.6s;
}
.pub-keyboard.is-active-stage5 .key_40 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.7s;
}
.pub-keyboard.is-active-stage5 .key_41 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.8s;
}
.pub-keyboard.is-active-stage6 .key_42 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.1s;
}
.pub-keyboard.is-active-stage6 .key_43 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.2s;
}
.pub-keyboard.is-active-stage6 .key_44 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.3s;
}
.pub-keyboard.is-active-stage6 .key_45 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.4s;
}
.pub-keyboard.is-active-stage6 .key_46 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.5s;
}
.pub-keyboard.is-active-stage6 .key_47 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.6s;
}
.pub-keyboard.is-active-stage6 .key_48 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.7s;
}
.pub-keyboard.is-active-stage6 .key_49 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.8s;
}
.pub-keyboard.is-active-stage7 .key_50 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.1s;
}
.pub-keyboard.is-active-stage7 .key_51 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.2s;
}
.pub-keyboard.is-active-stage7 .key_52 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.3s;
}
.pub-keyboard.is-active-stage7 .key_53 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.4s;
}
.pub-keyboard.is-active-stage7 .key_54 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.5s;
}
.pub-keyboard.is-active-stage7 .key_55 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.6s;
}
.pub-keyboard.is-active-stage7 .key_56 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.7s;
}
.pub-keyboard.is-active-stage7 .key_57 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.8s;
}
.pub-keyboard.is-active-stage8 .key_58 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.1s;
}
.pub-keyboard.is-active-stage8 .key_59 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.2s;
}
.pub-keyboard.is-active-stage8 .key_60 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.3s;
}
.pub-keyboard.is-active-stage8 .key_61 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.4s;
}
.pub-keyboard.is-active-stage8 .key_62 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.5s;
}
.pub-keyboard.is-active-stage8 .key_63 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.6s;
}
.pub-keyboard.is-active-stage8 .key_64 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.7s;
}
.pub-keyboard.is-active-stage8 .key_65 {
  animation: flash-color 1s forwards;
  animation-duration: 1s;
  animation-delay: 0.8s;
}
@media screen and (max-width: 768px) {
  .pub-keyboard {
    margin-top: 0;
  }
}

@keyframes flash-color {
  0% {
    fill-opacity: initial;
  }
  30% {
    fill: white;
    fill-opacity: 1;
  }
  100% {
    fill-opacity: 0.5; /* ← 目的の色に変更 */
  }
}