@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&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;
}
/**/
#kosoku #Tomica-wrapper {
  background-color: #fff;
}
#Tomica-wrapper {
  background-color: #fff;
}
.kosoku-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;
}
.video-contents {
  width: 800px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.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%;
}
.kakaku {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.kakaku img {
  border: solid 5px #fff; 
  border-radius: 30px;
}

.btn_kuwashiku {
  width: 700px;
}
.kakaku_world {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.kakaku_world img {
  border: solid 5px #fff; 
  border-radius: 30px;
}
/*テキスト*/
.top_text {
  font-size: 1.3em;
  line-height: 2em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 50px;
  color: #000;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.notice_text {
  font-size: 1.0em;
  line-height: 1.6em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 20px;
  color: #000;
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*コピー*/
.txt_copy {
  padding: 15px 0 50px 0;
}