@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 {
  position: absolute;
  right: 47px;
  width: 42px;
  bottom: 47px;
  height: 42px;
}
@media only screen and (max-width: 992px) {
  .cmd-modal-video_btn .txt {
    z-index: 3;
    right: 35px;
    bottom: 30px;
    width: 40px;
    height: 40px;
  }
}
.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;
}
.cmd-modal-video_btn .txt:after {
  content: "PLAY NOW";
  position: absolute;
  bottom: -30px;
 left: 50%;
 transform: translateX(-50%);
  display: block;
  color: #fff;
  width: 200%;
}
@media only screen and (max-width: 992px) {
  .cmd-modal-video_btn .txt:after {
    bottom: -25px;
  }
}
/* .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;
}

/* MV下ナビコンテナ */
.cmd-tab_list.nav {
  margin-top: 60px;
}
.cmd-tab_list > li, .cmd-tab_list > li > a {
  width: 30%;
}
 .cmd-tab_list > li > a {
  font-size: 1.1rem;
  width: 100%;
  position: relative;
}
.cmd-tab_list>li>a>span {
  text-align: center;
  width: 100%;
}
.cmd-tab_list .cmd-tab_btn {
  padding: 0;
}
.cmd-tab_list>li>a:before {
  position: absolute;
  bottom: 42%;
  right: 4px;
  left: unset;
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #505050;
  border-right: 1px solid #505050;
  transform: rotate(45deg);
  content: "";
  background-image: none;
}
.cmd-tab_list>li>a:after {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  display: block;
  height: 2px;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #505050;
}

@media only screen and (max-width: 992px) {
  .cmd-tab_list > li {
    width: 70%;
  }
  .cmd-tab_list > li > a {
    width: 100%;
  }
}

/* 特徴コンテナ */
.cmd-section {
  padding-right: 15px;
  padding-left: 15px;
}
.cmd-wide_container.cmd-section_steps {
  padding: 100px 0;
}
.txt.fontLL {
  font-size: 2rem;
}
.cmd-box_container._flat {
  align-items: center;
}
.cmd-box_container._flat.cmd-visual_container > .box._thumb {
  width: 50%;
}
.cmd-box_container._flat.box-md-2>.box {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .cmd-wide_container.cmd-section_steps {
    padding: 30px 0;
  }
  .cmd-box_container._flat.cmd-visual_container > .box._thumb {
    width: 100%;
  }
  .cmd-box_container._flat.box-md-2>.box {
    width: 100%;
  }
}

/* 宿命を超えてゆく、究極の輝きを目指すケア */
.cmd-section_steps,
.cmd-title_toggle .cmd-toggle_contents {
  background-color: #FCF5EB;
}

/* .cmd-indent_list.dots の・を表示（cpb.common の content:"" を上書き、開いたときに overflow で切れないようにする） */
.cmd-toggle_container.is-active .cmd-toggle_contents .cmd-indent_list.dots > li::before {
  content: "\30FB";
}
.cmd-toggle_container.is-active .cmd-toggle_contents.js-toggle_contents {
  overflow: visible;
}
/* アコーディオン: max-height で上から下へ表示（バウンドなし） */
.cmd-toggle_container .cmd-toggle_contents.js-toggle_contents {
  max-height: 0;
  overflow: hidden;
  transition: max-height 4s ease-out;
}
.cmd-toggle_container.is-active .cmd-toggle_contents.js-toggle_contents {
  max-height: 3000px;
}

@media only screen and (max-width: 992px) {
  /* slick初期化後だけ表示 */
  .js-reco_slider.slick-initialized {
    visibility: visible;
  }
  /* slick初期化前は見せない */
  .js-reco_slider {
    visibility: hidden;
  }
}


@media only screen and (min-width: 993px) {
  .cpb-products_reccomend_slider.df {
    display: flex;
    justify-content: center;
  }
}


@media screen and (min-width: 768px) {
  .cmd-section.cmd-section_slider {
    margin-top: 40px;
  }
}