.custom_kv .cmd-modal-video_txt .cmd-modal-video_btn {
  position: relative !important;
  display: inline-block !important;
  padding-left: 30px !important;
  text-decoration: none !important;
  width: auto;
}

@media print,
screen and (min-width:993px) {
  .custom_kv.cmd-section .cmd-section {
    max-width: none !important;
  }

  .custom_kv .cmd-visual_txtarea {
    top: 26%;
    left: 54%;
  }
}

@media print,
screen and (max-width: 992px) {

  .custom_kv .cmd-visual_txt_cover {
    position: relative;
    top: -70px;
  }
}

@media print,
screen and (max-width: 767px) {
  .custom-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .custom-flex span {
    display: block;
  }

  .custom-flex span.thumb {
    width: 45%;
  }

  .custom-flex span.thumb img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .custom-flex span.isSPb {
    width: 55%;
    padding-left: 15px;
  }
}

.custom-modal-inner {
  position: relative;
  top: -100px;
}

@media screen and (max-width: 992px) {
  .custom-modal-inner {
    padding: 15px 15px 30px;
  }
}

@media screen and (min-width: 993px) {
  .custom-modal-inner {
    padding: 50px 30px;
  }
}

.cmd-col-card_link .modal-thumb {
  width: 85%;
  max-width: 170px;
  position: relative;
  margin-bottom: 30px;
  height: 100%;
}

.cmd-col-card_link .modal-thumb img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.cmd-col-card_link .thumb-txt {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  margin-top: 0 !important;
  text-align: center;
}

.cmd-slider_arrow {
  display: block !important;
}

.cmd-slider_arrow .slick-arrow {
  top: calc(30% - 15px) !important;
}

.custom-modal-block .cmd-col-card_link {
  background: transparent;
}

@media print,
screen and (max-width: 400px) {
  .cmd-button_box>.button:not(.js-modal-c_close) {
    min-width: auto !important;
  }
}

.custom-item_block {
  display: block;
  background-color: #fff;
}


.custom_looks-slider_wrap {
  overflow: hidden;
  padding: 50px 0
}

.custom_looks-slider {
  margin: 0 auto;
  position: relative
}

.custom_looks-slider_arrow {
  background: transparent;
  border: none;
  margin: auto;
  padding: 0;
  height: 30px;
  width: 30px;
  position: absolute;
  overflow: visible;
  z-index: 1
}

.custom_looks-slider_arrow::before {
  content: "\EA03";
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  bottom: 50%;
  width: 18px;
  display: block;
  font-family: cpbicons !important;
  color: #000;
  transform-origin: center;
  transition: color 300ms ease 0s;
  z-index: 10
}

.custom_looks-slider_arrow.is-active::before {
  color: #000
}

.custom_looks-slider_prev {
  left: 0
}

.custom_looks-slider_prev::before {
  left: 0;
  transform: translate(0, 50%) rotate(-180deg)
}

.custom_looks-slider_next {
  right: 0
}

.custom_looks-slider_next::before {
  right: 0;
  transform: translate(0, 50%)
}


.custom_looks-slider_product_wrap {
  margin-top: 50px
}

.custom_looks-slider_product {
  margin-top: 0
}

@media print,
screen and (min-width: 768px) {
  .custom_item-container.cmd-section .cmd-visual_card>.thumb img.nwide {
    max-width: 240px !important
  }

  .custom_looks-slider {
    width: calc(100% - 60px)
  }


}

@media print,
screen and (min-width: 768px) and (max-width: 992px) {

  .custom_item-container.cmd-section {
    padding-top: 60px
  }
}

@media print,
screen and (min-width: 993px) {



  .custom_item-container.cmd-section .cmd-visual_card>.txt {
    margin-top: calc(10px - .19em)
  }

  .custom_item-container.cmd-section .cmd-button_container {
    margin-top: 10px
  }

  .custom_looks-slider {
    max-width: 769px
  }

  .custom_looks-slider .slick-slide {
    width: 769px
  }

  .custom_looks-slider_item_inner {
    display: -wekit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%
  }

  .custom_looks-slider_item_image {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
  }

  .custom_looks-slider_item_text {
    text-align: center;
    padding-right: 60px;
    width: calc(100% - 320px)
  }

  .custom_looks-slider_arrow {
    top: 50%;
    bottom: 50%
  }

  .custom_looks-slider_product {
    margin-top: 0;
    padding: 0 40px
  }

  .custom_looks-slider_product>.slick-list {
    overflow: visible
  }
}

.custom_looks-slider_item_image>img {
  margin: auto;
  display: block;
  max-width: 90%;
}

@media print,
screen and (max-width: 992px) {



  .custom_item-container.cmd-section .cmd-visual_card>.title {
    margin-top: calc(15px - .13em)
  }

  .custom_item-container.cmd-section .cmd-visual_card>.txt {
    margin-top: calc(10px - .19em)
  }

  .custom_item-container.cmd-section .cmd-button_container {
    display: block;
    margin-top: 30px
  }

  .custom_item-container.cmd-section .cmd-button_container .cmd-button_box .button {
    margin-right: auto;
    margin-left: auto;
    max-width: 160px;
    padding-right: 0;
    padding-left: 0
  }



  .custom_looks-slider_item_text {
    margin-top: 30px;
    padding: 0 15px;
    text-align: center;
    width: 100%
  }

  .custom_looks-slider_arrow {
    top: calc(320px / 2)
  }
}


@media print,
screen and (min-width: 768px) {
  .custom-item_block {
    padding: 80px 50px;
  }
}


@media print,
screen and (max-width: 767px) {

  .custom-item_block {
    padding: 15px;
  }

  .custom_item-container.cmd-section {
    padding-top: 30px
  }

  .custom_looks-container_wrap.cmd-wide_container {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .custom_looks-slider_wrap {
    padding: 30px 0
  }

  .custom_looks-slider {
    width: calc(100% - 30px)
  }

  .custom_looks-slider_product .cmd-slider .slick-next,
  .custom_looks-slider_product .cmd-slider .slick-next::before {
    right: 3px
  }

  .custom_looks-slider_product .cmd-slider .slick-prev,
  .custom_looks-slider_product .cmd-slider .slick-prev::before {
    left: 3px
  }

  .custom_looks-slider_product .cmd-slider .slick-dots {
    width: 160px
  }

  .custom_looks-slider_product .cmd-slider .slick-dots>li:nth-child(n+8) {
    padding: 5px
  }
}



@media print,
screen and (max-width: 524px) {
  .custom_looks-slider_arrow {
    top: calc(50vw - 15px)
  }
}


.custom_texture-table .cmd-box_container {
  margin: auto;
}

.custom_texture-table .cmd-box_container .box p {
  text-decoration: underline;
}

.custom-modalC_contents {
  max-width: 800px;
  margin: auto;
}

@media screen and (min-width: 993px) {
  .custom_texture-table img {
    max-width: 80px;
    width: 100%;
  }

  .custom_texture-table .box {
    width: auto !important;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (max-width: 992px) {
  .custom_texture-table img {
    max-width: 70px;
    width: 100%;
  }

  .custom_texture-table .box {
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 500px) {
  .custom_texture-table img {
    max-width: 60px;
    width: 100%;
  }

  .custom-inner .txt {
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
    padding-top: 2rem;
  }
}


.custom-inner-box .box._thumb {
  width: 30% !important;
}

.custom-inner-box .box {
  width: 70% !important;
}

@media screen and (max-width: 767px) {
  .custom-inner-box .cmd-visual_card {
    padding-left: 2rem;
  }

  .custom-inner-box.cmd-visual_container .cmd-visual_txt {
    padding-top: 0 !important;
  }

  .custom-inner-box .catch {
    margin-top: 10px !important;
  }

  .custom-modalC_contents {
    padding-top: 30px;
  }

  .cpb-modalC_close {
    right: 0 !important;
  }
}

.cpb-modalC_container .cmd-button_container{
  width: auto;
  margin-left: auto;
}
