.all_loop {
  width: 47.81%;
  float: left;
}
.cassetteList .cassetteArea .modelWrap .imageWrap .all_loop {
  width: 100%;
}
.loop {
  width: 100%;
  overflow: hidden;
}
.loop ul {
  display: flex;
  align-items: center;
  transform: translateX(0px);
  transition: 0.5s;
}
.loop ul li {
  width: 100%;
  flex-shrink: 0;
}
.cassetteList .cassetteArea div .loop p.image {
  width: 100%;
}
.loop ul li img {
  width: 100%;
}
.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}
.circle li {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #9F9F9F;
  background: #fff;
  margin-right: 10px;
  box-sizing: border-box;
}
.circle li:last-child {
  margin-right: 0;
}
.circle li.active {
  background: #636363;
  border: none;
}
.thumbnail {
  width: 100%;
  display: flex;
  margin-top: 8px;
}
.subphoto_full{
  justify-content: space-between;
}
.subphoto_no_full img{
  margin-right: 5px;
}
.thumbnail a {
  width: 81px;
  height: 57px;
}
.thumbnail a img {
  width: 100%;
  border-radius: 2px;
}
div.thumbnail:after {
  display: none;
}

#main #resultArea .section_body .visual .thumbnail + .makerHosyouLogo {
  display: block;
  position: static;
  transform: none;
  width: 173px;
  margin: 10px auto 0;
}