@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;
}
/**/
#bus #Tomica-wrapper {
  background-color: #fff;
}
#Tomica-wrapper {
  background-color: #fff;
}
.bus-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;
}
.box1 {
  height: 189px;
  position: relative;
}.box1_2 {
  height: 582px;
  position: relative;
}
.container2 {
  margin: 0;
  background-color: #fff;
  background-repeat: repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.wide_box {
  flex: 1;
  flex-basis: 100%;
}
.box2 {
  width: 850px;
  hright: 100%;
  position: relative;
}
.box2-title {
  margin: 30px 0 0 0;
}
.box2-item {
  margin: 0 0 0 0;
}
.box2-item2 {
  margin: 0 0 30px 0;
}
.kakaku {
width: 600px;
  margin-left: auto;
	margin-right: auto;
}


/*movie*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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