@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap');
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}
a:hover img {
  opacity: 0.5;
}
.New_Table {
  width: 960px;
  margin: 0 auto 25px;
  clear: both;
  padding: 0 0 10px;
}
/**/
.tabemono-wrapper {
  width: 100%;
}
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: visible;
}
.kakaku {
  width: 50%;
  margin: 20px auto 60px;
}
.bg_tomicaworld {
  position: relative;
}
.kuwashiku {
  position: absolute;
  top: 84%;
  left: 21%;
  width: 70%;
  height: auto;
  animation: fuwafuwa 1s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-1deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(1deg);
  }
}

.notice_color {
  text-align: left;
  color: #555;
  font-size: 1.3em;
  line-height: 1.7em;
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
  padding: 10px 0 30px 3.5em;
}

.indent_1 {
  text-indent: -1em;
  padding-left: 2em;
}