@charset "UTF-8";
.modalImgTarget .modalClose, #mod_loader .elm_logo, .mod_mv .elm_logo, .elm_sound {
  transition: all 0.4s ease;
}
.modalImgTarget .modalClose:hover, #mod_loader .elm_logo:hover, .mod_mv .elm_logo:hover, .elm_sound:hover {
  opacity: 0.1;
}

body {
  font-family: "Spectral", serif;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
  line-height: 1;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #000;
}

* {
  box-sizing: border-box;
}

.inner {
  margin: 0 auto;
  max-width: 1450px;
  padding: 0 30px;
  width: 70%;
}
.inner .inner {
  max-width: 700px;
}
@media screen and (max-width: 769px) {
  .inner .inner {
    padding: 0;
  }
}
@media screen and (max-width: 769px) {
  .inner {
    width: 100%;
    padding: 0 25px;
  }
}
@media screen and (max-width: 320px) {
  .inner {
    padding: 0 25px;
  }
}

.l-wrap {
  padding: 0;
}
@media screen and (max-width: 769px) {
  .l-wrap {
    position: relative;
    z-index: 3;
  }
}

a {
  transition: all 0.2s ease;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.5;
  }
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

p {
  line-height: 2;
  margin-bottom: 1.3em;
  letter-spacing: 0.15em;
  color: white;
  font-weight: 500;
}
p.elm_sml {
  font-size: 13px;
}
p:last-child {
  margin-bottom: 0;
}
p small {
  font-size: 80%;
}
p a {
  color: #0076FF;
  text-decoration: underline;
  display: inline-block;
}

a.link {
  color: #0076FF;
  text-decoration: underline;
  display: inline-block;
}

ul.list li {
  padding-left: 0.5em;
  position: relative;
}
ul.list li:before {
  content: "・";
  display: inline-block;
  margin-right: 0.5em;
}

hr {
  border: none;
  border-top: 1px dashed #fffffd;
  margin: 1rem 0;
}

.l-contents {
  position: relative;
}

.elm_h1 {
  margin-bottom: 1em;
  font-weight: 600;
  letter-spacing: 0.3em;
  font-size: 220%;
  line-height: 1;
}
.elm_h1 small {
  font-size: 12px;
  letter-spacing: 0.2em;
}

.elm_h2 {
  margin-bottom: 1.7em;
  font-weight: 600;
  letter-spacing: 0.3em;
  font-size: 140%;
  line-height: 1;
}
.elm_h2 small {
  font-size: 12px;
  letter-spacing: 0.2em;
}

.elm_h3 {
  margin-bottom: 1em;
  font-weight: 600;
  letter-spacing: 0.3em;
  font-size: 110%;
  line-height: 1;
  color: #b3b3b3;
}
.elm_h3 small {
  font-size: 12px;
  letter-spacing: 0.2em;
}

.elm_copy {
  font-size: 10px;
  letter-spacing: 0.2em;
  font-weight: 600;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
}

.elm_sound {
  display: block;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  vertical-align: top;
  cursor: pointer;
  transform: scale(0.9);
}
.elm_sound li {
  background: #fff;
  width: 1px;
  height: 100%;
}
.elm_sound li:nth-child(1).active {
  animation: soundBar 0.8s ease infinite reverse;
}
.elm_sound li:nth-child(2).active {
  animation: soundBar 0.8s ease-in infinite reverse;
}
.elm_sound li:nth-child(3).active {
  animation: soundBar 1.2s ease-out infinite reverse;
}
.elm_sound li:nth-child(4).active {
  animation: soundBar 0.6s ease-in-out infinite reverse;
}

@keyframes soundBar {
  0% {
    height: 100%;
  }
  50% {
    height: 10%;
  }
  100% {
    height: 100%;
  }
}
.elm_logo {
  max-width: 100px;
  display: block;
  width: 100%;
  padding: 5px;
  padding-left: 0;
  padding-right: 10px;
}
@media screen and (max-width: 769px) {
  .elm_logo {
    padding: 0;
    max-width: 70px;
  }
}
.elm_logo.symbol {
  position: fixed;
  right: 60px;
  top: 60px;
  z-index: 100;
  opacity: 0;
  z-index: -1;
}
@media screen and (max-width: 769px) {
  .elm_logo.symbol {
    max-width: 70px;
    left: 50%;
    margin-left: -35px;
    bottom: initial;
    top: 20px;
    z-index: 5000 !important;
    position: fixed;
  }
}

.elm_nav {
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.2);
  font-weight: 700;
}
.elm_nav span {
  display: block;
  padding: 0.2em 0;
  transition: all 0.4s ease;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .elm_nav span {
    padding: 1.5em 0;
  }
}
.elm_nav span span {
  font-size: 100%;
  display: inline-block;
  padding-left: 0.5em;
}
.elm_nav .parent {
  padding-left: 2.5em;
  position: relative;
}
.elm_nav .parent:hover, .elm_nav .parent.active {
  color: white;
}
.elm_nav .parent:hover:before, .elm_nav .parent.active:before {
  background: white;
}
.elm_nav .parent:hover:after, .elm_nav .parent.active:after {
  width: 0;
}
.elm_nav .parent:before {
  transition: all 0.4s ease;
  content: "";
  display: block;
  width: 1.7em;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0.65em;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .elm_nav .parent:before {
    top: 2em;
  }
}
.elm_nav .parent:after {
  transition: all 0.32s ease-in;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
}
.elm_nav .child {
  display: none;
  padding: 0.5em 0 1em;
  padding-left: 2.5em;
}
.elm_nav .child-elm {
  padding-left: 1em;
}
.elm_nav .child-elm:hover, .elm_nav .child-elm.active {
  color: white;
}
.elm_nav .child-elm:hover .grChild-elm, .elm_nav .child-elm.active .grChild-elm {
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .elm_nav .child-elm {
    padding: 1em 0;
    padding-left: 1em;
  }
}
.elm_nav .grChild-elm {
  color: rgba(255, 255, 255, 0.2);
  display: none;
  padding: 0;
  transition: all 0.4s ease;
  padding-left: 0.5em;
}
.elm_nav .grChild-elm:hover, .elm_nav .grChild-elm.active {
  color: white;
}

section {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  z-index: -1;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.mod_header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 60px;
  z-index: 100;
}
.mod_header .spMenu {
  display: none;
}
.mod_header.active {
  background: #000;
}
@media screen and (max-width: 769px) {
  .mod_header.active {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .mod_header {
    top: 0px;
    padding: 20px;
    padding-top: 10px;
    opacity: 0.9;
  }
  .mod_header .elm_nav {
    display: none;
  }
  .mod_header .spMenu {
    display: block;
    padding: 1em 0;
    position: relative;
    width: 30px;
    height: 40px;
  }
  .mod_header .spMenu:before {
    transition: all 0.4s ease-in;
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
  }
  .mod_header .spMenu:after {
    transition: all 0.4s ease-in;
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
  }
  .mod_header .spMenu.active {
    background: #000;
  }
  .mod_header .spMenu.active:before {
    transform: rotate(-30deg);
  }
  .mod_header .spMenu.active:after {
    transform: rotate(30deg);
  }
}

.mod_footer {
  background: #1a1a1a;
  padding: 1.2rem 1.3rem;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 769px) {
  .mod_footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 5;
    padding-bottom: 0.8rem;
    background: #000;
  }
}
.mod_footer .elm_sound {
  float: right;
  opacity: 0.4;
}
.mod_footer .elm_sound:hover {
  opacity: 1;
}
.mod_footer .elm_copy {
  margin-top: -5px;
  opacity: 0.4;
  font-weight: 400;
}
.mod_footer:after {
  content: "";
  display: block;
  clear: both;
}

.mod_footer_Trg {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.mod_prof {
  margin-top: 6rem;
  font-size: 11px;
}
.mod_prof p {
  padding-left: 2em;
  text-indent: -2em;
  position: relative;
}
.mod_prof p:before {
  content: "";
  display: block;
  height: 65%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0.8em;
  top: 2.5em;
}
.mod_prof .name {
  font-size: 120%;
  display: block;
  margin-bottom: 6em;
}
.mod_prof .year {
  font-weight: 700;
  color: #666666;
}

.mod_contact {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 12px;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 769px) {
  .mod_contact {
    flex-direction: column;
  }
}
.mod_contact .elm {
  text-align: center;
  flex: 1;
  padding: 0;
}
@media screen and (max-width: 769px) {
  .mod_contact .elm {
    padding: 0;
  }
}
.mod_contact .elm img {
  max-width: 300px;
}
@media screen and (max-width: 769px) {
  .mod_contact .elm img {
    max-width: 200px;
  }
}
.mod_contact .elm.txt {
  position: absolute;
  bottom: -3.5rem;
}
.mod_contact .link {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  margin: 2em 0;
}
.mod_contact .link img {
  width: 15px;
  display: inline-block;
  margin-right: 0.5em;
}

@keyframes aniblur {
  0% {
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
#mod_loader, .mod_mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 10000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@supports (-webkit-touch-callout: none) {
  #mod_loader, .mod_mv {
    height: -webkit-fill-available;
  }
}
#mod_loader.active, .active.mod_mv {
  animation: aniblur 3s ease-in-out forwards;
}
#mod_loader .elm_logo, .mod_mv .elm_logo {
  position: relative;
  cursor: pointer;
}
#mod_loader .mask, .mod_mv .mask {
  display: block;
  background: #000;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mod_mv {
  z-index: 1;
}
.mod_mv .elm_logo {
  cursor: default;
  margin: 0 auto;
}
.mod_mv .elm_logo:hover {
  opacity: 1;
}

.modalImg {
  transition: all 0.3s ease;
  cursor: pointer;
}
.modalImg:hover {
  opacity: 0.3;
}

.modalImgTarget {
  display: none;
  position: fixed;
  height: 100%;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999999;
  background: black;
  text-align: center;
}
@supports (-webkit-touch-callout: none) {
  .modalImgTarget {
    height: -webkit-fill-available;
  }
}
.modalImgTarget .inner {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.modalImgTarget .item {
  margin: 0 auto;
  max-width: 70%;
}
@media screen and (max-width: 769px) {
  .modalImgTarget .item {
    max-width: 100%;
  }
}
.modalImgTarget .txt {
  font-weight: 600;
  font-size: 14px;
  margin-top: 1em;
}
.modalImgTarget .modalClose {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  .modalImgTarget .modalClose {
    width: 25px;
    height: 25px;
  }
}
.modalImgTarget .modalClose:before, .modalImgTarget .modalClose:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.modalImgTarget .modalClose:before {
  transform: rotate(-45deg);
}
.modalImgTarget .modalClose:after {
  transform: rotate(45deg);
}

.link_prd {
  transition: all 0.3s ease;
  cursor: pointer;
}
.link_prd:hover {
  opacity: 0.3;
}

.mod_featuresSlide {
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .mod_featuresSlide {
    width: 100%;
  }
}
.mod_featuresSlide .elm {
  text-align: center;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 769px) {
  .mod_featuresSlide .elm {
    height: auto;
    overflow: visible;
  }
}
.mod_featuresSlide .elm .in {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
@media screen and (max-width: 769px) {
  .mod_featuresSlide .elm .in {
    display: block;
    padding: 0;
    height: auto;
  }
}
.mod_featuresSlide .elm .txt {
  flex: 2;
  text-align: left;
  position: relative;
  padding: 2em;
}
@media screen and (max-width: 769px) {
  .mod_featuresSlide .elm .txt {
    padding: 2rem 0;
  }
}
.mod_featuresSlide .elm .txt .elm_h1 {
  margin-bottom: 0;
  position: absolute;
  display: none;
}
@media screen and (max-width: 769px) {
  .mod_featuresSlide .elm .txt .elm_h1 {
    margin-bottom: 4rem;
    position: initial;
    display: block;
    font-weight: 500;
    font-size: 140%;
  }
}
@media screen and (max-width: 769px) {
  .mod_featuresSlide .elm .txt .elm_h2 {
    font-size: 120%;
  }
}
.mod_featuresSlide .elm .img {
  flex: 1.5;
  padding: 2em;
  text-align: left;
}
.mod_featuresSlide .elm .img.for_sp {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 769px) {
  .mod_featuresSlide .elm .img {
    padding: 0;
  }
}
.mod_featuresSlide .elm .row {
  display: flex;
  margin: 3em 0;
}
.mod_featuresSlide .elm .row .rowElm {
  flex: 1;
}
.mod_featuresSlide .uni_str h2.elm_h1 {
  bottom: -3em;
  left: 0;
}
.mod_featuresSlide .uni_lea {
  flex-direction: row-reverse;
}
.mod_featuresSlide .uni_lea h2.elm_h1 {
  bottom: -3em;
  right: 0;
}
.mod_featuresSlide .uni_las {
  flex-direction: column;
  align-items: center;
}
.mod_featuresSlide .uni_las .wap {
  position: relative;
}
.mod_featuresSlide .uni_las .txt {
  display: inline-block;
  position: initial;
}
.mod_featuresSlide .uni_las .img {
  padding: 0;
  display: flex;
}
@media screen and (max-width: 769px) {
  .mod_featuresSlide .uni_las .img {
    display: block;
  }
}
.mod_featuresSlide .uni_las .img.for_sp {
  display: none;
}
.mod_featuresSlide .uni_las .img .row {
  flex: 1;
  display: flex;
}
.mod_featuresSlide .uni_las h2.elm_h1 {
  top: -2.5em;
  left: 0;
}
.mod_featuresSlide .uni_las .rowElm {
  padding: 2em;
}
@media screen and (max-width: 769px) {
  .mod_featuresSlide .uni_las .rowElm {
    padding: 0 0 2em;
  }
}
.mod_featuresSlide .uni_las .rowElm .rowElm {
  padding: 0;
}
.mod_featuresSlide .uni_des h2.elm_h1 {
  position: initial !important;
  margin-bottom: 1em !important;
}

@media screen and (max-width: 769px) {
  .mod_productsSlide {
    width: 100%;
  }
}
.mod_productsSlide .elm {
  text-align: center;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.mod_productsSlide .elm .in {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 2rem;
}
@media screen and (max-width: 769px) {
  .mod_productsSlide .elm .in img {
    transform: scale(2);
  }
}
.mod_productsSlide .elm .txt {
  text-align: left;
}
.mod_productsSlide .elm .elm_h2 {
  font-weight: 400;
}
.mod_productsSlide .elm .spec {
  font-size: 12px;
}
.mod_productsSlide .elm .spec p {
  line-height: 1.6;
  margin-bottom: 1em;
}
.mod_productsSlide .elm .spec p strong {
  font-weight: 800;
  color: #666666;
}

.m_indbox .t {
  display: block;
  font-size: 90%;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}

.m_indbox strong {
  color: #666666;
}

.slick-slider {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

.-webkit-user-select {
  user-select: text !important;
}

.slick-arrow {
  position: absolute;
  bottom: 10% !important;
  top: initial !important;
  display: block;
  text-indent: -9999px;
  font-size: 10px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  z-index: 300;
  opacity: 0.3;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 769px) {
  .slick-arrow:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 769px) {
  .slick-arrow {
    position: fixed;
    right: 15px;
    bottom: initial !important;
    top: 15px !important;
    height: 30px;
    width: 30px;
    opacity: 0.5;
  }
}
.slick-arrow.slick-prev {
  left: 0;
  background: url(../images/arrow_prev.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 769px) {
  .slick-arrow.slick-prev {
    left: initial;
    right: 45px;
    background-size: 80%;
  }
}
.slick-arrow.slick-next {
  right: 0;
  background: url(../images/arrow_next.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 769px) {
  .slick-arrow.slick-next {
    right: 15px;
    background-size: 80%;
  }
}

.slide--features {
  position: relative !important;
}

.for_sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .for_sp {
    display: block;
  }
}

.for_pc {
  display: block;
}
@media screen and (max-width: 769px) {
  .for_pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sec_statement .inner {
    text-align: center;
  }
  .sec_statement .inner .inner {
    width: auto;
    display: inline-block;
    text-align: left;
  }
  .sec_statement .mod_document {
    margin-top: 8vh;
  }
  .sec_statement .mod_prof {
    margin-top: 35vh;
  }
}
.sec_statement .inner {
  padding: 14% 0;
}
@media screen and (max-width: 769px) {
  .sec_statement .inner {
    padding: 14% 25px;
    margin-top: 25%;
    margin-bottom: 10%;
  }
  .sec_statement .inner .inner {
    padding: 0;
  }
}

.slick-slide {
  outline: none;
}
