@charset 'utf-8';
/*--------------------------------------------------------------------------------
  general
--------------------------------------------------------------------------------*/
body {
  width: 100%;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
  overflow-x: hidden;
  color: #444;
}
body[class*='EDGE-'] {
  position: static !important;
  z-index: auto !important;
  width: auto !important;
  height: auto !important;
  right: auto !important;
  bottom: auto !important;
  background-color: transparent !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  text-overflow: clip !important;
  background-size: auto !important;
}
sup {
  white-space: nowrap;
}
strong {
  color: #E60013 !important;
}
@media (min-width: 781px) {
  .l-container__inner {
    position: absolute;
  }
}
.pc {
  display: inherit !important;
}
.sp {
  display: none !important;
}
@media screen and (max-width: 780px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
}
/*============
nav
=============*/
nav {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 20;
  opacity: 0;
}
.is-opened nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  width: 100%;
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 2px dotted #333;
  margin-bottom: 10px;
}
nav .inner ul li a {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  color: #333;
  font-size: 18px;
  padding: 1em 0 1em 0.2em;
  text-decoration: none;
  transition-duration: 0.2s;
  border-radius: 5px;
  margin-bottom: 3px;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 780px) {
  nav {
    left: -250px;
    width: 250px;
  }
  nav .inner {
    padding-top: 50px;
  }
  nav .inner ul li a {
    font-size: 16px;
  }
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.is-opened #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #011938;
  opacity: .8;
  z-index: 15;
  cursor: pointer;
}
.btn_fixed {
  position: sticky;
  top: 14%;
  margin: 0 auto;
  max-width: 1920px;
  z-index: 15;
}
.btn_position {
  position: absolute;
  right: 1%;
  display: flex;
  gap: 10px;
  margin-top: 1.5%;
}
.btn_position_sp {
  position: sticky;
  top: 20vw;
  display: flex !important;
  justify-content: center;
  gap: 10px;
  z-index: 20;
  margin-bottom: 30px;
}
.btn_position_sp.is-opened_sp {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 781px) {
  .btn_position_sp {
    display: none !important;
  }
}
.btn_position button:hover, .btn_position a:hover {
  opacity: .7;
  text-decoration: none;
}
.menu-button_wrap {
  height: 43px;
  border-radius: 30px;
  background-color: #000000;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
  padding: 0 28.5px;
}
.menu-button_wrap.is-opened {
  width: 43px;
  padding: 0;
}
.menu-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 6px;
  width: 24px;
}
.menu-button__line, .menu-button::before, .menu-button::after {
  content: "";
  width: 18px;
  height: 1px;
  background-color: #ffffff;
  transition: transform 0.3s, opacity 0.3s;
}
.menu-button_wrap.is-opened .menu-button__line {
  opacity: 0;
}
.menu-button_wrap.is-opened .menu-button::before {
  transform: translateY(7px) rotate(-45deg);
}
.menu-button_wrap.is-opened .menu-button::after {
  transform: translateY(-7px) rotate(45deg);
}
.menu-text {
  font-family: "barlow-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 23px;
  margin-bottom: 4px;
}
.menu-button_wrap.is-opened .menu-text {
  display: none;
}
.direct-button_wrap {
  height: 43px;
  border-radius: 30px;
  background-color: #cc4a30;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s;
  padding: 0 23px;
}
.direct-text {
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.05em;
}
/*--------------------------------------------------------------------------------
  Main Visual
--------------------------------------------------------------------------------*/
.dbk-main-visual {
  display: block;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.kv_grid-container {
  display: grid;
  grid-template-columns: repeat(100, 1fr);
  grid-template-rows: 80px repeat(4, 1fr) 0 repeat(5, 1fr);
}
.kv-1 {
  grid-column: 65 / span 22;
  grid-row: 2 / span 4;
  z-index: 1;
  align-self: center;
}
.kv-2 {
  grid-column: 37 / span 64;
  grid-row: 1 / span 11;
}
.kv-3 {
  grid-column: 5 / span 15;
  grid-row: 2 / span 6;
}
.kv-4 {
  grid-column: 21 / span 15;
  grid-row: 2 / span 6;
}
.kv-5 {
  grid-column: 37 / span 23;
  grid-row: 2 / span 4;
}
.kv-6 {
  grid-column: 37 / span 23;
  grid-row: 7 / span 4;
  margin-top: -2px;
}
.kv-7 {
  grid-column: 5 / span 31;
  grid-row: 8 / span 3;
  align-self: center;
}
@media (max-width: 1920px) {
  .kv_grid-container {
    grid-template-rows: 4vw repeat(4, 1fr) 0 repeat(5, 1fr);
  }
}
@media (max-width: 780px) {
  .kv_grid-container {
    grid-template-columns: repeat(50, 1fr);
    grid-template-rows: repeat(10, 1fr) repeat(3, 1fr) 0 repeat(3, 1fr) 0 repeat(3, 1fr);
  }
  .kv-1 {
    grid-column: 8 / span 36;
    grid-row: 1 / span 4;
  }
  .kv-2 {
    grid-column: 1 / span 50;
    grid-row: 1 / span 15;
  }
  .kv-3 {
    grid-column: 6 / span 16;
    grid-row: 11 / span 5;
  }
  .kv-4 {
    grid-column: 6 / span 16;
    grid-row: 16 / span 6;
    align-self: center;
  }
  .kv-5 {
    grid-column: 24 / span 24;
    grid-row: 15 / span 3;
  }
  .kv-6 {
    grid-column: 24 / span 24;
    grid-row: 19 / span 3;
    margin-top: 0;
  }
  .kv-7 {
    grid-column: 24 / span 24;
    grid-row: 11 / span 3;
    align-self: unset;
  }
}
.anc_caption {
  position: relative;
  display: inline-block;
  overflow: hidden;
  filter: drop-shadow(0 0 22.3546px rgba(116, 150, 178, 0.3));
}
.anc_caption::before {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  transform: rotate(45deg);
  animation: kirari 1.5s ease-in-out forwards;
  animation-delay: 0.8s;
}
@keyframes kirari {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  75% {
    transform: scale(0) rotate(25deg);
    opacity: 0.5;
  }
  76% {
    transform: scale(4) rotate(25deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
.anc_caption::after {
  content: '';
  background-repeat: no-repeat;
  position: absolute;
  left: 15px;
  top: 15px;
  filter: drop-shadow(0 0 4.7503px rgba(0, 0, 0, 0.5));
}
.kv-3 .anc_caption::after {
  background-image: url("../images/anc_caption_01.svg");
  width: 104px;
  height: 29px;
}
.kv-4 .anc_caption::after {
  background-image: url("../images/anc_caption_02.svg");
  width: 58px;
  height: 29px;
}
.kv-6 .anc_caption::after {
  background-image: url("../images/anc_caption_03.svg");
  width: 64px;
  height: 29px;
}
.kv-7 .anc_caption::after {
  background-image: url("../images/anc_caption_04.svg");
  width: 64px;
  height: 29px;
}
.kv-5 .anc_caption::after {
  background-image: url("../images/anc_caption_05.svg");
  width: 80px;
  height: 23px;
}
@media (max-width: 1920px) {
  .anc_caption::after {
    left: 0.78vw;
    top: 0.78vw;
  }
  .kv-3 .anc_caption::after {
    background-size: 5.42vw auto;
  }
  .kv-4 .anc_caption::after {
    background-size: 3.02vw auto;
  }
  .kv-6 .anc_caption::after {
    background-size: 3.33vw auto;
  }
  .kv-7 .anc_caption::after {
    background-size: 3.33vw auto;
  }
  .kv-5 .anc_caption::after {
    background-size: 4.17vw auto;
  }
}
@media (max-width: 780px) {
  .anc_caption::after {
    left: 1.3vw;
    top: 1.3vw;
  }
  .kv-3 .anc_caption::after {
    background-size: 13.33vw auto;
  }
  .kv-4 .anc_caption::after {
    background-size: 7.43vw auto;
  }
  .kv-6 .anc_caption::after {
    background-size: 8.2vw auto;
  }
  .kv-7 .anc_caption::after {
    background-size: 8.2vw auto;
  }
  .kv-5 .anc_caption::after {
    background-size: 10.25vw auto;
  }
}
.anc_caption:hover::after {
  display: none;
}
.anc_caption .anc_mask {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute; /* 絶対位置指定 */
  top: 0;
  left: 0;
  opacity: 0; /* マスクを表示しない */
  background-color: rgba(1, 33, 74, 0.3); /* マスクは半透明 */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.anc_caption:hover .anc_mask {
  opacity: 1; /* マスクを表示する */
}
.anc_mask img {
  filter: drop-shadow(0 0 4.7503px rgba(0, 0, 0, 0.5));
}
.anc_caption > img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.anc_caption:hover > img {
  transform: scale(1.15);
}
@media (max-width: 1920px) {
  .anc_mask img {
    height: 4.45vw;
  }
}
@media (max-width: 780px) {
  .anc_mask img {
    height: 10vw;
  }
}
.kv_btn_wrap {
  margin: 0 auto;
  text-align: center;
  padding: 80px 15px;
  color: #1c1d1e;
}
.kv_btn_box {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
.kv_btn {
  width: 525px;
  height: 78.75px;
  border-radius: 100vh;
  background-image: linear-gradient(90deg, #3ec0fd 0%, #70d8cf 54%, #4b9dfb 100%);
  padding: 2px;
}
.kv_btn:hover {
  text-decoration: none !important;
}
.kv_btn > div {
  position: relative;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 37px;
  letter-spacing: 0.1em;
  color: #fff !important;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.kv_btn:hover > div {
  background-color: #fff;
}
.kv_btn > div::before {
  content: '';
  position: absolute;
  line-height: 1;
  background-image: linear-gradient(90deg, #3ec0fd 0%, #70d8cf 54%, #4b9dfb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kv_btn:first-child:hover > div::before {
  content: '５つのこだわり';
}
.kv_btn:last-child:hover > div::before {
  content: '開発ストーリー';
}
.kv_btn:first-child > div::after, nav .inner ul li:first-child a::after {
  content: '';
  background-image: url("../images/kv_bottom_arrow_w.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 15%;
  top: auto;
  width: 18px;
  height: 25px;
}
nav .inner ul li a::after {
  content: '';
  background-image: url("../images/kv_bottom_arrow_gray.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 14px;
  height: 25px;
}
.kv_btn:last-child > div::after, nav .inner ul li:last-child a::after {
  content: '';
  background-image: url("../images/kv_right_arrow_w.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 15%;
  top: auto;
  width: 25px;
  height: 18px;
}
nav .inner ul li:first-child a::after {
  background-image: url("../images/kv_bottom_arrow.svg");
  right: 15px;
}
nav .inner ul li:last-child a::after {
  background-image: url("../images/kv_right_arrow.svg");
  right: 15px;
}
nav .inner ul li a:hover::after {
  animation: fuwafuwa 1s linear infinite;
}
.kv_btn:first-child:hover > div::after, nav .inner ul li:first-child a:hover::after {
  background-image: url("../images/kv_bottom_arrow.svg");
  animation: fuwafuwa 1s linear infinite;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-8px)
  }
  100% {
    transform: translateY(0)
  }
}
.kv_btn:last-child:hover > div::after, nav .inner ul li:last-child a:hover::after {
  background-image: url("../images/kv_right_arrow.svg");
  animation: fuwafuwa2 1s linear infinite;
}
@keyframes fuwafuwa2 {
  0% {
    transform: translateX(0)
  }
  50% {
    transform: translateX(-8px)
  }
  100% {
    transform: translateX(0)
  }
}
@media screen and (max-width: 1920px) {
  .kv_btn_wrap {
    padding: 4.17vw 15px;
  }
  .kv_btn {
    width: 27.34vw;
    height: 4.1vw;
  }
  .kv_btn > div {
    font-size: 1.93vw;
  }
  .kv_btn:first-child > div::after {
    top: 1.3vw;
    background-size: 0.94vw auto;
  }
  .kv_btn:last-child > div::after {
    top: 1.5vw;
    background-size: auto 0.94vw;
  }
}
@media screen and (max-width: 1440px) {
  .kv_btn:first-child > div::after {
    right: 10%;
  }
  .kv_btn:last-child > div::after {
    right: 10%;
  }
}
@media screen and (max-width: 780px) {
  .kv_btn_wrap {
    padding: 5vw 15px 9vw;
  }
  .kv_btn_box {
    gap: 5.14vw;
  }
  .kv_btn {
    width: 75%;
    height: 10.1vw;
  }
  .kv_btn > div {
    font-size: 4.75vw;
  }
  nav .inner ul li a::after {
    top: 10px;
  }
  .kv_btn:first-child > div::after {
    top: 3.2vw;
    background-size: 2.3vw auto;
  }
  .kv_btn:last-child > div::after {
    top: 3.67vw;
    background-size: auto 2.3vw;
  }
}
/*--------------------------------------------------------------------------------
  link banner
--------------------------------------------------------------------------------*/
.dbk-link-banner {
  display: block;
  margin-top: 60px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.dbk-link-banner img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dbk-link-banner a:hover img {
  filter: brightness(0.8);
}
.btn--orange, a.btn--orange {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  font-size: 23px;
  line-height: 37px;
  letter-spacing: 0.1em;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #fff;
  background: #e97236;
  border: 2px solid #e97236;
  border-radius: 100vh;
  width: 700px;
  height: 175px;
}
.btn--orange::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.btn--orange:hover::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 15px;
  height: 15px;
  margin: auto;
  border-top: 1px solid #e97236;
  border-right: 1px solid #e97236;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.btn--orange:hover, a.btn--orange:hover {
  color: #e97236;
  background: #fff;
}
.direct_member {
  font-weight: 700;
  font-size: 15px;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -8px;
  margin-bottom: 10px;
}
.direct_member::before, .direct_member::after {
  width: 1px;
  height: 20px;
  background-color: #ffffff;
  content: '';
  margin-top: 10px;
}
.direct_member::before {
  transform: rotate(-35deg);
  margin-right: 15px;
}
.direct_member::after {
  transform: rotate(35deg);
  margin-left: 15px;
}
.btn--orange:hover .direct_member::before, .btn--orange:hover .direct_member::after {
  background-color: #e97236;
}
@media screen and (max-width: 780px) {
  .dbk-link-banner {
    margin-top: 7.7vw;
  }
  .btn--orange, a.btn--orange {
    font-size: 3.6vw;
    line-height: 5.2vw;
  }
  .btn--orange::after {
    right: 20px;
    width: 3vw;
    height: 3vw;
  }
  .btn--orange:hover::after {
    right: 20px;
    width: 3vw;
    height: 3vw;
  }
  .direct_member {
    font-size: 2.6vw;
    line-height: 0;
    margin-top: 0;
    margin-bottom: 0.7vw;
  }
  .direct_member::before, .direct_member::after {
    height: 3.4vw;
    margin-top: 0.7vw;
  }
}
@media screen and (max-width: 730px) {
  .btn--orange, a.btn--orange {
    width: 100%;
    height: 24vw;
  }
}
.intro_area {
  padding: 0 15px 200px;
}
.intro_text {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 100px;
  text-align: center;
}
.bg-wrap, .bg-wrap .inn {
  display: block;
}
.bg-wrap {
  overflow: hidden;
  opacity: 0;
}
.bg-wrap .inn {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, 100);
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
  text-align: left;
}
.intro_text > .inn {
  text-align: inherit;
}
.bg-wrap.is-animated {
  opacity: 1;
}
.bg-wrap.is-animated .inn {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
@media screen and (max-width: 1920px) {
  .intro_area {
    padding: 0 15px 10.4vw;
  }
}
@media screen and (max-width: 1130px) {
  .intro_area {
    padding: 4vw 15px 13.3vw;
  }
  .intro_text {
    font-size: 2.83vw;
    line-height: 8.8vw;
  }
}
@media screen and (max-width: 780px) {
  .intro_area {
    padding: 0 15px 30px;
  }
  .intro_text {
    font-size: 4.1vw;
  }
}
.commitment_area_wrap {
  max-width: 1920px;
  padding-bottom: 300px;
  margin: 0 auto;
}
.commitment_area_wrap h2 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 50px;
  line-height: 44px;
  letter-spacing: 0.2em;
  position: relative;
  display: inline-block;
  margin-bottom: 70px;
}
.commitment_area_wrap h2:before {
  content: '';
  position: absolute;
  bottom: -70px;
  display: inline-block;
  width: 100px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: linear-gradient(90deg, #82e2fe, #b5e8e8 54%, #78b5fc);
}
.commitment_area_wrap h3 {
  margin: 250px 0 100px;
  position: relative;
}
.commitment_area_wrap h3 span {
  position: absolute;
}
#lightweight span {
  top: 54%;
  right: 20%;
}
#design span {
  top: 35%;
  left: 11%;
}
#display span {
  top: 54%;
  right: 9%;
}
#battery span {
  top: 31%;
  right: 39%;
}
#interface span {
  top: 54%;
  right: 8%;
}
.anim-box.fadein.is-animated {
  animation: fadeIn 1.2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.point_img {
  opacity: 0;
}
.point_img.is-animated {
  animation-name: point_fadein;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes point_fadein {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.commitment_text {
  align-self: end;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 64px;
}
@media (max-width: 1920px) {
  .commitment_area_wrap {
    padding-bottom: 15.6vw;
  }
  .commitment_area_wrap h3 {
    margin: 13vw 0 5.2vw;
  }
  #lightweight span img {
    width: 31.07vw;
  }
  #design span img {
    width: 25.48vw;
  }
  #display span img {
    width: 36.38vw;
  }
  #battery span img {
    width: 23.74vw;
  }
  #interface span img {
    width: 28.71vw;
  }
  .point_img {
    height: 1.771vw;
  }
  .commitment_text {
    font-size: 1.25vw;
    line-height: 3.33vw;
  }
}
@media screen and (max-width: 1130px) {
  .commitment_area_wrap h2 {
    font-size: 4.4vw;
    line-height: 3.9vw;
  }
  .commitment_area_wrap h2:before {
    bottom: -6.2vw;
    width: 8.9vw;
  }
}
@media (max-width: 780px) {
  .commitment_area_wrap h2 {
    font-size: 5vw;
    margin-top: 60px;
    margin-bottom: 5.5vw;
  }
  .commitment_area_wrap h2:before {
    bottom: -5.5vw;
    width: 8vw;
    height: 3px;
  }
  .commitment_area_wrap h3 {
    margin: 16vw 0 9vw;
  }
  #lightweight span {
    top: 18%;
    right: 17%;
  }
  #lightweight span img {
    width: 65.07vw;
  }
  #design span {
    top: 18%;
    left: 24%;
  }
  #design span img {
    width: 53.07vw;
  }
  #display span {
    top: 19%;
    right: 16%;
  }
  #display span img {
    width: 68.07vw;
  }
  #battery span {
    top: 23%;
    right: 29%;
  }
  #battery span img {
    width: 42.07vw;
  }
  #interface span {
    top: 17%;
    right: 26%;
  }
  #interface span img {
    width: 48.07vw;
  }
  .point_img {
    min-height: 24px;
    height: 5vw;
  }
  .commitment_text {
    font-size: 4.27vw;
    line-height: 9.07vw;
    text-align: center;
  }
}
.Lightweight-container {
  display: grid;
  grid-template-columns: repeat(100, 1fr);
  grid-template-rows: repeat(8, 1fr);
}
.Lightweight-1 {
  grid-column: 23 / span 25;
  grid-row: 1 / span 4;
  overflow: hidden;
  position: relative;
}
.Lightweight-1::before {
  background: #f2f5f3;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.Lightweight-1.is-animated::before {
  animation: img-vertical 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes img-vertical {
  100% {
    transform: translateY(100%);
  }
}
.Lightweight-2 {
  grid-column: 50 / span 35;
  grid-row: 2 / span 5;
}
.Lightweight-3 {
  grid-column: 55 / span 29;
  grid-row: 1 / span 1;
  padding-top: 20px;
}
.Lightweight-4 {
  grid-column: 12 / span 36;
  grid-row: 6 / span 1;
}
.Lightweight-5 {
  grid-column: 13 / span 33;
  grid-row: 7 / span 2;
}
.Lightweight-6 {
  grid-column: 50 / span 29;
  grid-row: 7 / span 2;
}
@media (max-width: 1920px) {
  .Lightweight-3 {
    padding-top: 1.06vw;
  }
}
@media (max-width: 780px) {
  .Lightweight-container {
    grid-template-columns: repeat(50, 1fr);
    grid-template-rows: repeat(32, 1fr);
  }
  .Lightweight-1 {
    grid-column: 29 / span 22;
    grid-row: 15 / span 8;
  }
  .Lightweight-2 {
    grid-column: 8 / span 36;
    grid-row: 3 / span 13;
    z-index: 2;
  }
  .Lightweight-3 {
    grid-column: 15 / span 29;
    grid-row: 1 / span 2;
    padding: 0;
  }
  .Lightweight-4 {
    grid-column: 5 / span 22;
    grid-row: 17 / span 4;
    align-self: center;
  }
  .Lightweight-5 {
    grid-column: 1 / span 25;
    grid-row: 21 / span 4;
  }
  .Lightweight-6 {
    grid-column: 3 / span 47;
    grid-row: 26 / span 6;
    align-self: center;
  }
}
.Design-container {
  display: grid;
  grid-template-columns: repeat(100, 1fr);
  grid-template-rows: repeat(10, 1fr);
}
.Design-1 {
  grid-column: 1 / span 59;
  grid-row: 1 / span 7;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.Design-1::before {
  background: #f2f5f3;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.Design-1.is-animated::before {
  animation: img-horizontal-l 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes img-horizontal-l {
  100% {
    transform: translateX(-100%);
  }
}
.Design-2 {
  grid-column: 64 / span 32;
  grid-row: 4 / span 1;
}
.Design-4 {
  grid-column: 57 / span 35;
  grid-row: 7 / span 4;
}
.Design-5 {
  grid-column: 23 / span 31;
  grid-row: 8 / span 3;
}
@media (max-width: 780px) {
  .Design-container {
    grid-template-columns: repeat(50, 1fr);
    grid-template-rows: repeat(19, 1fr);
  }
  .Design-1 {
    grid-column: 3 / span 46;
    grid-row: 1 / span 5;
  }
  .Design-2 {
    grid-column: 8 / span 37;
    grid-row: 6 / span 1;
    align-self: center;
  }
  .Design-3 {
    grid-column: 1 / span 38;
    grid-row: 7 / span 5;
    align-self: center;
  }
  .Design-4 {
    grid-column: 17 / span 34;
    grid-row: 11 / span 4;
    z-index: 1;
  }
  .Design-5 {
    grid-column: 3 / span 47;
    grid-row: 15 / span 4;
    align-self: center;
  }
}
.Display-container {
  display: grid;
  grid-template-columns: repeat(100, 1fr);
  grid-template-rows: repeat(6, 1fr);
}
.Display-1 {
  grid-column: 44 / span 48;
  grid-row: 1 / span 3;
}
.Display-2 {
  grid-column: 9 / span 32;
  grid-row: 1 / span 2;
  align-self: center;
}
.Display-3 {
  grid-column: 15 / span 36;
  grid-row: 3 / span 3;
}
.Display-4 {
  grid-column: 59 / span 33;
  grid-row: 4 / span 3;
  align-self: center;
  margin-top: 120px;
}
.Display-5 {
  grid-column: 22 / span 32;
  grid-row: 5 / span 2;
  margin-bottom: 30px;
}
@media (max-width: 1920px) {
  .Display-4 {
    margin-top: 6.25vw;
  }
  .Display-5 {
    margin-bottom: 1.56vw;
  }
}
@media (max-width: 780px) {
  .Display-container {
    grid-template-columns: repeat(50, 1fr);
    grid-template-rows: repeat(10, 1fr);
  }
  .Display-1 {
    grid-column: 3 / span 46;
    grid-row: 1 / span 3;
  }
  .Display-2 {
    grid-column: 7 / span 37;
    grid-row: 4 / span 1;
    margin-top: 6vw;
    align-self: unset;
  }
  .Display-3 {
    grid-column: 1 / span 32;
    grid-row: 5 / span 3;
    align-self: center;
  }
  .Display-4 {
    grid-column: 30 / span 21;
    grid-row: 6 / span 2;
    margin: 0;
    align-self: end;
  }
  .Display-5 {
    grid-column: 3 / span 47;
    grid-row: 8 / span 3;
    margin: 0;
    align-self: center;
  }
}
.Battery-container {
  display: grid;
  grid-template-columns: repeat(100, 1fr);
  grid-template-rows: repeat(5, 1fr);
}
.Battery-1 {
  grid-column: 1 / span 49;
  grid-row: 1 / span 6;
  overflow: hidden;
  position: relative;
}
.Battery-1::before {
  background: #f2f5f3;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.Battery-1.is-animated::before {
  animation: img-horizontal-r 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes img-horizontal-r {
  100% {
    transform: translateX(100%);
  }
}
.Battery-2 {
  grid-column: 54 / span 34;
  grid-row: 1 / span 2;
  align-self: center;
}
.Battery-3 {
  grid-column: 55 / span 26;
  grid-row: 3 / span 3;
}
@media (max-width: 780px) {
  .Battery-container {
    grid-template-columns: repeat(50, 1fr);
    grid-template-rows: repeat(8, 1fr);
  }
  .Battery-1 {
    grid-column: 3 / span 46;
    grid-row: 1 / span 3;
  }
  .Battery-2 {
    grid-column: 8 / span 37;
    grid-row: 4 / span 1;
    align-self: end;
  }
  .Battery-3 {
    grid-column: 3 / span 47;
    grid-row: 5 / span 4;
    margin: 0;
    align-self: center;
  }
}
.Interface-container {
  display: grid;
  grid-template-columns: repeat(100, 1fr);
  grid-template-rows: repeat(9, 1fr);
}
.Interface-1 {
  grid-column: 1 / span 57;
  grid-row: 1 / span 6;
}
.Interface-2 {
  grid-column: 62 / span 29;
  grid-row: 2 / span 2;
  align-self: center;
}
.Interface-3 {
  grid-column: 72 / span 29;
  grid-row: 5 / span 3;
}
.Interface-4 {
  grid-column: 62 / span 24;
  grid-row: 7 / span 3;
  align-self: end;
}
.Interface-5 {
  grid-column: 22 / span 32;
  grid-row: 8 / span 2;
}
@media (max-width: 780px) {
  .Interface-container {
    grid-template-columns: repeat(50, 1fr);
    grid-template-rows: repeat(11, 1fr);
  }
  .Interface-1 {
    grid-column: 3 / span 46;
    grid-row: 1 / span 3;
  }
  .Interface-2 {
    grid-column: 9 / span 37;
    grid-row: 4 / span 1;
    align-self: end;
  }
  .Interface-3 {
    grid-column: 19 / span 32;
    grid-row: 5 / span 3;
    align-self: center;
    margin-bottom: 7vw;
  }
  .Interface-4 {
    grid-column: 1 / span 24;
    grid-row: 7 / span 2;
    align-self: flex-start;
  }
  .Interface-5 {
    grid-column: 3 / span 47;
    grid-row: 9 / span 3;
    align-self: center;
  }
}
.anim-box {
  opacity: 0;
}
.anim-box.slidein1.is-animated {
  animation: slideIn1 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0s;
}
.anim-box.slidein2.is-animated {
  animation: slideIn1 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.2s;
}
.anim-box.slidein3.is-animated {
  animation: slideIn3 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.4s;
}
.anim-box.slidein4.is-animated {
  animation: slideIn4 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.6s;
}
.anim-box.slidein5.is-animated {
  animation: slideIn5 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.8s;
}
@keyframes slideIn1 {
  0% {
    transform: translateY(-180px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn3 {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn4 {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn5 {
  0% {
    transform: translateY(180px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.anim-box.fadedown.is-animated {
  animation: fadedown 2s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-delay: 1s;
}
@keyframes fadedown {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.slideshow-fade_img {
  position: relative;
}
.slideshow-fade_img li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  animation: img-switch-animation 8s infinite;
}
.slideshow-fade_img li:nth-of-type(1) {
  animation-delay: 0s;
}
.slideshow-fade_img li:nth-of-type(2) {
  animation-delay: 2s;
}
.slideshow-fade_img li:nth-of-type(3) {
  animation-delay: 4s;
}
.slideshow-fade_img li:nth-of-type(4) {
  animation-delay: 6s;
}
@keyframes img-switch-animation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    z-index: 10;
  }
  100% {
    opacity: 0;
  }
}
.smooth {
  clip-path: inset(0 100% 0 0);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
}
.smooth.is-animated {
  clip-path: inset(0);
}
.mask-bg {
  display: inline-block;
  overflow: hidden;
  position: relative;
  line-height: 0;
}
.mask-bg::after {
  background: linear-gradient(to right, #82e2fe 0%, #b5e8e8 54%, #78b5fc 100%);
  bottom: -1px;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}
.mask-bg.is-animated::after {
  animation: mask-bg 1s cubic-bezier(0.8, 0, 0.170, 1);
}
@keyframes mask-bg {
  0% {
    transform: translate(0, 101%)
  }
  40%, 60% {
    transform: translate(0, 0%)
  }
  100% {
    transform: translate(0, -100%)
  }
}
.anim-box.slide-skew-r.is-animated {
  animation: slide-skew-r 0.4s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slide-skew-r {
  0% {
    transform: translate(180px, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.anim-box.slide-skew-l.is-animated {
  animation: slide-skew-l 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slide-skew-l {
  0% {
    transform: translate(-180px, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.anim-box.zoomin.is-animated {
  animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.circle.is-animated {
  animation: circle 2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}
@keyframes circle {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
.anim-box.popslide-r.is-animated {
  animation: popslide-r 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes popslide-r {
  0% {
    transform: translateX(100px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}
.anim-box.popslide-l.is-animated {
  animation: popslide-l 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes popslide-l {
  0% {
    transform: translateX(-100px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}
.anim-box.popup.is-animated {
  animation: popup 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes popup {
  0% {
    transform: translateY(100px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}
.g_spec_wrap {
  max-width: 900px;
  margin: 150px auto;
}
table, td, th {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  border-top: 1px solid #4c4948;
  border-collapse: collapse;
}
td, th {
  padding: 45px 7px;
}
tr:last-child td, tr:last-child th {
  padding-bottom: 0;
}
table b {
  font-weight: 700;
  font-size: 23.5px;
}
table sup {
  font-size: 14px;
}
@media (max-width: 780px) {
  .g_spec_wrap {
    margin: 13vw auto;
  }
  table, td, th, table b {
    font-size: 100%;
  }
  td, th {
    padding: 20px 7px;
  }
}
/*--------------------------------------------------------------------------------
  n2  -  Features
--------------------------------------------------------------------------------*/
.dbk-front-02 {
  background-color: #fff;
  padding: 100px 15px 50px;
}
.dbk-front-02 sup {
  line-height: 0;
}
.v-notes__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 100px 0 20px;
}
.v-notes__item {
  display: table;
  margin: 0;
  font-size: 11px;
  line-height: 24px;
}
.v-notes__item span {
  display: table-cell;
}
.v-notes__item span:first-of-type {
  padding: 0 0.5em 0 0;
  /* width: 3.5em; */
}
@media (max-width: 780px) {
  .dbk-front-02 {
    background-color: #fff;
    padding: 50px 15px;
  }
  .v-notes__inner {
    padding-top: 60px;
  }
}