@charset "UTF-8";
@-webkit-keyframes border-flow {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes border-flow {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
/* スクロール時に各sectionが画面上部にフィットする設定 */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  /* スマホではscroll-snapを無効化 */
}
@media screen and (max-width: 599px) {
  html,
  body {
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
    width: 100%;
  }
}
html::after,
body::after {
  display: block;
  content: "";
  width: 5px;
  height: 327px;
  position: absolute;
  left: 50%;
  bottom: -240px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../image/line_main.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% -200px;
  -webkit-animation: scan 2s linear infinite;
          animation: scan 2s linear infinite;
}
@media screen and (max-width: 599px) {
  html::after,
  body::after {
    background-position: 50% -100px;
  }
}
html::before,
body::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 66px;
  background: url(../image/scrolldown.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  bottom: 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 50000;
}

@-webkit-keyframes scan {
  0% {
    background-position: 50% -400px;
  }
  100% {
    background-position: 50% 30%;
  }
}

@keyframes scan {
  0% {
    background-position: 50% -400px;
  }
  100% {
    background-position: 50% 30%;
  }
}
section {
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

/**************************first-time**************************/
#first-time {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #ffffff;
  z-index: 50000;
}
@media screen and (max-width: 599px) {
  #first-time {
    overflow-x: hidden;
  }
}
#first-time .img-logo {
  width: 120px;
  position: absolute;
  top: 30px;
  left: 40px;
}
@media screen and (max-width: 599px) {
  #first-time .img-logo {
    top: 10px;
    left: 20px;
  }
}
#first-time .img-logo img {
  width: 100%;
}
#first-time .img-35th {
  width: 283px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 599px) {
  #first-time .img-35th {
    width: 40%;
  }
}
#first-time .img-35th img {
  width: 100%;
}

/**************************メイン**************************/
#main {
  height: 100vh;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 0;
  background-color: #333333;
}
@media screen and (max-width: 599px) {
  #main {
    overflow-x: hidden;
  }
}
#main img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  inset: 0;
}

/**************************冒頭メッセージ**************************/
#concept {
  height: 4000px;
  position: relative;
  background: url(../image/bg_concept.png);
  background-size: cover;
  margin-top: -11px;
  position: relative;
}
@media screen and (max-width: 599px) {
  #concept {
    overflow-x: hidden;
  }
}
#concept::before {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 108px;
  background-image: url(../image/mokuji/01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  #concept::before {
    left: 15px;
  }
}
#concept img {
  width: 100%;
}
#concept .concept-logo.visible,
#concept .concept-text01.visible,
#concept .concept-text02.visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#concept .concept-logo {
  width: 194px;
  top: 18%;
  left: 50%;
  position: fixed;
  z-index: 90;
  opacity: 0;
  -webkit-transform: translate(-50%, 30px);
          transform: translate(-50%, 30px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (max-width: 599px) {
  #concept .concept-logo {
    width: 150px;
    top: 22%;
  }
}
#concept .concept-text01,
#concept .concept-text02 {
  width: 452px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  top: calc(18% + 161px);
  left: 50%;
  position: fixed;
  z-index: 90;
  opacity: 0;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  line-height: 3.1em;
}
@media screen and (max-width: 599px) {
  #concept .concept-text01,
  #concept .concept-text02 {
    font-size: 12px;
    width: 65%;
    line-height: 2.4em;
    top: calc(22% + 131px);
  }
}
@media screen and (max-width: 599px) {
  #concept .concept-text01 .font-24,
  #concept .concept-text02 .font-24 {
    margin-bottom: 10px;
  }
}
#concept .concept01,
#concept .concept02,
#concept .concept03,
#concept .concept04,
#concept .concept05 {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 3s ease, -webkit-transform 3s ease;
  transition: opacity 3s ease, -webkit-transform 3s ease;
  transition: opacity 3s ease, transform 3s ease;
  transition: opacity 3s ease, transform 3s ease, -webkit-transform 3s ease;
  position: absolute;
  z-index: 50;
}
#concept .show-concept {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#concept .concept01 {
  width: 283px;
  top: 3%;
  right: 162px;
}
@media screen and (max-width: 599px) {
  #concept .concept01 {
    width: 94px;
    top: 3%;
    right: 54px;
  }
}
#concept .concept02 {
  width: 374px;
  top: 12%;
  left: 0px;
}
@media screen and (max-width: 599px) {
  #concept .concept02 {
    width: 125px;
    top: 12%;
    left: 0px;
  }
}
#concept .concept03 {
  width: 374px;
  top: 47%;
  right: 0px;
}
@media screen and (max-width: 599px) {
  #concept .concept03 {
    width: 125px;
    top: 47%;
    right: 0px;
  }
}
#concept .concept04 {
  width: 483px;
  top: 58%;
  left: 100px;
}
@media screen and (max-width: 599px) {
  #concept .concept04 {
    width: 161px;
    top: 58%;
    left: 33px;
  }
}
#concept .concept05 {
  width: 283px;
  top: 73%;
  right: 445px;
}
@media screen and (max-width: 599px) {
  #concept .concept05 {
    width: 94px;
    top: 73%;
    right: 148px;
  }
}

.concept-bg01,
.concept-bg02 {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  position: absolute;
  z-index: 0;
}
.concept-bg01.slide-in-left,
.concept-bg02.slide-in-left {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.concept-bg01.slide-in-right,
.concept-bg02.slide-in-right {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.concept-bg02 {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}

.concept-bg01 {
  position: absolute;
  width: 100%;
  top: 200px;
}
.concept-bg01 img {
  width: 100%;
}

.concept-bg02 {
  position: absolute;
  width: 100%;
  top: 1400px;
}
.concept-bg02 img {
  width: 100%;
}

/**************************４つのSブロック**************************/
.line-4s {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 420px;
  height: 1100px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 599px) {
  .line-4s {
    width: 390px;
    height: 1000px;
  }
}
.line-4s img {
  width: 100%;
}

.con-4s {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 230px;
  text-align: center;
  color: #ffffff;
  z-index: 30000;
}
@media screen and (max-width: 599px) {
  .con-4s {
    width: 80%;
    height: 200px;
  }
}
.con-4s__ttl {
  font-size: 80px;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .con-4s__ttl {
    font-size: 60px;
  }
}
.con-4s__ttl span {
  display: inline-block;
  opacity: 0;
}
.con-4s__text {
  font-size: 12px;
  line-height: 2.3em;
}
.con-4s__triger {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  font-size: 16px;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.con-4s__triger a {
  display: block;
  width: 140px;
  text-align: left;
  padding-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.con-4s__triger a::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 14px;
  width: 20px;
  height: 6px;
  display: block;
  background: url(../image/ico_arrow.png);
  background-size: contain;
}
.con-4s__triger a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #adadad;
  -webkit-animation: border-flow 2s linear infinite;
          animation: border-flow 2s linear infinite;
}

.fours-bar {
  position: fixed;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 240px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 500000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fours-bar li {
  display: block;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#system {
  height: 100vh;
  background-image: url(../image/bg_system.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 599px) {
  #system {
    background-position: 80% center;
  }
}
#system::before {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 108px;
  background-image: url(../image/mokuji/02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  #system::before {
    left: 15px;
  }
}

#space {
  height: 100vh;
  background-image: url(../image/bg_space.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  z-index: 200;
}
#space::before {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 108px;
  background-image: url(../image/mokuji/02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  #space::before {
    left: 15px;
  }
}

#security {
  height: 100vh;
  background-image: url(../image/bg_security.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  z-index: 500;
}
#security::before {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 108px;
  background-image: url(../image/mokuji/02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  #security::before {
    left: 15px;
  }
}

#sustainability {
  height: 100vh;
  background-image: url(../image/bg_sustainability.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 400;
}
#sustainability::before {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 108px;
  background-image: url(../image/mokuji/02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  #sustainability::before {
    left: 15px;
  }
}
#sustainability .con-4s__ttl {
  font-size: 60px;
  position: absolute;
  bottom: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 400px;
}
@media screen and (max-width: 599px) {
  #sustainability .con-4s__ttl {
    font-size: 43px;
  }
}
#sustainability .con-4s__text {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 400px;
}
/**************************見出し共通**************************/
.ttl-h2 {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0px 0 100px 0;
  font-size: 80px;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 599px) {
  .ttl-h2 {
    font-size: 50px;
    padding: 0px 0 60px 0;
  }
}
.ttl-h2 span {
  font-size: 12px;
  display: block;
  padding: 10px 0px 30px 0px;
  position: relative;
}
.ttl-h2 span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
  height: 1px;
  background-color: #d0d0d0;
}

/**************************特徴**************************/
#features {
  position: relative;
  padding: 200px 0px 120px 0px;
  z-index: 10001;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #features {
    overflow-x: hidden;
  }
}
#features::before {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 123px;
  background-image: url(../image/mokuji/06.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  #features::before {
    left: 15px;
  }
}
@media screen and (max-width: 599px) {
  #features {
    padding-bottom: 200px;
  }
  #features p {
    width: 70%;
    margin: 0 auto;
  }
}
#features .ttl-h2 {
  background-color: #ffffff;
}

.room {
  width: 1350px;
  margin: 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 599px) {
  .room {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.room__ttl {
  font-size: 30px;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding-left: 12px;
  width: 200px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .room__ttl {
    padding-bottom: 20px;
    text-align: left;
    margin-left: 20px;
    width: 100%;
    font-size: 26px;
  }
}
.room__ttl::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 14px;
  width: 4px;
  height: 4px;
  background: #343434;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .room__ttl::before {
    top: 14px;
  }
}
.room__map {
  width: 1050px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .room__map {
    width: 100%;
  }
}
.room__map img {
  width: 100%;
}
.room__map a {
  display: block;
  position: absolute;
  width: 70px;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media screen and (max-width: 599px) {
  .room__map a {
    width: 35px;
  }
}
.room__map a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.room__map a::after {
  position: absolute;
  font-size: 14px;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 170px;
  display: block;
  pointer-events: none;
  line-height: 1.4em;
}
@media screen and (max-width: 599px) {
  .room__map a::after {
    font-size: 7px;
    bottom: -12px;
    width: 90px;
    display: none;
  }
}

.outside {
  width: 1350px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 599px) {
  .outside {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.outside__ttl {
  font-size: 30px;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding-left: 12px;
  width: 200px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .outside__ttl {
    padding-bottom: 20px;
    text-align: left;
    margin-left: 20px;
    width: 100%;
    font-size: 26px;
  }
}
.outside__ttl::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 14px;
  width: 4px;
  height: 4px;
  background: #343434;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .outside__ttl::before {
    top: 14px;
  }
}
.outside__map {
  width: 1050px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .outside__map {
    width: 100%;
  }
}
.outside__map img {
  width: 100%;
}
.outside__map a {
  display: block;
  position: absolute;
  width: 70px;
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media screen and (max-width: 599px) {
  .outside__map a {
    width: 40px;
  }
}
.outside__map a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.outside__map a::after {
  position: absolute;
  font-size: 14px;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 170px;
  display: block;
  pointer-events: none;
  line-height: 1.4em;
}
@media screen and (max-width: 599px) {
  .outside__map a::after {
    font-size: 7px;
    bottom: -12px;
    width: 90px;
    display: none;
  }
}

.room01 {
  top: 55%;
  left: 19%;
}
.room01::after {
  content: "スマートロック新モデル（UWB）";
  bottom: -44px !important;
}
@media screen and (max-width: 599px) {
  .room01::after {
    bottom: -19px !important;
  }
}

.room02 {
  top: 39%;
  left: 27%;
}
.room02::after {
  content: "鍵穴の無い玄関ドア";
  bottom: -44px !important;
}
@media screen and (min-width: 600px) {
  .room02::after {
    width: 80px !important;
  }
}
@media screen and (max-width: 599px) {
  .room02::after {
    bottom: -19px !important;
    width: 50px !important;
  }
}

.room03 {
  top: 57%;
  left: 35%;
}
.room03::after {
  content: "モニター付きインターホン";
  bottom: -44px !important;
}
@media screen and (min-width: 600px) {
  .room03::after {
    width: 90px !important;
  }
}
@media screen and (max-width: 599px) {
  .room03::after {
    bottom: -19px !important;
    width: 50px !important;
  }
}

.room04 {
  top: 36%;
  left: 38%;
}
.room04::after {
  content: "ルームセンサー";
}

.room05 {
  top: 15%;
  left: 5%;
}
.room05::after {
  content: "スマートセンサー";
}

.room06 {
  top: 28%;
  left: 85%;
}
.room06::after {
  content: "ウィンドウセキュリティ";
  bottom: -44px !important;
}
@media screen and (min-width: 600px) {
  .room06::after {
    width: 90px !important;
  }
}
@media screen and (max-width: 599px) {
  .room06::after {
    bottom: -19px !important;
    width: 50px !important;
  }
}

.room07 {
  top: 55%;
  left: 74%;
}
.room07::after {
  content: "シャッター付きサッシ";
  bottom: -44px !important;
}
@media screen and (min-width: 600px) {
  .room07::after {
    width: 100px !important;
  }
}
@media screen and (max-width: 599px) {
  .room07::after {
    bottom: -19px !important;
    width: 50px !important;
  }
}

.room08 {
  top: 9%;
  left: 34%;
}
.room08::after {
  content: "静音仕様";
}

.room09 {
  top: 34%;
  left: 65%;
}
.room09::after {
  content: "高速インターネット";
}

.room10 {
  top: 78%;
  left: 29%;
}
.room10::after {
  content: "その他標準設備";
}

.outside01 {
  top: 13%;
  left: 20%;
}
.outside01::after {
  content: "劣化対策等級３";
}

.outside02 {
  top: 44%;
  left: 59%;
}
.outside02::after {
  content: "宅配ボックス・集合ポスト";
  bottom: -44px !important;
}
@media screen and (min-width: 600px) {
  .outside02::after {
    width: 110px !important;
  }
}
@media screen and (max-width: 599px) {
  .outside02::after {
    bottom: -19px !important;
    width: 60px !important;
  }
}

.outside03 {
  top: 25%;
  left: 76%;
}
.outside03::after {
  content: "防犯カメラ";
}

/**************************タイプ**************************/
#type {
  position: relative;
  background: url(../image/bg_concept.png);
  background-size: cover;
  color: #ffffff;
  padding: 130px 0px 120px 0px;
  z-index: 10000;
}
@media screen and (max-width: 599px) {
  #type {
    overflow-x: hidden;
  }
}
#type::before {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 98px;
  background-image: url(../image/mokuji/07.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  #type::before {
    left: 15px;
  }
}
#type .type-list__item {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
#type .type-list__item.fade-up {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.type-bg01 {
  position: absolute;
  width: 100%;
  top: 20px;
  z-index: 10001;
}
.type-bg01 img {
  width: 100%;
}

.type-bg02 {
  position: absolute;
  width: 100%;
  top: 1520px;
  z-index: 10001;
}
.type-bg02 img {
  width: 100%;
}

.type-list {
  width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 2px;
  position: relative;
  z-index: 10002;
}
@media screen and (max-width: 599px) {
  .type-list {
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .type-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .type-list__item {
    grid-column: span 2;
  }
  .type-list__item:nth-last-child(-n+2) {
    grid-column: span 1;
  }
}
.type-list__item:nth-child(-n+7) {
  grid-column: span 2;
}
.type-list__item a {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .type-list__item a {
    height: 240px;
  }
}
.type-list__item a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  pointer-events: none;
  will-change: transform, opacity;
  z-index: 0;
}
.type-list__item a:hover::after {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.type-list__item p {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 10;
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .type-list__item p {
    left: 15px;
    bottom: 20px;
    font-size: 11px;
  }
}
.type-list__item__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 60px;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  left: 40px;
  bottom: 70px;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .type-list__item__ttl {
    font-size: 40px;
    left: 15px;
    bottom: 40px;
    padding-right: 16px;
  }
}
.type-list__item__ttl span {
  font-size: 12px;
  display: inline-block;
  opacity: 0.4;
  vertical-align: middle;
  margin-left: 16px;
}
@media screen and (max-width: 599px) {
  .type-list__item__ttl span {
    margin-left: 10px;
  }
}

.newstandard::after {
  background: url(../image/type-bg01.jpg) center center/cover no-repeat;
}

.avand::after {
  background: url(../image/type-bg02.jpg) center center/cover no-repeat;
}

.mezona::after {
  background: url(../image/type-bg03.jpg) center center/cover no-repeat;
}

.diira::after {
  background: url(../image/type-bg04.jpg) center center/cover no-repeat;
}

.duall::after {
  background: url(../image/type-bg05.jpg) center center/cover no-repeat;
}

.prism::after {
  background: url(../image/type-bg06.jpg) center center/cover no-repeat;
}

.origino::after {
  background: url(../image/type-bg07.jpg) center center/cover no-repeat;
}

.ex h3 {
  font-size: 38px;
}
@media screen and (max-width: 599px) {
  .ex h3 {
    font-size: 24px;
  }
}

.ex::after {
  background: url(../image/type-bg08.jpg) center center/cover no-repeat;
}

.voice h3 {
  font-size: 38px;
}
@media screen and (max-width: 599px) {
  .voice h3 {
    font-size: 24px;
  }
}

.voice::after {
  background: url(../image/type-bg09.jpg) center center/cover no-repeat;
}

.type-list__item:hover a::after {
  opacity: 0.8;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/**************************ロゴの意味**************************/
#message {
  padding: 400px 0px;
  background-image: url(../image/bg_message.jpg);
  background-size: cover;
  z-index: 100;
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 599px) {
  #message {
    overflow-x: hidden;
    height: auto;
  }
}
#message::before {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 123px;
  background-image: url(../image/mokuji/08.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  #message::before {
    left: 15px;
  }
}
#message .message-con {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#message .message-con.float-up {
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.message-con {
  width: 760px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
}
@media screen and (max-width: 599px) {
  .message-con {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.message-con__left {
  width: 240px;
  padding-top: 70px;
}
@media screen and (max-width: 599px) {
  .message-con__left {
    width: 100%;
    text-align: center;
    padding-top: 0px;
  }
}
.message-con__left img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .message-con__left img {
    width: 30%;
    margin: 0 auto;
  }
}
.message-con__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 80px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .message-con__right {
    padding: 30px 60px 0px 60px;
  }
}
.message-con__right::before {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background-color: #d6d6d6;
  position: absolute;
  top: 120px;
  left: 0px;
}
@media screen and (max-width: 599px) {
  .message-con__right::before {
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80px;
    height: 1px;
  }
}
.message-con__right h4 {
  font-size: 18px;
  font-style: normal;
  line-height: 2.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .message-con__right h4 {
    font-size: 16px;
    line-height: 1.6em;
  }
}
.message-con__right p {
  line-height: 2.1em;
  font-size: 12px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .message-con__right p {
    margin-bottom: 10px;
  }
}