@charset "UTF-8";
/* ===================================================================


=================================================================== */
.modal__video .container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .modal__video .container {
    width: 90% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .modal__video .container {
    width: 100% !important;
  }
}

.main .list-nav__item .caption:after {
  content: "\e901";
  font-family: 'sixpad';
  color: #dc143c;
  position: absolute;
  font-size: 18px;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
@media only screen and (min-width: 769px) {
  .main .list-nav__item .caption:after {
    font-size: 23px;
  }
}

#contents {
  padding-top: 90px;
}
@media only screen and (min-width: 769px) {
  #contents {
    padding-top: 80px;
  }
}

/* -----------------------------------------------------------
	.main
----------------------------------------------------------- */
.main {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .main {
    height: calc(100vh - 80px);
    min-height: 760px;
  }
}
.main__content {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 1.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 1.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
.main__content.animated {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 769px) {
  .main__content {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    height: calc(100vh - 80px);
    min-height: 760px;
    width: 50%;
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .main__content {
    width: 35%;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 769px) {
  .main__content .inner {
    width: 390px;
  }
}
.main__content .ttl {
  margin-bottom: 35px;
  line-height: 1.5;
  letter-spacing: .2ex;
  display: block;
}
@media only screen and (min-width: 769px) {
  .main__content .ttl {
    margin-bottom: 60px;
  }
}
.main__content .ttl span {
  display: block;
}
.main__content .ttl span.en {
  font-family: "Martel Sans", sans-serif;
  font-size: 2.2rem;
}
@media only screen and (min-width: 769px) {
  .main__content .ttl span.en {
    font-size: 3.6rem;
  }
}
.main__content .ttl span.jp {
  color: #dc143c;
  font-size: 1rem;
}
@media only screen and (min-width: 769px) {
  .main__content .ttl span.jp {
    font-size: 1.6rem;
  }
}
.main__content .text-catch {
  font-size: 1.8rem;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .main__content .text-catch {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 320px) {
  .main__content .text {
    white-space: nowrap;
  }
}
.main__content .text-attention {
  font-size: 1rem;
  margin-top: 10px;
  color: #999999;
  letter-spacing: 0.1ex;
}
@media only screen and (min-width: 769px) {
  .main__content .text-attention {
    font-size: 1.3rem;
  }
}
.main .list-nav {
  height: 265px;
  width: 100%;
  position: relative;
}
.main .list-nav:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 769px) {
  .main .list-nav {
    position: absolute;
    width: 100%;
    right: 0;
    top: 0;
    height: 100%;
    overflow: visible;
  }
}
.main .list-nav__item {
  width: 33.3333333%;
  height: 100%;
  position: absolute;
  right: 100%;
  overflow: hidden;
  pointer-events: none;
  top: 0;
}
.main .list-nav__item .img {
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
  background-size: auto 100%;
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
@media only screen and (min-width: 769px) {
  .main .list-nav__item .img {
    top: 0;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background-position: center;
  }
}
.main .list-nav__item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .list-nav__item:nth-child(1) {
  z-index: 3;
}
.main .list-nav__item:nth-child(2) {
  z-index: 2;
}
.main .list-nav__item:nth-child(3) {
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .main .list-nav__item:hover .caption {
    color: #dc143c;
    right: 15px;
  }
}
.main .list-nav__item .caption {
  position: absolute;
  font-family: "Martel Sans", sans-serif;
  font-size: 1.0rem;
  bottom: 15px;
  right: 5%;
  line-height: 1.4;
  padding-bottom: 15px;
  text-align: right;
  z-index: 2;
}
@media only screen and (min-width: 1280px) {
  .main .list-nav__item .caption {
    font-size: 1.3rem;
    text-align: right;
    -webkit-transition: 0.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
    transition: 0.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
    padding-bottom: 0;
  }
  .main .list-nav__item .caption br {
    display: none;
  }
}
.main .list-nav__item .caption:after {
  right: 0;
  bottom: -5px;
  opacity: 0;
  -webkit-transition: 0.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
@media only screen and (min-width: 1280px) {
  .main .list-nav__item .caption:after {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .main .list-nav.scaled .list-nav__item .img {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}
@media only screen and (min-width: 1024px) {
  .main .list-nav.scaled .list-nav__item .img {
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
}
.main.animation-end .list-nav {
  width: 100% !important;
}
@media only screen and (min-width: 769px) {
  .main.animation-end .list-nav {
    width: 100% !important;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.main.animation-end .list-nav .list-nav__item {
  pointer-events: auto;
  -webkit-transition: 0.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
  width: 33.33333% !important;
}
@media only screen and (min-width: 769px) {
  .main.animation-end .list-nav .list-nav__item {
    width: 16.6666666% !important;
    position: relative;
    right: auto !important;
  }
  .main.animation-end .list-nav .list-nav__item img {
    -webkit-transition: 0.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
    transition: 0.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
  }
  .main.animation-end .list-nav .list-nav__item .img {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .main.animation-end .list-nav .list-nav__item:hover {
    width: 33.33333333% !important;
  }
  .main.animation-end .list-nav .list-nav__item:hover .img {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}
@media only screen and (min-width: 1024px) {
  .main.animation-end .list-nav .list-nav__item:hover .img {
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
}
.main.animation-end .list-nav .list-nav__item:nth-child(1) {
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .main.animation-end .list-nav .list-nav__item:nth-child(1) {
    right: 66.666666% !important;
  }
}
.main.animation-end .list-nav .list-nav__item:nth-child(2) {
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .main.animation-end .list-nav .list-nav__item:nth-child(2) {
    right: 33.333333% !important;
  }
}
.main.animation-end .list-nav .list-nav__item:nth-child(3) {
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .main.animation-end .list-nav .list-nav__item:nth-child(3) {
    right: 0 !important;
  }
}
.main.animation-end .list-nav .list-nav__item .caption:after {
  opacity: 1;
}

.no-webp .main .list-nav__item:nth-child(1) .img {
  background-image: url(../images/feature01.jpg);
}
.no-webp .main .list-nav__item:nth-child(2) .img {
  background-image: url(../images/feature02.jpg);
}
.no-webp .main .list-nav__item:nth-child(3) .img {
  background-image: url(../images/feature03.jpg);
}

.webp .main .list-nav__item:nth-child(1) .img {
  background-image: url(../images/system/img_nav_bodysuit.webp);
}
.webp .main .list-nav__item:nth-child(2) .img {
  background-image: url(../images/system/img_nav_controltower.webp);
}
.webp .main .list-nav__item:nth-child(3) .img {
  background-image: url(../images/system/img_nav_mirror.webp);
}

/* -----------------------------------------------------------
	.intro
----------------------------------------------------------- */
@media only screen and (min-width: 769px) {
  .intro {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .intro {
    padding-top: 100px;
  }
}
.intro .container {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .intro .container {
    padding-top: 160px;
    max-width: 1440px;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .intro .container {
    padding-top: 0;
  }
}
@media only screen and (min-width: 769px) {
  .intro .ttl-main {
    padding-right: 6%;
    padding-top: 15px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 5%;
    z-index: 2;
  }
  .intro .ttl-main span.en {
    letter-spacing: .2ex;
  }
}
@media only screen and (min-width: 1260px) {
  .intro .ttl-main {
    left: 12%;
  }
}
.intro .img {
  text-align: center;
  margin-bottom: 25px;
}
.intro .img img {
  width: 68%;
}
@media only screen and (min-width: 769px) {
  .intro .img {
    margin-bottom: 0;
    padding: 0 30px;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
  }
  .intro .img img {
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .intro .img {
    width: 100%;
    padding-top: 80px;
  }
}
@media only screen and (min-width: 769px) {
  .intro .content {
    padding-top: 80px;
    margin-left: 4%;
    width: 50%;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .intro .content {
    padding-top: 110px;
    width: 31%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 19%;
  }
}
@media only screen and (min-width: 1024px) {
  .intro .content .text {
    line-height: 2.2;
  }
}
.intro .btn {
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  .intro .btn {
    text-align: left;
  }
}
.intro .btn.video {
  margin-top: 25px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 769px) {
  .intro .btn.video {
    margin-top: 40px;
  }
}
.intro .btn.video a:after {
  content: '\ea15';
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .intro .btn.video a:after {
    line-height: 1;
    font-size: 13px;
  }
}

@media only screen and (min-width: 1024px) {
  .controltower .modal__detail .intro .img {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .controltower .modal__detail .intro .content {
    margin-left: 12%;
    width: 38%;
  }
}
.controltower .modal__detail .modal__content .text-attention {
  text-align: right;
}

@media only screen and (min-width: 1024px) {
  .suit .intro .img img {
    width: 32%;
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}
@media only screen and (min-width: 1260px) {
  .suit .intro .img img {
    width: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .suit .intro .content {
    margin-left: 15%;
    width: 35%;
  }
}
.suit .modal__detail .modal__img img {
  -moz-transform: translateX(7%);
  -ms-transform: translateX(7%);
  -webkit-transform: translateX(7%);
  transform: translateX(7%);
  width: 133%;
  max-width: none;
}
@media only screen and (min-width: 769px) {
  .suit .modal__detail .modal__img img {
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    max-width: 120%;
    width: auto;
  }
}
.suit .modal__detail .modal__content {
  margin-top: -58%;
}

@media only screen and (min-width: 769px) {
  .mirror .ttl-main {
    padding-right: 40px;
  }
}
.mirror .ttl-main span.en {
  letter-spacing: .05ex;
}
@media only screen and (min-width: 1024px) {
  .mirror .ttl-main span.en {
    letter-spacing: .2ex;
  }
}
@media only screen and (min-width: 1024px) {
  .mirror .intro .content {
    margin-left: 15%;
    width: 35%;
  }
}
.mirror .modal__detail .modal__img img {
  width: 57%;
}
@media only screen and (min-width: 769px) {
  .mirror .modal__detail .modal__img img {
    width: auto;
  }
}
.mirror .modal__detail .modal__content {
  margin-top: -49%;
}
.mirror .modal__detail .modal__content__item .sp-flex .img {
  width: 30%;
}

/* -----------------------------------------------------------
	.device
----------------------------------------------------------- */
.device {
  padding: 0 10%;
  margin-top: 60px;
}
@media only screen and (min-width: 769px) {
  .device {
    margin-top: 150px;
  }
}
.device__item {
  margin-top: 60px;
}
.device__item:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  .device__item {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .device__item {
    margin-top: 0;
  }
}
@media only screen and (min-width: 769px) {
  .device__item .flex {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.device__item .content {
  position: relative;
  z-index: 2;
  width: 13.5em;
}
@media only screen and (min-width: 769px) {
  .device__item .content {
    width: 26em;
  }
}
.device__item .content .text-en {
  font-family: "Martel Sans", sans-serif;
  font-size: 2.0rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.15);
  margin-bottom: 15px;
}
@media only screen and (min-width: 769px) {
  .device__item .content .text-en {
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
}
.device__item .content .ttl {
  color: #dc143c;
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 1.7;
}
@media only screen and (min-width: 769px) {
  .device__item .content .ttl {
    font-size: 1.6rem;
  }
}
.device__item .content .text {
  font-size: 1.2rem;
  max-width: 170px;
  letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
  .device__item .content .text {
    font-size: 1.3rem;
    max-width: 360px;
    color: #999999;
    letter-spacing: 0.1ex;
  }
}
@media only screen and (min-width: 769px) {
  .device__item .content .btn {
    text-align: left;
    padding: 0;
  }
  .device__item .content .btn a {
    max-width: 300px;
  }
}
.device__item .img {
  max-width: 300px;
}
.device__item .img .img__item {
  background: #000;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .device__item .img {
    min-width: 300px;
    max-width: none;
    margin: 0 35px;
  }
}
@media only screen and (max-width: 768px) {
  .device__item .img {
    max-width: 100px;
  }
}
.device__item.device01 .content {
  padding-left: 20px;
}
@media only screen and (min-width: 769px) {
  .device__item.device01 .content {
    margin-left: auto;
    padding-left: 60px;
    padding-right: 0;
  }
}
.device__item.device01 .img {
  text-align: left;
}
@media only screen and (min-width: 769px) {
  .device__item.device01 .img {
    margin-right: auto;
  }
}
.device__item.device02 .content {
  padding-right: 20px;
}
@media only screen and (min-width: 769px) {
  .device__item.device02 .content {
    padding-left: 0;
    padding-right: 60px;
  }
}
@media only screen and (min-width: 769px) {
  .device__item.device02 .img {
    text-align: right;
    margin-left: auto;
  }
}
.device__item .btn {
  padding: 0 3.8%;
}

/* -----------------------------------------------------------
	.modal
----------------------------------------------------------- */
.modal {
  position: fixed;
  top: 0;
  padding-top: 80px;
  left: 0;
  background: #000;
  z-index: 100;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: none;
  line-height: 1.8;
  letter-spacing: 0;
}
@media only screen and (min-width: 769px) {
  .modal {
    padding-top: 45px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal {
    padding-top: 80px;
  }
}
.modal.content-sys {
  z-index: 98;
}
.modal__inner.modal-hide {
  display: none;
}
.modal__video .modal__content {
  margin-top: 0 !important;
}
.modal__detail.modal__inner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 45px;
  left: 0;
  height: 100%;
  height: calc(100% - 45px);
  width: 100%;
  padding-top: 40px;
}
@media only screen and (min-width: 769px) {
  .modal__detail.modal__inner {
    top: 45px;
    height: calc(100% - 45px);
  }
}
@media only screen and (min-width: 1024px) {
  .modal__detail.modal__inner {
    top: 80px;
    height: calc(100% - 80px);
  }
}
.modal__detail .modal__content {
  background: #333333;
  position: relative;
  z-index: 2;
  padding-top: 20px;
  margin-top: -18%;
}
.modal__detail .modal__content .inner {
  -webkit-transition: 1s 0.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 1s 0.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
  -moz-transform: translate3d(-20px, 0, 0);
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
  position: relative;
  opacity: 0;
}
@media only screen and (min-width: 769px) {
  .modal__detail .modal__content .inner {
    -moz-transform: translate3d(-30px, 0, 0);
    -webkit-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
  }
}
.modal__detail .modal__content .inner.animated {
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 769px) {
  .modal__detail .modal__content {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    margin-top: 0 !important;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.modal__detail .modal__content .bg {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #333333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -moz-transform: skewY(-8deg);
  -ms-transform: skewY(-8deg);
  -webkit-transform: skewY(-8deg);
  transform: skewY(-8deg);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media only screen and (max-width: 768px) {
  .modal__detail .modal__content .bg {
    clip: auto !important;
  }
}
@media only screen and (min-width: 769px) {
  .modal__detail .modal__content .bg {
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    -webkit-transform: skewX(-8deg);
    transform: skewX(-8deg);
    height: 100%;
  }
}
.modal__detail .modal__content .bg02 {
  display: none;
}
@media only screen and (min-width: 769px) {
  .modal__detail .modal__content .bg02 {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background: #1b1b1b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    -moz-transform: skewY(-8deg);
    -ms-transform: skewY(-8deg);
    -webkit-transform: skewY(-8deg);
    transform: skewY(-8deg);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    -webkit-transform: skewX(-8deg);
    transform: skewX(-8deg);
    height: 100%;
  }
}
.modal__detail .btn-close {
  position: relative;
  top: auto;
  right: auto;
  font-size: 14px;
}
.modal__detail .btn-close a {
  text-decoration: none;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
.modal__detail .btn-close a:hover {
  color: #dc143c;
}
.modal__detail .btn-close.bottom {
  margin-top: 30px;
  font-family: "Martel Sans", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .modal__detail .btn-close.bottom {
    margin-top: 50px;
  }
}
.modal__detail .btn-close.bottom .icon-close {
  margin-right: 5px;
}
.modal__detail .btn-close.top {
  position: absolute;
  right: 10%;
  top: -1.7%;
  font-size: 14px;
}
@media only screen and (min-width: 769px) {
  .modal__detail .btn-close.top {
    right: 5%;
    top: 0;
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .modal__detail .scroller {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    overflow: visible;
  }
}
@media only screen and (min-width: 769px) {
  .modal__detail .scroller {
    display: block;
    max-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 80px;
  }
}
@media only screen and (min-width: 769px) {
  .modal__detail .container {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.modal__detail .modal__img {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .modal__detail .modal__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
}
.modal__detail .modal__img img {
  width: 28%;
  position: relative;
  bottom: -40px;
  -webkit-transition: 1.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 1.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
.modal__detail .modal__img img.animated {
  bottom: -10px;
}
@media only screen and (min-width: 769px) {
  .modal__detail .modal__img img {
    bottom: -50px;
    position: absolute;
    width: auto;
    left: 50%;
    -moz-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    max-height: 90%;
  }
  .modal__detail .modal__img img.animated {
    bottom: -20px;
  }
}
@media only screen and (min-width: 769px) {
  .modal__detail .modal__content__intro {
    margin-bottom: 60px;
  }
}
.modal__detail .modal__content__item {
  margin-top: 50px;
}
@media only screen and (min-width: 769px) {
  .modal__detail .modal__content__item {
    margin-top: 40px;
  }
}
.modal__detail .modal__content__item .ttl {
  font-size: 1.4rem;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 769px) {
  .modal__detail .modal__content__item .ttl {
    font-size: 1.6rem;
    padding-left: 15px;
    line-height: 1.6;
  }
}
.modal__detail .modal__content__item .ttl:after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background: #dc143c;
  position: absolute;
  top: 50%;
  left: 0;
}
@media only screen and (min-width: 769px) {
  .modal__detail .modal__content__item .ttl:after {
    width: 10px;
  }
}
.modal__detail .modal__content__item .img, .modal__detail .modal__content__item .wrap-slide {
  margin-top: 25px;
}
@media only screen and (min-width: 769px) {
  .modal__detail .modal__content__item .img, .modal__detail .modal__content__item .wrap-slide {
    width: 40%;
    margin-left: 30px;
    margin-top: 0;
  }
}
.modal__detail .modal__content__item .img img, .modal__detail .modal__content__item .wrap-slide img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .modal__detail .modal__content__item .text {
    font-size: 1.3rem;
  }
}
.modal__detail .l-col .modal__content__item {
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .modal__detail .l-col .modal__content__item {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal__detail .l-col .modal__content__item {
    margin-left: 30px;
  }
}
.modal__detail .l-col .modal__content__item:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 769px) {
  .modal__detail .l-col .modal__content__item .ttl {
    font-size: 1.1rem;
  }
  .modal__detail .l-col .modal__content__item .ttl:after {
    top: 0.7em;
  }
}
@media only screen and (min-width: 1024px) {
  .modal__detail .l-col .modal__content__item .ttl {
    font-size: 1.6rem;
  }
}
.modal__detail .l-col .modal__content__item .img, .modal__detail .l-col .modal__content__item .wrap-slide {
  margin-right: 15px;
  width: 35%;
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  .modal__detail .l-col .modal__content__item .img, .modal__detail .l-col .modal__content__item .wrap-slide {
    margin-right: 0;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.modal__detail .l-col .modal__content__item .text {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media only screen and (min-width: 769px) {
  .modal__detail .l-col .modal__content__item .text {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 1024px) {
  .modal__detail .l-col .modal__content__item .text {
    font-size: 1.3rem;
  }
}
.modal__detail .l-col .modal__content__item .sp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 769px) {
  .modal__detail .l-col .modal__content__item .sp-flex {
    display: block;
  }
}
.modal__detail .modal__device {
  background: #1b1b1b;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
  margin-top: 17%;
  padding-top: 30px;
}
@media only screen and (min-width: 769px) {
  .modal__detail .modal__device {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 50px;
    padding-top: 50px;
  }
}
.modal__detail .modal__device:before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #1b1b1b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -moz-transform: skewY(-8deg);
  -ms-transform: skewY(-8deg);
  -webkit-transform: skewY(-8deg);
  transform: skewY(-8deg);
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@media only screen and (min-width: 769px) {
  .modal__detail .modal__device:before {
    display: none;
  }
}
.modal__detail .modal__device .device__item {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .modal__detail .modal__device .device__item {
    margin-top: 40px;
  }
  .modal__detail .modal__device .device__item:first-child {
    margin-top: 0;
  }
}
.modal__detail .modal__device .device__item .img {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .modal__detail .modal__device .device__item .img {
    width: 20%;
  }
}
@media only screen and (min-width: 1024px) {
  .modal__detail .modal__device .device__item .img {
    min-width: 0;
  }
}
.modal__detail .modal__device .device__item .img .img__item {
  background: #1b1b1b;
}
@media only screen and (max-width: 1024px) {
  .modal__detail .modal__device .device__item .content {
    width: 80%;
  }
}
@media only screen and (min-width: 769px) {
  .modal__detail .modal__device .device__item.device01 .content {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal__detail .modal__device .device__item.device01 .content {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 769px) {
  .modal__detail .modal__device .device__item.device02 .content {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .modal__detail .modal__device .device__item.device02 .content {
    padding-right: 60px;
  }
}
