@charset "UTF-8";
html, body {
  overflow: initial;
}
.sp_only {
  display: none;
}
.pc_only {
  display: block;
}
@media only screen and (max-width: 992px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  .spspb55 {
    background-color: #9ba7bb;
    color:#ffffff;
  }
}
.-letterS {
  letter-spacing: 0.075em!important;
}
/* MVコンテナ */
.title_desc {
  font-weight: 400;
}
@media only screen and (min-width: 993px) {
  .cmd-main-visual {
    aspect-ratio: 1384 / 468;
  }
}
@media only screen and (max-width: 992px) {
  .item-info.tcenter {
    margin-top: 50px!important;
  }
  .mv_title {
    position: static;
    padding: 0!important;
  }
  .mv_title .cmd-visual_txt  {
    padding: 0!important;
    /* margin: 0!important; */
  }
  h1.title {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0;
  }
  p.mv_desc {
    background-color: #dbe4f0;
    padding: 20px 0;
    margin: 0;
  }
  .cmd-main-visual_container .cmd-visual_card > .txt {
    margin: 0!important;
    letter-spacing: 0.02em;
  }
  .title_desc {
    font-size: 1.4rem!important;
    letter-spacing: 0.1em!important;
  }
}
/* 製品コンテナ */

@media only screen and (min-width: 993px) {
  .cmd-visual_container + .cmd-visual_container {
    margin-top: 58px;
  }
  .cmd-visual_container._right img,
  .cmd-visual_container._left img {
    min-height: 650px;
    object-fit: cover;
  }
  .cmd-visual_container._left {
    height: auto;
  }
  .cmd-visual_img .thumb img {
    width: 100%;
    height: auto;
  }
}
.fontWhite {
  color: #FFFFFF;
}

.fontSS.desc {
  display: block;
  margin-top: 10px;
}
.fontSS.desc .mt {
  margin-top: 10px;
  display: block;
}
/* ビデオコンテナ */
.cmd-modal-video_btn .txt {
  right: 47px;
  width: 42px;
  bottom: 47px;
  height: 42px;
}
.cmd-modal-video_btn .txt:before {
  font-family: unset !important;
  font-size: 0!important;
  position: absolute; 
  z-index: 3;
  top: 50%;
  left: 0;
  content: "";
  width: 42px;
  height: 42px;
  background-image: url(../../assets/images/icon_play.png);
  background-size: auto 100%;
  background-position: center left;
  background-repeat: no-repeat;
}
.playnow {
  color: #FFFFFF;
  line-height: 1;
  position: absolute;
  z-index: 3;
  bottom: 18px;
  right: 36px;
  font-size: 1.4rem;
  line-height: 1;
}
@media only screen and (max-width: 992px) {
  .cmd-modal-video_box {
    margin-top: 55px;
  }
}

/* 説明コンテナ */
.cmd-section.-bottom {
  max-width: 972px;
  padding: 0 20px;
}
.fontRed {
  color: #FF0000;
}
p.txt {
  font-size: 1.4rem;
}