@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi&display=swap');
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
html {
  scroll-behavior: smooth;
  background-color: #fff;
}
#DtArea {
  margin-left: auto;
  margin-right: auto;
}
#DtArea #sec-1 {
  background-color: #fff;
}
/**/
#enoden #Tomica-wrapper {
  background-color: #fff;
}
#Tomica-wrapper {
  background-color: #fff;
}
.enoden-wrapper {
  width: 100%;
}
.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: visible;
}
.box {
  flex: 1;
  flex-basis: 900px;
}
.box-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kakaku {
width: 600px;
  margin-left: auto;
	margin-right: auto;
}



/*トップコピー*/
.txt_copy {
	font-family: "Kosugi", sans-serif;
  font-weight: 400;
  font-style: normal;
 font-size: 1em;
	color: midnightblue;
  padding: 15px 0 50px 0;
}