* {
  margin: 0;
  padding: 0;
  font-family: "MS Mincho";
  list-style: none;
  text-decoration: none;
}

.top_page {
  /* position: relative; */
  /* top: -120px; */
  /* z-index: -1; */
  width: 100%;
  height: 325px;
  overflow: hidden;
  position: relative;
}

.welcome_text {
  font-size: 3em;
  color: #fff;
  position: absolute;
  transform: translate(-50%, -40%);
  top: 40%;
  left: 50%;
}

.welcome_text_sb {
  font-size: 1.5em;
  color: #fff;
  position: absolute;
  transform: translate(-50%, -60%);
  top: 60%;
  left: 50%;
}

.top_page > img {
}

.buy_section {
  width: 55%;
  height: 46.2%;
  margin: 100px auto 0;
  text-align: center;
}

.section_title {
  display: inline-block;
  width: 229px;
  font-size: 2em;
  margin: 0 auto 40px;
}

.buy_content {
  display: flex;
  width: 99%;
  height: 100%;
  margin: 0 auto;
  /* border: 1px solid #000; */
  /* justify-content: space-around; */
}

.buy_img {
}

.choice {
  width: 50%;
  height: 80%;
  border: solid #9c9b9a 2px;
  /* overflow: scroll; */
  margin: 0 15px;
  box-sizing: border-box;
  transition: background-image 0.5s;
}

/* .choice:hover {
  background-image: linear-gradient(
    90deg,
    rgba(85, 85, 85, 1) 49%,
    rgba(0, 0, 0, 1)
  );
} */

.choice > p {
  margin: 8px;
  font-size: 1.5em;
}

.choice dt {
  font-size: 1.5em;
  margin: 50px 0 45px;
}

.choice dd {
  margin: 10px 0;
  font-size: 1.2em;
}

.choice dd > a {
  color: #000;
  font-weight: bold;
  font-family: ;
}

.choice > a {
  display: inline-block;
  width: 147;
  height: 40px;
  line-height: 40px;
  padding: 10px 30px;
  margin: 36px 0;
  border: solid 1px #00f;
  transition: color 0.3s, background-color 0.7s;
}

.choice > a:hover {
  color: #fff;
  background-color: #00f;
}

.others_section {
  width: 100%;
  height: 370px;
  background-color: #f3f3f3;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 3% 0 0 0;
}

.others_content {
  width: 485px;
  height: 330px;
  margin: auto 0;
}

.others_content > h3 {
  font-size: 2em;
  margin: 80px 0 0 0;
}

.others_content > p {
  font-size: 1.2em;
  margin: 50px 0 45px;
}

.others_content > a {
  width: 170px;
  height: 60px;
  line-height: 50px;
  color: #fff;
  background-color: #000;
  padding: 15px 40px;
  transition: color 0.1s, background-color 0.5s, border 0.9s;
}

.others_content > a:hover {
  color: #000;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 17px;
}

/* .japan_choice {
  margin: 16px 0 120px 8px;
  cursor: pointer;
}

.japan_choice:hover {
  border-bottom: solid 2px #000;
}

.overseas_choice {
  margin: 16px 0 120px 8px;
  cursor: pointer;
}

.overseas_choice:hover {
  border-bottom: solid 2px #000;
} */

/* .choice dd {
  display: none;
}

.japan_choice.appear dd {
  display: block;
}

.overseas_choice.appear dd {
  display: block;
} */

/* .assessment_section {
  width: var(--section-border);
  margin: 300px auto;
}

.assessment_content {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  height: 300px;
  border: 1px solid #000;
}

.assessment_img {
}

.assessment_text {
  margin: auto;
  font-size: 1.5em;
  text-align: center;
}

.repair_section {
  width: var(--section-border);
  margin: 300px auto;
}

.repair_content {
  display: flex;
  width: 100%;
  height: 300px;
  border: 1px solid #000;
}

.repair_img {
}

.repair_text {
  margin: auto;
  font-size: 1.5em;
} */
