/* default (top) */
@media screen and (max-width: 640px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

#tmpl_main {
  width: 100% !important;
  color: #2f353d;
}

#home {
  display: block;
  background-color: #f3f3f3;
}

#home .main_wrap {
  width: 100%;
  min-width: 1190px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 1190px) {
  #home .main_wrap {
    width: 100%;
    min-width: auto;
  }
}

@media screen and (max-width: 640px) {
  #home .main_wrap {
    width: 100%;
    min-width: auto;
    padding-top: 35px;
  }
}

#home p {
  margin: 0;
  line-height: 1.8;
  font-size: 1rem;
}

#home h1 {
  font-size: 2rem;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  #home h1 {
    font-size: 1.5rem;
    margin-top: 0;
  }
}

#home h2 {
  font-size: 1.75rem;
}

#home h2:target {
  background: linear-gradient(transparent, #f6ff5f);
}

@media screen and (max-width: 640px) {
  #home h2 {
    font-size: 1.17rem;
  }
}

#home h3 {
  font-size: 1.17rem;
}

@media screen and (max-width: 640px) {
  #home h3 {
    font-size: 1rem;
  }
}

#home .pt0 {
  padding-top: 0 !important;
}

#home .srd-header_wrap {
  width: 100%;
  min-width: 1190px;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  height: 96px;
  position: absolute;
}

@media screen and (max-width: 1190px) {
  #home .srd-header_wrap {
    background: rgba(0, 0, 0, 0);
    min-width: auto;
    box-sizing: border-box;
    padding: 0;
    height: 60px;
  }
}

#home .srd-header_wrap .srd-header {
  width: 1190px;
  min-width: 1190px;
  margin: 0 auto;
  display: flex;
  height: 96px;
}

@media screen and (max-width: 1190px) {
  #home .srd-header_wrap .srd-header {
    min-width: auto;
    width: 100%;
    height: 60px;
    display: block;
  }
}

#home .srd-header_wrap .srd_logo {
  margin: 0;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1190px) {
  #home .srd-header_wrap .srd_logo {
    display: block;
    height: 100%;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
  }
}

#home .srd-header_wrap .srd_logo img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1190px) {
  #home .srd-header_wrap .srd_logo img {
    height: 100%;
    width: auto;
  }
}

#home .srd-header_wrap .nav-menu {
  padding-left: 20px;
  box-sizing: border-box;
  width: 1190px;
  position: relative;
  margin: 0 auto;
  z-index: 9999;
}

@media screen and (max-width: 1190px) {
  #home .srd-header_wrap .nav-menu {
    width: 100%;
    padding-left: 0;
  }
}

#home .srd-header_wrap .nav-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  width: 100%;
  display: inline-flex;
}

@media screen and (max-width: 1190px) {
  #home .srd-header_wrap .nav-menu ul {
    display: block;
    border-bottom: 1px solid #ccc;
    background: rgba(0, 0, 0, 0.9);
    height: calc(100vh);
  }
}

#home .srd-header_wrap .nav-menu ul li {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

#home .srd-header_wrap .nav-menu ul li a {
  color: #fff;
  padding: 15px 10px;
  box-sizing: border-box;
  text-indent: 0;
  margin: 0;
  font-size: 0.85rem;
  height: 96px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1190px) {
  #home .srd-header_wrap .nav-menu ul li a {
    padding: 15px;
    box-sizing: border-box;
    height: 60px;
    text-align: left;
    display: block;
    font-weight: bold;
    font-size: 1rem;
  }
}

#home .srd-header_wrap .nav-menu ul li a:active,
#home .srd-header_wrap .nav-menu ul li a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 1190px) {
  #home .srd-header_wrap .nav-menu ul li a:active,
  #home .srd-header_wrap .nav-menu ul li a:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

#home .srd-header_wrap.js-fix {
  display: block;
}

#home .nav-menu_sp_wrap {
  display: none;
  padding: 10px 10%;
}

@media screen and (max-width: 1190px) {
  #home .nav-menu_sp_wrap {
    display: block;
    padding: 0;
  }
}

#home .nav-menu_sp_btn {
  display: none;
}

@media screen and (max-width: 1190px) {
  #home .nav-menu_sp_btn {
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    left: calc(100vw - 65px);
    top: 15px;
    z-index: 9999;
    outline: none;
  }
  #home .nav-menu_sp_btn:focus {
    border: 2px solid;
  }
}

@media screen and (max-width: 640px) {
  #home .nav-menu_sp_btn {
    right: 18px;
    left: auto;
    top: 14px;
  }
}

#home .nav-menu_sp_btn span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

#home .nav-menu_sp_btn span::before,
#home .nav-menu_sp_btn span::after {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

#home .nav-menu_sp_btn span:before {
  left: 9px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all 300ms 0s ease;
}

#home .nav-menu_sp_btn span:last-child {
  top: -90px;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  opacity: 0;
}

#home .nav-menu_sp_btn span.js-opn::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 4px;
  transition: all 300ms 0s ease;
}

#home .nav-menu_sp_btn:focus {
  border: 1px solid #ccc;
}

#home .js-fix {
  position: fixed !important;
  top: 0;
  z-index: 9999;
}

@media screen and (max-width: 1190px) {
  #home .js-fix .nav-menu_sp {
    top: 17px;
  }
}

#home .js-off {
  display: none !important;
}

#home .nav-menu .srd_lang {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 1190px) {
  #home .nav-menu .srd_lang {
    width: 100%;
    border: 0;
  }
}

#home .nav-menu .srd_lang ul {
  box-sizing: border-box;
  border-bottom: 0;
}

@media screen and (max-width: 1190px) {
  #home .nav-menu .srd_lang ul {
    position: static;
    display: block;
    width: 100%;
    border: 0;
    border-top: 2px solid #f2f2f2;
    background: rgba(0, 0, 0, 0);
  }
}

#home .nav-menu .srd_lang ul li {
  border-bottom: 4px solid rgba(255, 255, 255, 0);
}

@media screen and (max-width: 1190px) {
  #home .nav-menu .srd_lang ul li {
    width: auto;
    border-bottom: 0;
  }
}

@media screen and (max-width: 1190px) {
  #home .nav-menu .srd_lang ul li:hover {
    border-bottom: 0;
  }
}

#home .nav-menu .srd_lang ul li a {
  border-bottom: 0;
  top: 0;
  line-height: 1.25;
}

#home .nav-menu .srd_lang ul li a:hover {
  border-bottom: 0;
}

/* main visual */
#home .bannervisual {
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

#home .bannervisual .btn_container {
  display: flex;
  justify-content: center;
}
#home .bannervisual .circle_btn {
  color: black;
  background-color: white;
  font-size: 1em;
  text-decoration: none !important;
  display: flex;
  margin: 15px 40px;
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px;
  border-radius: 50%;
}
#home .bannervisual .circle_number {
  font-size: 1.5rem;
  margin-top: 1.1em;
}

#home .mainvisual {
  padding-top: 96px;
  margin-bottom: 70px;
  width: 100%;
  height: calc(440px - 60px - 96px - 70px);
  background-image: url('/en/Products/Developer-Spatial-Reality-display/img/top/mainvisual.webp');
  background-color: #202020;
  background-repeat: no-repeat;
  background-size: 1200px;
  background-position: center 65%;
  min-height: 440px;
}

@media screen and (max-width: 1190px) {
  #home .mainvisual {
    height: calc(440px - 60px - 60px);
    background-size: 1100px;
    background-position: center 55%;
  }
}

@media screen and (max-width: 640px) {
  #home .mainvisual {
    padding-top: 60px;
    margin-bottom: 35px;
    min-width: auto;
    background-size: 600px;
    min-height: 240px;
  }
}

#home .mainvisual .catchphrase p {
  font-size: 2.25rem;
  line-height: 2.5;
  color: #fff;
  text-align: center;
  padding-top: calc(480px - 60px - 96px);
}

@media screen and (max-width: 1190px) {
  #home .mainvisual .catchphrase p {
    padding-top: calc(480px - 60px - 96px);
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  #home .mainvisual .catchphrase p {
    font-size: 1.25rem;
    padding-top: 200px;
    line-height: 1.5;
  }
}

#home .dl-btn {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  #home .dl-btn {
    width: 100%;
    display: block;
  }
}

#home .dl-btn > div {
  margin: 15px 20px;
}

#home .dl-btn .btn {
  text-align: center;
}

#home .dl-btn .btn:hover a {
  background-color: #105c5c;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#home .dl-btn .btn a {
  color: #fff;
  background-color: #1c827a;
  font-size: 1.2rem;
  text-decoration: none !important;
  display: block;
  margin: 15px 20px;
  box-sizing: border-box;
  padding: 15px 24px;
  border-radius: 5px;
}

@media screen and (max-width: 640px) {
  #home .dl-btn .btn a {
    width: 90%;
    margin: 35px auto;
    font-size: 0.8rem;
    line-height: 1;
  }
}

#home .mainvisual img {
  width: 100%;
  min-width: 1190px;
}

/* header */
/* nav menu */
/* module */
#home .modWrap {
  width: 1190px;
  margin: 0 auto;
  padding: 30px 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 1190px) {
  #home .modWrap {
    width: 100%;
    padding: 24px 20px;
  }
}

@media screen and (max-width: 640px) {
  #home .modWrap {
    width: 100%;
    padding: 15px 20px;
  }
}

#home .bgc-1 {
  background-color: #f3f3f3;
}

#home .bgc-white {
  background-color: white;
}

/* introduction */
#home .intro {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  column-count: 2;
}

@media screen and (max-width: 640px) {
  #home .intro {
    column-count: 1;
    flex-direction: column-reverse;
  }
}

#home .intro_img_wrap {
  width: 60%;
  box-sizing: border-box;
  height: 100%;
}

@media screen and (max-width: 640px) {
  #home .intro_img_wrap {
    width: 100%;
  }
}

#home .intro_img_wrap img {
  width: 100%;
}

#home .intro_txt_wrap {
  padding-left: 45px;
  width: 40%;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  #home .intro_txt_wrap {
    width: 100%;
    padding: 0;
  }
}

#home .intro_txt {
  height: auto;
  box-sizing: border-box;
  border-bottom: 1px solid #23252f;
  flex-wrap: wrap;
  column-count: 2;
  flex-direction: row-reverse;
  display: inline-flex;
  padding: 15px 0;
}

#home .intro_txt > div {
  padding: 15px;
  box-sizing: border-box;
}

#home .intro_txt > div.intro_desc {
  width: 80%;
}

#home .intro_txt > div.intro_icon {
  width: 20%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home .intro_txt > div.intro_icon img {
  width: 100%;
}

#home .intro_txt > div:first-child {
  padding: 6.5px 15px;
}

@media screen and (max-width: 640px) {
  #home .intro_txt > div:first-child {
    padding: 15px;
  }
}

/* tile */
#home .tile_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-count: 3;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  #home .tile_wrap {
    column-count: 2;
  }
}

#home .tile_wrap a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #2f353d;
}

#home .tile_wrap .tile {
  width: calc((99.9% - 5px * 4) / 3);
  margin: 5px;
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  #home .tile_wrap .tile {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

#home .tile_wrap .tile:nth-child(3n) {
  margin-right: 0;
}

#home .tile_wrap .tile:nth-child(3n + 1) {
  margin-left: 0;
}

#home .tile_wrap .tile_txt_wrap {
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: white;
}

#home .tile_wrap .tile_date {
  font-weight: normal;
  margin-bottom: 7px;
  font-size: 1rem;
}

#home .tile_wrap .tile_description {
  font-weight: bold;
  line-height: 1.5;
}

#home .tile_wrap .tile_description h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

#home .tile_wrap .tile_img_wrap {
  position: relative;
  display: flex;
}

#home .tile_wrap .tile_img_wrap h3 {
  position: absolute;
  margin: 0;
  bottom: 0;
  left: 0;
}

#home .tile_wrap .tile_img_wrap h3 span {
  display: block;
  background-color: #23252f;
  color: #fafafa;
  padding: 10px;
  font-size: 1rem;
}

#home .tile_wrap .tile img {
  width: 100%;
}

/* footer */
@media screen and (max-width: 1190px) {
  .tmpl-footer,
  .tmpl-footer-wrap {
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
  }
}

.srd-footer {
  width: 100%;
  min-width: 100%;
  background-color: #000;
  padding: 30px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 9000;
}

@media screen and (max-width: 640px) {
  .srd-footer {
    min-width: auto;
  }
}

.srd-footer .service-logo {
  position: absolute;
  height: 65px;
  padding: 5px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: end;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .srd-footer .service-logo {
    width: 200px;
    position: relative;
    text-align: left;
    margin-left: 0;
    margin-bottom: 30px;
    left: 0;
  }
}

.srd-footer .service-logo img {
  height: 100%;
}

.srd-footer a {
  color: #fff;
}

.srd-footer .srd-footer_nav {
  display: inline-flex;
  list-style: none;
  margin: 0;
  height: 65px;
}

@media screen and (max-width: 640px) {
  .srd-footer .srd-footer_nav {
    display: block;
    padding-left: 0;
    height: auto;
  }
}

.srd-footer .srd-footer_nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px 0 0;
}

@media screen and (max-width: 640px) {
  .srd-footer .srd-footer_nav li {
    padding: 10px 0;
    justify-content: flex-start;
  }
}

.srd-footer .srd-footer_nav li a {
  text-decoration: none;
}

.srd-footer .srd-footer_nav .icon {
  width: 50px;
  margin: 5px;
  padding: 0;
}

@media screen and (max-width: 640px) {
  .srd-footer .srd-footer_nav .icon {
    display: inline-block;
    margin-left: 0;
  }
}

.srd-footer .srd-footer_nav .icon:last-child {
  margin-right: 0;
}

.srd-footer .srd-footer_nav .icon a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.srd-footer .srd-footer_nav .icon a img {
  width: 100%;
}

.srd-footer_wrap {
  width: 1190px;
  margin: 0 auto;
  text-align: right;
  box-sizing: border-box;
}

@media screen and (max-width: 1810px) {
  .srd-footer_wrap {
    padding: 0 20px;
    width: 100%;
    min-width: auto;
  }
}

@media screen and (max-width: 640px) {
  .srd-footer_wrap {
    padding: 0 40px;
  }
}

footer {
  z-index: 9000;
}

#home .img_center {
  width: 60%;
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  #home .img_center {
    width: 100%;
  }
}
#home .img_center img {
  width: 100%;
}

#home .no_bottom_margin {
  margin-bottom: 0px;
}

#home .modWrap .spc_btwn a {
  color: #000000;
  text-decoration: none;
}

#home .mob_only {
  display: none;
}
@media screen and (max-width: 640px) {
  #home .mob_only {
    display: block;
  }
}

#home .spc_btwn {
  display: flex;
  justify-content: space-between;
}

#home .app_select_padding {
  margin: auto;
  padding-right: 48px;
}
@media screen and (max-width: 640px) {
  #home .app_select_padding {
    padding-right: 0px;
  }
}

#home .setup_layout {
  background-image: url('/en/Products/Developer-Spatial-Reality-display/img/top/init_setup.webp');
  margin-top: 70px;
}
@media screen and (max-width: 640px) {
  #home .setup_layout {
    margin-top: 40px;
  }
}

@media screen and (max-width: 640px) {
  #home .bannervisual {
    background-position: 35%;
  }
}
