@charset "UTF-8";
/*@mixin clearfix {
  zoom: 1;
  &:before,&:after {
    content: "";
    display: table;
  }
  &:after { clear: both; }
}
.clrfix { @include clearfix; }*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes lftRgt {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
@keyframes lftRgt {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
}
@-webkit-keyframes backRight {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes backRight {
  0% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes backLeft {
  0% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes backLeft {
  0% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.contnr {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.cont {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.container-lg {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.l-sentence {
  max-width: 900px;
  margin: 0 auto;
  padding: 70px 40px 70px;
  border-radius: 30px;
  background: #fff;
}

.l-box {
  padding: 20px 0;
}

.l-box-list > * {
  margin-top: 35px;
  padding-left: 0;
  padding-right: 0;
}

@font-face {
  font-family: "Crimson-Text";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../font/Crimson-Text/CrimsonText-Regular.woff") format("woff");
}
@font-face {
  font-family: "Crimson-Text";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../font/Crimson-Text/CrimsonText-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Crimson-Text";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../font/Crimson-Text/CrimsonText-Bold.woff") format("woff");
}
.ff-crimson {
  vertical-align: baseline;
  letter-spacing: normal;
  line-height: 0.9;
  font-family: "Crimson-Text";
}

@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../font/Noto_Sans_JP/WOFF2/NotoSansJP-Regular-min.woff2") format("woff2"), url("../font/Noto_Sans_JP/WOFF/NotoSansJP-Regular-min.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../font/Noto_Sans_JP/WOFF2/NotoSansJP-Medium-min.woff2") format("woff2"), url("../font/Noto_Sans_JP/WOFF/NotoSansJP-Medium-min.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../font/Noto_Sans_JP/WOFF2/NotoSansJP-Bold-min.woff2") format("woff2"), url("../font/Noto_Sans_JP/WOFF/NotoSansJP-Bold-min.woff") format("woff");
}
.ff-notosans {
  vertical-align: baseline;
  letter-spacing: normal;
  line-height: 0.9;
  font-family: "Noto Sans JP";
}

@font-face {
  font-family: "LINESeedJP";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("../font/LINE_Seed_JP/Web/WOFF2/LINESeedJP_Th.woff2") format("woff2"), url("../font/LINE_Seed_JP/Web/WOFF/LINESeedJP_Th.woff") format("woff");
}
@font-face {
  font-family: "LINESeedJP";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../font/LINE_Seed_JP/Web/WOFF2/LINESeedJP_Rg.woff2") format("woff2"), url("../font/LINE_Seed_JP/Web/WOFF/LINESeedJP_Rg.woff") format("woff");
}
@font-face {
  font-family: "LINESeedJP";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../font/LINE_Seed_JP/Web/WOFF2/LINESeedJP_Bd.woff2") format("woff2"), url("../font/LINE_Seed_JP/Web/WOFF/LINESeedJP_Bd.woff") format("woff");
}
.ff-seeds {
  vertical-align: baseline;
  letter-spacing: normal;
  line-height: 0.9;
  font-family: "LINESeedJP";
}

@font-face {
  font-family: "Myriad";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("../font/myriad-pro/MyriadPro-Light.woff") format("woff");
}
@font-face {
  font-family: "Myriad";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../font/myriad-pro/MyriadPro-Regular.woff") format("woff");
}
@font-face {
  font-family: "Myriad";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../font/myriad-pro/MyriadPro-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Myriad";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../font/myriad-pro/MyriadPro-Bold.woff") format("woff");
}

@font-face {
  font-family: "Commissioner";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("../font/Commissioner/Commissioner-Thin.woff") format("woff");
}
@font-face {
  font-family: "Commissioner";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../font/Commissioner/Commissioner-Regular.woff") format("woff");
}
@font-face {
  font-family: "Commissioner";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../font/Commissioner/Commissioner-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Commissioner";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../font/Commissioner/Commissioner-Bold.woff") format("woff");
}
.ff-comm {
  vertical-align: baseline;
  letter-spacing: normal;
  line-height: 0.9;
  font-family: "Commissioner";
}

@font-face {
  font-family: "Aktiv Grotesk";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("../font/Berthold-Akzidenz-Grotesk/Berthold-Akzidenz-Grotesk-Regular.woff2") format("woff2"), url("../font/Berthold-Akzidenz-Grotesk/Berthold-Akzidenz-Grotesk-Regular.woff") format("woff");
}
@font-face {
  font-family: "Aktiv Grotesk";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../font/Berthold-Akzidenz-Grotesk/Berthold-Akzidenz-Grotesk-Medium.woff2") format("woff2"), url("../font/Berthold-Akzidenz-Grotesk/Berthold-Akzidenz-Grotesk-Medium.woff") format("woff");
}
@font-face {
  font-family: "Aktiv Grotesk";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../font/Berthold-Akzidenz-Grotesk/Berthold-Akzidenz-Grotesk-Bold.woff2") format("woff2"), url("../font/Berthold-Akzidenz-Grotesk/Berthold-Akzidenz-Grotesk-Bold.woff") format("woff");
}
.ff-aktiv {
  vertical-align: baseline;
  letter-spacing: normal;
  line-height: 0.9;
  font-family: "Aktiv Grotesk";
}

@font-face {
  font-family: "DIN Pro";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1em;
  src: url("../font/DinPro/DINPro-Medium.woff") format("woff");
}
@font-face {
  font-family: "DIN Pro";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../font/DinPro/DINPro-Bold.woff") format("woff");
}
.ff-din {
  vertical-align: baseline;
  letter-spacing: normal;
  line-height: 0.9;
  font-family: "DIN Pro";
}

@font-face {
  font-family: "DIN Pro Condensed";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../font/DinPro/DINPro-CondBold.woff") format("woff");
}
.ff-dinc {
  vertical-align: baseline;
  letter-spacing: normal;
  line-height: 0.9;
  font-family: "DIN Pro Condensed";
  letter-spacing: 0.4rem;
}

@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../font/Inter/static/Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../font/Inter/static/Inter-Medium.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../font/Inter/static/Inter-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../font/Inter/static/Inter-Bold.woff") format("woff");
}

.ff-code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

@font-face {
  font-family: "Saira";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../font/Saira/WOFF2/Saira-Regular.woff2") format("woff2"), url("../font/Saira/WOFF/Saira-Regular.woff") format("woff");
}
@font-face {
  font-family: "Saira";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../font/Saira/WOFF2/Saira-Medium.woff2") format("woff2"), url("../font/Saira/WOFF/Saira-Medium.woff") format("woff");
}
@font-face {
  font-family: "Saira";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../font/Saira/WOFF2/Saira-SemiBold.woff2") format("woff2"), url("../font/Saira/WOFF/Saira-SemiBold.woff") format("woff");
}

.fs1 {
  font-size: calc(10px + (1vw - 3.2px) * 0.1785714286);
}

.fs2 {
  font-size: calc(12px + (1vw - 3.2px) * 0.1785714286);
}

.fs3 {
  font-size: calc(14px + (1vw - 3.2px) * 0.1785714286);
}

.fs4 {
  font-size: calc(16px + (1vw - 3.2px) * 0.1785714286);
}

.fs5 {
  font-size: calc(16px + (1vw - 3.2px) * 0.3571428571);
}

.fs6 {
  font-size: calc(20px + (1vw - 3.2px) * 0.3571428571);
}

.fs7 {
  font-size: calc(24px + (1vw - 3.2px) * 0.3571428571);
}

.fs8 {
  font-size: calc(28px + (1vw - 3.2px) * 0.3571428571);
}

.fs9 {
  font-size: calc(32px + (1vw - 3.2px) * 0.3571428571);
}

.fs10 {
  font-size: calc(28px + (1vw - 3.2px) * 1.0714285714);
}

.fs11 {
  font-size: calc(40px + (1vw - 3.2px) * 0.8928571429);
}

.fs12 {
  font-size: calc(50px + (1vw - 3.2px) * 0.8928571429);
}

.fs7e {
  font-size: 0.7em;
}

.fs10e {
  font-size: 1em;
}

.fs15e {
  font-size: 1.5em;
}

.fs16e {
  font-size: 1.6em;
}

.fs20e {
  font-size: 2em;
}

.fs25e {
  font-size: 2.5em;
}

.fs30e {
  font-size: 3em;
}

.fs40e {
  font-size: 4em;
}

.fs45e {
  font-size: 4.5em;
}

.fs80e {
  font-size: 8em;
}

.fc-wht {
  color: rgb(255, 255, 255) !important;
}

.fc-gry20 {
  color: rgb(204, 204, 204) !important;
}

.fc-gry50 {
  color: rgb(128, 128, 128) !important;
}

.fc-blk {
  color: rgb(0, 0, 0);
}

.fc-wht80 {
  color: rgba(255, 255, 255, 0.8);
}

.fc-gry {
  color: gray !important;
}

.fc-dgry {
  color: #424242 !important;
}

.fc-red {
  color: #ff0000 !important;
}

.fc-cred {
  color: #f94141 !important;
}

.fc-cpink {
  color: #dc716e !important;
}

.fc-blu {
  color: #0068b7 !important;
}

.fc-dblu {
  color: #1e489d !important;
}

.fc-cyan {
  color: #093bab !important;
}

.fc-sblu {
  color: #0081e3 !important;
}

.fc-tblu {
  color: #008080 !important;
}

.fc-lteal {
  color: #49a795 !important;
}

.fc-aquam {
  color: #67b5b7 !important;
}

.fc-bsblu {
  color: #5E96C3 !important;
}

.fc-grd1 {
  background: -webkit-linear-gradient(left, #bf0060, #0066a5, #bf0060);
  background-size: auto;
  background-clip: border-box;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.fc-grd2 {
  background: -webkit-linear-gradient(right, #29c0ff, #0081e3);
  background-size: auto;
  background-clip: border-box;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.ff-italic10 {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.ff-italic10 > * {
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

.ff-italic5 {
  -webkit-transform: skewX(-5deg);
          transform: skewX(-5deg);
}
.ff-italic5 > * {
  -webkit-transform: skewX(-5deg);
          transform: skewX(-5deg);
}

.ff-italic-rotate5 {
  -webkit-transform: skewX(-10deg) rotate(-5deg);
          transform: skewX(-10deg) rotate(-5deg);
}

.logo-tk {
  font-family: "Commissioner";
  -webkit-transform: scale(1.03, 1) skewX(-10deg);
          transform: scale(1.03, 1) skewX(-10deg);
  letter-spacing: 0.025em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.logo-tk span {
  display: inline-block !important;
  vertical-align: baseline;
}
.logo-tk .logo1 {
  color: #1e489d;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1;
}
.logo-tk .logo2 {
  color: gray;
  font-size: 0.7em;
  font-weight: 400;
  margin-left: 0.2em;
}
.logo-tk .logo3 {
  font-size: 0.8em;
  font-weight: 700;
  margin-left: 0.2em;
}
.logo-tk .logo4 {
  font-size: 0.7em;
  font-weight: 700;
  margin-left: 0.3em;
  letter-spacing: 0.1em;
}

.lang_en .logo-tk .logo1, .lang_en .logo-tk .logo2, .lang_en .logo-tk .logo3, .lang_en .logo-tk .logo4 {
  margin-left: 0.2em;
}

.logo-tp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-left: 0.2em;
  -webkit-transform: scale(1.03, 1) skewX(-5deg);
          transform: scale(1.03, 1) skewX(-5deg);
}
.logo-tp span {
  display: inline-block !important;
}
.logo-tp .logo1 {
  font-family: "Crimson-Text";
  color: #1e489d;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.logo-tp .logo2 {
  font-family: "Commissioner";
  color: gray;
  font-size: 0.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 0.2em;
}

.logo-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-transform: scale(1.03, 1) skewX(-5deg);
          transform: scale(1.03, 1) skewX(-5deg);
}
.logo-unit .logo1 {
  font-family: "Myriad";
  color: #1e489d;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.logo-unit .logo2 {
  font-family: "Commissioner";
  color: gray;
  font-size: 0.6em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 0.2em;
}
.logo-unit .logo3 {
  font-family: "Inter";
  font-weight: 700;
  /*letter-spacing: .025em;
  @include mq('xl') {
    letter-spacing: .05em;
  }*/
}
.logo-unit .stm1 {
  letter-spacing: -0.02em;
  color: #1e489d;
  line-height: 1.1;
  font-weight: 700;
}
.logo-unit .stm2 {
  letter-spacing: -0.02em;
  line-height: 1.1;
  font-weight: 700;
  margin-left: 0.2em;
}

.logo-builder {
  font-family: "Commissioner";
  -webkit-transform: scale(1.03, 1) skewX(-5deg);
          transform: scale(1.03, 1) skewX(-5deg);
}

.logo-ssolutions {
  font-family: "Commissioner";
  -webkit-transform: scale(1.03, 1) skewX(-10deg);
          transform: scale(1.03, 1) skewX(-10deg);
  background: -webkit-linear-gradient(left, #0068b7 0%, #0068b7 9%, #000 9%, #000 40%, #0068b7 40%, #0068b7 100%);
  background-size: auto;
  background-clip: border-box;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.logo-dmt-dd {
  font-family: "Crimson-Text";
  -webkit-transform: scale(1.03, 1) skewX(-10deg);
          transform: scale(1.03, 1) skewX(-10deg);
  background: -webkit-linear-gradient(left, #1e489d 0%, #1e489d 20%, #000 20%, #000 65%, #1e489d 65%, #1e489d 100%);
  background-size: auto;
  background-clip: border-box;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.logo-touchless {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-transform: scale(1) skewX(-5deg);
          transform: scale(1) skewX(-5deg);
}
.logo-touchless .logo1 {
  font-family: "Commissioner";
  font-family: "Inter";
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.025em;
  background-size: auto;
  background-clip: border-box;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background: -webkit-linear-gradient(45deg, #299CD6 0%, rgb(30, 72, 157) 60%, rgb(30, 72, 157) 100%);
  background: linear-gradient(45deg, #299CD6 0%, rgb(30, 72, 157) 60%, rgb(30, 72, 157) 100%);
}
.logo-touchless .logo2 {
  font-family: "Inter";
  font-size: 0.6em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 0.2em;
}

.logo-gsurface {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-transform: scale(1) skewX(-5deg);
          transform: scale(1) skewX(-5deg);
}
.logo-gsurface .logo1 {
  font-family: "Saira";
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.025em;
  background-size: auto;
  background-clip: border-box;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background: -webkit-linear-gradient(45deg, #299CD6 0%, rgb(30, 72, 157) 60%, rgb(30, 72, 157) 100%);
  background: linear-gradient(45deg, #299CD6 0%, rgb(30, 72, 157) 60%, rgb(30, 72, 157) 100%);
}
.logo-gsurface .logo2 {
  text-transform: uppercase;
  font-family: "Saira";
  line-height: 1;
  font-weight: 700;
  font-size: 0.9em;
  background-size: auto;
  background-clip: border-box;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background: -webkit-linear-gradient(45deg, #299CD6 0%, rgb(30, 72, 157) 60%, rgb(30, 72, 157) 100%);
  background: linear-gradient(45deg, #299CD6 0%, rgb(30, 72, 157) 60%, rgb(30, 72, 157) 100%);
}
.logo-gsurface .logo3 {
  text-transform: uppercase;
  color: gray;
  font-family: "Saira";
  line-height: 1;
  font-weight: 700;
  font-size: 0.7em;
  padding-left: 0.05em;
}

.txt3d-blk {
  text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.ft_bolder {
  font-weight: bolder;
}

.fw9 {
  font-weight: 900;
}

.fw7 {
  font-weight: 700;
}

.fw4 {
  font-weight: 400;
}

.lh1 {
  margin: 0;
  line-height: 0.6 !important;
}

.lh2 {
  margin: 0;
  line-height: 0.8 !important;
}

.lh3 {
  margin: 0;
  line-height: 1 !important;
}

.lh4 {
  margin: 0;
  line-height: 1.2 !important;
}

.lh5 {
  margin: 0;
  line-height: 1.4 !important;
}

.lh6 {
  margin: 0;
  line-height: 1.6 !important;
}

.lh7 {
  margin: 0;
  line-height: 1.8 !important;
}

.lh8 {
  margin: 0;
  line-height: 2 !important;
}

.lh14 {
  margin: 0;
  line-height: 3.2 !important;
}

.lhc6 > * {
  margin: 0;
  line-height: 1.6 !important;
}

.lh0 {
  margin: 0;
  line-height: 0 !important;
}

.lh0 > * {
  margin: 0;
  line-height: 0 !important;
}

.ls0 {
  letter-spacing: 0 !important;
}

.ls1 {
  letter-spacing: 0.025em !important;
}

.ls2 {
  letter-spacing: 0.05em !important;
}

.ls3 {
  letter-spacing: 0.1em !important;
}

.ls4 {
  letter-spacing: 0.2em !important;
}

.ls8 {
  letter-spacing: 0.6em !important;
}

.para {
  margin: 1rem 0;
  text-indent: 1em;
}

.indnt {
  text-indent: 1em;
}

.v-bline {
  vertical-align: baseline;
  display: inline;
}
.v-bline > * {
  vertical-align: baseline;
  display: inline;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  word-break: normal;
  background: #fff;
  scroll-behavior: smooth;
}

.scroll-id {
  scroll-margin-top: 80px;
}

body.lang_jp {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
  font-family: "Inter", "Noto Sans JP", "Verdana", "Meiryo", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -ms-hyphens: auto;
      hyphens: auto;
  background: #fff;
  color: #333;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.8;
}

body.lang_en {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
  font-family: "Inter", "Noto Sans JP", "Verdana", "Meiryo", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -ms-hyphens: auto;
      hyphens: auto;
  background: #fff;
  color: #333;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
}

main {
  width: 100%;
  position: relative;
}

.main {
  width: 100%;
  position: relative;
  padding: 40px 0 0px;
}

.main_btm {
  width: 100%;
  position: relative;
  padding: 0;
}

article {
  width: 100%;
}

a {
  text-decoration: none;
  max-width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
}

p {
  margin: 0;
}

dl, dt, dd, ul, a {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style-type: none;
}

ol {
  margin: 0;
  padding: 0;
}

ol li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}

img {
  border: none;
  display: block;
}

figure {
  margin: 0;
  padding: 0;
}

/*picture {
  display: block;
  width: 100%;
  height: auto;
  source {
    display: block;
    height: auto;
    width: 100%;
  }
}*/
pre {
  margin: 0;
  padding: 0;
  overflow-x: auto;
}

code {
  margin: 0;
  padding: 0;
}

.blockquote {
  margin: 0;
  padding: 0;
  padding: 2em;
  border-radius: 10px;
  position: relative;
}
.blockquote:before {
  position: absolute;
  content: "“";
  top: 0.2em;
  left: 0.2em;
  line-height: 1;
  font-family: serif;
  font-size: 3em;
  color: rgb(0, 0, 0);
}
.blockquote:after {
  position: absolute;
  content: "“";
  bottom: 0.2em;
  right: 0.2em;
  line-height: 1;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  font-family: serif;
  color: rgb(0, 0, 0);
  font-size: 3em;
}

.blockquote-drk {
  margin: 0;
  padding: 0;
  padding: 1.75em;
  border-radius: 10px;
  background: rgb(26, 26, 26);
  position: relative;
}
.blockquote-drk:before {
  position: absolute;
  content: "“";
  top: 0.2em;
  left: 0.2em;
  line-height: 1;
  font-family: serif;
  font-size: 3em;
  color: rgb(230, 230, 230);
}
.blockquote-drk:after {
  position: absolute;
  content: "“";
  bottom: 0.2em;
  right: 0.2em;
  line-height: 1;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  font-family: serif;
  color: rgb(230, 230, 230);
  font-size: 3em;
}

.lazyload {
  opacity: 0;
}

.lazyloaded {
  -webkit-animation: fadeLazy 0.3s forwards;
          animation: fadeLazy 0.3s forwards;
}

@-webkit-keyframes fadeLazy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeLazy {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
span {
  vertical-align: middle;
}

iframe {
  margin: 0;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

/* 斜体リセット */
address {
  font-style: normal;
}

form {
  width: 100%;
}

.select_wrap {
  width: 100%;
  position: relative;
}
.select_wrap::after {
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.select_wrap_estimate {
  width: 100%;
  position: relative;
}
.select_wrap_estimate::after {
  content: "";
  z-index: 2;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 20px;
  top: 1.5em;
  bottom: auto;
  margin: auto;
}

/* セレクタごとの幅高さ指定 */
select {
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 14px 10px;
  padding-right: 30px;
  border: 1px solid #dadada;
  border-radius: 6px;
  font-family: "Inter", "Noto Sans JP", "Verdana", "Meiryo", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  margin: 5px 0;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}

option {
  font-weight: normal;
  display: block;
  white-space: nowrap;
  min-height: initial;
  padding: 0;
}

select.search_box {
  font-size: 1em;
  letter-spacing: 0.01em;
  border: 3px solid #100190;
  background: #fff;
  font-weight: 700;
  border-radius: 6px;
  padding: 15px;
  width: 100%;
}

select.search-box,
select.compare_box,
select.dl_box {
  font-size: 1em;
  letter-spacing: 0.01em;
  border: 1px solid #e6e6e6;
  background: #fff;
  font-weight: 700;
  border-radius: 6px;
  padding: 15px;
  width: 100%;
}

select.dl_box,
select.faq_box {
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  font-size: 1.4rem;
}
select.dl_box option[selected],
select.faq_box option[selected] {
  border: 2px #0070c9;
}

input[type=submit],
input[type=button],
button {
  font-family: "Inter", "Noto Sans JP", "Verdana", "Meiryo", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  border: initial;
  background: initial;
  width: initial;
  height: initial;
  padding: initial;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input[type=number],
input[type=email],
input[type=text],
input[type=password],
textarea {
  width: 100%;
  padding: 15px 10px;
  border-radius: 5px;
  outline: 0;
  border: 1px solid #dadada;
  background: #fafafa;
  font-family: "Inter", "Noto Sans JP", "Verdana", "Meiryo", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  margin: 5px 0;
}
input[type=number]:focus,
input[type=email]:focus,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 4px 0 #0070c9;
          box-shadow: 0 0 4px 0 #0070c9;
}

input[type=text] {
  max-height: 50px;
}

input[type=radio] {
  margin: 0 10px;
  border-radius: 3px;
  border: 1px solid #545454;
}

label {
  display: block;
  margin: 5px;
}

.label_ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.checkbox,
.radiobutton {
  display: none;
}

.checkbox_block span,
.radiobutton_block span,
.checkbox + .checkbox_icon span,
.radiobutton + .radiobutton_icon span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}

.checkbox + .checkbox_block .checkbox_icon::before {
  content: "✓";
  font-size: 1.7rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
  width: 17px;
  height: 17px;
  color: #fff;
  background: #fff;
  border: 1px solid #999;
  -webkit-box-shadow: 0 1px 1px rgba(4, 0, 0, 0.14) inset;
          box-shadow: 0 1px 1px rgba(4, 0, 0, 0.14) inset;
  border-radius: 2px;
  margin-top: -1px;
}

.checkbox:checked + .checkbox_block .checkbox_icon::before {
  content: "✓";
  font-size: 1.7rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
  width: 17px;
  height: 17px;
  color: #fff;
  background: #fff;
  border: 1px solid #999;
  -webkit-box-shadow: 0 1px 1px rgba(4, 0, 0, 0.14) inset;
          box-shadow: 0 1px 1px rgba(4, 0, 0, 0.14) inset;
  border-radius: 2px;
  margin-top: -1px;
  background: #666;
}

.checkbox_block .checkbox_icon::before {
  content: "✓";
  font-size: 1.7rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
  width: 17px;
  height: 17px;
  color: #fff;
  background: #fff;
  border: 1px solid #999;
  -webkit-box-shadow: 0 1px 1px rgba(4, 0, 0, 0.14) inset;
          box-shadow: 0 1px 1px rgba(4, 0, 0, 0.14) inset;
  border-radius: 2px;
  margin-top: -1px;
}

.radiobutton + .radiobutton_block .radiobutton_icon::before {
  content: "✓";
  font-size: 1.7rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
  width: 17px;
  height: 17px;
  color: #fff;
  background: #fff;
  border: 1px solid #999;
  -webkit-box-shadow: 0 1px 1px rgba(4, 0, 0, 0.14) inset;
          box-shadow: 0 1px 1px rgba(4, 0, 0, 0.14) inset;
  border-radius: 2px;
  margin-top: -1px;
  border-radius: 100px;
  content: "　";
}

.radiobutton:checked + .radiobutton_block .radiobutton_icon::before {
  border-radius: 100px;
  background: -webkit-radial-gradient(rgb(255, 255, 255) 0, rgb(255, 255, 255) 30%, #666 30%, #666 100%);
  background: radial-gradient(rgb(255, 255, 255) 0, rgb(255, 255, 255) 30%, #666 30%, #666 100%);
}

.radiobutton_block .radiobutton_icon::before {
  content: "✓";
  font-size: 1.7rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  text-align: center;
  width: 17px;
  height: 17px;
  color: #fff;
  background: #fff;
  border: 1px solid #999;
  -webkit-box-shadow: 0 1px 1px rgba(4, 0, 0, 0.14) inset;
          box-shadow: 0 1px 1px rgba(4, 0, 0, 0.14) inset;
  border-radius: 2px;
  margin-top: -1px;
  border-radius: 100px;
  content: "　";
}

/* ボタン押下時効果 */
input[type=button]:hover,
input[type=button]:active,
input[type=submit]:hover,
input[type=submit]:active {
  opacity: 0.6;
}

iframe {
  width: 100%;
}

/* hrのスタイルをリセット */
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/*
//////////////////////////////////////////////////////////////////

// Common Class
// 汎用クラス

//////////////////////////////////////////////////////////////////
*/
.mauto {
  margin: auto;
}

.mx5 {
  margin-left: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
  margin-right: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
}

.mx40 {
  margin-left: calc(20px + (1vw - 3.2px) * 1.7857142857);
  margin-right: calc(20px + (1vw - 3.2px) * 1.7857142857);
}

.mxauto {
  margin-left: auto;
  margin-right: auto;
}

.my5 {
  margin-top: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
  margin-bottom: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
}

.my10 {
  margin-top: calc(5px + (1vw - 3.2px) * 0.4464285714);
  margin-bottom: calc(5px + (1vw - 3.2px) * 0.4464285714);
}

.my15 {
  margin-top: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
  margin-bottom: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
}

.my20 {
  margin-top: calc(10px + (1vw - 3.2px) * 0.8928571429);
  margin-bottom: calc(10px + (1vw - 3.2px) * 0.8928571429);
}

.my25 {
  margin-top: calc(12.5px + (1vw - 3.2px) * 1.1160714286);
  margin-bottom: calc(12.5px + (1vw - 3.2px) * 1.1160714286);
}

.my30 {
  margin-top: calc(15px + (1vw - 3.2px) * 1.3392857143);
  margin-bottom: calc(15px + (1vw - 3.2px) * 1.3392857143);
}

.my35 {
  margin-top: calc(17.5px + (1vw - 3.2px) * 1.5625);
  margin-bottom: calc(17.5px + (1vw - 3.2px) * 1.5625);
}

.my40 {
  margin-top: calc(20px + (1vw - 3.2px) * 1.7857142857);
  margin-bottom: calc(20px + (1vw - 3.2px) * 1.7857142857);
}

.my45 {
  margin-top: calc(22.5px + (1vw - 3.2px) * 2.0089285714);
  margin-bottom: calc(22.5px + (1vw - 3.2px) * 2.0089285714);
}

.my50 {
  margin-top: calc(25px + (1vw - 3.2px) * 2.2321428571);
  margin-bottom: calc(25px + (1vw - 3.2px) * 2.2321428571);
}

.my60 {
  margin-top: calc(30px + (1vw - 3.2px) * 2.6785714286);
  margin-bottom: calc(30px + (1vw - 3.2px) * 2.6785714286);
}

.my70 {
  margin-top: calc(35px + (1vw - 3.2px) * 3.125);
  margin-bottom: calc(35px + (1vw - 3.2px) * 3.125);
}

.my80 {
  margin-top: calc(40px + (1vw - 3.2px) * 3.5714285714);
  margin-bottom: calc(40px + (1vw - 3.2px) * 3.5714285714);
}

.mt5 {
  margin-top: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
}

.mt10 {
  margin-top: calc(5px + (1vw - 3.2px) * 0.4464285714);
}

.mt15 {
  margin-top: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
}

.mt20 {
  margin-top: calc(10px + (1vw - 3.2px) * 0.8928571429);
}

.mt25 {
  margin-top: calc(12.5px + (1vw - 3.2px) * 1.1160714286);
}

.mt30 {
  margin-top: calc(15px + (1vw - 3.2px) * 1.3392857143);
}

.mt35 {
  margin-top: calc(17.5px + (1vw - 3.2px) * 1.5625);
}

.mt40 {
  margin-top: calc(20px + (1vw - 3.2px) * 1.7857142857);
}

.mt50 {
  margin-top: calc(25px + (1vw - 3.2px) * 2.2321428571);
}

.mt60 {
  margin-top: calc(30px + (1vw - 3.2px) * 2.6785714286);
}

.mt70 {
  margin-top: calc(35px + (1vw - 3.2px) * 3.125);
}

.mt80 {
  margin-top: calc(40px + (1vw - 3.2px) * 3.5714285714);
}

.mt90 {
  margin-top: calc(45px + (1vw - 3.2px) * 4.0178571429);
}

.mt100 {
  margin-top: calc(50px + (1vw - 3.2px) * 4.4642857143);
}

.mt200 {
  margin-top: calc(100px + (1vw - 3.2px) * 8.9285714286);
}

.mt350 {
  margin-top: calc(175px + (1vw - 3.2px) * 15.625);
}

.nmt5 {
  margin-top: calc(-2.5px + (1vw - 3.2px) * -0.2232142857);
}

.nmt10 {
  margin-top: calc(-5px + (1vw - 3.2px) * -0.4464285714);
}

.nmt20 {
  margin-top: calc(-10px + (1vw - 3.2px) * -0.8928571429);
}

.nmt25 {
  margin-top: calc(-12.5px + (1vw - 3.2px) * -1.1160714286);
}

.nmt30 {
  margin-top: calc(-15px + (1vw - 3.2px) * -1.3392857143);
}

.nmt40 {
  margin-top: calc(-20px + (1vw - 3.2px) * -1.7857142857);
}

.nmt50 {
  margin-top: calc(-25px + (1vw - 3.2px) * -2.2321428571);
}

.nmt100 {
  margin-top: calc(-50px + (1vw - 3.2px) * -4.4642857143);
}

.nmt180 {
  margin-top: calc(-90px + (1vw - 3.2px) * -8.0357142857);
}

.mb0 {
  margin-bottom: calc(0px + (1vw - 3.2px) * 0);
}

.mb5 {
  margin-bottom: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
}

.mb10 {
  margin-bottom: calc(5px + (1vw - 3.2px) * 0.4464285714);
}

.mb15 {
  margin-bottom: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
}

.mb20 {
  margin-bottom: calc(10px + (1vw - 3.2px) * 0.8928571429);
}

.mb25 {
  margin-bottom: calc(12.5px + (1vw - 3.2px) * 1.1160714286);
}

.mb30 {
  margin-bottom: calc(15px + (1vw - 3.2px) * 1.3392857143);
}

.mb35 {
  margin-bottom: calc(17.5px + (1vw - 3.2px) * 1.5625);
}

.mb40 {
  margin-bottom: calc(20px + (1vw - 3.2px) * 1.7857142857);
}

.mb45 {
  margin-bottom: calc(22.5px + (1vw - 3.2px) * 2.0089285714);
}

.mb50 {
  margin-bottom: calc(25px + (1vw - 3.2px) * 2.2321428571);
}

.mb60 {
  margin-bottom: calc(30px + (1vw - 3.2px) * 2.6785714286);
}

.mb70 {
  margin-bottom: calc(35px + (1vw - 3.2px) * 3.125);
}

.mb80 {
  margin-bottom: calc(40px + (1vw - 3.2px) * 3.5714285714);
}

.mb100 {
  margin-bottom: calc(50px + (1vw - 3.2px) * 4.4642857143);
}

.mb200 {
  margin-bottom: calc(100px + (1vw - 3.2px) * 8.9285714286);
}

.ml5 {
  margin-left: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
}

.ml10 {
  margin-left: calc(5px + (1vw - 3.2px) * 0.4464285714);
}

.nml5 {
  margin-left: calc(-2.5px + (1vw - 3.2px) * -0.2232142857);
}

.mr5 {
  margin-right: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
}

.mr10 {
  margin-right: calc(5px + (1vw - 3.2px) * 0.4464285714);
}

.m0 {
  margin: 0;
}

.p0 {
  padding-top: calc(0px + (1vw - 3.2px) * 0);
  padding-bottom: calc(0px + (1vw - 3.2px) * 0);
  padding-left: calc(0px + (1vw - 3.2px) * 0);
  padding-right: calc(0px + (1vw - 3.2px) * 0);
}

.p5 {
  padding-top: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
  padding-bottom: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
  padding-left: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
  padding-right: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
}

.p10 {
  padding-top: calc(5px + (1vw - 3.2px) * 0.4464285714);
  padding-bottom: calc(5px + (1vw - 3.2px) * 0.4464285714);
  padding-left: calc(5px + (1vw - 3.2px) * 0.4464285714);
  padding-right: calc(5px + (1vw - 3.2px) * 0.4464285714);
}

.p15 {
  padding-top: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
  padding-bottom: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
  padding-left: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
  padding-right: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
}

.p20 {
  padding-top: calc(10px + (1vw - 3.2px) * 0.8928571429);
  padding-bottom: calc(10px + (1vw - 3.2px) * 0.8928571429);
  padding-left: calc(10px + (1vw - 3.2px) * 0.8928571429);
  padding-right: calc(10px + (1vw - 3.2px) * 0.8928571429);
}

.p25 {
  padding-top: calc(12.5px + (1vw - 3.2px) * 1.1160714286);
  padding-bottom: calc(12.5px + (1vw - 3.2px) * 1.1160714286);
  padding-left: calc(12.5px + (1vw - 3.2px) * 1.1160714286);
  padding-right: calc(12.5px + (1vw - 3.2px) * 1.1160714286);
}

.p30 {
  padding-top: calc(15px + (1vw - 3.2px) * 1.3392857143);
  padding-bottom: calc(15px + (1vw - 3.2px) * 1.3392857143);
  padding-left: calc(15px + (1vw - 3.2px) * 1.3392857143);
  padding-right: calc(15px + (1vw - 3.2px) * 1.3392857143);
}

.p35 {
  padding-top: calc(17.5px + (1vw - 3.2px) * 1.5625);
  padding-bottom: calc(17.5px + (1vw - 3.2px) * 1.5625);
  padding-left: calc(17.5px + (1vw - 3.2px) * 1.5625);
  padding-right: calc(17.5px + (1vw - 3.2px) * 1.5625);
}

.p40 {
  padding-top: calc(20px + (1vw - 3.2px) * 1.7857142857);
  padding-bottom: calc(20px + (1vw - 3.2px) * 1.7857142857);
  padding-left: calc(20px + (1vw - 3.2px) * 1.7857142857);
  padding-right: calc(20px + (1vw - 3.2px) * 1.7857142857);
}

.p45 {
  padding-top: calc(22.5px + (1vw - 3.2px) * 2.0089285714);
  padding-bottom: calc(22.5px + (1vw - 3.2px) * 2.0089285714);
  padding-left: calc(22.5px + (1vw - 3.2px) * 2.0089285714);
  padding-right: calc(22.5px + (1vw - 3.2px) * 2.0089285714);
}

.p50 {
  padding-top: calc(25px + (1vw - 3.2px) * 2.2321428571);
  padding-bottom: calc(25px + (1vw - 3.2px) * 2.2321428571);
  padding-left: calc(25px + (1vw - 3.2px) * 2.2321428571);
  padding-right: calc(25px + (1vw - 3.2px) * 2.2321428571);
}

.p60 {
  padding-top: calc(30px + (1vw - 3.2px) * 2.6785714286);
  padding-bottom: calc(30px + (1vw - 3.2px) * 2.6785714286);
  padding-left: calc(30px + (1vw - 3.2px) * 2.6785714286);
  padding-right: calc(30px + (1vw - 3.2px) * 2.6785714286);
}

.p-015em {
  padding: 1.5em;
}

.px5 {
  padding-left: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
  padding-right: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
}

.px10 {
  padding-left: calc(5px + (1vw - 3.2px) * 0.4464285714);
  padding-right: calc(5px + (1vw - 3.2px) * 0.4464285714);
}

.px15 {
  padding-left: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
  padding-right: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
}

.px20 {
  padding-left: calc(10px + (1vw - 3.2px) * 0.8928571429);
  padding-right: calc(10px + (1vw - 3.2px) * 0.8928571429);
}

.px30 {
  padding-left: calc(15px + (1vw - 3.2px) * 1.3392857143);
  padding-right: calc(15px + (1vw - 3.2px) * 1.3392857143);
}

.px40 {
  padding-left: calc(20px + (1vw - 3.2px) * 1.7857142857);
  padding-right: calc(20px + (1vw - 3.2px) * 1.7857142857);
}

.px50 {
  padding-left: calc(25px + (1vw - 3.2px) * 2.2321428571);
  padding-right: calc(25px + (1vw - 3.2px) * 2.2321428571);
}

.px60 {
  padding-left: calc(30px + (1vw - 3.2px) * 2.6785714286);
  padding-right: calc(30px + (1vw - 3.2px) * 2.6785714286);
}

.px70 {
  padding-left: calc(35px + (1vw - 3.2px) * 3.125);
  padding-right: calc(35px + (1vw - 3.2px) * 3.125);
}

.py5 {
  padding-top: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
  padding-bottom: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
}

.py10 {
  padding-top: calc(5px + (1vw - 3.2px) * 0.4464285714);
  padding-bottom: calc(5px + (1vw - 3.2px) * 0.4464285714);
}

.py15 {
  padding-top: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
  padding-bottom: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
}

.py20 {
  padding-top: calc(10px + (1vw - 3.2px) * 0.8928571429);
  padding-bottom: calc(10px + (1vw - 3.2px) * 0.8928571429);
}

.py30 {
  padding-top: calc(15px + (1vw - 3.2px) * 1.3392857143);
  padding-bottom: calc(15px + (1vw - 3.2px) * 1.3392857143);
}

.py45 {
  padding-top: calc(22.5px + (1vw - 3.2px) * 2.0089285714);
  padding-bottom: calc(22.5px + (1vw - 3.2px) * 2.0089285714);
}

.py50 {
  padding-top: calc(25px + (1vw - 3.2px) * 2.2321428571);
  padding-bottom: calc(25px + (1vw - 3.2px) * 2.2321428571);
}

.py60 {
  padding-top: calc(30px + (1vw - 3.2px) * 2.6785714286);
  padding-bottom: calc(30px + (1vw - 3.2px) * 2.6785714286);
}

.py70 {
  padding-top: calc(35px + (1vw - 3.2px) * 3.125);
  padding-bottom: calc(35px + (1vw - 3.2px) * 3.125);
}

.py80 {
  padding-top: calc(40px + (1vw - 3.2px) * 3.5714285714);
  padding-bottom: calc(40px + (1vw - 3.2px) * 3.5714285714);
}

.py90 {
  padding-top: calc(45px + (1vw - 3.2px) * 4.0178571429);
  padding-bottom: calc(45px + (1vw - 3.2px) * 4.0178571429);
}

.py100 {
  padding-top: calc(50px + (1vw - 3.2px) * 4.4642857143);
  padding-bottom: calc(50px + (1vw - 3.2px) * 4.4642857143);
}

.pt5 {
  padding-top: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
}

.pt10 {
  padding-top: calc(5px + (1vw - 3.2px) * 0.4464285714);
}

.pt15 {
  padding-top: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
}

.pt20 {
  padding-top: calc(10px + (1vw - 3.2px) * 0.8928571429);
}

.pt25 {
  padding-top: calc(12.5px + (1vw - 3.2px) * 1.1160714286);
}

.pt30 {
  padding-top: calc(15px + (1vw - 3.2px) * 1.3392857143);
}

.pt40 {
  padding-top: calc(20px + (1vw - 3.2px) * 1.7857142857);
}

.pt45 {
  padding-top: calc(22.5px + (1vw - 3.2px) * 2.0089285714);
}

.pt50 {
  padding-top: calc(25px + (1vw - 3.2px) * 2.2321428571);
}

.pt60 {
  padding-top: calc(30px + (1vw - 3.2px) * 2.6785714286);
}

.pt70 {
  padding-top: calc(35px + (1vw - 3.2px) * 3.125);
}

.pt80 {
  padding-top: calc(40px + (1vw - 3.2px) * 3.5714285714);
}

.pt90 {
  padding-top: calc(45px + (1vw - 3.2px) * 4.0178571429);
}

.pt300 {
  padding-top: calc(150px + (1vw - 3.2px) * 13.3928571429);
}

.pb5 {
  padding-bottom: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
}

.pb10 {
  padding-bottom: calc(5px + (1vw - 3.2px) * 0.4464285714);
}

.pb15 {
  padding-bottom: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
}

.pb20 {
  padding-bottom: calc(10px + (1vw - 3.2px) * 0.8928571429);
}

.pb25 {
  padding-bottom: calc(12.5px + (1vw - 3.2px) * 1.1160714286);
}

.pb30 {
  padding-bottom: calc(15px + (1vw - 3.2px) * 1.3392857143);
}

.pb40 {
  padding-bottom: calc(20px + (1vw - 3.2px) * 1.7857142857);
}

.pb50 {
  padding-bottom: calc(25px + (1vw - 3.2px) * 2.2321428571);
}

.pb60 {
  padding-bottom: calc(30px + (1vw - 3.2px) * 2.6785714286);
}

.pb70 {
  padding-bottom: calc(35px + (1vw - 3.2px) * 3.125);
}

.pb80 {
  padding-bottom: calc(40px + (1vw - 3.2px) * 3.5714285714);
}

.pb90 {
  padding-bottom: calc(45px + (1vw - 3.2px) * 4.0178571429);
}

.pb100 {
  padding-bottom: calc(50px + (1vw - 3.2px) * 4.4642857143);
}

.pb200 {
  padding-bottom: calc(100px + (1vw - 3.2px) * 8.9285714286);
}

.pb280 {
  padding-bottom: calc(140px + (1vw - 3.2px) * 12.5);
}

.pl15 {
  padding-left: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
}

.pl20 {
  padding-left: calc(10px + (1vw - 3.2px) * 0.8928571429);
}

.pl25 {
  padding-left: calc(12.5px + (1vw - 3.2px) * 1.1160714286);
}

.pl40 {
  padding-left: calc(20px + (1vw - 3.2px) * 1.7857142857);
}

.pr10 {
  padding-right: calc(5px + (1vw - 3.2px) * 0.4464285714);
}

.pr15 {
  padding-right: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
}

.pr20 {
  padding-right: calc(10px + (1vw - 3.2px) * 0.8928571429);
}

.pr50 {
  padding-right: calc(25px + (1vw - 3.2px) * 2.2321428571);
}

.posi-r {
  position: relative;
}

.posi-a {
  position: absolute;
}

.top0 {
  top: 0;
}

.top-25 {
  top: -25px;
}

.top-1em {
  top: -1em;
}

.rgt0 {
  right: 0;
}

.btm-1em {
  bottom: -1em;
}

.lft0 {
  left: 0;
}

.z0 {
  z-index: 0;
}

.z0 {
  z-index: 0 !important;
}

.z1 {
  z-index: 1 !important;
}

.z2 {
  z-index: 2 !important;
}

.z3 {
  z-index: 3 !important;
}

.flx {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flx-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flx-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flx-hgt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flx-bsl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.flx-ctr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flx-lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flx-rgt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flx-spb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flx-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flx-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flx-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.d-flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-wrp {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.f-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.f-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.f-mid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.f-btm {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.f-hgt {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.f-ctr {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-rgt {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.f-lft {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.f-spb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-grw1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.gap5 {
  gap: 5px;
}

.gap10 {
  gap: 10px;
}

.gap15 {
  gap: 15px;
}

.gap20 {
  gap: 20px;
}

.gap30 {
  gap: 30px;
}

.gap40 {
  gap: 40px;
}

.gap50 {
  gap: 50px;
}

.span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.span1 {
  width: calc(8.3333333333% * 1);
}

.span2 {
  width: calc(8.3333333333% * 2);
}

.span3 {
  width: calc(8.3333333333% * 3);
}

.span4 {
  width: calc(8.3333333333% * 4);
}

.span5 {
  width: calc(8.3333333333% * 5);
}

.span6 {
  width: calc(8.3333333333% * 6);
}

.span7 {
  width: calc(8.3333333333% * 7);
}

.span9 {
  width: calc(8.3333333333% * 9);
}

.span12 {
  width: calc(8.3333333333% * 12);
}

.col1 {
  width: calc(100% / 1);
}

.col2 {
  width: calc(100% / 2);
}

.col3 {
  width: calc(100% / 3);
}

.col4 {
  width: calc(100% / 4);
}

.col5 {
  width: calc(100% / 5);
}

.grd {
  display: grid;
  --column-gap: 3%;
  grid-template-columns: repeat(var(--columns), calc((100% - var(--column-gap) * (var(--columns) - 1)) / var(--columns)));
  -webkit-column-gap: var(--column-gap);
     -moz-column-gap: var(--column-gap);
          column-gap: var(--column-gap);
}

.grid3 {
  --columns: 3;
}

.gap-xl {
  --column-gap: 1.75em;
}

.grid-h-ctr {
  justify-items: center;
}

.g1 > * {
  margin-top: calc(5px);
  margin-bottom: 2.5px;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.g2 > * {
  margin-top: calc(10px);
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.g3 > * {
  margin-top: calc(15px);
  margin-bottom: 7.5px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.g4 > * {
  margin-top: calc(20px);
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.g5 > * {
  margin-top: calc(25px);
  margin-bottom: 12.5px;
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.g6 > * {
  margin-top: calc(30px);
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.g8 > * {
  margin-top: calc(40px);
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.g10 > * {
  margin-top: calc(50px);
  margin-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.g12 > * {
  margin-top: calc(60px);
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.g16 > * {
  margin-top: calc(80px);
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.g20 > * {
  margin-top: calc(100px);
  margin-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.g10 > * {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.g20 > * {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.g30 > * {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.g40 > * {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.g60 > * {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.gx1 > * {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.gx2 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.gx3 > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.gx4 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.gx6 > * {
  padding-left: 15px;
  padding-right: 15px;
}

.gx8 > * {
  padding-left: 20px;
  padding-right: 20px;
}

.gx10 > * {
  padding-left: 25px;
  padding-right: 25px;
}

.gy3 > * {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

.gy4 > * {
  margin-top: 10px;
  margin-bottom: 10px;
}

.gy6 > * {
  margin-top: 15px;
  margin-bottom: 15px;
}

.gy8 > * {
  margin-top: 20px;
  margin-bottom: 20px;
}

.gy14 > * {
  margin-top: 35px;
  margin-bottom: 35px;
}

.gt15 > * {
  margin-top: 37.5px;
}

.gb8 > * {
  margin-bottom: 20px;
}

.w0 {
  width: 0% !important;
}

.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w95 {
  width: 95% !important;
}

.w100 {
  width: 100% !important;
}

.w100 {
  width: 100%;
}

.w110 {
  width: 110%;
}

.w120 {
  width: 120%;
}

.mxw40 {
  max-width: 40%;
}

.mxw50 {
  max-width: 50%;
}

.mxw60 {
  max-width: 60%;
}

.mxw70 {
  max-width: 70%;
}

.mxw80 {
  max-width: 80%;
}

.mxw90 {
  max-width: 90%;
}

.mxw100 {
  max-width: 100%;
}

.wpx5 {
  width: 5px !important;
}

.wpx25 {
  width: 25px !important;
}

.wpx30 {
  width: 30px !important;
}

.wpx40 {
  width: 40px !important;
}

.wpx50 {
  width: 50px !important;
}

.wpx60 {
  width: 60px !important;
}

.wpx70 {
  width: 70px !important;
}

.wpx80 {
  width: 80px !important;
}

.wpx90 {
  width: 90px !important;
}

.wpx100 {
  width: 100px !important;
}

.wpx120 {
  width: 120px !important;
}

.wpx150 {
  width: 150px !important;
}

.wpx180 {
  width: 180px !important;
}

.wpx200 {
  width: 200px !important;
}

.wpx210 {
  width: 210px !important;
}

.wpx250 {
  width: 250px !important;
}

.wpx280 {
  width: 280px !important;
}

.wpx300 {
  width: 300px !important;
}

.hpx25 {
  height: 25px !important;
}

.hpx40 {
  height: 40px !important;
}

.hpx50 {
  height: 50px !important;
}

.hpx100 {
  height: 100px !important;
}

.hpx200 {
  height: 200px !important;
}

.hpx210 {
  height: 210px !important;
}

.hpx40 {
  height: 40px;
}

.hpx100 {
  height: 100px;
}

.hpx300 {
  height: 300px;
}

.h5 {
  height: 5%;
}

.h100 {
  height: 100%;
}

.item-ctr {
  display: block;
  margin: initial;
  margin: 0 auto;
}

.item-rgt {
  margin: initial;
  margin: 0 0 0 auto;
}

.txt-ctr {
  text-align: center;
}

.txt-lft {
  text-align: left;
}

.txt-rgt {
  text-align: right;
}

.b-overlay {
  mix-blend-mode: overlay;
}

.b-multiply {
  mix-blend-mode: multiply;
}

.video-point {
  position: relative;
  width: 80%;
  padding-top: 50.8%;
  margin: 7% auto 7%;
  background: #000;
  border-radius: 10px;
}
.video-point iframe,
.video-point video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.tel-fax-4l {
  font-family: "DIN Pro";
}
.tel-fax-4l .tel-fax-name {
  font-weight: bold;
  color: #1e489d;
  margin-right: 15px;
  padding: 3px 10px;
  border-left: 2px solid #1e489d;
  border-right: 2px solid #1e489d;
}
.tel-fax-4l .tel-fax-num {
  line-height: 1.3;
}
.tel-fax-4l .tel-fax-name {
  font-size: 1.4rem;
}
.tel-fax-4l .tel-fax-num {
  font-size: 3.2rem;
}

.tel-fax-fc-wht a {
  color: #fff;
  text-decoration: none;
}

.hide {
  display: none;
}

/*.hide-r-xs { @include mqr('xs') { display: none!important; } }
.hide-r-sm { @include mqr('sm') { display: none!important; } }
.hide-r-md { @include mqr('md') { display: none!important; } }
.hide-r-lg { @include mqr('lg') { display: none!important; } }*/
.d-none {
  display: none;
}

.d-blck {
  display: block;
}

.d-inblck {
  display: inline-block;
}

.d-inblck-c > * {
  display: inline-block;
}

.d-blck-c > * {
  display: block;
}

.d-inline-c > * {
  display: inline;
}

.ovrf-h {
  overflow: hidden;
}

.ovrf-a {
  overflow: auto;
}

.opacity30 {
  opacity: 0.3;
}

.opacity50 {
  opacity: 0.5;
}

.bg-wht {
  background-color: rgb(255, 255, 255);
}

.bg-gry5 {
  background-color: rgb(242, 242, 242);
}

.bg-gry80 {
  background-color: rgb(51, 51, 51);
}

.bg-gry85 {
  background-color: rgb(38, 38, 38);
}

.bg-gry90 {
  background-color: rgb(26, 26, 26);
}

.bg-blk {
  background-color: rgb(0, 0, 0);
  color: #fff;
}

.bg-wht5 {
  background: rgba(255, 255, 255, 0.05);
}

.bg-wht10 {
  background: rgba(255, 255, 255, 0.1);
}

.bg-wht20 {
  background: rgba(255, 255, 255, 0.2);
}

.bg-blk5 {
  background: rgba(0, 0, 0, 0.05);
}

.bg-blk20 {
  background: rgba(0, 0, 0, 0.2);
}

.bg-blk30 {
  background: rgba(0, 0, 0, 0.3);
}

.bg-blk50 {
  background: rgba(0, 0, 0, 0.5);
}

.bg-blk90 {
  background: rgba(0, 0, 0, 0.9);
}

.bg-coralred {
  background-color: #f94141;
}

.bg-ylw {
  background-color: yellow;
}

.bg-crm {
  background-color: #fdfa9b;
}

.bg-red1 {
  background-color: #c00;
  color: #fff;
}

.bg-cpink {
  background-color: #dc716e;
}

.bg-blu {
  background-color: rgb(0, 75, 180);
  color: #fff;
}

.bg-blu10 {
  background-color: rgba(0, 75, 180, 0.1);
}

.bg-navy {
  background-color: #100190;
  color: #fff;
}

.bg-navyblu {
  background-color: #081ea7;
}

.bg-cyan {
  background-color: #093bab;
}

.bg-wgry1 {
  background-color: #fafafa;
}

.bg-wgry2 {
  background-color: whitesmoke;
}

.bg-wgry3 {
  background-color: #f0f0f0;
}

.bg-lblu1 {
  background-color: #f1f5f9;
}

.bg-gbl {
  background-color: #ebeff7;
}

.bg-lbl {
  background-color: #e8f6ff;
}

.bg-lsblu {
  background-color: #cce7fc;
}

.bg-sblu {
  background-color: #0081e3;
}

.bg-sblu2 {
  background-color: #0081c8;
}

.bg-lteal {
  background-color: #49a795;
}

.bg-aquam {
  background-color: #67b5b7;
}

.bg-bsblu {
  background-color: #5E96C3;
}

.clip-top-lft-btm-rgt-30dg {
  -webkit-clip-path: polygon(50px -1px, 100% -1px, 100% calc(100% - 100px), calc(100% - 50px) 100%, 0 100%, 0 100px);
          clip-path: polygon(50px -1px, 100% -1px, 100% calc(100% - 100px), calc(100% - 50px) 100%, 0 100%, 0 100px);
}

.clip-top-lft-btm-rgt-30dg-xs {
  -webkit-clip-path: polygon(30px -1px, 100% -1px, 100% calc(100% - 50px), calc(100% - 30px) 100%, 0 100%, 0 50px);
          clip-path: polygon(30px -1px, 100% -1px, 100% calc(100% - 50px), calc(100% - 30px) 100%, 0 100%, 0 50px);
}

.clip-top-lft-btm-rgt-30dg-sm {
  -webkit-clip-path: polygon(40px -1px, 100% -1px, 100% calc(100% - 70px), calc(100% - 40px) 100%, 0 100%, 0 70px);
          clip-path: polygon(40px -1px, 100% -1px, 100% calc(100% - 70px), calc(100% - 40px) 100%, 0 100%, 0 70px);
}

.bg-org {
  background-color: #ff6900;
}

.bg-grd2 {
  background: -webkit-gradient(linear, left top, right top, from(#29c0ff), to(#0081e3));
  background: -webkit-linear-gradient(left, #29c0ff, #0081e3);
  background: linear-gradient(to right, #29c0ff, #0081e3);
}

.bg-grd3 {
  background: -webkit-linear-gradient(115deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(-25deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}

.bg-grd4 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(241, 245, 249, 0)), to(rgb(241, 245, 249)));
  background: -webkit-linear-gradient(top, rgba(241, 245, 249, 0) 0%, rgb(241, 245, 249) 100%);
  background: linear-gradient(180deg, rgba(241, 245, 249, 0) 0%, rgb(241, 245, 249) 100%);
}

.bg-grd7 {
  background: -webkit-gradient(linear, left top, right top, from(#fff0fe), color-stop(#e8e2ff), to(#e2f2ff)) !important;
  background: -webkit-linear-gradient(left, #fff0fe, #e8e2ff, #e2f2ff) !important;
  background: linear-gradient(to right, #fff0fe, #e8e2ff, #e2f2ff) !important;
}

.bg-red-grd1 {
  background: -webkit-gradient(linear, left top, right top, from(rgb(231, 33, 71)), color-stop(80%, rgb(236, 105, 62)), to(rgb(236, 105, 62)));
  background: -webkit-linear-gradient(left, rgb(231, 33, 71) 0%, rgb(236, 105, 62) 80%, rgb(236, 105, 62) 100%);
  background: linear-gradient(90deg, rgb(231, 33, 71) 0%, rgb(236, 105, 62) 80%, rgb(236, 105, 62) 100%);
}

.bg-blu-grd1 {
  background: -webkit-linear-gradient(225deg, #00c0fa 25%, #005eea 100%);
  background: linear-gradient(-135deg, #00c0fa 25%, #005eea 100%);
}

.bg-bfr-blu2::before {
  background: #005189;
}

.of-cover img, .of-cover picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.b0 {
  border: 0px solid;
}

.b1 {
  border: 1px solid;
}

.b2 {
  border: 2px solid !important;
}

.b3 {
  border: 3px solid;
}

.b4 {
  border: 4px solid;
}

.b6 {
  border: 6px solid;
}

.bt1 {
  border-top: 1px solid;
}

.bt2 {
  border-top: 2px solid;
}

.bt4 {
  border-top: 4px solid;
}

.bb1 {
  border-bottom: 1px solid;
}

.bb2 {
  border-bottom: 2px solid;
}

.bb4 {
  border-bottom: 4px solid;
}

.br1 {
  border-right: 1px solid;
}

.bl20 {
  border-left: 20px solid;
}

.bx2 {
  border-left: 2px solid;
  border-right: 2px solid;
}

.by2 {
  border-top: 2px solid;
  border-bottom: 2px solid;
}

.by4 {
  border-top: 4px solid;
  border-bottom: 4px solid;
}

.bc-wht {
  border-color: rgb(255, 255, 255) !important;
}

.bc-gry20 {
  border-color: rgb(204, 204, 204) !important;
}

.bc-gry50 {
  border-color: rgb(128, 128, 128) !important;
}

.bc-blk {
  color: rgb(0, 0, 0);
}

.bc-wht10 {
  border-color: rgba(255, 255, 255, 0.1);
}

.bc-wht20 {
  border-color: rgba(255, 255, 255, 0.2);
}

.bc-wht30 {
  border-color: rgba(255, 255, 255, 0.3);
}

.bc-blk10 {
  border-color: rgba(0, 0, 0, 0.1);
}

.bc-blk50 {
  border-color: rgba(0, 0, 0, 0.5);
}

.bc-blu {
  border-color: #0081e3;
}

.bc-sblu {
  border-color: #0081e3;
}

.bc-lblu {
  border-color: #1c9dc9;
}

.bc-lgblu {
  border-color: #d4e0f5;
}

.bc-cyan {
  border-color: #093bab;
}

.bc-navyblu {
  border-color: #081ea7;
}

.bc-lteal {
  border-color: #49a795;
}

.bc-aquam {
  border-color: #67b5b7;
}

.bc-bsblu {
  border-color: #5E96C3;
}

.bc-cpink {
  border-color: #dc716e;
}

.bc-coralred {
  border-color: #f94141;
}

.r0 {
  border-radius: 0px;
}

.r5 {
  border-radius: 5px;
}

.r10 {
  border-radius: 10px;
}

.r15 {
  border-radius: 15px;
}

.r20 {
  border-radius: 20px;
}

.r30 {
  border-radius: 30px;
}

.r40 {
  border-radius: 40px;
}

.r60 {
  border-radius: 60px;
}

.r100 {
  border-radius: 100px;
}

.rt10 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rt20 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.rt30 {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.rt40 {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.rt60 {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
}

.rt200 {
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
}

.rb20 {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.rb30 {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.rb40 {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.rb200 {
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}

.rr40 {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.rtl200 {
  border-top-left-radius: 200px;
}

.rbr0 {
  border-bottom-right-radius: 0px;
}

.rbr200 {
  border-bottom-right-radius: 200px;
}

.r50per {
  border-radius: 50%;
}

.rt200 {
  border-top-left-radius: 200px;
  border-top-right-radius: 200px;
}

.rb200 {
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
}

.rbl0 {
  border-bottom-left-radius: 0px;
}

.rbr0 {
  border-bottom-right-radius: 0px;
}

.rtr0 {
  border-top-right-radius: 0px;
}

.dshdw {
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
}

.dshdw3 {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
}

.dshdw4 {
  -webkit-box-shadow: -10px -10px 30px 0 #fff, 10px 10px 40px 0 #d6e0e3;
          box-shadow: -10px -10px 30px 0 #fff, 10px 10px 40px 0 #d6e0e3;
}

.dshdw6 {
  -webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.075), 10px 10px 40px 0 rgba(0, 0, 0, 0.075);
          box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.075), 10px 10px 40px 0 rgba(0, 0, 0, 0.075);
}

.dshdw7 {
  -webkit-box-shadow: 0px 60px 40px 0px rgba(127, 143, 150, 0.6);
          box-shadow: 0px 60px 40px 0px rgba(127, 143, 150, 0.6);
  -webkit-box-shadow: 0px 60px 40px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 60px 40px 0px rgba(0, 0, 0, 0.4);
}

.dshdw8 {
  -webkit-box-shadow: 0px -60px 40px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px -60px 40px 0px rgba(0, 0, 0, 0.4);
}

.txt-line {
  -webkit-text-decoration: underline black 2px;
          text-decoration: underline black 2px;
}

.udrline {
  position: relative;
}
.udrline::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0.1em;
  height: 0.15em;
  width: 100%;
}

.udrline-wht::before {
  background: #fff;
}

.notes {
  font-size: 1.2rem;
  line-height: 1.7;
}

.list-indnt {
  display: block;
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.list-indnt > li, .list-indnt div {
  padding-left: 0.8em;
  text-indent: -0.8em;
}

.list-disc {
  padding-left: 1em;
}
.list-disc > li {
  list-style-type: disc;
  padding: 0.3em;
}

.list-disc2 {
  padding-left: 1em;
}
.list-disc2 > li {
  list-style-type: disc;
}

.list-number {
  padding-left: 1em;
}
.list-number > li {
  list-style-type: decimal;
  padding: 0.3em;
}

.line_btm_lft {
  width: 15px;
  height: 2px;
  background: #bf1015;
  display: inline-block;
  margin: 10px 0;
}

.line_btm_ctr {
  width: 15px;
  height: 2px;
  background: #bf1015;
  display: inline-block;
  margin: 10px auto;
}

.divider {
  margin: 0 auto;
  width: 100%;
  height: 1px;
  background: #dbdbdb;
}

.chart {
  position: relative;
  width: 100%;
  height: 300px;
}

.label_must {
  color: #fff;
  background: #d23d2a;
  padding: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 1.1rem;
  border-radius: 3px;
  width: 35px;
  height: 25px;
}

.label_dl_series {
  font-size: 1rem;
  display: table;
}
.label_dl_series dt {
  float: left;
  text-align: center;
  margin: 5px 5px 0 0;
  padding: 5px 10px;
}
.label_dl_series li, .label_dl_series dd {
  float: left;
  text-align: center;
  margin: 5px 5px 0 0;
  padding: 5px 10px;
  background: #ebebeb;
  border: 2px solid #fff;
}
.label_dl_series li, .label_dl_series dd:empty {
  margin: 0;
  padding: 0;
  background: none;
  display: none;
}

.label_option {
  width: 100%;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 1rem;
}
.label_option dt {
  float: left;
  text-align: center;
  margin: 5px 0 0 0;
  padding: 5px 5px 5px 0;
  font-weight: bold;
}
.label_option li, .label_option dd {
  float: left;
  text-align: center;
  margin: 5px 5px 0 0;
  padding: 5px 9px;
  background: #e6e6e6;
}
.label_option li, .label_option dd:empty {
  margin: 0;
  padding: 0;
  background: none;
  display: none;
}

.compare_list1 li:nth-of-type(n+2) {
  display: none;
}

.compare_list2 li:nth-of-type(n+2) {
  display: none;
}

.compare_list3 li:nth-of-type(n+2) {
  display: none;
}

.specsize1 li:nth-of-type(n+2) {
  display: none;
}

.bfrimg-strangths01::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 60%;
  height: 500px;
  margin: auto;
  border: 6px solid #fff;
  background: center left/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/company/company_strangths_01.avif") type("image/avif"), url("/_assets/images/_webp/company/company_strangths_01.webp") type("image/webp"), url("/_assets/images/company/company_strangths_01.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/company/company_strangths_01.avif") type("image/avif"), url("/_assets/images/_webp/company/company_strangths_01.webp") type("image/webp"), url("/_assets/images/company/company_strangths_01.jpg") type("image/jpeg"));
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.bfrimg-strangths02::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 60%;
  height: 500px;
  margin: auto;
  border: 6px solid #fff;
  background: center left/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/company/company_strangths_02.avif") type("image/avif"), url("/_assets/images/_webp/company/company_strangths_02.webp") type("image/webp"), url("/_assets/images/company/company_strangths_02.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/company/company_strangths_02.avif") type("image/avif"), url("/_assets/images/_webp/company/company_strangths_02.webp") type("image/webp"), url("/_assets/images/company/company_strangths_02.jpg") type("image/jpeg"));
  top: 0;
  bottom: 0;
  left: 0;
}

.bfrimg-strangths03::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 60%;
  height: 500px;
  margin: auto;
  background: center left/contain no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/company/company_strangths_group_infographic.avif") type("image/avif"), url("/_assets/images/_webp/company/company_strangths_group_infographic.webp") type("image/webp"), url("/_assets/images/company/company_strangths_group_infographic.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/company/company_strangths_group_infographic.avif") type("image/avif"), url("/_assets/images/_webp/company/company_strangths_group_infographic.webp") type("image/webp"), url("/_assets/images/company/company_strangths_group_infographic.jpg") type("image/jpeg"));
  top: 0;
  bottom: 0;
  right: 0;
}

.circle {
  -webkit-clip-path: circle();
          clip-path: circle();
}

.scale120 {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.scale098 {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}

.scale095 {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.skewx30 {
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}

.skewx-30 {
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}

.rotate-45 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.dir-arw-btm-w50 {
  position: absolute;
  content: "";
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background: url("/_assets/images/arrow_dir.svg") center center/cover no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.dir-arw-rgt-w50 {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -25px;
  margin: auto;
  width: 50px;
  height: 50px;
  background: url("/_assets/images/arrow_dir.svg") center center/cover no-repeat;
}

.lang_en .dir-arw-btm-w50 {
  position: absolute;
  content: "";
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  background: url("/english/_assets/images/arrow_dir.svg") center center/cover no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.lang_en .dir-arw-rgt-w50 {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -25px;
  margin: auto;
  width: 50px;
  height: 50px;
  background: url("/english/_assets/images/arrow_dir.svg") center center/cover no-repeat;
}

@-webkit-keyframes hl-all {
  to {
    background-size: 100% 100%;
  }
}

@keyframes hl-all {
  to {
    background-size: 100% 100%;
  }
}
@-webkit-keyframes hl-all-fc-wht {
  to {
    background-size: 100% 100%;
    color: #fff;
  }
}
@keyframes hl-all-fc-wht {
  to {
    background-size: 100% 100%;
    color: #fff;
  }
}
@-webkit-keyframes hl-line {
  to {
    background-size: 100% 5px;
  }
}
@keyframes hl-line {
  to {
    background-size: 100% 5px;
  }
}

.txt-hl-all-yellow {
  all: unset;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 0)), to(var(rgb(255, 255, 0))));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 0)), to(rgb(255, 255, 0)));
  background-image: -webkit-linear-gradient(rgb(255, 255, 0), rgb(255, 255, 0));
  background-image: linear-gradient(rgb(255, 255, 0), rgb(255, 255, 0));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-animation: hl-all 400ms 1500ms 1 ease-out;
  animation: hl-all 400ms 1500ms 1 ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.txt-hl-line-yellow {
  all: unset;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 0)), to(var(rgb(255, 255, 0))));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 0)), to(rgb(255, 255, 0)));
  background-image: -webkit-linear-gradient(rgb(255, 255, 0), rgb(255, 255, 0));
  background-image: linear-gradient(rgb(255, 255, 0), rgb(255, 255, 0));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 5px;
  -webkit-animation: hl-line 400ms 1500ms 1 ease-out;
  animation: hl-line 400ms 1500ms 1 ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.txt-hl-line-coralred {
  all: unset;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f94141), to(var(#f94141)));
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f94141), to(#f94141));
  background-image: -webkit-linear-gradient(#f94141, #f94141);
  background-image: linear-gradient(#f94141, #f94141);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 5px;
  -webkit-animation: hl-line 400ms 1500ms 1 ease-out;
  animation: hl-line 400ms 1500ms 1 ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.txt-hl-all-coralred {
  all: unset;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f94141), to(var(#f94141)));
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f94141), to(#f94141));
  background-image: -webkit-linear-gradient(#f94141, #f94141);
  background-image: linear-gradient(#f94141, #f94141);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 100%;
  -webkit-animation: hl-all-fc-wht 400ms 1500ms 1 ease-out;
  animation: hl-all-fc-wht 400ms 1500ms 1 ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes leftToRightLineIn {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}

@keyframes leftToRightLineIn {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.liner-cyan::after {
  content: "";
  display: block;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#093bab), to(#093bab));
  background-image: -webkit-linear-gradient(left, #093bab 0%, #093bab 100%);
  background-image: linear-gradient(90deg, #093bab 0%, #093bab 100%);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
}
.liner-cyan::after {
  height: 5px;
  top: 0px;
}

.fx.liner-cyan.scrollin::after {
  -webkit-animation: leftToRightLineIn 0.5s ease 1s forwards;
          animation: leftToRightLineIn 0.5s ease 1s forwards;
}

.tscroll {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.flip-rgt {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

/*
//////////////////////////////////////////////////////////////////

// Common Btn
// 汎用ボタン

01:モジュール
02:レイアウト

//////////////////////////////////////////////////////////////////
*/
.btn_ctr {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.btn_ctr a, .btn_ctr input, .btn_ctr div, .btn_ctr button {
  display: inline-block;
}

.btn_image_pdf {
  display: inline-block;
}

.btn_image_pdf::after {
  border: none;
}

.btn_image_pdf {
  width: 30px;
  height: 20px;
}

.btn_image_pdf {
  background: url("/_assets/images/icon_pdf.svg") left center/25px 20px no-repeat;
}

.lang_en .btn_image_pdf {
  background: url("/english/_assets/images/icon_pdf.svg") left center/25px 20px no-repeat;
}

.btn_arrow_bs {
  position: relative;
  margin: 0 auto;
  font-size: calc(14px + (1vw - 3.2px) * 0.1785714286);
  padding-top: calc(15px + (1vw - 3.2px) * 0.4464285714);
  padding-bottom: calc(15px + (1vw - 3.2px) * 0.4464285714);
  padding-left: calc(20px + (1vw - 3.2px) * 0.8928571429);
  padding-right: calc(20px + (1vw - 3.2px) * 0.8928571429);
  text-decoration: none;
}
.btn_arrow_bs input {
  font-size: calc(14px + (1vw - 3.2px) * 0.1785714286);
  padding-top: calc(15px + (1vw - 3.2px) * 0.4464285714);
  padding-bottom: calc(15px + (1vw - 3.2px) * 0.4464285714);
  padding-left: calc(20px + (1vw - 3.2px) * 0.8928571429);
  padding-right: calc(20px + (1vw - 3.2px) * 0.8928571429);
}
.btn_arrow_bs::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn_arrow_bs:hover::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn_arrow_bs:hover {
  color: #000;
}
.btn_arrow_bs:active {
  color: #000;
}
.btn_arrow_bs:link {
  color: #000;
}
.btn_arrow_bs:visited {
  color: #000;
}
.btn_arrow_bs:hover {
  text-decoration: underline;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn_box {
  width: 100%;
  position: relative;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(255, 255, 255);
  border: 1px solid #d1d1d1;
}
.btn_box .btn_box_img {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.btn_box .btn_box_img img {
  display: block;
}
.btn_box .btn_box_txt {
  width: 100%;
  text-align: left;
  padding: 15px;
  border-left: 1px solid #d1d1d1;
}
.btn_box .btn_box_txt::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn_box .btn_box_txt:hover::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn_w {
  display: block;
  width: 100%;
}

.btn_acdn .btn_acdn_drwr {
  display: none;
  width: 100%;
  margin-top: 10px;
  background: #000;
  float: left;
  border-radius: 5px;
  overflow: hidden;
}
.btn_acdn .btn_acdn_drwr a {
  display: block;
  color: #fff;
  padding: 10px;
  float: left;
  text-align: center;
  margin: -1px -1px 0 0;
  font-size: 1.4rem;
  width: 100%;
  border: 1px solid #424242;
  margin: -1px -1px 0 0;
}
.btn_acdn .btn_acdn_drwr a:hover {
  background: #333;
  color: #fff;
}

.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}
.hover:hover {
  color: #003a6b;
}
.hover:active {
  color: #003a6b;
}
.hover:link {
  color: #003a6b;
}
.hover:visited {
  color: #003a6b;
}
.hover:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0.1);
}

.link {
  color: #003a6b;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}

.link-drk {
  color: #4493f8;
  text-decoration: underline;
}
.link-drk:hover {
  text-decoration: none;
}

.hover_link {
  color: #003a6b;
  word-break: break-all;
}
.hover_link:hover {
  text-decoration: underline;
}

.icon_hover_link {
  color: #003a6b;
  display: table;
  vertical-align: middle;
}
.icon_hover_link:hover {
  text-decoration: underline;
}
.icon_hover_link span {
  display: table-cell;
}

.link-cover {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: #333;
  position: relative;
  display: inline-block;
  font-weight: bold;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  background: rgba(0, 0, 0, 0);
  font-size: 1.1rem;
}
.link-cover:hover {
  color: #fff;
}
.link-cover::before, .link-cover::after {
  position: absolute;
  z-index: -1;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.link-cover::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.link-cover:hover::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.link-cover:hover::after {
  background: rgba(0, 0, 0, 0.1);
}

.link_hover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
}

.ac-bs {
  text-decoration: none;
}
.ac-bs:hover {
  color: #333;
}
.ac-bs:active {
  color: #333;
}
.ac-bs:link {
  color: #333;
}
.ac-bs:visited {
  color: #333;
}

.btn_rdc {
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.02em;
  padding: 1em 2.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_rd {
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.02em;
  padding: 1em 2.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_rd_wh {
  border-radius: 100px;
  background: #fff;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.02em;
  padding: 1em 2.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_rd_wh:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background: #100190;
  text-decoration: none;
}
.btn_rd_wh:hover:hover {
  color: #fff;
}
.btn_rd_wh:hover:active {
  color: #fff;
}
.btn_rd_wh:hover:link {
  color: #fff;
}
.btn_rd_wh:hover:visited {
  color: #fff;
}
.btn_rd_wh:disabled {
  color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  background: #f0f0f0;
}

.btn_brd1 {
  border-width: 0.2em;
  border-style: solid;
}

.btn_bc-navy {
  color: #100190;
  border-color: #100190;
  text-decoration: none;
}
.btn_bc-navy:hover {
  color: #100190;
}
.btn_bc-navy:active {
  color: #100190;
}
.btn_bc-navy:link {
  color: #100190;
}
.btn_bc-navy:visited {
  color: #100190;
}

.btn_vio {
  color: #fff;
  background: #100190;
}
.btn_vio:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background: #705ffe;
  text-decoration: none;
}
.btn_vio:hover:hover {
  color: #fff;
}
.btn_vio:hover:active {
  color: #fff;
}
.btn_vio:hover:link {
  color: #fff;
}
.btn_vio:hover:visited {
  color: #fff;
}

.btn_gry1 {
  background: #e6e6e6;
  text-align: center;
  display: inline-block;
  letter-spacing: 0.02em;
  padding: 1em 2.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
}
.btn_gry1:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background: #100190;
  text-decoration: none;
}
.btn_gry1:hover:hover {
  color: #fff;
}
.btn_gry1:hover:active {
  color: #fff;
}
.btn_gry1:hover:link {
  color: #fff;
}
.btn_gry1:hover:visited {
  color: #fff;
}

.btn_arw {
  position: relative;
}
.btn_arw::after {
  position: absolute;
  position: absolute;
  content: "";
  border-color: #c6cbcc;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn_arw_rgt {
  position: relative;
}
.btn_arw_rgt::after {
  position: absolute;
  position: absolute;
  content: "";
  border-color: #c6cbcc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn-arw-rgt {
  position: relative;
  will-change: transform;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}
.btn-arw-rgt::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-arw-rgt:hover {
  background: rgba(255, 255, 255, 0.2);
}
.btn-arw-rgt:hover::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-arw-rgt:hover {
  color: #333;
}
.btn-arw-rgt:active {
  color: #333;
}
.btn-arw-rgt:link {
  color: #333;
}
.btn-arw-rgt:visited {
  color: #333;
}

.btn-ar-rgt {
  position: relative;
  will-change: transform;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  padding-right: 1.75em;
}
.btn-ar-rgt::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-ar-rgt:hover {
  background: rgba(255, 255, 255, 0.2);
}
.btn-ar-rgt:hover::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-ar-rgt:hover {
  color: #333;
}
.btn-ar-rgt:active {
  color: #333;
}
.btn-ar-rgt:link {
  color: #333;
}
.btn-ar-rgt:visited {
  color: #333;
}

.hvr-blk {
  text-decoration: none;
}
.hvr-blk:hover {
  color: #333;
}
.hvr-blk:active {
  color: #333;
}
.hvr-blk:link {
  color: #333;
}
.hvr-blk:visited {
  color: #333;
}
.hvr-blk:hover {
  background: rgba(0, 0, 0, 0.1);
}

.hvr-wht20 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hvr-wht20:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.2);
}

.btn-arw-b-wht {
  position: relative;
  will-change: transform;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #100190;
}
.btn-arw-b-wht::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-arw-b-wht:hover {
  background: rgba(255, 255, 255, 0.2);
}
.btn-arw-b-wht:hover::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-arw-b-wht:hover {
  color: #fff;
  border: 2px solid #fff;
}

.btn_shdw_lblu {
  text-align: center;
  display: inline-block;
  letter-spacing: 0.02em;
  padding: 1em 2.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #1c9dc9;
  position: relative;
  -webkit-box-shadow: -5px -5px 15px 0px rgb(255, 255, 255), -3px -3px 20px 0px rgb(255, 255, 255), 5px 5px 12px 0 rgba(90, 125, 136, 0.2), 3px 3px 24px 0 rgba(90, 125, 136, 0.3);
          box-shadow: -5px -5px 15px 0px rgb(255, 255, 255), -3px -3px 20px 0px rgb(255, 255, 255), 5px 5px 12px 0 rgba(90, 125, 136, 0.2), 3px 3px 24px 0 rgba(90, 125, 136, 0.3);
  border-radius: 64px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 3em;
}
.btn_shdw_lblu::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #c6cbcc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn_shdw {
  text-align: center;
  display: inline-block;
  letter-spacing: 0.02em;
  padding: 1em 2.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #1c9dc9;
  position: relative;
  -webkit-box-shadow: -5px -5px 15px 0px rgba(255, 255, 255, 0.5), -3px -3px 20px 0px rgba(255, 255, 255, 0.7), 5px 5px 12px 0 rgba(90, 125, 136, 0.2), 3px 3px 24px 0 rgba(90, 125, 136, 0.3);
          box-shadow: -5px -5px 15px 0px rgba(255, 255, 255, 0.5), -3px -3px 20px 0px rgba(255, 255, 255, 0.7), 5px 5px 12px 0 rgba(90, 125, 136, 0.2), 3px 3px 24px 0 rgba(90, 125, 136, 0.3);
  border-radius: 64px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 3em;
}
.btn_shdw::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #c6cbcc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn-shdw-dw {
  text-align: center;
  display: inline-block;
  letter-spacing: 0.02em;
  padding: 1em 2.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #1c9dc9;
  position: relative;
  -webkit-box-shadow: -5px -5px 15px 0px rgba(255, 255, 255, 0.5), -3px -3px 20px 0px rgba(255, 255, 255, 0.7), 5px 5px 12px 0 rgba(90, 125, 136, 0.2), 3px 3px 24px 0 rgba(90, 125, 136, 0.3);
          box-shadow: -5px -5px 15px 0px rgba(255, 255, 255, 0.5), -3px -3px 20px 0px rgba(255, 255, 255, 0.7), 5px 5px 12px 0 rgba(90, 125, 136, 0.2), 3px 3px 24px 0 rgba(90, 125, 136, 0.3);
  border-radius: 64px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 3em;
}

.btn-shdw-dw-back {
  text-align: center;
  display: inline-block;
  letter-spacing: 0.02em;
  padding: 1em 2.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #1c9dc9;
  position: relative;
  -webkit-box-shadow: -5px -5px 15px 0px rgba(255, 255, 255, 0.5), -3px -3px 20px 0px rgba(255, 255, 255, 0.7), 5px 5px 12px 0 rgba(90, 125, 136, 0.2), 3px 3px 24px 0 rgba(90, 125, 136, 0.3);
          box-shadow: -5px -5px 15px 0px rgba(255, 255, 255, 0.5), -3px -3px 20px 0px rgba(255, 255, 255, 0.7), 5px 5px 12px 0 rgba(90, 125, 136, 0.2), 3px 3px 24px 0 rgba(90, 125, 136, 0.3);
  border-radius: 64px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 3em;
}
.btn-shdw-dw-back::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #c6cbcc;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: 25px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}

.arw1-rgt {
  position: relative;
}
.arw1-rgt::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #c6cbcc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.arw1-btm {
  position: relative;
}
.arw1-btm::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #c6cbcc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.arw1-btm::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.arw1-btm:hover::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.btn_shdw_blu {
  text-align: center;
  display: inline-block;
  letter-spacing: 0.02em;
  padding: 1em 2.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  position: relative;
  -webkit-box-shadow: -5px -5px 15px 0px rgb(255, 255, 255), -3px -3px 20px 0px rgb(255, 255, 255), 5px 5px 12px 0 rgba(90, 125, 136, 0.2), 3px 3px 24px 0 rgba(90, 125, 136, 0.3);
          box-shadow: -5px -5px 15px 0px rgb(255, 255, 255), -3px -3px 20px 0px rgb(255, 255, 255), 5px 5px 12px 0 rgba(90, 125, 136, 0.2), 3px 3px 24px 0 rgba(90, 125, 136, 0.3);
  border-radius: 64px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right: 3em;
}
.btn_shdw_blu::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #c6cbcc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn-pulse {
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 0 20px #1da1f2;
          box-shadow: 0 0 20px #1da1f2;
  cursor: pointer;
}
.btn-pulse:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.btn-pulse:hover::before, .btn-pulse:hover::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #1da1f2;
  border-radius: 50%;
  pointer-events: none;
  -webkit-animation: pulsate 2s linear infinite;
          animation: pulsate 2s linear infinite;
}
.btn-pulse:hover::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
.btn-pulse-blue {
  -webkit-box-shadow: 0 0 20px #1da1f2;
          box-shadow: 0 0 20px #1da1f2;
}
.btn-pulse-blue:hover::before, .btn-pulse-blue:hover::after {
  border-color: #1da1f2;
}

/*矢印が右に移動する*/
.btn-arw-long-blk {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #333;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-arw-long-blk::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 2px;
  right: -30px;
  width: 40px;
  height: 2px;
  background: #949494;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
}
.btn-arw-long-blk::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: -6px;
  right: -32px;
  width: 15px;
  height: 2px;
  background: #949494;
  border-radius: 10px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
}
.btn-arw-long-blk:hover {
  color: #1e489d;
}
.btn-arw-long-blk:hover::before {
  right: -40px;
  background: #1e489d;
}
.btn-arw-long-blk:hover::after {
  right: -42px;
  background: #1e489d;
}

.btn-dl2 {
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: strach;
      -ms-flex-align: strach;
          align-items: strach;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#0081e3), to(#004bb4));
  background: -webkit-linear-gradient(top, #0081e3, #004bb4);
  background: linear-gradient(to bottom, #0081e3, #004bb4);
  text-align: center;
}
.btn-dl2:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0.8;
}

.btn-dl2-dis {
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: strach;
      -ms-flex-align: strach;
          align-items: strach;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  color: rgba(255, 255, 255, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 219, 227)), to(rgb(0, 75, 180)));
  background: -webkit-linear-gradient(top, rgb(0, 219, 227), rgb(0, 75, 180));
  background: linear-gradient(to bottom, rgb(0, 219, 227), rgb(0, 75, 180));
  background: #2e2e2e;
  text-align: center;
  opacity: 0.5;
}

.btn-dl {
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: strach;
      -ms-flex-align: strach;
          align-items: strach;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 5em;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0081e3), to(#004bb4));
  background: -webkit-linear-gradient(left, #0081e3, #004bb4);
  background: linear-gradient(to right, #0081e3, #004bb4);
  text-align: center;
}
.btn-dl::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4em;
  height: 100%;
  color: #fff;
  background: url("/_assets/images/icon_dl_w.svg") center center/50% auto rgba(0, 0, 0, 0.1) no-repeat;
}
.btn-dl:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0.8;
}

.lang_en .btn-dl::after {
  background: url("/english/_assets/images/icon_dl_w.svg") center center/50% auto rgba(0, 0, 0, 0.1) no-repeat;
}

.btn-dl3 {
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: strach;
      -ms-flex-align: strach;
          align-items: strach;
  border-radius: 5px;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 2.5em;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0081e3), to(#004bb4));
  background: -webkit-linear-gradient(left, #0081e3, #004bb4);
  background: linear-gradient(to right, #0081e3, #004bb4);
  text-align: center;
}
.btn-dl3::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3em;
  height: 100%;
  color: #fff;
  background: url("/_assets/images/icon_dl_w.svg") center center/60% auto no-repeat;
}
.btn-dl3:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0.8;
}

.btn-dl3-dis {
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: strach;
      -ms-flex-align: strach;
          align-items: strach;
  border-radius: 5px;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 2.5em;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0081e3), to(#004bb4));
  background: -webkit-linear-gradient(left, #0081e3, #004bb4);
  background: linear-gradient(to right, #0081e3, #004bb4);
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  background: #2e2e2e;
  opacity: 0.5;
}
.btn-dl3-dis::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3em;
  height: 100%;
  color: #fff;
  background: url("/_assets/images/icon_dl_w.svg") center center/60% auto no-repeat;
}

.lang_en .btn-dl3::after {
  background: url("/english/_assets/images/icon_dl_w.svg") center center/50% auto rgba(0, 0, 0, 0.1) no-repeat;
}

.btn-cont {
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: strach;
      -ms-flex-align: strach;
          align-items: strach;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 5em;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0081e3), to(#004bb4));
  background: -webkit-linear-gradient(left, #0081e3, #004bb4);
  background: linear-gradient(to right, #0081e3, #004bb4);
  text-align: center;
  margin-bottom: 5px;
  border-radius: 5px;
}
.btn-cont::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4em;
  height: 100%;
  color: #fff;
  background: url("/_assets/images/arrow_dir_w.svg") center center/30% auto rgba(0, 0, 0, 0.1) no-repeat;
}
.btn-cont:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0.8;
}

.btn-contact-sensor {
  -webkit-animation: fadeInTop 0.3s ease-in 1 alternate forwards running;
          animation: fadeInTop 0.3s ease-in 1 alternate forwards running;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  content: "";
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 997;
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-contact-sensor a {
  width: 185px;
  height: 50px;
  padding-left: 17px;
  margin: 0 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, right top, left top, from(#57FFFF), color-stop(90%, #299CD6));
  background: -webkit-linear-gradient(right, #57FFFF 0%, #299CD6 90%);
  background: linear-gradient(to left, #57FFFF 0%, #299CD6 90%);
  border-radius: 40px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-contact-sensor a:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.btn-contact-sensor .btn-contact-sensor-txt {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}
.btn-contact-sensor .btn-contact-sensor-circle {
  width: 33px;
  height: 33px;
  right: 9px;
  z-index: 2;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-contact-sensor .btn-contact-sensor-circle svg {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13px;
  height: auto;
}
.btn-contact-sensor .btn-contact-sensor-circle::after {
  content: "";
  background: #005189;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn-contact-sensor.up,
.menu-float-btm.up,
.footer-menu.up {
  -webkit-animation: DownAnime1 0.3s forwards;
          animation: DownAnime1 0.3s forwards;
}

.btn-contact-sensor.dw,
.menu-float-btm.dw,
.footer-menu.dw {
  -webkit-animation: UpAnime1 0.3s forwards;
          animation: UpAnime1 0.3s forwards;
}

@-webkit-keyframes UpAnime1 {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
}

@keyframes UpAnime1 {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
}
@-webkit-keyframes DownAnime1 {
  from {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes DownAnime1 {
  from {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.btn-appfields-contact {
  display: block;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 60px 40px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 60px 40px 0px rgba(0, 0, 0, 0.4);
  padding: 10px;
  text-align: center;
  font-weight: 900;
}
.btn-appfields-contact .btn-appfields-contact-lft {
  width: 85%;
  padding: 1em;
}
.btn-appfields-contact .btn-appfields-contact-rgt,
.btn-appfields-contact .btn-appfields-contact-rgt-arw {
  position: relative;
  width: 15%;
  z-index: 1;
}
.btn-appfields-contact .btn-appfields-contact-rgt::before,
.btn-appfields-contact .btn-appfields-contact-rgt-arw::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 3.25em;
  height: 3.25em;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-appfields-contact .btn-appfields-contact-rgt::after,
.btn-appfields-contact .btn-appfields-contact-rgt-arw::after {
  position: absolute;
  z-index: 3;
  content: "";
  width: 1em;
  height: 1em;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  background: url("/_assets/images/icon_newwin.svg") center center/100% auto no-repeat;
}
.btn-appfields-contact .btn-appfields-contact-rgt-arw::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-appfields-contact:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.btn-appfields-contact a {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: #333;
  position: relative;
  display: inline-block;
  font-weight: bold;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  background: rgba(0, 0, 0, 0);
  font-size: 1.1rem;
}
.btn-appfields-contact a:hover {
  color: #fff;
}
.btn-appfields-contact a::before, .btn-appfields-contact a::after {
  position: absolute;
  z-index: -1;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-appfields-contact a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.btn-appfields-contact a:hover::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.btn-appfields-contact a:hover::after {
  background: rgba(0, 0, 0, 0.05);
}

.btn-ec-site {
  position: relative;
  display: block;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  border-radius: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 60px 40px 0px rgba(127, 143, 150, 0.6);
          box-shadow: 0px 60px 40px 0px rgba(127, 143, 150, 0.6);
}
.btn-ec-site:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.btn-ec-site a {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  color: #333;
  position: relative;
  display: inline-block;
  font-weight: bold;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  background: rgba(0, 0, 0, 0);
  font-size: 1.1rem;
}
.btn-ec-site a:hover {
  color: #fff;
}
.btn-ec-site a::before, .btn-ec-site a::after {
  position: absolute;
  z-index: -1;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn-ec-site a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.btn-ec-site a:hover::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.btn-ec-site a:hover::after {
  background: rgba(0, 0, 0, 0.05);
}

.btn-ec-site-lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  padding: 20px;
  width: 100%;
}

.btn-ec-site-rgt {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f5f5f5;
  padding: 20px;
  width: 100%;
}
.btn-ec-site-rgt::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 4em;
  height: 4em;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #005189;
}
.btn-ec-site-rgt::after {
  position: absolute;
  z-index: 3;
  content: "";
  width: 1em;
  height: 1em;
  right: 2.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url("/_assets/images/icon_newwin.svg") center center/100% auto no-repeat;
}

.lang_en .btn-ec-site-rgt::after {
  background: url("/english/_assets/images/icon_newwin.svg") center center/100% auto no-repeat;
}

.btn-ec-site-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  width: 100%;
}

.btn-ec-site-area-txt {
  background: #fff;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  border-radius: 40px;
  padding: 15px 45px 15px 35px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  text-align: center;
  font-weight: 900;
  font-size: 1.2em;
}
.btn-ec-site-area-txt::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
  position: absolute;
  content: "";
  border-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid;
  border-right: 2px solid;
  width: 8px;
  height: 8px;
  left: auto;
  right: 25px;
  top: 0;
  bottom: 2px;
  margin: auto;
}

.sldtab-ec-site-area {
  display: none;
  margin-top: 10px;
  padding: 40px 0;
  background: #fff;
}
.sldtab-ec-site-area span {
  display: inline-block;
  padding: 5px 15px;
  margin: 0 5px 10px 0;
  border-radius: 20px;
  font-weight: 700;
  background: #f1f5f9;
  text-align: center;
  font-size: 0.8em;
}

.btn-appfields-fa {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  padding: 1.5em;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 60px 40px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 60px 40px 0px rgba(0, 0, 0, 0.4);
  text-align: center;
  font-weight: 900;
  border-radius: 20px;
}
.btn-appfields-fa a {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-appfields-fa::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 2em;
  height: 2em;
  left: auto;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-appfields-fa::after {
  position: absolute;
  z-index: 3;
  content: "";
  width: 0.5em;
  height: 0.5em;
  left: auto;
  right: 1.8em;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  background: url("/_assets/images/icon_newwin.svg") center center/100% auto no-repeat;
}
.btn-appfields-fa:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.btn-fa-vert-bs {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  padding: 1em;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 60px 40px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 60px 40px 0px rgba(0, 0, 0, 0.4);
  text-align: center;
  font-weight: 700;
  border-radius: 20px;
  line-height: 1.2;
  letter-spacing: -0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-fa-vert-bs a {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn-fa-vert-bs::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 2em;
  height: 2em;
  left: 0;
  right: 0;
  top: auto;
  bottom: 1em;
  margin: auto;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-fa-vert-bs::after {
  position: absolute;
  z-index: 3;
  content: "";
  width: 0.5em;
  height: 0.5em;
  left: 0;
  right: 0;
  top: auto;
  bottom: 1.8em;
  margin: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  background: url("/_assets/images/icon_newwin.svg") center center/100% auto no-repeat;
}
.btn-fa-vert-bs:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.btn-fa-vert-pcap {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}

.btn-fa-vert-resi {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.btn-fa-vert-resi::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-flt-bs {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  content: "";
  z-index: 9993;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100px;
  font-weight: 900;
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15);
}

.menu-appfilds02-lft {
  left: -150px;
}

.menu-appfilds02-rgt {
  right: -150px;
}

.link_zoom {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.link_zoom:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.hvr-scale {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.hvr-scale:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.hvr-cursor {
  cursor: pointer;
}

/*.btn-submit {
	border-radius: 100px;
	background: $white_base;
	display: inline-block;
	justify-content: space-between;
	align-items: center;
	padding: 1em 2.5em;
	color: #fff;
	background: linear-gradient(to right, #0081e3, #004bb4);
	transition: all 0.2s ease;
	span::nth-child(2){
		width: 1em;
		height: 1em;
		padding: 1em;
		color: $navy;
	}
	&:hover {
		transition: all 0.2s ease;
		color: $white_base;
		//transform: scale(0.9);
		//background: linear-gradient(180deg, #29c0ff 0, #0081e3 100%);
		background: red;
		@include a_text_style( $white_base, none );
	}
	&:disabled {
		transition: all 0.2s ease;
		color: rgba(0,0,0,0.2);
		background: $white_scale4;
	}
}*/
.btn-coral {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-style: solid;
  border-width: 0.2em;
  border-radius: 100px;
  background: #f94141;
  text-align: center;
  padding: 0.5em 0.5em 0.5em 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 10em;
  color: #fff;
  border-color: #f94141;
  text-decoration: none;
}
.btn-coral:hover {
  color: #fff;
}
.btn-coral:active {
  color: #fff;
}
.btn-coral:link {
  color: #fff;
}
.btn-coral:visited {
  color: #fff;
}
.btn-coral > span:nth-child(2) {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #f94141;
  width: 1em;
  height: 1em;
  padding: 1em;
  border-radius: 50%;
}
.btn-coral:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #f94141;
  background: #fff;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  text-decoration: none;
}
.btn-coral:hover:hover {
  color: #f94141;
}
.btn-coral:hover:active {
  color: #f94141;
}
.btn-coral:hover:link {
  color: #f94141;
}
.btn-coral:hover:visited {
  color: #f94141;
}
.btn-coral:hover span:nth-child(2) {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #f94141;
  color: #fff;
}
.btn-coral:disabled {
  color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  background: #f0f0f0;
}
.btn-coral:disabled:hover {
  color: rgba(0, 0, 0, 0.2);
}
.btn-coral:disabled span:nth-child(2) {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #f0f0f0;
  color: rgba(0, 0, 0, 0.2);
}

.btn-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-style: solid;
  border-width: 0.2em;
  border-radius: 100px;
  background: #fff;
  text-align: center;
  padding: 0.5em 0.5em 0.5em 1.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 10em;
  color: #100190;
  border-color: #100190;
  text-decoration: none;
}
.btn-submit:hover {
  color: #100190;
}
.btn-submit:active {
  color: #100190;
}
.btn-submit:link {
  color: #100190;
}
.btn-submit:visited {
  color: #100190;
}
.btn-submit > span:nth-child(2) {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #100190;
  color: #fff;
  width: 1em;
  height: 1em;
  padding: 1em;
  border-radius: 50%;
}
.btn-submit:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  background: #100190;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  text-decoration: none;
}
.btn-submit:hover:hover {
  color: #fff;
}
.btn-submit:hover:active {
  color: #fff;
}
.btn-submit:hover:link {
  color: #fff;
}
.btn-submit:hover:visited {
  color: #fff;
}
.btn-submit:hover span:nth-child(2) {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  color: #100190;
}
.btn-submit:disabled {
  color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  background: #f0f0f0;
}
.btn-submit:disabled:hover {
  color: rgba(0, 0, 0, 0.2);
}
.btn-submit:disabled span:nth-child(2) {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #f0f0f0;
  color: rgba(0, 0, 0, 0.2);
}

/*
//////////////////////////////////////////////////////////////////

// Table Design
// テーブル

01:レイアウト
02:モジュール

//////////////////////////////////////////////////////////////////
*/
.table_brd {
  -ms-overflow-style: none;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%;
}
.table_brd table {
  position: relative;
  border-top: 3px;
  border-right: 3px;
  border-bottom: 3px;
  border-left: 3px;
  border-style: solid;
  border-color: #413490;
  border-collapse: collapse;
}
.table_brd table tr {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.table_brd table tr:hover {
  background: #f0f0f0;
}
.table_brd table tr:hover td {
  background: #f0f0f0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.table_brd table th {
  text-align: left;
  padding: 10px;
  border-top: 0;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 0;
  border-style: solid;
  border-color: #d1d1d1;
  background: #fafafa;
  color: 1.4rem;
}
.table_brd table td {
  text-align: left;
  padding: 10px;
  border-top: 0;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 0;
  border-style: solid;
  border-color: #d1d1d1;
  background: #fff;
}
.table_brd caption {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 10px;
  border-top: 5px;
  border-right: 5px;
  border-bottom: 5px;
  border-left: 5px;
  border-style: solid;
  border-color: #413490;
  background: #413490;
  border-radius: 3px 3px 0 0/3px 3px 0 0;
  font-weight: bold;
  text-align: left;
}
.table_brd th a {
  float: right;
}
.table_brd label {
  margin: 5px;
}
.table_brd thead {
  background: #fafafa;
}
.table_brd thead td {
  background: #fafafa;
}

.lang_jp .table_brd {
  font-size: 1.4rem;
}

.lang_en .table_brd {
  font-size: 1.6rem;
}

.table_line {
  width: 100%;
}
.table_line table {
  position: relative;
  border: 0;
  border-collapse: collapse;
}
.table_line table caption {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 10px;
  background: #fafafa;
  font-weight: 900;
}
.table_line table thead {
  background: #fafafa;
}
.table_line table thead td {
  background: #fafafa;
}
.table_line table tr {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: -1px;
}
.table_line table tr:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #f0f0f0;
}
.table_line table tr:hover td, .table_line table tr:hover th {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #f0f0f0;
}
.table_line table tr:nth-child(even) {
  background: #fafafa;
}
.table_line table th {
  text-align: left;
  padding: 10px;
  border-width: 1px 0px 1px 0;
  border-style: solid;
  border-color: #d1d1d1;
}
.table_line table th a {
  float: right;
}
.table_line table td {
  text-align: left;
  padding: 10px;
  border-width: 1px 0px 1px 0;
  border-style: solid;
  border-color: #d1d1d1;
}
.table_line table label {
  margin: 5px;
}

.table-line-drk {
  width: 100%;
}
.table-line-drk table {
  position: relative;
  border: 0;
  border-collapse: collapse;
  color: rgb(204, 204, 204);
  background: rgb(26, 26, 26);
}
.table-line-drk table caption {
  font-size: 1.6rem;
  text-align: center;
  padding: 10px;
  background: rgb(77, 77, 77);
  font-weight: 900;
}
.table-line-drk table thead {
  background: rgba(255, 255, 255, 0.03);
}
.table-line-drk table thead td {
  background: rgba(255, 255, 255, 0.03);
}
.table-line-drk table tr {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: -1px;
}
.table-line-drk table tr:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: rgb(0, 0, 0);
}
.table-line-drk table tr:hover td, .table-line-drk table tr:hover th {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: rgb(0, 0, 0);
}
.table-line-drk table tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}
.table-line-drk table th {
  text-align: left;
  padding: 10px;
  border-width: 1px 0px 1px 0;
  border-style: solid;
  border-color: rgb(64, 64, 64);
}
.table-line-drk table th a {
  float: right;
}
.table-line-drk table td {
  text-align: left;
  padding: 10px;
  border-width: 1px 0px 1px 0;
  border-style: solid;
  border-color: rgb(64, 64, 64);
}
.table-line-drk table label {
  margin: 5px;
}

.lang_jp .table_line,
.lang_jp .table-line-drk {
  font-size: 1.4rem;
}

.lang_en .table_line,
.lang_en .table-line-drk {
  font-size: 1.4rem;
}

.table_layout_fixed {
  table-layout: fixed;
}

.table-grid {
  display: grid;
  grid-auto-flow: column;
}

.table-grid-col {
  display: contents;
}
.table-grid-col .table-grid-cont {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-bottom: 1px solid #dbdbdb;
  background: #fafafa;
}
.table-grid-col .table-grid-cont:hover {
  background: #f0f0f0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.table-grid-col .table-grid-cont:nth-child(odd) {
  background: transparent;
}
.table-grid-col .table-grid-cont:nth-child(odd):hover {
  background: #ebebeb;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tgrid-row9 {
  grid-template-rows: repeat(9, auto);
}

.tgrid-row15 {
  grid-template-rows: repeat(15, auto);
}

.tgrid-row16 {
  grid-template-rows: repeat(16, auto);
}

.tgrid-row19 {
  grid-template-rows: repeat(19, auto);
}

.tgrid-row23 {
  grid-template-rows: repeat(23, auto);
}

.tgrid-row34 {
  grid-template-rows: repeat(34, auto);
}

.tgrid-row35 {
  grid-template-rows: repeat(35, auto);
}

.tgrid-row37 {
  grid-template-rows: repeat(37, auto);
}

.tgrid-row38 {
  grid-template-rows: repeat(38, auto);
}

.tgrid-col4 {
  grid-template-columns: repeat(4, auto);
}

.tgrid-col7 {
  grid-template-columns: repeat(7, auto);
}

.table_scroll {
  width: 100%;
  overflow-x: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.table_scroll table {
  width: 700px;
}

.table_scroll_tb {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.table_scroll_tb table {
  width: 900px;
}

.tscroll-navi {
  position: relative;
  text-align: center;
}
.tscroll-navi::before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1ba2e6;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0%;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
  -webkit-animation: bounce 2s ease-in-out 3s infinite;
  animation: bounce 2s ease-in-out 3s infinite;
}

@-webkit-keyframes bounce {
  0% {
    right: 0%;
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    width: 10px;
    height: 10px;
    right: 100%;
    opacity: 0;
  }
}

@keyframes bounce {
  0% {
    right: 0%;
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    width: 10px;
    height: 10px;
    right: 100%;
    opacity: 0;
  }
}

.th_4l {
  width: 40%;
}

.th_xl {
  width: 30%;
}

.th_md {
  width: 20%;
}

.th_bs {
  width: 15%;
}

.tablesorter .header,
.tablesorter .tablesorter-header {
  /* black (unsorted) double arrow */
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  /* white (unsorted) double arrow */
  /* background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); */
  /* image */
  /* background-image: url(images/black-unsorted.gif); */
  background-repeat: no-repeat;
  background-position: center right;
  padding: 10px 20px 10px 10px;
  white-space: normal;
  cursor: pointer;
}


.tablesorter .tablesorter-headerAsc {
  background-color: #e6e6e6;
  /* black asc arrow */
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
  /* white asc arrow */
  /* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); */
  /* image */
  /* background-image: url(images/black-asc.gif); */
}


.tablesorter .tablesorter-headerDesc {
  background-color: #e6e6e6;
  /* black desc arrow */
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
  /* white desc arrow */
  /* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7); */
  /* image */
  /* background-image: url(images/black-desc.gif); */
  padding-top: 3px;
}

.table-design2 table {
  position: relative;
  border-collapse: separate;
  border-spacing: 0.5em;
}
.table-design2 table th {
  padding: 1.5em;
}
.table-design2 table td {
  padding: 1.5em;
}

.td-bg-wht table td {
  background: #fff;
}

/*
//////////////////////////////////////////////////////////////////

// Title
// タイトル

//////////////////////////////////////////////////////////////////
*/
.ttl-cate {
  -webkit-animation: fadeInTop 0.3s ease-in 1 alternate forwards running;
          animation: fadeInTop 0.3s ease-in 1 alternate forwards running;
  position: relative;
  width: 99%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(260px + (1vw - 3.2px) * 12.5);
}
.ttl-cate::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  border-radius: 0 0 3em 3em;
  mix-blend-mode: multiply;
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  height: calc(260px + (1vw - 3.2px) * 9.8214285714);
}
.ttl-cate::after {
  position: absolute;
  content: "";
  z-index: -2;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 480px;
  border-radius: 0 0 3em 3em;
  height: calc(260px + (1vw - 3.2px) * 9.8214285714);
}

.ttl-cate-innr {
  width: 100%;
  z-index: 3;
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.ttl-cate-sb {
  position: relative;
  font-family: "DIN Pro Condensed";
  font-size: calc(24px + (1vw - 3.2px) * 2.1428571429);
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: 0.25rem;
}
.ttl-cate-sb::before {
  position: absolute;
  content: "";
  z-index: -1;
  bottom: -50px;
  left: 0;
  width: 100px;
  height: 5px;
  background: #fff;
}

.ttl-cate-mn {
  font-size: 1.2rem;
  color: #fff;
  vertical-align: middle;
  margin-top: 5px;
  font-weight: 900;
}

.ttl-cate-bc {
  width: auto;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 0;
  margin-top: 70px;
  padding: 5px 0 10px;
}
.ttl-cate-bc ol {
  overflow-x: scroll;
  white-space: nowrap;
  width: 335px;
}
.ttl-cate-bc ol li {
  font-size: 1.1rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding-right: 20px;
}
.ttl-cate-bc ol li a {
  position: relative;
  text-decoration: none;
}
.ttl-cate-bc ol li a:hover {
  color: #fff;
}
.ttl-cate-bc ol li a:active {
  color: #fff;
}
.ttl-cate-bc ol li a:link {
  color: #fff;
}
.ttl-cate-bc ol li a:visited {
  color: #fff;
}
.ttl-cate-bc ol li a::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ttl-cate-bc ol li a:hover {
  text-decoration: underline;
}
.ttl-cate-bc ol li a:hover::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ttl-cate-bc ol li a img {
  width: 13px;
  margin-right: 3px;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.ttl-cate-bc2 {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ttl-cate-bc2 ol {
  overflow-x: scroll;
  white-space: nowrap;
  width: 335px;
}
.ttl-cate-bc2 ol li {
  font-size: 1.1rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding-right: 20px;
}
.ttl-cate-bc2 ol li a {
  position: relative;
  text-decoration: none;
}
.ttl-cate-bc2 ol li a:hover {
  color: #fff;
}
.ttl-cate-bc2 ol li a:active {
  color: #fff;
}
.ttl-cate-bc2 ol li a:link {
  color: #fff;
}
.ttl-cate-bc2 ol li a:visited {
  color: #fff;
}
.ttl-cate-bc2 ol li a::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ttl-cate-bc2 ol li a:hover {
  text-decoration: underline;
}
.ttl-cate-bc2 ol li a:hover::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ttl-cate-bc2 ol li a img {
  width: 13px;
  margin-right: 3px;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.ttl-page {
  width: 100%;
  display: table;
}

.ttl-page-lft {
  display: table-cell;
  vertical-align: middle;
}

.ttl-page-rgt {
  display: table-cell;
  vertical-align: middle;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.lang_jp .ttl-page-mn {
  position: relative;
  line-height: 1.4;
  padding: 0.4em 0;
  font-size: calc(20px + (1vw - 3.2px) * 0.7142857143);
  font-weight: 900;
  letter-spacing: 0.2rem;
}
.lang_jp .ttl-page-mn::after {
  position: absolute;
  content: "";
  margin: auto;
  width: 1em;
  height: 1px;
  background: #100190;
  bottom: 0;
  left: 0;
}

.lang_en .ttl-page-mn {
  position: relative;
  line-height: 1.4;
  padding: 0.4em 0;
  font-size: calc(20px + (1vw - 3.2px) * 0.7142857143);
  font-weight: 900;
  font-family: "Inter";
}
.lang_en .ttl-page-mn::after {
  position: absolute;
  content: "";
  margin: auto;
  width: 1em;
  height: 1px;
  background: #100190;
  bottom: 0;
  left: 0;
}

.ttl-page-sb {
  color: #1e489d;
  line-height: 1;
  font-family: "DIN Pro";
  letter-spacing: 0.15rem;
  font-weight: bold;
  font-size: calc(14px + (1vw - 3.2px) * 0.1785714286);
}

.ttl-page-navi {
  display: inline;
  position: relative;
  text-decoration: none;
  padding-right: calc(25px + (1vw - 3.2px) * 0.4464285714);
  font-size: calc(14px + (1vw - 3.2px) * 0.1785714286);
}
.ttl-page-navi:hover {
  color: #333;
}
.ttl-page-navi:active {
  color: #333;
}
.ttl-page-navi:link {
  color: #333;
}
.ttl-page-navi:visited {
  color: #333;
}
.ttl-page-navi::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ttl-page-navi:hover::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ttl-page-navi:hover {
  text-decoration: underline;
}

.error404 {
  background: #fafafa;
}
.error404 .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.error404 .ttl-cate::after {
  background: center bottom/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup63.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup63.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup63.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup63.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup63.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup63.jpg") type("image/jpeg"));
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  height: 700px;
}

.lang_en.error404 .ttl-cate::after {
  background: center bottom/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup63.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup63.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup63.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup63.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup63.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup63.jpg") type("image/jpeg"));
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.error500 {
  background: #fafafa;
}
.error500 .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.error500 .ttl-cate::after {
  background: center top/150% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup64.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup64.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup64.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup64.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup64.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup64.jpg") type("image/jpeg"));
  left: 0;
  height: 700px;
}

.lang_en.error500 .ttl-cate::after {
  background: center top/150% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup64.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup64.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup64.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup64.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup64.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup64.jpg") type("image/jpeg"));
  left: 0;
}

.sitemap {
  background: #fafafa;
}
.sitemap .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.sitemap .ttl-cate::after {
  background: -50px top/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup81.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup81.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup81.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup81.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup81.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup81.jpg") type("image/jpeg"));
  left: 0;
  height: 700px;
  height: 500px;
}

.lang_en.sitemap .ttl-cate::after {
  background: -50px top/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup81.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup81.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup81.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup81.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup81.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup81.jpg") type("image/jpeg"));
  left: 0;
}

.product_index {
  background: #fafafa;
}
.product_index .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.product_index .ttl-cate::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup8.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup8.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup8.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup8.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup8.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup8.jpg") type("image/jpeg"));
  left: 0;
  height: 700px;
}

.lang_en.product_index .ttl-cate::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup8.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup8.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup8.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup8.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup8.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup8.jpg") type("image/jpeg"));
  left: 0;
}

.touchscreen_index {
  background: #fafafa;
}
.touchscreen_index .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 900px;
}
.touchscreen_index .ttl-cate::after {
  background: -250px bottom/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup4.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup4.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup4.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup4.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup4.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup4.jpg") type("image/jpeg"));
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  height: 900px;
}

.lang_en.touchscreen_index .ttl-cate::after {
  background: -250px bottom/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup4.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup4.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup4.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup4.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup4.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup4.jpg") type("image/jpeg"));
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.module_index {
  background: #fafafa;
}
.module_index .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.module_index .ttl-cate::after {
  background: center bottom/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup25.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup25.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup25.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup25.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup25.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup25.jpg") type("image/jpeg"));
  left: 0;
  height: 700px;
}

.lang_en.module_index .ttl-cate::after {
  background: center bottom/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup25.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup25.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup25.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup25.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup25.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup25.jpg") type("image/jpeg"));
  left: 0;
}

.module_tk_s {
  background: #fafafa;
}
.module_tk_s .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.module_tk_s .ttl-cate::after {
  background: left -100px/300% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup38.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup38.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup38.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup38.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup38.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup38.jpg") type("image/jpeg"));
  left: 0;
  height: 700px;
}

.lang_en.module_tk_s .ttl-cate::after {
  background: left -100px/300% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup38.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup38.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup38.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup38.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup38.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup38.jpg") type("image/jpeg"));
  left: 0;
}

.module_tk_a {
  background: #fafafa;
}
.module_tk_a .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.module_tk_a .ttl-cate::after {
  left: 0;
  background: center bottom/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup52.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup52.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup52.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup52.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup52.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup52.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.module_tk_a .ttl-cate::after {
  left: 0;
  background: center bottom/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup52.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup52.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup52.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup52.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup52.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup52.jpg") type("image/jpeg"));
}

.module_tk_b {
  background: #fafafa;
}
.module_tk_b .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.module_tk_b .ttl-cate::after {
  left: 0;
  background: center bottom/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup53.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup53.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup53.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup53.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup53.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup53.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.module_tk_b .ttl-cate::after {
  left: 0;
  background: center bottom/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup53.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup53.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup53.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup53.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup53.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup53.jpg") type("image/jpeg"));
}

.header-bg {
  position: relative;
  width: 100%;
  height: 80px;
  /*&::after {
    position: absolute;
    content: "";
    z-index: 0;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: 500px;
    width: 80%;
    background-image: linear-gradient(
      to left, 
      #f0ab76 0%, 
      #dca0a2 26%, 
      #b798d5 54%, 
      #94a5e5 80%, 
      #70b6e7 100%
    );// 113deg
    transform: scaleX(1) scaleY(1) perspective(6em) rotateX(-2deg);
    transform-origin: top left right;
    border-radius: 0 0 3em 3em;
    mix-blend-mode: multiply;
    //opacity: 0.5;
  }*/
}
.header-bg::before {
  position: absolute;
  content: "";
  z-index: 0;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 70px;
  width: 100%;
  background: #000;
  -webkit-transform: scaleX(1) scaleY(1) perspective(6em) rotateX(-2deg);
          transform: scaleX(1) scaleY(1) perspective(6em) rotateX(-2deg);
  -webkit-transform-origin: top left right;
          transform-origin: top left right;
  border-radius: 0 0 2em 2em;
}

/*.lang_en.module_tap {
  .ttl-cate { &::after { @include appfields-tap-img($img_path_en); }}
}*/
.ttl-hdr-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*&::before {
  	position: absolute;
  	content: "";
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	//z-index: -1;
  	margin: auto;
  	transform: scaleX(1) scaleY(1) perspective(6em) rotateX(1deg);
  	transform-origin: top left right;

  	background: #fff;
  	height: 100%;
  	//border-radius: 0 0 15px 0;
  	border-radius: 40px;
     box-shadow: 0px -60px 40px 0px rgba(0,0,0,0.4);
  }*/
}

.monitor_index {
  background: #fafafa;
}
.monitor_index .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 900px;
}
.monitor_index .ttl-cate::after {
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup30.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup30.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup30.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup30.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup30.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup30.jpg") type("image/jpeg"));
  height: 900px;
}

.lang_en.monitor_index .ttl-cate::after {
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup30.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup30.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup30.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup30.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup30.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup30.jpg") type("image/jpeg"));
}

.monitor_stm {
  background: #fafafa;
}
.monitor_stm .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.monitor_stm .ttl-cate::after {
  left: 0;
  background: left top/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup27.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup27.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup27.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup27.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup27.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup27.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.monitor_stm .ttl-cate::after {
  left: 0;
  background: left top/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup27.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup27.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup27.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup27.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup27.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup27.jpg") type("image/jpeg"));
}

.monitor_tmg {
  background: #fafafa;
}
.monitor_tmg .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.monitor_tmg .ttl-cate::after {
  left: 0;
  background: -280px -60px/260% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup14.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup14.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup14.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup14.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup14.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup14.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.monitor_tmg .ttl-cate::after {
  left: 0;
  background: -280px -60px/260% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup14.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup14.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup14.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup14.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup14.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup14.jpg") type("image/jpeg"));
}

.monitor_tmh {
  background: #fafafa;
}
.monitor_tmh .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.monitor_tmh .ttl-cate::after {
  left: 0;
  background: -280px -60px/260% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup9.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup9.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup9.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup9.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup9.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup9.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.monitor_tmh .ttl-cate::after {
  left: 0;
  background: -280px -60px/260% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup9.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup9.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup9.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup9.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup9.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup9.jpg") type("image/jpeg"));
}

.computer_index {
  background: #fafafa;
}
.computer_index .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.computer_index .ttl-cate::after {
  left: 0;
  background: -300px top/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup36.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup36.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup36.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup36.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup36.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup36.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.computer_index .ttl-cate::after {
  left: 0;
  background: -300px top/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup36.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup36.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup36.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup36.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup36.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup36.jpg") type("image/jpeg"));
}

.computer_emg {
  background: #fafafa;
}
.computer_emg .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.computer_emg .ttl-cate::after {
  left: 0;
  background: -280px -60px/260% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup34.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup34.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup34.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup34.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup34.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup34.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.computer_emg .ttl-cate::after {
  left: 0;
  background: -280px -60px/260% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup34.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup34.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup34.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup34.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup34.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup34.jpg") type("image/jpeg"));
}

.computer_em8 {
  background: #fafafa;
}
.computer_em8 .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.computer_em8 .ttl-cate::after {
  left: 0;
  background: -50px -60px/260% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup79.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup79.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup79.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup79.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup79.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup79.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.computer_em8 .ttl-cate::after {
  left: 0;
  background: -50px -60px/260% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup79.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup79.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup79.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup79.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup79.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup79.jpg") type("image/jpeg"));
}

.display_index {
  background: #fafafa;
}
.display_index .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.display_index .ttl-cate::after {
  left: 0;
  background: -400px -20px/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup22.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup22.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup22.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup22.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup22.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup22.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.display_index .ttl-cate::after {
  left: 0;
  background: -400px -20px/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup22.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup22.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup22.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup22.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup22.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup22.jpg") type("image/jpeg"));
}

.display_is7 {
  background: #fafafa;
}
.display_is7 .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.display_is7 .ttl-cate::after {
  background: -400px -20px/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup22.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup22.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup22.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup22.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup22.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup22.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.display_is7 .ttl-cate::after {
  background: -400px -20px/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup22.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup22.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup22.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup22.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup22.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup22.jpg") type("image/jpeg"));
}

.pendant_index {
  background: #fafafa;
}
.pendant_index .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.pendant_index .ttl-cate::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup32.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup32.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup32.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup32.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup32.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup32.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.pendant_index .ttl-cate::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup32.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup32.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup32.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup32.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup32.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup32.jpg") type("image/jpeg"));
}

.pendant_emp {
  background: #fafafa;
}
.pendant_emp .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.pendant_emp .ttl-cate::after {
  height: 700px;
  background: -50px -60px/265% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup32.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup32.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup32.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup32.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup32.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup32.jpg") type("image/jpeg"));
}

.lang_en.pendant_emp .ttl-cate::after {
  background: -50px -60px/265% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup32.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup32.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup32.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup32.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup32.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup32.jpg") type("image/jpeg"));
}

.touchless_hg {
  background: #fafafa;
}
.touchless_hg .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.touchless_hg .ttl-cate::after {
  left: 0;
  background: -280px -60px/260% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup84.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup84.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup84.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup84.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup84.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup84.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.touchless_hg .ttl-cate::after {
  left: 0;
  background: -280px -60px/260% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup84.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup84.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup84.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup84.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup84.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup84.jpg") type("image/jpeg"));
}

.touchscreen_gsurface {
  background: #fafafa;
}
.touchscreen_gsurface .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.touchscreen_gsurface .ttl-cate::after {
  left: 0;
  background: -280px -60px/260% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup86.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup86.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup86.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup86.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup86.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup86.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.touchscreen_gsurface .ttl-cate::after {
  left: 0;
  background: -280px -60px/260% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup86.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup86.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup86.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup86.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup86.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup86.jpg") type("image/jpeg"));
}

.software_index {
  background: #fafafa;
}
.software_index .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.software_index .ttl-cate::after {
  background: -300px top/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup37.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup37.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup37.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup37.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup37.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup37.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.software_index .ttl-cate::after {
  background: -300px top/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup37.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup37.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup37.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup37.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup37.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup37.jpg") type("image/jpeg"));
}

.software_dmtdd {
  background: #fafafa;
}
.software_dmtdd .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.software_dmtdd .ttl-cate::after {
  left: 0;
  height: 700px;
  background: -300px top/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup13.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup13.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup13.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup13.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup13.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup13.jpg") type("image/jpeg"));
}

.lang_en.software_dmtdd .ttl-cate::after {
  background: -300px top/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup13.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup13.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup13.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup13.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup13.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup13.jpg") type("image/jpeg"));
}

.software_builder {
  background: #fafafa;
}
.software_builder .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.software_builder .ttl-cate::after {
  left: 0;
  height: 700px;
  background: -300px top/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup42.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup42.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup42.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup42.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup42.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup42.jpg") type("image/jpeg"));
}

.lang_en.software_builder .ttl-cate::after {
  background: -300px top/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup42.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup42.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup42.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup42.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup42.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup42.jpg") type("image/jpeg"));
}

.appfields_index {
  background: #fafafa;
}
.appfields_index .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.appfields_index .ttl-cate::after {
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup21.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup21.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup21.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup21.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup21.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup21.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.appfields_index .ttl-cate::after {
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup21.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup21.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup21.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup21.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup21.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup21.jpg") type("image/jpeg"));
}

.appfields_001 {
  background: #fafafa;
}
.appfields_001 .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.appfields_001 .ttl-cate::after {
  left: 0;
  background: -280px -60px/260% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup82.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup82.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup82.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup82.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup82.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup82.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.appfields_001 .ttl-cate::after {
  left: 0;
  background: -280px -60px/260% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup82.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup82.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup82.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup82.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup82.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup82.jpg") type("image/jpeg"));
}

.appfields_002 {
  background: #fafafa;
}
.appfields_002 .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.appfields_002 .ttl-cate::after {
  left: 0;
  background: center -300px/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup39.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup39.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup39.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup39.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup39.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup39.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.appfields_002 .ttl-cate::after {
  left: 0;
  background: center -300px/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup39.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup39.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup39.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup39.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup39.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup39.jpg") type("image/jpeg"));
}

.apps-001-topimg {
  position: relative;
}
.apps-001-topimg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup93.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup93.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup93.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup93.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup93.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup93.jpg") type("image/jpeg"));
  mix-blend-mode: overlay;
}

.appfields001-person2 {
  position: absolute;
  content: "";
  margin: auto;
  left: 0;
  right: auto;
  bottom: -60px;
  left: auto;
  right: 10em;
  bottom: 0;
  width: 30%;
}

.appfields001-person3 {
  position: absolute;
  content: "";
  margin: auto;
  left: auto;
  right: 0;
  bottom: -60px;
  bottom: 0;
  width: 32.5%;
}

.appfields001-person4 {
  position: absolute;
  content: "";
  margin: auto;
  left: auto;
  right: 12em;
  bottom: -60px;
  right: 18em;
  bottom: 0;
  width: 25%;
}

.apps_002 {
  background: -webkit-gradient(linear, left top, right top, from(#fff0fe), color-stop(#e8e2ff), to(#e2f2ff)) !important;
  background: -webkit-linear-gradient(left, #fff0fe, #e8e2ff, #e2f2ff) !important;
  background: linear-gradient(to right, #fff0fe, #e8e2ff, #e2f2ff) !important;
  /*.header-lft {
    &::before {
      border-bottom: 4px solid rgb(0, 90, 179)!important;
      border-left: 4px solid rgb(0, 90, 179)!important;
      border-right: 4px solid rgb(0, 90, 179)!important;
    }
  }*/
}

.apps-002-topimg {
  position: relative;
  overflow: hidden;
  /*.header-bg {
    position: relative;
    width: 100%;
    &::before {
      position: absolute;
      content: "";
      z-index: 0;
      top: 0;
      margin: auto;
      left: 0;
      right: 0;
      height: 70px;
      width: 100%;
      background: #000;
      transform: scaleX(1) scaleY(1) perspective(6em) rotateX(-2deg);
      transform-origin: top left right;
      border-radius: 0 0 2em 2em;
      @include mq('md') {
        height: 120px;
        width: 95%;
      }
    }
  }*/
}
.apps-002-topimg::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup80.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup80.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup80.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup80.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup80.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup80.jpg") type("image/jpeg"));
}
.apps-002-topimg::after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 50%;
  height: 200%;
  top: 0;
  right: 20%;
  -webkit-transform: skew(-30deg);
          transform: skew(-30deg);
  /*background: linear-gradient(
    to right,
    #20818a 0%,
    #fabd27 30%,
    #f4513e 60%,
    #2e71da 100%
  );*/
  background: #0081c8;
  mix-blend-mode: multiply;
}

.appfields002-person2 {
  position: absolute;
  z-index: 3;
  content: "";
  margin: auto;
  left: 10%;
  right: auto;
  bottom: -60px;
  bottom: 0;
  width: 40%;
}

.appfields002-person3 {
  position: absolute;
  z-index: 4;
  content: "";
  margin: auto;
  left: auto;
  right: 0;
  bottom: -60px;
  bottom: 0;
  width: 32.5%;
}

.appfields002-person4 {
  position: absolute;
  z-index: 3;
  content: "";
  margin: auto;
  left: auto;
  right: 11em;
  bottom: -60px;
  bottom: 0;
  width: 35%;
}

.apps-003-topimg {
  position: relative;
  overflow: hidden;
}
.apps-003-topimg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup16.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup16.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup16.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup16.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup16.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup16.jpg") type("image/jpeg"));
  mix-blend-mode: multiply;
}
.apps-003-topimg::after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  height: 200%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  mix-blend-mode: multiply;
  background: -webkit-gradient(linear, left bottom, left top, from(#0000f0), to(#00d084));
  background: -webkit-linear-gradient(bottom, #0000f0 0%, #00d084 100%);
  background: linear-gradient(0deg, #0000f0 0%, #00d084 100%);
}

.appfields003-person1 {
  position: absolute;
  content: "";
  margin: auto;
  left: auto;
  right: 0;
  bottom: -60px;
  bottom: 0;
  width: 32.5%;
}

.appfields003-person2 {
  position: absolute;
  content: "";
  margin: auto;
  left: 0;
  right: auto;
  bottom: -60px;
  left: auto;
  right: 10em;
  bottom: 0;
  width: 25%;
}

.appfields003-person3 {
  position: absolute;
  content: "";
  margin: auto;
  left: auto;
  right: 0;
  bottom: -60px;
  bottom: 0;
  width: 32.5%;
}

.appfields003-person4 {
  position: absolute;
  content: "";
  margin: auto;
  left: auto;
  right: 12em;
  bottom: -60px;
  right: 15em;
  bottom: 0;
  width: 30%;
}

.apps_inout {
  position: relative;
  padding-top: 110px !important;
  background-color: rgb(242, 242, 242) !important;
  overflow-x: hidden;
}
.apps_inout::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  margin: auto;
  background: -webkit-gradient(linear, left top, right top, from(#49a795), color-stop(30%, #67b5b7), color-stop(60%, #5E96C3), to(#dc716e));
  background: -webkit-linear-gradient(left, #49a795 0%, #67b5b7 30%, #5E96C3 60%, #dc716e 100%);
  background: linear-gradient(to right, #49a795 0%, #67b5b7 30%, #5E96C3 60%, #dc716e 100%);
  width: 100%;
  height: 90px;
  border-radius: 0 0 30px 0;
}
.apps_inout .ttl-cate-bc2 {
  color: #333 !important;
}
.apps_inout .ttl-cate-bc2 ol > li a {
  text-decoration: none;
}
.apps_inout .ttl-cate-bc2 ol > li a:hover {
  color: #333;
}
.apps_inout .ttl-cate-bc2 ol > li a:active {
  color: #333;
}
.apps_inout .ttl-cate-bc2 ol > li a:link {
  color: #333;
}
.apps_inout .ttl-cate-bc2 ol > li a:visited {
  color: #333;
}
.apps_inout .ttl-cate-bc2 ol > li a img {
  -webkit-filter: initial;
          filter: initial;
}

.software_solutions {
  background: #fafafa;
}
.software_solutions .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.software_solutions .ttl-cate::after {
  height: 700px;
  background: -300px top/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup41.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup41.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup41.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup41.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup41.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup41.jpg") type("image/jpeg"));
}

.lang_en.software_solutions .ttl-cate::after {
  background: -300px top/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup41.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup41.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup41.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup41.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup41.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup41.jpg") type("image/jpeg"));
}

.library_index {
  background: #fafafa;
}
.library_index .ttl-cate::before {
  background: rgba(0, 0, 0, 0.7);
  height: 700px;
}
.library_index .ttl-cate::after {
  height: 700px;
  background: right bottom/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup29.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup29.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup29.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup29.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup29.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup29.jpg") type("image/jpeg"));
}

.lang_en.library_index .ttl-cate::after {
  background: right bottom/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup29.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup29.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup29.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup29.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup29.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup29.jpg") type("image/jpeg"));
}

.library_001 {
  background: #fafafa;
}
.library_001 .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.library_001 .ttl-cate::after {
  height: 700px;
  background: center bottom/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/library/library_images_01_lg.avif") type("image/avif"), url("/_assets/images/_webp/library/library_images_01_lg.webp") type("image/webp"), url("/_assets/images/library/library_images_01_lg.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/library/library_images_01_lg.avif") type("image/avif"), url("/_assets/images/_webp/library/library_images_01_lg.webp") type("image/webp"), url("/_assets/images/library/library_images_01_lg.jpg") type("image/jpeg"));
}

.lang_en.library_001 .ttl-cate::after {
  background: center bottom/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/library/library_images_01_lg.avif") type("image/avif"), url("/english/_assets/images/_webp/library/library_images_01_lg.webp") type("image/webp"), url("/english/_assets/images/library/library_images_01_lg.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/library/library_images_01_lg.avif") type("image/avif"), url("/english/_assets/images/_webp/library/library_images_01_lg.webp") type("image/webp"), url("/english/_assets/images/library/library_images_01_lg.jpg") type("image/jpeg"));
}

.library_002 {
  background: #fafafa;
}
.library_002 .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.library_002 .ttl-cate::after {
  height: 700px;
  background: -300px -50px/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/library/library_images_02_lg.avif") type("image/avif"), url("/_assets/images/_webp/library/library_images_02_lg.webp") type("image/webp"), url("/_assets/images/library/library_images_02_lg.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/library/library_images_02_lg.avif") type("image/avif"), url("/_assets/images/_webp/library/library_images_02_lg.webp") type("image/webp"), url("/_assets/images/library/library_images_02_lg.jpg") type("image/jpeg"));
}

.lang_en.library_002 .ttl-cate::after {
  background: -300px -50px/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/library/library_images_02_lg.avif") type("image/avif"), url("/english/_assets/images/_webp/library/library_images_02_lg.webp") type("image/webp"), url("/english/_assets/images/library/library_images_02_lg.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/library/library_images_02_lg.avif") type("image/avif"), url("/english/_assets/images/_webp/library/library_images_02_lg.webp") type("image/webp"), url("/english/_assets/images/library/library_images_02_lg.jpg") type("image/jpeg"));
}

.library_003 {
  background: #fafafa;
}
.library_003 .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.library_003 .ttl-cate::after {
  height: 700px;
  background: -500px center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup33.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup33.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup33.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup33.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup33.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup33.jpg") type("image/jpeg"));
}

.lang_en.library_003 .ttl-cate::after {
  background: -500px center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup33.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup33.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup33.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup33.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup33.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup33.jpg") type("image/jpeg"));
}

.library_004 {
  background: #fafafa;
}
.library_004 .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.library_004 .ttl-cate::after {
  height: 700px;
  background: -500px center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup40.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup40.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup40.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup40.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup40.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup40.jpg") type("image/jpeg"));
}

.lang_en.library_004 .ttl-cate::after {
  background: -500px center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup40.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup40.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup40.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup40.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup40.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup40.jpg") type("image/jpeg"));
}

.library_005 {
  background: #fafafa;
}
.library_005 .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.library_005 .ttl-cate::after {
  height: 700px;
  background: -500px center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup54.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup54.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup54.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup54.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup54.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup54.jpg") type("image/jpeg"));
}

.lang_en.library_005 .ttl-cate::after {
  background: -500px center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup54.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup54.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup54.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup54.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup54.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup54.jpg") type("image/jpeg"));
}

.library_006 {
  background: #fafafa;
}
.library_006 .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.library_006 .ttl-cate::after {
  height: 700px;
  background: -500px center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup57.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup57.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup57.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup57.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup57.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup57.jpg") type("image/jpeg"));
}

.lang_en.library_006 .ttl-cate::after {
  background: -500px center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup57.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup57.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup57.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup57.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup57.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup57.jpg") type("image/jpeg"));
}

.library_007 {
  background: #fafafa;
}
.library_007 .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.library_007 .ttl-cate::after {
  height: 700px;
  background: -500px center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup90.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup90.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup90.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup90.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup90.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup90.jpg") type("image/jpeg"));
}

.lang_en.library_007 .ttl-cate::after {
  background: -500px center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup90.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup90.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup90.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup90.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup90.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup90.jpg") type("image/jpeg"));
}

.library_008 {
  background: #fafafa;
}
.library_008 .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.library_008 .ttl-cate::after {
  height: 700px;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup89.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup89.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup89.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup89.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup89.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup89.jpg") type("image/jpeg"));
}

.lang_en.library_008 .ttl-cate::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup89.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup89.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup89.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup89.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup89.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup89.jpg") type("image/jpeg"));
}

.library_009 {
  background: #fafafa;
}
.library_009 .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.library_009 .ttl-cate::after {
  height: 700px;
  background: center top/135% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup87.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup87.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup87.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup87.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup87.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup87.jpg") type("image/jpeg"));
}

.lang_en.library_009 .ttl-cate::after {
  background: center top/135% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup87.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup87.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup87.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup87.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup87.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup87.jpg") type("image/jpeg"));
}

.support_discon,
.support_chemical,
.support_certification {
  background: #fafafa;
}
.support_discon .ttl-cate::before,
.support_chemical .ttl-cate::before,
.support_certification .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.support_discon .ttl-cate::after,
.support_chemical .ttl-cate::after,
.support_certification .ttl-cate::after {
  height: 700px;
  background: -500px center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup62.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup62.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup62.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup62.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup62.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup62.jpg") type("image/jpeg"));
}

.lang_en.support_discon .ttl-cate::after,
.lang_en.support_chemical .ttl-cate::after,
.lang_en.support_certification .ttl-cate::after {
  background: -500px center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup62.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup62.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup62.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup62.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup62.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup62.jpg") type("image/jpeg"));
}

.csr_index,
.csr_management,
.csr_product_safety,
.csr_report,
.csr_message,
.csr_environment,
.csr_labor_practices,
.csr_supply_chain,
.csr_social_contribution,
.csr_human_rights,
.csr_governance {
  background: #fafafa;
}
.csr_index .ttl-cate::before,
.csr_management .ttl-cate::before,
.csr_product_safety .ttl-cate::before,
.csr_report .ttl-cate::before,
.csr_message .ttl-cate::before,
.csr_environment .ttl-cate::before,
.csr_labor_practices .ttl-cate::before,
.csr_supply_chain .ttl-cate::before,
.csr_social_contribution .ttl-cate::before,
.csr_human_rights .ttl-cate::before,
.csr_governance .ttl-cate::before {
  background: -webkit-linear-gradient(315deg, rgb(147, 112, 219) 0%, rgb(0, 191, 255) 40%, rgba(147, 112, 219, 0) 60%, rgba(0, 191, 255, 0) 100%);
  background: linear-gradient(135deg, rgb(147, 112, 219) 0%, rgb(0, 191, 255) 40%, rgba(147, 112, 219, 0) 60%, rgba(0, 191, 255, 0) 100%);
  height: 700px;
}
.csr_index .ttl-cate::after,
.csr_management .ttl-cate::after,
.csr_product_safety .ttl-cate::after,
.csr_report .ttl-cate::after,
.csr_message .ttl-cate::after,
.csr_environment .ttl-cate::after,
.csr_labor_practices .ttl-cate::after,
.csr_supply_chain .ttl-cate::after,
.csr_social_contribution .ttl-cate::after,
.csr_human_rights .ttl-cate::after,
.csr_governance .ttl-cate::after {
  left: 0;
  height: 700px;
  background: center top/135% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup87.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup87.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup87.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup87.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup87.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup87.jpg") type("image/jpeg"));
}

.lang_en.csr_index .ttl-cate::after,
.lang_en.csr_report .ttl-cate::after,
.lang_en.csr_management .ttl-cate::after,
.lang_en.csr_message .ttl-cate::after,
.lang_en.csr_product_safety .ttl-cate::after,
.lang_en.csr_environment .ttl-cate::after,
.lang_en.csr_labor_practices .ttl-cate::after,
.lang_en.csr_supply_chain .ttl-cate::after,
.lang_en.csr_social_contribution .ttl-cate::after,
.lang_en.csr_human_rights .ttl-cate::after,
.lang_en.csr_governance .ttl-cate::after {
  background: center top/135% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup87.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup87.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup87.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup87.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup87.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup87.jpg") type("image/jpeg"));
}

.contact_index .ttl-cate::after,
.contact_form_index .ttl-cate::after,
.contact_form_index_result .ttl-cate::after,
.contact_form_done .ttl-cate::after,
.contact_form_others .ttl-cate::after,
.contact_form_others_result .ttl-cate::after,
.contact_form_pr .ttl-cate::after,
.contact_form_pr_result .ttl-cate::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/page_top_images/page_top_images_support.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_support.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_support.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/page_top_images/page_top_images_support.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_support.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_support.jpg") type("image/jpeg"));
  left: 0;
}

.lang_en.contact_index .ttl-cate::after,
.lang_en.contact_form_index .ttl-cate::after,
.lang_en.contact_form_index_result .ttl-cate::after,
.lang_en.contact_form_done .ttl-cate::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_support.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_support.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_support.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_support.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_support.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_support.jpg") type("image/jpeg"));
  left: 0;
}

.solution_index {
  background: #fafafa;
}
.solution_index .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.solution_index .ttl-cate::after {
  background: -300px top/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup43.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup43.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup43.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup43.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup43.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup43.jpg") type("image/jpeg"));
  height: 700px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.lang_en.solution_index .ttl-cate::after {
  background: -300px top/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup43.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup43.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup43.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup43.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup43.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup43.jpg") type("image/jpeg"));
}

.solution_coverglass {
  background: #fafafa;
}
.solution_coverglass .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.solution_coverglass .ttl-cate::after {
  background: -300px top/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup60.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup60.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup60.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup60.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup60.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup60.jpg") type("image/jpeg"));
  height: 700px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.lang_en.solution_coverglass .ttl-cate::after {
  background: -300px top/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup60.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup60.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup60.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup60.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup60.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup60.jpg") type("image/jpeg"));
}

.touchscreen_lst,
.touchscreen_ast,
.touchscreen_qst,
.touchscreen_fst,
.touchscreen_mtr_g {
  background: #fafafa;
}
.touchscreen_lst .ttl-cate::before,
.touchscreen_ast .ttl-cate::before,
.touchscreen_qst .ttl-cate::before,
.touchscreen_fst .ttl-cate::before,
.touchscreen_mtr_g .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.touchscreen_lst .ttl-cate::after,
.touchscreen_ast .ttl-cate::after,
.touchscreen_qst .ttl-cate::after,
.touchscreen_fst .ttl-cate::after,
.touchscreen_mtr_g .ttl-cate::after {
  left: 0;
  background: -150px center/260% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/page_top_images/page_top_images_01.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_01.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_01.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/page_top_images/page_top_images_01.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_01.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_01.jpg") type("image/jpeg"));
  height: 700px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.lang_en.touchscreen_lst .ttl-cate::after,
.lang_en.touchscreen_ast .ttl-cate::after,
.lang_en.touchscreen_qst .ttl-cate::after,
.lang_en.touchscreen_fst .ttl-cate::after,
.lang_en.touchscreen_mtr_g .ttl-cate::after {
  left: 0;
  background: -150px center/260% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_01.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_01.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_01.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_01.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_01.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_01.jpg") type("image/jpeg"));
}

.touchscreen_dus_a,
.touchscreen_dus_n,
.touchscreen_dus_s,
.touchscreen_dus_la,
.touchscreen_dus_ld {
  background: #fafafa;
}
.touchscreen_dus_a .ttl-cate::before,
.touchscreen_dus_n .ttl-cate::before,
.touchscreen_dus_s .ttl-cate::before,
.touchscreen_dus_la .ttl-cate::before,
.touchscreen_dus_ld .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.touchscreen_dus_a .ttl-cate::after,
.touchscreen_dus_n .ttl-cate::after,
.touchscreen_dus_s .ttl-cate::after,
.touchscreen_dus_la .ttl-cate::after,
.touchscreen_dus_ld .ttl-cate::after {
  left: 0;
  background: -150px center/260% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup56.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup56.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup56.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup56.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup56.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup56.jpg") type("image/jpeg"));
  height: 700px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.lang_en.touchscreen_dus_a .ttl-cate::after,
.lang_en.touchscreen_dus_n .ttl-cate::after,
.lang_en.touchscreen_dus_s .ttl-cate::after,
.lang_en.touchscreen_dus_la .ttl-cate::after,
.lang_en.touchscreen_dus_ld .ttl-cate::after {
  left: 0;
  background: -150px center/260% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup56.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup56.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup56.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup56.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup56.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup56.jpg") type("image/jpeg"));
}

.solution_film,
.film_protection,
.film_overlay,
.film_antivirus,
.film_ar,
.film_antipeep,
.film_uv,
.film_afp,
.film_anr {
  background: #fafafa;
}
.solution_film .ttl-cate::before,
.film_protection .ttl-cate::before,
.film_overlay .ttl-cate::before,
.film_antivirus .ttl-cate::before,
.film_ar .ttl-cate::before,
.film_antipeep .ttl-cate::before,
.film_uv .ttl-cate::before,
.film_afp .ttl-cate::before,
.film_anr .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.solution_film .ttl-cate::after,
.film_protection .ttl-cate::after,
.film_overlay .ttl-cate::after,
.film_antivirus .ttl-cate::after,
.film_ar .ttl-cate::after,
.film_antipeep .ttl-cate::after,
.film_uv .ttl-cate::after,
.film_afp .ttl-cate::after,
.film_anr .ttl-cate::after {
  left: 0;
  background: -150px center/260% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup13.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup13.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup13.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup13.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup13.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup13.jpg") type("image/jpeg"));
  height: 700px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.lang_en.solution_film .ttl-cate::after,
.lang_en.film_protection .ttl-cate::after,
.lang_en.film_overlay .ttl-cate::after,
.lang_en.film_antivirus .ttl-cate::after,
.lang_en.film_ar .ttl-cate::after,
.lang_en.film_antipeep .ttl-cate::after,
.lang_en.film_uv .ttl-cate::after,
.lang_en.film_afp .ttl-cate::after,
.lang_en.film_anr .ttl-cate::after {
  left: 0;
  background: -150px center/260% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup13.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup13.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup13.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup13.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup13.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup13.jpg") type("image/jpeg"));
}

.solution_bonding {
  background: #fafafa;
}
.solution_bonding .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.solution_bonding .ttl-cate::after {
  background: -300px top/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup47.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup47.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup47.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup47.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup47.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup47.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.solution_bonding .ttl-cate::after {
  background: -300px top/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup47.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup47.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup47.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup47.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup47.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup47.jpg") type("image/jpeg"));
}

.size_model_index .ttl-cate::after,
.method_type .ttl-cate::after,
.scene_use_index .ttl-cate::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/page_top_images/page_top_images_common.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_common.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_common.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/page_top_images/page_top_images_common.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_common.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_common.jpg") type("image/jpeg"));
}

.lang_en.method_type .ttl-cate::after,
.lang_en.scene_use_index .ttl-cate::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_common.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_common.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_common.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_common.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_common.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_common.jpg") type("image/jpeg"));
}

.size_model_index {
  background: #fafafa;
}
.size_model_index .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.size_model_index .ttl-cate::after {
  left: 0;
  background: -150px center/260% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup34.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup34.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup34.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup34.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup34.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup34.jpg") type("image/jpeg"));
  height: 700px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.lang_en.size_model_index .ttl-cate::after {
  left: 0;
  background: -150px center/260% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup34.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup34.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup34.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup34.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup34.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup34.jpg") type("image/jpeg"));
}

.product_compare {
  background: #fafafa;
}
.product_compare .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.product_compare .ttl-cate::after {
  left: 0;
  background: -150px center/260% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup61.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup61.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup61.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup61.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup61.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup61.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.product_compare .ttl-cate::after {
  left: 0;
  background: -150px center/260% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup61.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup61.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup61.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup61.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup61.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup61.jpg") type("image/jpeg"));
}

.conventional_index,
.conventional_atp,
.conventional_dus,
.conventional_dus_u,
.conventional_dus_l,
.conventional_dfs {
  background: #fafafa;
}
.conventional_index .ttl-cate::before,
.conventional_atp .ttl-cate::before,
.conventional_dus .ttl-cate::before,
.conventional_dus_u .ttl-cate::before,
.conventional_dus_l .ttl-cate::before,
.conventional_dfs .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.conventional_index .ttl-cate::after,
.conventional_atp .ttl-cate::after,
.conventional_dus .ttl-cate::after,
.conventional_dus_u .ttl-cate::after,
.conventional_dus_l .ttl-cate::after,
.conventional_dfs .ttl-cate::after {
  left: 0;
  background: -150px center/260% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup45.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup45.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup45.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup45.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup45.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup45.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.conventional_index .ttl-cate::after,
.lang_en.conventional_atp .ttl-cate::after,
.lang_en.conventional_dus .ttl-cate::after,
.lang_en.conventional_dus_u .ttl-cate::after,
.lang_en.conventional_dus_l .ttl-cate::after,
.lang_en.conventional_dfs .ttl-cate::after {
  left: 0;
  background: -150px center/260% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup45.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup45.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup45.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup45.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup45.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup45.jpg") type("image/jpeg"));
}

.controller_index,
.controller_tsc_52,
.controller_tsc_54,
.controller_tsc_55,
.controller_mtr_x000,
.controller_dus_x200 {
  background: #fafafa;
}
.controller_index .ttl-cate::before,
.controller_tsc_52 .ttl-cate::before,
.controller_tsc_54 .ttl-cate::before,
.controller_tsc_55 .ttl-cate::before,
.controller_mtr_x000 .ttl-cate::before,
.controller_dus_x200 .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.controller_index .ttl-cate::after,
.controller_tsc_52 .ttl-cate::after,
.controller_tsc_54 .ttl-cate::after,
.controller_tsc_55 .ttl-cate::after,
.controller_mtr_x000 .ttl-cate::after,
.controller_dus_x200 .ttl-cate::after {
  left: 0;
  background: -150px center/260% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup31.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup31.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup31.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup31.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup31.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup31.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.controller_index .ttl-cate::after,
.lang_en.controller_tsc_52 .ttl-cate::after,
.lang_en.controller_tsc_54 .ttl-cate::after,
.lang_en.controller_tsc_55 .ttl-cate::after,
.lang_en.controller_mtr_x000 .ttl-cate::after,
.lang_en.controller_dus_x200 .ttl-cate::after {
  left: 0;
  background: -150px center/260% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup31.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup31.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup31.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup31.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup31.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup31.jpg") type("image/jpeg"));
}

.method_type_r_feature,
.method_type_r_principle,
.method_type_r_structure {
  background: #fafafa;
}
.method_type_r_feature .ttl-cate::before,
.method_type_r_principle .ttl-cate::before,
.method_type_r_structure .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.method_type_r_feature .ttl-cate::after,
.method_type_r_principle .ttl-cate::after,
.method_type_r_structure .ttl-cate::after {
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup89.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup89.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup89.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup89.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup89.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup89.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.method_type_r_feature .ttl-cate::after,
.lang_en.method_type_r_principle .ttl-cate::after,
.lang_en.method_type_r_structure .ttl-cate::after {
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup89.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup89.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup89.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup89.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup89.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup89.jpg") type("image/jpeg"));
}

.method_type_c_feature .ttl-cate::before,
.method_type_c_principle .ttl-cate::before,
.method_type_c_structure .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.method_type_c_feature .ttl-cate::after,
.method_type_c_principle .ttl-cate::after,
.method_type_c_structure .ttl-cate::after {
  background: center top/135% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup87.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup87.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup87.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup87.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup87.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup87.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.method_type_c_feature .ttl-cate::before,
.lang_en.method_type_c_principle .ttl-cate::before,
.lang_en.method_type_c_structure .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.lang_en.method_type_c_feature .ttl-cate::after,
.lang_en.method_type_c_principle .ttl-cate::after,
.lang_en.method_type_c_structure .ttl-cate::after {
  background: center top/135% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup87.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup87.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup87.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup87.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup87.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup87.jpg") type("image/jpeg"));
  height: 700px;
}

.product_semi_customized .ttl-cate::after {
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/page_top_images/page_top_images_semi-custom.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_semi-custom.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_semi-custom.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/page_top_images/page_top_images_semi-custom.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_semi-custom.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_semi-custom.jpg") type("image/jpeg"));
}

.lang_en.product_semi_customized .ttl-cate::after {
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_semi-custom.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_semi-custom.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_semi-custom.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_semi-custom.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_semi-custom.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_semi-custom.jpg") type("image/jpeg"));
}

.scene_terminal .ttl-cate::after {
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/page_top_images/page_top_images_terminal.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_terminal.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_terminal.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/page_top_images/page_top_images_terminal.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_terminal.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_terminal.jpg") type("image/jpeg"));
}

.lang_en.scene_terminal .ttl-cate::after {
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_terminal.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_terminal.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_terminal.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_terminal.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_terminal.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_terminal.jpg") type("image/jpeg"));
}

.scene_signage .ttl-cate::after {
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/page_top_images/page_top_images_signage.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_signage.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_signage.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/page_top_images/page_top_images_signage.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_signage.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_signage.jpg") type("image/jpeg"));
}

.lang_en.scene_signage .ttl-cate::after {
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_signage.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_signage.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_signage.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_signage.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_signage.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_signage.jpg") type("image/jpeg"));
}

.scene_medical .ttl-cate::after {
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/page_top_images/page_top_images_medical.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_medical.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_medical.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/page_top_images/page_top_images_medical.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_medical.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_medical.jpg") type("image/jpeg"));
}

.lang_en.scene_medical .ttl-cate::after {
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_medical.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_medical.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_medical.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_medical.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_medical.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_medical.jpg") type("image/jpeg"));
}

.scene_industrial .ttl-cate::after {
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/page_top_images/page_top_images_industrial.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_industrial.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_industrial.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/page_top_images/page_top_images_industrial.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_industrial.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_industrial.jpg") type("image/jpeg"));
}

.lang_en.scene_industrial .ttl-cate::after {
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_industrial.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_industrial.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_industrial.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_industrial.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_industrial.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_industrial.jpg") type("image/jpeg"));
}

.scene_amusement .ttl-cate::after {
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/page_top_images/page_top_images_amusement.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_amusement.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_amusement.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/page_top_images/page_top_images_amusement.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_amusement.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_amusement.jpg") type("image/jpeg"));
}

.lang_en.scene_amusement .ttl-cate::after {
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_amusement.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_amusement.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_amusement.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_amusement.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_amusement.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_amusement.jpg") type("image/jpeg"));
}

.support_index .ttl-cate::after,
.support_faq .ttl-cate::after,
.info_index .ttl-cate::after,
.support_user_index .ttl-cate::after,
.support_user_lst .ttl-cate::after,
.support_user_ast .ttl-cate::after,
.support_user_qst .ttl-cate::after,
.support_user_fst .ttl-cate::after,
.support_user_mtr_g .ttl-cate::after,
.support_user_dus_a .ttl-cate::after,
.support_user_dus_n .ttl-cate::after,
.support_user_dfs .ttl-cate::after,
.support_user_dus_xf .ttl-cate::after,
.support_user_dus_s .ttl-cate::after,
.support_user_dus_la .ttl-cate::after,
.support_user_dus_ld .ttl-cate::after,
.support_user_dus_f .ttl-cate::after,
.support_user_tk_s .ttl-cate::after,
.support_user_tk_s_plus .ttl-cate::after,
.support_user_tk_b .ttl-cate::after,
.support_user_em8 .ttl-cate::after,
.support_user_emg7 .ttl-cate::after,
.support_user_is7 .ttl-cate::after,
.support_user_stmg .ttl-cate::after,
.support_user_tmg .ttl-cate::after,
.support_user_tmh .ttl-cate::after,
.support_user_emp .ttl-cate::after,
.support_user_hg .ttl-cate::after,
.support_user_gsurface .ttl-cate::after,
.download_index .ttl-cate::after,
.download_driver_app .ttl-cate::after,
.download_spec .ttl-cate::after,
.download_doc .ttl-cate::after,
.download_drawing .ttl-cate::after,
.download_catalog .ttl-cate::after,
.download_form .ttl-cate::after {
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/page_top_images/page_top_images_support.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_support.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_support.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/page_top_images/page_top_images_support.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_support.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_support.jpg") type("image/jpeg"));
}

.lang_en.support_index .ttl-cate::after,
.lang_en.support_faq .ttl-cate::after,
.lang_en.info_index .ttl-cate::after,
.lang_en.support_user_index .ttl-cate::after,
.lang_en.support_user_lst .ttl-cate::after,
.lang_en.support_user_ast .ttl-cate::after,
.lang_en.support_user_qst .ttl-cate::after,
.lang_en.support_user_fst .ttl-cate::after,
.lang_en.support_user_mtr_g .ttl-cate::after,
.lang_en.support_user_dus_a .ttl-cate::after,
.lang_en.support_user_dus_n .ttl-cate::after,
.lang_en.support_user_dfs .ttl-cate::after,
.lang_en.support_user_dus_xf .ttl-cate::after,
.lang_en.support_user_dus_s .ttl-cate::after,
.lang_en.support_user_dus_la .ttl-cate::after,
.lang_en.support_user_dus_ld .ttl-cate::after,
.lang_en.support_user_dus_f .ttl-cate::after,
.lang_en.support_user_tk_s .ttl-cate::after,
.lang_en.support_user_tk_s_plus .ttl-cate::after,
.lang_en.support_user_tk_b .ttl-cate::after,
.lang_en.support_user_em8 .ttl-cate::after,
.lang_en.support_user_emg7 .ttl-cate::after,
.lang_en.support_user_is7 .ttl-cate::after,
.lang_en.support_user_stmg .ttl-cate::after,
.lang_en.support_user_tmg .ttl-cate::after,
.lang_en.support_user_tmh .ttl-cate::after,
.lang_en.support_user_emp .ttl-cate::after,
.lang_en.support_user_hg .ttl-cate::after,
.lang_en.support_user_gsurface .ttl-cate::after,
.lang_en.download_index .ttl-cate::after,
.lang_en.download_driver_app .ttl-cate::after,
.lang_en.download_spec .ttl-cate::after,
.lang_en.download_doc .ttl-cate::after,
.lang_en.download_drawing .ttl-cate::after,
.lang_en.download_catalog .ttl-cate::after,
.lang_en.download_form .ttl-cate::after {
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_support.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_support.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_support.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_support.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_support.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_support.jpg") type("image/jpeg"));
}

.company_index .ttl-cate::after,
.company_message .ttl-cate::after,
.company_business .ttl-cate::after,
.company_profile .ttl-cate::after,
.company_base .ttl-cate::after,
.company_group .ttl-cate::after {
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/page_top_images/page_top_images_company.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_company.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_company.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/page_top_images/page_top_images_company.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_company.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_company.jpg") type("image/jpeg"));
}

.lang_en.company_index .ttl-cate::after,
.lang_en.company_message .ttl-cate::after,
.lang_en.company_business .ttl-cate::after,
.lang_en.company_profile .ttl-cate::after,
.lang_en.company_base .ttl-cate::after,
.lang_en.company_group .ttl-cate::after {
  left: 0;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_company.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_company.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_company.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_company.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_company.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_company.jpg") type("image/jpeg"));
}

.company_business {
  background: #fafafa;
}
.company_business .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.company_business .ttl-cate::after {
  background: center -100px/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup71.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup71.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup71.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup71.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup71.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup71.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.product_compare .ttl-cate::after {
  background: center -100px/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup71.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup71.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup71.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup71.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup71.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup71.jpg") type("image/jpeg"));
}

.company_profile {
  background: #fafafa;
}
.company_profile .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.company_profile .ttl-cate::after {
  background: center -100px/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup73.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup73.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup73.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup73.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup73.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup73.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.product_compare .ttl-cate::after {
  background: center -100px/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup71.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup71.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup71.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup71.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup71.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup71.jpg") type("image/jpeg"));
}

.company_group {
  background: #fafafa;
}
.company_group .ttl-cate::before {
  background: -webkit-linear-gradient(330deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: linear-gradient(120deg, #0099cc 0%, #7447d1 40%, rgb(147, 112, 219) 80%, rgb(0, 191, 255) 100%);
  background: -webkit-linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 10%, rgb(0, 191, 255) 50%, rgba(255, 0, 110, 0.5) 90%);
  height: 700px;
}
.company_group .ttl-cate::after {
  background: center -100px/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup75.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup75.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup75.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup75.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup75.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup75.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.company_group .ttl-cate::after {
  background: center -100px/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup75.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup75.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup75.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup75.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup75.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup75.jpg") type("image/jpeg"));
}

.company_strengths .ttl-cate::before {
  height: 1200px;
}
.company_strengths .ttl-cate::after {
  left: 0;
  background: left center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/page_top_images/page_top_images_company_strengths.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_company_strengths.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_company_strengths.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/page_top_images/page_top_images_company_strengths.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_company_strengths.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_company_strengths.jpg") type("image/jpeg"));
  height: 800px;
}

.lang_en.company_strengths .ttl-cate::after {
  left: 0;
  background: left center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_company_strengths.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_company_strengths.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_company_strengths.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_company_strengths.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_company_strengths.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_company_strengths.jpg") type("image/jpeg"));
}

.lang_jp.info_20220510 .ttl-cate::before {
  height: 700px;
}
.lang_jp.info_20220510 .ttl-cate::after {
  left: 0;
  background: center top/150% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/page_top_images/page_top_images_interview_worldfolio2.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_interview_worldfolio2.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_interview_worldfolio2.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/page_top_images/page_top_images_interview_worldfolio2.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_interview_worldfolio2.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_interview_worldfolio2.jpg") type("image/jpeg"));
  height: 700px;
}

.lang_en.company_strengths .ttl-cate::after {
  left: 0;
  background: center top/150% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_interview_worldfolio2.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_interview_worldfolio2.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_interview_worldfolio2.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_interview_worldfolio2.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_interview_worldfolio2.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_interview_worldfolio2.jpg") type("image/jpeg"));
}

.ttl-hdr {
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  width: 100%;
}

.ttl-hdr-sb {
  font-family: "DIN Pro";
  margin-bottom: 10px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #1e489d;
  z-index: 4;
  position: relative;
  vertical-align: middle;
  font-size: calc(14px + (1vw - 3.2px) * 0.3571428571);
}

.lang_jp .ttl-hdr-mn {
  vertical-align: baseline;
  display: inline-block;
  position: relative;
  z-index: 4;
  font-weight: 900;
  line-height: 1.6;
  font-size: calc(22px + (1vw - 3.2px) * 0.3571428571);
  letter-spacing: 0.1em;
}
.lang_jp .ttl-hdr-mn span {
  vertical-align: baseline;
}

.lang_en .ttl-hdr-mn {
  vertical-align: baseline;
  display: inline-block;
  position: relative;
  z-index: 4;
  font-weight: 900;
  line-height: 1.6;
  font-size: calc(26px + (1vw - 3.2px) * 0.3571428571);
  font-family: "Inter";
}
.lang_en .ttl-hdr-mn span {
  vertical-align: baseline;
}

.title_cnt {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  border-top: 2px solid rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid rgba(0, 0, 0, 0.5);
  font-size: calc(20px + (1vw - 3.2px) * 0.5357142857);
  padding-top: calc(15px + (1vw - 3.2px) * 0.4464285714);
  padding-bottom: calc(15px + (1vw - 3.2px) * 0.4464285714);
  padding-left: calc(15px + (1vw - 3.2px) * 0.4464285714);
  padding-right: calc(15px + (1vw - 3.2px) * 0.4464285714);
}

.title_grybar2 {
  background: #fafafa;
  position: relative;
  width: 100%;
  font-weight: 900;
  line-height: 1.4;
  font-weight: bold;
  padding-top: calc(10px + (1vw - 3.2px) * 0.4464285714);
  padding-bottom: calc(10px + (1vw - 3.2px) * 0.4464285714);
  padding-left: calc(10px + (1vw - 3.2px) * 0.4464285714);
  padding-right: calc(10px + (1vw - 3.2px) * 0.4464285714);
  font-size: calc(14px + (1vw - 3.2px) * 0.3571428571);
}
.title_grybar2 span {
  display: inline-block;
  vertical-align: middle;
}

.title_grybar_lg {
  background: #fafafa;
  position: relative;
  width: 100%;
  font-weight: 900;
  line-height: 1.4;
  font-weight: bold;
  padding-top: calc(15px + (1vw - 3.2px) * 0.4464285714);
  padding-bottom: calc(15px + (1vw - 3.2px) * 0.4464285714);
  padding-left: calc(15px + (1vw - 3.2px) * 0.4464285714);
  padding-right: calc(15px + (1vw - 3.2px) * 0.4464285714);
  font-size: calc(16px + (1vw - 3.2px) * 0.3571428571);
}
.title_grybar_lg span {
  display: inline-block;
  vertical-align: middle;
}

/*.title_whtbar {
  background: $white_base;
  @include title_bar;
  padding: 1.5em;
}*/
.title_viobar {
  color: #fff;
  background: #100190;
  position: relative;
  width: 100%;
  font-weight: 900;
  line-height: 1.4;
  font-weight: bold;
  padding-top: calc(15px + (1vw - 3.2px) * 0.4464285714);
  padding-bottom: calc(15px + (1vw - 3.2px) * 0.4464285714);
  padding-left: calc(15px + (1vw - 3.2px) * 0.4464285714);
  padding-right: calc(15px + (1vw - 3.2px) * 0.4464285714);
  font-size: calc(15px + (1vw - 3.2px) * 0.4464285714);
}
.title_viobar span {
  display: inline-block;
  vertical-align: middle;
}

.ttl_grybar {
  background: #fafafa;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
  width: 100%;
  font-weight: 700;
  line-height: 1.2em;
  padding: 1.25em;
}
.ttl_grybar span {
  display: inline-block;
  vertical-align: middle;
}

.ttl_v_line {
  position: relative;
  width: 100%;
  line-height: 1.6;
  padding-left: 1.4em;
}
.ttl_v_line::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0.3em;
  height: 100%;
  background: #100190;
}

.ttl_v_line_info {
  width: 100%;
  font-size: 1.4rem;
  color: #949494;
}

.ttl_v_line_info_date {
  display: inline-block;
  background: url("/_assets/images/date.svg") center left/15px auto no-repeat;
  padding-left: 20px;
  margin-right: 15px;
  line-height: 2;
}

.lang_en .ttl_v_line_info_date {
  background: url("/english/_assets/images/date.svg") center left/15px auto no-repeat;
}

.ttl_v_line_info_update {
  display: inline-block;
  background: url("/_assets/images/update.svg") center left/20px auto no-repeat;
  padding-left: 25px;
  line-height: 2;
}

.lang_en .ttl_v_line_info_update {
  display: inline-block;
  background: url("/english/_assets/images/update.svg") center left/20px auto no-repeat;
  padding-left: 25px;
  line-height: 2;
}

.ttl_h_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ttl_h_line::before, .ttl_h_line::after {
  border-top: 2px solid #e6e6e6;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.ttl_h_line::before {
  margin-right: 2rem;
}
.ttl_h_line::after {
  margin-left: 2rem;
}

.ttl-d-line {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
  z-index: 1;
}
.ttl-d-line::before {
  position: absolute;
  content: "";
  z-index: 1;
  top: -4px;
  left: -0.1em;
  width: 3em;
  height: 0.5em;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  mix-blend-mode: color-dodge;
  /*@include mq('md') {
    right: initial;
    left: 1em;
    width: 3em;
    height: 3em;
  }*/
}
.ttl-d-line::after {
  position: absolute;
  content: "";
  z-index: 0;
  top: -4px;
  right: -2px;
  width: 100%;
  height: 4px;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  /*@include mq('md') {
    right: initial;
    left: 1em;
    width: 3em;
    height: 3em;
  }*/
}

.line-d-gry50::before, .line-d-gry50::after {
  background-color: rgb(128, 128, 128);
}

.ttl_brd_line {
  position: relative;
  width: 100%;
  line-height: 1.6;
  font-weight: 700;
  padding: 1em 0;
  margin-bottom: 1em;
}
.ttl_brd_line::before {
  position: absolute;
  z-index: 2;
  content: "";
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 4%;
  background: #100190;
}
.ttl_brd_line::after {
  position: absolute;
  z-index: 1;
  content: "";
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 4%;
  background: #f0f0f0;
}

.ttl {
  position: relative;
  display: inline-block;
  padding: 0.5em 0 0.5em 1em;
}

.-vline2::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3em;
  height: 100%;
}

.-wgry::before {
  background: #ebebeb;
  mix-blend-mode: multiply;
}

.ttl-ballon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ttl-ballon .ttl-ballon-inner {
  position: relative;
  line-height: 1.4;
  padding-left: 3.5em;
}
.ttl-ballon .ttl-ballon-inner .ttl-ballon-lft {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 3em;
}
.ttl-ballon .ttl-ballon-inner .ttl-ballon-lft span {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ttl-ballon .ttl-ballon-inner .ttl-ballon-lft::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 3em;
  height: 3em;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50% 50% 5px 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.ttl-ballon-org::before {
  background: #ff6900;
}

/*
//////////////////////////////////////////////////////////////////

// Top Images
// トップページ

//////////////////////////////////////////////////////////////////
*/

.icon_play {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  z-index: 1;
}
.icon_play::before {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("/_assets/images/icon_play.svg") center center/20% auto no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
}
.icon_play:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.lang_en .icon_play::before {
  background: url("/english/_assets/images/icon_play.svg") center center/20% auto no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
}

.circ-outer {
  overflow: hidden;
  border-radius: 50%;
}
.circ-outer .circ-outer-label {
  position: absolute;
  z-index: 1;
  top: 0.4em;
  left: 0.4em;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.circ-outer .circ-inner {
  position: relative;
  padding-top: 100%;
  height: 0;
}
.circ-outer .circ-inner img {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* 下向き ▼ */

.arw-dwn-wpx100 {
  margin-top: -1px;
  height: 51.9615242271px;
  width: 100px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.bgdeco_p1_lft {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.bgdeco_p1_lft::before {
  content: "";
  display: block;
  width: 70%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: -webkit-linear-gradient(315deg, #fff 0%, #e0f3ff 50%, #fff 100%);
  background: linear-gradient(135deg, #fff 0%, #e0f3ff 50%, #fff 100%);
}

.bgdeco_p1_rgt {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.bgdeco_p1_rgt::before {
  content: "";
  display: block;
  width: 70%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: -webkit-linear-gradient(30deg, #fff 0%, #e0f3ff 50%, #fff 100%);
  background: linear-gradient(60deg, #fff 0%, #e0f3ff 50%, #fff 100%);
}

.bgdeco_p2_lft {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.bgdeco_p2_lft::before {
  content: "";
  display: block;
  width: 70%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}

.bgdeco_p2_rgt {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
}
.bgdeco_p2_rgt::before {
  content: "";
  display: block;
  width: 70%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}

.l_bgimg {
  position: relative;
  z-index: 0;
  width: 100%;
}
.l_bgimg::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: calc(220px + (1vw - 3.2px) * 16.0714285714);
}
.l_bgimg::after {
  position: absolute;
  content: "";
  z-index: -2;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: calc(220px + (1vw - 3.2px) * 16.0714285714);
}

.cancel_zindex {
  position: static;
}
.cancel_zindex::before {
  position: static;
}

.bgimg_cate_product {
  background: whitesmoke;
}
.bgimg_cate_product::before {
  mix-blend-mode: initial;
  background: whitesmoke;
  top: 110px;
  left: 0;
  width: 200px;
  height: 400px;
}
.bgimg_cate_product::after {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(70%, rgb(255, 255, 255)), color-stop(70%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 70%;
}

.bgi-appfields1 {
  position: relative;
  width: 100%;
  z-index: 0;
  overflow-y: hidden;
}
.bgi-appfields1::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
}
.bgi-appfields1::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: -webkit-linear-gradient(135deg, rgb(0, 191, 255) 0%, rgb(147, 112, 219) 30%, rgb(147, 112, 219) 70%, rgb(0, 191, 255) 100%);
  background: linear-gradient(-45deg, rgb(0, 191, 255) 0%, rgb(147, 112, 219) 30%, rgb(147, 112, 219) 70%, rgb(0, 191, 255) 100%);
}
.bgi-appfields1::after {
  background: 18% center/250% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/page_top_images/page_top_images_support.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_support.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_support.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/page_top_images/page_top_images_support.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_support.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_support.jpg") type("image/jpeg"));
}
.bgi-appfields1::before {
  z-index: -1;
}
.bgi-appfields1::after {
  z-index: -2;
}

.lang_en.bgi-appfields1::after {
  background: 18% center/250% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_support.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_support.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_support.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_support.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_support.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_support.jpg") type("image/jpeg"));
}

.bgi-resistive {
  position: relative;
  width: 100%;
  z-index: 0;
}
.bgi-resistive::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
}
.bgi-resistive::after {
  background: 18% center/250% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup3.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup3.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup3.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup3.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup3.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup3.jpg") type("image/jpeg"));
}

.lang_en .bgi-resistive::after {
  background: 18% center/250% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup3.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup3.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup3.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup3.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup3.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup3.jpg") type("image/jpeg"));
}

.bgi-capacitive {
  position: relative;
  width: 100%;
  z-index: 0;
}
.bgi-capacitive::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
}
.bgi-capacitive::after {
  background: 18% center/250% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup31.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup31.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup31.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup31.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup31.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup31.jpg") type("image/jpeg"));
}

.lang_en .bgi-capacitive::after {
  background: 18% center/250% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup31.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup31.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup31.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup31.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup31.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup31.jpg") type("image/jpeg"));
}

.bgi-controller {
  position: relative;
  width: 100%;
  z-index: 0;
}
.bgi-controller::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
}
.bgi-controller::after {
  background: 18% center/250% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup10.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup10.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup10.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup10.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup10.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup10.jpg") type("image/jpeg"));
}

.lang_en .bgi-controller::after {
  background: 18% center/250% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup10.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup10.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup10.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup10.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup10.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup10.jpg") type("image/jpeg"));
}

.bgi-tk-s {
  position: relative;
  width: 100%;
  z-index: 0;
}
.bgi-tk-s::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
}
.bgi-tk-s::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup38.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup38.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup38.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup38.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup38.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup38.jpg") type("image/jpeg"));
}

.lang_en .bgi-tk-s::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup38.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup38.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup38.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup38.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup38.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup38.jpg") type("image/jpeg"));
}

.bgi-tk-s-plus {
  position: relative;
  width: 100%;
  z-index: 0;
}
.bgi-tk-s-plus::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
}
.bgi-tk-s-plus::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup52.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup52.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup52.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup52.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup52.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup52.jpg") type("image/jpeg"));
}

.lang_en .bgi-tk-s-plus::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup52.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup52.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup52.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup52.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup52.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup52.jpg") type("image/jpeg"));
}

.bgi-tk-b {
  position: relative;
  width: 100%;
  z-index: 0;
}
.bgi-tk-b::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
}
.bgi-tk-b::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup53.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup53.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup53.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup53.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup53.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup53.jpg") type("image/jpeg"));
}

.lang_en .bgi-tk-b::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup53.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup53.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup53.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup53.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup53.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup53.jpg") type("image/jpeg"));
}

.bgi-stm {
  position: relative;
  width: 100%;
  z-index: 0;
}
.bgi-stm::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
}
.bgi-stm::after {
  background: 18% center/250% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup28.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup28.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup28.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup28.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup28.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup28.jpg") type("image/jpeg"));
}

.lang_en .bgi-stm::after {
  background: 18% center/250% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup28.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup28.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup28.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup28.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup28.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup28.jpg") type("image/jpeg"));
}

.bgi-tmg {
  position: relative;
  width: 100%;
  z-index: 0;
}
.bgi-tmg::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
}
.bgi-tmg::after {
  background: 18% center/250% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup7.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup7.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup7.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup7.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup7.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup7.jpg") type("image/jpeg"));
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.lang_en .bgi-tmg::after {
  background: 18% center/250% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup7.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup7.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup7.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup7.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup7.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup7.jpg") type("image/jpeg"));
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.bgi-tmh {
  position: relative;
  width: 100%;
  z-index: 0;
}
.bgi-tmh::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
}
.bgi-tmh::after {
  background: 18% center/250% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup9.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup9.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup9.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup9.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup9.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup9.jpg") type("image/jpeg"));
}

.lang_en .bgi-tmh::after {
  background: 18% center/250% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup9.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup9.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup9.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup9.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup9.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup9.jpg") type("image/jpeg"));
}

.bgi-emg {
  position: relative;
  width: 100%;
  z-index: 0;
}
.bgi-emg::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
}
.bgi-emg::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup34.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup34.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup34.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup34.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup34.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup34.jpg") type("image/jpeg"));
}

.lang_en .bgi-emg::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup34.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup34.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup34.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup34.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup34.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup34.jpg") type("image/jpeg"));
}

.bgi-em8 {
  position: relative;
  width: 100%;
  z-index: 0;
}
.bgi-em8::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
}
.bgi-em8::after {
  background: 18% center/250% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup9.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup9.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup9.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup9.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup9.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup9.jpg") type("image/jpeg"));
}

.lang_en .bgi-em8::after {
  background: 18% center/250% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup9.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup9.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup9.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup9.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup9.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup9.jpg") type("image/jpeg"));
}

.bgi-is7 {
  position: relative;
  width: 100%;
  z-index: 0;
}
.bgi-is7::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
}
.bgi-is7::after {
  background: 18% center/250% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup10.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup10.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup10.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup10.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup10.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup10.jpg") type("image/jpeg"));
}

.lang_en .bgi-is7::after {
  background: 18% center/250% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup10.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup10.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup10.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup10.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup10.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup10.jpg") type("image/jpeg"));
}

.bgi-emp {
  position: relative;
  width: 100%;
  z-index: 0;
}
.bgi-emp::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
}
.bgi-emp::after {
  background: 18% center/250% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup23.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup23.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup23.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup23.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup23.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup23.jpg") type("image/jpeg"));
}

.lang_en .bgi-emp::after {
  background: 18% center/250% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup23.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup23.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup23.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup23.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup23.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup23.jpg") type("image/jpeg"));
}

.bgi-dmt-dd {
  position: relative;
  width: 100%;
  z-index: 0;
}
.bgi-dmt-dd::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
}
.bgi-dmt-dd::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup13.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup13.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup13.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup13.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup13.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup13.jpg") type("image/jpeg"));
}

.lang_en .bgi-dmt-dd::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup13.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup13.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup13.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup13.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup13.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup13.jpg") type("image/jpeg"));
}

.bgi-remote {
  position: relative;
  width: 100%;
  z-index: 0;
}
.bgi-remote::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
}
.bgi-remote::after {
  background: center bottom/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup41.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup41.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup41.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup41.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup41.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup41.jpg") type("image/jpeg"));
}

.lang_en .bgi-remote::after {
  background: center bottom/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup41.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup41.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup41.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup41.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup41.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup41.jpg") type("image/jpeg"));
}

.bgi-builder {
  position: relative;
  width: 100%;
  z-index: 0;
}
.bgi-builder::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
}
.bgi-builder::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup42.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup42.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup42.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup42.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup42.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup42.jpg") type("image/jpeg"));
}

.lang_en .bgi-builder::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup42.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup42.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup42.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup42.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup42.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup42.jpg") type("image/jpeg"));
}

.bgi-film {
  position: relative;
  width: 100%;
  z-index: 0;
}
.bgi-film::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
}
.bgi-film::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup44.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup44.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup44.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup44.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup44.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup44.jpg") type("image/jpeg"));
}

.lang_en .bgi-film::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup44.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup44.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup44.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup44.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup44.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup44.jpg") type("image/jpeg"));
}

.bgi-cover {
  position: relative;
  width: 100%;
  z-index: 0;
}
.bgi-cover::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
}
.bgi-cover::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup46.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup46.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup46.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup46.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup46.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup46.jpg") type("image/jpeg"));
}

.lang_en .bgi-cover::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup46.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup46.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup46.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup46.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup46.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup46.jpg") type("image/jpeg"));
}

.bgi-bonding {
  position: relative;
  width: 100%;
  z-index: 0;
}
.bgi-bonding::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
}
.bgi-bonding::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup47.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup47.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup47.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup47.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup47.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup47.jpg") type("image/jpeg"));
}

.lang_en .bgi-bonding::after {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup47.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup47.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup47.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup47.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup47.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup47.jpg") type("image/jpeg"));
}

.bgi-top-commitment {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, #f1f5f9), to(#f1f5f9));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #f1f5f9 50%, #f1f5f9 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f1f5f9 50%, #f1f5f9 100%);
}

.bgi-top-commitment1 {
  position: relative;
  width: 100%;
  z-index: 0;
  padding: 85vw 0 5vw;
  margin-top: 40px;
}
.bgi-top-commitment1::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
}
.bgi-top-commitment1::before {
  position: absolute;
  z-index: 0;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  mix-blend-mode: multiply;
}
.bgi-top-commitment1::after {
  height: 130vw;
  top: -1px;
  background: center 5vw/150% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/csr/csr-commitment-01.avif") type("image/avif"), url("/_assets/images/_webp/csr/csr-commitment-01.webp") type("image/webp"), url("/_assets/images/csr/csr-commitment-01.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/csr/csr-commitment-01.avif") type("image/avif"), url("/_assets/images/_webp/csr/csr-commitment-01.webp") type("image/webp"), url("/_assets/images/csr/csr-commitment-01.jpg") type("image/jpeg"));
}
.bgi-top-commitment1::before {
  height: 130vw;
  background: -webkit-linear-gradient(135deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(-45deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
}

.lang_en .bgi-top-commitment1::after {
  height: 130vw;
  top: -1px;
  background: center 5vw/150% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/csr/csr-commitment-01.avif") type("image/avif"), url("/english/_assets/images/_webp/csr/csr-commitment-01.webp") type("image/webp"), url("/english/_assets/images/csr/csr-commitment-01.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/csr/csr-commitment-01.avif") type("image/avif"), url("/english/_assets/images/_webp/csr/csr-commitment-01.webp") type("image/webp"), url("/english/_assets/images/csr/csr-commitment-01.jpg") type("image/jpeg"));
}

.bgi-company-01 {
  position: relative;
  width: 100%;
  z-index: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 191, 255, 0.3)), to(rgba(147, 112, 219, 0.3)));
  background: -webkit-linear-gradient(left, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 100%);
  background: linear-gradient(90deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 100%);
  padding: 50vw 0 5vw;
}
.bgi-company-01::after {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
}
.bgi-company-01::before {
  position: absolute;
  z-index: 0;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  mix-blend-mode: multiply;
}
.bgi-company-01::after {
  height: 60vw;
  top: -1px;
  background: center top/120% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/company/company-message-01.avif") type("image/avif"), url("/_assets/images/_webp/company/company-message-01.webp") type("image/webp"), url("/_assets/images/csr/company/company-message-01.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/company/company-message-01.avif") type("image/avif"), url("/_assets/images/_webp/company/company-message-01.webp") type("image/webp"), url("/_assets/images/csr/company/company-message-01.jpg") type("image/jpeg"));
}
.bgi-company-01::before {
  height: 60vw;
  background: -webkit-linear-gradient(25deg, #00c0fa 0%, #005eea 10%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, #00c0fa 90%, #005eea 100%);
  background: linear-gradient(65deg, #00c0fa 0%, #005eea 10%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, #00c0fa 90%, #005eea 100%);
}

.lang_en .bgi-company-01::after {
  height: 60vw;
  top: -1px;
  background: center top/120% auto no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/company/company-message-01.avif") type("image/avif"), url("/english/_assets/images/_webp/company/company-message-01.webp") type("image/webp"), url("/english/_assets/images/csr/company/company-message-01.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/company/company-message-01.avif") type("image/avif"), url("/english/_assets/images/_webp/company/company-message-01.webp") type("image/webp"), url("/english/_assets/images/csr/company/company-message-01.jpg") type("image/jpeg"));
}

.bgimg_use_situation {
  background: top left/auto 30%;
  background-image: -webkit-image-set(url("/_assets/images/_avif/use_situation/bgimg_use_situation_03.avif") type("image/avif"), url("/_assets/images/_webp/use_situation/bgimg_use_situation_03.webp") type("image/webp"), url("/_assets/images/csr/use_situation/bgimg_use_situation_03.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/use_situation/bgimg_use_situation_03.avif") type("image/avif"), url("/_assets/images/_webp/use_situation/bgimg_use_situation_03.webp") type("image/webp"), url("/_assets/images/csr/use_situation/bgimg_use_situation_03.jpg") type("image/jpeg"));
}
.bgimg_use_situation::before {
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(10%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3) 10%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3) 10%, rgba(255, 255, 255, 0.3) 100%);
}
.bgimg_use_situation::after {
  top: auto;
  bottom: 0;
  height: 10%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

.lang_en .bgimg_use_situation {
  background: top left/auto 30%;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/use_situation/bgimg_use_situation_03.avif") type("image/avif"), url("/english/_assets/images/_webp/use_situation/bgimg_use_situation_03.webp") type("image/webp"), url("/english/_assets/images/csr/use_situation/bgimg_use_situation_03.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/use_situation/bgimg_use_situation_03.avif") type("image/avif"), url("/english/_assets/images/_webp/use_situation/bgimg_use_situation_03.webp") type("image/webp"), url("/english/_assets/images/csr/use_situation/bgimg_use_situation_03.jpg") type("image/jpeg"));
}
.lang_en .bgimg_use_situation::before {
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(10%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3) 10%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.3) 10%, rgba(255, 255, 255, 0.3) 100%);
}
.lang_en .bgimg_use_situation::after {
  top: auto;
  bottom: 0;
  height: 10%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}

#loading {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  overflow-x: hidden;
}

.loading-spinner {
  width: 100px;
  height: 100px;
  background-color: #2B3134;
  border-radius: 100%;
  -webkit-animation: loading 1s infinite ease-in-out;
          animation: loading 1s infinite ease-in-out;
}

.loading-fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.loading-loaded {
  opacity: 0;
}

.loading-loaded-end {
  display: none;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.fwafwa {
  animation: fwafwa ease-in-out 2s infinite alternate;
  -webkit-animation: fwafwa ease-in-out 2s infinite alternate;
  -moz-animation: fwafwa ease-in-out 2s infinite alternate;
}

@-webkit-keyframes fwafwa {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, -10px);
            transform: translate(0%, -10px);
  }
}

@keyframes fwafwa {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(0%, -10px);
            transform: translate(0%, -10px);
  }
}
.delay50 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.delay100 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.delay200 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

.delay300 {
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
}

.fdintop {
  opacity: 0;
}

.fx.fdintop.scrollin {
  -webkit-animation: fadeInTop 0.3s ease-in 1 alternate forwards running;
          animation: fadeInTop 0.3s ease-in 1 alternate forwards running;
}

.sldlft {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transform: translate(-120%, 0);
          transform: translate(-120%, 0);
}
.sldlft .sldlft_inner {
  -webkit-transform: translate(120%, 0);
          transform: translate(120%, 0);
}

.fx.sldlft.scrollin {
  -webkit-animation: backRight 0.5s cubic-bezier(0.8, 0, 0.5, 1) 1 alternate forwards running;
          animation: backRight 0.5s cubic-bezier(0.8, 0, 0.5, 1) 1 alternate forwards running;
}
.fx.sldlft.scrollin .sldlft_inner {
  -webkit-animation: backLeft 0.5s cubic-bezier(0.8, 0, 0.5, 1) 1 alternate forwards running;
          animation: backLeft 0.5s cubic-bezier(0.8, 0, 0.5, 1) 1 alternate forwards running;
}

.sldrgt {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transform: translate(120%, 0);
          transform: translate(120%, 0);
}
.sldrgt .sldrgt_inner {
  -webkit-transform: translate(-120%, 0);
          transform: translate(-120%, 0);
}

.fx.sldrgt.scrollin {
  -webkit-animation: backRight 0.5s cubic-bezier(0.8, 0, 0.5, 1) 1 alternate forwards running;
          animation: backRight 0.5s cubic-bezier(0.8, 0, 0.5, 1) 1 alternate forwards running;
}
.fx.sldrgt.scrollin .sldrgt_inner {
  -webkit-animation: backLeft 0.5s cubic-bezier(0.8, 0, 0.5, 1) 1 alternate forwards running;
          animation: backLeft 0.5s cubic-bezier(0.8, 0, 0.5, 1) 1 alternate forwards running;
}

.ttlbar {
  position: relative;
  display: block;
  overflow-x: hidden;
  overflow-y: visible;
  width: 100%;
  -webkit-transform: translate(120%, 0);
          transform: translate(120%, 0);
}
.ttlbar .ttlbar-inner {
  position: relative;
  display: block;
  overflow-x: hidden;
  overflow-y: visible;
  width: 100%;
  -webkit-transform: translate(-120%, 0);
          transform: translate(-120%, 0);
}
.ttlbar .ttlbar-inner::before {
  overflow-x: hidden;
  overflow-y: visible;
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 15em;
  z-index: 0;
  top: 0;
}
.ttlbar .ttlbar-bg-navy::before {
  background: #100190;
}
.ttlbar .ttlbar-bg-dsblu::before {
  background: #00bfff;
}

.fx.ttlbar.scrollin {
  -webkit-animation: backRight 0.5s cubic-bezier(0.8, 0, 0.5, 1) 1 alternate forwards running;
          animation: backRight 0.5s cubic-bezier(0.8, 0, 0.5, 1) 1 alternate forwards running;
}
.fx.ttlbar.scrollin .ttlbar-inner {
  -webkit-animation: backLeft 0.5s cubic-bezier(0.8, 0, 0.5, 1) 1 alternate forwards running;
          animation: backLeft 0.5s cubic-bezier(0.8, 0, 0.5, 1) 1 alternate forwards running;
}

.sldover {
  position: relative;
  display: block;
  overflow: hidden;
}
.sldover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 101%;
  height: 100%;
  background: #100190;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.sldover img {
  width: 100%;
}
.sldover img,
.sldover .sldover_inner {
  opacity: 0;
}

.sldover-bg-wht::before {
  background: #fff;
}

.fx.sldover.scrollin::before {
  -webkit-animation-name: lftRgt;
          animation-name: lftRgt;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.fx.sldover.scrollin img,
.fx.sldover.scrollin .sldover_inner {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
}

.fx.scrollin:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes bar-passing1 {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes bar-passing1 {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes bar-passing1-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bar-passing1-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bar-strech-rgt {
  0% {
    left: 0;
    width: 0;
  }
  100% {
    left: 0;
    width: 100%;
  }
}
@keyframes bar-strech-rgt {
  0% {
    left: 0;
    width: 0;
  }
  100% {
    left: 0;
    width: 100%;
  }
}
@-webkit-keyframes color-blk-to-wht {
  0% {
    color: #000;
  }
  50% {
    color: #000;
  }
  100% {
    color: #fff;
  }
}
@keyframes color-blk-to-wht {
  0% {
    color: #000;
  }
  50% {
    color: #000;
  }
  100% {
    color: #fff;
  }
}
.sldbar {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: inline-block;
  position: relative;
  line-height: initial;
  opacity: 0;
}
.sldbar::before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: inline-block;
  line-height: initial;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 0;
  content: "";
  z-index: 1;
}
.sldbar .sldbar-inner {
  -webkit-animation: fadeOut 0.3s ease-in 1 alternate forwards running;
          animation: fadeOut 0.3s ease-in 1 alternate forwards running;
  opacity: 0;
}

.sldbar.scrollin,
.fx.sldbar.scrollin {
  opacity: 1;
}
.sldbar.scrollin::before,
.fx.sldbar.scrollin::before {
  -webkit-animation: bar-passing1 0.8s ease 0.5s 1 normal forwards;
          animation: bar-passing1 0.8s ease 0.5s 1 normal forwards;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.sldbar.scrollin .sldbar-inner,
.fx.sldbar.scrollin .sldbar-inner {
  -webkit-animation: bar-passing1-txt 0s ease 0.9s 1 normal forwards;
          animation: bar-passing1-txt 0s ease 0.9s 1 normal forwards;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 0;
}

.sldbar2 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: inline-block;
  position: relative;
  line-height: initial;
  color: #000;
}
.sldbar2::before {
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: inline-block;
  line-height: initial;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 0;
  content: "";
  mix-blend-mode: exclusion;
}
.sldbar2 .sldbar2-inner2 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: inline-block;
  position: relative;
  line-height: initial;
  z-index: 2;
  padding: 3px 10px;
  color: #000;
}
.sldbar2 .sldbar2-inner2:before {
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: inline-block;
  line-height: initial;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 0;
  content: "";
  mix-blend-mode: exclusion;
}
.sldbar2 .sldbar2-inner2 span {
  color: #000;
  position: relative;
  z-index: 3;
}

.sldbar2.scrollin::before,
.fx.sldbar2.scrollin::before {
  -webkit-animation: bar-passing1 0.8s ease 0.5s 1 normal forwards;
  animation: bar-passing1 0.8s ease 0.5s 1 normal forwards;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.sldbar2.scrollin .sldbar2-inner2,
.fx.sldbar2.scrollin .sldbar2-inner2 {
  -webkit-animation: color-blk-to-wht 0.8s ease 0.5s 1 normal forwards;
          animation: color-blk-to-wht 0.8s ease 0.5s 1 normal forwards;
}
.sldbar2.scrollin .sldbar2-inner2:before,
.fx.sldbar2.scrollin .sldbar2-inner2:before {
  -webkit-animation: bar-strech-rgt 0.8s ease 0.5s 1 normal forwards;
          animation: bar-strech-rgt 0.8s ease 0.5s 1 normal forwards;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 0;
}

/* Spinner Wave */
.pulse-tag {
  border-radius: 50%;
  position: absolute;
  content: "";
  top: 2em;
  right: 2em;
  z-index: 3;
  width: calc(100px + 1.5em);
  height: calc(100px + 1.5em);
  background: -webkit-gradient(linear, left top, right top, from(rgb(231, 33, 71)), color-stop(80%, rgb(236, 105, 62)), to(rgb(236, 105, 62)));
  background: -webkit-linear-gradient(left, rgb(231, 33, 71) 0%, rgb(236, 105, 62) 80%, rgb(236, 105, 62) 100%);
  background: linear-gradient(90deg, rgb(231, 33, 71) 0%, rgb(236, 105, 62) 80%, rgb(236, 105, 62) 100%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pulse-tag div {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 900;
  line-height: 1.4;
  width: calc(100px + 1em);
  height: calc(100px + 1em);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.pulse-tag div::before, .pulse-tag div::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #1da1f2;
  border-radius: 50%;
  pointer-events: none;
  -webkit-animation: pulsate 2s linear infinite;
          animation: pulsate 2s linear infinite;
}
.pulse-tag div::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.pulse-tag div::before, .pulse-tag div::after {
  border-color: rgb(236, 105, 62);
}
.pulse-tag div span:nth-child(1) {
  font-size: 2.4rem;
}

.sldbar-bg-blk::before {
  background: #000;
}

.sldbar-bg-wht::before {
  background: #fff;
}

.type-scroll {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 330px;
}

.type-scroll-cont {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 330px;
  color: #fff;
  white-space: nowrap;
}

.type-scroll-1 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: bg-animation-first 180s 0s linear infinite normal;
  animation: bg-animation-first 180s 0s linear infinite normal;
}

.type-scroll-2 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: bg-animation-second 180s -90s linear infinite normal;
  animation: bg-animation-second 180s -90s linear infinite normal;
}

.dur360s {
  -webkit-animation-duration: 360s;
          animation-duration: 360s;
}

.dly-180s {
  -webkit-animation-delay: -180s;
          animation-delay: -180s;
}

@-webkit-keyframes bg-animation-first {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes bg-animation-first {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes bg-animation-second {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes bg-animation-second {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.focuswave-lblu {
  border-color: #1c9dc9 !important;
  -webkit-box-shadow: 0 0 0 2px #1c9dc9;
          box-shadow: 0 0 0 2px #1c9dc9;
  border-radius: 3px;
  -webkit-animation-name: focus-wave;
          animation-name: focus-wave;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes focus-wave {
  0% {
    -webkit-box-shadow: 0 0 0 1px #1c9dc9, 0 0 0 1px #fff, 0 0 0 2px #0068b7;
            box-shadow: 0 0 0 1px #1c9dc9, 0 0 0 1px #fff, 0 0 0 2px #0068b7;
  }
  100% {
    -webkit-box-shadow: 0 0 0 1px #1c9dc9, 0 0 0 8px rgba(255, 255, 255, 0), 0 0 0 10px rgba(100, 37, 16, 0);
            box-shadow: 0 0 0 1px #1c9dc9, 0 0 0 8px rgba(255, 255, 255, 0), 0 0 0 10px rgba(100, 37, 16, 0);
  }
}

@keyframes focus-wave {
  0% {
    -webkit-box-shadow: 0 0 0 1px #1c9dc9, 0 0 0 1px #fff, 0 0 0 2px #0068b7;
            box-shadow: 0 0 0 1px #1c9dc9, 0 0 0 1px #fff, 0 0 0 2px #0068b7;
  }
  100% {
    -webkit-box-shadow: 0 0 0 1px #1c9dc9, 0 0 0 8px rgba(255, 255, 255, 0), 0 0 0 10px rgba(100, 37, 16, 0);
            box-shadow: 0 0 0 1px #1c9dc9, 0 0 0 8px rgba(255, 255, 255, 0), 0 0 0 10px rgba(100, 37, 16, 0);
  }
}
.focuswave-red {
  -webkit-box-shadow: 0 0 0 2px rgb(231, 33, 71);
          box-shadow: 0 0 0 2px rgb(231, 33, 71);
  -webkit-animation-name: wave-red;
          animation-name: wave-red;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes wave-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(231, 33, 71), 0 0 0 1px #fff, 0 0 0 2px rgb(231, 33, 71);
            box-shadow: 0 0 0 0 rgb(231, 33, 71), 0 0 0 1px #fff, 0 0 0 2px rgb(231, 33, 71);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgb(236, 105, 62), 0 0 0 8px rgba(255, 255, 255, 0), 0 0 0 10px rgba(231, 33, 71, 0);
            box-shadow: 0 0 0 0 rgb(236, 105, 62), 0 0 0 8px rgba(255, 255, 255, 0), 0 0 0 10px rgba(231, 33, 71, 0);
  }
}
@keyframes wave-red {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(231, 33, 71), 0 0 0 1px #fff, 0 0 0 2px rgb(231, 33, 71);
            box-shadow: 0 0 0 0 rgb(231, 33, 71), 0 0 0 1px #fff, 0 0 0 2px rgb(231, 33, 71);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgb(236, 105, 62), 0 0 0 8px rgba(255, 255, 255, 0), 0 0 0 10px rgba(231, 33, 71, 0);
            box-shadow: 0 0 0 0 rgb(236, 105, 62), 0 0 0 8px rgba(255, 255, 255, 0), 0 0 0 10px rgba(231, 33, 71, 0);
  }
}

.loop-txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 0;
  position: absolute;
  top: -100px;
}
.loop-txt div {
  -webkit-animation: flowing 100s linear infinite;
          animation: flowing 100s linear infinite;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  line-height: 1.1;
  font-size: 20em;
}

.loop-txt2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 0;
  position: absolute;
}
.loop-txt2 div {
  -webkit-animation: flowing 100s linear infinite;
          animation: flowing 100s linear infinite;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  line-height: 1.1;
}

@-webkit-keyframes flowing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes flowing {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.visual-wave-wrap {
  width: 100%;
  height: 24rem;
  position: absolute;
  z-index: 0;
  left: 0;
  -webkit-transition: opacity 2s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.5s;
  transition: opacity 2s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.5s;
  pointer-events: none;
  height: 100%;
}

.c-wave {
  height: 24rem;
}

.c-wave {
  position: relative;
  width: 100%;
  opacity: 0.5;
}

.c-wave:after, .c-wave:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: repeat-x;
  background-position: 0 50%;
  background-size: auto 100%;
}

.c-wave:before {
  background-image: url(/_assets/images/parts/wave_type01.svg);
  -webkit-animation: wave-left-type01 51.15s cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite both;
          animation: wave-left-type01 51.15s cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite both;
}

.c-wave:after {
  background-image: url(/_assets/images/parts/wave_type02.svg);
  -webkit-animation: wave-left-type02 10.88571s cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite both;
          animation: wave-left-type02 10.88571s cubic-bezier(0.25, 0.25, 0.75, 0.75) infinite both;
}

@-webkit-keyframes wave-left-type01 {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -64.3rem 50%;
  }
}

@keyframes wave-left-type01 {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -64.3rem 50%;
  }
}
@-webkit-keyframes wave-left-type02 {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -66.1rem 50%;
  }
}
@keyframes wave-left-type02 {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: -66.1rem 50%;
  }
}
.bgfollow {
  position: sticky;
  z-index: 0;
  top: 40%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.horizontal_scroll {
  --sticky-container-height: 100vh;
  height: var(--sticky-container-height);
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.horizontal_scroll .sticky {
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
}

.horizontal_scroll .scroller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
}

.horizontal_scroll .scroller.nobar {
  overflow: hidden;
}

.horizontal_scroll .scroller > * {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: whitesmoke;
}

.horizontal_scroll .scroller > *:not(:first-child) {
  margin-left: 1%;
}

.horizontal_scroll .scroller img {
  max-width: 100%;
  height: auto;
  display: block;
}

.loop-slider {
  margin-top: 30px;
  overflow-x: hidden;
}

/* スライドの動き等速 */
.loop-slide {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

/* 画像のサイズ調整 */
/*.loop-slide img {
  height: auto;
  width: 100%;
}*/
.open_modal {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition: all ease-out 0.1s !important;
  transition: all ease-out 0.1s !important;
  right: 0 !important;
}

.open_modal_top_contents {
  visibility: visible !important;
  opacity: 1 !important;
  -webkit-transition: all ease-out 0.2s !important;
  transition: all ease-out 0.2s !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.modal_contents_body {
  margin: 60px 0 40px;
  display: table;
  width: 100%;
  height: 80%;
}
.modal_contents_body .modal_contents_body_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}

.modal_contents_head {
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 9999;
  display: table;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.modal_contents_head .modal_contents_head_title {
  padding: 10px 20px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 60px;
}

.close_modal {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 70px;
  cursor: pointer;
  z-index: 9999;
  color: #fff;
  text-align: center;
  margin: auto;
}
.close_modal::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 1px;
  z-index: 99;
  margin: auto;
  background: #424242;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close_modal::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 1px;
  z-index: 99;
  margin: auto;
  background: #424242;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.close_modal span {
  display: table-cell;
  vertical-align: middle;
}

.close {
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 32px;
  border: 0;
  background-color: black;
  border-radius: 32px;
  margin: 0;
  padding: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  cursor: pointer;
}

.close:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 13px;
  width: 6px;
  height: 24px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 4px;
  left: 13px;
  width: 6px;
  height: 24px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close:hover {
  background-color: red;
}

.modal_contents_foot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(225, 225, 225);
  z-index: 9999;
  text-align: center;
  padding: 10px 20px;
}

.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: left;
  z-index: 9995;
  background: rgba(0, 0, 0, 0.5);
}

.modal_top_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: left;
  z-index: 9995;
  background: rgba(0, 0, 0, 0.5);
}

.modal_contents {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease-in 0.1s;
  transition: all ease-in 0.1s;
  right: -100px;
}
.modal_contents a:active, .modal_contents a:visited {
  color: #333;
}
.modal_contents .modal_contents_no_scroll {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9998;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: #fff;
}
.modal_contents .modal_contents_no_scroll .modal_contents_scroll_inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: absolute;
  top: 7px;
}
.modal_contents .modal_contents_scroll {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9998;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: #fff;
  display: block;
}
.modal_contents .modal_contents_scroll .modal_contents_scroll_inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: absolute;
  top: 7px;
}

.modal_top_contents {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.modal_top_contents .modal_contents_no_scroll {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9998;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: #fff;
}
.modal_top_contents .modal_contents_no_scroll .modal_contents_scroll_inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: absolute;
  top: 7px;
}
.modal_top_contents .modal_contents_scroll {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9998;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  background: #fff;
  display: block;
}
.modal_top_contents .modal_contents_scroll .modal_contents_scroll_inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: absolute;
  top: 7px;
}

/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9998;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9998;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lity-content html {
  height: 100%;
}
.lity-content html body {
  height: 100%;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  width: 45px;
  height: 45px;
  z-index: 9999;
  position: absolute;
  left: 10px;
  top: 10px;
  margin: auto;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 100%;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 0;
  background: #100190;
}
.lity-close:before {
  position: absolute;
  content: "×";
  left: 0;
  right: 0;
  top: 16px;
  margin: auto;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 15px 25px;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: #000;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}*/
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 200%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}
/**
 * Swiper 5.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 8, 2020
 */
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}


.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-slide {
  float: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

/* 3D Effects */

/* CSS Mode */

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  /*opacity: 0;
  transition: all .2s;
  cursor: auto;
  pointer-events: none;*/
  display: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: calc(5px + (1vw - 3.2px) * 0.4464285714);
  height: calc(20px + (1vw - 3.2px) * 2.6785714286);
  height: 100%;
}

.swiper-button-prev:after {
  background: url("/_assets/images/arrow_prev_wh.svg") center center/contain no-repeat;
}

.lang_en .swiper-button-prev:after {
  background: url("/english/_assets/images/arrow_prev_wh.svg") center center/contain no-repeat;
}

.swiper-button-next:after {
  background: url("/_assets/images/arrow_next_wh.svg") center center/contain no-repeat;
}

.lang_en .swiper-button-next:after {
  background: url("/english/_assets/images/arrow_next_wh.svg") center center/contain no-repeat;
}

.swiper-button-prev {
  left: 0px;
  right: auto;
  border-radius: 0 3px 3px 0/0 3px 3px 0;
}

/*.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}*/
.swiper-button-next {
  right: 0px;
  left: auto;
  border-radius: 3px 0 0 3px/3px 0 0 3px;
}

/*.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}*/

.swiper-button-lock {
  display: none;
}

/*
--swiper-pagination-color: var(--swiper-theme-color);
*/
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
  opacity: 0.5;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

/* Bullets */

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.5;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

/* Progress */

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
}
.swiper-scrollbar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.swiper-scrollbar-drag {
  position: absolute;
  content: "";
  left: 0;
  z-index: 2;
  height: 2px;
  width: 100%;
  background: #100190;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
/*
--swiper-preloader-color: var(--swiper-theme-color);
*/
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.top_slider {
  width: 100%;
  height: auto;
}
.top_slider::before {
  content: "";
  display: block;
  padding-top: 130%;
}
.top_slider .swiper-button-prev,
.top_slider .swiper-button-next {
  top: 25%;
  display: none;
}

.top_slider {
  background: #fff;
  position: relative;
}

.swiper-button-prev:after {
  background: url("/_assets/images/arrow_prev.svg") center center/contain no-repeat;
}

.lang_en .swiper-button-prev:after {
  background: url("/english/_assets/images/arrow_prev.svg") center center/contain no-repeat;
}

.swiper-button-next:after {
  background: url("/_assets/images/arrow_next.svg") center center/contain no-repeat;
}

.lang_en .swiper-button-next:after {
  background: url("/english/_assets/images/arrow_next.svg") center center/contain no-repeat;
}

.swiper-button-prev,
.swiper-button-next {
  background: #fff;
  -webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.075), 10px 10px 40px 0 rgba(0, 0, 0, 0.075);
          box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.075), 10px 10px 40px 0 rgba(0, 0, 0, 0.075);
}

.swiper-slide.swiper-slide-active::before {
  background: none;
}

.top-slider-cont {
  width: 100%;
  height: auto;
  overflow: initial;
}
.top-slider-cont::before {
  content: "";
  display: block;
  padding-top: 135%;
}
.top-slider-cont .swiper-button-prev,
.top-slider-cont .swiper-button-next {
  display: none;
}

.top-slider2 {
  margin-top: 110px;
  position: relative;
  z-index: 1;
  height: auto;
}

.top-slider-cont2 {
  width: 100%;
  height: 100%;
  /*&::before {
    content: "";
    display: block;
    padding-top: 135%;
    @include mq('sm') { padding-top: 130%; }
    @include mq('md') { padding-top: 70%; }
    @include mq('lg') { padding-top: 50%; }

    @include mq('xl') { padding-top: 245px; }
    @include mq('3l') { padding-top: 285px; }
    @include mq('4l') { padding-top: 320px; }
    @include mq('5l') { padding-top: 365px; }
  }*/
}
.top-slider-cont2 .swiper-button-prev,
.top-slider-cont2 .swiper-button-next {
  display: none;
}

.top_slider_wrapper2 {
  width: 100%;
}

.top_slider_cont2 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  width: 100%;
  height: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: 0;
  border-radius: 20px;
}
.top_slider_cont2 img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: none;
  transition: none;
}

.top_slider_cont2.swiper-slide-active {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.top-slider-navi {
  width: 90%;
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-slider-navi .swiper-pagination {
  position: static;
  width: 100%;
  text-align: left;
}
.top-slider-navi .swiper-button {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.swiper-button-prev:after {
  background: url("/_assets/images/arrow_prev_wh.svg") center center/contain no-repeat;
}

.lang_en .swiper-button-prev:after {
  background: url("/english/_assets/images/arrow_prev_wh.svg") center center/contain no-repeat;
}

.swiper-button-next:after {
  background: url("/_assets/images/arrow_next_wh.svg") center center/contain no-repeat;
}

.lang_en .swiper-button-next:after {
  background: url("/english/_assets/images/arrow_next_wh.svg") center center/contain no-repeat;
}

.swiper-button-prev,
.swiper-button-next {
  background: #fff;
  -webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.075), 10px 10px 40px 0 rgba(0, 0, 0, 0.075);
          box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.075), 10px 10px 40px 0 rgba(0, 0, 0, 0.075);
}

.swiper-slide.swiper-slide-active::before {
  background: none;
}

.swiper-button-prev {
  position: relative;
  top: initial;
  bottom: initial;
  right: initial;
  left: initial;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  margin: initial;
  z-index: 9999;
  opacity: 0.5;
  margin-right: 10px;
}
.swiper-button-prev:hover:hover {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.swiper-button-next {
  position: relative;
  top: initial;
  right: initial;
  left: initial;
  bottom: initial;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  margin: initial;
  z-index: 9999;
  opacity: 0.5;
}
.swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.swiper-pagination-bullet {
  position: relative;
  z-index: 99;
  width: 45px;
  height: 5px;
  margin-right: 10px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgb(255, 255, 255);
}

.swiper-pagination-bullet-active {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: paginationActive 10s linear forwards;
          animation: paginationActive 10s linear forwards;
}

@-webkit-keyframes paginationActive {
  100% {
    width: 100%;
  }
}

@keyframes paginationActive {
  100% {
    width: 100%;
  }
}

.top-sec-ttl .top-sec-ttl-sb {
  font-family: "DIN Pro Condensed";
  font-size: 3.2rem;
  letter-spacing: 0.15rem;
}
.top-sec-ttl .top-sec-ttl-mn {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.2rem;
  position: relative;
  padding-bottom: 0.2em;
  margin-bottom: 15px;
}
.top-sec-ttl .top-sec-ttl-mn::after {
  position: absolute;
  content: "";
  margin: auto;
  width: 1em;
  height: 1px;
  background: #100190;
  bottom: 0;
  left: 0;
}
.top-sec-ttl .top-sec-ttl-navi {
  display: inline;
  position: relative;
  text-decoration: none;
  padding-right: calc(25px + (1vw - 3.2px) * 0.4464285714);
  font-size: calc(14px + (1vw - 3.2px) * 0.1785714286);
}
.top-sec-ttl .top-sec-ttl-navi:hover {
  color: #333;
}
.top-sec-ttl .top-sec-ttl-navi:active {
  color: #333;
}
.top-sec-ttl .top-sec-ttl-navi:link {
  color: #333;
}
.top-sec-ttl .top-sec-ttl-navi:visited {
  color: #333;
}
.top-sec-ttl .top-sec-ttl-navi::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top-sec-ttl .top-sec-ttl-navi:hover::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top-sec-ttl .top-sec-ttl-navi:hover {
  text-decoration: underline;
}

.top-news-index {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-news-index .top-news-index-lft {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
}
.top-news-index .top-news-index-rgt {
  width: 100%;
  padding-top: 35px;
  padding-left: 15px;
}

.top-menu-carousel {
  overflow-x: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.menu-carousel-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 4vw 30px 7vw;
  width: 100%;
}
.menu-carousel-ttl > .ttl-page > .ttl-page-lft > .ttl-page-sb {
  font-family: "DIN Pro Condensed";
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
.menu-carousel-ttl > .ttl-page > .ttl-page-lft > .ttl-page-mn {
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  padding-bottom: 0.5em;
}
.menu-carousel-ttl > .ttl-page > .ttl-page-lft > .ttl-page-mn::after {
  background: #fff;
  height: 2;
  width: 1.5em;
}
.menu-carousel-ttl > .ttl-page > .ttl-page-lft .ttl-page-button {
  display: none;
  width: 100%;
  float: left;
  margin-top: 20px;
}

.menu-carousel-ttl-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 30px 0;
  padding-left: 5vw;
  width: 100%;
}
.menu-carousel-ttl-blk > .ttl-page > .ttl-page-lft > .ttl-page-sb {
  font-family: "DIN Pro Condensed";
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
.menu-carousel-ttl-blk > .ttl-page > .ttl-page-lft > .ttl-page-mn {
  font-size: 2.4rem;
  font-weight: 900;
  padding-bottom: 0.5em;
  letter-spacing: 0;
}
.menu-carousel-ttl-blk > .ttl-page > .ttl-page-lft > .ttl-page-mn::after {
  background: #000;
  height: 2;
  width: 1.5em;
}
.menu-carousel-ttl-blk > .ttl-page > .ttl-page-lft .ttl-page-button {
  display: none;
  width: 100%;
  float: left;
  margin-top: 20px;
}
.menu-carousel-ttl-blk > .ttl-page > .ttl-page-lft .ttl-page-top {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.menu-carousel-ttl-blk .swiper-button-prev-a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 3px solid #000;
}
.menu-carousel-ttl-blk .swiper-button-prev-a::after {
  background: url("/_assets/images/arrow_prev.svg") center center/contain no-repeat;
}
.menu-carousel-ttl-blk .swiper-button-prev-a:hover:hover {
  background: rgba(0, 0, 0, 0.5);
}
.menu-carousel-ttl-blk .swiper-button-next-a {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 3px solid #000;
}
.menu-carousel-ttl-blk .swiper-button-next-a::after {
  background: url("/_assets/images/arrow_next.svg") center center/contain no-repeat;
}
.menu-carousel-ttl-blk .swiper-button-next-a:hover {
  background: rgba(0, 0, 0, 0.5);
}

.lang_en .menu-carousel-ttl-blk .swiper-button-next-a::after {
  background: url("/english/_assets/images/arrow_next.svg") center center/contain no-repeat;
}

.lang_en .menu-carousel-ttl-blk .swiper-button-prev-a::after {
  background: url("/english/_assets/images/arrow_prev.svg") center center/contain no-repeat;
}

.menu-carousel,
.menu-carousel-sm {
  width: 100%;
}
.menu-carousel .swiper-slide.swiper-slide-active::before,
.menu-carousel-sm .swiper-slide.swiper-slide-active::before {
  background: none;
}
.menu-carousel .swiper-button-prev,
.menu-carousel-sm .swiper-button-prev {
  left: -100%;
  display: none;
}
.menu-carousel .swiper-button-next,
.menu-carousel-sm .swiper-button-next {
  right: -100%;
  display: none;
}

.menu-carousel-sm .swiper-scrollbar {
  padding: 40px 0 10px 0;
  margin-left: 5%;
  width: 90%;
}

.swiper-button-prev-a {
  position: relative;
  float: left;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  z-index: 9999;
  opacity: 0.5;
  margin-right: 10px;
}
.swiper-button-prev-a::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: calc(5px + (1vw - 3.2px) * 0.4464285714);
  height: calc(20px + (1vw - 3.2px) * 2.6785714286);
  height: 100%;
  background: url("/_assets/images/arrow_prev_wh.svg") center center/contain no-repeat;
}
.swiper-button-prev-a:hover:hover {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.swiper-button-next-a {
  position: relative;
  float: left;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  z-index: 9999;
  opacity: 0.5;
}
.swiper-button-next-a::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: calc(5px + (1vw - 3.2px) * 0.4464285714);
  height: calc(20px + (1vw - 3.2px) * 2.6785714286);
  height: 100%;
  background: url("/_assets/images/arrow_next_wh.svg") center center/contain no-repeat;
}
.swiper-button-next-a:hover {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}

.lang_en .swiper-button-prev-a::after {
  background: url("/english/_assets/images/arrow_prev_wh.svg") center center/contain no-repeat;
}

.lang_en .swiper-button-next-a::after {
  background: url("/english/_assets/images/arrow_next_wh.svg") center center/contain no-repeat;
}

.swiper-pagination-bullet {
  position: relative;
  z-index: 99;
  width: 30px;
  height: 5px;
  margin-right: 10px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgb(255, 255, 255);
}

.swiper-pagination-bullet-active {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active::before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: paginationActive 10s linear forwards;
          animation: paginationActive 10s linear forwards;
}

@keyframes paginationActive {
  100% {
    width: 100%;
  }
}

.topmenu-company {
  position: reletive;
  z-index: 3;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: -webkit-linear-gradient(315deg, rgba(0, 191, 255, 0.2) 0%, rgba(147, 112, 219, 0.2) 100%);
  background: linear-gradient(135deg, rgba(0, 191, 255, 0.2) 0%, rgba(147, 112, 219, 0.2) 100%);
  backdrop-filter: blur(0px);
}
.topmenu-company .topmenu-company-lft {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 4vw 20px 7vw;
}
.topmenu-company .topmenu-company-lft > .ttl-page {
  height: 100%;
}
.topmenu-company .topmenu-company-lft > .ttl-page > .ttl-page-lft {
  display: block;
  width: 100%;
}
.topmenu-company .topmenu-company-lft > .ttl-page > .ttl-page-lft > .ttl-page-sb {
  width: 100%;
  height: 100%;
  display: block;
  font-family: "DIN Pro Condensed";
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.topmenu-company .topmenu-company-lft > .ttl-page > .ttl-page-lft > .ttl-page-mn {
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  padding-bottom: 0.5em;
}
.topmenu-company .topmenu-company-lft > .ttl-page > .ttl-page-lft > .ttl-page-mn::after {
  background: #fff;
  height: 2;
  width: 1.5em;
}
.topmenu-company .topmenu-company-lft > .ttl-page > .ttl-page-lft .ttl-page-button {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.topmenu-company .topmenu-company-lft > .ttl-page .ttl-page-rgt {
  width: 100%;
  display: block;
  text-align: left;
}
.topmenu-company .topmenu-company-rgt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.topmenu-company .topmenu-company-rgt .topmenu-company-rgt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.topmenu-company .topmenu-company-rgt .topmenu-company-rgt-wrap .topmenu-company-list {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}
.topmenu-company .topmenu-company-rgt .topmenu-company-rgt-wrap .topmenu-company-list-item {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.topmenu-company .topmenu-company-rgt .topmenu-company-rgt-wrap .topmenu-company-list-item:hover {
  color: #333;
}
.topmenu-company .topmenu-company-rgt .topmenu-company-rgt-wrap .topmenu-company-list-item:active {
  color: #333;
}
.topmenu-company .topmenu-company-rgt .topmenu-company-rgt-wrap .topmenu-company-list-item:link {
  color: #333;
}
.topmenu-company .topmenu-company-rgt .topmenu-company-rgt-wrap .topmenu-company-list-item:visited {
  color: #333;
}
.topmenu-company .topmenu-company-rgt .topmenu-company-rgt-wrap .topmenu-company-list-item .topmenu-company-list-top {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  width: 100%;
  border-radius: 30px 30px 0 0;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.topmenu-company .topmenu-company-rgt .topmenu-company-rgt-wrap .topmenu-company-list-item .topmenu-company-list-top source, .topmenu-company .topmenu-company-rgt .topmenu-company-rgt-wrap .topmenu-company-list-item .topmenu-company-list-top img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  display: block;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.topmenu-company .topmenu-company-rgt .topmenu-company-rgt-wrap .topmenu-company-list-item .topmenu-company-list-btm {
  display: block;
  border-radius: 0 0 30px 30px;
  padding: 30px;
  background: -webkit-linear-gradient(135deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 10%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(-45deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 10%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
}
.topmenu-company .topmenu-company-rgt .topmenu-company-rgt-wrap .topmenu-company-list-item .topmenu-company-list-btm .topmenu-company-list-name {
  display: block;
  font-weight: 900;
  font-size: 1.6rem;
}
.topmenu-company .topmenu-company-rgt .topmenu-company-rgt-wrap .topmenu-company-list-item .topmenu-company-list-btm .topmenu-company-list-caption {
  display: block;
  font-weight: 700;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.7);
}
.topmenu-company .topmenu-company-rgt .topmenu-company-rgt-wrap .topmenu-company-list-item:hover .topmenu-company-list-top {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.topmenu-company .topmenu-company-rgt .topmenu-company-rgt-wrap .topmenu-company-list-item:hover .topmenu-company-list-top source, .topmenu-company .topmenu-company-rgt .topmenu-company-rgt-wrap .topmenu-company-list-item:hover .topmenu-company-list-top img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.topmenu-company-list-csr {
  display: block;
}

.topmenu-csr {
  position: relative;
  display: none;
  z-index: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.topmenu-csr::after {
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 191, 255, 0.7)), to(rgba(147, 112, 219, 0.7)));
  background: -webkit-linear-gradient(right, rgba(0, 191, 255, 0.7) 0%, rgba(147, 112, 219, 0.7) 100%);
  background: linear-gradient(-90deg, rgba(0, 191, 255, 0.7) 0%, rgba(147, 112, 219, 0.7) 100%);
  mix-blend-mode: multiply;
}
.topmenu-csr::before {
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: -450px center/auto 100% no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup49.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup49.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup49.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup49.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup49.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup49.jpg") type("image/jpeg"));
}

.lang_en .topmenu-csr::before {
  background: -450px center/auto 100% no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup49.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup49.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup49.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup49.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup49.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup49.jpg") type("image/jpeg"));
}

.topmenu-csr-lft {
  padding-top: 80px;
  padding-bottom: 80px;
  height: 100%;
  position: relative;
  z-index: 3;
  margin: 0 4vw 0 7vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.topmenu-csr-lft > .ttl-page {
  height: 100%;
}
.topmenu-csr-lft > .ttl-page > .ttl-page-lft > .ttl-page-sb {
  font-family: "DIN Pro Condensed";
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}
.topmenu-csr-lft > .ttl-page > .ttl-page-lft > .ttl-page-mn {
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  padding-bottom: 0.5em;
}
.topmenu-csr-lft > .ttl-page > .ttl-page-lft > .ttl-page-mn::after {
  background: #fff;
  height: 2;
  width: 1.5em;
}
.topmenu-csr-lft > .ttl-page > .ttl-page-lft .ttl-page-button {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.topmenu-csr-rgt {
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.topmenu-csr-rgt .topmenu-csr-list {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.topmenu-csr-rgt .topmenu-csr-item {
  text-decoration: none;
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.topmenu-csr-rgt .topmenu-csr-item:hover {
  color: #333;
}
.topmenu-csr-rgt .topmenu-csr-item:active {
  color: #333;
}
.topmenu-csr-rgt .topmenu-csr-item:link {
  color: #333;
}
.topmenu-csr-rgt .topmenu-csr-item:visited {
  color: #333;
}
.topmenu-csr-rgt .topmenu-csr-item .topmenu-csr-item-top {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  width: 100%;
}
.topmenu-csr-rgt .topmenu-csr-item .topmenu-csr-item-top source, .topmenu-csr-rgt .topmenu-csr-item .topmenu-csr-item-top img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1.35);
          transform: scale(1.35);
}
.topmenu-csr-rgt .topmenu-csr-item .topmenu-csr-item-btm {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  padding: 30px;
}
.topmenu-csr-rgt .topmenu-csr-item .topmenu-csr-item-btm .topmenu-csr-item-name {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  font-weight: 900;
  font-size: 1.6rem;
  color: #fff;
}
.topmenu-csr-rgt .topmenu-csr-item .topmenu-csr-item-btm .topmenu-csr-item-caption {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  display: block;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.7);
}
.topmenu-csr-rgt .topmenu-csr-item:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: rgb(0, 0, 0);
}
.topmenu-csr-rgt .topmenu-csr-item:hover .topmenu-csr-item-top {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.5;
}
.topmenu-csr-rgt .topmenu-csr-item:hover .topmenu-csr-item-top source, .topmenu-csr-rgt .topmenu-csr-item:hover .topmenu-csr-item-top img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.topmenu-csr-rgt .topmenu-csr-item:hover .topmenu-csr-item-btm .topmenu-csr-item-name {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
}
.topmenu-csr-rgt .topmenu-csr-item:hover .topmenu-csr-item-btm .topmenu-csr-item-caption {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #fff;
  opacity: 1;
  -webkit-animation: fadeInTop 0.2s ease-in 1 alternate forwards running;
          animation: fadeInTop 0.2s ease-in 1 alternate forwards running;
}

.topics.swiper-slide-active {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1.5);
          transform: scale(1.5); /* スライドの大きさ調整 */
}


.pagetop-slider .swiper-button-prev,
.pagetop-slider .swiper-button-next {
  background: rgb(255, 255, 255);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
}

.pagetop-slider .swiper-button-prev {
  left: 5px;
  right: auto;
}

.pagetop-slider .swiper-button-next {
  right: 5px;
  left: auto;
}

.pagetop-slider .swiper-button-prev:after {
  background: url("/_assets/images/arrow_prev.svg") center center/contain no-repeat;
}

.pagetop-slider .lang_en .swiper-button-prev:after {
  background: url("/english/_assets/images/arrow_prev.svg") center center/contain no-repeat;
}

.pagetop-slider .swiper-button-next:after {
  background: url("/_assets/images/arrow_next.svg") center center/contain no-repeat;
}

.pagetop-slider .lang_en .swiper-button-next:after {
  background: url("/english/_assets/images/arrow_next.svg") center center/contain no-repeat;
}

.carousel-slider-cont {
  position: relative;
  border-radius: 10px;
  width: 100%;
  border: 4px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(241, 245, 249)), color-stop(50%, rgb(241, 245, 249)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgb(241, 245, 249) 0%, rgb(241, 245, 249) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  background: linear-gradient(-180deg, rgb(241, 245, 249) 0%, rgb(241, 245, 249) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  height: 255px;
}
.carousel-slider-cont .carousel-slider-cont-en {
  font-family: "Aktiv Grotesk";
  background: -webkit-linear-gradient(left, #bf0060, #0066a5, #bf0060);
  background-size: auto;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 8px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
.carousel-slider-cont .img-clip350 {
  -webkit-clip-path: inset(35px 0 0 0);
          clip-path: inset(35px 0 0 0);
}

.carousel-slider-cont.bg-diagonal {
  position: relative;
  border-radius: 10px;
  width: 100%;
  border: 4px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(241, 245, 249)), color-stop(50%, rgb(241, 245, 249)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgb(241, 245, 249) 0%, rgb(241, 245, 249) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  background: linear-gradient(-180deg, rgb(241, 245, 249) 0%, rgb(241, 245, 249) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  height: 255px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-linear-gradient(300deg, rgb(241, 245, 249) 0%, rgb(241, 245, 249) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  background: linear-gradient(150deg, rgb(241, 245, 249) 0%, rgb(241, 245, 249) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
}

.carousel-slider-cont-support {
  position: relative;
  border-radius: 10px;
  width: 100%;
  border: 4px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(241, 245, 249)), color-stop(50%, rgb(241, 245, 249)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgb(241, 245, 249) 0%, rgb(241, 245, 249) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  background: linear-gradient(-180deg, rgb(241, 245, 249) 0%, rgb(241, 245, 249) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  height: 255px;
  height: initial;
  padding: 50px 0;
}
.pickup-slider .carousel-slider-cont {
  height: 255px;
}

.pagetop-slider {
  padding-top: 120px;
  padding-bottom: 100px;
}
.pagetop-slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.pagetop-slider .swiper-slide-active {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  z-index: 2;
  -webkit-transform: scale(1.3);
          transform: scale(1.3); /* スライドの大きさ調整 */
}
.pagetop-slider .carousel-slider-cont {
  -webkit-box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.2);
  height: 255px;
}

/*
//////////////////////////////////////////////////////////////////

// navi-menu
// メニュー関連

//////////////////////////////////////////////////////////////////
*/
.topmenu-topics {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  display: none;
}
.topmenu-topics .topmenu-topics-inner {
  background: rgba(255, 255, 255, 0.1);
  background: -webkit-linear-gradient(315deg, rgba(0, 191, 255, 0.2) 0%, rgba(147, 112, 219, 0.2) 100%);
  background: linear-gradient(135deg, rgba(0, 191, 255, 0.2) 0%, rgba(147, 112, 219, 0.2) 100%);
  color: #fff;
  margin: 0 auto;
  padding: 10px 10px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  width: 96%;
}

.topmenu {
  position: relative;
  width: 100%;
}
.topmenu::before {
  position: fixed;
  z-index: 0;
  content: "";
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup4.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup4.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup4.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/bgimg/bgi-product-lineup4.avif") type("image/avif"), url("/_assets/images/_webp/bgimg/bgi-product-lineup4.webp") type("image/webp"), url("/_assets/images/bgimg/bgi-product-lineup4.jpg") type("image/jpeg"));
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.topmenu::after {
  position: fixed;
  z-index: 0;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  mix-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(255, 0, 110, 0.5)), color-stop(50%, rgb(0, 191, 255)), color-stop(90%, rgb(147, 112, 219)));
  background: -webkit-linear-gradient(left, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  background: linear-gradient(90deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
}

.lang_en .topmenu::before {
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup4.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup4.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup4.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/bgimg/bgi-product-lineup4.avif") type("image/avif"), url("/english/_assets/images/_webp/bgimg/bgi-product-lineup4.webp") type("image/webp"), url("/english/_assets/images/bgimg/bgi-product-lineup4.jpg") type("image/jpeg"));
}

.topmenu-overlay {
  position: fixed;
  z-index: 0;
  content: "";
  mix-blend-mode: multiply;
  background: -webkit-linear-gradient(305deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(145deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.topmenu-inner {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 5;
  color: #fff;
  text-align: center;
}

.topmenu-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.topmenu-title .topmenu-catchcopy {
  font-weight: 700;
  font-size: 28px;
  margin-top: 100px;
  line-height: 1.4;
}
.topmenu-title .topmenu-catchcopy span:nth-child(2) {
  display: block;
}
.topmenu-title .topmenu-catchcopy span:nth-child(3) {
  display: block;
}
.topmenu-title .topmenu-caption {
  margin-top: 10px;
  line-height: 1.8;
  font-size: 1.4rem;
  padding: 0 20px;
}
.topmenu-title .topmenu-caption .topmenu-caption-txt1 {
  display: none;
}
.topmenu-title .topmenu-caption .topmenu-caption-br1 {
  display: none;
}
.topmenu-title .topmenu-caption .topmenu-caption-br2 {
  display: none;
}

.topmenu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}

.topmenu-list-thumb1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-left: 2%;
  margin-right: 2%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.topmenu-list-thumb2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-left: 2%;
  margin-right: 2%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.topmenu-list-touchscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: none;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgb(0, 0, 0);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(44, 150, 212, 0.5);
          box-shadow: 0 0 20px rgba(44, 150, 212, 0.5);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  /*&::before {
    top: -20px; left: 10%;
    @include mq('md') { left: 14.5%; }
    @include mq('lg') { left: 15%; }
    @include mq('xl') { left: 4.5%; }
  }*/
}
.topmenu-list-touchscreen::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  width: 30px;
  height: 20px;
  background: url("/_assets/images/arrow_top_bk.svg") center center/100% auto no-repeat;
}
.topmenu-list-touchscreen .menu-list-cate::before {
  background: #0081e3;
}
.topmenu-list-touchscreen .menu-list-btncate {
  background: rgba(255, 255, 255, 0.1);
}
.topmenu-list-touchscreen .g-inner-list {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.topmenu-list-touchscreen .g-inner-list:last-child {
  border-right: none;
}
.topmenu-list-touchscreen .g-inner-list:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.7;
}
.topmenu-list-touchscreen .menu-list-btn-series2 {
  color: rgba(255, 255, 255, 0.5);
}
.topmenu-list-touchscreen .menu-list-btn2:hover {
  background: rgba(255, 255, 255, 0.2);
}
.topmenu-list-touchscreen .menu-list-btn2 a {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.topmenu-list-touchscreen .menu-list-btn2 a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.topmenu-list-touchscreen .menu-list-btntop2 {
  background: rgba(255, 255, 255, 0.1);
}
.topmenu-list-touchscreen .menu-list-btntop2:hover {
  background: rgba(255, 255, 255, 0.2);
}

.lang_en .topmenu-list-touchscreen::before {
  background: url("/english/_assets/images/arrow_top_bk.svg") center center/100% auto no-repeat;
}

.topmenu-list-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: none;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgb(0, 0, 0);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(44, 150, 212, 0.5);
          box-shadow: 0 0 20px rgba(44, 150, 212, 0.5);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  /*&::before {
    top: -20px; left: 35%;
    @include mq('md') { left: 37%; }
    @include mq('lg') { left: 38%; }
    @include mq('xl') { left: 17.5%; }
  }*/
}
.topmenu-list-controller::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  width: 30px;
  height: 20px;
  background: url("/_assets/images/arrow_top_bk.svg") center center/100% auto no-repeat;
}
.topmenu-list-controller .menu-list-cate::before {
  background: #0081e3;
}
.topmenu-list-controller .menu-list-btncate {
  background: rgba(255, 255, 255, 0.1);
}
.topmenu-list-controller .g-inner-list {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.topmenu-list-controller .g-inner-list:last-child {
  border-right: none;
}
.topmenu-list-controller .g-inner-list:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.7;
}
.topmenu-list-controller .menu-list-btn-series2 {
  color: rgba(255, 255, 255, 0.5);
}
.topmenu-list-controller .menu-list-btn2:hover {
  background: rgba(255, 255, 255, 0.2);
}
.topmenu-list-controller .menu-list-btn2 a {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.topmenu-list-controller .menu-list-btn2 a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.topmenu-list-controller .menu-list-btntop2 {
  background: rgba(255, 255, 255, 0.1);
}
.topmenu-list-controller .menu-list-btntop2:hover {
  background: rgba(255, 255, 255, 0.2);
}

.lang_en .topmenu-list-controller::before {
  background: url("/english/_assets/images/arrow_top_bk.svg") center center/100% auto no-repeat;
}

.topmenu-list-film {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: none;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgb(0, 0, 0);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(44, 150, 212, 0.5);
          box-shadow: 0 0 20px rgba(44, 150, 212, 0.5);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  /*&::before {
    top: -20px; left: 58%;
    @include mq('xl') { left: 30%; }
  }*/
}
.topmenu-list-film::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  width: 30px;
  height: 20px;
  background: url("/_assets/images/arrow_top_bk.svg") center center/100% auto no-repeat;
}
.topmenu-list-film .menu-list-cate::before {
  background: #0081e3;
}
.topmenu-list-film .menu-list-btncate {
  background: rgba(255, 255, 255, 0.1);
}
.topmenu-list-film .g-inner-list {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.topmenu-list-film .g-inner-list:last-child {
  border-right: none;
}
.topmenu-list-film .g-inner-list:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.7;
}
.topmenu-list-film .menu-list-btn-series2 {
  color: rgba(255, 255, 255, 0.5);
}
.topmenu-list-film .menu-list-btn2:hover {
  background: rgba(255, 255, 255, 0.2);
}
.topmenu-list-film .menu-list-btn2 a {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.topmenu-list-film .menu-list-btn2 a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.topmenu-list-film .menu-list-btntop2 {
  background: rgba(255, 255, 255, 0.1);
}
.topmenu-list-film .menu-list-btntop2:hover {
  background: rgba(255, 255, 255, 0.2);
}

.lang_en .topmenu-list-film::before {
  background: url("/english/_assets/images/arrow_top_bk.svg") center center/100% auto no-repeat;
}

.topmenu-list-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: none;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgb(0, 0, 0);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(44, 150, 212, 0.5);
          box-shadow: 0 0 20px rgba(44, 150, 212, 0.5);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  /*&::before {
    top: -20px; left: 82%;
    @include mq('xl') { left: 42.5%; }
  }*/
}
.topmenu-list-module::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  width: 30px;
  height: 20px;
  background: url("/_assets/images/arrow_top_bk.svg") center center/100% auto no-repeat;
}
.topmenu-list-module .menu-list-cate::before {
  background: #0081e3;
}
.topmenu-list-module .menu-list-btncate {
  background: rgba(255, 255, 255, 0.1);
}
.topmenu-list-module .g-inner-list {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.topmenu-list-module .g-inner-list:last-child {
  border-right: none;
}
.topmenu-list-module .g-inner-list:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.7;
}
.topmenu-list-module .menu-list-btn-series2 {
  color: rgba(255, 255, 255, 0.5);
}
.topmenu-list-module .menu-list-btn2:hover {
  background: rgba(255, 255, 255, 0.2);
}
.topmenu-list-module .menu-list-btn2 a {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.topmenu-list-module .menu-list-btn2 a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.topmenu-list-module .menu-list-btntop2 {
  background: rgba(255, 255, 255, 0.1);
}
.topmenu-list-module .menu-list-btntop2:hover {
  background: rgba(255, 255, 255, 0.2);
}

.lang_en .topmenu-list-module::before {
  background: url("/english/_assets/images/arrow_top_bk.svg") center center/100% auto no-repeat;
}

.topmenu-list-tp-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: none;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgb(0, 0, 0);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(44, 150, 212, 0.5);
          box-shadow: 0 0 20px rgba(44, 150, 212, 0.5);
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  /*&::before {
    top: -20px; left: 10%;
    @include mq('xl') { left: 55%; }
  }*/
}
.topmenu-list-tp-unit::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  width: 30px;
  height: 20px;
  background: url("/_assets/images/arrow_top_bk.svg") center center/100% auto no-repeat;
}
.topmenu-list-tp-unit .menu-list-cate::before {
  background: #0081e3;
}
.topmenu-list-tp-unit .menu-list-btncate {
  background: rgba(255, 255, 255, 0.1);
}
.topmenu-list-tp-unit .g-inner-list {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.topmenu-list-tp-unit .g-inner-list:last-child {
  border-right: none;
}
.topmenu-list-tp-unit .g-inner-list:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.7;
}
.topmenu-list-tp-unit .menu-list-btn-series2 {
  color: rgba(255, 255, 255, 0.5);
}
.topmenu-list-tp-unit .menu-list-btn2:hover {
  background: rgba(255, 255, 255, 0.2);
}
.topmenu-list-tp-unit .menu-list-btn2 a {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.topmenu-list-tp-unit .menu-list-btn2 a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.topmenu-list-tp-unit .menu-list-btntop2 {
  background: rgba(255, 255, 255, 0.1);
}
.topmenu-list-tp-unit .menu-list-btntop2:hover {
  background: rgba(255, 255, 255, 0.2);
}

.lang_en .topmenu-list-tp-unit::before {
  background: url("/english/_assets/images/arrow_top_bk.svg") center center/100% auto no-repeat;
}

.topmenu-list-monitor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: none;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgb(0, 0, 0);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(44, 150, 212, 0.5);
          box-shadow: 0 0 20px rgba(44, 150, 212, 0.5);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  /*&::before {
    top: -20px; left: 35%;
    @include mq('md') { left: 37%; }
    @include mq('lg') { left: 38%; }
    @include mq('xl') { left: 80%; }
  }*/
}
.topmenu-list-monitor::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  width: 30px;
  height: 20px;
  background: url("/_assets/images/arrow_top_bk.svg") center center/100% auto no-repeat;
}
.topmenu-list-monitor .menu-list-cate::before {
  background: #0081e3;
}
.topmenu-list-monitor .menu-list-btncate {
  background: rgba(255, 255, 255, 0.1);
}
.topmenu-list-monitor .g-inner-list {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.topmenu-list-monitor .g-inner-list:last-child {
  border-right: none;
}
.topmenu-list-monitor .g-inner-list:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.7;
}
.topmenu-list-monitor .menu-list-btn-series2 {
  color: rgba(255, 255, 255, 0.5);
}
.topmenu-list-monitor .menu-list-btn2:hover {
  background: rgba(255, 255, 255, 0.2);
}
.topmenu-list-monitor .menu-list-btn2 a {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.topmenu-list-monitor .menu-list-btn2 a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.topmenu-list-monitor .menu-list-btntop2 {
  background: rgba(255, 255, 255, 0.1);
}
.topmenu-list-monitor .menu-list-btntop2:hover {
  background: rgba(255, 255, 255, 0.2);
}

.lang_en .topmenu-list-monitor::before {
  background: url("/english/_assets/images/arrow_top_bk.svg") center center/100% auto no-repeat;
}

.topmenu-list-computer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: none;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgb(0, 0, 0);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(44, 150, 212, 0.5);
          box-shadow: 0 0 20px rgba(44, 150, 212, 0.5);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  /*&::before {
    top: -20px; left: 35%;
    @include mq('md') { left: 37%; }
    @include mq('lg') { left: 38%; }
    @include mq('xl') { left: 17.5%; }
  }*/
}
.topmenu-list-computer::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  width: 30px;
  height: 20px;
  background: url("/_assets/images/arrow_top_bk.svg") center center/100% auto no-repeat;
}
.topmenu-list-computer .menu-list-cate::before {
  background: #0081e3;
}
.topmenu-list-computer .menu-list-btncate {
  background: rgba(255, 255, 255, 0.1);
}
.topmenu-list-computer .g-inner-list {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.topmenu-list-computer .g-inner-list:last-child {
  border-right: none;
}
.topmenu-list-computer .g-inner-list:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.7;
}
.topmenu-list-computer .menu-list-btn-series2 {
  color: rgba(255, 255, 255, 0.5);
}
.topmenu-list-computer .menu-list-btn2:hover {
  background: rgba(255, 255, 255, 0.2);
}
.topmenu-list-computer .menu-list-btn2 a {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.topmenu-list-computer .menu-list-btn2 a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.topmenu-list-computer .menu-list-btntop2 {
  background: rgba(255, 255, 255, 0.1);
}
.topmenu-list-computer .menu-list-btntop2:hover {
  background: rgba(255, 255, 255, 0.2);
}

.lang_en .topmenu-list-computer::before {
  background: url("/english/_assets/images/arrow_top_bk.svg") center center/100% auto no-repeat;
}

.topmenu-list-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: none;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgb(0, 0, 0);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(44, 150, 212, 0.5);
          box-shadow: 0 0 20px rgba(44, 150, 212, 0.5);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  /*&::before {
    top: -20px; left: 35%;
    @include mq('md') { left: 37%; }
    @include mq('lg') { left: 38%; }
    @include mq('xl') { left: 17.5%; }
  }*/
}
.topmenu-list-display::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  width: 30px;
  height: 20px;
  background: url("/_assets/images/arrow_top_bk.svg") center center/100% auto no-repeat;
}
.topmenu-list-display .menu-list-cate::before {
  background: #0081e3;
}
.topmenu-list-display .menu-list-btncate {
  background: rgba(255, 255, 255, 0.1);
}
.topmenu-list-display .g-inner-list {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.topmenu-list-display .g-inner-list:last-child {
  border-right: none;
}
.topmenu-list-display .g-inner-list:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.7;
}
.topmenu-list-display .menu-list-btn-series2 {
  color: rgba(255, 255, 255, 0.5);
}
.topmenu-list-display .menu-list-btn2:hover {
  background: rgba(255, 255, 255, 0.2);
}
.topmenu-list-display .menu-list-btn2 a {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.topmenu-list-display .menu-list-btn2 a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.topmenu-list-display .menu-list-btntop2 {
  background: rgba(255, 255, 255, 0.1);
}
.topmenu-list-display .menu-list-btntop2:hover {
  background: rgba(255, 255, 255, 0.2);
}

.lang_en .topmenu-list-display::before {
  background: url("/english/_assets/images/arrow_top_bk.svg") center center/100% auto no-repeat;
}

.topmenu-list-pendant {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: none;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgb(0, 0, 0);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(44, 150, 212, 0.5);
          box-shadow: 0 0 20px rgba(44, 150, 212, 0.5);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  /*&::before {
    top: -20px; left: 35%;
    @include mq('md') { left: 37%; }
    @include mq('lg') { left: 38%; }
    @include mq('xl') { left: 17.5%; }
  }*/
}
.topmenu-list-pendant::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  width: 30px;
  height: 20px;
  background: url("/_assets/images/arrow_top_bk.svg") center center/100% auto no-repeat;
}
.topmenu-list-pendant .menu-list-cate::before {
  background: #0081e3;
}
.topmenu-list-pendant .menu-list-btncate {
  background: rgba(255, 255, 255, 0.1);
}
.topmenu-list-pendant .g-inner-list {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.topmenu-list-pendant .g-inner-list:last-child {
  border-right: none;
}
.topmenu-list-pendant .g-inner-list:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.7;
}
.topmenu-list-pendant .menu-list-btn-series2 {
  color: rgba(255, 255, 255, 0.5);
}
.topmenu-list-pendant .menu-list-btn2:hover {
  background: rgba(255, 255, 255, 0.2);
}
.topmenu-list-pendant .menu-list-btn2 a {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.topmenu-list-pendant .menu-list-btn2 a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.topmenu-list-pendant .menu-list-btntop2 {
  background: rgba(255, 255, 255, 0.1);
}
.topmenu-list-pendant .menu-list-btntop2:hover {
  background: rgba(255, 255, 255, 0.2);
}

.lang_en .topmenu-list-pendant::before {
  background: url("/english/_assets/images/arrow_top_bk.svg") center center/100% auto no-repeat;
}

.topmenu-list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: 0 auto;
}

.topmenu-list-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
  width: 25%;
}
.topmenu-list-cont .topmenu-list-cont-name {
  position: relative;
  margin-top: 15px;
  font-size: 10px;
  line-height: 1.4;
}

.topmenu-list-inner2 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
  width: 95%;
  padding-top: 25px;
}

.topmenu-list-cont2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33.3333333333%;
  margin-top: 15px;
}
.topmenu-list-cont2 .bgi-menu-btn {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}
.topmenu-list-cont2 .bgi-menu-btn .bgi-menu-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 22px;
  height: 22px;
  color: #fff;
}
.topmenu-list-cont2 .bgi-menu-btn .bgi-menu-btn-icon svg {
  width: 22px;
  height: 22px;
}
.topmenu-list-cont2 .bgi-menu-btn:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0.8;
}

.menu-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}

.menu-list-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.menu-list-thumb:last-child {
  border-right: none;
}

.menu-list-thumb-name {
  display: block;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.menu-list-thumb-name .logo1 {
  margin-left: 3px;
}

.menu-list-thumb-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  font-weight: bold;
  font-size: 1rem;
}
.menu-list-thumb-tag > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: ccenter;
      -ms-flex-align: ccenter;
          align-items: ccenter;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  line-height: 1.2;
}

.menu-list-search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.menu-list-search .menu-list-wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-list-search-col {
  width: 50%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-list-btntop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.menu-list-btntop a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px 15px;
  padding-right: 30px;
  border-radius: 5px;
  background: rgb(255, 255, 255);
  text-decoration: none;
  position: relative;
  will-change: transform;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 900;
}
.menu-list-btntop a:hover {
  color: #333;
}
.menu-list-btntop a:active {
  color: #333;
}
.menu-list-btntop a:link {
  color: #333;
}
.menu-list-btntop a:visited {
  color: #333;
}
.menu-list-btntop a::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-list-btntop a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.menu-list-btntop a:hover::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-list-btntop a:hover {
  background: rgba(255, 255, 255, 0.5);
}

.menu-list-btn-topblock1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.menu-list-btntop2 {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: rgb(255, 255, 255);
  border-radius: 5px;
}
.menu-list-btntop2:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: rgba(0, 0, 0, 0.5);
}

.menu-list-btnsearch {
  width: 100%;
  display: block;
  font-size: 1.2rem;
  font-weight: 900;
  padding: 10px 15px;
  padding-right: 30px;
  border-radius: 5px;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  will-change: transform;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu-list-btnsearch:hover {
  color: rgb(255, 255, 255);
}
.menu-list-btnsearch:active {
  color: rgb(255, 255, 255);
}
.menu-list-btnsearch:link {
  color: rgb(255, 255, 255);
}
.menu-list-btnsearch:visited {
  color: rgb(255, 255, 255);
}
.menu-list-btnsearch::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-list-btnsearch:hover {
  background: rgba(255, 255, 255, 0.2);
}
.menu-list-btnsearch:hover::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-list-btnsearch:hover {
  background: rgba(255, 255, 255, 0.6);
}

.menu-list-btn-topblock2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.menu-list-cate {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 900;
  font-size: 1.4rem;
  padding: 10px;
  padding-right: 30px;
  padding-left: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.menu-list-cate::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 4px;
  height: 30%;
  margin: auto;
  background: #100190;
  border-radius: 100px;
}

.menu-list-cate2 {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 900;
  font-size: 1.4rem;
  padding: 10px;
  padding-right: 30px;
  padding-left: 20px;
  margin-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.menu-list-cate2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 4px;
  height: 30%;
  margin: auto;
  background: #100190;
  border-radius: 100px;
}

.menu-list-btncate {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 10px;
  padding-right: 30px;
  border-radius: 5px;
  background: rgb(255, 255, 255);
  text-decoration: none;
  position: relative;
  will-change: transform;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu-list-btncate:hover {
  color: rgb(255, 255, 255);
}
.menu-list-btncate:active {
  color: rgb(255, 255, 255);
}
.menu-list-btncate:link {
  color: rgb(255, 255, 255);
}
.menu-list-btncate:visited {
  color: rgb(255, 255, 255);
}
.menu-list-btncate::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-list-btncate:hover {
  background: rgba(255, 255, 255, 0.2);
}
.menu-list-btncate:hover::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-list-btncate:hover {
  background: rgba(255, 255, 255, 0.1);
}

.menu-list-btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.menu-list-btn {
  position: relative;
  width: 100%;
  display: block;
  padding: 10px;
  padding-right: 30px;
  font-size: 1.2rem;
  text-decoration: none;
  position: relative;
  will-change: transform;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu-list-btn:hover {
  color: rgb(255, 255, 255);
}
.menu-list-btn:active {
  color: rgb(255, 255, 255);
}
.menu-list-btn:link {
  color: rgb(255, 255, 255);
}
.menu-list-btn:visited {
  color: rgb(255, 255, 255);
}
.menu-list-btn::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-list-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.menu-list-btn:hover::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-list-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.menu-list-btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  padding-right: 30px;
  font-size: 1.2rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  will-change: transform;
  transition: all 0.2s ease;
}
.menu-list-btn2::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-list-btn2:hover {
  background: rgba(255, 255, 255, 0.2);
}
.menu-list-btn2:hover::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-list-btn2:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.6);
}
.menu-list-btn2 a {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#100190), to(#100190));
  background-image: -webkit-linear-gradient(#100190, #100190);
  background-image: linear-gradient(#100190, #100190);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-list-btn2 a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}

.menu-list-btn-lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17.5%;
}
.menu-list-btn-lft img {
  width: 100%;
}

.menu-list-btn-rgt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  padding-left: 10px;
}
.menu-list-btn-rgt .menu-list-btn-rgt-inner {
  width: 100%;
}

.menu-list-btn2.menu-list-btn-catemenu {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.menu-list-btn2.menu-list-btn-catemenu .menu-list-btn-lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.menu-list-btn2.menu-list-btn-catemenu .menu-list-btn-lft img {
  width: 60px;
}
.menu-list-btn2.menu-list-btn-catemenu .menu-list-btn-rgt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: initial;
  padding-top: 10px;
}

.menu-list-btn2.menu-list-btn-catemenu2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 10px;
}
.menu-list-btn2.menu-list-btn-catemenu2::after {
  display: none;
}
.menu-list-btn2.menu-list-btn-catemenu2 .menu-list-btn-rgt {
  padding-left: initial;
  padding-top: 10px;
}
.menu-list-btn2.menu-list-btn-catemenu2 .menu-list-btn-lft {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.menu-list-btn2.menu-list-btn-catemenu2 .menu-list-btn-lft img {
  border-radius: 5px;
}

.menu-list-btn-model2 {
  position: relative;
  display: block;
  font-size: 1.2rem;
  letter-spacing: -0.06em;
  font-weight: 900;
  width: 100%;
}
.menu-list-btn-model2 span {
  line-height: 1;
  padding: 3px;
  margin-right: -1px;
  border-radius: 4px;
}

.menu-list-btn-series2 {
  width: 100%;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 2px;
  color: rgba(0, 0, 0, 0.6);
}

.menu-list-block1,
.menu-list-block2,
.menu-list-block3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-list-wrap2 {
  width: 100%;
  padding: 5px;
}

.topmenu-list-product,
.topmenu-list-touchscreen,
.page-menu-touchscreen,
.header-menu-touchscreen {
  text-align: left;
}
.topmenu-list-product .menu-list-btn,
.topmenu-list-touchscreen .menu-list-btn,
.page-menu-touchscreen .menu-list-btn,
.header-menu-touchscreen .menu-list-btn {
  width: 50%;
}
.topmenu-list-product .menu-list-block1,
.topmenu-list-touchscreen .menu-list-block1,
.page-menu-touchscreen .menu-list-block1,
.header-menu-touchscreen .menu-list-block1 {
  width: 100%;
}
.topmenu-list-product .menu-list-block1 .menu-list-btn,
.topmenu-list-touchscreen .menu-list-block1 .menu-list-btn,
.page-menu-touchscreen .menu-list-block1 .menu-list-btn,
.header-menu-touchscreen .menu-list-block1 .menu-list-btn {
  width: 50%;
  width: 100%;
}
.topmenu-list-product .menu-list-block2,
.topmenu-list-touchscreen .menu-list-block2,
.page-menu-touchscreen .menu-list-block2,
.header-menu-touchscreen .menu-list-block2 {
  width: 100%;
}
.topmenu-list-product .menu-list-block2 .menu-list-btn,
.topmenu-list-touchscreen .menu-list-block2 .menu-list-btn,
.page-menu-touchscreen .menu-list-block2 .menu-list-btn,
.header-menu-touchscreen .menu-list-block2 .menu-list-btn {
  width: 50%;
  width: 100%;
}
.topmenu-list-product .menu-list-block3,
.topmenu-list-touchscreen .menu-list-block3,
.page-menu-touchscreen .menu-list-block3,
.header-menu-touchscreen .menu-list-block3 {
  width: 100%;
}
.topmenu-list-product .menu-list-block3 .menu-list-btn,
.topmenu-list-touchscreen .menu-list-block3 .menu-list-btn,
.page-menu-touchscreen .menu-list-block3 .menu-list-btn,
.header-menu-touchscreen .menu-list-block3 .menu-list-btn {
  width: 100%;
}
.topmenu-list-product .menu-list-block4,
.topmenu-list-touchscreen .menu-list-block4,
.page-menu-touchscreen .menu-list-block4,
.header-menu-touchscreen .menu-list-block4 {
  width: 50%;
}
.topmenu-list-product .menu-list-block5,
.topmenu-list-touchscreen .menu-list-block5,
.page-menu-touchscreen .menu-list-block5,
.header-menu-touchscreen .menu-list-block5 {
  width: 50%;
}
.header-menu-touchscreen2 .menu-list-btnlist .menu-list-btn2,
.page-menu-touchscreen .menu-list-btnlist .menu-list-btn2,
.topmenu-list-touchscreen .menu-list-btnlist .menu-list-btn2,
.header-menu-user-support .menu-list-btnlist .menu-list-btn2 {
  width: 100%;
}
.header-menu-touchscreen2 .menu-list-btntop2,
.page-menu-touchscreen .menu-list-btntop2,
.topmenu-list-touchscreen .menu-list-btntop2,
.header-menu-user-support .menu-list-btntop2 {
  width: 100%;
}
.header-menu-touchscreen2 .menu-list-block1,
.page-menu-touchscreen .menu-list-block1,
.topmenu-list-touchscreen .menu-list-block1,
.header-menu-user-support .menu-list-block1 {
  width: 100%;
}
.header-menu-touchscreen2 .menu-list-block1 .menu-list-btn2,
.page-menu-touchscreen .menu-list-block1 .menu-list-btn2,
.topmenu-list-touchscreen .menu-list-block1 .menu-list-btn2,
.header-menu-user-support .menu-list-block1 .menu-list-btn2 {
  width: 100%;
}
.header-menu-touchscreen2 .menu-list-block2,
.page-menu-touchscreen .menu-list-block2,
.topmenu-list-touchscreen .menu-list-block2,
.header-menu-user-support .menu-list-block2 {
  width: 100%;
}
.header-menu-touchscreen2 .menu-list-block2 .menu-list-btn2,
.page-menu-touchscreen .menu-list-block2 .menu-list-btn2,
.topmenu-list-touchscreen .menu-list-block2 .menu-list-btn2,
.header-menu-user-support .menu-list-block2 .menu-list-btn2 {
  width: 100%;
}
.header-menu-touchscreen2 .menu-list-block3,
.page-menu-touchscreen .menu-list-block3,
.topmenu-list-touchscreen .menu-list-block3,
.header-menu-user-support .menu-list-block3 {
  width: 100%;
}
.header-menu-touchscreen2 .menu-list-block3 .menu-list-btn2,
.page-menu-touchscreen .menu-list-block3 .menu-list-btn2,
.topmenu-list-touchscreen .menu-list-block3 .menu-list-btn2,
.header-menu-user-support .menu-list-block3 .menu-list-btn2 {
  width: 100%;
}
.header-menu-touchscreen2 .menu-list-block4,
.page-menu-touchscreen .menu-list-block4,
.topmenu-list-touchscreen .menu-list-block4,
.header-menu-user-support .menu-list-block4 {
  width: 50%;
}
.header-menu-touchscreen2 .menu-list-block5,
.page-menu-touchscreen .menu-list-block5,
.topmenu-list-touchscreen .menu-list-block5,
.header-menu-user-support .menu-list-block5 {
  width: 50%;
}

.topmenu-list-module a {
  text-decoration: none;
}
.topmenu-list-module a:hover {
  color: #fff;
}
.topmenu-list-module a:active {
  color: #fff;
}
.topmenu-list-module a:link {
  color: #fff;
}
.topmenu-list-module a:visited {
  color: #fff;
}
.topmenu-list-module .topmenu-list-inner {
  text-align: center;
  width: 100%;
}
.topmenu-list-module .menu-list-thumb {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.topmenu-list-module .menu-list-thumb a {
  text-decoration: none;
}
.topmenu-list-module .menu-list-thumb a:hover {
  color: #fff;
}
.topmenu-list-module .menu-list-thumb a:active {
  color: #fff;
}
.topmenu-list-module .menu-list-thumb a:link {
  color: #fff;
}
.topmenu-list-module .menu-list-thumb a:visited {
  color: #fff;
}
.topmenu-list-module .menu-list-thumb a .span6-3l {
  width: 100%;
}
.topmenu-list-module .menu-list-thumb a .span5-xs,
.topmenu-list-module .menu-list-thumb a .span7-xs {
  width: 100%;
}
.topmenu-list-module .menu-list-thumb a .menu-list-thumb-name {
  text-align: center;
}
.topmenu-list-module .menu-list-thumb-tag {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topmenu-list-module .menu-list-thumb-tag > span {
  background: rgba(255, 255, 255, 0.2);
}
.topmenu-list-module .g-inner-list-prod-top {
  display: none;
}
.topmenu-list-module .g-inner-list.span2 {
  width: 50%;
}

.topmenu-list-film,
.page-menu-film,
.header-menu-film,
.header-menu-controller,
.topmenu-list-controller,
.page-menu-controller {
  text-align: left;
}
.topmenu-list-film .menu-list-btntop,
.page-menu-film .menu-list-btntop,
.header-menu-film .menu-list-btntop,
.header-menu-controller .menu-list-btntop,
.topmenu-list-controller .menu-list-btntop,
.page-menu-controller .menu-list-btntop {
  width: 100%;
  margin-bottom: 15px;
}
.topmenu-list-film .menu-list-btncate::after,
.page-menu-film .menu-list-btncate::after,
.header-menu-film .menu-list-btncate::after,
.header-menu-controller .menu-list-btncate::after,
.topmenu-list-controller .menu-list-btncate::after,
.page-menu-controller .menu-list-btncate::after {
  display: none;
}
.topmenu-list-film .menu-list-btn,
.page-menu-film .menu-list-btn,
.header-menu-film .menu-list-btn,
.header-menu-controller .menu-list-btn,
.topmenu-list-controller .menu-list-btn,
.page-menu-controller .menu-list-btn {
  width: 50%;
}
.topmenu-list-film .menu-list-block1,
.page-menu-film .menu-list-block1,
.header-menu-film .menu-list-block1,
.header-menu-controller .menu-list-block1,
.topmenu-list-controller .menu-list-block1,
.page-menu-controller .menu-list-block1 {
  width: 100%;
}
.topmenu-list-film .menu-list-block1 .menu-list-btn,
.page-menu-film .menu-list-block1 .menu-list-btn,
.header-menu-film .menu-list-block1 .menu-list-btn,
.header-menu-controller .menu-list-block1 .menu-list-btn,
.topmenu-list-controller .menu-list-block1 .menu-list-btn,
.page-menu-controller .menu-list-block1 .menu-list-btn {
  width: 100%;
}
.topmenu-list-film .menu-list-block2,
.page-menu-film .menu-list-block2,
.header-menu-film .menu-list-block2,
.header-menu-controller .menu-list-block2,
.topmenu-list-controller .menu-list-block2,
.page-menu-controller .menu-list-block2 {
  width: 100%;
}

.header-menu-film .menu-list-block1 {
  width: 100%;
}
.header-menu-film .menu-list-block1 .menu-list-btn2 {
  width: 100%;
}
.header-menu-film .menu-list-block2 {
  width: 100%;
}
.header-menu-film .menu-list-block2 .menu-list-btn2 {
  width: 50%;
}

.topmenu-list-monitor,
.topmenu-list-computer,
.topmenu-list-display,
.topmenu-list-pendant,
.topmenu-list-controller,
.topmenu-list-controller3,
.page-menu-controller,
.header-menu-csr,
.header-menu-controller2,
.header-menu-film2,
.header-menu-computer,
.header-menu-display,
.header-menu-monitor,
.header-menu-pendant,
.header-menu-software,
.header-menu-appfields {
  text-align: left;
}
.topmenu-list-monitor .menu-list,
.topmenu-list-computer .menu-list,
.topmenu-list-display .menu-list,
.topmenu-list-pendant .menu-list,
.topmenu-list-controller .menu-list,
.topmenu-list-controller3 .menu-list,
.page-menu-controller .menu-list,
.header-menu-csr .menu-list,
.header-menu-controller2 .menu-list,
.header-menu-film2 .menu-list,
.header-menu-computer .menu-list,
.header-menu-display .menu-list,
.header-menu-monitor .menu-list,
.header-menu-pendant .menu-list,
.header-menu-software .menu-list,
.header-menu-appfields .menu-list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.topmenu-list-monitor .menu-list-btntop,
.topmenu-list-computer .menu-list-btntop,
.topmenu-list-display .menu-list-btntop,
.topmenu-list-pendant .menu-list-btntop,
.topmenu-list-controller .menu-list-btntop,
.topmenu-list-controller3 .menu-list-btntop,
.page-menu-controller .menu-list-btntop,
.header-menu-csr .menu-list-btntop,
.header-menu-controller2 .menu-list-btntop,
.header-menu-film2 .menu-list-btntop,
.header-menu-computer .menu-list-btntop,
.header-menu-display .menu-list-btntop,
.header-menu-monitor .menu-list-btntop,
.header-menu-pendant .menu-list-btntop,
.header-menu-software .menu-list-btntop,
.header-menu-appfields .menu-list-btntop {
  width: 100%;
  margin-bottom: 15px;
}
.topmenu-list-monitor .menu-list-btncate::after,
.topmenu-list-computer .menu-list-btncate::after,
.topmenu-list-display .menu-list-btncate::after,
.topmenu-list-pendant .menu-list-btncate::after,
.topmenu-list-controller .menu-list-btncate::after,
.topmenu-list-controller3 .menu-list-btncate::after,
.page-menu-controller .menu-list-btncate::after,
.header-menu-csr .menu-list-btncate::after,
.header-menu-controller2 .menu-list-btncate::after,
.header-menu-film2 .menu-list-btncate::after,
.header-menu-computer .menu-list-btncate::after,
.header-menu-display .menu-list-btncate::after,
.header-menu-monitor .menu-list-btncate::after,
.header-menu-pendant .menu-list-btncate::after,
.header-menu-software .menu-list-btncate::after,
.header-menu-appfields .menu-list-btncate::after {
  display: none;
}
.topmenu-list-monitor .menu-list-btn-lft,
.topmenu-list-computer .menu-list-btn-lft,
.topmenu-list-display .menu-list-btn-lft,
.topmenu-list-pendant .menu-list-btn-lft,
.topmenu-list-controller .menu-list-btn-lft,
.topmenu-list-controller3 .menu-list-btn-lft,
.page-menu-controller .menu-list-btn-lft,
.header-menu-csr .menu-list-btn-lft,
.header-menu-controller2 .menu-list-btn-lft,
.header-menu-film2 .menu-list-btn-lft,
.header-menu-computer .menu-list-btn-lft,
.header-menu-display .menu-list-btn-lft,
.header-menu-monitor .menu-list-btn-lft,
.header-menu-pendant .menu-list-btn-lft,
.header-menu-software .menu-list-btn-lft,
.header-menu-appfields .menu-list-btn-lft {
  mix-blend-mode: multiply;
}
.topmenu-list-monitor .menu-list-block1,
.topmenu-list-computer .menu-list-block1,
.topmenu-list-display .menu-list-block1,
.topmenu-list-pendant .menu-list-block1,
.topmenu-list-controller .menu-list-block1,
.topmenu-list-controller3 .menu-list-block1,
.page-menu-controller .menu-list-block1,
.header-menu-csr .menu-list-block1,
.header-menu-controller2 .menu-list-block1,
.header-menu-film2 .menu-list-block1,
.header-menu-computer .menu-list-block1,
.header-menu-display .menu-list-block1,
.header-menu-monitor .menu-list-block1,
.header-menu-pendant .menu-list-block1,
.header-menu-software .menu-list-block1,
.header-menu-appfields .menu-list-block1 {
  width: 100%;
}
.topmenu-list-monitor .menu-list-block1 .menu-list-btn2,
.topmenu-list-computer .menu-list-block1 .menu-list-btn2,
.topmenu-list-display .menu-list-block1 .menu-list-btn2,
.topmenu-list-pendant .menu-list-block1 .menu-list-btn2,
.topmenu-list-controller .menu-list-block1 .menu-list-btn2,
.topmenu-list-controller3 .menu-list-block1 .menu-list-btn2,
.page-menu-controller .menu-list-block1 .menu-list-btn2,
.header-menu-csr .menu-list-block1 .menu-list-btn2,
.header-menu-controller2 .menu-list-block1 .menu-list-btn2,
.header-menu-film2 .menu-list-block1 .menu-list-btn2,
.header-menu-computer .menu-list-block1 .menu-list-btn2,
.header-menu-display .menu-list-block1 .menu-list-btn2,
.header-menu-monitor .menu-list-block1 .menu-list-btn2,
.header-menu-pendant .menu-list-block1 .menu-list-btn2,
.header-menu-software .menu-list-block1 .menu-list-btn2,
.header-menu-appfields .menu-list-block1 .menu-list-btn2 {
  width: 100%;
}
.topmenu-list-monitor .menu-list-block2,
.topmenu-list-computer .menu-list-block2,
.topmenu-list-display .menu-list-block2,
.topmenu-list-pendant .menu-list-block2,
.topmenu-list-controller .menu-list-block2,
.topmenu-list-controller3 .menu-list-block2,
.page-menu-controller .menu-list-block2,
.header-menu-csr .menu-list-block2,
.header-menu-controller2 .menu-list-block2,
.header-menu-film2 .menu-list-block2,
.header-menu-computer .menu-list-block2,
.header-menu-display .menu-list-block2,
.header-menu-monitor .menu-list-block2,
.header-menu-pendant .menu-list-block2,
.header-menu-software .menu-list-block2,
.header-menu-appfields .menu-list-block2 {
  width: 100%;
}
.topmenu-list-monitor .menu-list-block2 .menu-list-btn2,
.topmenu-list-computer .menu-list-block2 .menu-list-btn2,
.topmenu-list-display .menu-list-block2 .menu-list-btn2,
.topmenu-list-pendant .menu-list-block2 .menu-list-btn2,
.topmenu-list-controller .menu-list-block2 .menu-list-btn2,
.topmenu-list-controller3 .menu-list-block2 .menu-list-btn2,
.page-menu-controller .menu-list-block2 .menu-list-btn2,
.header-menu-csr .menu-list-block2 .menu-list-btn2,
.header-menu-controller2 .menu-list-block2 .menu-list-btn2,
.header-menu-film2 .menu-list-block2 .menu-list-btn2,
.header-menu-computer .menu-list-block2 .menu-list-btn2,
.header-menu-display .menu-list-block2 .menu-list-btn2,
.header-menu-monitor .menu-list-block2 .menu-list-btn2,
.header-menu-pendant .menu-list-block2 .menu-list-btn2,
.header-menu-software .menu-list-block2 .menu-list-btn2,
.header-menu-appfields .menu-list-block2 .menu-list-btn2 {
  width: 100%;
}

.header-menu-module {
  text-align: left;
}
.header-menu-module .menu-list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header-menu-module .menu-list-btntop {
  width: 100%;
  margin-bottom: 15px;
}
.header-menu-module .menu-list-btncate::after {
  display: none;
}
.header-menu-module .menu-list-btn-lft {
  mix-blend-mode: multiply;
}
.header-menu-module .menu-list-block1 {
  width: 100%;
}
.header-menu-module .menu-list-block1 .menu-list-btn2 {
  width: 100%;
}
.header-menu-module .menu-list-block2 {
  width: 100%;
}
.header-menu-module .menu-list-block2 .menu-list-btn2 {
  width: 100%;
}

.header-menu-appfields .menu-list-block1 {
  width: 100%;
}
.header-menu-appfields .menu-list-block2 {
  width: 100%;
}
.header-menu-appfields .menu-list-block2 .menu-list-btn2 {
  width: 100%;
}
.header-menu-appfields .menu-list-block2 .menu-list-btn2 .menu-list-btn-lft {
  width: 50%;
}
.header-menu-appfields .menu-list-block2 .menu-list-btn2 .menu-list-btn-lft img {
  border-radius: 10px;
}
.header-menu-appfields .menu-list-block2 .menu-list-btn2 .menu-list-btn-rgt {
  width: 50%;
}

.header-menu-csr .menu-list-block2 .menu-list-btn2 {
  width: 100%;
}

.header-menu-film2 .menu-list-block1,
.topmenu-list-film .menu-list-block1,
.topmenu-list-film3 .menu-list-block1,
.page-menu-film .menu-list-block1 {
  width: 100%;
}
.header-menu-film2 .menu-list-block1 .menu-list-btn2,
.topmenu-list-film .menu-list-block1 .menu-list-btn2,
.topmenu-list-film3 .menu-list-block1 .menu-list-btn2,
.page-menu-film .menu-list-block1 .menu-list-btn2 {
  width: 100%;
}
.header-menu-film2 .menu-list-block2,
.topmenu-list-film .menu-list-block2,
.topmenu-list-film3 .menu-list-block2,
.page-menu-film .menu-list-block2 {
  width: 100%;
}
.header-menu-film2 .menu-list-block2 .menu-list-btn2,
.topmenu-list-film .menu-list-block2 .menu-list-btn2,
.topmenu-list-film3 .menu-list-block2 .menu-list-btn2,
.page-menu-film .menu-list-block2 .menu-list-btn2 {
  width: 100%;
}

.header-menu-solution2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  /*.menu-list-btn2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
    &::after {
      display: none;
    }
  }*/
  /*.menu-list-btn-rgt {
    padding-left: initial;
    padding-top: 10px;
  }*/
  /*.menu-list-btn-lft {
    justify-content: center;
    width: 100%;
    img { border-radius: 5px; }
  }*/
}
.header-menu-solution2 .menu-list-block1 {
  width: 20%;
}
.header-menu-solution2 .menu-list-block2 {
  width: 80%;
}
.header-menu-solution2 .menu-list-btnlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.header-menu-solution2 .menu-list-btnlist .menu-list-btn2 {
  width: 25%;
}


.header-menu-software,
.page-menu-software {
  text-align: left;
}

.header-menu-software .menu-list,
.page-menu-software .menu-list {
  width: 100%;
}

.header-menu-software .menu-list-btntop,
.page-menu-software .menu-list-btntop {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
}

.header-menu-software .menu-list-btncate::after,
.page-menu-software .menu-list-btncate::after {
  display: none;
}

.header-menu-software .menu-list-block1,
.page-menu-software .menu-list-block1 {
  width: 100%;
}

.header-menu-software .menu-list-block2,
.page-menu-software .menu-list-block2 {
  width: 100%;
}

.header-menu-software .menu-list-block2 .menu-list-btn2,
.page-menu-software .menu-list-block2 .menu-list-btn2 {
  width: 100%;
}

.page-menu-solution,
.page-menu-company {
  text-align: left;
}
.page-menu-solution .menu-list-block1,
.page-menu-company .menu-list-block1 {
  width: 100%;
}

.page-menu-download,
.page-menu-support {
  text-align: left;
}
.page-menu-download .menu-list-block1,
.page-menu-support .menu-list-block1 {
  width: 100%;
}

.page-menu-language,
.page-menu-contact {
  text-align: left;
}
.page-menu-language .menu-list-btn,
.page-menu-contact .menu-list-btn {
  width: 25%;
}
.page-menu-language .menu-list-btncate::after,
.page-menu-contact .menu-list-btncate::after {
  display: none;
}
.page-menu-language .menu-list-block1,
.page-menu-contact .menu-list-block1 {
  width: 100%;
}

.menu-list-header .menu-list-block4 {
  display: none;
}

.header-menu-touchscreen .menu-list-search-col,
.header-menu-controller .menu-list-search-col,
.header-menu-film .menu-list-search-col,
.header-menu-software .menu-list-search-col {
  border-color: rgba(0, 0, 0, 0.1);
}
.header-menu-touchscreen .menu-list-btnsearch,
.header-menu-touchscreen .menu-list-btncate,
.header-menu-touchscreen .menu-list-btn,
.header-menu-controller .menu-list-btnsearch,
.header-menu-controller .menu-list-btncate,
.header-menu-controller .menu-list-btn,
.header-menu-film .menu-list-btnsearch,
.header-menu-film .menu-list-btncate,
.header-menu-film .menu-list-btn,
.header-menu-software .menu-list-btnsearch,
.header-menu-software .menu-list-btncate,
.header-menu-software .menu-list-btn {
  color: #333;
  border-color: rgba(0, 0, 0, 0.1);
}
.header-menu-touchscreen .menu-list-btnsearch:hover,
.header-menu-touchscreen .menu-list-btncate:hover,
.header-menu-touchscreen .menu-list-btn:hover,
.header-menu-controller .menu-list-btnsearch:hover,
.header-menu-controller .menu-list-btncate:hover,
.header-menu-controller .menu-list-btn:hover,
.header-menu-film .menu-list-btnsearch:hover,
.header-menu-film .menu-list-btncate:hover,
.header-menu-film .menu-list-btn:hover,
.header-menu-software .menu-list-btnsearch:hover,
.header-menu-software .menu-list-btncate:hover,
.header-menu-software .menu-list-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}

.topmenu-list-tp-unit a,
.topmenu-list-module a,
.page-menu-touchscreen a,
.page-menu-controller a,
.page-menu-film a,
.page-menu-module a,
.page-menu-tp-unit a,
.page-menu-software a,
.page-menu-language a {
  text-decoration: none;
  font-size: 1.2rem;
}
.topmenu-list-tp-unit a:hover,
.topmenu-list-module a:hover,
.page-menu-touchscreen a:hover,
.page-menu-controller a:hover,
.page-menu-film a:hover,
.page-menu-module a:hover,
.page-menu-tp-unit a:hover,
.page-menu-software a:hover,
.page-menu-language a:hover {
  color: #333;
}
.topmenu-list-tp-unit a:active,
.topmenu-list-module a:active,
.page-menu-touchscreen a:active,
.page-menu-controller a:active,
.page-menu-film a:active,
.page-menu-module a:active,
.page-menu-tp-unit a:active,
.page-menu-software a:active,
.page-menu-language a:active {
  color: #333;
}
.topmenu-list-tp-unit a:link,
.topmenu-list-module a:link,
.page-menu-touchscreen a:link,
.page-menu-controller a:link,
.page-menu-film a:link,
.page-menu-module a:link,
.page-menu-tp-unit a:link,
.page-menu-software a:link,
.page-menu-language a:link {
  color: #333;
}
.topmenu-list-tp-unit a:visited,
.topmenu-list-module a:visited,
.page-menu-touchscreen a:visited,
.page-menu-controller a:visited,
.page-menu-film a:visited,
.page-menu-module a:visited,
.page-menu-tp-unit a:visited,
.page-menu-software a:visited,
.page-menu-language a:visited {
  color: #333;
}
.topmenu-list-tp-unit .menu-list-search-col,
.topmenu-list-tp-unit .menu-list-btnsearch,
.topmenu-list-tp-unit .menu-list-btncate,
.topmenu-list-tp-unit .menu-list-btn,
.topmenu-list-module .menu-list-search-col,
.topmenu-list-module .menu-list-btnsearch,
.topmenu-list-module .menu-list-btncate,
.topmenu-list-module .menu-list-btn,
.page-menu-touchscreen .menu-list-search-col,
.page-menu-touchscreen .menu-list-btnsearch,
.page-menu-touchscreen .menu-list-btncate,
.page-menu-touchscreen .menu-list-btn,
.page-menu-controller .menu-list-search-col,
.page-menu-controller .menu-list-btnsearch,
.page-menu-controller .menu-list-btncate,
.page-menu-controller .menu-list-btn,
.page-menu-film .menu-list-search-col,
.page-menu-film .menu-list-btnsearch,
.page-menu-film .menu-list-btncate,
.page-menu-film .menu-list-btn,
.page-menu-module .menu-list-search-col,
.page-menu-module .menu-list-btnsearch,
.page-menu-module .menu-list-btncate,
.page-menu-module .menu-list-btn,
.page-menu-tp-unit .menu-list-search-col,
.page-menu-tp-unit .menu-list-btnsearch,
.page-menu-tp-unit .menu-list-btncate,
.page-menu-tp-unit .menu-list-btn,
.page-menu-software .menu-list-search-col,
.page-menu-software .menu-list-btnsearch,
.page-menu-software .menu-list-btncate,
.page-menu-software .menu-list-btn,
.page-menu-language .menu-list-search-col,
.page-menu-language .menu-list-btnsearch,
.page-menu-language .menu-list-btncate,
.page-menu-language .menu-list-btn {
  color: #333;
  border-color: rgba(0, 0, 0, 0.1);
}
.topmenu-list-tp-unit .menu-list-search-col:hover,
.topmenu-list-tp-unit .menu-list-btnsearch:hover,
.topmenu-list-tp-unit .menu-list-btncate:hover,
.topmenu-list-tp-unit .menu-list-btn:hover,
.topmenu-list-module .menu-list-search-col:hover,
.topmenu-list-module .menu-list-btnsearch:hover,
.topmenu-list-module .menu-list-btncate:hover,
.topmenu-list-module .menu-list-btn:hover,
.page-menu-touchscreen .menu-list-search-col:hover,
.page-menu-touchscreen .menu-list-btnsearch:hover,
.page-menu-touchscreen .menu-list-btncate:hover,
.page-menu-touchscreen .menu-list-btn:hover,
.page-menu-controller .menu-list-search-col:hover,
.page-menu-controller .menu-list-btnsearch:hover,
.page-menu-controller .menu-list-btncate:hover,
.page-menu-controller .menu-list-btn:hover,
.page-menu-film .menu-list-search-col:hover,
.page-menu-film .menu-list-btnsearch:hover,
.page-menu-film .menu-list-btncate:hover,
.page-menu-film .menu-list-btn:hover,
.page-menu-module .menu-list-search-col:hover,
.page-menu-module .menu-list-btnsearch:hover,
.page-menu-module .menu-list-btncate:hover,
.page-menu-module .menu-list-btn:hover,
.page-menu-tp-unit .menu-list-search-col:hover,
.page-menu-tp-unit .menu-list-btnsearch:hover,
.page-menu-tp-unit .menu-list-btncate:hover,
.page-menu-tp-unit .menu-list-btn:hover,
.page-menu-software .menu-list-search-col:hover,
.page-menu-software .menu-list-btnsearch:hover,
.page-menu-software .menu-list-btncate:hover,
.page-menu-software .menu-list-btn:hover,
.page-menu-language .menu-list-search-col:hover,
.page-menu-language .menu-list-btnsearch:hover,
.page-menu-language .menu-list-btncate:hover,
.page-menu-language .menu-list-btn:hover {
  background: rgba(0, 0, 0, 0.05);
}
.topmenu-list-tp-unit .menu-list-thumb a,
.topmenu-list-module .menu-list-thumb a,
.page-menu-touchscreen .menu-list-thumb a,
.page-menu-controller .menu-list-thumb a,
.page-menu-film .menu-list-thumb a,
.page-menu-module .menu-list-thumb a,
.page-menu-tp-unit .menu-list-thumb a,
.page-menu-software .menu-list-thumb a,
.page-menu-language .menu-list-thumb a {
  text-decoration: none;
  font-size: 1.2rem;
}
.topmenu-list-tp-unit .menu-list-thumb a:hover,
.topmenu-list-module .menu-list-thumb a:hover,
.page-menu-touchscreen .menu-list-thumb a:hover,
.page-menu-controller .menu-list-thumb a:hover,
.page-menu-film .menu-list-thumb a:hover,
.page-menu-module .menu-list-thumb a:hover,
.page-menu-tp-unit .menu-list-thumb a:hover,
.page-menu-software .menu-list-thumb a:hover,
.page-menu-language .menu-list-thumb a:hover {
  color: #333;
}
.topmenu-list-tp-unit .menu-list-thumb a:active,
.topmenu-list-module .menu-list-thumb a:active,
.page-menu-touchscreen .menu-list-thumb a:active,
.page-menu-controller .menu-list-thumb a:active,
.page-menu-film .menu-list-thumb a:active,
.page-menu-module .menu-list-thumb a:active,
.page-menu-tp-unit .menu-list-thumb a:active,
.page-menu-software .menu-list-thumb a:active,
.page-menu-language .menu-list-thumb a:active {
  color: #333;
}
.topmenu-list-tp-unit .menu-list-thumb a:link,
.topmenu-list-module .menu-list-thumb a:link,
.page-menu-touchscreen .menu-list-thumb a:link,
.page-menu-controller .menu-list-thumb a:link,
.page-menu-film .menu-list-thumb a:link,
.page-menu-module .menu-list-thumb a:link,
.page-menu-tp-unit .menu-list-thumb a:link,
.page-menu-software .menu-list-thumb a:link,
.page-menu-language .menu-list-thumb a:link {
  color: #333;
}
.topmenu-list-tp-unit .menu-list-thumb a:visited,
.topmenu-list-module .menu-list-thumb a:visited,
.page-menu-touchscreen .menu-list-thumb a:visited,
.page-menu-controller .menu-list-thumb a:visited,
.page-menu-film .menu-list-thumb a:visited,
.page-menu-module .menu-list-thumb a:visited,
.page-menu-tp-unit .menu-list-thumb a:visited,
.page-menu-software .menu-list-thumb a:visited,
.page-menu-language .menu-list-thumb a:visited {
  color: #333;
}
.topmenu-list-tp-unit .g-inner-list-prod-top,
.topmenu-list-module .g-inner-list-prod-top,
.page-menu-touchscreen .g-inner-list-prod-top,
.page-menu-controller .g-inner-list-prod-top,
.page-menu-film .g-inner-list-prod-top,
.page-menu-module .g-inner-list-prod-top,
.page-menu-tp-unit .g-inner-list-prod-top,
.page-menu-software .g-inner-list-prod-top,
.page-menu-language .g-inner-list-prod-top {
  display: none;
}
.topmenu-list-tp-unit .g-inner-list:first-child,
.topmenu-list-module .g-inner-list:first-child,
.page-menu-touchscreen .g-inner-list:first-child,
.page-menu-controller .g-inner-list:first-child,
.page-menu-film .g-inner-list:first-child,
.page-menu-module .g-inner-list:first-child,
.page-menu-tp-unit .g-inner-list:first-child,
.page-menu-software .g-inner-list:first-child,
.page-menu-language .g-inner-list:first-child {
  display: none;
}
.topmenu-list-tp-unit .menu-list-btn-catemenu,
.topmenu-list-module .menu-list-btn-catemenu,
.page-menu-touchscreen .menu-list-btn-catemenu,
.page-menu-controller .menu-list-btn-catemenu,
.page-menu-film .menu-list-btn-catemenu,
.page-menu-module .menu-list-btn-catemenu,
.page-menu-tp-unit .menu-list-btn-catemenu,
.page-menu-software .menu-list-btn-catemenu,
.page-menu-language .menu-list-btn-catemenu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.topmenu-list-tp-unit .menu-list-btn-catemenu .menu-list-btn-lft,
.topmenu-list-module .menu-list-btn-catemenu .menu-list-btn-lft,
.page-menu-touchscreen .menu-list-btn-catemenu .menu-list-btn-lft,
.page-menu-controller .menu-list-btn-catemenu .menu-list-btn-lft,
.page-menu-film .menu-list-btn-catemenu .menu-list-btn-lft,
.page-menu-module .menu-list-btn-catemenu .menu-list-btn-lft,
.page-menu-tp-unit .menu-list-btn-catemenu .menu-list-btn-lft,
.page-menu-software .menu-list-btn-catemenu .menu-list-btn-lft,
.page-menu-language .menu-list-btn-catemenu .menu-list-btn-lft {
  width: 30%;
}
.topmenu-list-tp-unit .menu-list-btn-catemenu .menu-list-btn-rgt,
.topmenu-list-module .menu-list-btn-catemenu .menu-list-btn-rgt,
.page-menu-touchscreen .menu-list-btn-catemenu .menu-list-btn-rgt,
.page-menu-controller .menu-list-btn-catemenu .menu-list-btn-rgt,
.page-menu-film .menu-list-btn-catemenu .menu-list-btn-rgt,
.page-menu-module .menu-list-btn-catemenu .menu-list-btn-rgt,
.page-menu-tp-unit .menu-list-btn-catemenu .menu-list-btn-rgt,
.page-menu-software .menu-list-btn-catemenu .menu-list-btn-rgt,
.page-menu-language .menu-list-btn-catemenu .menu-list-btn-rgt {
  width: 70%;
  text-align: left;
}

.topmenu-list-tp-unit .topmenu-list-inner {
  text-align: center;
  width: 95%;
}
.topmenu-list-tp-unit .topmenu-list-cont {
  width: 100%;
}
.topmenu-list-tp-unit .topmenu-list-cont .btn-pulse {
  height: 70px;
  width: 70px;
}
.topmenu-list-tp-unit .menu-list-thumb a {
  text-decoration: none;
}
.topmenu-list-tp-unit .menu-list-thumb a:hover {
  color: #fff;
}
.topmenu-list-tp-unit .menu-list-thumb a:active {
  color: #fff;
}
.topmenu-list-tp-unit .menu-list-thumb a:link {
  color: #fff;
}
.topmenu-list-tp-unit .menu-list-thumb a:visited {
  color: #fff;
}

.bgi-menu-product {
  border-radius: 200px;
  border: 6px solid #fff;
  background-color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.bgi-menu-product:hover {
  color: #333;
}
.bgi-menu-product:active {
  color: #333;
}
.bgi-menu-product:link {
  color: #333;
}
.bgi-menu-product:visited {
  color: #333;
}
.bgi-menu-product .bgi-menu-cont {
  display: block;
  padding: 30px;
}
.bgi-menu-product .bgi-menu-bg3 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  mix-blend-mode: multiply;
  background: -webkit-linear-gradient(155deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
  background: linear-gradient(-65deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
}
.bgi-menu-product .bgi-menu-bg2 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
}
.bgi-menu-product .bgi-menu-bg2 {
  background: center center/150% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/product_images/product_images_p_all.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_p_all.webp") type("image/webp"), url("/_assets/images/product_images/product_images_p_all.png") type("image/png"));
  background-image: image-set(url("/_assets/images/_avif/product_images/product_images_p_all.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_p_all.webp") type("image/webp"), url("/_assets/images/product_images/product_images_p_all.png") type("image/png"));
}

.bgi-menu-touchscreen {
  border-radius: 200px;
  border: 6px solid #fff;
  background-color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.bgi-menu-touchscreen:hover {
  color: #333;
}
.bgi-menu-touchscreen:active {
  color: #333;
}
.bgi-menu-touchscreen:link {
  color: #333;
}
.bgi-menu-touchscreen:visited {
  color: #333;
}
.bgi-menu-touchscreen .bgi-menu-cont {
  display: block;
  padding: 30px;
}
.bgi-menu-touchscreen .bgi-menu-bg3 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  mix-blend-mode: multiply;
  background: -webkit-linear-gradient(155deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
  background: linear-gradient(-65deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
}
.bgi-menu-touchscreen .bgi-menu-bg2 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
}
.bgi-menu-touchscreen .bgi-menu-bg2 {
  background: center center/150% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/product_images/product_images_mtr_x000.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_mtr_x000.webp") type("image/webp"), url("/_assets/images/product_images/product_images_mtr_x000.png") type("image/png"));
  background-image: image-set(url("/_assets/images/_avif/product_images/product_images_mtr_x000.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_mtr_x000.webp") type("image/webp"), url("/_assets/images/product_images/product_images_mtr_x000.png") type("image/png"));
}

.lang_en .bgi-menu-touchscreen .bgi-menu-bg2 {
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/product_images/product_images_mtr_x000.avif") type("image/avif"), url("/english/_assets/images/_webp/product_images/product_images_mtr_x000.webp") type("image/webp"), url("/english/_assets/images/product_images/product_images_mtr_x000.png") type("image/png"));
  background-image: image-set(url("/english/_assets/images/_avif/product_images/product_images_mtr_x000.avif") type("image/avif"), url("/english/_assets/images/_webp/product_images/product_images_mtr_x000.webp") type("image/webp"), url("/english/_assets/images/product_images/product_images_mtr_x000.png") type("image/png"));
}

.bgi-menu-controller {
  border-radius: 200px;
  border: 6px solid #fff;
  background-color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.bgi-menu-controller:hover {
  color: #333;
}
.bgi-menu-controller:active {
  color: #333;
}
.bgi-menu-controller:link {
  color: #333;
}
.bgi-menu-controller:visited {
  color: #333;
}
.bgi-menu-controller .bgi-menu-cont {
  display: block;
  padding: 30px;
}
.bgi-menu-controller .bgi-menu-bg3 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  mix-blend-mode: multiply;
  background: -webkit-linear-gradient(155deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
  background: linear-gradient(-65deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
}
.bgi-menu-controller .bgi-menu-bg2 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
}
.bgi-menu-controller .bgi-menu-bg2 {
  background: -65px -20px/200% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/product_images/product_images_mtr_x000.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_mtr_x000.webp") type("image/webp"), url("/_assets/images/product_images/product_images_mtr_x000.png") type("image/png"));
  background-image: image-set(url("/_assets/images/_avif/product_images/product_images_mtr_x000.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_mtr_x000.webp") type("image/webp"), url("/_assets/images/product_images/product_images_mtr_x000.png") type("image/png"));
}

.lang_en .bgi-menu-controller .bgi-menu-bg2 {
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/product_images/product_images_mtr_x000.avif") type("image/avif"), url("/english/_assets/images/_webp/product_images/product_images_mtr_x000.webp") type("image/webp"), url("/english/_assets/images/product_images/product_images_mtr_x000.png") type("image/png"));
  background-image: image-set(url("/english/_assets/images/_avif/product_images/product_images_mtr_x000.avif") type("image/avif"), url("/english/_assets/images/_webp/product_images/product_images_mtr_x000.webp") type("image/webp"), url("/english/_assets/images/product_images/product_images_mtr_x000.png") type("image/png"));
}

.bgi-menu-film {
  border-radius: 200px;
  border: 6px solid #fff;
  background-color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.bgi-menu-film:hover {
  color: #333;
}
.bgi-menu-film:active {
  color: #333;
}
.bgi-menu-film:link {
  color: #333;
}
.bgi-menu-film:visited {
  color: #333;
}
.bgi-menu-film .bgi-menu-cont {
  display: block;
  padding: 30px;
}
.bgi-menu-film .bgi-menu-bg3 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  mix-blend-mode: multiply;
  background: -webkit-linear-gradient(155deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
  background: linear-gradient(-65deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
}
.bgi-menu-film .bgi-menu-bg2 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
}
.bgi-menu-film .bgi-menu-bg2 {
  background: center center/165% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/product_images/product_images_fv.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_fv.webp") type("image/webp"), url("/_assets/images/product_images/product_images_fv.jpg") type("image/png"));
  background-image: image-set(url("/_assets/images/_avif/product_images/product_images_fv.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_fv.webp") type("image/webp"), url("/_assets/images/product_images/product_images_fv.jpg") type("image/png"));
}

.lang_en .bgi-menu-film .bgi-menu-bg2 {
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/product_images/product_images_fv.avif") type("image/avif"), url("/english/_assets/images/_webp/product_images/product_images_fv.webp") type("image/webp"), url("/english/_assets/images/product_images/product_images_fv.jpg") type("image/png"));
  background-image: image-set(url("/english/_assets/images/_avif/product_images/product_images_fv.avif") type("image/avif"), url("/english/_assets/images/_webp/product_images/product_images_fv.webp") type("image/webp"), url("/english/_assets/images/product_images/product_images_fv.jpg") type("image/png"));
}

.bgi-menu-module {
  border-radius: 200px;
  border: 6px solid #fff;
  background-color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.bgi-menu-module:hover {
  color: #333;
}
.bgi-menu-module:active {
  color: #333;
}
.bgi-menu-module:link {
  color: #333;
}
.bgi-menu-module:visited {
  color: #333;
}
.bgi-menu-module .bgi-menu-cont {
  display: block;
  padding: 30px;
}
.bgi-menu-module .bgi-menu-bg3 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  mix-blend-mode: multiply;
  background: -webkit-linear-gradient(155deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
  background: linear-gradient(-65deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
}
.bgi-menu-module .bgi-menu-bg2 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
}
.bgi-menu-module .bgi-menu-bg2 {
  background: center center/150% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/product_images/product_images_tks-series2.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_tks-series2.webp") type("image/webp"), url("/_assets/images/product_images/product_images_tks-series2.png") type("image/png"));
  background-image: image-set(url("/_assets/images/_avif/product_images/product_images_tks-series2.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_tks-series2.webp") type("image/webp"), url("/_assets/images/product_images/product_images_tks-series2.png") type("image/png"));
}

.lang_en .bgi-menu-module .bgi-menu-bg2 {
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/product_images/product_images_tks-series2.avif") type("image/avif"), url("/english/_assets/images/_webp/product_images/product_images_tks-series2.webp") type("image/webp"), url("/english/_assets/images/product_images/product_images_tks-series2.png") type("image/png"));
  background-image: image-set(url("/english/_assets/images/_avif/product_images/product_images_tks-series2.avif") type("image/avif"), url("/english/_assets/images/_webp/product_images/product_images_tks-series2.webp") type("image/webp"), url("/english/_assets/images/product_images/product_images_tks-series2.png") type("image/png"));
}

.bgi-menu-tp-unit {
  border-radius: 200px;
  border: 6px solid #fff;
  background-color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.bgi-menu-tp-unit:hover {
  color: #333;
}
.bgi-menu-tp-unit:active {
  color: #333;
}
.bgi-menu-tp-unit:link {
  color: #333;
}
.bgi-menu-tp-unit:visited {
  color: #333;
}
.bgi-menu-tp-unit .bgi-menu-cont {
  display: block;
  padding: 30px;
}
.bgi-menu-tp-unit .bgi-menu-bg3 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  mix-blend-mode: multiply;
  background: -webkit-linear-gradient(155deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
  background: linear-gradient(-65deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
}
.bgi-menu-tp-unit .bgi-menu-bg2 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
}
.bgi-menu-tp-unit .bgi-menu-bg2 {
  background: center center/150% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/product_images/product_images_touchscreen-unit.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_touchscreen-unit.webp") type("image/webp"), url("/_assets/images/product_images/product_images_touchscreen-unit.png") type("image/png"));
  background-image: image-set(url("/_assets/images/_avif/product_images/product_images_touchscreen-unit.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_touchscreen-unit.webp") type("image/webp"), url("/_assets/images/product_images/product_images_touchscreen-unit.png") type("image/png"));
}

.lang_en .bgi-menu-tp-unit .bgi-menu-bg2 {
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/product_images/product_images_touchscreen-unit.avif") type("image/avif"), url("/english/_assets/images/_webp/product_images/product_images_touchscreen-unit.webp") type("image/webp"), url("/english/_assets/images/product_images/product_images_touchscreen-unit.png") type("image/png"));
  background-image: image-set(url("/english/_assets/images/_avif/product_images/product_images_touchscreen-unit.avif") type("image/avif"), url("/english/_assets/images/_webp/product_images/product_images_touchscreen-unit.webp") type("image/webp"), url("/english/_assets/images/product_images/product_images_touchscreen-unit.png") type("image/png"));
}

.bgi-menu-monitor {
  border-radius: 200px;
  border: 6px solid #fff;
  background-color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.bgi-menu-monitor:hover {
  color: #333;
}
.bgi-menu-monitor:active {
  color: #333;
}
.bgi-menu-monitor:link {
  color: #333;
}
.bgi-menu-monitor:visited {
  color: #333;
}
.bgi-menu-monitor .bgi-menu-cont {
  display: block;
  padding: 30px;
}
.bgi-menu-monitor .bgi-menu-bg3 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  mix-blend-mode: multiply;
  background: -webkit-linear-gradient(155deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
  background: linear-gradient(-65deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
}
.bgi-menu-monitor .bgi-menu-bg2 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
}
.bgi-menu-monitor .bgi-menu-bg2 {
  background: center center/120% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/product_images/product_images_stm_series2.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_stm_series2.webp") type("image/webp"), url("/_assets/images/product_images/product_images_stm_series2.png") type("image/png"));
  background-image: image-set(url("/_assets/images/_avif/product_images/product_images_stm_series2.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_stm_series2.webp") type("image/webp"), url("/_assets/images/product_images/product_images_stm_series2.png") type("image/png"));
}

.lang_en .bgi-menu-monitor .bgi-menu-bg2 {
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/product_images/product_images_stm_series2.avif") type("image/avif"), url("/english/_assets/images/_webp/product_images/product_images_stm_series2.webp") type("image/webp"), url("/english/_assets/images/product_images/product_images_stm_series2.png") type("image/png"));
  background-image: image-set(url("/english/_assets/images/_avif/product_images/product_images_stm_series2.avif") type("image/avif"), url("/english/_assets/images/_webp/product_images/product_images_stm_series2.webp") type("image/webp"), url("/english/_assets/images/product_images/product_images_stm_series2.png") type("image/png"));
}

.bgi-menu-computer {
  border-radius: 200px;
  border: 6px solid #fff;
  background-color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.bgi-menu-computer:hover {
  color: #333;
}
.bgi-menu-computer:active {
  color: #333;
}
.bgi-menu-computer:link {
  color: #333;
}
.bgi-menu-computer:visited {
  color: #333;
}
.bgi-menu-computer .bgi-menu-cont {
  display: block;
  padding: 30px;
}
.bgi-menu-computer .bgi-menu-bg3 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  mix-blend-mode: multiply;
  background: -webkit-linear-gradient(155deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
  background: linear-gradient(-65deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
}
.bgi-menu-computer .bgi-menu-bg2 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
}
.bgi-menu-computer .bgi-menu-bg2 {
  background: center center/150% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/product_images/product_images_em_series.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_em_series.webp") type("image/webp"), url("/_assets/images/product_images/product_images_em_series.png") type("image/png"));
  background-image: image-set(url("/_assets/images/_avif/product_images/product_images_em_series.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_em_series.webp") type("image/webp"), url("/_assets/images/product_images/product_images_em_series.png") type("image/png"));
}

.lang_en .bgi-menu-computer .bgi-menu-bg2 {
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/product_images/product_images_em_series.avif") type("image/avif"), url("/english/_assets/images/_webp/product_images/product_images_em_series.webp") type("image/webp"), url("/english/_assets/images/product_images/product_images_em_series.png") type("image/png"));
  background-image: image-set(url("/english/_assets/images/_avif/product_images/product_images_em_series.avif") type("image/avif"), url("/english/_assets/images/_webp/product_images/product_images_em_series.webp") type("image/webp"), url("/english/_assets/images/product_images/product_images_em_series.png") type("image/png"));
}

.bgi-menu-display {
  border-radius: 200px;
  border: 6px solid #fff;
  background-color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.bgi-menu-display:hover {
  color: #333;
}
.bgi-menu-display:active {
  color: #333;
}
.bgi-menu-display:link {
  color: #333;
}
.bgi-menu-display:visited {
  color: #333;
}
.bgi-menu-display .bgi-menu-cont {
  display: block;
  padding: 30px;
}
.bgi-menu-display .bgi-menu-bg3 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  mix-blend-mode: multiply;
  background: -webkit-linear-gradient(155deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
  background: linear-gradient(-65deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
}
.bgi-menu-display .bgi-menu-bg2 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
}
.bgi-menu-display .bgi-menu-bg2 {
  background: center center/120% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/product_images/product_images_is7_series.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_is7_series.webp") type("image/webp"), url("/_assets/images/product_images/product_images_is7_series.png") type("image/png"));
  background-image: image-set(url("/_assets/images/_avif/product_images/product_images_is7_series.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_is7_series.webp") type("image/webp"), url("/_assets/images/product_images/product_images_is7_series.png") type("image/png"));
}

.lang_en .bgi-menu-display .bgi-menu-bg2 {
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/product_images/product_images_is7_series.avif") type("image/avif"), url("/english/_assets/images/_webp/product_images/product_images_is7_series.webp") type("image/webp"), url("/english/_assets/images/product_images/product_images_is7_series.png") type("image/png"));
  background-image: image-set(url("/english/_assets/images/_avif/product_images/product_images_is7_series.avif") type("image/avif"), url("/english/_assets/images/_webp/product_images/product_images_is7_series.webp") type("image/webp"), url("/english/_assets/images/product_images/product_images_is7_series.png") type("image/png"));
}

.bgi-menu-pendant {
  border-radius: 200px;
  border: 6px solid #fff;
  background-color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.bgi-menu-pendant:hover {
  color: #333;
}
.bgi-menu-pendant:active {
  color: #333;
}
.bgi-menu-pendant:link {
  color: #333;
}
.bgi-menu-pendant:visited {
  color: #333;
}
.bgi-menu-pendant .bgi-menu-cont {
  display: block;
  padding: 30px;
}
.bgi-menu-pendant .bgi-menu-bg3 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  mix-blend-mode: multiply;
  background: -webkit-linear-gradient(155deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
  background: linear-gradient(-65deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
}
.bgi-menu-pendant .bgi-menu-bg2 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
}
.bgi-menu-pendant .bgi-menu-bg2 {
  background: center center/120% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/product_images/product_images_emp_series.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_emp_series.webp") type("image/webp"), url("/_assets/images/product_images/product_images_emp_series.png") type("image/png"));
  background-image: image-set(url("/_assets/images/_avif/product_images/product_images_emp_series.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_emp_series.webp") type("image/webp"), url("/_assets/images/product_images/product_images_emp_series.png") type("image/png"));
}

.lang_en .bgi-menu-pendant .bgi-menu-bg2 {
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/product_images/product_images_emp_series.avif") type("image/avif"), url("/english/_assets/images/_webp/product_images/product_images_emp_series.webp") type("image/webp"), url("/english/_assets/images/product_images/product_images_emp_series.png") type("image/png"));
  background-image: image-set(url("/english/_assets/images/_avif/product_images/product_images_emp_series.avif") type("image/avif"), url("/english/_assets/images/_webp/product_images/product_images_emp_series.webp") type("image/webp"), url("/english/_assets/images/product_images/product_images_emp_series.png") type("image/png"));
}

.bgi-menu-touchless {
  border-radius: 200px;
  border: 6px solid #fff;
  background-color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.bgi-menu-touchless:hover {
  color: #333;
}
.bgi-menu-touchless:active {
  color: #333;
}
.bgi-menu-touchless:link {
  color: #333;
}
.bgi-menu-touchless:visited {
  color: #333;
}
.bgi-menu-touchless .bgi-menu-cont {
  display: block;
  padding: 30px;
}
.bgi-menu-touchless .bgi-menu-bg3 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  mix-blend-mode: multiply;
  background: -webkit-linear-gradient(155deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
  background: linear-gradient(-65deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
}
.bgi-menu-touchless .bgi-menu-bg2 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
}
.bgi-menu-touchless .bgi-menu-bg2 {
  background: center center/170% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/product_images/product_images_hg_series.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_hg_series.webp") type("image/webp"), url("/_assets/images/product_images/product_images_hg_series.png") type("image/png"));
  background-image: image-set(url("/_assets/images/_avif/product_images/product_images_hg_series.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_hg_series.webp") type("image/webp"), url("/_assets/images/product_images/product_images_hg_series.png") type("image/png"));
}

.lang_en .bgi-menu-touchless .bgi-menu-bg2 {
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/product_images/product_images_hg_series.avif") type("image/avif"), url("/english/_assets/images/_webp/product_images/product_images_hg_series.webp") type("image/webp"), url("/english/_assets/images/product_images/product_images_hg_series.png") type("image/png"));
  background-image: image-set(url("/english/_assets/images/_avif/product_images/product_images_hg_series.avif") type("image/avif"), url("/english/_assets/images/_webp/product_images/product_images_hg_series.webp") type("image/webp"), url("/english/_assets/images/product_images/product_images_hg_series.png") type("image/png"));
}

.bgi-menu-solution {
  border-radius: 200px;
  border: 6px solid #fff;
  background-color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.bgi-menu-solution:hover {
  color: #333;
}
.bgi-menu-solution:active {
  color: #333;
}
.bgi-menu-solution:link {
  color: #333;
}
.bgi-menu-solution:visited {
  color: #333;
}
.bgi-menu-solution .bgi-menu-cont {
  display: block;
  padding: 30px;
}
.bgi-menu-solution .bgi-menu-bg3 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  mix-blend-mode: multiply;
  background: -webkit-linear-gradient(155deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
  background: linear-gradient(-65deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
}
.bgi-menu-solution .bgi-menu-bg2 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
}
.bgi-menu-solution .bgi-menu-bg2 {
  background: center center/170% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/library/library_images_thumb_03.avif") type("image/avif"), url("/_assets/images/_webp/library/library_images_thumb_03.webp") type("image/webp"), url("/_assets/images/library/library_images_thumb_03.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/library/library_images_thumb_03.avif") type("image/avif"), url("/_assets/images/_webp/library/library_images_thumb_03.webp") type("image/webp"), url("/_assets/images/library/library_images_thumb_03.jpg") type("image/jpeg"));
}

.lang_en .bgi-menu-solution .bgi-menu-bg2 {
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/library/library_images_thumb_03.avif") type("image/avif"), url("/english/_assets/images/_webp/library/library_images_thumb_03.webp") type("image/webp"), url("/english/_assets/images/library/library_images_thumb_03.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/library/library_images_thumb_03.avif") type("image/avif"), url("/english/_assets/images/_webp/library/library_images_thumb_03.webp") type("image/webp"), url("/english/_assets/images/library/library_images_thumb_03.jpg") type("image/jpeg"));
}

.bgi-menu-download {
  border-radius: 200px;
  border: 6px solid #fff;
  background-color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.bgi-menu-download:hover {
  color: #333;
}
.bgi-menu-download:active {
  color: #333;
}
.bgi-menu-download:link {
  color: #333;
}
.bgi-menu-download:visited {
  color: #333;
}
.bgi-menu-download .bgi-menu-cont {
  display: block;
  padding: 30px;
}
.bgi-menu-download .bgi-menu-bg3 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
  mix-blend-mode: multiply;
  background: -webkit-linear-gradient(155deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
  background: linear-gradient(-65deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 30%, rgb(255, 255, 255) 100%);
}
.bgi-menu-download .bgi-menu-bg2 {
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
}
.bgi-menu-download .bgi-menu-bg2 {
  background: center 3px/150% auto no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/images_menu/images_menu_dl.avif") type("image/avif"), url("/_assets/images/_webp/images_menu/images_menu_dl.webp") type("image/webp"), url("/_assets/images/images_menu/images_menu_dl.png") type("image/png"));
  background-image: image-set(url("/_assets/images/_avif/images_menu/images_menu_dl.avif") type("image/avif"), url("/_assets/images/_webp/images_menu/images_menu_dl.webp") type("image/webp"), url("/_assets/images/images_menu/images_menu_dl.png") type("image/png"));
}

.lang_en .bgi-menu-download .bgi-menu-bg2 {
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/images_menu/images_menu_dl.avif") type("image/avif"), url("/english/_assets/images/_webp/images_menu/images_menu_dl.webp") type("image/webp"), url("/english/_assets/images/images_menu/images_menu_dl.png") type("image/png"));
  background-image: image-set(url("/english/_assets/images/_avif/images_menu/images_menu_dl.avif") type("image/avif"), url("/english/_assets/images/_webp/images_menu/images_menu_dl.webp") type("image/webp"), url("/english/_assets/images/images_menu/images_menu_dl.png") type("image/png"));
}

/*スクロールダウン全体の場所*/

.scroll-down {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}
.scroll-down .scroll-down-txt {
  font-family: "DIN Pro Condensed";
  color: #fff;
  letter-spacing: 0.4em;
  margin-bottom: 15px;
}
.scroll-down .scroll-down-anime {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  height: 80px;
}
.scroll-down .scroll-down-anime::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

.scroll-dw {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  margin-top: 20px;
}
.scroll-dw .scroll-down-txt {
  font-family: "DIN Pro Condensed";
  letter-spacing: 0.3em;
  margin-bottom: 15px;
  font-size: 1.2em;
}
.scroll-dw .scroll-down-anime {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  height: 80px;
}
.scroll-dw .scroll-down-anime::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 30px;
  background: #100190;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
}
.scroll-arws {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scroll-arws .scroll-arw { /*矢印を配置するベースの設定*/
  position: absolute;
  width: 60px;
  height: 10px;
  opacity: 0; /*スタートは透明*/
  -webkit-transform: scale(0.3);
          transform: scale(0.3); /*スタートは30%に縮小*/
  -webkit-animation: arrow-move07 3s ease-out infinite;
          animation: arrow-move07 3s ease-out infinite;
}
.scroll-arws .scroll-arw:before, .scroll-arws .scroll-arw:after { /*矢印全体の設定*/
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  height: 100%;
  background: #2196f3;
  border-radius: 2px;
}
.scroll-arws .scroll-arw:before { /*矢印左の線の位置と傾斜*/
  left: 1px;
  -webkit-transform: skewY(30deg);
          transform: skewY(30deg);
}
.scroll-arws .scroll-arw:after { /*矢印左の線の位置と傾斜*/
  right: 1px;
  -webkit-transform: skewY(-30deg);
          transform: skewY(-30deg);
}
.scroll-arws .scroll-arw:first-child { /*1秒ずらしてアニメーション*/
  -webkit-animation: arrow-move07 3s ease-out 1s infinite;
          animation: arrow-move07 3s ease-out 1s infinite;
}
.scroll-arws .scroll-arw:nth-child(2) { /*2秒ずらしてアニメーション*/
  -webkit-animation: arrow-move07 3s ease-out 2s infinite;
          animation: arrow-move07 3s ease-out 2s infinite;
}

@-webkit-keyframes arrow-move07 {
  25% {
    opacity: 0.6;
  }
  43% {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    opacity: 0.8;
  }
  62% {
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(3em) scale(0.5);
            transform: translateY(3em) scale(0.5);
    opacity: 0;
  }
}

@keyframes arrow-move07 {
  25% {
    opacity: 0.6;
  }
  43% {
    -webkit-transform: translateY(1em);
            transform: translateY(1em);
    opacity: 0.8;
  }
  62% {
    -webkit-transform: translateY(2em);
            transform: translateY(2em);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(3em) scale(0.5);
            transform: translateY(3em) scale(0.5);
    opacity: 0;
  }
}
.scroll-arws-wht .scroll-arw:before, .scroll-arws-wht .scroll-arw:after {
  background: #fff;
}

body.slide_menu_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.slide_menu {
  display: none;
  overflow: none;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  background: #fff;
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 70%;
}
.slide_menu .slide_menu_close {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 9999;
  color: #fff;
  text-align: center;
  margin: auto;
}
.slide_menu .slide_menu_close::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 2px;
  z-index: 99;
  margin: auto;
  border-radius: 50%;
  background: #424242;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slide_menu .slide_menu_close::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 2px;
  z-index: 99;
  margin: auto;
  border-radius: 50%;
  background: #424242;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.slide_menu .page_menu {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  padding: initial;
  border-radius: 15px 15px 0 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-top: 70px;
}

.slide_menu_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: left;
  z-index: 9995;
  background: rgba(0, 0, 0, 0.5);
}

.page-menu {
  position: relative;
  z-index: 1;
  background: #fafafa;
  border-radius: 20px 20px 0 0;
  padding-top: 70px;
}

.page-menu-title {
  text-align: center;
  font-weight: 900;
  font-size: 1.4rem;
  padding: 20px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
  border-radius: 20px 20px 0 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.page-menu-lang {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 5px 0;
}

.page-menu-prod {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0 15px;
  overflow-y: auto;
}

.page-menu-other {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 5px 0;
  margin-bottom: 20px;
}

.page-menu-cont {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 5px 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-menu-col {
  position: relative;
  display: inline-block;
  font-weight: bold;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  max-width: 180px;
}
.page-menu-col::before, .page-menu-col::after {
  position: absolute;
  z-index: -1;
  content: "";
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-menu-col::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.page-menu-col:hover::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.page-menu-col:hover {
  color: #000;
}
.page-menu-col:active {
  color: #000;
}
.page-menu-col:link {
  color: #000;
}
.page-menu-col:visited {
  color: #000;
}
.page-menu-col:hover::after {
  background: rgba(0, 0, 0, 0.1);
}

.page-menu-img {
  display: block;
  width: auto;
  height: 70px;
  margin: 0 auto;
}

.page-menu-img-support {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.page-menu-img-circle {
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-menu-img-circle2 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f1f5f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, right top, left top, from(#57FFFF), color-stop(90%, #299CD6));
  background: -webkit-linear-gradient(right, #57FFFF 0%, #299CD6 90%);
  background: linear-gradient(to left, #57FFFF 0%, #299CD6 90%);
  background: -webkit-linear-gradient(45deg, rgb(147, 112, 219) 0%, rgb(0, 191, 255) 100%);
  background: linear-gradient(45deg, rgb(147, 112, 219) 0%, rgb(0, 191, 255) 100%);
}
.page-menu-img-circle2 img {
  width: 70%;
}

.page-menu-cont-name {
  position: relative;
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
  width: 100%;
  font-weight: 900;
}

.page-menu-cont-name-arw {
  position: relative;
}
.page-menu-cont-name-arw::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: -12px;
  top: 0;
  bottom: 2px;
  margin: auto;
}
.page-menu-cont-name-arw:hover::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: -12px;
  top: 0;
  bottom: 3px;
  margin: auto;
}

.page-menu-list {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.page-menu-thumb-touchscreen {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.page-menu-thumb-controller {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.page-menu-touchscreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e6ea), color-stop(2%, #e1e6ea), color-stop(4%, #ebebeb), color-stop(99%, #ebebeb), color-stop(99%, #e1e6ea), to(#e1e6ea));
  background: -webkit-linear-gradient(top, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  background: linear-gradient(180deg, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.page-menu-touchscreen::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid rgba(255, 255, 255, 0.15);
  border-bottom: 20px solid #e1e6ea;
}
.page-menu-touchscreen::before {
  top: -20px;
  left: 22%;
}

.page-menu-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e6ea), color-stop(2%, #e1e6ea), color-stop(4%, #ebebeb), color-stop(99%, #ebebeb), color-stop(99%, #e1e6ea), to(#e1e6ea));
  background: -webkit-linear-gradient(top, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  background: linear-gradient(180deg, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.page-menu-controller::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid rgba(255, 255, 255, 0.15);
  border-bottom: 20px solid #e1e6ea;
}
.page-menu-controller::before {
  top: -20px;
  left: 70%;
}

.page-menu-thumb-film {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.page-menu-thumb-module {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.page-menu-film {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e6ea), color-stop(2%, #e1e6ea), color-stop(4%, #ebebeb), color-stop(99%, #ebebeb), color-stop(99%, #e1e6ea), to(#e1e6ea));
  background: -webkit-linear-gradient(top, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  background: linear-gradient(180deg, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.page-menu-film::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid rgba(255, 255, 255, 0.15);
  border-bottom: 20px solid #e1e6ea;
}
.page-menu-film::before {
  top: -20px;
  left: 22%;
}

.page-menu-module {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e6ea), color-stop(2%, #e1e6ea), color-stop(4%, #ebebeb), color-stop(99%, #ebebeb), color-stop(99%, #e1e6ea), to(#e1e6ea));
  background: -webkit-linear-gradient(top, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  background: linear-gradient(180deg, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.page-menu-module::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid rgba(255, 255, 255, 0.15);
  border-bottom: 20px solid #e1e6ea;
}
.page-menu-module::before {
  top: -20px;
  left: 70%;
}

.page-menu-thumb-tp-unit {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.page-menu-thumb-software {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.page-menu-thumb-touchless {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.page-menu-tp-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e6ea), color-stop(2%, #e1e6ea), color-stop(4%, #ebebeb), color-stop(99%, #ebebeb), color-stop(99%, #e1e6ea), to(#e1e6ea));
  background: -webkit-linear-gradient(top, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  background: linear-gradient(180deg, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.page-menu-tp-unit::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid rgba(255, 255, 255, 0.15);
  border-bottom: 20px solid #e1e6ea;
}
.page-menu-tp-unit::before {
  top: -20px;
  left: 22%;
}

.page-menu-software {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e6ea), color-stop(2%, #e1e6ea), color-stop(4%, #ebebeb), color-stop(99%, #ebebeb), color-stop(99%, #e1e6ea), to(#e1e6ea));
  background: -webkit-linear-gradient(top, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  background: linear-gradient(180deg, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.page-menu-software::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid rgba(255, 255, 255, 0.15);
  border-bottom: 20px solid #e1e6ea;
}
.page-menu-software::before {
  top: -20px;
  left: 70%;
}

.page-menu-thumb-solution {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.page-menu-solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e6ea), color-stop(2%, #e1e6ea), color-stop(4%, #ebebeb), color-stop(99%, #ebebeb), color-stop(99%, #e1e6ea), to(#e1e6ea));
  background: -webkit-linear-gradient(top, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  background: linear-gradient(180deg, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.page-menu-solution::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid rgba(255, 255, 255, 0.15);
  border-bottom: 20px solid #e1e6ea;
}
.page-menu-solution::before {
  top: -20px;
  left: 22%;
}

.page-menu-other > .page-menu-col {
  width: 160px;
}

.page-menu-thumb-download {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.page-menu-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e6ea), color-stop(2%, #e1e6ea), color-stop(4%, #ebebeb), color-stop(99%, #ebebeb), color-stop(99%, #e1e6ea), to(#e1e6ea));
  background: -webkit-linear-gradient(top, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  background: linear-gradient(180deg, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.page-menu-download::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid rgba(255, 255, 255, 0.15);
  border-bottom: 20px solid #e1e6ea;
}
.page-menu-download::before {
  top: -20px;
  left: 70%;
}

.page-menu-thumb-support {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.page-menu-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e6ea), color-stop(2%, #e1e6ea), color-stop(4%, #ebebeb), color-stop(99%, #ebebeb), color-stop(99%, #e1e6ea), to(#e1e6ea));
  background: -webkit-linear-gradient(top, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  background: linear-gradient(180deg, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.page-menu-support::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid rgba(255, 255, 255, 0.15);
  border-bottom: 20px solid #e1e6ea;
}
.page-menu-support::before {
  top: -20px;
  left: 22%;
}

.page-menu-thumb-company {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.page-menu-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e6ea), color-stop(2%, #e1e6ea), color-stop(4%, #ebebeb), color-stop(99%, #ebebeb), color-stop(99%, #e1e6ea), to(#e1e6ea));
  background: -webkit-linear-gradient(top, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  background: linear-gradient(180deg, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.page-menu-company::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid rgba(255, 255, 255, 0.15);
  border-bottom: 20px solid #e1e6ea;
}
.page-menu-company::before {
  top: -20px;
  left: 70%;
}

.page-menu-thumb-language {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.page-menu-thumb-contact {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.page-menu-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e6ea), color-stop(2%, #e1e6ea), color-stop(4%, #ebebeb), color-stop(99%, #ebebeb), color-stop(99%, #e1e6ea), to(#e1e6ea));
  background: -webkit-linear-gradient(top, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  background: linear-gradient(180deg, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.page-menu-language::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid rgba(255, 255, 255, 0.15);
  border-bottom: 20px solid #e1e6ea;
}
.page-menu-language::before {
  top: -20px;
  left: 22%;
}

.page-menu-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e6ea), color-stop(2%, #e1e6ea), color-stop(4%, #ebebeb), color-stop(99%, #ebebeb), color-stop(99%, #e1e6ea), to(#e1e6ea));
  background: -webkit-linear-gradient(top, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  background: linear-gradient(180deg, #e1e6ea 0%, #e1e6ea 2%, #ebebeb 4%, #ebebeb 99%, #e1e6ea 99%, #e1e6ea 100%);
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.page-menu-contact::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid rgba(255, 255, 255, 0.15);
  border-bottom: 20px solid #e1e6ea;
}
.page-menu-contact::before {
  top: -20px;
  left: 70%;
}

.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.tab-label {
  color: Gray;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}

.tab-label:hover {
  background: rgba(0, 191, 255, 0.1);
}

.tab-switch:checked + .tab-label {
  color: DeepSkyBlue;
}

.tab-label::after {
  background: DeepSkyBlue;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s 80ms;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s 80ms;
  width: 100%;
  z-index: 1;
}

.tab-switch:checked ~ .tab-label::after {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.tab-content {
  height: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
  -webkit-transition: opacity 0.3s 80ms, -webkit-transform 0.3s 80ms;
  transition: opacity 0.3s 80ms, -webkit-transform 0.3s 80ms;
  transition: transform 0.3s 80ms, opacity 0.3s 80ms;
  transition: transform 0.3s 80ms, opacity 0.3s 80ms, -webkit-transform 0.3s 80ms;
  width: 100%;
}

.tab-switch:checked ~ .tab-content {
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  opacity: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.tab-wrap::after {
  content: "";
  height: 20px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 100%;
}

.tab-switch {
  display: none;
}

.dl-menu {
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: fadeInTop 0.3s ease-in 1 alternate forwards running;
          animation: fadeInTop 0.3s ease-in 1 alternate forwards running;
  position: fixed;
  content: "";
  z-index: 9993;
  right: 0;
  top: 20%;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
  width: 200px;
  border-radius: 10px 0 0 10px;
  font-size: 1.4rem;
  font-weight: 900;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15);
}

.dl-menu-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.dl-menu-list:last-child {
  border-bottom: none;
}
.dl-menu-list a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.dl-menu-list a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.1);
}

.dl-menu-list-lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15%;
}
.dl-menu-list-lft img {
  width: 80%;
}

.dl-menu-list-rgt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding-left: 10px;
}

.dl-menu.show {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: dlMenuShow 0.3s forwards;
          animation: dlMenuShow 0.3s forwards;
}

.dl-menu.hide {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: dlMenuHide 0.3s forwards;
          animation: dlMenuHide 0.3s forwards;
}

@-webkit-keyframes dlMenuShow {
  from {
    right: -150px;
  }
  to {
    right: 0;
  }
}

@keyframes dlMenuShow {
  from {
    right: -150px;
  }
  to {
    right: 0;
  }
}
@-webkit-keyframes dlMenuHide {
  from {
    right: 0;
  }
  to {
    right: -150px;
  }
}
@keyframes dlMenuHide {
  from {
    right: 0;
  }
  to {
    right: -150px;
  }
}
@-webkit-keyframes fadeIn1500ms {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeIn1500ms {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.menu-float-btm {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-animation: fadeIn1500ms 0.3s 1500ms forwards;
          animation: fadeIn1500ms 0.3s 1500ms forwards;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  content: "";
  z-index: 999;
  right: 0;
  left: 0;
  bottom: 20px;
  margin: auto;
  font-size: 1.2rem;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-float-btm-inner {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100px;
  overflow: hidden;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-float-btm-inner a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.menu-float-btm-inner a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.1);
}
.menu-float-btm-inner a.menu-float-btn-buy::before {
  position: absolute;
  content: "";
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 191, 255, 0.3)), color-stop(20%, rgba(147, 112, 219, 0.3)), color-stop(40%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 191, 255, 0.3) 0, rgba(147, 112, 219, 0.3) 20%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(-90deg, rgba(0, 191, 255, 0.3) 0, rgba(147, 112, 219, 0.3) 20%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
}

.menu-float-btn {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  width: 228px;
}
.menu-float-btn:last-child {
  border-bottom: none;
}

.menu-float-btn-block {
  position: relative;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
  background: #fff;
}

.menu-float-btn-lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15%;
}
.menu-float-btn-lft img {
  width: 80%;
}

.menu-float-btn-rgt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  padding-left: 10px;
}

.menu-float-btn-list {
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 998;
  bottom: 60px;
  left: 0;
  position: absolute;
  content: "";
  background: #fff;
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.15);
}

.menu-float-hover:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.1);
}

.menu-float-btn-list.show {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 200px;
}

.menu-float-btn-list.hide {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 0;
}
.menu-float-btm.up {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 55px;
}

.menu-float-btm.dw {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  bottom: 15px;
}

.menu-scale-btn {
  position: relative;
  overflow: hidden;
}
.menu-scale-btn .menu-scale-img {
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu-scale-btn .menu-scale-img source, .menu-scale-btn .menu-scale-img img {
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu-scale-btn .menu-scale-cont {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu-scale-btn .menu-scale-cont .menu-scale-cont-label {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu-scale-btn .menu-scale-cont .menu-scale-cont-date {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu-scale-btn .menu-scale-cont .menu-scale-cont-ttl {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.menu-scale-btn:hover .menu-scale-img source, .menu-scale-btn:hover .menu-scale-img img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.menu-scale-btn:hover .menu-scale-cont {
  background-color: #0874dc;
}
.menu-scale-btn:hover .menu-scale-cont .menu-scale-cont-label {
  background-color: #fff !important;
  color: #333 !important;
}
.menu-scale-btn:hover .menu-scale-cont .menu-scale-cont-date {
  color: #fff !important;
}
.menu-scale-btn:hover .menu-scale-cont .menu-scale-cont-ttl {
  color: #fff !important;
}
.menu-scale-btn a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  margin: auto;
}

/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  z-index: 997;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  background: #000;
  color: white;
  padding: 20px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#gdpr-cookie-message a {
  color: #EE4B5A;
  color: #29c0ff;
  text-decoration: none;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-left: 5px;
}
#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message #gdpr-cookie-types {
  display: none;
}
#gdpr-cookie-message button {
  font-weight: bold;
  border: none;
  background: #EE4B5A;
  background: rgb(57, 106, 249);
  color: white;
  font-size: 1.4rem;
  padding: 10px 20px;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gdpr-cookie-message button:hover {
  background: white;
  color: #EE4B5A;
  color: rgb(57, 106, 249);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gdpr-cookie-message button#gdpr-cookie-advanced {
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: white;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#gdpr-cookie-message button#gdpr-cookie-advanced:hover {
  background: white;
  color: #EE4B5A;
  color: rgb(57, 106, 249);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}

#gdpr-cookie-message input[type=checkbox] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-d1 + .tgl-btn {
  background: #fbfbfb;
  background: #BCBDBD;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tgl-d1 + .tgl-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  /*box-shadow:
       0 0 0 1px rgba(0,0,0,.1),
       0 4px 0 rgba(0,0,0,.08);*/
}
.tgl-d1 + .tgl-btn:hover:after {
  will-change: padding;
}
.tgl-d1 + .tgl-btn:active:after {
  padding-right: 0.8em;
}
.tgl-d1:checked + .tgl-btn {
  background: #86d993;
  background: rgb(57, 106, 249);
}
.tgl-d1:checked + .tgl-btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tgl-d1:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}

.tgl-d1:disabled + .tgl-btn {
  background: #BCBDBD;
}

/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.formError {
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  display: block;
}

.formError .formErrorContent {
  width: 100%;
  padding: 5px 10px;
  color: #ee0101;
  font-weight: 700;
}
.formError .inline .formErrorContent {
  width: 100%;
  padding: 5px 10px;
  color: #ee0101;
  font-weight: 700;
}

.formDummy {
  display: none;
  float: left;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}
div.grecaptcha-badge {
  position: absolute;
  bottom: 100px !important;
}

.contact_inquiry_index div.grecaptcha-badge {
  position: absolute;
  bottom: 0 !important;
}
/*
//////////////////////////////////////////////////////////////////

// ヘッダー

//////////////////////////////////////////////////////////////////
*/
.header {
  -webkit-animation: fadeInBottom 0.3s ease-in 1 alternate forwards running;
          animation: fadeInBottom 0.3s ease-in 1 alternate forwards running;
  position: absolute;
  z-index: 9995;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*background: linear-gradient(
     180deg,
     rgba(0,0,0,0.7) 0%,
     rgba(0,0,0,0) 100%
   );*/
  border-top: 4px solid #fff;
  /*@include mq('md') {
  	background: linear-gradient(
  		180deg,
  		rgba(0,0,0,0.7) 0%,
  		rgba(0,0,0,0) 100%
  	);
  }*/
}

.header-inner {
  padding-right: 8px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 9995;
  border-radius: 30px 30px 35px 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-bottom {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-bottom.fixed {
  opacity: 0;
  display: none;
}

/*.header-breadcrumb {
	transition: all 0.3s ease;
	padding: 5px 20px 10px;
	@include mq('xl') { padding: 5px 0; }
	.breadcrumb2 {
		width: auto;
		display: inline-block;
		margin: 0;
		margin-top: 5px;
		padding-left: 0;
		border-radius: 5px;
		color: $white_base;
		ol {
			white-space:nowrap;
			width: 335px;
			@include mq('sm') { width: 428px; }
			@include mq('md') {
				width: initial;
				white-space: initial;
			}
			li {
				font-size: $fs1 - 0.1;
				display: inline-block;
				vertical-align: middle;
				transition: all .2s;
				padding-right: 20px;
				a {
					position: relative;
					@include a_text_style(
						$white_base, //color
						none //decoration
					);
					&::after {
						transition: all 0.2s ease;
						@include nav_arrow(
							$ft-clr-bs, // 線色指定
							45deg, // 向き
							1px, // 線サイズ
							6px, // 大きさ
							auto, // 左位置
							-10px, // 右位置
							0, // 上位置
							0, // 下位置
						);
					}
					&:hover {
						text-decoration: underline;
						&::after {
							transition: all 0.2s ease;
							@include nav_arrow(
								$ft-clr-bs, // 線色指定
								45deg, // 向き
								1px, // 線サイズ
								6px, // 大きさ
								auto, // 左位置
								-15px, // 右位置
								0, // 上位置
								0, // 下位置
							);
						}
					}
					svg {
						width: 13px;
						margin-right: 3px;
						color: $white_base;
					}
				}
			}
		}
	}
}*/
.header-lang {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
  font-size: 10px;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.header-lang > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
  background: #fff;
  color: #333;
  border-radius: 100px;
  padding: 5px 35px 5px 20px;
}
.header-lang > a img {
  display: inline-block;
  width: 30px;
  padding-right: 5px;
  opacity: 0.7;
}
.header-lang > a::before {
  border-color: #333;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 5px;
  height: 5px;
  left: auto;
  right: 10px;
  top: -1px;
  bottom: 0;
  margin: auto;
}
.header-lang > a::after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100px;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(135deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 10%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(-45deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 10%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
}
.header-lang ul {
  position: absolute;
  z-index: 9991;
  top: 0;
  right: -160px;
  color: #fff;
  background: -webkit-linear-gradient(right, #29c0ff, #0081e3);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-lang ul > li > a {
  font-weight: normal;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 10px;
  color: #fff;
  width: 100%;
}
.header-lang ul > li > a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.header-lang:hover ul {
  visibility: visible;
  opacity: 1;
}

.header-lang.fixed {
  opacity: 0;
}

.lang_en .header-lang > a {
  padding: 5px 30px 5px 20px;
}

.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 0 20px;
  margin-top: 10px;
}
.header-lft::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: auto;
  -webkit-transform: scaleX(1.1) scaleY(1) perspective(3em) rotateX(-4deg);
          transform: scaleX(1.1) scaleY(1) perspective(3em) rotateX(-4deg);
  -webkit-transform-origin: top left right;
          transform-origin: top left right;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(90%, rgb(255, 255, 255)), color-stop(95%, rgb(236, 236, 236)), to(rgb(204, 204, 204)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 90%, rgb(236, 236, 236) 95%, rgb(204, 204, 204) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 90%, rgb(236, 236, 236) 95%, rgb(204, 204, 204) 100%);
  width: 100%;
  height: 180%;
  border-radius: 0 0 20px 0;
}
.header-lft::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  width: 90%;
  height: 11px;
  border-radius: 30px;
  background: #ea0437;
  background: #100190;
}

.gnavi-slogan {
  position: relative;
  text-align: center;
  z-index: 3;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.lang_en .gnavi-slogan {
  font-family: inter;
  letter-spacing: initial;
  font-weight: bold;
  color: gray;
  font-size: 9px;
}

.gnavi-logo {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gnavi-logo .gnavi-logo-lft {
  position: relative;
  width: 100px;
}
.gnavi-logo .gnavi-logo-lft::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: -17px;
  margin: auto;
  width: 2px;
  height: 100%;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.gnavi-logo .gnavi-logo-lft img {
  width: 100%;
}
.gnavi-logo .gnavi-logo-rgt {
  width: 80px;
  margin-top: -3px;
}
.gnavi-logo .gnavi-logo-rgt img {
  width: 100%;
}

.lang_en .gnavi-logo::before {
  background: url("/english/_assets/images/logo-bg2.svg") center center/100% auto no-repeat;
}

.gnavi-logo2 {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 70px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 30px;
}
.gnavi-logo2 img {
  width: 100%;
  margin-top: -2px;
}
.gnavi-logo2::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -12.5px;
  margin: auto;
  width: 3px;
  height: 60%;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.lang_en .gnavi-logo2::after {
  background: url("/english/_assets/images/logo-bg3.svg") center center/100% auto no-repeat;
}

.header-rgt {
  display: none;
}

.gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.gnavi-list {
  z-index: 1;
}
.gnavi-list > .gnavi-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  padding: 0 12.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;
}
.gnavi-list > .gnavi-link:hover {
  color: #fff;
}
.gnavi-list > .gnavi-link:active {
  color: #fff;
}
.gnavi-list > .gnavi-link:link {
  color: #fff;
}
.gnavi-list > .gnavi-link:visited {
  color: #fff;
}
.gnavi-list > .gnavi-link:hover::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 4px solid #fff;
}

.gnavi2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 15px;
}

.gnavi-lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.gnavi-rgt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gnavi-list-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
  font-size: 1.2rem;
  opacity: 0.7;
}

.gnavi-list-btm {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.4rem;
}

.gnavi-list-btm2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.6rem;
}

.gnavi-lft-top-list {
  z-index: 1;
}
.gnavi-lft-top-list > .gnavi-link2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.gnavi-lft-top-list > .gnavi-link2:hover a {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.gnavi-lft-top-list > .gnavi-link2:hover a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}

.gnavi-list1 {
  z-index: 1;
}
.gnavi-list1 > .gnavi-link1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  padding: 10px 0 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.gnavi-list1 > .gnavi-link1:hover a {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 3px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.gnavi-list1 > .gnavi-link1:hover a:hover {
  background-position: 0 100%;
  background-size: 100% 3px;
}

.gnavi-list2 {
  z-index: 1;
}
.gnavi-list2 > .gnavi-link2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  padding: 10px 0 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.gnavi-list2 > .gnavi-link2:hover a {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 3px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.gnavi-list2 > .gnavi-link2:hover a:hover {
  background-position: 0 100%;
  background-size: 100% 3px;
}

.gnavi-link-lang {
  position: relative;
  margin-left: 45px;
}
.gnavi-link-lang::before {
  position: absolute;
  margin: auto;
  content: "";
  top: 0;
  bottom: 0;
  left: -40px;
  width: 31px;
  background: url("/_assets/images/icon_lang_wht.svg") center center/100% auto no-repeat;
}

.lang_en .gnavi-link-lang::before {
  background: url("/english/_assets/images/icon_lang_wht.svg") center center/100% auto no-repeat;
}

.gnavi-link2.gnavi-link-new-win {
  padding-right: 12.5px;
}
.gnavi-link2.gnavi-link-new-win::after {
  position: absolute;
  margin: auto;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url("/_assets/images/icon_new_win.svg") center center/100% auto no-repeat;
}
.gnavi-link2.gnavi-link-new-win:hover::after {
  top: -2px;
  right: -2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.gnavi-list-contact2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 1.4rem;
}
.gnavi-list-contact2 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  margin: 2px 0 2.5px;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(#29c0ff), to(#0081e3));
  background: -webkit-linear-gradient(top, #29c0ff 0%, #0081e3 100%);
  background: linear-gradient(180deg, #29c0ff 0%, #0081e3 100%);
  background-size: 200% 100%;
  border: 3px solid #fff;
  text-decoration: none;
}
.gnavi-list-contact2 a:hover {
  color: #fff;
}
.gnavi-list-contact2 a:active {
  color: #fff;
}
.gnavi-list-contact2 a:link {
  color: #fff;
}
.gnavi-list-contact2 a:visited {
  color: #fff;
}
.gnavi-list-contact2 a:hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(231, 33, 71)), to(rgb(236, 105, 62)));
  background: -webkit-linear-gradient(top, rgb(231, 33, 71) 0%, rgb(236, 105, 62) 100%);
  background: linear-gradient(180deg, rgb(231, 33, 71) 0%, rgb(236, 105, 62) 100%);
  background-position: 100% 0;
}

.gnavi-list-contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  z-index: 1;
  padding-left: 12.5px;
  border-radius: 0 0 10px 0;
  border-radius: 100px;
  text-decoration: none;
}
.gnavi-list-contact:hover {
  color: #333;
}
.gnavi-list-contact:active {
  color: #333;
}
.gnavi-list-contact:link {
  color: #333;
}
.gnavi-list-contact:visited {
  color: #333;
}
.gnavi-list-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 25px;
  color: #fff;
  border-radius: 0 0 10px 0;
  border-radius: 100px;
  background: -webkit-linear-gradient(right, #29c0ff, #0081e3);
}

.gnavi-cont {
  display: none;
  margin: auto;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-box-shadow: 0px 13px 13px -5px rgba(18, 108, 153, 0.3);
          box-shadow: 0px 13px 13px -5px rgba(18, 108, 153, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#fff));
  background: -webkit-linear-gradient(top, #f0f0f0 0%, #fff 100%);
  background: linear-gradient(180deg, #f0f0f0 0%, #fff 100%);
}
.gnavi-cont a {
  text-decoration: none;
}
.gnavi-cont a:hover {
  color: #333;
}
.gnavi-cont a:active {
  color: #333;
}
.gnavi-cont a:link {
  color: #333;
}
.gnavi-cont a:visited {
  color: #333;
}
.gnavi-cont:hover .gnavi-list,
.gnavi-cont:hover .gnavi-list2 {
  z-index: 1;
}
.gnavi-cont:hover .gnavi-list > a,
.gnavi-cont:hover .gnavi-list2 > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  height: 70px;
}
.gnavi-cont:hover .gnavi-list > a:hover::before,
.gnavi-cont:hover .gnavi-list2 > a:hover::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 4px solid #100190;
}

.gnavi-new-win a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  padding: 0 12.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  text-decoration: none;
}
.gnavi-new-win a:hover {
  color: #fff;
}
.gnavi-new-win a:active {
  color: #fff;
}
.gnavi-new-win a:link {
  color: #fff;
}
.gnavi-new-win a:visited {
  color: #fff;
}
.gnavi-new-win a::after {
  position: absolute;
  margin: auto;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url("/_assets/images/icon_new_win.svg") center center/100% auto no-repeat;
}
.gnavi-new-win a:hover::after {
  position: absolute;
  margin: auto;
  content: "";
  top: -4px;
  bottom: 0;
  right: -2px;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url("/_assets/images/icon_new_win.svg") center center/100% auto no-repeat;
}

.gnavi-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9994;
}

.g-inner-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.g-inner-navi img {
  display: block !important;
}

.g-inner-navi2 {
  position: relative;
}
.g-inner-navi2 img {
  display: block !important;
}

.g-inner-list {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.g-inner-list:last-child {
  border-right: none;
}
.g-inner-list:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ebebeb;
}
.g-inner-list:hover .btn-pulse {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.g-inner-list:hover .btn-pulse::before, .g-inner-list:hover .btn-pulse::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #1da1f2;
  border-radius: 50%;
  pointer-events: none;
  -webkit-animation: pulsate 2s linear infinite;
          animation: pulsate 2s linear infinite;
}
.g-inner-list:hover .btn-pulse::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.g-inner-list2 {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.g-inner-list2:last-child {
  border-right: none;
}
.g-inner-list2:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #ebebeb;
}
.g-inner-list2:hover .btn-pulse {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.g-inner-list2:hover .btn-pulse::before, .g-inner-list2:hover .btn-pulse::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #1da1f2;
  border-radius: 50%;
  pointer-events: none;
  -webkit-animation: pulsate 2s linear infinite;
          animation: pulsate 2s linear infinite;
}
.g-inner-list2:hover .btn-pulse::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.g-cate-menu {
  position: relative;
  width: 100%;
  font-weight: 900;
  padding: 20px 0;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.g-cate-menu .g-cate-menu-lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17.5%;
}
.g-cate-menu .g-cate-menu-lft picture, .g-cate-menu .g-cate-menu-lft img {
  width: 100%;
  height: 100%;
  margin-top: -3px;
  margin-left: -15px;
}
.g-cate-menu .g-cate-menu-rgt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  margin-left: -15px;
}
.g-cate-menu a {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#100190), to(#100190));
  background-image: -webkit-linear-gradient(#100190, #100190);
  background-image: linear-gradient(#100190, #100190);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.g-cate-menu a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}

.g-inner-cont,
.g-inner-cont2 {
  display: none;
  width: 100%;
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  background: #f0f0f0;
  -webkit-box-shadow: 0px 13px 13px -5px rgba(18, 108, 153, 0.3);
          box-shadow: 0px 13px 13px -5px rgba(18, 108, 153, 0.3);
  border-radius: 0 0 10px 10px/0 0 10px 10px;
  padding: 10px 25px 25px;
}

/*.g-inner-cont3.gmenu-hover {
  display: block;
  //opacity: 1;
}*/
/*.g-inner-cont3.gmenu-hover {
  opacity: 1;
  pointer-events: auto;
}*/
/*.gmenu-hover {
	display: block;
	//opacity: 1;
  pointer-events: auto;
}*/
/*.g-inner-list.gmenu-hover .g-inner-cont3 {
	display: block;
}*/
.g-inner-cont2 {
  background: #e6e6e6;
}

.g-inner-cont.g-inner-cont-scroll,
.g-inner-cont2.g-inner-cont-scroll {
  padding: 10px 20px;
  overflow-y: scroll;
  height: 400px;
}
.g-inner-cont.g-inner-cont-scroll::-webkit-scrollbar,
.g-inner-cont2.g-inner-cont-scroll::-webkit-scrollbar {
  width: 10px;
}
.g-inner-cont.g-inner-cont-scroll::-webkit-scrollbar-thumb,
.g-inner-cont2.g-inner-cont-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #e6e6e6;
}

.g-inner-cont2.g-inner-cont-scroll {
  height: 300px;
}

.g-inner-cont.g-inner-cont-scroll2,
.g-inner-cont2.g-inner-cont-scroll2 {
  padding: 10px 20px;
  overflow-y: scroll;
  height: 350px;
}
.g-inner-cont.g-inner-cont-scroll2::-webkit-scrollbar,
.g-inner-cont2.g-inner-cont-scroll2::-webkit-scrollbar {
  width: 10px;
}
.g-inner-cont.g-inner-cont-scroll2::-webkit-scrollbar-thumb,
.g-inner-cont2.g-inner-cont-scroll2::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #e6e6e6;
}

.g-inner-list-prod-top {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 25px;
}
.g-inner-list-prod-top .g-inner-list-prod-top-wrap {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 150px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px;
  border-radius: 25px;
  background: -webkit-linear-gradient(315deg, rgba(0, 0, 0, 0.025) 0%, rgba(0, 0, 0, 0.025) 10%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.025) 0%, rgba(0, 0, 0, 0.025) 10%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%);
  -webkit-box-shadow: -5px -5px 15px 0px rgb(255, 255, 255), -3px -3px 20px 0px rgb(255, 255, 255), 5px 5px 12px 0 rgba(90, 125, 136, 0.2), 3px 3px 24px 0 rgba(90, 125, 136, 0.3);
          box-shadow: -5px -5px 15px 0px rgb(255, 255, 255), -3px -3px 20px 0px rgb(255, 255, 255), 5px 5px 12px 0 rgba(90, 125, 136, 0.2), 3px 3px 24px 0 rgba(90, 125, 136, 0.3);
}
.g-inner-list-prod-top .g-inner-list-prod-top-wrap:hover {
  -webkit-box-shadow: -3px -3px 6px 0px rgba(255, 255, 255, 0.5), -1px -1px 3px 0px rgba(255, 255, 255, 0.7), 3px 3px 6px 0 rgba(90, 125, 136, 0.2), 1px 1px 4px 0 rgba(90, 125, 136, 0.3);
          box-shadow: -3px -3px 6px 0px rgba(255, 255, 255, 0.5), -1px -1px 3px 0px rgba(255, 255, 255, 0.7), 3px 3px 6px 0 rgba(90, 125, 136, 0.2), 1px 1px 4px 0 rgba(90, 125, 136, 0.3);
}
.g-inner-list-prod-top .g-inner-list-product-top-img {
  width: 45%;
  margin: 0 auto;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.g-inner-list-prod-top .g-inner-list-product-top-img img {
  opacity: 0.8;
  width: 100%;
}
.g-inner-list-prod-top .g-inner-list-product-top-name {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  font-weight: 700;
  font-size: 12px;
  border-radius: 100px;
  line-height: 1.4;
  text-align: center;
  font-size: calc(10px + (1vw - 3.2px) * 0.1785714286);
}

.header.fixed {
  position: fixed;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  border-top: none;
  margin-top: 5px;
  /*.header-menu {
  	padding-bottom: 2px;
  }*/
}
.header.fixed::before {
  display: none;
}
.header.fixed .gnavi-slogan {
  display: none;
}
.header.fixed .header-inner {
  -webkit-box-shadow: 0px 13px 13px -5px rgba(18, 108, 153, 0.3);
          box-shadow: 0px 13px 13px -5px rgba(18, 108, 153, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.header.fixed .header-inner::before {
  position: absolute;
  z-index: 0;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(90%, rgb(255, 255, 255)), color-stop(95%, rgb(236, 236, 236)), to(rgb(204, 204, 204)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 90%, rgb(236, 236, 236) 95%, rgb(204, 204, 204) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 90%, rgb(236, 236, 236) 95%, rgb(204, 204, 204) 100%);
}
.header.fixed .header-inner::after {
  position: absolute;
  z-index: 0;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(135deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 20%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(-45deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 20%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
}
.header.fixed .header-lft {
  background: rgba(255, 255, 255, 0);
  backdrop-filter: none;
  margin-top: initial;
  margin-bottom: 0;
}
.header.fixed .header-lft::before {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  display: none;
}
.header.fixed .header-lft::after {
  display: none;
}
.header.fixed .header-rgt {
  margin-top: 0;
}
.header.fixed .gnavi-logo {
  height: 65px;
}
.header.fixed .gnavi-list-top {
  display: none;
}
.header.fixed .gnavi-link,
.header.fixed .gnavi-link1,
.header.fixed .gnavi-link2 {
  color: #333;
  padding: 0;
  height: 68px;
}
.header.fixed .gnavi-link a,
.header.fixed .gnavi-link1 a,
.header.fixed .gnavi-link2 a {
  color: #333;
  text-decoration: none;
}
.header.fixed .gnavi-link a:hover,
.header.fixed .gnavi-link1 a:hover,
.header.fixed .gnavi-link2 a:hover {
  color: #333;
}
.header.fixed .gnavi-link a:active,
.header.fixed .gnavi-link1 a:active,
.header.fixed .gnavi-link2 a:active {
  color: #333;
}
.header.fixed .gnavi-link a:link,
.header.fixed .gnavi-link1 a:link,
.header.fixed .gnavi-link2 a:link {
  color: #333;
}
.header.fixed .gnavi-link a:visited,
.header.fixed .gnavi-link1 a:visited,
.header.fixed .gnavi-link2 a:visited {
  color: #333;
}
.header.fixed .gnavi-link:hover a,
.header.fixed .gnavi-link1:hover a,
.header.fixed .gnavi-link2:hover a {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#100190), to(#100190));
  background-image: -webkit-linear-gradient(#100190, #100190);
  background-image: linear-gradient(#100190, #100190);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 3px;
  -webkit-transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-size 0.4s cubic-bezier(0.23, 1, 0.32, 1), color 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.header.fixed .gnavi-link:hover a:hover,
.header.fixed .gnavi-link1:hover a:hover,
.header.fixed .gnavi-link2:hover a:hover {
  background-position: 0 100%;
  background-size: 100% 3px;
}
.header.fixed .gnavi-cont {
  margin-top: 10px;
}
.header.fixed .gnavi-list-contact a {
  background: #100190;
}
.header.fixed .gnavi-list-contact2 a {
  border: none;
}
.header.fixed .gnavi-link {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header.fixed .gnavi-link:hover {
  color: #333;
}
.header.fixed .gnavi-link:active {
  color: #333;
}
.header.fixed .gnavi-link:link {
  color: #333;
}
.header.fixed .gnavi-link:visited {
  color: #333;
}
.header.fixed .gnavi-link:hover::before {
  border-bottom: 4px solid #100190;
}
.header.fixed .gnavi-list-contact a {
  background: #100190;
}

.header.up {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: UpAnime 0.3s forwards;
          animation: UpAnime 0.3s forwards;
}

.header.dw {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation: DownAnime 0.3s forwards;
          animation: DownAnime 0.3s forwards;
}

.pageheader,
.pageheader2,
.pagemenu {
  position: sticky;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pageheader.up {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 15px;
}

.pageheader.dw {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 90px;
}

.pageheader2.up {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 55px;
}

.pageheader2.dw {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 130px;
}

.pagemenu.up {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 10px;
}

.pagemenu.dw {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 80px;
}

@-webkit-keyframes UpAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
  }
}

@keyframes UpAnime {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
  }
}
@-webkit-keyframes DownAnime {
  from {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes DownAnime {
  from {
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.gnavi-btn-sm {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  padding: 5px;
  cursor: pointer;
  z-index: 9998;
}
.gnavi-btn-sm a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.gnavi-btn-sm :hover .top {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.gnavi-btn-sm :hover .bot {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.gnavi-btn-sm .ellipsis-v {
  position: absolute;
  display: block;
  cursor: pointer;
  width: 40px;
  height: 15px;
}
.gnavi-btn-sm .ellipsis-v .point {
  position: absolute;
  left: 0;
  right: 10px;
  display: block;
  width: 30px;
  height: 1px;
  margin: auto;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gnavi-btn-sm .ellipsis-v .top {
  top: 0;
}
.gnavi-btn-sm .ellipsis-v .mid {
  top: 0;
  bottom: 0;
}
.gnavi-btn-sm .ellipsis-v .bot {
  bottom: 0;
}
.gnavi-btn-sm .ellipsis-v .menu_name {
  width: 100%;
  left: 0;
  bottom: -5px;
  font-size: 10px;
  background: none;
  color: #fff;
}

.header.fixed .gnavi-btn-sm .ellipsis-v .point {
  background: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header.fixed .gnavi-btn-sm .ellipsis-v .menu_name {
  color: #333;
  border-top: 1px solid #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*
//////////////////////////////////////////////////////////////////

// Footer
// フッター

//////////////////////////////////////////////////////////////////
*/
.footer-breadcrumb {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  border-radius: 5px;
  color: #333;
  font-weight: bold;
}
.footer-breadcrumb ol {
  overflow-x: scroll;
  white-space: nowrap;
}
.footer-breadcrumb ol li {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding-right: 20px;
}
.footer-breadcrumb ol li a {
  position: relative;
  text-decoration: none;
}
.footer-breadcrumb ol li a:hover {
  color: #333;
}
.footer-breadcrumb ol li a:active {
  color: #333;
}
.footer-breadcrumb ol li a:link {
  color: #333;
}
.footer-breadcrumb ol li a:visited {
  color: #333;
}
.footer-breadcrumb ol li a::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer-breadcrumb ol li a:hover {
  text-decoration: underline;
}
.footer-breadcrumb ol li a:hover::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer-breadcrumb ol li a img {
  width: 12px;
  -webkit-filter: invert(14%) sepia(30%) saturate(0%) hue-rotate(319deg) brightness(94%) contrast(84%);
          filter: invert(14%) sepia(30%) saturate(0%) hue-rotate(319deg) brightness(94%) contrast(84%);
  margin-right: 3px;
}

.footer {
  width: 100%;
  position: relative;
  z-index: 998;
}

.footer-menu {
  position: fixed;
  z-index: 9998;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}
.footer-menu .footer-menu-inner {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(18, 108, 153, 0.3);
          box-shadow: 0px 0px 30px 0px rgba(18, 108, 153, 0.3);
  background: #fff;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
}
.footer-menu .footer-menu-col {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  text-align: center;
  width: 25%;
  padding: 5px 0 10px;
  margin: 0 auto;
}
.footer-menu .footer-menu-col:hover {
  background: rgba(0, 0, 0, 0.1);
}
.footer-menu .footer-menu-col > span {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.footer-menu .footer-menu-img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  width: 35%;
  margin: 0 auto;
  opacity: 0.6;
}
.footer-menu .footer-menu-txt {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
  margin-top: -3px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
}

.footer_under_top {
  background: whitesmoke;
  background: #e0e6f3;
  padding: 50px 0;
}

.footer_under_btm {
  font-size: 1.4rem;
  background: #eaeef7;
  padding: 50px 0 100px;
}

/*
//////////////////////////////////////////////////////////////////

// 「information」カテゴリ

//////////////////////////////////////////////////////////////////
*/
.news_index {
  width: 100%;
}

.news_index_list {
  position: relative;
  z-index: 2;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.news_index_list:last-child {
  border-bottom: none;
}
.news_index_list:hover {
  color: #333;
}
.news_index_list:active {
  color: #333;
}
.news_index_list:link {
  color: #333;
}
.news_index_list:visited {
  color: #333;
}
.news_index_list::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.news_index_list:hover {
  background: rgba(0, 0, 0, 0.05);
}
.news_index_list:hover::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.news_index_list a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
}

.news_index_list_head {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  font-weight: bold;
  width: 50%;
  padding: 20px;
  padding-left: 15px;
  line-height: normal;
}
.news_index_list_head .news_index_day {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.news_index_list_head .news_index_week {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  font-size: 1.2rem;
  text-align: center;
}

.news_index_list_label {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  position: relative;
  text-align: center;
  width: 100px;
  padding: 5px;
  height: 30px;
  border-radius: 3px;
  margin-left: 5px;
}
.news_index_list_label[data-newslabel=NEWS] {
  font-weight: bold;
  color: #db2929;
}
.news_index_list_label[data-newslabel=NEWS] > span::before {
  border-color: #db2929;
}
.news_index_list_label[data-newslabel=NEWS] > span::after {
  border-color: #db2929;
}
.news_index_list_label[data-newslabel=DISCON] {
  font-weight: bold;
  color: #9b51e0;
}
.news_index_list_label[data-newslabel=DISCON] > span::before {
  border-color: #9b51e0;
}
.news_index_list_label[data-newslabel=DISCON] > span::after {
  border-color: #9b51e0;
}
.news_index_list_label[data-newslabel=UPDATE] {
  font-weight: bold;
  color: #235daf;
}
.news_index_list_label[data-newslabel=UPDATE] > span::before {
  border-color: #235daf;
}
.news_index_list_label[data-newslabel=UPDATE] > span::after {
  border-color: #235daf;
}
.news_index_list_label[data-newslabel=EVENT] {
  font-weight: bold;
  color: #f79d16;
}
.news_index_list_label[data-newslabel=EVENT] > span::before {
  border-color: #f79d16;
}
.news_index_list_label[data-newslabel=EVENT] > span::after {
  border-color: #f79d16;
}
.news_index_list_label[data-newslabel=RELEASED] {
  font-weight: bold;
  color: #269963;
}
.news_index_list_label[data-newslabel=RELEASED] > span::before {
  border-color: #269963;
}
.news_index_list_label[data-newslabel=RELEASED] > span::after {
  border-color: #269963;
}
.news_index_list_label[data-newslabel=TOPICS] {
  font-weight: bold;
  color: #2cbcd9;
}
.news_index_list_label[data-newslabel=TOPICS] > span::before {
  border-color: #2cbcd9;
}
.news_index_list_label[data-newslabel=TOPICS] > span::after {
  border-color: #2cbcd9;
}
.news_index_list_label > span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 90%;
}
.news_index_list_label > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  border-left: 1px solid;
  z-index: -1;
  border: 1px solid;
  width: 1px;
  height: 100%;
  margin: auto;
}
.news_index_list_label > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  border-right: 1px solid;
  z-index: -1;
  border: 1px solid;
  width: 1px;
  height: 100%;
  margin: auto;
}

.news_index_list_title {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.6;
  padding: 5px 40px 20px 15px;
  font-size: 1.2rem;
  z-index: 3;
}
.info_pagination_list {
  font-size: 10px;
  float: right;
}
.info_pagination_list li {
  position: relative;
  float: left;
}
.info_pagination_list li:last-child {
  border-left: 1px solid #d1d1d1;
}
.info_pagination_list li a {
  display: block;
  text-decoration: none;
}
.info_pagination_list li a:hover {
  color: #333;
}
.info_pagination_list li a:active {
  color: #333;
}
.info_pagination_list li a:link {
  color: #333;
}
.info_pagination_list li a:visited {
  color: #333;
}

.info_pagination {
  padding: 10px 15px;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
}
.info_pagination:hover {
  background: rgba(0, 0, 0, 0.05);
}

.info_pagination_prev {
  padding: 10px 15px 10px 30px;
}
.info_pagination_prev::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: 20px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
.info_pagination_prev:hover {
  background: rgba(0, 0, 0, 0.05);
}
.info_pagination_prev:hover::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: 15px;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}

.info_pagination_next {
  padding: 10px 30px 10px 15px;
}
.info_pagination_next::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.info_pagination_next:hover {
  background: rgba(0, 0, 0, 0.05);
}
.info_pagination_next:hover::after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  content: "";
  border-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid;
  border-right: 1px solid;
  width: 6px;
  height: 6px;
  left: auto;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*
//////////////////////////////////////////////////////////////////

// FAQ
// よくある質問

//////////////////////////////////////////////////////////////////
*/
.faq_list li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.faq_list li dl {
  width: 100%;
}

.is_question {
  position: relative;
  width: 100%;
  padding-left: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.8;
  z-index: 1;
  font-size: 1.8rem;
  line-height: 1.8;
}
.is_question::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  margin: auto;
}
.is_question::before {
  line-height: 1.4;
  background: #000;
  content: "Q";
}

.is_answer {
  position: relative;
  width: 100%;
  padding-left: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.8;
  z-index: 1;
  font-size: 1.8rem;
  line-height: 1.8;
}
.is_answer::before {
  content: "Q";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  margin: auto;
}
.is_answer::before {
  line-height: 1.4;
  background: #100190;
  content: "A";
}
.is_answer p:empty {
  display: none;
}
.is_answer a:empty {
  display: none;
}
.is_answer .link {
  margin-right: 10px;
}

/*
//////////////////////////////////////////////////////////////////

// 「お問い合わせ」カテゴリ
// 「見積もり」カテゴリ

//////////////////////////////////////////////////////////////////
*/
.navi-contact {
  display: block;
  position: relative;
  width: 100%;
  z-index: 0;
  color: #fff;
  text-align: center;
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/_assets/images/_avif/page_top_images/page_top_images_capacitive.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_capacitive.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_capacitive.jpg") type("image/jpeg"));
  background-image: image-set(url("/_assets/images/_avif/page_top_images/page_top_images_capacitive.avif") type("image/avif"), url("/_assets/images/_webp/page_top_images/page_top_images_capacitive.webp") type("image/webp"), url("/_assets/images/page_top_images/page_top_images_capacitive.jpg") type("image/jpeg"));
}
.navi-contact::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: -webkit-linear-gradient(45deg, rgb(0, 191, 255) 0%, rgb(147, 112, 219) 30%, rgba(147, 112, 219, 0.5) 70%, rgb(0, 191, 255) 100%);
  background: linear-gradient(45deg, rgb(0, 191, 255) 0%, rgb(147, 112, 219) 30%, rgba(147, 112, 219, 0.5) 70%, rgb(0, 191, 255) 100%);
}

.home_index .navi-contact {
  background: none;
  background-blend-mode: color-dodge;
  background: -webkit-gradient(linear, left bottom, right top, from(#001866), color-stop(100%, #0086d1), color-stop(100%, #0086d1), to(#0086d1));
  background: -webkit-linear-gradient(left bottom, #001866 0%, #0086d1 100%, #0086d1 100%, #0086d1 100%);
  background: linear-gradient(to right top, #001866 0%, #0086d1 100%, #0086d1 100%, #0086d1 100%);
}

.lang_en .navi-contact {
  background: center center/cover no-repeat;
  background-image: -webkit-image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_capacitive.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_capacitive.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_capacitive.jpg") type("image/jpeg"));
  background-image: image-set(url("/english/_assets/images/_avif/page_top_images/page_top_images_capacitive.avif") type("image/avif"), url("/english/_assets/images/_webp/page_top_images/page_top_images_capacitive.webp") type("image/webp"), url("/english/_assets/images/page_top_images/page_top_images_capacitive.jpg") type("image/jpeg"));
}

.form_business_selected {
  width: 100%;
  border-top: 1px solid #dbdbdb;
  margin-top: 20px;
  padding-top: 20px;
  float: left;
}

.btn_form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.btn_form .btn_form_label {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn_form input {
  display: none;
}

.btn_form input[type=radio]:checked + label {
  border: 2px solid #0070c9;
  -webkit-box-shadow: 0px -2px 0px 0px inset #0070c9;
          box-shadow: 0px -2px 0px 0px inset #0070c9;
  color: #0070c9;
}

.btn_form input[type=checkbox]:checked + label {
  border: 2px solid #0070c9;
  -webkit-box-shadow: 0px -2px 0px 0px inset #0070c9;
          box-shadow: 0px -2px 0px 0px inset #0070c9;
  color: #0070c9;
}

.btn_form label {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #e6e6e6;
  -webkit-box-shadow: 0px -2px 0px 0px inset rgba(0, 0, 0, 0.1);
          box-shadow: 0px -2px 0px 0px inset rgba(0, 0, 0, 0.1);
  background: #fff;
}
.btn_form label:hover {
  border: 2px solid gray;
  cursor: pointer;
}
.btn_form label span {
  display: block;
}
.btn_form label i {
  display: inline-block;
}

.contact_step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
}
.contact_step li {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  margin-bottom: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.3333333333%;
}
.contact_step li:not(:last-child)::after {
  position: absolute;
  z-index: 1;
  content: "";
  background: #100190;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 2px;
  height: 35%;
  margin: auto;
  bottom: 0;
  top: 0;
  left: initial;
  right: 0px;
  border-bottom: #100190 2px solid;
  height: 2px;
  width: 30%;
}
.contact_step li p {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  width: 100%;
  color: #100190;
  line-height: 2.5;
  font-weight: bold;
  background-color: #fff;
  border: #100190 2px solid;
  border-radius: 4px;
  width: 90%;
}
.contact_step li p.contact_step_current {
  color: #fff;
  background-color: #100190;
}


.sldtab7_cont {
  display: none;
}

.contact_form_others .contact_request,
.contact_form_others .contact_personal_info,
.contact_form_others .contact_submit {
  display: block;
}

/*
//////////////////////////////////////////////////////////////////

// COMPANY
// 会社概要・沿革

//////////////////////////////////////////////////////////////////
*/
.company-history {
  position: relative;
  width: 100%;
  padding: 40px 0;
}
.company-history::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 100%;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 1, 144, 0)), color-stop(1%, rgba(16, 1, 144, 0.5)), color-stop(2%, rgb(16, 1, 144)), color-stop(98%, rgb(16, 1, 144)), color-stop(99%, rgba(16, 1, 144, 0.5)), to(rgba(16, 1, 144, 0)));
  background: -webkit-linear-gradient(top, rgba(16, 1, 144, 0) 0%, rgba(16, 1, 144, 0.5) 1%, rgb(16, 1, 144) 2%, rgb(16, 1, 144) 98%, rgba(16, 1, 144, 0.5) 99%, rgba(16, 1, 144, 0) 100%);
  background: linear-gradient(180deg, rgba(16, 1, 144, 0) 0%, rgba(16, 1, 144, 0.5) 1%, rgb(16, 1, 144) 2%, rgb(16, 1, 144) 98%, rgba(16, 1, 144, 0.5) 99%, rgba(16, 1, 144, 0) 100%);
}

.history_list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.history_year {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgb(16, 1, 144);
  margin: 40px 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.history_year_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 140px;
  height: 140px;
}
.history_year_inner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: auto;
  background: #b3b3b3;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 1, 144, 0)), color-stop(1%, rgba(16, 1, 144, 0.5)), color-stop(2%, rgb(16, 1, 144)), color-stop(98%, rgb(16, 1, 144)), color-stop(99%, rgba(16, 1, 144, 0.5)), to(rgba(16, 1, 144, 0)));
  background: -webkit-linear-gradient(top, rgba(16, 1, 144, 0) 0%, rgba(16, 1, 144, 0.5) 1%, rgb(16, 1, 144) 2%, rgb(16, 1, 144) 98%, rgba(16, 1, 144, 0.5) 99%, rgba(16, 1, 144, 0) 100%);
  background: linear-gradient(180deg, rgba(16, 1, 144, 0) 0%, rgba(16, 1, 144, 0.5) 1%, rgb(16, 1, 144) 2%, rgb(16, 1, 144) 98%, rgba(16, 1, 144, 0.5) 99%, rgba(16, 1, 144, 0) 100%);
  display: none;
}
.history_year_inner::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: auto;
  background: #b3b3b3;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 1, 144, 0)), color-stop(1%, rgba(16, 1, 144, 0.5)), color-stop(2%, rgb(16, 1, 144)), color-stop(98%, rgb(16, 1, 144)), color-stop(99%, rgba(16, 1, 144, 0.5)), to(rgba(16, 1, 144, 0)));
  background: -webkit-linear-gradient(top, rgba(16, 1, 144, 0) 0%, rgba(16, 1, 144, 0.5) 1%, rgb(16, 1, 144) 2%, rgb(16, 1, 144) 98%, rgba(16, 1, 144, 0.5) 99%, rgba(16, 1, 144, 0) 100%);
  background: linear-gradient(180deg, rgba(16, 1, 144, 0) 0%, rgba(16, 1, 144, 0.5) 1%, rgb(16, 1, 144) 2%, rgb(16, 1, 144) 98%, rgba(16, 1, 144, 0.5) 99%, rgba(16, 1, 144, 0) 100%);
}
.history_year_inner .history_year_top {
  display: block;
  position: relative;
  font-family: "DIN Pro";
  font-size: 2.8rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  color: #100190;
}
.history_year_inner .history_year_btm {
  font-weight: bold;
  display: block;
  line-height: 1.4;
  text-align: center;
  font-size: 1.4rem;
}

.history-cont-rgt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 10px 0;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.history-cont-rgt-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.history-cont-rgt-inner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #b3b3b3;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 1, 144, 0)), color-stop(1%, rgba(16, 1, 144, 0.5)), color-stop(2%, rgb(16, 1, 144)), color-stop(98%, rgb(16, 1, 144)), color-stop(99%, rgba(16, 1, 144, 0.5)), to(rgba(16, 1, 144, 0)));
  background: -webkit-linear-gradient(top, rgba(16, 1, 144, 0) 0%, rgba(16, 1, 144, 0.5) 1%, rgb(16, 1, 144) 2%, rgb(16, 1, 144) 98%, rgba(16, 1, 144, 0.5) 99%, rgba(16, 1, 144, 0) 100%);
  background: linear-gradient(180deg, rgba(16, 1, 144, 0) 0%, rgba(16, 1, 144, 0.5) 1%, rgb(16, 1, 144) 2%, rgb(16, 1, 144) 98%, rgba(16, 1, 144, 0.5) 99%, rgba(16, 1, 144, 0) 100%);
  display: none;
}
.history-cont-rgt-inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: auto;
  background: #b3b3b3;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 1, 144, 0)), color-stop(1%, rgba(16, 1, 144, 0.5)), color-stop(2%, rgb(16, 1, 144)), color-stop(98%, rgb(16, 1, 144)), color-stop(99%, rgba(16, 1, 144, 0.5)), to(rgba(16, 1, 144, 0)));
  background: -webkit-linear-gradient(top, rgba(16, 1, 144, 0) 0%, rgba(16, 1, 144, 0.5) 1%, rgb(16, 1, 144) 2%, rgb(16, 1, 144) 98%, rgba(16, 1, 144, 0.5) 99%, rgba(16, 1, 144, 0) 100%);
  background: linear-gradient(180deg, rgba(16, 1, 144, 0) 0%, rgba(16, 1, 144, 0.5) 1%, rgb(16, 1, 144) 2%, rgb(16, 1, 144) 98%, rgba(16, 1, 144, 0.5) 99%, rgba(16, 1, 144, 0) 100%);
  display: none;
}

.history-cont-rgt-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  padding: 25px;
  font-weight: bold;
  border: 1px solid #e6e6e6;
  background: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 60px 40px 0px rgba(127, 143, 150, 0.6);
          box-shadow: 0px 60px 40px 0px rgba(127, 143, 150, 0.6);
}

.history-cont-lft {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 10px 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.history-cont-lft-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.history-cont-lft-inner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background: #b3b3b3;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 1, 144, 0)), color-stop(1%, rgba(16, 1, 144, 0.5)), color-stop(2%, rgb(16, 1, 144)), color-stop(98%, rgb(16, 1, 144)), color-stop(99%, rgba(16, 1, 144, 0.5)), to(rgba(16, 1, 144, 0)));
  background: -webkit-linear-gradient(top, rgba(16, 1, 144, 0) 0%, rgba(16, 1, 144, 0.5) 1%, rgb(16, 1, 144) 2%, rgb(16, 1, 144) 98%, rgba(16, 1, 144, 0.5) 99%, rgba(16, 1, 144, 0) 100%);
  background: linear-gradient(180deg, rgba(16, 1, 144, 0) 0%, rgba(16, 1, 144, 0.5) 1%, rgb(16, 1, 144) 2%, rgb(16, 1, 144) 98%, rgba(16, 1, 144, 0.5) 99%, rgba(16, 1, 144, 0) 100%);
  display: none;
}
.history-cont-lft-inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: -5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: auto;
  background: #b3b3b3;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 1, 144, 0)), color-stop(1%, rgba(16, 1, 144, 0.5)), color-stop(2%, rgb(16, 1, 144)), color-stop(98%, rgb(16, 1, 144)), color-stop(99%, rgba(16, 1, 144, 0.5)), to(rgba(16, 1, 144, 0)));
  background: -webkit-linear-gradient(top, rgba(16, 1, 144, 0) 0%, rgba(16, 1, 144, 0.5) 1%, rgb(16, 1, 144) 2%, rgb(16, 1, 144) 98%, rgba(16, 1, 144, 0.5) 99%, rgba(16, 1, 144, 0) 100%);
  background: linear-gradient(180deg, rgba(16, 1, 144, 0) 0%, rgba(16, 1, 144, 0.5) 1%, rgb(16, 1, 144) 2%, rgb(16, 1, 144) 98%, rgba(16, 1, 144, 0.5) 99%, rgba(16, 1, 144, 0) 100%);
  display: none;
}

.history-cont-lft-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  padding: 25px;
  font-weight: bold;
  border: 1px solid #e6e6e6;
  background: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 60px 40px 0px rgba(127, 143, 150, 0.6);
          box-shadow: 0px 60px 40px 0px rgba(127, 143, 150, 0.6);
}

.history_cont_txt {
  width: 100%;
}

.history-cont-img {
  text-align: center;
  width: 100%;
}
.history-cont-img img {
  border-radius: 5px;
  margin-top: 20px;
  width: 100%;
}

.history-tag-business {
  font-size: 1.2rem;
  border-radius: 30px;
  background-color: #004bb4;
  color: #fff;
  margin: 10px 0 10px auto;
  padding: 10px 20px;
}

.history-tag-csr {
  font-size: 1.2rem;
  border-radius: 30px;
  background-color: #50b0ea;
  color: #fff;
  margin: 10px 0 10px auto;
  padding: 10px 20px;
}

.csr-business-philosophie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 0;
}
.csr-business-philosophie .csr-business-philosophie-label {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  text-align: center;
  line-height: 1.4;
  margin: 20px 0;
}
.csr-business-philosophie .csr-business-philosophie-label::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  background: #100190;
  border-radius: 50%;
}
.csr-business-philosophie .csr-business-philosophie-txt {
  padding-left: 20px;
  width: 100%;
}@media (min-width: 360px){
  .container {
    width: 100%;
  }
  .contnr {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cont {
    width: 100%;
  }
  .container-lg {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .fs1-xs {
    font-size: calc(10px + (1vw - 3.2px) * 0.1785714286);
  }
  .fs2-xs {
    font-size: calc(12px + (1vw - 3.2px) * 0.1785714286);
  }
  .fs3-xs {
    font-size: calc(14px + (1vw - 3.2px) * 0.1785714286);
  }
  .fs4-xs {
    font-size: calc(16px + (1vw - 3.2px) * 0.1785714286);
  }
  .fs5-xs {
    font-size: calc(16px + (1vw - 3.2px) * 0.3571428571);
  }
  .fs6-xs {
    font-size: calc(20px + (1vw - 3.2px) * 0.3571428571);
  }
  .fs7-xs {
    font-size: calc(24px + (1vw - 3.2px) * 0.3571428571);
  }
  .fs8-xs {
    font-size: calc(28px + (1vw - 3.2px) * 0.3571428571);
  }
  .fs9-xs {
    font-size: calc(32px + (1vw - 3.2px) * 0.3571428571);
  }
  .fs10-xs {
    font-size: calc(28px + (1vw - 3.2px) * 1.0714285714);
  }
  .fs11-xs {
    font-size: calc(40px + (1vw - 3.2px) * 0.8928571429);
  }
  .fs12-xs {
    font-size: calc(50px + (1vw - 3.2px) * 0.8928571429);
  }
  .fs10e-xs {
    font-size: 1em;
  }
  .lh8-xs {
    margin: 0;
    line-height: 2 !important;
  }
  .ls1-xs {
    letter-spacing: 0.025em !important;
  }
  .mx30-xs {
    margin-left: calc(15px + (1vw - 3.2px) * 1.3392857143);
    margin-right: calc(15px + (1vw - 3.2px) * 1.3392857143);
  }
  .my20-xs {
    margin-top: calc(10px + (1vw - 3.2px) * 0.8928571429);
    margin-bottom: calc(10px + (1vw - 3.2px) * 0.8928571429);
  }
  .my25-xs {
    margin-top: calc(12.5px + (1vw - 3.2px) * 1.1160714286);
    margin-bottom: calc(12.5px + (1vw - 3.2px) * 1.1160714286);
  }
  .my30-xs {
    margin-top: calc(15px + (1vw - 3.2px) * 1.3392857143);
    margin-bottom: calc(15px + (1vw - 3.2px) * 1.3392857143);
  }
  .my40-xs {
    margin-top: calc(20px + (1vw - 3.2px) * 1.7857142857);
    margin-bottom: calc(20px + (1vw - 3.2px) * 1.7857142857);
  }
  .my45-xs {
    margin-top: calc(22.5px + (1vw - 3.2px) * 2.0089285714);
    margin-bottom: calc(22.5px + (1vw - 3.2px) * 2.0089285714);
  }
  .my70-xs {
    margin-top: calc(35px + (1vw - 3.2px) * 3.125);
    margin-bottom: calc(35px + (1vw - 3.2px) * 3.125);
  }
  .mt10-xs {
    margin-top: calc(5px + (1vw - 3.2px) * 0.4464285714);
  }
  .mt15-xs {
    margin-top: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
  }
  .mt20-xs {
    margin-top: calc(10px + (1vw - 3.2px) * 0.8928571429);
  }
  .mt30-xs {
    margin-top: calc(15px + (1vw - 3.2px) * 1.3392857143);
  }
  .mt35-xs {
    margin-top: calc(17.5px + (1vw - 3.2px) * 1.5625);
  }
  .mt40-xs {
    margin-top: calc(20px + (1vw - 3.2px) * 1.7857142857);
  }
  .mt50-xs {
    margin-top: calc(25px + (1vw - 3.2px) * 2.2321428571);
  }
  .mt60-xs {
    margin-top: calc(30px + (1vw - 3.2px) * 2.6785714286);
  }
  .mt80-xs {
    margin-top: calc(40px + (1vw - 3.2px) * 3.5714285714);
  }
  .mt100-xs {
    margin-top: calc(50px + (1vw - 3.2px) * 4.4642857143);
  }
  .mt150-xs {
    margin-top: calc(75px + (1vw - 3.2px) * 6.6964285714);
  }
  .mb10-xs {
    margin-bottom: calc(5px + (1vw - 3.2px) * 0.4464285714);
  }
  .mb15-xs {
    margin-bottom: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
  }
  .mb20-xs {
    margin-bottom: calc(10px + (1vw - 3.2px) * 0.8928571429);
  }
  .mb25-xs {
    margin-bottom: calc(12.5px + (1vw - 3.2px) * 1.1160714286);
  }
  .mb40-xs {
    margin-bottom: calc(20px + (1vw - 3.2px) * 1.7857142857);
  }
  .mb60-xs {
    margin-bottom: calc(30px + (1vw - 3.2px) * 2.6785714286);
  }
  .ml20-xs {
    margin-left: calc(10px + (1vw - 3.2px) * 0.8928571429);
  }
  .nml120-xs {
    margin-left: calc(-60px + (1vw - 3.2px) * -5.3571428571);
  }
  .p5-xs {
    padding-top: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
    padding-bottom: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
    padding-left: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
    padding-right: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
  }
  .p10-xs {
    padding-top: calc(5px + (1vw - 3.2px) * 0.4464285714);
    padding-bottom: calc(5px + (1vw - 3.2px) * 0.4464285714);
    padding-left: calc(5px + (1vw - 3.2px) * 0.4464285714);
    padding-right: calc(5px + (1vw - 3.2px) * 0.4464285714);
  }
  .p20-xs {
    padding-top: calc(10px + (1vw - 3.2px) * 0.8928571429);
    padding-bottom: calc(10px + (1vw - 3.2px) * 0.8928571429);
    padding-left: calc(10px + (1vw - 3.2px) * 0.8928571429);
    padding-right: calc(10px + (1vw - 3.2px) * 0.8928571429);
  }
  .p30-xs {
    padding-top: calc(15px + (1vw - 3.2px) * 1.3392857143);
    padding-bottom: calc(15px + (1vw - 3.2px) * 1.3392857143);
    padding-left: calc(15px + (1vw - 3.2px) * 1.3392857143);
    padding-right: calc(15px + (1vw - 3.2px) * 1.3392857143);
  }
  .p40-xs {
    padding-top: calc(20px + (1vw - 3.2px) * 1.7857142857);
    padding-bottom: calc(20px + (1vw - 3.2px) * 1.7857142857);
    padding-left: calc(20px + (1vw - 3.2px) * 1.7857142857);
    padding-right: calc(20px + (1vw - 3.2px) * 1.7857142857);
  }
  .p50-xs {
    padding-top: calc(25px + (1vw - 3.2px) * 2.2321428571);
    padding-bottom: calc(25px + (1vw - 3.2px) * 2.2321428571);
    padding-left: calc(25px + (1vw - 3.2px) * 2.2321428571);
    padding-right: calc(25px + (1vw - 3.2px) * 2.2321428571);
  }
  .px0-xs {
    padding-left: calc(0px + (1vw - 3.2px) * 0);
    padding-right: calc(0px + (1vw - 3.2px) * 0);
  }
  .px20-xs {
    padding-left: calc(10px + (1vw - 3.2px) * 0.8928571429);
    padding-right: calc(10px + (1vw - 3.2px) * 0.8928571429);
  }
  .px30-xs {
    padding-left: calc(15px + (1vw - 3.2px) * 1.3392857143);
    padding-right: calc(15px + (1vw - 3.2px) * 1.3392857143);
  }
  .px40-xs {
    padding-left: calc(20px + (1vw - 3.2px) * 1.7857142857);
    padding-right: calc(20px + (1vw - 3.2px) * 1.7857142857);
  }
  .px50-xs {
    padding-left: calc(25px + (1vw - 3.2px) * 2.2321428571);
    padding-right: calc(25px + (1vw - 3.2px) * 2.2321428571);
  }
  .py5-xs {
    padding-top: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
    padding-bottom: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
  }
  .py10-xs {
    padding-top: calc(5px + (1vw - 3.2px) * 0.4464285714);
    padding-bottom: calc(5px + (1vw - 3.2px) * 0.4464285714);
  }
  .py15-xs {
    padding-top: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
    padding-bottom: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
  }
  .py20-xs {
    padding-top: calc(10px + (1vw - 3.2px) * 0.8928571429);
    padding-bottom: calc(10px + (1vw - 3.2px) * 0.8928571429);
  }
  .py30-xs {
    padding-top: calc(15px + (1vw - 3.2px) * 1.3392857143);
    padding-bottom: calc(15px + (1vw - 3.2px) * 1.3392857143);
  }
  .py40-xs {
    padding-top: calc(20px + (1vw - 3.2px) * 1.7857142857);
    padding-bottom: calc(20px + (1vw - 3.2px) * 1.7857142857);
  }
  .py50-xs {
    padding-top: calc(25px + (1vw - 3.2px) * 2.2321428571);
    padding-bottom: calc(25px + (1vw - 3.2px) * 2.2321428571);
  }
  .py90-xs {
    padding-top: calc(45px + (1vw - 3.2px) * 4.0178571429);
    padding-bottom: calc(45px + (1vw - 3.2px) * 4.0178571429);
  }
  .pt20-xs {
    padding-top: calc(10px + (1vw - 3.2px) * 0.8928571429);
  }
  .pt30-xs {
    padding-top: calc(15px + (1vw - 3.2px) * 1.3392857143);
  }
  .pt35-xs {
    padding-top: calc(17.5px + (1vw - 3.2px) * 1.5625);
  }
  .pt40-xs {
    padding-top: calc(20px + (1vw - 3.2px) * 1.7857142857);
  }
  .pt50-xs {
    padding-top: calc(25px + (1vw - 3.2px) * 2.2321428571);
  }
  .pt60-xs {
    padding-top: calc(30px + (1vw - 3.2px) * 2.6785714286);
  }
  .pt100-xs {
    padding-top: calc(50px + (1vw - 3.2px) * 4.4642857143);
  }
  .pt400-xs {
    padding-top: calc(200px + (1vw - 3.2px) * 17.8571428571);
  }
  .pb30-xs {
    padding-bottom: calc(15px + (1vw - 3.2px) * 1.3392857143);
  }
  .pb40-xs {
    padding-bottom: calc(20px + (1vw - 3.2px) * 1.7857142857);
  }
  .pb45-xs {
    padding-bottom: calc(22.5px + (1vw - 3.2px) * 2.0089285714);
  }
  .pb50-xs {
    padding-bottom: calc(25px + (1vw - 3.2px) * 2.2321428571);
  }
  .pb90-xs {
    padding-bottom: calc(45px + (1vw - 3.2px) * 4.0178571429);
  }
  .pb100-xs {
    padding-bottom: calc(50px + (1vw - 3.2px) * 4.4642857143);
  }
  .pl30-xs {
    padding-left: calc(15px + (1vw - 3.2px) * 1.3392857143);
  }
  .pr30-xs {
    padding-right: calc(15px + (1vw - 3.2px) * 1.3392857143);
  }
  .flx-ctr-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .f-wrp-xs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .span3-xs {
    width: calc(8.3333333333% * 3);
  }
  .span4-xs {
    width: calc(8.3333333333% * 4);
  }
  .span5-xs {
    width: calc(8.3333333333% * 5);
  }
  .span6-xs {
    width: calc(8.3333333333% * 6);
  }
  .span7-xs {
    width: calc(8.3333333333% * 7);
  }
  .span8-xs {
    width: calc(8.3333333333% * 8);
  }
  .span9-xs {
    width: calc(8.3333333333% * 9);
  }
  .span10-xs {
    width: calc(8.3333333333% * 10);
  }
  .span11-xs {
    width: calc(8.3333333333% * 11);
  }
  .span12-xs {
    width: calc(8.3333333333% * 12);
  }
  .grid2-xs {
    --columns: 2 !important;
  }
  .g2-xs > * {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .g4-xs > * {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .g6-xs > * {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .g7-xs > * {
    margin-top: 35px;
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
  .gx2-xs > * {
    padding-left: 5px;
    padding-right: 5px;
  }
  .gx3-xs > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .gx4-xs > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gy1-xs > * {
    margin-top: 2.5px;
    margin-bottom: 2.5px;
  }
  .gy2-xs > * {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .gy6-xs > * {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .gy8-xs > * {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .gy10-xs > * {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .gb6-xs > * {
    margin-bottom: 15px;
  }
  .w5-xs {
    width: 5%;
  }
  .w15-xs {
    width: 15%;
  }
  .w20-xs {
    width: 20%;
  }
  .w30-xs {
    width: 30%;
  }
  .w40-xs {
    width: 40%;
  }
  .w60-xs {
    width: 60%;
  }
  .w70-xs {
    width: 70%;
  }
  .w75-xs {
    width: 75%;
  }
  .w80-xs {
    width: 80%;
  }
  .w90-xs {
    width: 90%;
  }
  .w100-xs {
    width: 100%;
  }
  .w100-xs {
    width: 100%;
  }
  .w140-xs {
    width: 140%;
  }
  .w150-xs {
    width: 150%;
  }
  .w200-xs {
    width: 200%;
  }
  .w220-xs {
    width: 220%;
  }
  .w250-xs {
    width: 250%;
  }
  .w270-xs {
    width: 270%;
  }
  .w300-xs {
    width: 300%;
  }
  .w350-xs {
    width: 350%;
  }
  .w400-xs {
    width: 400%;
  }
  .mxw50-xs {
    max-width: 50%;
  }
  .mxw60-xs {
    max-width: 60%;
  }
  .mxw80-xs {
    max-width: 80%;
  }
  .wpx70-xs {
    width: 70px;
  }
  .wpx80-xs {
    width: 80px;
  }
  .wpx100-xs {
    width: 100px;
  }
  .wpx110-xs {
    width: 110px;
  }
  .wpx120-xs {
    width: 120px;
  }
  .wpx180-xs {
    width: 180px;
  }
  .wauto-xs {
    width: auto;
  }
  .txt-ctr-xs {
    text-align: center;
  }
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: inline-block !important;
  }
  .ovrfx-a-xs {
    overflow-x: auto;
  }
  .topmenu-topics {
    width: 100%;
  }
  .topmenu-inner {
    width: 100%;
  }
  .page-menu-list {
    width: 100%;
  }
  .menu-float-btm {
    width: 100%;
  }
}@media (min-width: 414px){
  .container {
    width: 100%;
  }
  .contnr {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cont {
    width: 100%;
  }
  .fs4-sm {
    font-size: calc(16px + (1vw - 3.2px) * 0.1785714286);
  }
  .fs6-sm {
    font-size: calc(20px + (1vw - 3.2px) * 0.3571428571);
  }
  .fs9-sm {
    font-size: calc(32px + (1vw - 3.2px) * 0.3571428571);
  }
  .fs10-sm {
    font-size: calc(28px + (1vw - 3.2px) * 1.0714285714);
  }
  .p20-sm {
    padding-top: calc(10px + (1vw - 3.2px) * 0.8928571429);
    padding-bottom: calc(10px + (1vw - 3.2px) * 0.8928571429);
    padding-left: calc(10px + (1vw - 3.2px) * 0.8928571429);
    padding-right: calc(10px + (1vw - 3.2px) * 0.8928571429);
  }
  .span4-sm {
    width: calc(8.3333333333% * 4);
  }
  .grid2-sm {
    --columns: 2 !important;
  }
  .ttl-cate-bc ol {
    width: 370px;
  }
  .ttl-cate-bc2 ol {
    width: 370px;
  }
  .top-slider-cont::before {
    padding-top: 130%;
  }
  .carousel-slider-cont-support {
    padding: 50px 0;
  }
  .pickup-slider .carousel-slider-cont {
    height: 280px;
  }
  .pagetop-slider .carousel-slider-cont {
    height: 280px;
  }
  .topmenu-topics {
    width: 100%;
  }
  .topmenu-inner {
    width: 100%;
  }
  .menu-list-btn-model2 {
    letter-spacing: initial;
  }
  .slide_menu {
    height: 55%;
  }
  .page-menu-list {
    width: 100%;
  }
  .page-menu-touchscreen::before {
    left: 25%;
  }
  .page-menu-controller::before {
    left: 68%;
  }
  .page-menu-film::before {
    left: 25%;
  }
  .page-menu-module::before {
    left: 68%;
  }
  .page-menu-tp-unit::before {
    left: 25%;
  }
  .page-menu-software::before {
    left: 68%;
  }
  .page-menu-solution::before {
    left: 25%;
  }
  .page-menu-download::before {
    left: 68%;
  }
  .page-menu-support::before {
    left: 25%;
  }
  .page-menu-company::before {
    left: 68%;
  }
  .page-menu-language::before {
    left: 25%;
  }
  .page-menu-contact::before {
    left: 68%;
  }
  .menu-float-btm {
    width: 100%;
  }
}@media (min-width: 768px){
  .container {
    width: 100%;
  }
  .contnr {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cont {
    width: 100%;
  }
  .l-box {
    padding: 20px;
  }
  .l-box-list > * {
    margin-top: 35px;
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
  .fs2-md {
    font-size: calc(12px + (1vw - 3.2px) * 0.1785714286);
  }
  .fs3-md {
    font-size: calc(14px + (1vw - 3.2px) * 0.1785714286);
  }
  .fs4-md {
    font-size: calc(16px + (1vw - 3.2px) * 0.1785714286);
  }
  .fs5-md {
    font-size: calc(16px + (1vw - 3.2px) * 0.3571428571);
  }
  .fs6-md {
    font-size: calc(20px + (1vw - 3.2px) * 0.3571428571);
  }
  .fs7-md {
    font-size: calc(24px + (1vw - 3.2px) * 0.3571428571);
  }
  .fs8-md {
    font-size: calc(28px + (1vw - 3.2px) * 0.3571428571);
  }
  .fs9-md {
    font-size: calc(32px + (1vw - 3.2px) * 0.3571428571);
  }
  .fs10-md {
    font-size: calc(28px + (1vw - 3.2px) * 1.0714285714);
  }
  .fs11-md {
    font-size: calc(40px + (1vw - 3.2px) * 0.8928571429);
  }
  .lh6-md {
    margin: 0;
    line-height: 1.6 !important;
  }
  select.search-box,
  select.compare_box,
  select.dl_box {
    font-size: 1.25em;
  }
  select.dl_box,
  select.faq_box {
    font-size: 1.6rem;
  }
  .mx80-md {
    margin-left: calc(40px + (1vw - 3.2px) * 3.5714285714);
    margin-right: calc(40px + (1vw - 3.2px) * 3.5714285714);
  }
  .my0-md {
    margin-top: calc(0px + (1vw - 3.2px) * 0);
    margin-bottom: calc(0px + (1vw - 3.2px) * 0);
  }
  .my10-md {
    margin-top: calc(5px + (1vw - 3.2px) * 0.4464285714);
    margin-bottom: calc(5px + (1vw - 3.2px) * 0.4464285714);
  }
  .my15-md {
    margin-top: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
    margin-bottom: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
  }
  .my20-md {
    margin-top: calc(10px + (1vw - 3.2px) * 0.8928571429);
    margin-bottom: calc(10px + (1vw - 3.2px) * 0.8928571429);
  }
  .my40-md {
    margin-top: calc(20px + (1vw - 3.2px) * 1.7857142857);
    margin-bottom: calc(20px + (1vw - 3.2px) * 1.7857142857);
  }
  .mt0-md {
    margin-top: calc(0px + (1vw - 3.2px) * 0);
  }
  .mt5-md {
    margin-top: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
  }
  .mt10-md {
    margin-top: calc(5px + (1vw - 3.2px) * 0.4464285714);
  }
  .mt15-md {
    margin-top: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
  }
  .mt20-md {
    margin-top: calc(10px + (1vw - 3.2px) * 0.8928571429);
  }
  .mt25-md {
    margin-top: calc(12.5px + (1vw - 3.2px) * 1.1160714286);
  }
  .mt50-md {
    margin-top: calc(25px + (1vw - 3.2px) * 2.2321428571);
  }
  .mt90-md {
    margin-top: calc(45px + (1vw - 3.2px) * 4.0178571429);
  }
  .nmt60-md {
    margin-top: calc(-30px + (1vw - 3.2px) * -2.6785714286);
  }
  .nmt80-md {
    margin-top: calc(-40px + (1vw - 3.2px) * -3.5714285714);
  }
  .mb0-md {
    margin-bottom: calc(0px + (1vw - 3.2px) * 0);
  }
  .mb20-md {
    margin-bottom: calc(10px + (1vw - 3.2px) * 0.8928571429);
  }
  .mb30-md {
    margin-bottom: calc(15px + (1vw - 3.2px) * 1.3392857143);
  }
  .mb40-md {
    margin-bottom: calc(20px + (1vw - 3.2px) * 1.7857142857);
  }
  .nml50-md {
    margin-left: calc(-25px + (1vw - 3.2px) * -2.2321428571);
  }
  .p5-md {
    padding-top: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
    padding-bottom: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
    padding-left: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
    padding-right: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
  }
  .p20-md {
    padding-top: calc(10px + (1vw - 3.2px) * 0.8928571429);
    padding-bottom: calc(10px + (1vw - 3.2px) * 0.8928571429);
    padding-left: calc(10px + (1vw - 3.2px) * 0.8928571429);
    padding-right: calc(10px + (1vw - 3.2px) * 0.8928571429);
  }
  .p30-md {
    padding-top: calc(15px + (1vw - 3.2px) * 1.3392857143);
    padding-bottom: calc(15px + (1vw - 3.2px) * 1.3392857143);
    padding-left: calc(15px + (1vw - 3.2px) * 1.3392857143);
    padding-right: calc(15px + (1vw - 3.2px) * 1.3392857143);
  }
  .p35-md {
    padding-top: calc(17.5px + (1vw - 3.2px) * 1.5625);
    padding-bottom: calc(17.5px + (1vw - 3.2px) * 1.5625);
    padding-left: calc(17.5px + (1vw - 3.2px) * 1.5625);
    padding-right: calc(17.5px + (1vw - 3.2px) * 1.5625);
  }
  .px20-md {
    padding-left: calc(10px + (1vw - 3.2px) * 0.8928571429);
    padding-right: calc(10px + (1vw - 3.2px) * 0.8928571429);
  }
  .px30-md {
    padding-left: calc(15px + (1vw - 3.2px) * 1.3392857143);
    padding-right: calc(15px + (1vw - 3.2px) * 1.3392857143);
  }
  .px40-md {
    padding-left: calc(20px + (1vw - 3.2px) * 1.7857142857);
    padding-right: calc(20px + (1vw - 3.2px) * 1.7857142857);
  }
  .px50-md {
    padding-left: calc(25px + (1vw - 3.2px) * 2.2321428571);
    padding-right: calc(25px + (1vw - 3.2px) * 2.2321428571);
  }
  .py5-md {
    padding-top: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
    padding-bottom: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
  }
  .py10-md {
    padding-top: calc(5px + (1vw - 3.2px) * 0.4464285714);
    padding-bottom: calc(5px + (1vw - 3.2px) * 0.4464285714);
  }
  .py20-md {
    padding-top: calc(10px + (1vw - 3.2px) * 0.8928571429);
    padding-bottom: calc(10px + (1vw - 3.2px) * 0.8928571429);
  }
  .py30-md {
    padding-top: calc(15px + (1vw - 3.2px) * 1.3392857143);
    padding-bottom: calc(15px + (1vw - 3.2px) * 1.3392857143);
  }
  .py60-md {
    padding-top: calc(30px + (1vw - 3.2px) * 2.6785714286);
    padding-bottom: calc(30px + (1vw - 3.2px) * 2.6785714286);
  }
  .pt0-md {
    padding-top: calc(0px + (1vw - 3.2px) * 0);
  }
  .pt20-md {
    padding-top: calc(10px + (1vw - 3.2px) * 0.8928571429);
  }
  .pt25-md {
    padding-top: calc(12.5px + (1vw - 3.2px) * 1.1160714286);
  }
  .pt90-md {
    padding-top: calc(45px + (1vw - 3.2px) * 4.0178571429);
  }
  .pt100-md {
    padding-top: calc(50px + (1vw - 3.2px) * 4.4642857143);
  }
  .pt500-md {
    padding-top: calc(250px + (1vw - 3.2px) * 22.3214285714);
  }
  .pb30-md {
    padding-bottom: calc(15px + (1vw - 3.2px) * 1.3392857143);
  }
  .pb35-md {
    padding-bottom: calc(17.5px + (1vw - 3.2px) * 1.5625);
  }
  .pb40-md {
    padding-bottom: calc(20px + (1vw - 3.2px) * 1.7857142857);
  }
  .pb60-md {
    padding-bottom: calc(30px + (1vw - 3.2px) * 2.6785714286);
  }
  .pl0-md {
    padding-left: calc(0px + (1vw - 3.2px) * 0);
  }
  .pr0-md {
    padding-right: calc(0px + (1vw - 3.2px) * 0);
  }
  .btm4em-md {
    bottom: 4em;
  }
  .flx-rev-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .f-nowrp-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .span-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .span2-md {
    width: calc(8.3333333333% * 2);
  }
  .span3-md {
    width: calc(8.3333333333% * 3);
  }
  .span4-md {
    width: calc(8.3333333333% * 4);
  }
  .span5-md {
    width: calc(8.3333333333% * 5);
  }
  .span6-md {
    width: calc(8.3333333333% * 6);
  }
  .span7-md {
    width: calc(8.3333333333% * 7);
  }
  .span9-md {
    width: calc(8.3333333333% * 9);
  }
  .span10-md {
    width: calc(8.3333333333% * 10);
  }
  .span12-md {
    width: calc(8.3333333333% * 12);
  }
  .col5-md {
    width: calc(100% / 5);
  }
  .grid2-md {
    --columns: 2 !important;
  }
  .g2-md > * {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .g8-md > * {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .g10-md > * {
    margin-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .gx1-md > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }
  .gx4-md > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gx6-md > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gx7-md > * {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
  .gx8-md > * {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gx10-md > * {
    padding-left: 25px;
    padding-right: 25px;
  }
  .gy6-md > * {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .gy10-md > * {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .w10-md {
    width: 10%;
  }
  .w30-md {
    width: 30%;
  }
  .w40-md {
    width: 40%;
  }
  .w45-md {
    width: 45%;
  }
  .w50-md {
    width: 50%;
  }
  .w70-md {
    width: 70%;
  }
  .w75-md {
    width: 75%;
  }
  .w80-md {
    width: 80%;
  }
  .w90-md {
    width: 90%;
  }
  .w100-md {
    width: 100%;
  }
  .w100-md {
    width: 100%;
  }
  .w110-md {
    width: 110%;
  }
  .w150-md {
    width: 150%;
  }
  .w160-md {
    width: 160%;
  }
  .w170-md {
    width: 170%;
  }
  .w200-md {
    width: 200%;
  }
  .mxw50-md {
    max-width: 50%;
  }
  .wpx80-md {
    width: 80px;
  }
  .wpx150-md {
    width: 150px;
  }
  .wauto-md {
    width: auto;
  }
  .txt-lft-md {
    text-align: left;
  }
  .hide-md {
    display: none !important;
  }
  .show-md {
    display: inline-block !important;
  }
  .d-none-md {
    display: none;
  }
  .ovrf-i-md {
    overflow: initial;
  }
  .ovrf-i-md {
    overflow: initial;
  }
  .rtl200-md {
    border-top-left-radius: 200px;
  }
  .rbr200-md {
    border-bottom-right-radius: 200px;
  }
  .chart {
    height: 400px;
  }
  .label_dl_series {
    font-size: 1.1rem;
  }
  .label_option {
    font-size: 1.2rem;
  }
  .label_option li, .label_option dd {
    font-size: 1.2rem;
  }
  .btn_box .btn_box_img {
    width: 150px;
  }
  .btn_box .btn_box_txt {
    padding: 20px;
  }
  .btn-appfields-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100px;
  }
  .btn-ec-site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100px;
  }
  .btn-ec-site-lft {
    width: 50%;
  }
  .btn-ec-site-rgt {
    width: 50%;
  }
  .btn-appfields-fa {
    border-radius: 100px;
    padding-left: 2em;
    padding-right: 4em;
  }
  .btn-fa-vert-bs {
    border-radius: 100px;
    padding-top: 2em;
    padding-bottom: 4em;
  }
  .table_brd caption {
    text-align: center;
  }
  .table_scroll table {
    width: 100%;
  }
  .ttl-cate-sb {
    letter-spacing: 0.4rem;
  }
  .ttl-cate-mn {
    margin-top: 0;
    font-size: 2rem;
  }
  .ttl-cate-bc {
    margin-top: 80px;
  }
  .ttl-cate-bc ol {
    width: initial;
    overflow-x: initial;
    white-space: initial;
  }
  .ttl-cate-bc ol li.ttl-cate-bc-page {
    display: block;
  }
  .ttl-cate-bc2 ol {
    width: initial;
    overflow-x: initial;
    white-space: initial;
  }
  .ttl-cate-bc2 ol li.ttl-cate-bc-page {
    display: block;
  }
  .ttl-page-lft {
    width: 80%;
  }
  .ttl-page-rgt {
    width: 20%;
  }
  .error404 .ttl-cate::after {
    background-size: 100% auto;
  }
  .lang_en.error404 .ttl-cate::after {
    background-size: 100% auto;
  }
  .error500 .ttl-cate::after {
    background-position: center top;
    background-size: 100% auto;
  }
  .lang_en.error500 .ttl-cate::after {
    background-position: center top;
    background-size: 100% auto;
  }
  .sitemap .ttl-cate::after {
    background-position: left -100px;
    background-size: 150% auto;
  }
  .lang_en.sitemap .ttl-cate::after {
    background-position: left -100px;
    background-size: 150% auto;
  }
  .touchscreen_index .ttl-cate::after {
    background-position: left center;
  }
  .lang_en.touchscreen_index .ttl-cate::after {
    background-position: left center;
  }
  .module_tk_s .ttl-cate::after {
    background-size: cover;
  }
  .module_tk_s .ttl-cate::after {
    background-position: center bottom;
  }
  .lang_en.module_tk_s .ttl-cate::after {
    background-size: cover;
  }
  .lang_en.module_tk_s .ttl-cate::after {
    background-position: center bottom;
  }
  .monitor_stm .ttl-cate::after {
    background-position: right bottom;
  }
  .lang_en.monitor_stm .ttl-cate::after {
    background-position: right bottom;
  }
  .monitor_tmg .ttl-cate::after {
    background-position: center bottom;
    background-size: cover;
  }
  .lang_en.monitor_tmg .ttl-cate::after {
    background-position: center bottom;
    background-size: cover;
  }
  .monitor_tmh .ttl-cate::after {
    background-position: center bottom;
    background-size: cover;
  }
  .lang_en.monitor_tmh .ttl-cate::after {
    background-position: center bottom;
    background-size: cover;
  }
  .computer_index .ttl-cate::after {
    background-position: left center;
  }
  .lang_en.computer_index .ttl-cate::after {
    background-position: left center;
  }
  .computer_emg .ttl-cate::after {
    background-position: center bottom;
    background-size: cover;
  }
  .lang_en.computer_emg .ttl-cate::after {
    background-position: center bottom;
    background-size: cover;
  }
  .computer_em8 .ttl-cate::after {
    background-position: center bottom;
    background-size: cover;
  }
  .lang_en.computer_em8 .ttl-cate::after {
    background-position: center bottom;
    background-size: cover;
  }
  .display_index .ttl-cate::after {
    background-position: -200px center;
    background-size: cover;
  }
  .lang_en.display_index .ttl-cate::after {
    background-position: -200px center;
    background-size: cover;
  }
  .display_is7 .ttl-cate::after {
    background-position: -200px center;
  }
  .lang_en.display_is7 .ttl-cate::after {
    background-position: -200px center;
  }
  .pendant_emp .ttl-cate::after {
    background-position: center bottom;
    background-size: cover;
  }
  .lang_en.pendant_emp .ttl-cate::after {
    background-position: center bottom;
    background-size: cover;
  }
  .touchless_hg .ttl-cate::after {
    background-position: center bottom;
    background-size: cover;
  }
  .lang_en.touchless_hg .ttl-cate::after {
    background-position: center bottom;
    background-size: cover;
  }
  .touchscreen_gsurface .ttl-cate::after {
    background-position: center bottom;
    background-size: cover;
  }
  .lang_en.touchscreen_gsurface .ttl-cate::after {
    background-position: center bottom;
    background-size: cover;
  }
  .software_index .ttl-cate::after {
    background-position: -200px center;
  }
  .lang_en.software_index .ttl-cate::after {
    background-position: -200px center;
  }
  .software_dmtdd .ttl-cate::after {
    background-position: -200px center;
  }
  .lang_en.software_dmtdd .ttl-cate::after {
    background-position: -200px center;
  }
  .software_builder .ttl-cate::after {
    background-position: -200px center;
  }
  .lang_en.software_builder .ttl-cate::after {
    background-position: -200px center;
  }
  .appfields_001 .ttl-cate::after {
    background-position: center bottom;
    background-size: cover;
  }
  .lang_en.appfields_001 .ttl-cate::after {
    background-position: center bottom;
    background-size: cover;
  }
  .appfields_002 .ttl-cate::after {
    background-position: center bottom;
    background-size: cover;
  }
  .lang_en.appfields_002 .ttl-cate::after {
    background-position: center bottom;
    background-size: cover;
  }
  .software_solutions .ttl-cate::after {
    background-position: -200px center;
  }
  .lang_en.software_solutions .ttl-cate::after {
    background-position: -200px center;
  }
  .library_index .ttl-cate::after {
    background-position: right bottom;
    background-size: cover;
  }
  .lang_en.library_index .ttl-cate::after {
    background-position: right bottom;
    background-size: cover;
  }
  .library_001 .ttl-cate::after {
    background-size: cover;
  }
  .library_001 .ttl-cate::after {
    background-position: center bottom;
  }
  .lang_en.library_001 .ttl-cate::after {
    background-size: cover;
  }
  .lang_en.library_001 .ttl-cate::after {
    background-position: center bottom;
  }
  .library_002 .ttl-cate::after {
    background-position: -200px -100px;
    background-size: cover;
  }
  .lang_en.library_002 .ttl-cate::after {
    background-position: -200px -100px;
    background-size: cover;
  }
  .library_009 .ttl-cate::after {
    background-position: center top;
  }
  .lang_en.library_009 .ttl-cate::after {
    background-position: center top;
  }
  .csr_index .ttl-cate::before,
  .csr_management .ttl-cate::before,
  .csr_product_safety .ttl-cate::before,
  .csr_report .ttl-cate::before,
  .csr_message .ttl-cate::before,
  .csr_environment .ttl-cate::before,
  .csr_labor_practices .ttl-cate::before,
  .csr_supply_chain .ttl-cate::before,
  .csr_social_contribution .ttl-cate::before,
  .csr_human_rights .ttl-cate::before,
  .csr_governance .ttl-cate::before {
    background: none;
  }
  .csr_index .ttl-cate::after,
  .csr_management .ttl-cate::after,
  .csr_product_safety .ttl-cate::after,
  .csr_report .ttl-cate::after,
  .csr_message .ttl-cate::after,
  .csr_environment .ttl-cate::after,
  .csr_labor_practices .ttl-cate::after,
  .csr_supply_chain .ttl-cate::after,
  .csr_social_contribution .ttl-cate::after,
  .csr_human_rights .ttl-cate::after,
  .csr_governance .ttl-cate::after {
    background-position: center top;
  }
  .lang_en.csr_index .ttl-cate::after,
  .lang_en.csr_report .ttl-cate::after,
  .lang_en.csr_management .ttl-cate::after,
  .lang_en.csr_message .ttl-cate::after,
  .lang_en.csr_product_safety .ttl-cate::after,
  .lang_en.csr_environment .ttl-cate::after,
  .lang_en.csr_labor_practices .ttl-cate::after,
  .lang_en.csr_supply_chain .ttl-cate::after,
  .lang_en.csr_social_contribution .ttl-cate::after,
  .lang_en.csr_human_rights .ttl-cate::after,
  .lang_en.csr_governance .ttl-cate::after {
    background-position: center top;
  }
  .solution_index .ttl-cate::after {
    background-position: -200px center;
  }
  .lang_en.solution_index .ttl-cate::after {
    background-position: -200px center;
  }
  .solution_coverglass .ttl-cate::after {
    background-position: -200px center;
  }
  .lang_en.solution_coverglass .ttl-cate::after {
    background-position: -200px center;
  }
  .touchscreen_lst .ttl-cate::after,
  .touchscreen_ast .ttl-cate::after,
  .touchscreen_qst .ttl-cate::after,
  .touchscreen_fst .ttl-cate::after,
  .touchscreen_mtr_g .ttl-cate::after {
    background-position: -100px bottom;
    background-size: cover;
  }
  .lang_en.touchscreen_lst .ttl-cate::after,
  .lang_en.touchscreen_ast .ttl-cate::after,
  .lang_en.touchscreen_qst .ttl-cate::after,
  .lang_en.touchscreen_fst .ttl-cate::after,
  .lang_en.touchscreen_mtr_g .ttl-cate::after {
    background-position: -100px bottom;
    background-size: cover;
  }
  .touchscreen_dus_a .ttl-cate::after,
  .touchscreen_dus_n .ttl-cate::after,
  .touchscreen_dus_s .ttl-cate::after,
  .touchscreen_dus_la .ttl-cate::after,
  .touchscreen_dus_ld .ttl-cate::after {
    background-position: -100px bottom;
    background-size: cover;
  }
  .lang_en.touchscreen_dus_a .ttl-cate::after,
  .lang_en.touchscreen_dus_n .ttl-cate::after,
  .lang_en.touchscreen_dus_s .ttl-cate::after,
  .lang_en.touchscreen_dus_la .ttl-cate::after,
  .lang_en.touchscreen_dus_ld .ttl-cate::after {
    background-position: -100px bottom;
    background-size: cover;
  }
  .solution_film .ttl-cate::after,
  .film_protection .ttl-cate::after,
  .film_overlay .ttl-cate::after,
  .film_antivirus .ttl-cate::after,
  .film_ar .ttl-cate::after,
  .film_antipeep .ttl-cate::after,
  .film_uv .ttl-cate::after,
  .film_afp .ttl-cate::after,
  .film_anr .ttl-cate::after {
    background-position: -100px bottom;
    background-size: cover;
  }
  .lang_en.solution_film .ttl-cate::after,
  .lang_en.film_protection .ttl-cate::after,
  .lang_en.film_overlay .ttl-cate::after,
  .lang_en.film_antivirus .ttl-cate::after,
  .lang_en.film_ar .ttl-cate::after,
  .lang_en.film_antipeep .ttl-cate::after,
  .lang_en.film_uv .ttl-cate::after,
  .lang_en.film_afp .ttl-cate::after,
  .lang_en.film_anr .ttl-cate::after {
    background-position: -100px bottom;
    background-size: cover;
  }
  .solution_bonding .ttl-cate::after {
    background-position: -200px center;
  }
  .lang_en.solution_bonding .ttl-cate::after {
    background-position: -200px center;
  }
  .size_model_index .ttl-cate::after {
    background-position: -100px bottom;
    background-size: cover;
  }
  .lang_en.size_model_index .ttl-cate::after {
    background-position: -100px bottom;
    background-size: cover;
  }
  .product_compare .ttl-cate::after {
    background-position: -100px bottom;
    background-size: cover;
  }
  .lang_en.product_compare .ttl-cate::after {
    background-position: -100px bottom;
    background-size: cover;
  }
  .conventional_index .ttl-cate::after,
  .conventional_atp .ttl-cate::after,
  .conventional_dus .ttl-cate::after,
  .conventional_dus_u .ttl-cate::after,
  .conventional_dus_l .ttl-cate::after,
  .conventional_dfs .ttl-cate::after {
    background-position: -100px bottom;
    background-size: cover;
  }
  .lang_en.conventional_index .ttl-cate::after,
  .lang_en.conventional_atp .ttl-cate::after,
  .lang_en.conventional_dus .ttl-cate::after,
  .lang_en.conventional_dus_u .ttl-cate::after,
  .lang_en.conventional_dus_l .ttl-cate::after,
  .lang_en.conventional_dfs .ttl-cate::after {
    background-position: -100px bottom;
    background-size: cover;
  }
  .controller_index .ttl-cate::after,
  .controller_tsc_52 .ttl-cate::after,
  .controller_tsc_54 .ttl-cate::after,
  .controller_tsc_55 .ttl-cate::after,
  .controller_mtr_x000 .ttl-cate::after,
  .controller_dus_x200 .ttl-cate::after {
    background-position: center center;
    background-size: cover;
  }
  .lang_en.controller_index .ttl-cate::after,
  .lang_en.controller_tsc_52 .ttl-cate::after,
  .lang_en.controller_tsc_54 .ttl-cate::after,
  .lang_en.controller_tsc_55 .ttl-cate::after,
  .lang_en.controller_mtr_x000 .ttl-cate::after,
  .lang_en.controller_dus_x200 .ttl-cate::after {
    background-position: center center;
    background-size: cover;
  }
  .method_type_c_feature .ttl-cate::after,
  .method_type_c_principle .ttl-cate::after,
  .method_type_c_structure .ttl-cate::after {
    background-position: center top;
  }
  .lang_en.method_type_c_feature .ttl-cate::after,
  .lang_en.method_type_c_principle .ttl-cate::after,
  .lang_en.method_type_c_structure .ttl-cate::after {
    background-position: center top;
  }
  .company_strengths .ttl-cate::before {
    height: 970px;
  }
  .company_strengths .ttl-cate::after {
    background-position: -100px 75px;
    background-size: 150% auto;
    height: 1300px;
  }
  .lang_jp.info_20220510 .ttl-cate::before {
    height: 700px;
  }
  .lang_jp.info_20220510 .ttl-cate::after {
    background-position: -300px -75px;
    background-size: 150% auto;
    height: 1170px;
  }
  .lang_en.company_strengths .ttl-cate::after {
    background-position: -300px -75px;
    background-size: 150% auto;
    height: 1170px;
  }
  .lang_jp .ttl-hdr-mn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 15px;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
    border: 1px solid rgba(6, 126, 160, 0.5);
    left: -30px;
  }
  .lang_jp .ttl-hdr-mn::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 15px;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
    border: 1px solid rgba(6, 126, 160, 0.5);
    right: -25px;
  }
  .lang_en .ttl-hdr-mn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 15px;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
    border: 1px solid rgba(6, 126, 160, 0.5);
    left: -30px;
  }
  .lang_en .ttl-hdr-mn::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 15px;
    -webkit-transform: skewX(-30deg);
            transform: skewX(-30deg);
    border: 1px solid rgba(6, 126, 160, 0.5);
    right: -25px;
  }
  .bgimg_cate_product::before {
    width: 300px;
  }
  .bgimg_cate_product::after {
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(60%, rgb(255, 255, 255)), color-stop(60%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  }
  .bgi-appfields1::after {
    height: 600px;
  }
  .bgi-appfields1::after {
    background-position: 15% bottom;
    background-size: 130% auto;
  }
  .lang_en.bgi-appfields1::after {
    background-position: 15% bottom;
    background-size: 130% auto;
  }
  .bgi-resistive::after {
    height: 600px;
  }
  .bgi-resistive::after {
    background-position: 15% bottom;
    background-size: 130% auto;
  }
  .lang_en .bgi-resistive::after {
    background-position: 15% bottom;
    background-size: 130% auto;
  }
  .bgi-capacitive::after {
    height: 600px;
  }
  .bgi-capacitive::after {
    background-position: right bottom;
    background-size: 130% auto;
  }
  .lang_en .bgi-capacitive::after {
    background-position: right bottom;
    background-size: 130% auto;
  }
  .bgi-controller::after {
    height: 600px;
  }
  .bgi-controller::after {
    background-position: 15% bottom;
    background-size: 130% auto;
  }
  .lang_en .bgi-controller::after {
    background-position: 15% bottom;
    background-size: 130% auto;
  }
  .bgi-tk-s::after {
    height: 600px;
  }
  .bgi-tk-s::after {
    background-position: center bottom;
    background-size: 150% auto;
  }
  .lang_en .bgi-tk-s::after {
    background-position: center bottom;
    background-size: 150% auto;
  }
  .bgi-tk-s-plus::after {
    height: 600px;
  }
  .bgi-tk-s-plus::after {
    background-position: center bottom;
    background-size: 150% auto;
  }
  .lang_en .bgi-tk-s-plus::after {
    background-position: center bottom;
    background-size: 150% auto;
  }
  .bgi-tk-b::after {
    height: 600px;
  }
  .bgi-tk-b::after {
    background-position: center bottom;
    background-size: 150% auto;
  }
  .lang_en .bgi-tk-b::after {
    background-position: center bottom;
    background-size: 150% auto;
  }
  .bgi-stm::after {
    height: 600px;
  }
  .bgi-stm::after {
    background-position: 15% bottom;
    background-size: 130% auto;
  }
  .lang_en .bgi-stm::after {
    background-position: 15% bottom;
    background-size: 130% auto;
  }
  .bgi-tmg::after {
    height: 600px;
  }
  .bgi-tmg::after {
    background-position: 15% bottom;
    background-size: 130% auto;
  }
  .lang_en .bgi-tmg::after {
    background-position: 15% bottom;
    background-size: 130% auto;
  }
  .bgi-tmh::after {
    height: 600px;
  }
  .bgi-tmh::after {
    background-position: 15% bottom;
    background-size: 130% auto;
  }
  .lang_en .bgi-tmh::after {
    background-position: 15% bottom;
    background-size: 130% auto;
  }
  .bgi-emg::after {
    height: 600px;
  }
  .bgi-emg::after {
    background-position: center bottom;
    background-size: 150% auto;
  }
  .lang_en .bgi-emg::after {
    background-position: center bottom;
    background-size: 150% auto;
  }
  .bgi-em8::after {
    height: 600px;
  }
  .bgi-em8::after {
    background-position: 15% bottom;
    background-size: 130% auto;
  }
  .lang_en .bgi-em8::after {
    background-position: 15% bottom;
    background-size: 130% auto;
  }
  .bgi-is7::after {
    height: 600px;
  }
  .bgi-is7::after {
    background-position: 15% bottom;
    background-size: 130% auto;
  }
  .lang_en .bgi-is7::after {
    background-position: 15% bottom;
    background-size: 130% auto;
  }
  .bgi-emp::after {
    height: 600px;
  }
  .bgi-emp::after {
    background-position: 15% bottom;
    background-size: 130% auto;
  }
  .lang_en .bgi-emp::after {
    background-position: 15% bottom;
    background-size: 130% auto;
  }
  .bgi-dmt-dd::after {
    height: 600px;
  }
  .bgi-dmt-dd::after {
    background-position: center bottom;
    background-size: 150% auto;
  }
  .lang_en .bgi-dmt-dd::after {
    background-position: center bottom;
    background-size: 150% auto;
  }
  .bgi-remote::after {
    height: 600px;
  }
  .bgi-builder::after {
    height: 600px;
  }
  .bgi-builder::after {
    background-position: center bottom;
    background-size: 150% auto;
  }
  .lang_en .bgi-builder::after {
    background-position: center bottom;
    background-size: 150% auto;
  }
  .bgi-film::after {
    height: 600px;
  }
  .bgi-film::after {
    background-position: center bottom;
    background-size: 150% auto;
  }
  .lang_en .bgi-film::after {
    background-position: center bottom;
    background-size: 150% auto;
  }
  .bgi-cover::after {
    height: 600px;
  }
  .bgi-cover::after {
    background-position: center bottom;
    background-size: 150% auto;
  }
  .lang_en .bgi-cover::after {
    background-position: center bottom;
    background-size: 150% auto;
  }
  .bgi-bonding::after {
    height: 600px;
  }
  .bgi-bonding::after {
    background-position: center bottom;
    background-size: 150% auto;
  }
  .lang_en .bgi-bonding::after {
    background-position: center bottom;
    background-size: 150% auto;
  }
  .bgi-top-commitment1::after {
    height: 600px;
  }
  .bgi-top-commitment1 {
    padding: 80vw 0 5vw;
  }
  .bgi-top-commitment1::after {
    background-position: center -20px;
    background-size: 150% auto;
  }
  .lang_en .bgi-top-commitment1::after {
    background-position: center -20px;
    background-size: 150% auto;
  }
  .bgi-company-01::after {
    height: 600px;
  }
  .bgimg_use_situation {
    background: center top/contain;
    background-image: -webkit-image-set(url("/_assets/images/_avif/use_situation/bgimg_use_situation_03.avif") type("image/avif"), url("/_assets/images/_webp/use_situation/bgimg_use_situation_03.webp") type("image/webp"), url("/_assets/images/csr/use_situation/bgimg_use_situation_03.jpg") type("image/jpeg"));
    background-image: image-set(url("/_assets/images/_avif/use_situation/bgimg_use_situation_03.avif") type("image/avif"), url("/_assets/images/_webp/use_situation/bgimg_use_situation_03.webp") type("image/webp"), url("/_assets/images/csr/use_situation/bgimg_use_situation_03.jpg") type("image/jpeg"));
  }
  .lang_en .bgimg_use_situation {
    background: center top/contain;
    background-image: -webkit-image-set(url("/english/_assets/images/_avif/use_situation/bgimg_use_situation_03.avif") type("image/avif"), url("/english/_assets/images/_webp/use_situation/bgimg_use_situation_03.webp") type("image/webp"), url("/english/_assets/images/csr/use_situation/bgimg_use_situation_03.jpg") type("image/jpeg"));
    background-image: image-set(url("/english/_assets/images/_avif/use_situation/bgimg_use_situation_03.avif") type("image/avif"), url("/english/_assets/images/_webp/use_situation/bgimg_use_situation_03.webp") type("image/webp"), url("/english/_assets/images/csr/use_situation/bgimg_use_situation_03.jpg") type("image/jpeg"));
  }
  .loop-slider {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .modal_contents_body {
    height: auto;
  }
  .modal_contents_head {
    border-radius: 10px 10px 0 0/10px 10px 0 0;
  }
  .close_modal {
    border-radius: 0 10px 0 0/0 10px 0 0;
  }
  .modal_contents_foot {
    bottom: -35px;
    border-radius: 0 0 10px 10px/0 0 10px 10px;
  }
  .modal_top_overlay {
    position: absolute;
  }
  .modal_contents {
    border-radius: 10px;
  }
  .modal_contents .modal_contents_no_scroll {
    width: 90%;
    border-radius: 10px;
  }
  .modal_contents .modal_contents_no_scroll .modal_contents_scroll_inner {
    height: 95%;
  }
  .modal_contents .modal_contents_no_scroll {
    height: auto;
  }
  .modal_contents .modal_contents_scroll {
    width: 90%;
    border-radius: 10px;
  }
  .modal_contents .modal_contents_scroll .modal_contents_scroll_inner {
    height: 95%;
  }
  .modal_contents .modal_contents_scroll {
    height: 90%;
  }
  .modal_top_contents {
    position: absolute;
    width: 763px;
    border-radius: 10px;
    height: 500px;
  }
  .modal_top_contents .modal_contents_no_scroll {
    width: 90%;
    border-radius: 10px;
  }
  .modal_top_contents .modal_contents_no_scroll .modal_contents_scroll_inner {
    height: 95%;
  }
  .modal_top_contents .modal_contents_no_scroll {
    height: auto;
    width: 100%;
  }
  .modal_top_contents .modal_contents_scroll {
    width: 90%;
    border-radius: 10px;
  }
  .modal_top_contents .modal_contents_scroll .modal_contents_scroll_inner {
    height: 95%;
  }
  .modal_top_contents .modal_contents_scroll {
    width: 100%;
    height: 500px;
  }
  .lity-iframe-container {
    padding-top: 120%;
  }
  .top_slider::before {
    padding-top: 70%;
  }
  .top_slider .swiper-button-prev,
  .top_slider .swiper-button-next {
    display: block;
  }
  .top-slider-cont::before {
    padding-top: 70%;
  }
  .top-slider-cont .swiper-button-prev,
  .top-slider-cont .swiper-button-next {
    display: block;
  }
  .top-slider-cont2 .swiper-button-prev,
  .top-slider-cont2 .swiper-button-next {
    display: block;
  }
  .top_slider_cont2 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-slider-navi {
    margin: 10px auto 15px;
  }
  .top-slider-navi .swiper-pagination {
    width: 85%;
  }
  .menu-carousel-ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu-carousel-ttl > .ttl-page > .ttl-page-lft .ttl-page-button {
    display: block;
  }
  .menu-carousel-ttl-blk {
    padding-left: 3vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .menu-carousel-ttl-blk > .ttl-page > .ttl-page-lft .ttl-page-button {
    display: block;
  }
  .menu-carousel-ttl-blk > .ttl-page > .ttl-page-lft .ttl-page-top {
    display: block;
  }
  .swiper-pagination-bullet {
    width: 45px;
  }
  .topmenu-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-bottom: calc(80px + 10rem);
  }
  .topmenu-company .topmenu-company-lft {
    position: sticky;
    top: initial;
    top: 130px;
    top: 200px;
  }
  .topmenu-company .topmenu-company-rgt {
    width: 75%;
    margin: 0 9vw 0 3vw;
  }
  .topmenu-csr::before {
    background-position: left center;
    background-size: cover;
  }
  .lang_en .topmenu-csr::before {
    background-position: left center;
    background-size: cover;
  }
  .topmenu-csr-rgt .topmenu-csr-list {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    width: 50%;
  }
  .topmenu-csr-rgt .topmenu-csr-list:nth-child(2n+2) {
    border-right: initial;
  }
  .carousel-slider-cont .carousel-slider-cont-en {
    font-size: 12px;
  }
  .carousel-slider-cont-support {
    padding: 80px 0;
  }
  .pickup-slider .carousel-slider-cont {
    height: 330px;
  }
  .pagetop-slider .swiper-slide {
    padding: 0 20px;
  }
  .pagetop-slider .carousel-slider-cont {
    height: 330px;
  }
  .topmenu-topics {
    width: 100%;
  }
  .topmenu-topics {
    display: block;
  }
  .topmenu-topics .topmenu-topics-inner {
    padding: 10px 40px;
    font-size: 1.4rem;
    text-align: center;
  }
  .topmenu-topics .topmenu-topics-inner br {
    display: none;
  }
  .topmenu {
    padding: 40px 0 0;
  }
  .topmenu-inner {
    width: 100%;
  }
  .topmenu-title {
    margin-bottom: 50px;
  }
  .topmenu-title .topmenu-catchcopy {
    font-size: 30px;
    margin-top: 10px;
  }
  .topmenu-title .topmenu-catchcopy span:nth-child(2) {
    display: inline-block;
  }
  .topmenu-title .topmenu-catchcopy span:nth-child(3) {
    display: inline-block;
  }
  .topmenu-title .topmenu-caption .topmenu-caption-txt1 {
    display: inline-block;
  }
  .topmenu-title .topmenu-caption .topmenu-caption-br1 {
    display: none;
  }
  .topmenu-list-thumb1 {
    margin-left: 5%;
    margin-right: 5%;
  }
  .topmenu-list-thumb2 {
    margin-left: 5%;
    margin-right: 5%;
  }
  .topmenu-list-cont br {
    display: none;
  }
  .topmenu-list-cont .topmenu-list-cont-name {
    font-size: 1.2rem;
  }
  .topmenu-list-inner2 {
    margin: 25px auto;
  }
  .topmenu-list-cont2 {
    margin-top: initial;
    width: 25%;
  }
  .topmenu-list-cont2 .bgi-menu-btn .bgi-menu-btn-icon {
    margin-bottom: initial;
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
  .topmenu-list-cont2 .bgi-menu-btn .bgi-menu-btn-icon svg {
    width: 30px;
    height: 30px;
  }
  .menu-list {
    padding: 0 10px;
  }
  .menu-list-search-col {
    width: 25%;
  }
  .menu-list-search-col:last-child {
    border-right: none;
  }
  .topmenu-list-product .menu-list-btn,
  .topmenu-list-touchscreen .menu-list-btn,
  .page-menu-touchscreen .menu-list-btn,
  .header-menu-touchscreen .menu-list-btn {
    width: 50%;
  }
  .topmenu-list-product .menu-list-block1,
  .topmenu-list-touchscreen .menu-list-block1,
  .page-menu-touchscreen .menu-list-block1,
  .header-menu-touchscreen .menu-list-block1 { /*width: 50%;*/
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .topmenu-list-product .menu-list-block1 .menu-list-btn,
  .topmenu-list-touchscreen .menu-list-block1 .menu-list-btn,
  .page-menu-touchscreen .menu-list-block1 .menu-list-btn,
  .header-menu-touchscreen .menu-list-block1 .menu-list-btn {
    width: 33.3333333333%;
  }
  .topmenu-list-product .menu-list-block2,
  .topmenu-list-touchscreen .menu-list-block2,
  .page-menu-touchscreen .menu-list-block2,
  .header-menu-touchscreen .menu-list-block2 { /*width: 50%;*/
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .topmenu-list-product .menu-list-block2 .menu-list-btn,
  .topmenu-list-touchscreen .menu-list-block2 .menu-list-btn,
  .page-menu-touchscreen .menu-list-block2 .menu-list-btn,
  .header-menu-touchscreen .menu-list-block2 .menu-list-btn {
    width: 33.3333333333%;
  }
  .topmenu-list-product .menu-list-block3,
  .topmenu-list-touchscreen .menu-list-block3,
  .page-menu-touchscreen .menu-list-block3,
  .header-menu-touchscreen .menu-list-block3 { /*width: 50%;*/
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .topmenu-list-product .menu-list-block3 .menu-list-btn,
  .topmenu-list-touchscreen .menu-list-block3 .menu-list-btn,
  .page-menu-touchscreen .menu-list-block3 .menu-list-btn,
  .header-menu-touchscreen .menu-list-block3 .menu-list-btn {
    width: 33.3333333333%;
  }
  .topmenu-list-product .menu-list-block4,
  .topmenu-list-touchscreen .menu-list-block4,
  .page-menu-touchscreen .menu-list-block4,
  .header-menu-touchscreen .menu-list-block4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .topmenu-list-product .menu-list-block5,
  .topmenu-list-touchscreen .menu-list-block5,
  .page-menu-touchscreen .menu-list-block5,
  .header-menu-touchscreen .menu-list-block5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .header-menu-touchscreen2 .menu-list-btn-topblock1,
  .page-menu-touchscreen .menu-list-btn-topblock1,
  .topmenu-list-touchscreen .menu-list-btn-topblock1,
  .header-menu-user-support .menu-list-btn-topblock1 {
    width: 20%;
  }
  .header-menu-touchscreen2 .menu-list-btn-topblock2,
  .page-menu-touchscreen .menu-list-btn-topblock2,
  .topmenu-list-touchscreen .menu-list-btn-topblock2,
  .header-menu-user-support .menu-list-btn-topblock2 {
    width: 80%;
  }
  .header-menu-touchscreen2 .menu-list-block1 .menu-list-btn2,
  .page-menu-touchscreen .menu-list-block1 .menu-list-btn2,
  .topmenu-list-touchscreen .menu-list-block1 .menu-list-btn2,
  .header-menu-user-support .menu-list-block1 .menu-list-btn2 {
    width: 33.3333333333%;
  }
  .header-menu-touchscreen2 .menu-list-block2 .menu-list-btn2,
  .page-menu-touchscreen .menu-list-block2 .menu-list-btn2,
  .topmenu-list-touchscreen .menu-list-block2 .menu-list-btn2,
  .header-menu-user-support .menu-list-block2 .menu-list-btn2 {
    width: 33.3333333333%;
  }
  .header-menu-touchscreen2 .menu-list-block3 .menu-list-btn2,
  .page-menu-touchscreen .menu-list-block3 .menu-list-btn2,
  .topmenu-list-touchscreen .menu-list-block3 .menu-list-btn2,
  .header-menu-user-support .menu-list-block3 .menu-list-btn2 {
    width: 33.3333333333%;
  }
  .header-menu-touchscreen2 .menu-list-block4,
  .page-menu-touchscreen .menu-list-block4,
  .topmenu-list-touchscreen .menu-list-block4,
  .header-menu-user-support .menu-list-block4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .header-menu-touchscreen2 .menu-list-block5,
  .page-menu-touchscreen .menu-list-block5,
  .topmenu-list-touchscreen .menu-list-block5,
  .header-menu-user-support .menu-list-block5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .topmenu-list-module .g-inner-list.span2 {
    width: 33.3333333333%;
  }
  .topmenu-list-film .menu-list-btntop,
  .page-menu-film .menu-list-btntop,
  .header-menu-film .menu-list-btntop,
  .header-menu-controller .menu-list-btntop,
  .topmenu-list-controller .menu-list-btntop,
  .page-menu-controller .menu-list-btntop {
    margin-bottom: 10px;
  }
  .topmenu-list-film .menu-list-btn,
  .page-menu-film .menu-list-btn,
  .header-menu-film .menu-list-btn,
  .header-menu-controller .menu-list-btn,
  .topmenu-list-controller .menu-list-btn,
  .page-menu-controller .menu-list-btn {
    width: 50%;
  }
  .topmenu-list-film .menu-list-block1,
  .page-menu-film .menu-list-block1,
  .header-menu-film .menu-list-block1,
  .header-menu-controller .menu-list-block1,
  .topmenu-list-controller .menu-list-block1,
  .page-menu-controller .menu-list-block1 {
    width: 41.6666666667%;
  }
  .topmenu-list-film .menu-list-block2,
  .page-menu-film .menu-list-block2,
  .header-menu-film .menu-list-block2,
  .header-menu-controller .menu-list-block2,
  .topmenu-list-controller .menu-list-block2,
  .page-menu-controller .menu-list-block2 {
    width: 58.3333333333%;
  }
  .header-menu-film .menu-list-block1 {
    width: 41.6666666667%;
  }
  .header-menu-film .menu-list-block2 {
    width: 58.3333333333%;
  }
  .header-menu-film .menu-list-block2 .menu-list-btn2 {
    width: 50%;
  }
  .topmenu-list-monitor .menu-list-btntop,
  .topmenu-list-computer .menu-list-btntop,
  .topmenu-list-display .menu-list-btntop,
  .topmenu-list-pendant .menu-list-btntop,
  .topmenu-list-controller .menu-list-btntop,
  .topmenu-list-controller3 .menu-list-btntop,
  .page-menu-controller .menu-list-btntop,
  .header-menu-csr .menu-list-btntop,
  .header-menu-controller2 .menu-list-btntop,
  .header-menu-film2 .menu-list-btntop,
  .header-menu-computer .menu-list-btntop,
  .header-menu-display .menu-list-btntop,
  .header-menu-monitor .menu-list-btntop,
  .header-menu-pendant .menu-list-btntop,
  .header-menu-software .menu-list-btntop,
  .header-menu-appfields .menu-list-btntop {
    margin-bottom: 10px;
  }
  .topmenu-list-monitor .menu-list-block1,
  .topmenu-list-computer .menu-list-block1,
  .topmenu-list-display .menu-list-block1,
  .topmenu-list-pendant .menu-list-block1,
  .topmenu-list-controller .menu-list-block1,
  .topmenu-list-controller3 .menu-list-block1,
  .page-menu-controller .menu-list-block1,
  .header-menu-csr .menu-list-block1,
  .header-menu-controller2 .menu-list-block1,
  .header-menu-film2 .menu-list-block1,
  .header-menu-computer .menu-list-block1,
  .header-menu-display .menu-list-block1,
  .header-menu-monitor .menu-list-block1,
  .header-menu-pendant .menu-list-block1,
  .header-menu-software .menu-list-block1,
  .header-menu-appfields .menu-list-block1 {
    width: 41.6666666667%;
  }
  .topmenu-list-monitor .menu-list-block2,
  .topmenu-list-computer .menu-list-block2,
  .topmenu-list-display .menu-list-block2,
  .topmenu-list-pendant .menu-list-block2,
  .topmenu-list-controller .menu-list-block2,
  .topmenu-list-controller3 .menu-list-block2,
  .page-menu-controller .menu-list-block2,
  .header-menu-csr .menu-list-block2,
  .header-menu-controller2 .menu-list-block2,
  .header-menu-film2 .menu-list-block2,
  .header-menu-computer .menu-list-block2,
  .header-menu-display .menu-list-block2,
  .header-menu-monitor .menu-list-block2,
  .header-menu-pendant .menu-list-block2,
  .header-menu-software .menu-list-block2,
  .header-menu-appfields .menu-list-block2 {
    width: 58.3333333333%;
  }
  .topmenu-list-monitor .menu-list-block2 .menu-list-btn2,
  .topmenu-list-computer .menu-list-block2 .menu-list-btn2,
  .topmenu-list-display .menu-list-block2 .menu-list-btn2,
  .topmenu-list-pendant .menu-list-block2 .menu-list-btn2,
  .topmenu-list-controller .menu-list-block2 .menu-list-btn2,
  .topmenu-list-controller3 .menu-list-block2 .menu-list-btn2,
  .page-menu-controller .menu-list-block2 .menu-list-btn2,
  .header-menu-csr .menu-list-block2 .menu-list-btn2,
  .header-menu-controller2 .menu-list-block2 .menu-list-btn2,
  .header-menu-film2 .menu-list-block2 .menu-list-btn2,
  .header-menu-computer .menu-list-block2 .menu-list-btn2,
  .header-menu-display .menu-list-block2 .menu-list-btn2,
  .header-menu-monitor .menu-list-block2 .menu-list-btn2,
  .header-menu-pendant .menu-list-block2 .menu-list-btn2,
  .header-menu-software .menu-list-block2 .menu-list-btn2,
  .header-menu-appfields .menu-list-block2 .menu-list-btn2 {
    width: 50%;
  }
  .header-menu-module .menu-list-btntop {
    margin-bottom: 10px;
  }
  .header-menu-module .menu-list-block1 {
    width: 41.6666666667%;
  }
  .header-menu-module .menu-list-block2 {
    width: 58.3333333333%;
  }
  .header-menu-module .menu-list-block2 .menu-list-btn2 {
    width: 33.3333333333%;
  }
  .header-menu-appfields .menu-list-block1 {
    width: 41.6666666667%;
  }
  .header-menu-appfields .menu-list-block2 {
    width: 58.3333333333%;
  }
  .header-menu-appfields .menu-list-block2 .menu-list-btn2 {
    width: 33.3333333333%;
  }
  .header-menu-csr .menu-list-block2 .menu-list-btn2 {
    width: 50%;
  }
  .header-menu-film2 .menu-list-block1,
  .topmenu-list-film .menu-list-block1,
  .topmenu-list-film3 .menu-list-block1,
  .page-menu-film .menu-list-block1 {
    width: 41.6666666667%;
  }
  .header-menu-film2 .menu-list-block2,
  .topmenu-list-film .menu-list-block2,
  .topmenu-list-film3 .menu-list-block2,
  .page-menu-film .menu-list-block2 {
    width: 58.3333333333%;
  }
  .header-menu-film2 .menu-list-block2 .menu-list-btn2,
  .topmenu-list-film .menu-list-block2 .menu-list-btn2,
  .topmenu-list-film3 .menu-list-block2 .menu-list-btn2,
  .page-menu-film .menu-list-block2 .menu-list-btn2 {
    width: 33.3333333333%;
  }
  
  .header-menu-software .menu-list-block1,
  .page-menu-software .menu-list-block1 {
    width: 50%;
  }
  
  .header-menu-software .menu-list-block2,
  .page-menu-software .menu-list-block2 {
    width: 50%;
  }
  .page-menu-solution .menu-list-block1,
  .page-menu-company .menu-list-block1 {
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-menu-download .menu-list-block1,
  .page-menu-support .menu-list-block1 {
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-menu-language .menu-list-btn,
  .page-menu-contact .menu-list-btn {
    width: 50%;
  }
  .page-menu-language .menu-list-block1,
  .page-menu-contact .menu-list-block1 {
    width: 50%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .topmenu-list-tp-unit .topmenu-list-cont .btn-pulse {
    height: 80px;
    width: 80px;
  }
  .bgi-menu-product .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-touchscreen .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-controller .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-controller .bgi-menu-bg2 {
    background: -105px -35px/200% auto no-repeat;
    background-image: -webkit-image-set(url("/_assets/images/_avif/product_images/product_images_mtr_x000.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_mtr_x000.webp") type("image/webp"), url("/_assets/images/product_images/product_images_mtr_x000.png") type("image/png"));
    background-image: image-set(url("/_assets/images/_avif/product_images/product_images_mtr_x000.avif") type("image/avif"), url("/_assets/images/_webp/product_images/product_images_mtr_x000.webp") type("image/webp"), url("/_assets/images/product_images/product_images_mtr_x000.png") type("image/png"));
  }
  .lang_en .bgi-menu-controller .bgi-menu-bg2 {
    background-image: -webkit-image-set(url("/english/_assets/images/_avif/product_images/product_images_mtr_x000.avif") type("image/avif"), url("/english/_assets/images/_webp/product_images/product_images_mtr_x000.webp") type("image/webp"), url("/english/_assets/images/product_images/product_images_mtr_x000.png") type("image/png"));
    background-image: image-set(url("/english/_assets/images/_avif/product_images/product_images_mtr_x000.avif") type("image/avif"), url("/english/_assets/images/_webp/product_images/product_images_mtr_x000.webp") type("image/webp"), url("/english/_assets/images/product_images/product_images_mtr_x000.png") type("image/png"));
  }
  .bgi-menu-film .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-module .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-tp-unit .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-monitor .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-computer .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-display .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-pendant .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-touchless .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-solution .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-download .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-download .bgi-menu-bg2 {
    background: -40px 7px/150% auto no-repeat;
    background-image: -webkit-image-set(url("/_assets/images/_avif/images_menu/images_menu_dl.avif") type("image/avif"), url("/_assets/images/_webp/images_menu/images_menu_dl.webp") type("image/webp"), url("/_assets/images/images_menu/images_menu_dl.png") type("image/png"));
    background-image: image-set(url("/_assets/images/_avif/images_menu/images_menu_dl.avif") type("image/avif"), url("/_assets/images/_webp/images_menu/images_menu_dl.webp") type("image/webp"), url("/_assets/images/images_menu/images_menu_dl.png") type("image/png"));
  }
  .scroll-down .scroll-down-anime {
    bottom: 0;
    top: initial;
  }
  .scroll-dw .scroll-down-anime {
    bottom: 0;
    top: initial;
  }
  .slide_menu {
    height: initial;
  }
  .slide_menu .page_menu {
    position: initial;
    left: initial;
    top: initial;
    height: initial;
    overflow-y: initial;
    padding-top: 70px;
  }
  .page-menu-col {
    padding: 20px 5px;
  }
  .page-menu-col {
    max-width: 220px;
  }
  .page-menu-list {
    width: 100%;
  }
  .page-menu-touchscreen {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page-menu-touchscreen::before {
    left: 20%;
  }
  .page-menu-controller {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .page-menu-controller::before {
    left: 48%;
  }
  .page-menu-thumb-film {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-menu-thumb-module {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .page-menu-film {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .page-menu-film::before {
    left: 77%;
  }
  .page-menu-module {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .page-menu-module::before {
    left: 20%;
  }
  .page-menu-thumb-tp-unit {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .page-menu-thumb-software {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .page-menu-thumb-touchless {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .page-menu-tp-unit::before {
    left: 48%;
  }
  .page-menu-software::before {
    left: 77%;
  }
  .page-menu-thumb-solution {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .page-menu-solution::before {
    left: 48%;
  }
  .page-menu-thumb-download {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .page-menu-download::before {
    left: 77%;
  }
  .page-menu-thumb-support {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .page-menu-support::before {
    left: 48%;
  }
  .page-menu-thumb-company {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .page-menu-company::before {
    left: 77%;
  }
  .page-menu-thumb-language {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .page-menu-thumb-contact {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .page-menu-language::before {
    left: 48%;
  }
  .page-menu-contact::before {
    left: 77%;
  }
  .sticky {
    position: sticky;
    top: 120px;
  }
  .sticky-manual {
    position: sticky;
    top: 15px;
  }
  .menu-float-btm {
    width: 100%;
  }
  .menu-float-btm {
    font-size: 1.4rem;
  }
  .gnavi-logo2 {
    margin-right: 30px;
  }
  .footer-breadcrumb ol {
    overflow-x: initial;
    white-space: initial;
  }
  .footer-menu .footer-menu-inner {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .footer-menu .footer-menu-col {
    width: 10%;
  }
  .footer_under_btm {
    width: 100%;
    text-align: center;
  }
  .news_index_list_head {
    padding-left: 20px;
    width: 160px;
  }
  .news_index_list_title {
    display: block;
    font-size: 1.4rem;
    padding: 0 35px 20px 20px;
  }
  .info_pagination_list {
    font-size: calc(12.5px + (1vw - 3.2px) * 0.3125);
  }
  .contact_step {
    font-size: 1.6rem;
  }
  .history_year_inner .history_year_top {
    font-size: 3.6rem;
  }
  .csr-business-philosophie .csr-business-philosophie-label {
    width: 100px;
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
  .csr-business-philosophie .csr-business-philosophie-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}@media (min-width: 1024px){
  .container {
    width: 100%;
  }
  .contnr {
    padding-left: 3%;
    padding-right: 3%;
  }
  .cont {
    width: 100%;
  }
  .container-lg {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .fs3-lg {
    font-size: calc(14px + (1vw - 3.2px) * 0.1785714286);
  }
  .fs5-lg {
    font-size: calc(16px + (1vw - 3.2px) * 0.3571428571);
  }
  .fs6-lg {
    font-size: calc(20px + (1vw - 3.2px) * 0.3571428571);
  }
  .fs7-lg {
    font-size: calc(24px + (1vw - 3.2px) * 0.3571428571);
  }
  .fs8-lg {
    font-size: calc(28px + (1vw - 3.2px) * 0.3571428571);
  }
  .fs9-lg {
    font-size: calc(32px + (1vw - 3.2px) * 0.3571428571);
  }
  .fs10-lg {
    font-size: calc(28px + (1vw - 3.2px) * 1.0714285714);
  }
  .fs11-lg {
    font-size: calc(40px + (1vw - 3.2px) * 0.8928571429);
  }
  .my70-lg {
    margin-top: calc(35px + (1vw - 3.2px) * 3.125);
    margin-bottom: calc(35px + (1vw - 3.2px) * 3.125);
  }
  .mt0-lg {
    margin-top: calc(0px + (1vw - 3.2px) * 0);
  }
  .mt15-lg {
    margin-top: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
  }
  .mt80-lg {
    margin-top: calc(40px + (1vw - 3.2px) * 3.5714285714);
  }
  .mt100-lg {
    margin-top: calc(50px + (1vw - 3.2px) * 4.4642857143);
  }
  .nmt50-lg {
    margin-top: calc(-25px + (1vw - 3.2px) * -2.2321428571);
  }
  .mb0-lg {
    margin-bottom: calc(0px + (1vw - 3.2px) * 0);
  }
  .p0-lg {
    padding-top: calc(0px + (1vw - 3.2px) * 0);
    padding-bottom: calc(0px + (1vw - 3.2px) * 0);
    padding-left: calc(0px + (1vw - 3.2px) * 0);
    padding-right: calc(0px + (1vw - 3.2px) * 0);
  }
  .p15-lg {
    padding-top: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
    padding-bottom: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
    padding-left: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
    padding-right: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
  }
  .py5-lg {
    padding-top: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
    padding-bottom: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
  }
  .py10-lg {
    padding-top: calc(5px + (1vw - 3.2px) * 0.4464285714);
    padding-bottom: calc(5px + (1vw - 3.2px) * 0.4464285714);
  }
  .pt0-lg {
    padding-top: calc(0px + (1vw - 3.2px) * 0);
  }
  .pb30-lg {
    padding-bottom: calc(15px + (1vw - 3.2px) * 1.3392857143);
  }
  .pb40-lg {
    padding-bottom: calc(20px + (1vw - 3.2px) * 1.7857142857);
  }
  .pl30-lg {
    padding-left: calc(15px + (1vw - 3.2px) * 1.3392857143);
  }
  .pr15-lg {
    padding-right: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
  }
  .flx-rev-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .f-nowrp-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .f-row-rev-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .span-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .span2-lg {
    width: calc(8.3333333333% * 2);
  }
  .span3-lg {
    width: calc(8.3333333333% * 3);
  }
  .span4-lg {
    width: calc(8.3333333333% * 4);
  }
  .span5-lg {
    width: calc(8.3333333333% * 5);
  }
  .span6-lg {
    width: calc(8.3333333333% * 6);
  }
  .span7-lg {
    width: calc(8.3333333333% * 7);
  }
  .span8-lg {
    width: calc(8.3333333333% * 8);
  }
  .span9-lg {
    width: calc(8.3333333333% * 9);
  }
  .span12-lg {
    width: calc(8.3333333333% * 12);
  }
  .grid3-lg {
    --columns: 3 !important;
  }
  .g2-lg > * {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .g3-lg > * {
    margin-top: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .gx6-lg > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .w10-lg {
    width: 10%;
  }
  .w15-lg {
    width: 15%;
  }
  .w20-lg {
    width: 20%;
  }
  .w25-lg {
    width: 25%;
  }
  .w30-lg {
    width: 30%;
  }
  .w40-lg {
    width: 40%;
  }
  .w50-lg {
    width: 50%;
  }
  .w55-lg {
    width: 55%;
  }
  .w60-lg {
    width: 60%;
  }
  .w65-lg {
    width: 65%;
  }
  .w70-lg {
    width: 70%;
  }
  .w80-lg {
    width: 80%;
  }
  .w85-lg {
    width: 85%;
  }
  .w90-lg {
    width: 90%;
  }
  .w100-lg {
    width: 100%;
  }
  .w100-lg {
    width: 100%;
  }
  .w120-lg {
    width: 120%;
  }
  .w130-lg {
    width: 130%;
  }
  .w150-lg {
    width: 150%;
  }
  .mxw40-lg {
    max-width: 40%;
  }
  .mxw60-lg {
    max-width: 60%;
  }
  .mxw100-lg {
    max-width: 100%;
  }
  .wauto-lg {
    width: auto;
  }
  .hide-lg {
    display: none !important;
  }
  .show-lg {
    display: inline-block !important;
  }
  .d-none-lg {
    display: none;
  }
  .chart {
    height: 350px;
  }
  .bfrimg-strangths01::before {
    display: block;
  }
  .btn_acdn .btn_acdn_drwr a {
    width: 50%;
  }
  .btn_shdw_lblu:hover {
    -webkit-box-shadow: -3px -3px 6px 0px rgba(255, 255, 255, 0.5), -1px -1px 3px 0px rgba(255, 255, 255, 0.7), 3px 3px 6px 0 rgba(90, 125, 136, 0.2), 1px 1px 4px 0 rgba(90, 125, 136, 0.3);
            box-shadow: -3px -3px 6px 0px rgba(255, 255, 255, 0.5), -1px -1px 3px 0px rgba(255, 255, 255, 0.7), 3px 3px 6px 0 rgba(90, 125, 136, 0.2), 1px 1px 4px 0 rgba(90, 125, 136, 0.3);
  }
  .btn_shdw_lblu:hover::after {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    content: "";
    border-color: #c6cbcc;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid;
    border-right: 1px solid;
    width: 6px;
    height: 6px;
    left: auto;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .btn_shdw:hover {
    -webkit-box-shadow: -3px -3px 6px 0px rgba(255, 255, 255, 0.5), -1px -1px 3px 0px rgba(255, 255, 255, 0.7), 3px 3px 6px 0 rgba(90, 125, 136, 0.2), 1px 1px 4px 0 rgba(90, 125, 136, 0.3);
            box-shadow: -3px -3px 6px 0px rgba(255, 255, 255, 0.5), -1px -1px 3px 0px rgba(255, 255, 255, 0.7), 3px 3px 6px 0 rgba(90, 125, 136, 0.2), 1px 1px 4px 0 rgba(90, 125, 136, 0.3);
  }
  .btn_shdw:hover::after {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    content: "";
    border-color: #c6cbcc;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid;
    border-right: 1px solid;
    width: 6px;
    height: 6px;
    left: auto;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .btn-shdw-dw:hover {
    -webkit-box-shadow: -3px -3px 6px 0px rgba(255, 255, 255, 0.5), -1px -1px 3px 0px rgba(255, 255, 255, 0.7), 3px 3px 6px 0 rgba(90, 125, 136, 0.2), 1px 1px 4px 0 rgba(90, 125, 136, 0.3);
            box-shadow: -3px -3px 6px 0px rgba(255, 255, 255, 0.5), -1px -1px 3px 0px rgba(255, 255, 255, 0.7), 3px 3px 6px 0 rgba(90, 125, 136, 0.2), 1px 1px 4px 0 rgba(90, 125, 136, 0.3);
  }
  .btn-shdw-dw-back:hover {
    -webkit-box-shadow: -3px -3px 6px 0px rgba(255, 255, 255, 0.5), -1px -1px 3px 0px rgba(255, 255, 255, 0.7), 3px 3px 6px 0 rgba(90, 125, 136, 0.2), 1px 1px 4px 0 rgba(90, 125, 136, 0.3);
            box-shadow: -3px -3px 6px 0px rgba(255, 255, 255, 0.5), -1px -1px 3px 0px rgba(255, 255, 255, 0.7), 3px 3px 6px 0 rgba(90, 125, 136, 0.2), 1px 1px 4px 0 rgba(90, 125, 136, 0.3);
  }
  .btn-shdw-dw-back:hover::after {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    content: "";
    border-color: #c6cbcc;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    border-top: 1px solid;
    border-right: 1px solid;
    width: 6px;
    height: 6px;
    left: 20px;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .arw1-rgt:hover::after {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    content: "";
    border-color: #c6cbcc;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid;
    border-right: 1px solid;
    width: 6px;
    height: 6px;
    left: auto;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .arw1-btm:hover::after {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    content: "";
    border-color: #c6cbcc;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid;
    border-right: 1px solid;
    width: 6px;
    height: 6px;
    left: auto;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .btn_shdw_blu:hover {
    -webkit-box-shadow: -3px -3px 6px 0px rgba(255, 255, 255, 0.5), -1px -1px 3px 0px rgba(255, 255, 255, 0.7), 3px 3px 6px 0 rgba(90, 125, 136, 0.2), 1px 1px 4px 0 rgba(90, 125, 136, 0.3);
            box-shadow: -3px -3px 6px 0px rgba(255, 255, 255, 0.5), -1px -1px 3px 0px rgba(255, 255, 255, 0.7), 3px 3px 6px 0 rgba(90, 125, 136, 0.2), 1px 1px 4px 0 rgba(90, 125, 136, 0.3);
  }
  .btn_shdw_blu:hover::after {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    content: "";
    border-color: #c6cbcc;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 1px solid;
    border-right: 1px solid;
    width: 6px;
    height: 6px;
    left: auto;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .table-line-drk {
    overflow-x: auto;
  }
  .table_scroll_tb table {
    width: 100%;
  }
  .ttl-page-lft {
    width: 85%;
  }
  .ttl-page-rgt {
    width: 15%;
  }
  .error404 .ttl-cate::after {
    background-size: 150% auto;
  }
  .lang_en.error404 .ttl-cate::after {
    background-size: 150% auto;
  }
  .error500 .ttl-cate::after {
    background-position: center -200px;
    background-size: 150% auto;
  }
  .lang_en.error500 .ttl-cate::after {
    background-position: center -200px;
    background-size: 150% auto;
  }
  .sitemap .ttl-cate::after {
    background-position: left -200px;
  }
  .lang_en.sitemap .ttl-cate::after {
    background-position: left -200px;
  }
  .monitor_stm .ttl-cate::after {
    background-position: center center;
  }
  .lang_en.monitor_stm .ttl-cate::after {
    background-position: center center;
  }
  .monitor_tmg .ttl-cate::after {
    background-position: left center;
  }
  .lang_en.monitor_tmg .ttl-cate::after {
    background-position: left center;
  }
  .monitor_tmh .ttl-cate::after {
    background-position: left center;
  }
  .lang_en.monitor_tmh .ttl-cate::after {
    background-position: left center;
  }
  .computer_emg .ttl-cate::after {
    background-position: left center;
  }
  .lang_en.computer_emg .ttl-cate::after {
    background-position: left center;
  }
  .computer_em8 .ttl-cate::after {
    background-position: left bottom;
  }
  .lang_en.computer_em8 .ttl-cate::after {
    background-position: left bottom;
  }
  .display_index .ttl-cate::after {
    background-position: -300px center;
  }
  .lang_en.display_index .ttl-cate::after {
    background-position: -300px center;
  }
  .display_is7 .ttl-cate::after {
    background-position: -300px center;
  }
  .lang_en.display_is7 .ttl-cate::after {
    background-position: -300px center;
  }
  .pendant_emp .ttl-cate::after {
    background-position: left center;
  }
  .lang_en.pendant_emp .ttl-cate::after {
    background-position: left center;
  }
  .touchless_hg .ttl-cate::after {
    background-position: left center;
  }
  .lang_en.touchless_hg .ttl-cate::after {
    background-position: left center;
  }
  .touchscreen_gsurface .ttl-cate::after {
    background-position: left center;
  }
  .lang_en.touchscreen_gsurface .ttl-cate::after {
    background-position: left center;
  }
  .software_index .ttl-cate::after {
    background-position: center center;
  }
  .lang_en.software_index .ttl-cate::after {
    background-position: center center;
  }
  .software_dmtdd .ttl-cate::after {
    background-position: center center;
  }
  .lang_en.software_dmtdd .ttl-cate::after {
    background-position: center center;
  }
  .software_builder .ttl-cate::after {
    background-position: center center;
  }
  .lang_en.software_builder .ttl-cate::after {
    background-position: center center;
  }
  .appfields_001 .ttl-cate::after {
    background-position: left bottom;
    background-size: 100% auto;
  }
  .lang_en.appfields_001 .ttl-cate::after {
    background-position: left bottom;
    background-size: 100% auto;
  }
  .appfields_002 .ttl-cate::after {
    background-size: 100% auto;
  }
  .lang_en.appfields_002 .ttl-cate::after {
    background-size: 100% auto;
  }
  .apps_inout::before {
    height: 95px;
    border-radius: 0 0 35px 0;
  }
  .software_solutions .ttl-cate::after {
    background-position: center center;
  }
  .lang_en.software_solutions .ttl-cate::after {
    background-position: center center;
  }
  .library_index .ttl-cate::after {
    background-position: right center;
  }
  .lang_en.library_index .ttl-cate::after {
    background-position: right center;
  }
  .library_001 .ttl-cate::after {
    background-position: center bottom;
  }
  .lang_en.library_001 .ttl-cate::after {
    background-position: center bottom;
  }
  .library_002 .ttl-cate::after {
    background-position: left center;
  }
  .lang_en.library_002 .ttl-cate::after {
    background-position: left center;
  }
  .library_003 .ttl-cate::after {
    background-position: right center;
  }
  .lang_en.library_003 .ttl-cate::after {
    background-position: right center;
  }
  .library_004 .ttl-cate::after {
    background-position: right center;
  }
  .lang_en.library_004 .ttl-cate::after {
    background-position: right center;
  }
  .library_005 .ttl-cate::after {
    background-position: right center;
  }
  .lang_en.library_005 .ttl-cate::after {
    background-position: right center;
  }
  .library_006 .ttl-cate::after {
    background-position: right center;
  }
  .lang_en.library_006 .ttl-cate::after {
    background-position: right center;
  }
  .library_007 .ttl-cate::after {
    background-position: right center;
  }
  .lang_en.library_007 .ttl-cate::after {
    background-position: right center;
  }
  .library_009 .ttl-cate::after {
    background-position: left bottom;
    background-size: cover;
  }
  .lang_en.library_009 .ttl-cate::after {
    background-position: left bottom;
    background-size: cover;
  }
  .support_discon .ttl-cate::after,
  .support_chemical .ttl-cate::after,
  .support_certification .ttl-cate::after {
    background-position: right center;
  }
  .lang_en.support_discon .ttl-cate::after,
  .lang_en.support_chemical .ttl-cate::after,
  .lang_en.support_certification .ttl-cate::after {
    background-position: right center;
  }
  .csr_index .ttl-cate::after,
  .csr_management .ttl-cate::after,
  .csr_product_safety .ttl-cate::after,
  .csr_report .ttl-cate::after,
  .csr_message .ttl-cate::after,
  .csr_environment .ttl-cate::after,
  .csr_labor_practices .ttl-cate::after,
  .csr_supply_chain .ttl-cate::after,
  .csr_social_contribution .ttl-cate::after,
  .csr_human_rights .ttl-cate::after,
  .csr_governance .ttl-cate::after {
    background-position: left bottom;
    background-size: cover;
  }
  .lang_en.csr_index .ttl-cate::after,
  .lang_en.csr_report .ttl-cate::after,
  .lang_en.csr_management .ttl-cate::after,
  .lang_en.csr_message .ttl-cate::after,
  .lang_en.csr_product_safety .ttl-cate::after,
  .lang_en.csr_environment .ttl-cate::after,
  .lang_en.csr_labor_practices .ttl-cate::after,
  .lang_en.csr_supply_chain .ttl-cate::after,
  .lang_en.csr_social_contribution .ttl-cate::after,
  .lang_en.csr_human_rights .ttl-cate::after,
  .lang_en.csr_governance .ttl-cate::after {
    background-position: left bottom;
    background-size: cover;
  }
  .solution_index .ttl-cate::after {
    background-position: center center;
  }
  .lang_en.solution_index .ttl-cate::after {
    background-position: center center;
  }
  .solution_coverglass .ttl-cate::after {
    background-position: center center;
  }
  .lang_en.solution_coverglass .ttl-cate::after {
    background-position: center center;
  }
  .touchscreen_lst .ttl-cate::after,
  .touchscreen_ast .ttl-cate::after,
  .touchscreen_qst .ttl-cate::after,
  .touchscreen_fst .ttl-cate::after,
  .touchscreen_mtr_g .ttl-cate::after {
    background-position: left center;
  }
  .lang_en.touchscreen_lst .ttl-cate::after,
  .lang_en.touchscreen_ast .ttl-cate::after,
  .lang_en.touchscreen_qst .ttl-cate::after,
  .lang_en.touchscreen_fst .ttl-cate::after,
  .lang_en.touchscreen_mtr_g .ttl-cate::after {
    background-position: left center;
  }
  .touchscreen_dus_a .ttl-cate::after,
  .touchscreen_dus_n .ttl-cate::after,
  .touchscreen_dus_s .ttl-cate::after,
  .touchscreen_dus_la .ttl-cate::after,
  .touchscreen_dus_ld .ttl-cate::after {
    background-position: left bottom;
  }
  .lang_en.touchscreen_dus_a .ttl-cate::after,
  .lang_en.touchscreen_dus_n .ttl-cate::after,
  .lang_en.touchscreen_dus_s .ttl-cate::after,
  .lang_en.touchscreen_dus_la .ttl-cate::after,
  .lang_en.touchscreen_dus_ld .ttl-cate::after {
    background-position: left bottom;
  }
  .solution_film .ttl-cate::after,
  .film_protection .ttl-cate::after,
  .film_overlay .ttl-cate::after,
  .film_antivirus .ttl-cate::after,
  .film_ar .ttl-cate::after,
  .film_antipeep .ttl-cate::after,
  .film_uv .ttl-cate::after,
  .film_afp .ttl-cate::after,
  .film_anr .ttl-cate::after {
    background-position: left bottom;
  }
  .lang_en.solution_film .ttl-cate::after,
  .lang_en.film_protection .ttl-cate::after,
  .lang_en.film_overlay .ttl-cate::after,
  .lang_en.film_antivirus .ttl-cate::after,
  .lang_en.film_ar .ttl-cate::after,
  .lang_en.film_antipeep .ttl-cate::after,
  .lang_en.film_uv .ttl-cate::after,
  .lang_en.film_afp .ttl-cate::after,
  .lang_en.film_anr .ttl-cate::after {
    background-position: left bottom;
  }
  .solution_bonding .ttl-cate::after {
    background-position: center center;
  }
  .lang_en.solution_bonding .ttl-cate::after {
    background-position: center center;
  }
  .size_model_index .ttl-cate::after {
    background-position: left bottom;
  }
  .lang_en.size_model_index .ttl-cate::after {
    background-position: left bottom;
  }
  .product_compare .ttl-cate::after {
    background-position: left bottom;
  }
  .lang_en.product_compare .ttl-cate::after {
    background-position: left bottom;
  }
  .conventional_index .ttl-cate::after,
  .conventional_atp .ttl-cate::after,
  .conventional_dus .ttl-cate::after,
  .conventional_dus_u .ttl-cate::after,
  .conventional_dus_l .ttl-cate::after,
  .conventional_dfs .ttl-cate::after {
    background-position: left bottom;
  }
  .lang_en.conventional_index .ttl-cate::after,
  .lang_en.conventional_atp .ttl-cate::after,
  .lang_en.conventional_dus .ttl-cate::after,
  .lang_en.conventional_dus_u .ttl-cate::after,
  .lang_en.conventional_dus_l .ttl-cate::after,
  .lang_en.conventional_dfs .ttl-cate::after {
    background-position: left bottom;
  }
  .method_type_c_feature .ttl-cate::after,
  .method_type_c_principle .ttl-cate::after,
  .method_type_c_structure .ttl-cate::after {
    background-position: left bottom;
    background-size: cover;
  }
  .lang_en.method_type_c_feature .ttl-cate::after,
  .lang_en.method_type_c_principle .ttl-cate::after,
  .lang_en.method_type_c_structure .ttl-cate::after {
    background-position: left bottom;
    background-size: cover;
  }
  .company_business .ttl-cate::after {
    background-position: center -150px;
  }
  .lang_en.product_compare .ttl-cate::after {
    background-position: center -150px;
  }
  .company_profile .ttl-cate::after {
    background-position: center -150px;
  }
  .lang_en.product_compare .ttl-cate::after {
    background-position: center -150px;
  }
  .company_group .ttl-cate::after {
    background-position: center -150px;
  }
  .lang_en.company_group .ttl-cate::after {
    background-position: center -150px;
  }
  .company_strengths .ttl-cate::before {
    height: 1170px;
  }
  .company_strengths .ttl-cate::after {
    background-position: -100px -80px;
    background-size: cover;
    height: 1170px;
  }
  .lang_jp.info_20220510 .ttl-cate::before {
    height: 1170px;
  }
  .lang_jp.info_20220510 .ttl-cate::after {
    background-position: -350px -80px;
    background-size: cover;
  }
  .lang_en.company_strengths .ttl-cate::after {
    background-position: -350px -80px;
    background-size: cover;
  }
  .l_bgimg {
    margin-top: -30px;
  }
  .bgimg_cate_product::before {
    width: 600px;
    height: 400px;
  }
  .bgimg_cate_product::after {
    height: 100%;
    background-position: center center;
    background-size: 100% auto;
  }
  .bgi-capacitive::after {
    background-position: right center;
  }
  .lang_en .bgi-capacitive::after {
    background-position: right center;
  }
  .bgi-controller::after {
    background-position: 15% center;
  }
  .lang_en .bgi-controller::after {
    background-position: 15% center;
  }
  .bgi-tk-s::after {
    background-position: center center;
    background-size: cover;
  }
  .lang_en .bgi-tk-s::after {
    background-position: center center;
    background-size: cover;
  }
  .bgi-tk-s-plus::after {
    background-position: center center;
    background-size: cover;
  }
  .lang_en .bgi-tk-s-plus::after {
    background-position: center center;
    background-size: cover;
  }
  .bgi-tk-b::after {
    background-position: center center;
    background-size: cover;
  }
  .lang_en .bgi-tk-b::after {
    background-position: center center;
    background-size: cover;
  }
  .bgi-stm::after {
    background-position: 15% center;
  }
  .lang_en .bgi-stm::after {
    background-position: 15% center;
  }
  .bgi-tmg::after {
    background-position: 15% center;
  }
  .lang_en .bgi-tmg::after {
    background-position: 15% center;
  }
  .bgi-tmh::after {
    background-position: 15% center;
  }
  .lang_en .bgi-tmh::after {
    background-position: 15% center;
  }
  .bgi-emg::after {
    background-position: center center;
    background-size: cover;
  }
  .lang_en .bgi-emg::after {
    background-position: center center;
    background-size: cover;
  }
  .bgi-em8::after {
    background-position: 15% center;
  }
  .lang_en .bgi-em8::after {
    background-position: 15% center;
  }
  .bgi-is7::after {
    background-position: 15% center;
  }
  .lang_en .bgi-is7::after {
    background-position: 15% center;
  }
  .bgi-emp::after {
    background-position: 15% center;
  }
  .lang_en .bgi-emp::after {
    background-position: 15% center;
  }
  .bgi-dmt-dd::after {
    background-position: center center;
    background-size: 100% auto;
  }
  .lang_en .bgi-dmt-dd::after {
    background-position: center center;
    background-size: 100% auto;
  }
  .bgi-builder::after {
    background-position: center center;
    background-size: 100% auto;
  }
  .lang_en .bgi-builder::after {
    background-position: center center;
    background-size: 100% auto;
  }
  .bgi-film::after {
    background-position: center center;
    background-size: 100% auto;
  }
  .lang_en .bgi-film::after {
    background-position: center center;
    background-size: 100% auto;
  }
  .bgi-cover::after {
    background-position: center center;
    background-size: 100% auto;
  }
  .lang_en .bgi-cover::after {
    background-position: center center;
    background-size: 100% auto;
  }
  .bgi-bonding::after {
    background-position: center center;
    background-size: 100% auto;
  }
  .lang_en .bgi-bonding::after {
    background-position: center center;
    background-size: 100% auto;
  }
  .bgi-top-commitment1 {
    padding: 60vw 0 5vw;
  }
  .bgi-top-commitment1::after {
    height: 80vw;
  }
  .bgi-top-commitment1::after {
    background-position: center -80px;
    background-size: cover;
  }
  .bgi-top-commitment1::before {
    height: 80vw;
  }
  .lang_en .bgi-top-commitment1::after {
    height: 80vw;
  }
  .lang_en .bgi-top-commitment1::after {
    background-position: center -80px;
    background-size: cover;
  }
  .modal_contents_head {
    margin-left: 0;
  }
  .modal_contents .modal_contents_no_scroll {
    width: 1024px;
  }
  .modal_contents .modal_contents_scroll {
    width: 1024px;
  }
  .modal_contents .modal_contents_scroll {
    height: 600px;
    width: 90%;
  }
  .modal_top_contents {
    width: 1024px;
  }
  .modal_top_contents .modal_contents_no_scroll {
    width: 1024px;
  }
  .modal_top_contents .modal_contents_scroll {
    width: 1024px;
  }
  .lity-close {
    right: -10px;
    top: -10px;
    left: initial;
  }
  .lity-iframe-container {
    padding-top: 56.25%;
  }
  .top_slider::before {
    padding-top: 50%;
  }
  .top-slider-cont::before {
    padding-top: 50%;
  }
  .top-slider-navi {
    width: 80%;
  }
  .top-news-index {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top-news-index .top-news-index-lft {
    width: 35%;
  }
  .top-news-index .top-news-index-rgt {
    padding-top: 0;
    padding-left: 0;
  }
  .menu-carousel-ttl > .ttl-page > .ttl-page-lft {
    display: block;
  }
  .menu-carousel-ttl > .ttl-page .ttl-page-rgt {
    width: 100%;
    text-align: left;
    margin-left: 0;
    display: block;
  }
  .menu-carousel-ttl-blk > .ttl-page > .ttl-page-lft {
    display: block;
  }
  .menu-carousel-ttl-blk > .ttl-page .ttl-page-rgt {
    width: 100%;
    text-align: left;
    margin-left: 0;
    display: block;
  }
  .topmenu-company .topmenu-company-lft {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    width: 35%;
  }
  .topmenu-company .topmenu-company-lft > .ttl-page .ttl-page-rgt {
    margin-left: 0;
  }
  .topmenu-company .topmenu-company-rgt .topmenu-company-rgt-wrap .topmenu-company-list-item .topmenu-company-list-btm .topmenu-company-list-name {
    font-size: 2rem;
  }
  .topmenu-company .topmenu-company-rgt .topmenu-company-rgt-wrap .topmenu-company-list-item .topmenu-company-list-btm .topmenu-company-list-caption {
    font-size: 1.6rem;
  }
  .topmenu-company-list-csr {
    display: none;
  }
  .topmenu-csr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .topmenu-csr-lft {
    position: sticky;
    top: 200px;
    width: 25%;
  }
  .topmenu-csr-lft > .ttl-page > .ttl-page-lft {
    display: block;
  }
  .topmenu-csr-lft > .ttl-page .ttl-page-rgt {
    width: 100%;
    text-align: left;
    margin-left: 0;
    display: block;
  }
  .topmenu-csr-rgt {
    width: 75%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .topmenu-csr-rgt .topmenu-csr-item .topmenu-csr-item-btm .topmenu-csr-item-name {
    font-size: 2rem;
  }
  .topmenu-csr-rgt .topmenu-csr-item .topmenu-csr-item-btm .topmenu-csr-item-caption {
    font-size: 1.6rem;
  }
  .carousel-slider-cont-support {
    padding: 50px 0;
  }
  .pickup-slider .carousel-slider-cont {
    height: 355px;
  }
  .pagetop-slider .carousel-slider-cont {
    height: 355px;
  }
  .topmenu-topics {
    width: 100%;
  }
  .topmenu-topics .topmenu-topics-inner {
    border-radius: 100px;
    width: 70%;
  }
  .topmenu {
    padding: 40px 0 80px;
  }
  .topmenu::after {
    background: -webkit-linear-gradient(135deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
    background: linear-gradient(-45deg, rgba(255, 0, 110, 0.5) 10%, rgb(0, 191, 255) 50%, rgb(147, 112, 219) 90%);
  }
  .topmenu-inner {
    width: 100%;
  }
  .topmenu-title .topmenu-catchcopy {
    font-size: 38px;
  }
  .topmenu-title .topmenu-caption {
    padding: initial;
  }
  .topmenu-title .topmenu-caption .topmenu-caption-br1 {
    display: none;
  }
  .topmenu-title .topmenu-caption .topmenu-caption-br2 {
    display: none;
  }
  .topmenu-list {
    margin-bottom: 25px;
  }
  .topmenu-list {
    margin-bottom: 0;
  }
  .topmenu-list-touchscreen {
    background: rgba(255, 255, 255, 0.15);
    background: rgb(0, 0, 0);
    margin-top: 0;
  }
  .topmenu-list-touchscreen {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .topmenu-list-controller {
    background: rgba(255, 255, 255, 0.15);
    background: rgb(0, 0, 0);
    margin-top: 0;
  }
  .topmenu-list-controller {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .topmenu-list-film {
    background: rgba(255, 255, 255, 0.15);
    background: rgb(0, 0, 0);
    margin-top: 0;
  }
  .topmenu-list-film {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .topmenu-list-module {
    background: rgba(255, 255, 255, 0.15);
    background: rgb(0, 0, 0);
    margin-top: 0;
  }
  .topmenu-list-module {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .topmenu-list-tp-unit {
    background: rgba(255, 255, 255, 0.15);
    background: rgb(0, 0, 0);
    margin-top: 0;
  }
  .topmenu-list-tp-unit {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .topmenu-list-monitor {
    background: rgba(255, 255, 255, 0.15);
    background: rgb(0, 0, 0);
    margin-top: 0;
  }
  .topmenu-list-monitor {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .topmenu-list-computer {
    background: rgba(255, 255, 255, 0.15);
    background: rgb(0, 0, 0);
    margin-top: 0;
  }
  .topmenu-list-computer {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .topmenu-list-display {
    background: rgba(255, 255, 255, 0.15);
    background: rgb(0, 0, 0);
    margin-top: 0;
  }
  .topmenu-list-display {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .topmenu-list-pendant {
    background: rgba(255, 255, 255, 0.15);
    background: rgb(0, 0, 0);
    margin-top: 0;
  }
  .topmenu-list-pendant {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .topmenu-list-cont br {
    display: block;
  }
  .topmenu-list-inner2 {
    padding-top: 20px;
  }
  .topmenu-list-cont2 .bgi-menu-btn {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    font-size: 1.6rem;
  }
  .menu-list-thumb {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .topmenu-list-product .menu-list-btn,
  .topmenu-list-touchscreen .menu-list-btn,
  .page-menu-touchscreen .menu-list-btn,
  .header-menu-touchscreen .menu-list-btn {
    width: 33.3333333333%;
  }
  .topmenu-list-product .menu-list-block1 .menu-list-btn,
  .topmenu-list-touchscreen .menu-list-block1 .menu-list-btn,
  .page-menu-touchscreen .menu-list-block1 .menu-list-btn,
  .header-menu-touchscreen .menu-list-block1 .menu-list-btn {
    width: 20%;
  }
  .topmenu-list-product .menu-list-block2 .menu-list-btn,
  .topmenu-list-touchscreen .menu-list-block2 .menu-list-btn,
  .page-menu-touchscreen .menu-list-block2 .menu-list-btn,
  .header-menu-touchscreen .menu-list-block2 .menu-list-btn {
    width: 20%;
  }
  .topmenu-list-product .menu-list-block3 .menu-list-btn,
  .topmenu-list-touchscreen .menu-list-block3 .menu-list-btn,
  .page-menu-touchscreen .menu-list-block3 .menu-list-btn,
  .header-menu-touchscreen .menu-list-block3 .menu-list-btn {
    width: 20%;
  }
  .header-menu-touchscreen2 .menu-list-block1,
  .page-menu-touchscreen .menu-list-block1,
  .topmenu-list-touchscreen .menu-list-block1,
  .header-menu-user-support .menu-list-block1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 33.3333333333%;
  }
  .header-menu-touchscreen2 .menu-list-block1 .menu-list-btn2,
  .page-menu-touchscreen .menu-list-block1 .menu-list-btn2,
  .topmenu-list-touchscreen .menu-list-block1 .menu-list-btn2,
  .header-menu-user-support .menu-list-block1 .menu-list-btn2 {
    width: 100%;
  }
  .header-menu-touchscreen2 .menu-list-block2,
  .page-menu-touchscreen .menu-list-block2,
  .topmenu-list-touchscreen .menu-list-block2,
  .header-menu-user-support .menu-list-block2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 33.3333333333%;
  }
  .header-menu-touchscreen2 .menu-list-block2 .menu-list-btn2,
  .page-menu-touchscreen .menu-list-block2 .menu-list-btn2,
  .topmenu-list-touchscreen .menu-list-block2 .menu-list-btn2,
  .header-menu-user-support .menu-list-block2 .menu-list-btn2 {
    width: 100%;
  }
  .header-menu-touchscreen2 .menu-list-block3,
  .page-menu-touchscreen .menu-list-block3,
  .topmenu-list-touchscreen .menu-list-block3,
  .header-menu-user-support .menu-list-block3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 33.3333333333%;
  }
  .header-menu-touchscreen2 .menu-list-block3 .menu-list-btn2,
  .page-menu-touchscreen .menu-list-block3 .menu-list-btn2,
  .topmenu-list-touchscreen .menu-list-block3 .menu-list-btn2,
  .header-menu-user-support .menu-list-block3 .menu-list-btn2 {
    width: 100%;
  }
  .topmenu-list-module .g-inner-list.span2 {
    width: 25%;
  }
  .topmenu-list-film .menu-list-btn,
  .page-menu-film .menu-list-btn,
  .header-menu-film .menu-list-btn,
  .header-menu-controller .menu-list-btn,
  .topmenu-list-controller .menu-list-btn,
  .page-menu-controller .menu-list-btn {
    width: 33.3333333333%;
  }
  .topmenu-list-film .menu-list-block1,
  .page-menu-film .menu-list-block1,
  .header-menu-film .menu-list-block1,
  .header-menu-controller .menu-list-block1,
  .topmenu-list-controller .menu-list-block1,
  .page-menu-controller .menu-list-block1 {
    width: 33.3333333333%;
  }
  .topmenu-list-film .menu-list-block1 .menu-list-btn,
  .page-menu-film .menu-list-block1 .menu-list-btn,
  .header-menu-film .menu-list-block1 .menu-list-btn,
  .header-menu-controller .menu-list-block1 .menu-list-btn,
  .topmenu-list-controller .menu-list-block1 .menu-list-btn,
  .page-menu-controller .menu-list-block1 .menu-list-btn {
    width: 66.6666666667%;
  }
  .topmenu-list-film .menu-list-block2,
  .page-menu-film .menu-list-block2,
  .header-menu-film .menu-list-block2,
  .header-menu-controller .menu-list-block2,
  .topmenu-list-controller .menu-list-block2,
  .page-menu-controller .menu-list-block2 {
    width: 66.6666666667%;
  }
  .header-menu-film .menu-list-block1 {
    width: 25%;
  }
  .header-menu-film .menu-list-block2 {
    width: 75%;
  }
  .header-menu-film .menu-list-block2 .menu-list-btn2 {
    width: 25%;
  }
  .topmenu-list-monitor .menu-list-block1,
  .topmenu-list-computer .menu-list-block1,
  .topmenu-list-display .menu-list-block1,
  .topmenu-list-pendant .menu-list-block1,
  .topmenu-list-controller .menu-list-block1,
  .topmenu-list-controller3 .menu-list-block1,
  .page-menu-controller .menu-list-block1,
  .header-menu-csr .menu-list-block1,
  .header-menu-controller2 .menu-list-block1,
  .header-menu-film2 .menu-list-block1,
  .header-menu-computer .menu-list-block1,
  .header-menu-display .menu-list-block1,
  .header-menu-monitor .menu-list-block1,
  .header-menu-pendant .menu-list-block1,
  .header-menu-software .menu-list-block1,
  .header-menu-appfields .menu-list-block1 {
    width: 33.3333333333%;
  }
  .topmenu-list-monitor .menu-list-block2,
  .topmenu-list-computer .menu-list-block2,
  .topmenu-list-display .menu-list-block2,
  .topmenu-list-pendant .menu-list-block2,
  .topmenu-list-controller .menu-list-block2,
  .topmenu-list-controller3 .menu-list-block2,
  .page-menu-controller .menu-list-block2,
  .header-menu-csr .menu-list-block2,
  .header-menu-controller2 .menu-list-block2,
  .header-menu-film2 .menu-list-block2,
  .header-menu-computer .menu-list-block2,
  .header-menu-display .menu-list-block2,
  .header-menu-monitor .menu-list-block2,
  .header-menu-pendant .menu-list-block2,
  .header-menu-software .menu-list-block2,
  .header-menu-appfields .menu-list-block2 {
    width: 66.6666666667%;
  }
  .header-menu-module .menu-list-block1 {
    width: 25%;
  }
  .header-menu-module .menu-list-block2 {
    width: 75%;
  }
  .header-menu-appfields .menu-list-block1 {
    width: 25%;
  }
  .header-menu-appfields .menu-list-block2 {
    width: 74%;
  }
  .header-menu-film2 .menu-list-block1,
  .topmenu-list-film .menu-list-block1,
  .topmenu-list-film3 .menu-list-block1,
  .page-menu-film .menu-list-block1 {
    width: 33.3333333333%;
  }
  .header-menu-film2 .menu-list-block2,
  .topmenu-list-film .menu-list-block2,
  .topmenu-list-film3 .menu-list-block2,
  .page-menu-film .menu-list-block2 {
    width: 66.6666666667%;
  }
  
  .header-menu-software .menu-list-block1,
  .page-menu-software .menu-list-block1 {
    width: 25%;
  }
  
  .header-menu-software .menu-list-block2,
  .page-menu-software .menu-list-block2 {
    width: 75%;
  }
  
  .header-menu-software .menu-list-block2 .menu-list-btn2,
  .page-menu-software .menu-list-block2 .menu-list-btn2 {
    width: 33.3333333333%;
  }
  .page-menu-language .menu-list-btn,
  .page-menu-contact .menu-list-btn {
    width: 33.3333333333%;
  }
  .menu-list-header .menu-list-block1,
  .menu-list-header .menu-list-block2,
  .menu-list-header .menu-list-block3 {
    width: 25%;
  }
  .topmenu-list-tp-unit .menu-list-btn-catemenu .menu-list-btn-lft,
  .topmenu-list-module .menu-list-btn-catemenu .menu-list-btn-lft,
  .page-menu-touchscreen .menu-list-btn-catemenu .menu-list-btn-lft,
  .page-menu-controller .menu-list-btn-catemenu .menu-list-btn-lft,
  .page-menu-film .menu-list-btn-catemenu .menu-list-btn-lft,
  .page-menu-module .menu-list-btn-catemenu .menu-list-btn-lft,
  .page-menu-tp-unit .menu-list-btn-catemenu .menu-list-btn-lft,
  .page-menu-software .menu-list-btn-catemenu .menu-list-btn-lft,
  .page-menu-language .menu-list-btn-catemenu .menu-list-btn-lft {
    width: 100%;
  }
  .topmenu-list-tp-unit .menu-list-btn-catemenu .menu-list-btn-rgt,
  .topmenu-list-module .menu-list-btn-catemenu .menu-list-btn-rgt,
  .page-menu-touchscreen .menu-list-btn-catemenu .menu-list-btn-rgt,
  .page-menu-controller .menu-list-btn-catemenu .menu-list-btn-rgt,
  .page-menu-film .menu-list-btn-catemenu .menu-list-btn-rgt,
  .page-menu-module .menu-list-btn-catemenu .menu-list-btn-rgt,
  .page-menu-tp-unit .menu-list-btn-catemenu .menu-list-btn-rgt,
  .page-menu-software .menu-list-btn-catemenu .menu-list-btn-rgt,
  .page-menu-language .menu-list-btn-catemenu .menu-list-btn-rgt {
    text-align: center;
    width: 100%;
  }
  .bgi-menu-product .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-touchscreen .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-controller .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-film .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-module .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-tp-unit .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-monitor .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-computer .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-display .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-pendant .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-touchless .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-solution .bgi-menu-cont {
    padding: 40px;
  }
  .bgi-menu-download .bgi-menu-cont {
    padding: 40px;
  }
  .scroll-down .scroll-down-anime {
    bottom: initial;
    top: -85px;
  }
  .scroll-dw .scroll-down-anime {
    bottom: initial;
    top: -85px;
  }
  .slide_menu {
    overflow-x: auto;
  }
  .page-menu-col {
    max-width: 250px;
  }
  .page-menu-list {
    width: 100%;
  }
  .page-menu-touchscreen {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-menu-touchscreen::before {
    left: 20%;
  }
  .page-menu-controller {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-menu-controller::before {
    left: 48%;
  }
  .page-menu-thumb-film {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-menu-thumb-module {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page-menu-film {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-menu-film::before {
    left: 75%;
  }
  .page-menu-module {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .page-menu-module::before {
    left: 20%;
  }
  .page-menu-thumb-tp-unit {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .page-menu-thumb-software {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .page-menu-thumb-touchless {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .page-menu-tp-unit::before {
    left: 48%;
  }
  .page-menu-software::before {
    left: 75%;
  }
  .page-menu-thumb-solution {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .page-menu-solution {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .page-menu-solution::before {
    left: 20%;
  }
  .page-menu-thumb-download {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .page-menu-download::before {
    left: 56%;
  }
  .page-menu-thumb-support {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .page-menu-support::before {
    left: 40%;
  }
  .page-menu-thumb-company {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .page-menu-company::before {
    left: 75%;
  }
  .page-menu-thumb-language {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .page-menu-thumb-contact {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .page-menu-language {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .page-menu-language::before {
    left: 35%;
  }
  .page-menu-contact::before {
    left: 65%;
  }
  .menu-float-btm {
    width: 100%;
  }
  #gdpr-cookie-message {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header-lft {
    margin-top: -15px;
    margin-bottom: 10px;
  }
  .header-rgt {
    margin-top: 15px;
    display: block;
  }
  .gnavi-list > .gnavi-link {
    font-size: 1.2rem;
  }
  .gnavi-list-contact {
    font-size: 1.2rem;
  }
  .gnavi-new-win a {
    font-size: 1.2rem;
  }
  .header.fixed .header-inner::before {
    border-radius: 30px 30px 35px 35px;
  }
  .header.fixed .header-inner::after {
    border-radius: 30px 30px 35px 35px;
  }
  .gnavi-btn-sm {
    display: none;
  }
  .news_index_list_label {
    margin-left: 0;
  }
  .history_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .history_year {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
  .history_year_inner::before {
    display: block;
  }
  .history-cont-rgt {
    width: initial;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    -ms-flex-preferred-size: calc(100% - 70px);
        flex-basis: calc(100% - 70px);
  }
  .history-cont-rgt-inner {
    padding-left: 30px;
  }
  .history-cont-rgt-inner::before {
    display: block;
  }
  .history-cont-rgt-inner::after {
    display: block;
  }
  .history-cont-lft {
    width: initial;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    -ms-flex-preferred-size: calc(100% - 70px);
        flex-basis: calc(100% - 70px);
  }
  .history-cont-lft-inner {
    padding-right: 30px;
  }
  .history-cont-lft-inner::before {
    display: block;
  }
  .history-cont-lft-inner::after {
    display: block;
  }
}@media (min-width: 1200px){
  .container {
    width: 1200px;
  }
  .contnr {
    width: 1200px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .cont {
    width: 1080px;
    width: 1200px;
  }
  .container-lg {
    width: 1124px;
    padding-left: initial;
    padding-right: initial;
  }
  .fs2-xl {
    font-size: calc(12px + (1vw - 3.2px) * 0.1785714286);
  }
  .fs3-xl {
    font-size: calc(14px + (1vw - 3.2px) * 0.1785714286);
  }
  .fs4-xl {
    font-size: calc(16px + (1vw - 3.2px) * 0.1785714286);
  }
  .fs5-xl {
    font-size: calc(16px + (1vw - 3.2px) * 0.3571428571);
  }
  .fs8-xl {
    font-size: calc(28px + (1vw - 3.2px) * 0.3571428571);
  }
  .fs11-xl {
    font-size: calc(40px + (1vw - 3.2px) * 0.8928571429);
  }
  .logo-tp .logo1 {
    letter-spacing: 0.05em;
  }
  .logo-unit .logo1 {
    letter-spacing: 0.05em;
  }
  .logo-touchless .logo1 {
    letter-spacing: 0.05em;
  }
  .logo-gsurface .logo1 {
    letter-spacing: 0.05em;
  }
  .logo-gsurface .logo2 {
    letter-spacing: 0.05em;
  }
  .logo-gsurface .logo3 {
    letter-spacing: 0.05em;
  }
  .ls2-xl {
    letter-spacing: 0.05em !important;
  }
  body.lang_en {
    font-size: 1.8rem;
  }
  .main {
    padding: 130px 0 70px;
  }
  .main_btm {
    padding: 0 0 70px;
  }
  .mx0-xl {
    margin-left: calc(0px + (1vw - 3.2px) * 0);
    margin-right: calc(0px + (1vw - 3.2px) * 0);
  }
  .mt0-xl {
    margin-top: calc(0px + (1vw - 3.2px) * 0);
  }
  .mt30-xl {
    margin-top: calc(15px + (1vw - 3.2px) * 1.3392857143);
  }
  .mt40-xl {
    margin-top: calc(20px + (1vw - 3.2px) * 1.7857142857);
  }
  .mb0-xl {
    margin-bottom: calc(0px + (1vw - 3.2px) * 0);
  }
  .px40-xl {
    padding-left: calc(20px + (1vw - 3.2px) * 1.7857142857);
    padding-right: calc(20px + (1vw - 3.2px) * 1.7857142857);
  }
  .py5-xl {
    padding-top: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
    padding-bottom: calc(2.5px + (1vw - 3.2px) * 0.2232142857);
  }
  .py15-xl {
    padding-top: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
    padding-bottom: calc(7.5px + (1vw - 3.2px) * 0.6696428571);
  }
  .py60-xl {
    padding-top: calc(30px + (1vw - 3.2px) * 2.6785714286);
    padding-bottom: calc(30px + (1vw - 3.2px) * 2.6785714286);
  }
  .pt20-xl {
    padding-top: calc(10px + (1vw - 3.2px) * 0.8928571429);
  }
  .pt300-xl {
    padding-top: calc(150px + (1vw - 3.2px) * 13.3928571429);
  }
  .pb30-xl {
    padding-bottom: calc(15px + (1vw - 3.2px) * 1.3392857143);
  }
  .pl30-xl {
    padding-left: calc(15px + (1vw - 3.2px) * 1.3392857143);
  }
  .pr10-xl {
    padding-right: calc(5px + (1vw - 3.2px) * 0.4464285714);
  }
  .pr30-xl {
    padding-right: calc(15px + (1vw - 3.2px) * 1.3392857143);
  }
  .flx-ctr-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flx-rgt-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .flx-lft-xl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flx-rev-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .f-nowrp-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .span-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .span3-xl {
    width: calc(8.3333333333% * 3);
  }
  .span4-xl {
    width: calc(8.3333333333% * 4);
  }
  .span5-xl {
    width: calc(8.3333333333% * 5);
  }
  .span6-xl {
    width: calc(8.3333333333% * 6);
  }
  .span12-xl {
    width: calc(8.3333333333% * 12);
  }
  .gx14-xl > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .gy17-xl > * {
    margin-top: 42.5px;
    margin-bottom: 42.5px;
  }
  .w15-xl {
    width: 15%;
  }
  .w20-xl {
    width: 20%;
  }
  .w25-xl {
    width: 25%;
  }
  .w30-xl {
    width: 30%;
  }
  .w35-xl {
    width: 35%;
  }
  .w40-xl {
    width: 40%;
  }
  .w50-xl {
    width: 50%;
  }
  .w55-xl {
    width: 55%;
  }
  .w60-xl {
    width: 60%;
  }
  .w70-xl {
    width: 70%;
  }
  .w75-xl {
    width: 75%;
  }
  .w80-xl {
    width: 80%;
  }
  .w100-xl {
    width: 100%;
  }
  .w100-xl {
    width: 100%;
  }
  .w140-xl {
    width: 140%;
  }
  .wpx310-xl {
    width: 310px;
  }
  .txt-ctr-xl {
    text-align: center;
  }
  .txt-lft-xl {
    text-align: left;
  }
  .hide-xl {
    display: none !important;
  }
  .show-xl {
    display: inline-block !important;
  }
  .d-none-xl {
    display: none;
  }
  .ovrfx-i-lg {
    overflow-x: initial;
  }
  .ovrfx-i-xl {
    overflow-x: initial;
  }
  .clip-top-lft-btm-rgt-30dg {
    -webkit-clip-path: polygon(200px -1px, 100% -1px, 100% calc(100% - 300px), calc(100% - 200px) 100%, 0 100%, 0 300px);
            clip-path: polygon(200px -1px, 100% -1px, 100% calc(100% - 300px), calc(100% - 200px) 100%, 0 100%, 0 300px);
  }
  .btn-contact-sensor a {
    padding-left: 35px;
    width: 270px;
    height: 72px;
  }
  .btn-contact-sensor .btn-contact-sensor-txt {
    font-size: 18px;
  }
  .btn-contact-sensor .btn-contact-sensor-circle {
    right: 12px;
    width: 48px;
    height: 48px;
  }
  .sldtab-ec-site-area span {
    font-size: 0.7em;
  }
  .lang_jp .table_brd {
    font-size: 1.6rem;
  }
  .lang_en .table_brd {
    font-size: 1.8rem;
  }
  .table_line {
    overflow: hidden;
  }
  .table-line-drk {
    overflow: hidden;
  }
  .ttl-cate::before {
    height: calc(260px + (1vw - 3.2px) * 19.6428571429);
  }
  .ttl-cate::after {
    height: calc(260px + (1vw - 3.2px) * 19.6428571429);
  }
  .ttl-cate-innr {
    width: initial;
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }
  .ttl-cate-bc {
    padding: 5px 0;
  }
  .error404 .ttl-cate::after {
    background-size: cover;
  }
  .lang_en.error404 .ttl-cate::after {
    background-size: cover;
  }
  .error500 .ttl-cate::after {
    background-position: center bottom;
    background-size: cover;
  }
  .lang_en.error500 .ttl-cate::after {
    background-position: center bottom;
    background-size: cover;
  }
  .sitemap .ttl-cate::after {
    background-position: left -200px;
    background-size: 135% auto;
  }
  .lang_en.sitemap .ttl-cate::after {
    background-position: left -200px;
    background-size: 135% auto;
  }
  .module_tk_a .ttl-cate::after {
    background-position: center top;
  }
  .lang_en.module_tk_a .ttl-cate::after {
    background-position: center top;
  }
  .module_tk_b .ttl-cate::after {
    background-position: center center;
  }
  .lang_en.module_tk_b .ttl-cate::after {
    background-position: center center;
  }
  .header-bg::before {
    -webkit-transform: scaleX(1) scaleY(1) perspective(6em) rotateX(0deg);
            transform: scaleX(1) scaleY(1) perspective(6em) rotateX(0deg);
    height: 120px;
  }
  .display_index .ttl-cate::after {
    background-position: center center;
  }
  .lang_en.display_index .ttl-cate::after {
    background-position: center center;
  }
  .display_is7 .ttl-cate::after {
    background-position: left bottom;
  }
  .lang_en.display_is7 .ttl-cate::after {
    background-position: left bottom;
  }
  .software_index .ttl-cate::after {
    background-position: left center;
  }
  .lang_en.software_index .ttl-cate::after {
    background-position: left center;
  }
  .software_dmtdd .ttl-cate::after {
    background-position: left center;
  }
  .lang_en.software_dmtdd .ttl-cate::after {
    background-position: left center;
  }
  .software_builder .ttl-cate::after {
    background-position: left center;
  }
  .lang_en.software_builder .ttl-cate::after {
    background-position: left center;
  }
  .apps_inout::before {
    right: auto;
    left: -10%;
    width: 100%;
    height: 100px;
    -webkit-transform: skewx(-30deg);
            transform: skewx(-30deg);
    border-radius: 0 0 0 0;
  }
  .software_solutions .ttl-cate::after {
    background-position: left bottom;
  }
  .lang_en.software_solutions .ttl-cate::after {
    background-position: left bottom;
  }
  .library_index .ttl-cate::after {
    background-position: left center;
  }
  .lang_en.library_index .ttl-cate::after {
    background-position: left center;
  }
  .library_001 .ttl-cate::after {
    background-position: left bottom;
  }
  .lang_en.library_001 .ttl-cate::after {
    background-position: left bottom;
  }
  .library_002 .ttl-cate::after {
    background-position: -240px -100px;
  }
  .lang_en.library_002 .ttl-cate::after {
    background-position: -240px -100px;
  }
  .library_009 .ttl-cate::after {
    background-position: center -40px;
  }
  .lang_en.library_009 .ttl-cate::after {
    background-position: center -40px;
  }
  .csr_index .ttl-cate::after,
  .csr_management .ttl-cate::after,
  .csr_product_safety .ttl-cate::after,
  .csr_report .ttl-cate::after,
  .csr_message .ttl-cate::after,
  .csr_environment .ttl-cate::after,
  .csr_labor_practices .ttl-cate::after,
  .csr_supply_chain .ttl-cate::after,
  .csr_social_contribution .ttl-cate::after,
  .csr_human_rights .ttl-cate::after,
  .csr_governance .ttl-cate::after {
    background-position: center -40px;
  }
  .lang_en.csr_index .ttl-cate::after,
  .lang_en.csr_report .ttl-cate::after,
  .lang_en.csr_management .ttl-cate::after,
  .lang_en.csr_message .ttl-cate::after,
  .lang_en.csr_product_safety .ttl-cate::after,
  .lang_en.csr_environment .ttl-cate::after,
  .lang_en.csr_labor_practices .ttl-cate::after,
  .lang_en.csr_supply_chain .ttl-cate::after,
  .lang_en.csr_social_contribution .ttl-cate::after,
  .lang_en.csr_human_rights .ttl-cate::after,
  .lang_en.csr_governance .ttl-cate::after {
    background-position: center -40px;
  }
  .solution_index .ttl-cate::after {
    background-position: left top;
  }
  .lang_en.solution_index .ttl-cate::after {
    background-position: left top;
  }
  .solution_coverglass .ttl-cate::after {
    background-position: right top;
  }
  .lang_en.solution_coverglass .ttl-cate::after {
    background-position: right top;
  }
  .touchscreen_lst .ttl-cate::after,
  .touchscreen_ast .ttl-cate::after,
  .touchscreen_qst .ttl-cate::after,
  .touchscreen_fst .ttl-cate::after,
  .touchscreen_mtr_g .ttl-cate::after {
    background-position: center center;
    background-size: 100% auto;
  }
  .lang_en.touchscreen_lst .ttl-cate::after,
  .lang_en.touchscreen_ast .ttl-cate::after,
  .lang_en.touchscreen_qst .ttl-cate::after,
  .lang_en.touchscreen_fst .ttl-cate::after,
  .lang_en.touchscreen_mtr_g .ttl-cate::after {
    background-position: center center;
    background-size: 100% auto;
  }
  .touchscreen_dus_a .ttl-cate::after,
  .touchscreen_dus_n .ttl-cate::after,
  .touchscreen_dus_s .ttl-cate::after,
  .touchscreen_dus_la .ttl-cate::after,
  .touchscreen_dus_ld .ttl-cate::after {
    background-position: center bottom;
    background-size: 100% auto;
  }
  .lang_en.touchscreen_dus_a .ttl-cate::after,
  .lang_en.touchscreen_dus_n .ttl-cate::after,
  .lang_en.touchscreen_dus_s .ttl-cate::after,
  .lang_en.touchscreen_dus_la .ttl-cate::after,
  .lang_en.touchscreen_dus_ld .ttl-cate::after {
    background-position: center bottom;
    background-size: 100% auto;
  }
  .solution_film .ttl-cate::after,
  .film_protection .ttl-cate::after,
  .film_overlay .ttl-cate::after,
  .film_antivirus .ttl-cate::after,
  .film_ar .ttl-cate::after,
  .film_antipeep .ttl-cate::after,
  .film_uv .ttl-cate::after,
  .film_afp .ttl-cate::after,
  .film_anr .ttl-cate::after {
    background-position: center top;
    background-size: 100% auto;
  }
  .lang_en.solution_film .ttl-cate::after,
  .lang_en.film_protection .ttl-cate::after,
  .lang_en.film_overlay .ttl-cate::after,
  .lang_en.film_antivirus .ttl-cate::after,
  .lang_en.film_ar .ttl-cate::after,
  .lang_en.film_antipeep .ttl-cate::after,
  .lang_en.film_uv .ttl-cate::after,
  .lang_en.film_afp .ttl-cate::after,
  .lang_en.film_anr .ttl-cate::after {
    background-position: center top;
    background-size: 100% auto;
  }
  .solution_bonding .ttl-cate::after {
    background-position: left top;
  }
  .lang_en.solution_bonding .ttl-cate::after {
    background-position: left top;
  }
  .size_model_index .ttl-cate::after {
    background-position: center bottom;
    background-size: 100% auto;
  }
  .lang_en.size_model_index .ttl-cate::after {
    background-position: center bottom;
    background-size: 100% auto;
  }
  .product_compare .ttl-cate::after {
    background-position: center bottom;
    background-size: 100% auto;
  }
  .lang_en.product_compare .ttl-cate::after {
    background-position: center bottom;
    background-size: 100% auto;
  }
  .conventional_index .ttl-cate::after,
  .conventional_atp .ttl-cate::after,
  .conventional_dus .ttl-cate::after,
  .conventional_dus_u .ttl-cate::after,
  .conventional_dus_l .ttl-cate::after,
  .conventional_dfs .ttl-cate::after {
    background-position: center bottom;
    background-size: 100% auto;
  }
  .lang_en.conventional_index .ttl-cate::after,
  .lang_en.conventional_atp .ttl-cate::after,
  .lang_en.conventional_dus .ttl-cate::after,
  .lang_en.conventional_dus_u .ttl-cate::after,
  .lang_en.conventional_dus_l .ttl-cate::after,
  .lang_en.conventional_dfs .ttl-cate::after {
    background-position: center bottom;
    background-size: 100% auto;
  }
  .method_type_c_feature .ttl-cate::after,
  .method_type_c_principle .ttl-cate::after,
  .method_type_c_structure .ttl-cate::after {
    background-position: center -40px;
  }
  .lang_en.method_type_c_feature .ttl-cate::after,
  .lang_en.method_type_c_principle .ttl-cate::after,
  .lang_en.method_type_c_structure .ttl-cate::after {
    background-position: center -40px;
  }
  .company_business .ttl-cate::after {
    background-position: center bottom;
  }
  .lang_en.product_compare .ttl-cate::after {
    background-position: center bottom;
  }
  .company_profile .ttl-cate::after {
    background-position: center bottom;
    background-size: 100% auto;
  }
  .lang_en.product_compare .ttl-cate::after {
    background-position: center bottom;
  }
  .company_group .ttl-cate::after {
    background-position: center bottom;
    background-size: 100% auto;
  }
  .lang_en.company_group .ttl-cate::after {
    background-position: center bottom;
    background-size: 100% auto;
  }
  .lang_jp.info_20220510 .ttl-cate::after {
    background-position: -200px -80px;
  }
  .lang_en.company_strengths .ttl-cate::after {
    background-position: -200px -80px;
  }
  .bgdeco_p1_lft::before {
    width: 60%;
  }
  .bgdeco_p1_rgt::before {
    width: 60%;
  }
  .bgdeco_p2_lft::before {
    width: 60%;
  }
  .bgdeco_p2_rgt::before {
    width: 60%;
  }
  .bgi-appfields1::after {
    background-position: center center;
    background-size: cover;
  }
  .lang_en.bgi-appfields1::after {
    background-position: center center;
    background-size: cover;
  }
  .bgi-resistive::after {
    background-position: center center;
    background-size: cover;
  }
  .lang_en .bgi-resistive::after {
    background-position: center center;
    background-size: cover;
  }
  .bgi-capacitive::after {
    background-position: right -350px;
  }
  .lang_en .bgi-capacitive::after {
    background-position: right -350px;
  }
  .bgi-controller::after {
    background-position: left -100px;
    background-size: 100% auto;
  }
  .lang_en .bgi-controller::after {
    background-position: left -100px;
    background-size: 100% auto;
  }
  .bgi-stm::after {
    background-position: left center;
    background-size: cover;
  }
  .lang_en .bgi-stm::after {
    background-position: left center;
    background-size: cover;
  }
  .bgi-tmg::after {
    background-position: left center;
    background-size: cover;
  }
  .lang_en .bgi-tmg::after {
    background-position: left center;
    background-size: cover;
  }
  .bgi-tmh::after {
    background-position: left -200px;
    background-size: cover;
  }
  .lang_en .bgi-tmh::after {
    background-position: left -200px;
    background-size: cover;
  }
  .bgi-emg::after {
    background-position: left center;
  }
  .lang_en .bgi-emg::after {
    background-position: left center;
  }
  .bgi-em8::after {
    background-position: left -350px;
    background-size: cover;
  }
  .lang_en .bgi-em8::after {
    background-position: left -350px;
    background-size: cover;
  }
  .bgi-is7::after {
    background-position: left -350px;
    background-size: cover;
  }
  .lang_en .bgi-is7::after {
    background-position: left -350px;
    background-size: cover;
  }
  .bgi-emp::after {
    background-position: left -450px;
    background-size: 100% auto;
  }
  .lang_en .bgi-emp::after {
    background-position: left -450px;
    background-size: 100% auto;
  }
  .bgi-dmt-dd::after {
    background-position: center -450px;
  }
  .lang_en .bgi-dmt-dd::after {
    background-position: center -450px;
  }
  .bgi-builder::after {
    background-position: center bottom;
  }
  .lang_en .bgi-builder::after {
    background-position: center bottom;
  }
  .bgi-film::after {
    background-position: center bottom;
  }
  .lang_en .bgi-film::after {
    background-position: center bottom;
  }
  .bgi-cover::after {
    background-position: center bottom;
  }
  .lang_en .bgi-cover::after {
    background-position: center bottom;
  }
  .bgi-bonding::after {
    background-position: center -250px;
  }
  .lang_en .bgi-bonding::after {
    background-position: center -250px;
  }
  .bgi-top-commitment1 {
    padding: 5vw 0;
  }
  .bgi-top-commitment1::after {
    height: 55vw;
  }
  .bgi-top-commitment1::after {
    background-position: -200px -20px;
    background-size: 80% auto;
  }
  .bgi-top-commitment1 {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 191, 255, 0.3)), to(rgba(147, 112, 219, 0.3)));
    background: -webkit-linear-gradient(left, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 100%);
    background: linear-gradient(90deg, rgba(0, 191, 255, 0.3) 0%, rgba(147, 112, 219, 0.3) 100%);
  }
  .bgi-top-commitment1::before {
    height: 55vw;
  }
  .lang_en .bgi-top-commitment1::after {
    height: 55vw;
  }
  .lang_en .bgi-top-commitment1::after {
    background-position: -200px -20px;
    background-size: 80% auto;
  }
  .bgi-company-01 {
    padding: 45vw 0 5vw;
  }
  .bgi-company-01::after {
    height: 55vw;
  }
  .bgi-company-01::before {
    height: 55vw;
  }
  .lang_en .bgi-company-01::after {
    height: 55vw;
  }
  .bgimg_use_situation {
    background-size: 1600px auto;
    background-repeat: repeat;
  }
  .lang_en .bgimg_use_situation {
    background-size: 1600px auto;
    background-repeat: repeat;
  }
  .modal_contents {
    z-index: 9998;
  }
  .modal_contents {
    display: none;
  }
  .modal_top_contents {
    z-index: 9998;
  }
  .top_slider::before {
    padding-top: 43%;
  }
  .top-slider-cont::before {
    padding-top: 30.5%;
  }
  .top-slider-navi {
    width: 95%;
  }
  .top-slider-navi .swiper-pagination {
    display: none;
  }
  .top-news-index .top-news-index-lft {
    width: 20%;
  }
  .top-news-index .top-news-index-rgt {
    width: 80%;
  }
  .menu-carousel-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-carousel-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 0 9vw;
    width: 25%;
  }
  .menu-carousel-ttl-blk {
    padding-left: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 0 9vw;
    width: 25%;
  }
  .menu-carousel,
  .menu-carousel-sm {
    width: 75%;
  }
  .menu-carousel-sm .swiper-scrollbar {
    margin-left: 0;
  }
  .topmenu-company .topmenu-company-lft {
    margin: 0 0 0 9vw;
    width: 25%;
  }
  .topmenu-company .topmenu-company-rgt .topmenu-company-rgt-wrap .topmenu-company-list {
    width: calc(50% - 1.5rem);
  }
  .topmenu-company .topmenu-company-rgt .topmenu-company-rgt-wrap .topmenu-company-list:nth-child(2n+2) {
    top: 10rem;
  }
  .topmenu-csr-lft {
    margin: 0 0 0 9vw;
    width: 25%;
  }
  .carousel-slider-cont-support {
    padding: 55px 0;
  }
  .pickup-slider .carousel-slider-cont {
    height: 390px;
  }
  .pagetop-slider .carousel-slider-cont {
    height: 390px;
  }
  .topmenu-topics {
    width: 1200px;
  }
  .topmenu-inner {
    width: 1200px;
  }
  .topmenu-inner {
    padding-left: 4%;
    padding-right: 4%;
  }
  .topmenu-title {
    margin-bottom: 45px;
  }
  .topmenu-title .topmenu-catchcopy {
    font-size: 40px;
    margin-top: initial;
  }
  .topmenu-list-thumb1 {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .topmenu-list-thumb2 {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  .topmenu-list-thumb2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .topmenu-list-touchscreen {
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px;
  }
  .topmenu-list-controller {
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px;
  }
  .topmenu-list-film {
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px;
  }
  .topmenu-list-module {
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px;
  }
  .topmenu-list-tp-unit {
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px;
  }
  .topmenu-list-monitor {
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px;
  }
  .topmenu-list-computer {
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px;
  }
  .topmenu-list-display {
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px;
  }
  .topmenu-list-pendant {
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 10px;
  }
  .topmenu-list-inner {
    width: 80%;
  }
  .topmenu-list-cont {
    margin-bottom: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .menu-list {
    padding: initial;
  }
  .menu-list-thumb {
    text-align: left;
  }
  .menu-list-thumb-name {
    text-align: left;
  }
  .menu-list-search {
    width: 75%; /*padding: 10px 5px;*/
  }
  .menu-list-btnsearch {
    font-size: 1.4rem;
  }
  .topmenu-list-product .menu-list-btntop,
  .topmenu-list-touchscreen .menu-list-btntop,
  .page-menu-touchscreen .menu-list-btntop,
  .header-menu-touchscreen .menu-list-btntop {
    width: 30%;
  }
  .topmenu-list-product .menu-list-btn,
  .topmenu-list-touchscreen .menu-list-btn,
  .page-menu-touchscreen .menu-list-btn,
  .header-menu-touchscreen .menu-list-btn {
    width: 50%;
  }
  .topmenu-list-product .menu-list-block1,
  .topmenu-list-touchscreen .menu-list-block1,
  .page-menu-touchscreen .menu-list-block1,
  .header-menu-touchscreen .menu-list-block1 {
    width: 33.3333333333%;
  }
  .topmenu-list-product .menu-list-block1 .menu-list-btn,
  .topmenu-list-touchscreen .menu-list-block1 .menu-list-btn,
  .page-menu-touchscreen .menu-list-block1 .menu-list-btn,
  .header-menu-touchscreen .menu-list-block1 .menu-list-btn {
    width: 50%;
  }
  .topmenu-list-product .menu-list-block2,
  .topmenu-list-touchscreen .menu-list-block2,
  .page-menu-touchscreen .menu-list-block2,
  .header-menu-touchscreen .menu-list-block2 {
    width: 33.3333333333%;
  }
  .topmenu-list-product .menu-list-block2 .menu-list-btn,
  .topmenu-list-touchscreen .menu-list-block2 .menu-list-btn,
  .page-menu-touchscreen .menu-list-block2 .menu-list-btn,
  .header-menu-touchscreen .menu-list-block2 .menu-list-btn {
    width: 50%;
  }
  .topmenu-list-product .menu-list-block3,
  .topmenu-list-touchscreen .menu-list-block3,
  .page-menu-touchscreen .menu-list-block3,
  .header-menu-touchscreen .menu-list-block3 {
    width: 33.3333333333%;
  }
  .topmenu-list-product .menu-list-block3 .menu-list-btn,
  .topmenu-list-touchscreen .menu-list-block3 .menu-list-btn,
  .page-menu-touchscreen .menu-list-block3 .menu-list-btn,
  .header-menu-touchscreen .menu-list-block3 .menu-list-btn {
    width: 50%;
  }
  .topmenu-list-product .menu-list-block4,
  .topmenu-list-touchscreen .menu-list-block4,
  .page-menu-touchscreen .menu-list-block4,
  .header-menu-touchscreen .menu-list-block4 {
    width: 39%;
  }
  .topmenu-list-product .menu-list-block5,
  .topmenu-list-touchscreen .menu-list-block5,
  .page-menu-touchscreen .menu-list-block5,
  .header-menu-touchscreen .menu-list-block5 {
    width: 39%;
  }
  .header-menu-touchscreen2 .menu-list-btn-topblock2 .menu-list-wrap2 .menu-list-btn2,
  .page-menu-touchscreen .menu-list-btn-topblock2 .menu-list-wrap2 .menu-list-btn2,
  .topmenu-list-touchscreen .menu-list-btn-topblock2 .menu-list-wrap2 .menu-list-btn2,
  .header-menu-user-support .menu-list-btn-topblock2 .menu-list-wrap2 .menu-list-btn2 {
    width: 25%;
    width: 20%;
  }
  .header-menu-touchscreen2 .menu-list-block4,
  .page-menu-touchscreen .menu-list-block4,
  .topmenu-list-touchscreen .menu-list-block4,
  .header-menu-user-support .menu-list-block4 {
    width: 25%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header-menu-touchscreen2 .menu-list-block5,
  .page-menu-touchscreen .menu-list-block5,
  .topmenu-list-touchscreen .menu-list-block5,
  .header-menu-user-support .menu-list-block5 {
    width: 25%;
  }
  .header-menu-user-support .menu-list-block1,
  .header-menu-user-support .menu-list-block2 {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }
  .topmenu-list-film .menu-list-block1 .menu-list-btn,
  .page-menu-film .menu-list-block1 .menu-list-btn,
  .header-menu-film .menu-list-block1 .menu-list-btn,
  .header-menu-controller .menu-list-block1 .menu-list-btn,
  .topmenu-list-controller .menu-list-block1 .menu-list-btn,
  .page-menu-controller .menu-list-block1 .menu-list-btn {
    width: 58.3333333333%;
  }
  .header-menu-csr .menu-list-block2 .menu-list-btn2 {
    width: 33.3333333333%;
  }
  .page-menu-solution .menu-list-block1,
  .page-menu-company .menu-list-block1 {
    width: 39.5%;
  }
  .page-menu-download .menu-list-block1,
  .page-menu-support .menu-list-block1 {
    width: 39.5%;
  }
  .page-menu-language .menu-list-block1,
  .page-menu-contact .menu-list-block1 {
    width: 39.5%;
  }
  .topmenu-list-tp-unit .topmenu-list-cont .btn-pulse {
    height: 100px;
    width: 100px;
  }
  .bgi-menu-product .bgi-menu-cont {
    padding: 35px;
  }
  .bgi-menu-touchscreen .bgi-menu-cont {
    padding: 35px;
  }
  .bgi-menu-controller .bgi-menu-cont {
    padding: 35px;
  }
  .bgi-menu-film .bgi-menu-cont {
    padding: 35px;
  }
  .bgi-menu-module .bgi-menu-cont {
    padding: 35px;
  }
  .bgi-menu-tp-unit .bgi-menu-cont {
    padding: 35px;
  }
  .bgi-menu-monitor .bgi-menu-cont {
    padding: 35px;
  }
  .bgi-menu-computer .bgi-menu-cont {
    padding: 35px;
  }
  .bgi-menu-display .bgi-menu-cont {
    padding: 35px;
  }
  .bgi-menu-pendant .bgi-menu-cont {
    padding: 35px;
  }
  .bgi-menu-touchless .bgi-menu-cont {
    padding: 35px;
  }
  .bgi-menu-solution .bgi-menu-cont {
    padding: 35px;
  }
  .bgi-menu-download .bgi-menu-cont {
    padding: 35px;
  }
  .scroll-down {
    position: fixed;
    width: 30px;
    left: 15px;
    bottom: 10px;
    margin: auto;
  }
  .scroll-down .scroll-down-txt {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .scroll-down .scroll-down-anime::after {
    left: 15px;
  }
  .scroll-dw {
    width: 30px;
    margin: auto;
  }
  .scroll-dw .scroll-down-txt {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-weight: 900;
  }
  .scroll-dw .scroll-down-anime::after {
    left: 15px;
  }
  .page-menu-cont {
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }
  .page-menu-col {
    max-width: 200px;
  }
  .page-menu-img {
    width: 70%;
    height: auto;
  }
  .page-menu-img-circle {
    width: 90px;
    height: 90px;
  }
  .page-menu-list {
    width: 1200px;
  }
  .page-menu-touchscreen {
    width: 100%;
  }
  .page-menu-touchscreen::before {
    left: 12.5%;
  }
  .page-menu-controller {
    width: 100%;
  }
  .page-menu-controller::before {
    left: 27%;
  }
  .page-menu-film {
    width: 100%;
  }
  .page-menu-film::before {
    left: 41.5%;
  }
  .page-menu-module {
    width: 100%;
  }
  .page-menu-module::before {
    left: 57%;
  }
  .page-menu-tp-unit {
    width: 100%;
  }
  .page-menu-tp-unit::before {
    left: 71%;
  }
  .page-menu-software {
    width: 100%;
  }
  .page-menu-software::before {
    left: 86%;
  }
  .page-menu-solution {
    width: 100%;
  }
  .page-menu-solution {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page-menu-solution::before {
    left: 71%;
  }
  .page-menu-download {
    width: 100%;
  }
  .page-menu-download::before {
    left: 86%;
  }
  .page-menu-support {
    width: 100%;
  }
  .page-menu-support::before {
    left: 71%;
  }
  .page-menu-company {
    width: 100%;
  }
  .page-menu-company::before {
    left: 86%;
  }
  .page-menu-language {
    width: 100%;
  }
  .page-menu-language {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page-menu-language::before {
    left: 71%;
  }
  .page-menu-contact {
    width: 100%;
  }
  .page-menu-contact::before {
    left: 86%;
  }
  .dl-menu {
    display: block;
  }
  .menu-float-btm {
    width: 1200px;
  }
  .menu-float-btm.up {
    bottom: 20px;
  }
  .menu-float-btm.dw {
    bottom: -150px;
  }
  .header-inner {
    width: 1230px;
  }
  .header-bottom {
    padding: 0 32px 0 25px;
  }
  .header-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: -5px;
  }
  .header-lft {
    margin-left: 20px;
    height: 120%;
  }
  .header-lft::before {
    width: 95%;
    height: 180%;
    -webkit-transform: scaleX(1.1) scaleY(1) perspective(3em) rotateX(-3deg);
            transform: scaleX(1.1) scaleY(1) perspective(3em) rotateX(-3deg);
    border-radius: 0 0 20px 20px;
  }
  .gnavi-cont {
    border-radius: 10px;
    width: calc(100% - 60px);
  }
  .footer-breadcrumb {
    padding: 10px 0;
  }
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50px;
    left: auto;
    right: 10px;
    bottom: 10px;
  }
  .footer-menu .footer-menu-inner {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 100px;
    text-align: center;
    background: #000;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.4);
  }
  .footer-menu .footer-menu-inner:hover {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .footer-menu .footer-menu-col {
    width: 100%;
    padding: initial;
  }
  .footer-menu .footer-menu-col > span {
    width: 70%;
  }
  .footer-menu .footer-menu-gmenu {
    display: none;
  }
  .footer-menu .footer-menu-pagetop {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
            filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  }
  .footer-menu .footer-menu-pagetop span {
    width: 100%;
  }
  .footer-menu .footer-menu-pagetop img {
    width: 60%;
  }
  .footer-menu .footer-menu-pagenavi {
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .footer-menu .footer-menu-contact {
    width: 100%;
    display: none;
  }
  .footer-menu .footer-menu-img {
    width: 50%;
  }
  .footer-menu .footer-menu-txt {
    display: none;
    width: initial;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-top: 5px;
    font-weight: 900;
    font-size: 12px;
    color: #1e489d;
    opacity: 0.8;
  }
  .footer_under_btm {
    padding: 50px 0;
  }
  .news_index_list_title {
    display: inline-block;
    padding: 15px 15px 15px 30px;
  }
  .contact_step {
    width: 60%;
  }
}@media (min-width: 1400px){
  .container {
    width: 1400px;
    width: 1360px;
  }
  .contnr {
    width: 1400px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .cont {
    width: 1260px;
  }
  .l-box-list > * {
    margin-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .fs2-3l {
    font-size: calc(12px + (1vw - 3.2px) * 0.1785714286);
  }
  .fs3-3l {
    font-size: calc(14px + (1vw - 3.2px) * 0.1785714286);
  }
  .fs4-3l {
    font-size: calc(16px + (1vw - 3.2px) * 0.1785714286);
  }
  .fs6-3l {
    font-size: calc(20px + (1vw - 3.2px) * 0.3571428571);
  }
  .fs7-3l {
    font-size: calc(24px + (1vw - 3.2px) * 0.3571428571);
  }
  .fs8-3l {
    font-size: calc(28px + (1vw - 3.2px) * 0.3571428571);
  }
  .fs9-3l {
    font-size: calc(32px + (1vw - 3.2px) * 0.3571428571);
  }
  .py10-3l {
    padding-top: calc(5px + (1vw - 3.2px) * 0.4464285714);
    padding-bottom: calc(5px + (1vw - 3.2px) * 0.4464285714);
  }
  .pt400-3l {
    padding-top: calc(200px + (1vw - 3.2px) * 17.8571428571);
  }
  .f-nowrp-3l {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .span-3l {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .span3-3l {
    width: calc(8.3333333333% * 3);
  }
  .span4-3l {
    width: calc(8.3333333333% * 4);
  }
  .span6-3l {
    width: calc(8.3333333333% * 6);
  }
  .span8-3l {
    width: calc(8.3333333333% * 8);
  }
  .g10-3l > * {
    margin-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .w15-3l {
    width: 15%;
  }
  .w20-3l {
    width: 20%;
  }
  .w25-3l {
    width: 25%;
  }
  .w30-3l {
    width: 30%;
  }
  .w40-3l {
    width: 40%;
  }
  .w45-3l {
    width: 45%;
  }
  .w50-3l {
    width: 50%;
  }
  .w55-3l {
    width: 55%;
  }
  .w65-3l {
    width: 65%;
  }
  .w70-3l {
    width: 70%;
  }
  .w80-3l {
    width: 80%;
  }
  .w100-3l {
    width: 100%;
  }
  .w100-3l {
    width: 100%;
  }
  .mxw50-3l {
    max-width: 50%;
  }
  .wpx300-3l {
    width: 300px;
  }
  .wauto-3l {
    width: auto;
  }
  .hide-3l {
    display: none !important;
  }
  .show-3l {
    display: inline-block !important;
  }
  .d-none-3l {
    display: none;
  }
  .lang_jp .table_line,
  .lang_jp .table-line-drk {
    font-size: 1.2rem;
  }
  .lang_en .table_line,
  .lang_en .table-line-drk {
    font-size: 1.2rem;
  }
  .module_tk_s .ttl-cate::after {
    background-position: center center;
  }
  .lang_en.module_tk_s .ttl-cate::after {
    background-position: center center;
  }
  .header-bg::before {
    -webkit-transform: scaleX(1) scaleY(1) perspective(6em) rotateX(-2deg);
            transform: scaleX(1) scaleY(1) perspective(6em) rotateX(-2deg);
    height: 120px;
    width: 95%;
  }
  .display_is7 .ttl-cate::after {
    background-position: -100px center;
  }
  .lang_en.display_is7 .ttl-cate::after {
    background-position: -100px center;
  }
  .library_009 .ttl-cate::after {
    background-position: center -90px;
  }
  .lang_en.library_009 .ttl-cate::after {
    background-position: center -90px;
  }
  .csr_index .ttl-cate::after,
  .csr_management .ttl-cate::after,
  .csr_product_safety .ttl-cate::after,
  .csr_report .ttl-cate::after,
  .csr_message .ttl-cate::after,
  .csr_environment .ttl-cate::after,
  .csr_labor_practices .ttl-cate::after,
  .csr_supply_chain .ttl-cate::after,
  .csr_social_contribution .ttl-cate::after,
  .csr_human_rights .ttl-cate::after,
  .csr_governance .ttl-cate::after {
    background-position: center -90px;
  }
  .lang_en.csr_index .ttl-cate::after,
  .lang_en.csr_report .ttl-cate::after,
  .lang_en.csr_management .ttl-cate::after,
  .lang_en.csr_message .ttl-cate::after,
  .lang_en.csr_product_safety .ttl-cate::after,
  .lang_en.csr_environment .ttl-cate::after,
  .lang_en.csr_labor_practices .ttl-cate::after,
  .lang_en.csr_supply_chain .ttl-cate::after,
  .lang_en.csr_social_contribution .ttl-cate::after,
  .lang_en.csr_human_rights .ttl-cate::after,
  .lang_en.csr_governance .ttl-cate::after {
    background-position: center -90px;
  }
  .method_type_c_feature .ttl-cate::after,
  .method_type_c_principle .ttl-cate::after,
  .method_type_c_structure .ttl-cate::after {
    background-position: center -90px;
  }
  .lang_en.method_type_c_feature .ttl-cate::after,
  .lang_en.method_type_c_principle .ttl-cate::after,
  .lang_en.method_type_c_structure .ttl-cate::after {
    background-position: center -90px;
  }
  .company_strengths .ttl-cate::after {
    background-position: center -80px;
    background-size: cover;
    height: 1170px;
  }
  .lang_jp.info_20220510 .ttl-cate::after {
    background-position: center -80px;
  }
  .lang_en.company_strengths .ttl-cate::after {
    background-position: center -80px;
  }
  .bgi-top-commitment1::after {
    height: 50vw;
  }
  .bgi-top-commitment1::before {
    height: 50vw;
  }
  .lang_en .bgi-top-commitment1::after {
    height: 50vw;
  }
  .bgi-company-01 {
    padding: 40vw 0 5vw;
  }
  .bgi-company-01::after {
    height: 50vw;
  }
  .bgi-company-01::before {
    height: 50vw;
  }
  .lang_en .bgi-company-01::after {
    height: 50vw;
  }
  .top_slider::before {
    padding-top: 44%;
  }
  .top-slider-cont::before {
    padding-top: 37%;
  }
  .top-slider-navi {
    width: 75%;
  }
  .top-slider-navi .swiper-pagination {
    display: block;
  }
  .menu-carousel-ttl {
    width: 25%;
  }
  .menu-carousel-ttl-blk {
    width: 25%;
  }
  .topmenu-company .topmenu-company-lft {
    width: 25%;
  }
  .topmenu-csr-lft {
    width: 25%;
  }
  .topmenu-csr-rgt .topmenu-csr-list {
    width: 33.3333333333%;
  }
  .topmenu-csr-rgt .topmenu-csr-list:nth-child(2n+2) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .topmenu-csr-rgt .topmenu-csr-list:nth-child(3n+3) {
    border-right: initial;
  }
  .carousel-slider-cont-support {
    padding: 70px 0;
  }
  .pickup-slider .carousel-slider-cont {
    height: 370px;
  }
  .pagetop-slider .carousel-slider-cont {
    height: 370px;
  }
  .topmenu-topics {
    width: 1400px;
    width: 1360px;
  }
  .topmenu-inner {
    width: 1400px;
    width: 1360px;
  }
  .topmenu-inner {
    padding-left: 5%;
    padding-right: 5%;
  }
  .topmenu-title .topmenu-caption {
    margin-top: 20px;
  }
  .menu-list-search {
    width: 66.6666666667%;
  }
  .topmenu-list-product .menu-list-btntop,
  .topmenu-list-touchscreen .menu-list-btntop,
  .page-menu-touchscreen .menu-list-btntop,
  .header-menu-touchscreen .menu-list-btntop {
    width: 33.3333333333%;
  }
  .topmenu-list-product .menu-list-btn,
  .topmenu-list-touchscreen .menu-list-btn,
  .page-menu-touchscreen .menu-list-btn,
  .header-menu-touchscreen .menu-list-btn {
    width: 33.3333333333%;
  }
  .header-menu-appfields .menu-list-block1 {
    width: 20%;
  }
  .header-menu-appfields .menu-list-block2 {
    width: 80%;
  }
  .page-menu-solution .menu-list-block1,
  .page-menu-company .menu-list-block1 {
    width: 39%;
  }
  .page-menu-download .menu-list-block1,
  .page-menu-support .menu-list-block1 {
    width: 39%;
  }
  .page-menu-language .menu-list-block1,
  .page-menu-contact .menu-list-block1 {
    width: 39%;
  }
  .bgi-menu-product .bgi-menu-cont {
    padding: 50px;
  }
  .bgi-menu-touchscreen .bgi-menu-cont {
    padding: 50px;
  }
  .bgi-menu-controller .bgi-menu-cont {
    padding: 50px;
  }
  .bgi-menu-film .bgi-menu-cont {
    padding: 50px;
  }
  .bgi-menu-module .bgi-menu-cont {
    padding: 50px;
  }
  .bgi-menu-tp-unit .bgi-menu-cont {
    padding: 50px;
  }
  .bgi-menu-monitor .bgi-menu-cont {
    padding: 50px;
  }
  .bgi-menu-computer .bgi-menu-cont {
    padding: 50px;
  }
  .bgi-menu-display .bgi-menu-cont {
    padding: 50px;
  }
  .bgi-menu-pendant .bgi-menu-cont {
    padding: 50px;
  }
  .bgi-menu-touchless .bgi-menu-cont {
    padding: 50px;
  }
  .bgi-menu-solution .bgi-menu-cont {
    padding: 50px;
  }
  .bgi-menu-download .bgi-menu-cont {
    padding: 50px;
  }
  .page-menu-col {
    max-width: 225px;
  }
  .page-menu-list {
    width: 1400px;
    width: 1360px;
  }
  .page-menu-touchscreen::before {
    left: 10.5%;
  }
  .page-menu-controller::before {
    left: 25.5%;
  }
  .page-menu-tp-unit::before {
    left: 73%;
  }
  .page-menu-software::before {
    left: 88%;
  }
  .page-menu-solution::before {
    left: 73%;
  }
  .page-menu-download::before {
    left: 88%;
  }
  .page-menu-support::before {
    left: 73%;
  }
  .page-menu-company::before {
    left: 88%;
  }
  .page-menu-language::before {
    left: 73%;
  }
  .page-menu-contact::before {
    left: 88%;
  }
  .menu-float-btm {
    width: 1400px;
    width: 1360px;
  }
  .gnavi-list > .gnavi-link {
    font-size: 1.4rem;
  }
  .gnavi-list-contact2 {
    font-size: 1.6rem;
  }
  .gnavi-list-contact {
    font-size: 1.6rem;
  }
  .gnavi-new-win a {
    font-size: 1.4rem;
  }
  .g-cate-menu {
    font-size: 1.4rem;
  }
  .g-inner-cont.g-inner-cont-scroll,
  .g-inner-cont2.g-inner-cont-scroll {
    height: initial;
    overflow: initial;
    padding: 25px;
  }
  .g-inner-cont2.g-inner-cont-scroll {
    height: initial;
    overflow: initial;
    padding: 25px;
  }
  .g-inner-cont.g-inner-cont-scroll2,
  .g-inner-cont2.g-inner-cont-scroll2 {
    height: 500px;
  }
  .g-inner-list-prod-top .g-inner-list-product-top-name {
    font-size: calc(12px + (1vw - 3.2px) * 0.1785714286);
  }
}@media (min-width: 1600px){
  .container {
    width: 1400px;
  }
  .contnr {
    width: 1400px;
    padding-left: 4%;
    padding-right: 4%;
  }
  .span10-4l {
    width: calc(8.3333333333% * 10);
  }
  .w45-4l {
    width: 45%;
  }
  .w50-4l {
    width: 50%;
  }
  .w55-4l {
    width: 55%;
  }
  .hide-4l {
    display: none !important;
  }
  .show-4l {
    display: inline-block !important;
  }
  .show-inline-4l {
    display: inline !important;
  }
  .display_is7 .ttl-cate::after {
    background-position: left center;
  }
  .lang_en.display_is7 .ttl-cate::after {
    background-position: left center;
  }
  .library_002 .ttl-cate::after {
    background-position: left -200px;
  }
  .lang_en.library_002 .ttl-cate::after {
    background-position: left -200px;
  }
  .library_009 .ttl-cate::after {
    background-position: center -80px;
  }
  .lang_en.library_009 .ttl-cate::after {
    background-position: center -80px;
  }
  .csr_index .ttl-cate::after,
  .csr_management .ttl-cate::after,
  .csr_product_safety .ttl-cate::after,
  .csr_report .ttl-cate::after,
  .csr_message .ttl-cate::after,
  .csr_environment .ttl-cate::after,
  .csr_labor_practices .ttl-cate::after,
  .csr_supply_chain .ttl-cate::after,
  .csr_social_contribution .ttl-cate::after,
  .csr_human_rights .ttl-cate::after,
  .csr_governance .ttl-cate::after {
    background-position: center -80px;
  }
  .lang_en.csr_index .ttl-cate::after,
  .lang_en.csr_report .ttl-cate::after,
  .lang_en.csr_management .ttl-cate::after,
  .lang_en.csr_message .ttl-cate::after,
  .lang_en.csr_product_safety .ttl-cate::after,
  .lang_en.csr_environment .ttl-cate::after,
  .lang_en.csr_labor_practices .ttl-cate::after,
  .lang_en.csr_supply_chain .ttl-cate::after,
  .lang_en.csr_social_contribution .ttl-cate::after,
  .lang_en.csr_human_rights .ttl-cate::after,
  .lang_en.csr_governance .ttl-cate::after {
    background-position: center -80px;
  }
  .method_type_c_feature .ttl-cate::after,
  .method_type_c_principle .ttl-cate::after,
  .method_type_c_structure .ttl-cate::after {
    background-position: center -80px;
  }
  .lang_en.method_type_c_feature .ttl-cate::after,
  .lang_en.method_type_c_principle .ttl-cate::after,
  .lang_en.method_type_c_structure .ttl-cate::after {
    background-position: center -80px;
  }
  .bgi-top-commitment1::after {
    height: 45vw;
  }
  .bgi-top-commitment1::before {
    height: 45vw;
  }
  .lang_en .bgi-top-commitment1::after {
    height: 45vw;
  }
  .bgi-company-01 {
    padding: 35vw 0 5vw;
  }
  .bgi-company-01::after {
    height: 45vw;
  }
  .bgi-company-01::before {
    height: 45vw;
  }
  .lang_en .bgi-company-01::after {
    height: 45vw;
  }
  .top_slider::before {
    padding-top: 36%;
  }
  .top-slider-cont::before {
    padding-top: 38%;
  }
  .menu-carousel-ttl {
    width: 20%;
  }
  .menu-carousel-ttl-blk {
    width: 20%;
  }
  .topmenu-company .topmenu-company-lft {
    width: 20%;
  }
  .topmenu-company .topmenu-company-rgt .topmenu-company-rgt-wrap {
    width: 80%;
  }
  .topmenu-csr-lft {
    width: 20%;
  }
  .pickup-slider .carousel-slider-cont {
    height: 400px;
  }
  .pagetop-slider .carousel-slider-cont {
    height: 400px;
  }
  .topmenu-topics {
    width: 1400px;
  }
  .topmenu-inner {
    width: 1400px;
  }
  .topmenu-list-cont {
    width: 20%;
  }
  .topmenu-list-cont2 {
    width: 20%;
  }
  .page-menu-col {
    max-width: 250px;
  }
  .page-menu-list {
    width: 1400px;
  }
  .page-menu-touchscreen::before {
    left: 10%;
  }
  .page-menu-controller::before {
    left: 26%;
  }
  .page-menu-software::before {
    left: 88%;
  }
  .page-menu-download::before {
    left: 88%;
  }
  .page-menu-company::before {
    left: 88%;
  }
  .page-menu-contact::before {
    left: 88%;
  }
  .menu-float-btm {
    width: 1400px;
  }
}@media (min-width: 1920px){
  .container {
    width: 1600px;
  }
  .contnr {
    width: 1600px;
  }
  .fs3-5l {
    font-size: calc(14px + (1vw - 3.2px) * 0.1785714286);
  }
  .fs4-5l {
    font-size: calc(16px + (1vw - 3.2px) * 0.1785714286);
  }
  .fs5-5l {
    font-size: calc(16px + (1vw - 3.2px) * 0.3571428571);
  }
  .span-5l {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .span3-5l {
    width: calc(8.3333333333% * 3);
  }
  .span5-5l {
    width: calc(8.3333333333% * 5);
  }
  .span8-5l {
    width: calc(8.3333333333% * 8);
  }
  .w40-5l {
    width: 40%;
  }
  .w45-5l {
    width: 45%;
  }
  .w50-5l {
    width: 50%;
  }
  .w55-5l {
    width: 55%;
  }
  .w80-5l {
    width: 80%;
  }
  .w100-5l {
    width: 100%;
  }
  .w100-5l {
    width: 100%;
  }
  .show-5l {
    display: inline-block !important;
  }
  .show-r-5l {
    display: inline-block;
  }
  .d-none-5l {
    display: none;
  }
  .ovrfx-i-5l {
    overflow-x: initial;
  }
  .lang_jp .table_line,
  .lang_jp .table-line-drk {
    font-size: 1.4rem;
  }
  .lang_en .table_line,
  .lang_en .table-line-drk {
    font-size: 1.6rem;
  }
  .error404 .ttl-cate::after {
    background-position: center -550px;
  }
  .lang_en.error404 .ttl-cate::after {
    background-position: center -550px;
  }
  .sitemap .ttl-cate::after {
    background-position: left -240px;
    background-size: 110% auto;
  }
  .lang_en.sitemap .ttl-cate::after {
    background-position: left -240px;
    background-size: 110% auto;
  }
  .library_009 .ttl-cate::after {
    background-position: center -180px;
  }
  .lang_en.library_009 .ttl-cate::after {
    background-position: center -180px;
  }
  .csr_index .ttl-cate::after,
  .csr_management .ttl-cate::after,
  .csr_product_safety .ttl-cate::after,
  .csr_report .ttl-cate::after,
  .csr_message .ttl-cate::after,
  .csr_environment .ttl-cate::after,
  .csr_labor_practices .ttl-cate::after,
  .csr_supply_chain .ttl-cate::after,
  .csr_social_contribution .ttl-cate::after,
  .csr_human_rights .ttl-cate::after,
  .csr_governance .ttl-cate::after {
    background-position: center -180px;
  }
  .lang_en.csr_index .ttl-cate::after,
  .lang_en.csr_report .ttl-cate::after,
  .lang_en.csr_management .ttl-cate::after,
  .lang_en.csr_message .ttl-cate::after,
  .lang_en.csr_product_safety .ttl-cate::after,
  .lang_en.csr_environment .ttl-cate::after,
  .lang_en.csr_labor_practices .ttl-cate::after,
  .lang_en.csr_supply_chain .ttl-cate::after,
  .lang_en.csr_social_contribution .ttl-cate::after,
  .lang_en.csr_human_rights .ttl-cate::after,
  .lang_en.csr_governance .ttl-cate::after {
    background-position: center -180px;
  }
  .method_type_c_feature .ttl-cate::after,
  .method_type_c_principle .ttl-cate::after,
  .method_type_c_structure .ttl-cate::after {
    background-position: center -180px;
  }
  .lang_en.method_type_c_feature .ttl-cate::after,
  .lang_en.method_type_c_principle .ttl-cate::after,
  .lang_en.method_type_c_structure .ttl-cate::after {
    background-position: center -180px;
  }
  .bgi-top-commitment1::after {
    height: 40vw;
  }
  .bgi-top-commitment1::before {
    height: 40vw;
  }
  .lang_en .bgi-top-commitment1::after {
    height: 40vw;
  }
  .bgi-company-01 {
    padding: 30vw 0 5vw;
  }
  .bgi-company-01::after {
    height: 40vw;
  }
  .bgi-company-01::before {
    height: 40vw;
  }
  .lang_en .bgi-company-01::after {
    height: 40vw;
  }
  .top_slider::before {
    padding-top: 670px;
  }
  .top-slider-cont::before {
    padding-top: 670px;
  }
  .top-slider-navi {
    width: 65%;
  }
  .carousel-slider-cont-support {
    padding: 80px 0;
  }
  .pickup-slider .carousel-slider-cont {
    height: 415px;
  }
  .pagetop-slider .carousel-slider-cont {
    height: 415px;
  }
  .topmenu-topics {
    width: 1600px;
  }
  .topmenu-inner {
    width: 1600px;
  }
  .bgi-menu-product .bgi-menu-cont {
    padding: 55px;
  }
  .bgi-menu-touchscreen .bgi-menu-cont {
    padding: 55px;
  }
  .bgi-menu-controller .bgi-menu-cont {
    padding: 55px;
  }
  .bgi-menu-film .bgi-menu-cont {
    padding: 55px;
  }
  .bgi-menu-module .bgi-menu-cont {
    padding: 55px;
  }
  .bgi-menu-tp-unit .bgi-menu-cont {
    padding: 55px;
  }
  .bgi-menu-monitor .bgi-menu-cont {
    padding: 55px;
  }
  .bgi-menu-computer .bgi-menu-cont {
    padding: 55px;
  }
  .bgi-menu-display .bgi-menu-cont {
    padding: 55px;
  }
  .bgi-menu-pendant .bgi-menu-cont {
    padding: 55px;
  }
  .bgi-menu-touchless .bgi-menu-cont {
    padding: 55px;
  }
  .bgi-menu-solution .bgi-menu-cont {
    padding: 55px;
  }
  .bgi-menu-download .bgi-menu-cont {
    padding: 55px;
  }
  .page-menu-col {
    max-width: 265px;
  }
  .page-menu-img-circle {
    width: 120px;
    height: 120px;
  }
  .page-menu-cont-name {
    font-size: 1.4rem;
  }
  .page-menu-list {
    width: 1600px;
  }
  .page-menu-touchscreen::before {
    left: 14.5%;
  }
  .page-menu-controller::before {
    left: 28.5%;
  }
  .page-menu-film::before {
    left: 42%;
  }
  .page-menu-module::before {
    left: 56%;
  }
  .page-menu-tp-unit::before {
    left: 70%;
  }
  .page-menu-software::before {
    left: 84%;
  }
  .page-menu-solution::before {
    left: 70%;
  }
  .page-menu-download::before {
    left: 84%;
  }
  .page-menu-support::before {
    left: 70%;
  }
  .page-menu-company::before {
    left: 84%;
  }
  .page-menu-language::before {
    left: 70%;
  }
  .page-menu-contact::before {
    left: 84%;
  }
  .menu-float-btm {
    width: 1600px;
  }
  .g-inner-cont.g-inner-cont-scroll2,
  .g-inner-cont2.g-inner-cont-scroll2 {
    height: 900px;
    padding: 25px;
  }
}@media (max-width: 1023px){
  .fld-lg {
    padding: initial;
  }
  .f-col-max-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .txt-lft-mx-lg {
    text-align: left !important;
  }
  .hide-max-md {
    display: none !important;
  }
}@media (max-width: 767px){
  .fld-md {
    padding: initial;
  }
}@media (max-width: 413px){
  .fld-sm {
    padding: initial;
  }
}@media (min-width: 1600px) and (max-width: 1919px){
  .show-r-4l {
    display: inline-block;
  }
}@media (min-width: 1400px) and (max-width: 1599px){
  .show-r-3l {
    display: inline-block;
  }
}@media (min-width: 1200px) and (max-width: 1399px){
  .f-row-rng-xl {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .show-r-xl {
    display: inline-block;
  }
  .top-slider-navi .swiper-button {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .top-slider-navi .swiper-button .swiper-button-prev,
  .top-slider-navi .swiper-button .swiper-button-next {
    background: #fff !important;
    border: 2px solid #000 !important;
  }
  .top-slider-navi .swiper-button > .swiper-button-prev::after {
    background: url("/_assets/images/arrow_prev.svg") center center/contain no-repeat;
  }
  .top-slider-navi .swiper-button > .swiper-button-next::after {
    background: url("/_assets/images/arrow_next.svg") center center/contain no-repeat;
  }
}@media (min-width: 1024px) and (max-width: 1199px){
  .f-row-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hide-r-lg {
    display: none;
  }
  .show-r-lg {
    display: inline-block;
  }
}@media (min-width: 768px) and (max-width: 1023px){
  .flx-hgt-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .f-rev-r-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .hide-r-md {
    display: none;
  }
  .show-r-md {
    display: inline-block;
  }
}@media (min-width: 414px) and (max-width: 767px){
  .fldr-sm {
    padding: initial;
  }
  .f-rev-r-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .hide-r-sm {
    display: none;
  }
  .show-r-sm {
    display: inline-block;
  }
}@media (min-width: 360px) and (max-width: 413px){
  .fldr-xs {
    padding: initial;
  }
  .flx-ctr-rng-xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flx-row-rng-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .f-rev-r-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .hide-r-xs {
    display: none;
  }
  .show-r-xs {
    display: inline-block;
  }
}@media screen and (min-width: 1460px){
  .fs1 {
    font-size: 12px;
  }
  .fs2 {
    font-size: 14px;
  }
  .fs3 {
    font-size: 16px;
  }
  .fs4 {
    font-size: 18px;
  }
  .fs5 {
    font-size: 20px;
  }
  .fs6 {
    font-size: 24px;
  }
  .fs7 {
    font-size: 28px;
  }
  .fs8 {
    font-size: 32px;
  }
  .fs9 {
    font-size: 36px;
  }
  .fs10 {
    font-size: 40px;
  }
  .fs11 {
    font-size: 50px;
  }
  .fs12 {
    font-size: 60px;
  }
  .mx5 {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mx40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .my5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my25 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .my30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my35 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .my40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my45 {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .my50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .my60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .my80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mt5 {
    margin-top: 5px;
  }
  .mt10 {
    margin-top: 10px;
  }
  .mt15 {
    margin-top: 15px;
  }
  .mt20 {
    margin-top: 20px;
  }
  .mt25 {
    margin-top: 25px;
  }
  .mt30 {
    margin-top: 30px;
  }
  .mt35 {
    margin-top: 35px;
  }
  .mt40 {
    margin-top: 40px;
  }
  .mt50 {
    margin-top: 50px;
  }
  .mt60 {
    margin-top: 60px;
  }
  .mt70 {
    margin-top: 70px;
  }
  .mt80 {
    margin-top: 80px;
  }
  .mt90 {
    margin-top: 90px;
  }
  .mt100 {
    margin-top: 100px;
  }
  .mt200 {
    margin-top: 200px;
  }
  .mt350 {
    margin-top: 350px;
  }
  .nmt5 {
    margin-top: -5px;
  }
  .nmt10 {
    margin-top: -10px;
  }
  .nmt20 {
    margin-top: -20px;
  }
  .nmt25 {
    margin-top: -25px;
  }
  .nmt30 {
    margin-top: -30px;
  }
  .nmt40 {
    margin-top: -40px;
  }
  .nmt50 {
    margin-top: -50px;
  }
  .nmt100 {
    margin-top: -100px;
  }
  .nmt180 {
    margin-top: -180px;
  }
  .mb0 {
    margin-bottom: 0px;
  }
  .mb5 {
    margin-bottom: 5px;
  }
  .mb10 {
    margin-bottom: 10px;
  }
  .mb15 {
    margin-bottom: 15px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  .mb25 {
    margin-bottom: 25px;
  }
  .mb30 {
    margin-bottom: 30px;
  }
  .mb35 {
    margin-bottom: 35px;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .mb45 {
    margin-bottom: 45px;
  }
  .mb50 {
    margin-bottom: 50px;
  }
  .mb60 {
    margin-bottom: 60px;
  }
  .mb70 {
    margin-bottom: 70px;
  }
  .mb80 {
    margin-bottom: 80px;
  }
  .mb100 {
    margin-bottom: 100px;
  }
  .mb200 {
    margin-bottom: 200px;
  }
  .ml5 {
    margin-left: 5px;
  }
  .ml10 {
    margin-left: 10px;
  }
  .nml5 {
    margin-left: -5px;
  }
  .mr5 {
    margin-right: 5px;
  }
  .mr10 {
    margin-right: 10px;
  }
  .p0 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .p5 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .p10 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .p15 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p20 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p25 {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .p30 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .p35 {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .p40 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .p45 {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 45px;
  }
  .p50 {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .p60 {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .px5 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .px10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .px15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .px20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .px30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .px40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .px50 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .px60 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .px70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .py5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .py10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .py50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .py70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .py80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .py90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .py100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pt5 {
    padding-top: 5px;
  }
  .pt10 {
    padding-top: 10px;
  }
  .pt15 {
    padding-top: 15px;
  }
  .pt20 {
    padding-top: 20px;
  }
  .pt25 {
    padding-top: 25px;
  }
  .pt30 {
    padding-top: 30px;
  }
  .pt40 {
    padding-top: 40px;
  }
  .pt45 {
    padding-top: 45px;
  }
  .pt50 {
    padding-top: 50px;
  }
  .pt60 {
    padding-top: 60px;
  }
  .pt70 {
    padding-top: 70px;
  }
  .pt80 {
    padding-top: 80px;
  }
  .pt90 {
    padding-top: 90px;
  }
  .pt300 {
    padding-top: 300px;
  }
  .pb5 {
    padding-bottom: 5px;
  }
  .pb10 {
    padding-bottom: 10px;
  }
  .pb15 {
    padding-bottom: 15px;
  }
  .pb20 {
    padding-bottom: 20px;
  }
  .pb25 {
    padding-bottom: 25px;
  }
  .pb30 {
    padding-bottom: 30px;
  }
  .pb40 {
    padding-bottom: 40px;
  }
  .pb50 {
    padding-bottom: 50px;
  }
  .pb60 {
    padding-bottom: 60px;
  }
  .pb70 {
    padding-bottom: 70px;
  }
  .pb80 {
    padding-bottom: 80px;
  }
  .pb90 {
    padding-bottom: 90px;
  }
  .pb100 {
    padding-bottom: 100px;
  }
  .pb200 {
    padding-bottom: 200px;
  }
  .pb280 {
    padding-bottom: 280px;
  }
  .pl15 {
    padding-left: 15px;
  }
  .pl20 {
    padding-left: 20px;
  }
  .pl25 {
    padding-left: 25px;
  }
  .pl40 {
    padding-left: 40px;
  }
  .pr10 {
    padding-right: 10px;
  }
  .pr15 {
    padding-right: 15px;
  }
  .pr20 {
    padding-right: 20px;
  }
  .pr50 {
    padding-right: 50px;
  }
  .btn_arrow_bs {
    font-size: 16px;
  }
  .btn_arrow_bs {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .btn_arrow_bs {
    padding-left: 30px;
  }
  .btn_arrow_bs {
    padding-right: 30px;
  }
  .btn_arrow_bs input {
    font-size: 16px;
  }
  .btn_arrow_bs input {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .btn_arrow_bs input {
    padding-left: 30px;
  }
  .btn_arrow_bs input {
    padding-right: 30px;
  }
  .ttl-cate {
    height: 400px;
  }
  .ttl-cate::before {
    height: 370px;
  }
  .ttl-cate::after {
    height: 370px;
  }
  .ttl-cate-sb {
    font-size: 48px;
  }
  .lang_jp .ttl-page-mn {
    font-size: 28px;
  }
  .lang_en .ttl-page-mn {
    font-size: 28px;
  }
  .ttl-page-sb {
    font-size: 16px;
  }
  .ttl-page-navi {
    padding-right: 30px;
  }
  .ttl-page-navi {
    font-size: 16px;
  }
  .ttl-hdr-sb {
    font-size: 18px;
  }
  .lang_jp .ttl-hdr-mn {
    font-size: 26px;
  }
  .lang_en .ttl-hdr-mn {
    font-size: 30px;
  }
  .title_cnt {
    font-size: 26px;
  }
  .title_cnt {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title_grybar2 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .title_grybar2 {
    font-size: 18px;
  }
  .title_grybar_lg {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title_grybar_lg {
    font-size: 20px;
  }
  .title_viobar {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title_viobar {
    font-size: 20px;
  }
  .l_bgimg::before {
    height: 400px;
  }
  .l_bgimg::after {
    height: 400px;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 10px;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    height: 50px;
  }
  .top-sec-ttl .top-sec-ttl-navi {
    padding-right: 30px;
  }
  .top-sec-ttl .top-sec-ttl-navi {
    font-size: 16px;
  }
  .swiper-button-prev-a::after {
    width: 10px;
  }
  .swiper-button-prev-a::after {
    height: 50px;
  }
  .swiper-button-next-a::after {
    width: 10px;
  }
  .swiper-button-next-a::after {
    height: 50px;
  }
  .g-inner-list-prod-top .g-inner-list-product-top-name {
    font-size: 12px;
  }
}@media screen and (min-width: 360px) and (min-width: 1460px){
  .fs1-xs {
    font-size: 12px;
  }
  .fs2-xs {
    font-size: 14px;
  }
  .fs3-xs {
    font-size: 16px;
  }
  .fs4-xs {
    font-size: 18px;
  }
  .fs5-xs {
    font-size: 20px;
  }
  .fs6-xs {
    font-size: 24px;
  }
  .fs7-xs {
    font-size: 28px;
  }
  .fs8-xs {
    font-size: 32px;
  }
  .fs9-xs {
    font-size: 36px;
  }
  .fs10-xs {
    font-size: 40px;
  }
  .fs11-xs {
    font-size: 50px;
  }
  .fs12-xs {
    font-size: 60px;
  }
  .mx30-xs {
    margin-left: 30px;
    margin-right: 30px;
  }
  .my20-xs {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my25-xs {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .my30-xs {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my40-xs {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .my45-xs {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .my70-xs {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mt10-xs {
    margin-top: 10px;
  }
  .mt15-xs {
    margin-top: 15px;
  }
  .mt20-xs {
    margin-top: 20px;
  }
  .mt30-xs {
    margin-top: 30px;
  }
  .mt35-xs {
    margin-top: 35px;
  }
  .mt40-xs {
    margin-top: 40px;
  }
  .mt50-xs {
    margin-top: 50px;
  }
  .mt60-xs {
    margin-top: 60px;
  }
  .mt80-xs {
    margin-top: 80px;
  }
  .mt100-xs {
    margin-top: 100px;
  }
  .mt150-xs {
    margin-top: 150px;
  }
  .mb10-xs {
    margin-bottom: 10px;
  }
  .mb15-xs {
    margin-bottom: 15px;
  }
  .mb20-xs {
    margin-bottom: 20px;
  }
  .mb25-xs {
    margin-bottom: 25px;
  }
  .mb40-xs {
    margin-bottom: 40px;
  }
  .mb60-xs {
    margin-bottom: 60px;
  }
  .ml20-xs {
    margin-left: 20px;
  }
  .nml120-xs {
    margin-left: -120px;
  }
  .p5-xs {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .p10-xs {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .p20-xs {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p30-xs {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .p40-xs {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .p50-xs {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .px0-xs {
    padding-left: 0px;
    padding-right: 0px;
  }
  .px20-xs {
    padding-left: 20px;
    padding-right: 20px;
  }
  .px30-xs {
    padding-left: 30px;
    padding-right: 30px;
  }
  .px40-xs {
    padding-left: 40px;
    padding-right: 40px;
  }
  .px50-xs {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py5-xs {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .py10-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py15-xs {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py20-xs {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py30-xs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py40-xs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .py50-xs {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py90-xs {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .pt20-xs {
    padding-top: 20px;
  }
  .pt30-xs {
    padding-top: 30px;
  }
  .pt35-xs {
    padding-top: 35px;
  }
  .pt40-xs {
    padding-top: 40px;
  }
  .pt50-xs {
    padding-top: 50px;
  }
  .pt60-xs {
    padding-top: 60px;
  }
  .pt100-xs {
    padding-top: 100px;
  }
  .pt400-xs {
    padding-top: 400px;
  }
  .pb30-xs {
    padding-bottom: 30px;
  }
  .pb40-xs {
    padding-bottom: 40px;
  }
  .pb45-xs {
    padding-bottom: 45px;
  }
  .pb50-xs {
    padding-bottom: 50px;
  }
  .pb90-xs {
    padding-bottom: 90px;
  }
  .pb100-xs {
    padding-bottom: 100px;
  }
  .pl30-xs {
    padding-left: 30px;
  }
  .pr30-xs {
    padding-right: 30px;
  }
}@media screen and (min-width: 414px) and (min-width: 1460px){
  .fs4-sm {
    font-size: 18px;
  }
  .fs6-sm {
    font-size: 24px;
  }
  .fs9-sm {
    font-size: 36px;
  }
  .fs10-sm {
    font-size: 40px;
  }
  .p20-sm {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}@media screen and (min-width: 768px) and (min-width: 1460px){
  .fs2-md {
    font-size: 14px;
  }
  .fs3-md {
    font-size: 16px;
  }
  .fs4-md {
    font-size: 18px;
  }
  .fs5-md {
    font-size: 20px;
  }
  .fs6-md {
    font-size: 24px;
  }
  .fs7-md {
    font-size: 28px;
  }
  .fs8-md {
    font-size: 32px;
  }
  .fs9-md {
    font-size: 36px;
  }
  .fs10-md {
    font-size: 40px;
  }
  .fs11-md {
    font-size: 50px;
  }
  .mx80-md {
    margin-left: 80px;
    margin-right: 80px;
  }
  .my0-md {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .my10-md {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my15-md {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my20-md {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .my40-md {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mt0-md {
    margin-top: 0px;
  }
  .mt5-md {
    margin-top: 5px;
  }
  .mt10-md {
    margin-top: 10px;
  }
  .mt15-md {
    margin-top: 15px;
  }
  .mt20-md {
    margin-top: 20px;
  }
  .mt25-md {
    margin-top: 25px;
  }
  .mt50-md {
    margin-top: 50px;
  }
  .mt90-md {
    margin-top: 90px;
  }
  .nmt60-md {
    margin-top: -60px;
  }
  .nmt80-md {
    margin-top: -80px;
  }
  .mb0-md {
    margin-bottom: 0px;
  }
  .mb20-md {
    margin-bottom: 20px;
  }
  .mb30-md {
    margin-bottom: 30px;
  }
  .mb40-md {
    margin-bottom: 40px;
  }
  .nml50-md {
    margin-left: -50px;
  }
  .p5-md {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .p20-md {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p30-md {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .p35-md {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .px20-md {
    padding-left: 20px;
    padding-right: 20px;
  }
  .px30-md {
    padding-left: 30px;
    padding-right: 30px;
  }
  .px40-md {
    padding-left: 40px;
    padding-right: 40px;
  }
  .px50-md {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py5-md {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .py10-md {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .py20-md {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .py30-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .py60-md {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt0-md {
    padding-top: 0px;
  }
  .pt20-md {
    padding-top: 20px;
  }
  .pt25-md {
    padding-top: 25px;
  }
  .pt90-md {
    padding-top: 90px;
  }
  .pt100-md {
    padding-top: 100px;
  }
  .pt500-md {
    padding-top: 500px;
  }
  .pb30-md {
    padding-bottom: 30px;
  }
  .pb35-md {
    padding-bottom: 35px;
  }
  .pb40-md {
    padding-bottom: 40px;
  }
  .pb60-md {
    padding-bottom: 60px;
  }
  .pl0-md {
    padding-left: 0px;
  }
  .pr0-md {
    padding-right: 0px;
  }
  .info_pagination_list {
    font-size: 16px;
  }
}@media screen and (min-width: 1024px) and (min-width: 1460px){
  .fs3-lg {
    font-size: 16px;
  }
  .fs5-lg {
    font-size: 20px;
  }
  .fs6-lg {
    font-size: 24px;
  }
  .fs7-lg {
    font-size: 28px;
  }
  .fs8-lg {
    font-size: 32px;
  }
  .fs9-lg {
    font-size: 36px;
  }
  .fs10-lg {
    font-size: 40px;
  }
  .fs11-lg {
    font-size: 50px;
  }
  .my70-lg {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mt0-lg {
    margin-top: 0px;
  }
  .mt15-lg {
    margin-top: 15px;
  }
  .mt80-lg {
    margin-top: 80px;
  }
  .mt100-lg {
    margin-top: 100px;
  }
  .nmt50-lg {
    margin-top: -50px;
  }
  .mb0-lg {
    margin-bottom: 0px;
  }
  .p0-lg {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .p15-lg {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .py5-lg {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .py10-lg {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pt0-lg {
    padding-top: 0px;
  }
  .pb30-lg {
    padding-bottom: 30px;
  }
  .pb40-lg {
    padding-bottom: 40px;
  }
  .pl30-lg {
    padding-left: 30px;
  }
  .pr15-lg {
    padding-right: 15px;
  }
}@media screen and (min-width: 1200px) and (min-width: 1460px){
  .fs2-xl {
    font-size: 14px;
  }
  .fs3-xl {
    font-size: 16px;
  }
  .fs4-xl {
    font-size: 18px;
  }
  .fs5-xl {
    font-size: 20px;
  }
  .fs8-xl {
    font-size: 32px;
  }
  .fs11-xl {
    font-size: 50px;
  }
  .mx0-xl {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mt0-xl {
    margin-top: 0px;
  }
  .mt30-xl {
    margin-top: 30px;
  }
  .mt40-xl {
    margin-top: 40px;
  }
  .mb0-xl {
    margin-bottom: 0px;
  }
  .px40-xl {
    padding-left: 40px;
    padding-right: 40px;
  }
  .py5-xl {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .py15-xl {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .py60-xl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt20-xl {
    padding-top: 20px;
  }
  .pt300-xl {
    padding-top: 300px;
  }
  .pb30-xl {
    padding-bottom: 30px;
  }
  .pl30-xl {
    padding-left: 30px;
  }
  .pr10-xl {
    padding-right: 10px;
  }
  .pr30-xl {
    padding-right: 30px;
  }
  .ttl-cate::before {
    height: 480px;
  }
  .ttl-cate::after {
    height: 480px;
  }
}@media screen and (min-width: 1400px) and (min-width: 1460px){
  .fs2-3l {
    font-size: 14px;
  }
  .fs3-3l {
    font-size: 16px;
  }
  .fs4-3l {
    font-size: 18px;
  }
  .fs6-3l {
    font-size: 24px;
  }
  .fs7-3l {
    font-size: 28px;
  }
  .fs8-3l {
    font-size: 32px;
  }
  .fs9-3l {
    font-size: 36px;
  }
  .py10-3l {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .pt400-3l {
    padding-top: 400px;
  }
  .g-inner-list-prod-top .g-inner-list-product-top-name {
    font-size: 14px;
  }
}@media screen and (min-width: 1920px) and (min-width: 1460px){
  .fs3-5l {
    font-size: 16px;
  }
  .fs4-5l {
    font-size: 18px;
  }
  .fs5-5l {
    font-size: 20px;
  }
}@media (min-width: 360px) and (max-width: 767px){
  .table_line table.table-line-w100-md th, .table_line table.table-line-w100-md td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .table_line table.table-line-w100-md td {
    border-top: none;
  }
  .table-line-drk table.table-line-w100-md th, .table-line-drk table.table-line-w100-md td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .table-line-drk table.table-line-w100-md td {
    border-top: none;
  }
}@media (min-width: 1200px) and (min-width: 360px){
  .ttl-cate-innr {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-menu-cont {
    width: 100%;
  }
}@media (min-width: 1200px) and (min-width: 414px){
  .ttl-cate-innr {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-menu-cont {
    width: 100%;
  }
}@media (min-width: 1200px) and (min-width: 768px){
  .ttl-cate-innr {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-menu-cont {
    width: 100%;
  }
}@media (min-width: 1200px) and (min-width: 1024px){
  .ttl-cate-innr {
    padding-left: 3%;
    padding-right: 3%;
  }
  .page-menu-cont {
    width: 100%;
  }
}@media (min-width: 1200px) and (min-width: 1200px){
  .ttl-cate-innr {
    width: 1200px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .page-menu-cont {
    width: 1200px;
  }
}@media (min-width: 1200px) and (min-width: 1400px){
  .ttl-cate-innr {
    width: 1400px;
    padding-left: 3%;
    padding-right: 3%;
  }
  .page-menu-cont {
    width: 1400px;
    width: 1360px;
  }
}@media (min-width: 1200px) and (min-width: 1600px){
  .ttl-cate-innr {
    width: 1400px;
    padding-left: 4%;
    padding-right: 4%;
  }
  .page-menu-cont {
    width: 1400px;
  }
}@media (min-width: 1200px) and (min-width: 1920px){
  .ttl-cate-innr {
    width: 1600px;
  }
  .page-menu-cont {
    width: 1600px;
  }
}@media (min-width: 1400px) and (min-width: 360px){
  .header-inner {
    width: 100%;
  }
  .header-bottom {
    width: 100%;
  }
}@media (min-width: 1400px) and (min-width: 414px){
  .header-inner {
    width: 100%;
  }
  .header-bottom {
    width: 100%;
  }
}@media (min-width: 1400px) and (min-width: 768px){
  .header-inner {
    width: 100%;
  }
  .header-bottom {
    width: 100%;
  }
}@media (min-width: 1400px) and (min-width: 1024px){
  .header-inner {
    width: 100%;
  }
  .header-bottom {
    width: 100%;
  }
}@media (min-width: 1400px) and (min-width: 1200px){
  .header-inner {
    width: 1200px;
  }
  .header-bottom {
    width: 1200px;
  }
}@media (min-width: 1400px) and (min-width: 1400px){
  .header-inner {
    width: 1400px;
    width: 1360px;
  }
  .header-bottom {
    width: 1400px;
    width: 1360px;
  }
}@media (min-width: 1400px) and (min-width: 1600px){
  .header-inner {
    width: 1400px;
  }
  .header-bottom {
    width: 1400px;
  }
}@media (min-width: 1400px) and (min-width: 1920px){
  .header-inner {
    width: 1600px;
  }
  .header-bottom {
    width: 1600px;
  }
}@media (min-height: 639px){
  .g-inner-cont.g-inner-cont-scroll,
  .g-inner-cont2.g-inner-cont-scroll {
    overflow-y: initial;
    height: initial;
  }
}@media (min-height: 950px){
  .g-inner-cont.g-inner-cont-scroll2,
  .g-inner-cont2.g-inner-cont-scroll2 {
    overflow-y: initial;
    height: initial;
  }
}

/*# sourceMappingURL=style.css.map */