@charset "UTF-8";
/**/
@media only screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
#tamiya #Tomica-wrapper {
  width: 100%;
}
.box {
  flex: 1;
  flex-basis: 98%;
}
.box-inner {
  width: 100%;
}
.box1 {
  height: 200px;
}
.flexbox {
  display: flex;
  text-align: center;
  width: 98%;
}
.box_lineup {
  width: 100%;
  flex-basis: 100%;
}
.lineup_area {
  width: 90%;
}
.lineup_area ul {
   justify-content: space-between;
}
.lineup_btn {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.kakaku {
  position: absolute;
  top: 85%;
  left: 60%;
  border-radius: 7px;
}
.kakaku2 {
  position: absolute;
  top: 85%;
  left: 60%;
  border-radius: 7px;
}
.zokuhou img {
  width: 60%;
}
/*コピー*/
.txt_copy {
  text-align: left
}
/*注意*/
.txt_notice {
  font-family: 'Zen Antique', serif;
  font-size: 0.7em;
}