@charset "UTF-8";
/*
.Structure　{}ストラクチャ　親クラス
.structure.structure-skin　{}スキン
*/
@import url("normalize.css");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,700");
html {
  font-size: 62.5%;
  line-height: 100%;
}

body {
  font-size: 1rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #515151;
}

img {
  vertical-align: bottom;
}

a {
  outline: none;
}

a:link,
a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

a:hover,
a:active {
  color: #FFFFFF;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

img[src$=".svg"] {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.image-box {
  width: 200px;
}

.viewPc {
  display: block !important;
}
@media only screen and (max-width: 759px) {
  .viewPc {
    display: none !important;
  }
}

.viewSp {
  display: none !important;
}
@media only screen and (max-width: 759px) {
  .viewSp {
    display: block !important;
  }
}

.clear {
  clear: both;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.mgb0 {
  margin-bottom: 0px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb100 {
  margin-bottom: 100px !important;
}

.mgb150 {
  margin-bottom: 150px !important;
}

.mgt20 {
  margin-top: 20px;
}

@media only screen and (max-width: 759px) {
  .mgb40SP {
    margin-bottom: 40px !important;
  }
}

.txtUnderline {
  text-decoration: underline !important;
}

.bgWhite {
  background: #FFFFFF;
}

.bgBlack {
  background: #020202;
}

.bgGray01 {
  background: #515151;
}

.bgGray02 {
  background: #989898;
}

.bgGray03 {
  background: #c8c8c8;
}

.bgGrayF2 {
  background: #F2F2F2;
}

.bgOrange01 {
  background: #EA5406;
}

.grayGra01 {
  background: #252424;
}

.grayGra02 {
  background: #2C2B2B;
}

.grayGra03 {
  background: #343232;
}

.grayGra04 {
  background: #3B3939;
}

.grayGra05 {
  background: #434040;
}

.grayGra06 {
  background: #4A4747;
}

.bgblue01 {
  background-color: #5A7A9C;
}

.rounded-circle {
  border-radius: 100px;
}

.rounded-0 {
  border-radius: 0px;
}

.rounded-3 {
  border-radius: 3px;
}

.rounded-6 {
  border-radius: 6px;
}

.shadow {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.w-100 {
  width: 100%;
}

.off-br {
  display: none;
}

@media only screen and (min-width: 576px) {
  .off-sm-br {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .off-md-br {
    display: none;
  }
}

@media print, screen and (min-width: 992px) {
  .off-lg-br {
    display: none;
  }
}

@media print, screen and (min-width: 1200px) {
  .off-xl-br {
    display: none;
  }
}

.on-br {
  display: inline;
}

@media only screen and (min-width: 576px) {
  .on-sm-br {
    display: inline;
  }
}

@media only screen and (min-width: 768px) {
  .on-md-br {
    display: inline;
  }
}

@media print, screen and (min-width: 992px) {
  .on-lg-br {
    display: inline;
  }
}

@media print, screen and (min-width: 1200px) {
  .on-xl-br {
    display: inline;
  }
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.d-none {
  display: none;
}

@media only screen and (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-none {
    display: none;
  }
}

@media print, screen and (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
}

@media print, screen and (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
}

.d-block {
  display: block;
}

@media only screen and (min-width: 576px) {
  .d-sm-block {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .d-md-block {
    display: block;
  }
}

@media print, screen and (min-width: 992px) {
  .d-lg-block {
    display: block;
  }
}

@media print, screen and (min-width: 1200px) {
  .d-xl-block {
    display: block;
  }
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scroll-box {
  overflow-x: auto;
  margin-bottom: 10px;
}
.scroll-box::-webkit-scrollbar {
  height: 5px;
}
.scroll-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

/*スマホ用のSCSSを別途用意してスマホの記述を切り離す*/
header {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 60px;
  background: #020202;
  text-align: center;
}
header .inner {
  position: relative;
}
header .inner .logo {
  z-index: 9999999;
  position: absolute;
  width: 110px;
  margin: 0;
  top: 20px;
  left: 15px;
}
header .inner .logoDaytonatalk {
  z-index: 9999999;
  position: absolute;
  top: 21px;
  left: 130px;
  width: 100px;
}
header .inner .add,
header .inner .gnav {
  display: none;
}
@media only screen and (min-width: 768px) {
  header {
    position: absolute;
    height: 120px;
  }
  header .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 23px 50px 0 50px;
  }
  header .inner .logo {
    position: relative;
    top: 0px;
    left: 0px;
    width: 198px;
    margin: 0;
  }
  header .inner .logoDaytonatalk {
    position: absolute;
    top: 26px;
    left: 258px;
    width: 172px;
  }
  header .inner .add {
    display: block;
    position: absolute;
    top: 23px;
    right: 50px;
  }
  header .inner .gnav {
    display: block;
  }
  header .hamburger {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .gnav {
    margin-top: 32px;
  }
  .gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gnav ul li {
    margin: 0 15px;
    font-size: 1.4rem;
  }
  .gnav ul li a {
    display: inline-block;
    height: 25px;
    line-height: 100%;
  }
  .gnav ul li a:hover, .gnav ul li a:active {
    border-bottom: 3px solid #EA5406;
  }
  .gnav ul li a.update {
    position: relative;
  }
  .gnav ul li a.update::after {
    position: absolute;
    content: "";
    z-index: -1;
    top: -20px;
    right: -30px;
    width: 38px;
    height: 38px;
    background: url("/common/img/common/ico_newupdate.svg") center center no-repeat;
    background-size: 38px 38px;
  }
  .gnav.header_top li {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  #meanmenu {
    height: 120px;
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    height: 80px;
  }
  .clone-nav .inner {
    padding: 18px 50px 0 50px;
  }
  .clone-nav .inner .logo {
    width: 110px;
    margin: 0;
  }
  .clone-nav .inner .logoDaytonatalk {
    position: absolute;
    top: 43px;
    left: 50px;
    width: 100px;
  }
  .clone-nav .inner .add {
    position: absolute;
    top: 22px;
    right: 50px;
  }
  .clone-nav .inner .add .Btn {
    font-size: 1.3rem;
  }
  .clone-nav .inner .gnav {
    position: absolute;
    top: 33px;
    left: 200px;
    margin-top: 0;
  }
  .clone-nav .inner .gnav ul {
    display: inline-block;
  }
  .clone-nav .inner .gnav ul li {
    float: left;
    margin: 0;
    margin-right: 40px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 768px) {
  .is-show {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
#gotop {
  z-index: 9000;
  position: fixed;
  bottom: 0px;
  right: 0px;
  height: 32px;
  width: 32px;
}
@media only screen and (min-width: 768px) {
  #gotop {
    bottom: 10px;
    right: 10px;
    height: 64px;
    width: 64px;
  }
}

footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 30px;
  background: #EA5406;
}
footer .inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
footer .primary {
  width: 100%;
  text-align: center;
}
footer .fnav {
  display: none;
}
footer .secondary {
  text-align: center;
}
footer .logo {
  width: 190px;
  margin: 0 auto;
  margin-bottom: 10px;
}
footer .logoDaytonatalk {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 190px;
  margin: 0 auto;
  padding-right: 18px;
  margin-bottom: 10px;
}
footer .address {
  margin: 0;
  margin-bottom: 20px;
  font-size: 1rem;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  line-height: 150%;
}
footer .copyright {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, "sans-serif";
  font-size: 8px;
  color: #FFFFFF;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  footer {
    padding: 50px;
  }
  footer .inner:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  footer .primary {
    float: left;
    display: block;
    width: 241px;
    margin-right: 50px;
    padding-right: 50px;
    border-right: 1px solid #FFFFFF;
    text-align: left;
  }
  footer .fnav {
    display: block;
    float: left;
    width: 200px;
  }
  footer .fnav ul li {
    margin: 0 0 25px 0;
    font-size: 1.4rem;
    color: #FFFFFF;
    line-height: 100%;
  }
  footer .fnav ul li a {
    color: #FFFFFF;
  }
  footer .secondary {
    float: right;
    text-align: right;
  }
  footer .logo {
    margin: 0;
    margin-bottom: 10px;
  }
  footer .logoDaytonatalk {
    width: 172px;
    margin: 0;
    margin-bottom: 30px;
    padding-right: 0;
  }
  footer .address {
    width: 172px;
    margin: 0;
    font-size: 1.2rem;
  }
  footer .copyright {
    font-size: 1.2rem;
    text-align: right;
  }
}
.drawer-menu li {
  padding: 20px;
  text-align: center;
}
.drawer-menu li a {
  display: inline-block;
  padding: 15px;
  font-size: 1.4rem;
  color: #FFFFFF;
}
.drawer-menu li a.update {
  position: relative;
}
.drawer-menu li a.update::after {
  position: absolute;
  content: "";
  z-index: -1;
  top: -5px;
  right: -20px;
  width: 38px;
  height: 38px;
  background: url("/common/img/common/ico_newupdate.svg") center center no-repeat;
  background-size: 38px 38px;
}
.drawer-menu li:last-child {
  margin-bottom: 60px;
}

/*07スマホメニュー*/
.mean-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
}

.hamburger {
  z-index: 10000;
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: 0;
  background-color: #000000;
  cursor: pointer;
}
.hamburger .fas {
  font-size: 20px;
  color: #FFFFFF;
}

/*
05 マージンなどの調整 Adjustment*/
.content {
  width: 100%;
}

section {
  width: 100%;
}

.section {
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .section {
    padding: 100px 0;
  }
}

/*コンテンツボックス*/
.ConBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 60px 20px;
}
@media only screen and (min-width: 768px) {
  .ConBox {
    max-width: 1200px;
    padding: 100px 0;
  }
  .ConBox.width900 {
    width: 900px;
  }
}

/**********************コンテンツエリアのカラムのレイアウト****************************/
.ColBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ColBox.colBox--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ColBox.noColBoxSp {
  display: block;
}
@media only screen and (min-width: 768px) {
  .ColBox.colBox--between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ColBox.colBox--alignCenter {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ColBox.noColBoxSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768px) {
  .ColItem {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
}
/*05 マージンなどの調整 Adjustment*/
/*ページ内リンクの位置調整*/
#firmware_dl_old,
#firmware_dl,
#feature01,
#feature02,
#feature03,
#feature04,
#feature05,
#comparison,
#list01,
#list02,
#list03,
#list04,
#list05,
#list06,
#list07,
#list08 {
  height: 1px;
  margin-top: -50px;
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  #firmware_dl_old,
  #firmware_dl,
  #feature01,
  #feature02,
  #feature03,
  #feature04,
  #feature05,
  #comparison,
  #list01,
  #list02,
  #list03,
  #list04,
  #list05,
  #list06,
  #list07,
  #list08 {
    height: 1px;
    margin-top: -90px;
    padding-top: 90px;
  }
}
.TitLv1 {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 150%;
}

.TitLv2 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 150%;
  letter-spacing: 0.1em;
}

.TitLv3 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 150%;
}

.TitLv4 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 150%;
}

.subTit {
  margin: 0;
  margin-bottom: 30px;
  font-size: 8px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 150%;
  letter-spacing: 0.5em;
}

@media only screen and (min-width: 768px) {
  .TitLv1 {
    font-size: 4.8rem;
  }
  .TitLv2 {
    margin-bottom: 10px;
    font-size: 3.6rem;
    letter-spacing: 0em;
  }
  .TitLv3 {
    font-size: 2.4rem;
  }
  .TitLv4 {
    font-size: 2rem;
  }
  .subTit {
    margin-bottom: 100px;
    font-size: 1.4rem;
  }
}
section p,
.txt {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.3rem;
  line-height: 180%;
  text-align: left;
}
section p:last-child,
.txt:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  section p,
  .txt {
    font-size: 1.5rem;
  }
}
.txtWhite {
  color: #FFFFFF !important;
}

.txtBlue01 {
  color: #5A7A9C;
}

.txtGray01 {
  color: #515151 !important;
}

.txtGray05 {
  color: #4A4747 !important;
}

.txtOrange {
  color: #EA5406 !important;
}

.txtRed {
  color: red;
}

.txtList {
  margin-bottom: 1em;
}
.txtList li {
  list-style-type: disc;
  margin-bottom: 0.5em;
  margin-left: 2em;
}

.txtList_ol {
  margin-bottom: 1em;
}
.txtList_ol li {
  list-style-type: decimal;
  margin-bottom: 0.5em;
  margin-left: 2em;
}

.txtNotes {
  font-size: 1rem;
}

.txtBold {
  font-weight: bold;
}

.txt_mbS {
  margin-bottom: 0.2em;
}

a.txt_link {
  text-decoration: underline;
  color: #2c63f6;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

@media only screen and (min-width: 576px) {
  .txt-sm-left {
    text-align: left;
  }
  .txt-sm-center {
    text-align: center;
  }
  .txt-sm-right {
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .txt-md-left {
    text-align: left;
  }
  .txt-md-center {
    text-align: center;
  }
  .txt-md-right {
    text-align: right;
  }
}
@media print, screen and (min-width: 992px) {
  .txt-lg-left {
    text-align: left;
  }
  .txt-lg-center {
    text-align: center;
  }
  .txt-lg-right {
    text-align: right;
  }
}
@media print, screen and (min-width: 1200px) {
  .txt-xl-left {
    text-align: left;
  }
  .txt-xl-center {
    text-align: center;
  }
  .txt-xl-right {
    text-align: right;
  }
}
.txt-justify {
  text-justify: inter-word;
}

.btn-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.btn-mgtauto {
  margin-top: auto;
}

.btn-arrow {
  position: relative;
}
.btn-arrow::after {
  position: absolute;
  z-index: 2;
  content: url(/common/img/common/arrow_white.svg);
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 5px;
  vertical-align: middle;
  line-height: 0;
}

.Btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 200px;
  height: 36px;
  padding: 0;
  background: #EA5406;
  border-radius: 4px;
  font-weight: bold;
  font-size: 1.4rem;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 36px;
}
.Btn:hover, .Btn:active {
  opacity: 0.8;
}
.Btn.btn-footerContact {
  width: 180px;
  height: 32px;
  margin-bottom: 20px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-size: 1.3rem;
  color: #EA5406;
  line-height: 32px;
}
.Btn.btn-large {
  width: 80%;
  height: auto;
  margin-bottom: 60px;
  padding: 15px 0;
  background: #020202;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  font-weight: bold;
  font-size: 1.4rem;
  color: #FFFFFF;
  line-height: 100%;
}
.Btn.btn-large:hover, .Btn.btn-large:active {
  opacity: 1;
  background: #FFFFFF;
  color: #020202;
}
.Btn.btn-White {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #EA5406;
}
.Btn.btn-White:hover, .Btn.btn-White:active {
  opacity: 1;
  background: #EA5406;
  color: #FFFFFF;
}
.Btn.btn-firmware {
  width: auto;
  height: auto;
  padding: 15px 20px;
  border: 0;
  border-radius: 4px;
  background: #FDAD02;
  font-weight: bold;
  font-size: 1.4rem;
  color: #FFFFFF;
  line-height: 100%;
}
.Btn.btn-firmware.btn-color {
  background-color: #EA5406;
}
.Btn.btn-firmware img {
  width: 19px;
  height: 15px;
  margin-left: 10px;
}
.Btn.btn-firmware:hover, .Btn.btn-firmware:active {
  opacity: 0.8;
}

@media only screen and (min-width: 768px) {
  .Btn.btn-footerContact {
    margin-bottom: 100px;
    height: 36px;
    line-height: 36px;
  }
  .Btn.btn-large {
    width: auto;
    height: auto;
    margin-bottom: 0px;
    padding: 24px 90px;
    font-size: 1.6rem;
  }
  .Btn.btn-firmware {
    padding: 24px 50px;
    font-size: 1.6rem;
  }
  .Btn.btn-firmware img {
    width: 22px;
    height: 18px;
    margin-left: 20px;
  }
}
.btn_manualLead {
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 10px 15px;
  background: #FDAD02;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn_manualLead:hover, .btn_manualLead:active {
  opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  .btn_manualLead {
    padding: 25px 80px;
    font-size: 1.6rem;
  }
}

.btn-ver {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 15px;
  background-color: #FFFFFF;
  border: 2px solid #dfdfdf;
  color: #3a3a3a;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-ver .btn-ver_description {
  display: block;
  font-size: 1rem;
}
.btn-ver:active, .btn-ver:hover, .btn-ver:link, .btn-ver:visited {
  color: #3a3a3a;
}
.btn-ver:active, .btn-ver:hover {
  color: white;
  background-color: #EA5406;
  border: 2px solid #EA5406;
}
.btn-ver.active {
  background: #222222;
  border: 2px solid #222222;
  color: white;
}

@media only screen and (min-width: 768px) {
  .btn-ver {
    font-size: 1.6rem;
  }
  .btn-ver .btn-ver_description {
    font-size: 1.2rem;
  }
}
.mainvisual {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-position: center center;
  background-size: cover;
}
.mainvisual .TitLv1 {
  margin-bottom: 10px;
  font-family: "Helvetica Neue", Helvetica, "sans-serif";
  font-weight: normal;
}
.mainvisual .TitLv4 {
  font-size: 1rem;
  letter-spacing: 0.2em;
}
.mainvisual.function {
  padding-right: 20px;
  background-image: url(../img/dt01/function/main01SP.jpg);
}
.mainvisual.function .TitLv1,
.mainvisual.function .TitLv4 {
  text-align: right;
}
.mainvisual.function.dte1 {
  padding-left: 20px;
  padding-right: 0;
  background-image: url(../img/dte1/function/main01SP.jpg);
}
.mainvisual.function.dte1 .TitLv1,
.mainvisual.function.dte1 .TitLv4 {
  text-align: left;
}
.mainvisual.function.kikudake {
  padding-left: 20px;
  padding-right: 0;
  background-image: url(../img/kikudake/function/main01SP.jpg);
}
.mainvisual.function.kikudake .TitLv1,
.mainvisual.function.kikudake .TitLv4 {
  text-align: left;
}
.mainvisual.accessory {
  padding-left: 20px;
  background-image: url(../img/dt01/accessory/main01SP.jpg);
}
.mainvisual.accessory.accessory__top {
  background-image: url(../img/accessory/main01.jpg);
}
.mainvisual.accessory .TitLv1,
.mainvisual.accessory .TitLv4 {
  color: #020202;
}
.mainvisual.accessory .TitLv4 {
  margin-bottom: 200px;
}
.mainvisual.accessory.dte1 {
  background-image: url(../img/dte1/accessory/main01SP.jpg);
}
.mainvisual.accessory.kikudake {
  background-image: url(../img/kikudake/accessory/main01SP.jpg);
}
.mainvisual.support {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 200px;
  padding-top: 75px;
  padding-left: 20px;
  background-image: url(../img/dt01/support/main01.jpg);
}
.mainvisual.support .TitLv1,
.mainvisual.support .TitLv4 {
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.mainvisual.support.dte1 {
  padding-left: 20px;
  padding-right: 0;
  background-image: url(../img/dte1/support/main01.jpg);
}
.mainvisual.support.kikudake {
  padding-left: 20px;
  padding-right: 0;
  background-image: url(../img/kikudake/support/main01.jpg);
}
.mainvisual.movie {
  padding-left: 20px;
  background-image: url(../img/dt01/movie/main01SP.jpg);
}
.mainvisual.movie .TitLv1,
.mainvisual.movie .TitLv4 {
  color: #FFFFFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.mainvisual.movie_dte1 {
  background-image: url(../img/dte1/movie/main01SP.jpg);
}
.mainvisual.firmware {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #515151;
}
.mainvisual.firmware .TitLv1 {
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.mainvisual.firmware .TitLv4 {
  margin-bottom: 30px;
  line-height: 135%;
}
.mainvisual.firmware p {
  color: #FFFFFF;
}
.mainvisual.firmware ul li {
  list-style-type: disc;
  margin-left: 1.5em;
  margin-bottom: 0.8em;
  font-size: 1.3rem;
  color: #FFFFFF;
  line-height: 180%;
}

@media only screen and (min-width: 768px) {
  .mainvisual .TitLv4 {
    font-size: 2rem;
  }
  .mainvisual.function {
    padding-right: 100px;
    background-image: url(../img/dt01/function/main01.jpg);
  }
  .mainvisual.function.dte1 {
    padding-left: 100px;
    background-image: url(../img/dte1/function/main01.jpg);
  }
  .mainvisual.function.kikudake {
    padding-left: 100px;
    background-image: url(../img/kikudake/function/main01.jpg);
  }
  .mainvisual.accessory {
    padding-left: 100px;
    background-image: url(../img/dt01/accessory/main01.jpg);
  }
  .mainvisual.accessory.accessory__top {
    background-image: url(../img/accessory/main01.jpg);
  }
  .mainvisual.accessory .TitLv4 {
    margin-bottom: auto;
  }
  .mainvisual.accessory.dte1 {
    background-image: url(../img/dte1/accessory/main01.jpg);
  }
  .mainvisual.accessory.kikudake {
    background-image: url(../img/kikudake/accessory/main01.jpg);
  }
  .mainvisual.support {
    height: 500px;
    padding-top: 200px;
    padding-left: 100px;
    background-image: url(../img/dt01/support/main01.jpg);
  }
  .mainvisual.support .TitLv1,
  .mainvisual.support .TitLv4 {
    color: #FFFFFF;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }
  .mainvisual.support.dte1 {
    padding-left: 100px;
    background-image: url(../img/dte1/support/main01.jpg);
  }
  .mainvisual.support.kikudake {
    padding-left: 100px;
    background-image: url(../img/kikudake/support/main01.jpg);
  }
  .mainvisual.movie {
    padding-left: 100px;
    background-image: url(../img/dt01/movie/main01.jpg);
  }
  .mainvisual.movie_dte1 {
    background-image: url(../img/dte1/movie/main01.jpg);
  }
  .mainvisual.firmware {
    padding-top: 200px;
    padding-left: 100px;
    padding-right: 100px;
  }
  .mainvisual.firmware .TitLv4 {
    margin-bottom: 100px;
  }
  .mainvisual.firmware ul li {
    font-size: 1.5rem;
  }
}
.mov-box {
  position: relative;
}
.mov-box .mov-ico {
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 60px;
  color: #FF2400;
}

.baseTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.2rem;
  color: #515151;
}
.baseTable th {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 10px;
  font-weight: bold;
  text-align: left;
}
.baseTable td {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70%;
  padding: 10px;
  line-height: 135%;
}
.baseTable td.noContent {
  display: none;
}
.baseTable td.item {
  float: left;
  width: 30%;
  padding-bottom: 0;
}
.baseTable .trBlockStart {
  border-top: 1px solid #D8D8D8;
}
.baseTable .trBlockStart th {
  padding-top: 20px;
}
.baseTable span {
  font-size: 8px;
}

@media only screen and (min-width: 768px) {
  .baseTable {
    font-size: 1.5rem;
  }
  .baseTable th {
    display: table-cell;
    width: auto;
    padding: 15px;
  }
  .baseTable td {
    display: table-cell;
    float: none;
    width: auto;
    padding: 15px;
  }
  .baseTable td.noContent {
    display: table-cell;
  }
  .baseTable td.item {
    float: none;
    width: auto;
    padding-bottom: 15px;
  }
  .baseTable .trBlockStart th,
  .baseTable .trBlockStart td {
    padding-top: 30px;
  }
  .baseTable .trBlockEnd th,
  .baseTable .trBlockEnd td {
    padding-bottom: 30px;
  }
  .baseTable span {
    font-size: 1rem;
  }
}
.comparisonTable {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 1.3rem;
  color: #515151;
}
.comparisonTable tr {
  border-bottom: 1px solid #D8D8D8;
}
.comparisonTable th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 7px;
  font-weight: bold;
  text-align: right;
  line-height: 135%;
  white-space: nowrap;
}
.comparisonTable td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 7px;
  text-align: center;
  line-height: 135%;
}
.comparisonTable tbody td {
  border: 1px solid #D8D8D8;
}
.comparisonTable thead td {
  padding: 20px 7px;
}
.comparisonTable thead .dt01 {
  background: #020202;
}
.comparisonTable thead .dte1 {
  background: #EA5406;
}
.comparisonTable thead .kikudake {
  background: #d0d0d0;
}
.comparisonTable thead img {
  height: 15px;
}

@media only screen and (min-width: 768px) {
  .comparisonTable {
    font-size: 1.5rem;
  }
  .comparisonTable th,
  .comparisonTable td {
    width: 25%;
  }
  .comparisonTable th {
    padding: 30px 15px;
  }
  .comparisonTable td {
    padding: 30px 15px;
    text-align: center;
  }
  .comparisonTable thead td {
    padding: 45px 15px;
  }
  .comparisonTable thead img {
    height: 20px;
  }
}
.versionTable {
  width: 600px;
  border-collapse: collapse;
  font-size: 1.2rem;
  color: #515151;
}
.versionTable th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  padding: 10px;
  border: 1px solid #D8D8D8;
  background: #EA5406;
  color: white;
  font-weight: bold;
  line-height: 135%;
  white-space: nowrap;
}
.versionTable td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  padding: 10px;
  border: 1px solid #D8D8D8;
  line-height: 135%;
  text-align: center;
}
.versionTable thead .th01 {
  background-color: #252424;
}
.versionTable thead .th02 {
  background-color: #2C2B2B;
}
.versionTable thead .th03 {
  background-color: #343232;
}
.versionTable thead .th04 {
  background-color: #3B3939;
}
.versionTable thead .th05 {
  background-color: #434040;
}
.versionTable thead .th06 {
  background-color: #4A4747;
}
.versionTable tbody td {
  font-size: 20px;
}
.versionTable .notes {
  display: block;
  font-size: 8px;
  line-height: 135%;
}
.versionTable .icoNew {
  margin-left: 3px;
  width: 24px;
}

@media only screen and (min-width: 768px) {
  .versionTable {
    width: 100%;
    font-size: 1.5rem;
  }
  .versionTable th {
    width: 20%;
    padding: 20px;
  }
  .versionTable td {
    width: 20%;
    padding: 20px;
  }
  .versionTable tbody td {
    font-size: 30px;
  }
  .versionTable .notes {
    font-size: 11px;
  }
  .versionTable .icoNew {
    margin-left: 5px;
    width: 32px;
    vertical-align: -7px;
  }
}
.list-product_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 100%;
}
.list-product_content li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #D8D8D8;
  font-size: 1.4rem;
  color: #515151;
}
.list-product_content li span {
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .list-product_content {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .list-product_content li {
    width: 50%;
    padding: 15px;
    font-size: 1.5rem;
  }
}
.scroll-box {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.scroll-box::-webkit-scrollbar {
  height: 5px;
}

.scroll-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

@media only screen and (min-width: 768px) {
  .scroll-box {
    overflow-x: visible;
  }
}
.mbBase {
  margin-bottom: 30px;
}

.mbS {
  margin-bottom: 15px;
}

.mbL {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .mbBase {
    margin-bottom: 40px;
  }
  .mbS {
    margin-bottom: 20px;
  }
  .mbL {
    margin-bottom: 60px;
  }
}
.scroll-animations h1,
.scroll-animations p {
  opacity: 0;
}

.btn-dte1 {
  display: block;
  width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border-radius: 8px;
  background: #FFD700;
  color: black !important;
  font-size: 13px;
  line-height: 135%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .btn-dte1 {
    width: 420px;
    margin-top: 50px;
    padding: 20px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 150%;
  }
}