@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDMincho&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  scroll-behavior: smooth;
  background-color: #000;
}
.kakaku {
  width: 420px;
  border: 2px solid #7a7a7a;
  border-radius: 20px;
}

.kakaku img {
	  border-radius: 18px;
}
/**/
#tesla #Tomica-wrapper {
  background-color: #000;
}
.tesla-contents {
  width: 900px;
  padding-left: 0px;
  margin-left: auto;
  margin-right: auto;
}
.logo_space {
  margin: 80px 0 100px 0;
}
.midashi_space {
  margin: 0 0 80px 0;
}
.copyright_tesla_text {
  font-size: 0.8em;
  line-height: 1.3em;
  margin-left: auto;
  margin-right: auto;
  color: #999;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.attention_text {
  font-size: 0.8em;
  line-height: 1.7em;
  margin-left: auto;
  margin-right: auto;
  color: #999;
  font-family: "BIZ UDMincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 15px;
}