@charset "utf-8";
/* 2024 common CSS Document */

/* =======================================================
CASIO Products
======================================================= */
/* for PC
------------------------------------------------------- */
@media (min-width: 1281px) {
  #casio-products-title h2 {
    font-family: "Roboto", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    color: #a4a8bb !important;
    font-size: 48px !important;
    margin-bottom: 0 !important;
  }
  #sec-casio-products .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
    width: calc((100% - 10px) / 8) !important;
    padding: 5px;
  }
  #sec-casio-products .cmp-teaser .cmp-text--size-12, .cmp-text .cmp-text--size-12, .cq-Dialog .cmp-text--size-12 {
    font-size: min(0.7vw, 12px);
  }
  #sec-casio-products .cmp-text {
    line-height: 1.4 !important;
  }
  #sec-casio-products .cmp-text a:link {
    text-decoration: none !important;
  }
}
/* for narrow
------------------------------------------------------- */
@media (min-width: 820px) and (max-width: 1280px) {
  #casio-products-title h2 {
    font-family: "Roboto", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    color: #a4a8bb !important;
    font-size: 48px !important;
    margin-bottom: 0 !important;
  }
  #sec-casio-products .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
    width: calc((100% - 10px) / 4) !important;
    padding: 5px;
  }
  #sec-casio-products .cmp-teaser .cmp-text--size-12, .cmp-text .cmp-text--size-12, .cq-Dialog .cmp-text--size-12 {
    font-size: min(1vw, 12px);
  }
  #sec-casio-products .cmp-text {
    line-height: 1.4 !important;
  }
  #sec-casio-products .cmp-text a:link {
    text-decoration: none !important;
  }
}
/* for SP
------------------------------------------------------- */
@media (max-width: 819px) {
  #casio-products-title h2 {
    font-family: "Roboto", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    color: #a4a8bb !important;
    font-size: 32px !important;
    margin-bottom: 0 !important;
  }
  #sec-casio-products .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--2 {
    width: calc((100% - 10px) / 2) !important;
    padding: 5px;
  }
  #sec-casio-products .cmp-teaser .cmp-text--size-12, .cmp-text .cmp-text--size-12, .cq-Dialog .cmp-text--size-12 {
    font-size: min(1.5vw, 10px);
  }
  #sec-casio-products .cmp-text {
    line-height: 1.4 !important;
  }
  #sec-casio-products .cmp-text a:link {
    text-decoration: none !important;
  }
}
/* ---------------------------------------------------------
	Common header
---------------------------------------------------------- */
#sec-common-header {
  background-color: #fff !important;
  box-sizing: border-box;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
#common-header {
  padding-top: 40px;
  /*padding-bottom: 40px;*/
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 0 100%);
  background-position: center center !important;
}
/* h2 title animation */
#sec-page-title h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
#sec-page-title p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-delay: calc(var(--animate-delay)*0.5);
  animation-delay: calc(var(--animate-delay)*0.5);
  margin-top: 0 !important;
  padding-top: 0 !important;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700 !important;
}
#sec-page-title #CQ h2, #CQrte h2, .cfm-multieditor-richtext-editor h2, .coral-RichText-editable h2, .cq-RichText-editable h2, .rte-editor h2, .text h2 {
  padding-bottom: 0 !important;
}
/* for SP
======================================================= */
@media (max-width: 640px) {
  #common-header {
    padding-top: 20px;
    /*padding-bottom: 20px;*/
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
  }
}
/* ---------------------------------------------------------
	under construction
---------------------------------------------------------- */
#uc-bg {
    background-image: url(/content/dam/casio/global/corporate/cwo/img/uc_bg.png) !important;
    background-position: center top !important;
    background-size: cover !important;
}
/* for SP
======================================================= */
@media (max-width: 640px) {
#uc-bg {
    background-image: url(/content/dam/casio/global/corporate/cwo/img/uc_bg_sp.png) !important;
    background-position: center top !important;
    background-size: cover !important;
}
}