@charset "UTF-8";

.award_txt {
  padding: 3px 15px;
  border-top: 1px solid #c6ac62;
  border-bottom: 1px solid #c6ac62;
}
.cmd-main-visual_container .cmd-button_box .txt {
  min-width: 17rem;
}
.cmd-section_point .box > .cmd-section {
  padding: 2rem 2rem 6rem;
  background: linear-gradient(180deg, #f000 30%, #c6ac62 30%);
  max-width: 350px;
}
.cmd-section_point .box .txt::after {
  font-family: cpbicons !important;
  font-size: 2.5rem;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  bottom: -50%;
  left: calc(50% - 1.25rem);
  content: "\EA03";
  transform: translateY(-50%) rotate(90deg);
  text-transform: none;
  speak: none;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cmd-section_point-contents > .cmd-visual_container {
  margin-bottom: -140px;
}
.cmd-section_point-contents .cmd-anchor-point {
  padding-bottom: 60px;
}
.cmd-col-card_link .modal-thumb {
  width: 85%;
  max-width: 300px;
  position: relative;
  margin-bottom: 30px;
  height: 100%;
}
.cmd-col-card_link .thumb-txt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  margin-top: 0 !important;
  text-align: center;
  width: 90%;
}

.cmd-section_texture .thumb.texture {
  text-align: center;
}
.cmd-section_texture .thumb.texture img {
  max-width: 200px;
  width: 100%;
}

.custom-modalC_contents {
  max-width: 800px;
  margin: auto;
}
.custom-inner-box .box {
  width: 70% !important;
  padding-left: 1rem;
}
.custom-inner-box .box._thumb {
  width: 30% !important;
}
.custom_texture-table a {
  text-decoration: underline;
}

.cmd-button_box._camera > .button > .txt {
  position: relative;
  display: inline-block;
  padding-right: 0;
  padding-left: 20px;
  white-space: nowrap;
}

.cmd-button_box._camera > .button > .txt:before {
  font-family: cpbicons !important;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  content: "\EA1B";
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cmd-button_box._camera > .button:hover > .txt:before,
a:hover .cmd-button_box._camera > .button > .txt:before {
  color: #000;
}

.cmd-button_box._camera > .button {
  border: 1px solid #fff;
}

@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 print, screen and (max-width: 992px) {
  .cmd-section_point-contents > .cmd-visual_container {
    margin-bottom: -120px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  .cmd-section .cmd-section_point-content {
    margin-left: 3%;
    margin-right: 3%;
  }
}

@media print, screen and (max-width: 767px) {
  [lang="ja"] .cmd-contents_cover h1.title:not([class*="c-ttl_"]):not([class*="c-text_"]):not([class*="c-block-fullscreenModules-text-"]) {
    font-size: 1.8rem;
  }

  .cmd-main-visual_container .cmd-visual_txt .cmd-button_container._center > .cmd-button_box > .button {
    max-width: 100%;
    width: 24rem;
  }
  .cmd-main-visual_container .cmd-button_box .txt {
    min-width: 0;
  }

  .cmd-section_point-contents > .cmd-visual_container {
    margin-bottom: -20px;
  }
  .cmd-section_point-contents > .cmd-section:not([class*="cmd-visual_container"]) {
    margin-left: 2%;
    margin-right: 2%;
    border-bottom: 5px solid #e2dde4;
    margin-top: 0;
    padding-top: 40px;
  }

  .cmd-section_modal .box .cmd-button_box {
    margin: 0 1%;
  }
  .cmd-section_modal .cmd-col-card_link .thumb-txt.fontL {
    line-height: 1.2 !important;
  }

  .cpb-modalC_contents .cmd-visual_txt {
    padding-top: 10px !important;
  }
  .cpb-modalC_contents .cmd-visual_txt .catch {
    margin-top: 10px !important;
  }

  .cmd-section_texture .thumb.texture img {
    width: 70%;
  }

  .cmd-section_point .box {
    position: relative;
  }
  .cmd-section_point .box > .cmd-section {
    margin-left: 2rem;
    padding: 2rem 1rem 4rem 0;
    background: linear-gradient(180deg, #000 20%, #c6ac62 20%);
    max-width: 100%;
  }
  .cmd-section_point .cmd-visual_card {
    display: flex;
    margin-left: -2rem;
  }
  .cmd-section_point .cmd-visual_card .thumb {
    width: 45%;
  }
  .cmd-section_point .cmd-visual_card > .cmd-section {
    width: 52%;
    margin-left: 3%;
    padding-top: 5vw;
  }
  .cmd-section_point .cmd-visual_card .txt {
    margin-top: 0;
  }
  .cmd-section_point .box .txt::after {
    content: "";
  }
  .cmd-section_point .box::after {
    font-family: cpbicons !important;
    font-size: 2.5rem;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    position: absolute;
    bottom: 1%;
    left: calc(50% - 1.25rem);
    content: "\EA03";
    transform: translateY(-50%) rotate(90deg);
    text-transform: none;
    /* speak: none; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

.nicescroll-rails-hr {
  display: none !important;
}

@media print, screen and (min-width: 768px) {
  .cmd-visual_card.rouge-width-a {
    max-width: 500px;
  }
}

@media print, screen and (max-width: 640px) {
  .cmd-section_point .cmd-visual_card > .cmd-section {
    padding-top: 3vw;
  }
  .cmd-slider.background-slider .slick-arrow:before {
    color: #fff;
  }
  .cmd-slider.background-slider .slick-arrow.slick-disabled:before {
    color: #222e39;
  }
}
@media print, screen and (max-width: 320px) {
  .cmd-section_point .cmd-visual_card > .cmd-section {
    padding-top: 0;
  }
}
