body {
  color: white;
  background: url(../IMG/key-visual_bg.jpg) no-repeat top center #000;
}

header {
  width: 100%;
  padding-left: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
header .header-inner {
  width: 240px;
}

@media screen and (max-width: 768px) {
  header {
    background: none !important;
    position: absolute !important;
    top: 0;
    backdrop-filter: unset;
  }
}

@media screen and (max-width: 768px) {
  #KEYVISUAL {
    margin-top: 0 !important;
  }
}

.concept,
.about,
.product,
.quality,
.aboutFactory,
.productInfo,
.specialMovie {
  clip-path: polygon(0 0, 50% 120px, 100% 0, 100% 100%, 0 100%);
  margin-top: -140px;
  position: relative;
  padding: 200px 0 200px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .concept,
  .about,
  .product,
  .quality,
  .aboutFactory,
  .productInfo,
  .specialMovie {
    margin-top: -80px;
    padding: 100px 0 140px;
    clip-path: polygon(0 0, 50% 40px, 100% 0, 100% 100%, 0 100%);
  }
}

.keyvisual {
  padding-bottom: 200px;
  padding-top: 100px;
  height: 1000px;
}
.keyvisual .sp_catch {
  opacity: 0;
  -webkit-transition: 500ms 1500ms;
  transition: 500ms 1500ms;
}
.keyvisual .sp_catch.active.load_active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .keyvisual {
    padding-top: 60px;
    height: 240vw;
  }
}
.keyvisual-warapper {
  margin: 0 auto;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .keyvisual-warapper {
    display: block;
  }
}
.keyvisual-MainImage {
  width: calc(100% - 420px);
  padding-top: 60px;
  opacity: 0;
  -webkit-transition: 800ms 1500ms;
  transition: 800ms 1500ms;
}
.keyvisual-MainImage.active.load_active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .keyvisual-MainImage {
    width: 100%;
    padding-top: 30px !important;
  }
}
.keyvisual-MainImage img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .keyvisual-MainImage img {
    width: 90%;
  }
}
.keyvisual-content {
  width: 420px;
}
@media screen and (max-width: 768px) {
  .keyvisual-content {
    width: 100%;
    margin-top: -30px;
  }
}
.keyvisual-logoSet {
  display: none;
  padding: 0 2%;
}
@media screen and (max-width: 768px) {
  .keyvisual-logoSet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .keyvisual-logoSet p {
    font-size: 4vw;
    padding-left: 0.5em;
  }
}
.keyvisual-logo {
  height: 390px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .keyvisual-logo {
    width: 50%;
    height: 45vw;
  }
}
.keyvisual-logo img,
.keyvisual-logo h1 {
  position: absolute;
}
.keyvisual-logo-sho {
  position: absolute;
  width: 45%;
  opacity: 0;
}
.keyvisual-logo-sho svg {
  width: 100%;
  height: auto;
}
.keyvisual-logo-sho {
  -webkit-transition: 1000ms 1s;
  transition: 1000ms 1s;
  -webkit-transform: translate3d(15%, 50%, 0);
          transform: translate3d(15%, 50%, 0);
}
.keyvisual-logo-jin {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 1000ms 1s;
  transition: 1000ms 1s;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.keyvisual-logo-jin svg {
  width: 100%;
  height: auto;
}
.keyvisual-logo h1 {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: 800ms 2500ms;
  transition: 800ms 2500ms;
  opacity: 0;
}
.keyvisual-logo.active.kv_active {
  opacity: 1;
}
.keyvisual-logo.active.kv_active .keyvisual-logo-jin {
  opacity: 0.3;
  -webkit-transform: translate3d(0, -10%, 0);
          transform: translate3d(0, -10%, 0);
}
.keyvisual-logo.active.kv_active .keyvisual-logo-sho {
  opacity: 0.3;
  -webkit-transform: translate3d(15%, 0, 0);
          transform: translate3d(15%, 0, 0);
}
.keyvisual-logo.active.kv_active h1 {
  opacity: 1;
}
.keyvisual-logo-main {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -40%, 0);
          transform: translate3d(-50%, -40%, 0);
}
.keyvisual-licence img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .keyvisual-licence img {
    width: 70%;
  }
}
.keyvisual-catch {
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .keyvisual-catch {
    font-size: 4.5vw;
  }
}
.keyvisual-link {
  padding-left: 60px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .keyvisual-link {
    padding-left: 2em;
  }
}
@media screen and (max-width: 768px) {
  .keyvisual-link li {
    padding-left: 1em;
    margin-bottom: 0.5em;
  }
}
.keyvisual-link li a {
  display: block;
  color: white;
  font-size: 12px;
  padding-left: 25px;
  position: relative;
}
.keyvisual-link li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 20px;
  height: 20px;
  background: url(../IMG/link_arrow.svg) no-repeat center;
  background-size: 50% auto;
}
.keyvisual-limitedLogo {
  width: 40%;
  margin: 20px auto;
}
.keyvisual-credit {
  display: block;
  width: 100%;
  font-size: 9px;
  text-align: center;
  color: #989898;
}
@media screen and (max-width: 768px) {
  .keyvisual-credit {
    margin-top: 20px;
  }
}

.concept {
  background: url(../IMG/image_concept.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .concept {
    background: url(../IMG/image_concept_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
.concept-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  line-height: 2;
  font-size: 16px;
  padding: 0 20px 0 100px;
  opacity: 0;
  -webkit-transition: 800ms 500ms;
  transition: 800ms 500ms;
}
.concept-inner.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .concept-inner {
    font-size: 3.2vw;
    padding-left: 10%;
  }
}
.concept-inner .large {
  font-size: 150%;
}
.concept-inner h2 {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .concept-inner h2 {
    font-size: 5vw;
  }
}

.about {
  background: url(../IMG/image_about.jpg) no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .about {
    background: url(../IMG/image_about_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
.about-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  line-height: 2;
  font-size: 16px;
  padding: 0 20px 0 100px;
  opacity: 0;
  -webkit-transition: 800ms 500ms;
  transition: 800ms 500ms;
}
.about-inner.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .about-inner {
    font-size: 3.2vw;
    padding-left: 10%;
  }
}
.about-inner .large {
  font-size: 150%;
}
.about-inner h2 {
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .about-inner h2 {
    font-size: 5vw;
    line-height: 1.5 !important;
  }
}

.specialMovie {
  background-color: #111;
}

.movie {
  width: 90vw;
  max-width: 960px;
  height: 50.625vw;
  max-height: 540px;
  margin: 0 auto;
  background-color: #333;
  position: relative;
  opacity: 0;
  -webkit-transition: 800ms 500ms;
  transition: 800ms 500ms;
}
.movie.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .movie {
    width: 80%;
  }
}
.movie::before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../IMG/button_play.png) no-repeat;
  background-size: contain;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
@media screen and (max-width: 768px) {
  .movie::before {
    width: 50px;
    height: 50px;
  }
}
.movie-button {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.product {
  background: url(../IMG/product_bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .product {
    background: url(../IMG/product_bg_sp.jpg) no-repeat top center;
    background-size: 100% auto;
  }
}
.product-container {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .product-container {
    display: block;
  }
}
.product-container.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-top: 1px solid #333;
  margin-top: 120px;
  padding-top: 120px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .product-container.rev {
    margin-top: 60px;
  }
}
.product-container-image {
  width: 60%;
  position: relative;
}
.product-container-image-01, .product-container-image-02, .product-container-image-zoom {
  position: absolute;
  opacity: 0;
}
.product-container-image-01 {
  top: 20%;
  width: 60%;
  max-width: 410px;
  -webkit-transition: 1200ms ease-out 900ms;
  transition: 1200ms ease-out 900ms;
  -webkit-transform: translate3d(0, 200px, 0);
          transform: translate3d(0, 200px, 0);
}
.product-container-image-02 {
  left: 30%;
  width: 60%;
  top: 10%;
  max-width: 410px;
  -webkit-transition: 1200ms ease-out 300ms;
  transition: 1200ms ease-out 300ms;
  -webkit-transform: translate3d(0, 200px, 0);
          transform: translate3d(0, 200px, 0);
}
.product-container-image-zoom {
  left: 65%;
  top: 65%;
  max-width: 200px;
  -webkit-transition: 1500ms 1200ms;
  transition: 1500ms 1200ms;
  width: 25%;
}
.product-container-image.active .product-container-image-01 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.product-container-image.active .product-container-image-02 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.product-container-image.active .product-container-image-zoom {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .product-container-image {
    width: 100%;
    height: 90vw;
    margin-top: -60px;
  }
  .product-container-image-01 {
    top: 10%;
    width: 70%;
  }
  .product-container-image-02 {
    top: 1%;
    width: 70%;
  }
}
.product-container-contents {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .product-container-contents {
    width: 100%;
    padding-left: 7%;
  }
}
.product-container-contents-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transition: 500ms 0ms;
  transition: 500ms 0ms;
}
.product-container-contents-name.active {
  opacity: 1;
}
.product-container-contents-name img {
  width: 92px;
}
@media screen and (max-width: 768px) {
  .product-container-contents-name img {
    width: 20%;
  }
}
.product-container-contents-name h3 {
  padding-left: 20px;
  width: calc(100% - 92px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .product-container-contents-name h3 {
    width: 80%;
    font-size: 4.5vw;
  }
}
.product-container-contents-name.jin img {
  width: 110px;
}
@media screen and (max-width: 768px) {
  .product-container-contents-name.jin img {
    width: 25%;
  }
}
.product-container-contents-name.jin h3 {
  width: calc(100% - 110px);
}
@media screen and (max-width: 768px) {
  .product-container-contents-name.jin h3 {
    width: 75%;
  }
}
.product-container-contents p {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 50px;
  padding-left: 20px;
  opacity: 0;
  -webkit-transition: 500ms 300ms;
  transition: 500ms 300ms;
}
.product-container-contents p.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .product-container-contents p {
    font-size: 3.3vw;
    margin-bottom: 30px;
    padding-left: 0px;
  }
}
.product-container-contents-set {
  width: 100%;
  opacity: 0;
  -webkit-transition: 500ms 300ms;
  transition: 500ms 300ms;
}
.product-container-contents-set.active {
  opacity: 1;
}
.product-container-contents-set img {
  width: 60%;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .product-container-contents-set img {
    width: 80%;
  }
}

.quality {
  background: url(../IMG/quality_bg.jpg) no-repeat top;
  background-size: 100% auto;
  position: relative;
  z-index: 2;
}
.quality-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .quality-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.quality-container-content {
  width: 60%;
  font-size: 14px;
  line-height: 2.3;
  padding-left: 60px;
  padding-right: 40px;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 500ms 300ms;
  transition: 500ms 300ms;
}
.quality-container-content.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .quality-container-content {
    width: 100%;
    padding-left: 5%;
    padding-right: 2%;
  }
}
.quality-container-content h3 {
  margin-bottom: 40px;
}
.quality-container-content h3 span {
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid #FFF;
  display: inline-block;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .quality-container-content p {
    font-size: 3.2vw;
  }
}
.quality-container-image {
  width: 40%;
  opacity: 0;
  -webkit-transition: 500ms 300ms;
  transition: 500ms 300ms;
}
.quality-container-image.active {
  opacity: 1;
}
.quality-container-image img {
  width: 100%;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .quality-container-image {
    width: 100%;
    padding-left: 5%;
    margin-bottom: 40px;
  }
}
.quality {
  position: relative;
  overflow: hidden;
}
.quality::after {
  content: "";
  position: absolute;
  top: 1100px;
  left: 50%;
  width: 70%;
  height: 1500px;
  background: url(../IMG/s_o_image.png) no-repeat;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .quality::after {
    left: 30%;
    top: 150vw;
  }
}
.quality .feature {
  padding: 0 20px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 200px 0;
  position: relative;
  z-index: 2;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .quality .feature {
    padding: 100px 0 0;
  }
}
.quality .feature-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .quality .feature-container {
    width: 100%;
    padding-left: 6vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.quality .feature-container-content {
  font-size: 14px;
  line-height: 2;
  width: 70%;
  padding-right: 20px;
  opacity: 0;
  -webkit-transition: 500ms 300ms;
  transition: 500ms 300ms;
}
.quality .feature-container-content.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .quality .feature-container-content {
    width: 60%;
    padding-right: 0;
    padding-left: 5%;
    font-size: 2.5vw;
  }
}
.quality .feature-container-content h3 {
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FFF;
  font-weight: normal;
  position: relative;
}
@media screen and (max-width: 768px) {
  .quality .feature-container-content h3 {
    font-size: 4.3vw;
    line-height: 1.5;
  }
}
.quality .feature-container-content h3:before {
  content: "POINT";
  position: absolute;
  left: 0;
  top: -1.8em;
  font-size: 10px;
}
.quality .feature-container-image {
  width: 30%;
  border: 1px solid #333;
  opacity: 0;
  -webkit-transition: 500ms 0ms;
  transition: 500ms 0ms;
}
.quality .feature-container-image.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .quality .feature-container-image {
    width: 40%;
    margin-top: -1em;
  }
}
.quality .feature-container:nth-child(even) {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  .quality .feature-container:nth-child(even) {
    margin-left: 0;
  }
}

.aboutFactory {
  background: url(../IMG/factory_bg.jpg) no-repeat center #0d1327;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .aboutFactory .movie {
    width: 100%;
  }
}
.aboutFactory-inner {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aboutFactory-inner {
    padding-left: 10%;
  }
}
.aboutFactory-inner h3 {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 30px;
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: 500ms 300ms;
  transition: 500ms 300ms;
}
.aboutFactory-inner h3.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .aboutFactory-inner h3 {
    font-size: 4.3vw;
  }
}
.aboutFactory-inner h3 span {
  display: block;
  font-size: 12px;
}
.aboutFactory-inner-photo {
  max-width: 100%;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transition: 500ms 300ms;
  transition: 500ms 300ms;
}
.aboutFactory-inner-photo.active {
  opacity: 1;
}
.aboutFactory-inner p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 80px;
  margin-top: 60px;
  opacity: 0;
  -webkit-transition: 500ms 300ms;
  transition: 500ms 300ms;
}
.aboutFactory-inner p.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .aboutFactory-inner p {
    font-size: 3.3vw;
    text-align: left;
  }
}

.productInfo {
  padding-bottom: 80px;
  position: relative;
  z-index: 10;
  background-color: #000;
}
.productInfo .block_title {
  margin-bottom: 0 !important;
}
.productInfo-container {
  max-width: 1800px;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
  height: 60vw;
  background: url(../IMG/product_image.jpg) no-repeat center;
  background-size: 120% auto;
  position: relative;
  max-height: 760px;
}
.productInfo-container-logo {
  height: 490px;
  width: 500px;
  position: absolute;
  left: 75%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
@media screen and (max-width: 768px) {
  .productInfo-container-logo {
    width: 50%;
    height: 40vw;
  }
}
.productInfo-container-logo .keyvisual-logo-jin {
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.productInfo-container-logo .keyvisual-logo-sho {
  -webkit-transform: translate3d(15%, 50%, 0);
          transform: translate3d(15%, 50%, 0);
}
.productInfo-container-logo.active {
  opacity: 1;
}
.productInfo-container-logo.active .keyvisual-logo-jin {
  opacity: 0.3;
  -webkit-transform: translate3d(0, -20%, 0);
          transform: translate3d(0, -20%, 0);
}
.productInfo-container-logo.active .keyvisual-logo-sho {
  opacity: 0.3;
  -webkit-transform: translate3d(15%, 0, 0);
          transform: translate3d(15%, 0, 0);
}
.productInfo-container-logo.active h1 {
  opacity: 1;
}
.productInfo-container-logo img,
.productInfo-container-logo h1 {
  position: absolute;
}
.productInfo-container-logo-sho {
  width: 45%;
  opacity: 0.2;
}
.productInfo-container-logo-jin {
  width: 50%;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}
.productInfo-container-logo h1 {
  position: relative;
  width: 100%;
  height: 100%;
}
.productInfo-container-logo-main {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -40%, 0);
          transform: translate3d(-50%, -40%, 0);
}
.productInfo-spec {
  max-width: 1400px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  margin-bottom: 60px;
  margin-top: 40px;
}
.productInfo-spec > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.productInfo-spec > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.productInfo-spec > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.productInfo-spec > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.productInfo-spec > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.productInfo-spec > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}
.productInfo-spec > *:nth-child(7) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}
.productInfo-spec > *:nth-child(8) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}
@media screen and (max-width: 768px) {
  .productInfo-spec {
    display: block;
    padding-left: 3%;
    padding-right: 3%;
  }
}
.productInfo-spec > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .productInfo-spec > div {
    font-size: 2.8vw;
  }
}
.productInfo-spec > div span:first-child {
  width: 140px;
  padding-left: 0.5em;
}
.productInfo-spec > div span {
  width: calc(100% - 140px);
}
.productInfo-spec > div.name {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  margin-right: 15px;
  border-top: 1px solid #333;
  padding-top: 15px;
  opacity: 0;
  -webkit-transition: 500ms 300ms;
  transition: 500ms 300ms;
}
@media screen and (max-width: 768px) {
  .productInfo-spec > div.name {
    margin-right: 0px;
  }
}
.productInfo-spec > div.name.active {
  opacity: 1;
}
.productInfo-spec > div.price {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  margin-right: 15px;
  opacity: 0;
  -webkit-transition: 500ms 300ms;
  transition: 500ms 300ms;
}
.productInfo-spec > div.price.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .productInfo-spec > div.price {
    margin-right: 0px;
  }
}
.productInfo-spec > div.accessories {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
      grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  margin-right: 15px;
  opacity: 0;
  -webkit-transition: 500ms 300ms;
  transition: 500ms 300ms;
}
.productInfo-spec > div.accessories.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .productInfo-spec > div.accessories {
    margin-right: 0px;
  }
}
.productInfo-spec > div.oderTerm {
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 4;
      grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  margin-right: 15px;
  opacity: 0;
  -webkit-transition: 500ms 300ms;
  transition: 500ms 300ms;
}
.productInfo-spec > div.oderTerm.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .productInfo-spec > div.oderTerm {
    margin-right: 0px;
  }
}
.productInfo-spec > div.size {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  margin-left: 15px;
  border-top: 1px solid #333;
  padding-top: 15px;
  opacity: 0;
  -webkit-transition: 500ms 300ms;
  transition: 500ms 300ms;
}
.productInfo-spec > div.size.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .productInfo-spec > div.size {
    margin-left: 0px;
    border-top: none;
    margin-top: 0;
  }
}
.productInfo-spec > div.material {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
      grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  margin-left: 15px;
  opacity: 0;
  -webkit-transition: 500ms 300ms;
  transition: 500ms 300ms;
}
.productInfo-spec > div.material.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .productInfo-spec > div.material {
    margin-left: 0px;
  }
}
.productInfo-spec > div.orderDate {
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 4;
      grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  margin-left: 15px;
  opacity: 0;
  -webkit-transition: 500ms 300ms;
  transition: 500ms 300ms;
}
.productInfo-spec > div.orderDate.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .productInfo-spec > div.orderDate {
    margin-left: 0px;
  }
}

.cart_btn {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  height: 80px;
  background-color: #0e376c;
  color: #FFF;
  position: relative;
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto;
}
.cart_btn.disable {
  pointer-events: none;
  background-color: #747474;
}
.cart_btn.disable span {
  color: #FFF;
}
.cart_btn.disable::after {
  content: none;
}
.cart_btn.comingsoon, .cart_btn.salesend {
  pointer-events: none;
  background-color: #c2c2c2;
}
.cart_btn.comingsoon span, .cart_btn.salesend span {
  color: #656565;
}
.cart_btn.comingsoon::after, .cart_btn.salesend::after {
  content: none;
}
.cart_btn.soldout {
  pointer-events: none;
  background-color: #f0f0f0;
  border: 2px solid #ffa0a0;
}
.cart_btn.soldout span {
  color: red;
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.cart_btn.soldout::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .cart_btn {
    width: 80%;
    margin: 0 auto;
    height: 60px;
  }
}
.cart_btn span {
  color: #FFF;
  position: relative;
  z-index: 255;
}
.cart_btn:after {
  content: "";
  width: 37px;
  height: 9px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.cart_btn::before {
  content: "";
  position: absolute;
  background-color: #1e5092;
  width: 100%;
  height: 100%;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.cart_btn:hover {
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  background-color: #000;
}
.cart_btn:hover span {
  color: #FFF;
}
.cart_btn:hover::before {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}
.cart_btn:hover:after {
  background: url(../img/allow_wh.png) no-repeat;
}

.attention {
  text-align: center;
  font-size: 12px;
  margin-top: 1em;
}

.block_title {
  margin: 0 auto 60px;
  width: 96%;
  max-width: 1460px;
  font-size: 45px;
  z-index: 3;
  font-family: "Times New Roman", Times, serif;
  font-weight: 100;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .block_title {
    font-size: 6vw;
    margin-bottom: 30px;
  }
}
.block_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  background-color: #FFF;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.1);
          transform: translate3d(-50%, -50%, 0) scale(0.1);
  opacity: 0;
  border-radius: 100%;
  -webkit-transition: 300ms ease-out 300ms;
  transition: 300ms ease-out 300ms;
}
@media screen and (max-width: 768px) {
  .block_title::before {
    left: 3.2%;
  }
}
.block_title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(0.1);
          transform: translate3d(-50%, -50%, 0) scale(0.1);
  opacity: 0;
  border-radius: 100%;
  border: 1px solid #FFF;
  -webkit-transition: 300ms ease-out 500ms;
  transition: 300ms ease-out 500ms;
}
@media screen and (max-width: 768px) {
  .block_title::after {
    left: 3.2%;
  }
}
.block_title.active::before, .block_title.active::after {
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
  opacity: 1;
}

.motion.text-active {
  --opacity: 1;
  --scale: 1;
}

.block_title.text-active {
  --opacity: 1;
  --scale: 1;
}

.char {
  display: inline-block;
  -webkit-transform: scale(var(--scale, 0));
          transform: scale(var(--scale, 0));
  opacity: var(--opacity, 0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-delay: calc(0.016s * var(--char-index) + 500ms);
          transition-delay: calc(0.016s * var(--char-index) + 500ms);
}

.drawing_line {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 96%;
  max-width: 1460px;
  height: 1px;
  z-index: 30;
  border-left: 1px solid #fff;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  pointer-events: none;
  -webkit-transition: 500ms ease-out;
  transition: 500ms ease-out;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .drawing_line {
    width: 90%;
  }
}

.mv_interview {
  background: url(../IMG/mv_interview.jpg) no-repeat;
  background-size: cover;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.mv_interview:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.mv_special {
  background: url(../IMG/mv_spacial.jpg) no-repeat;
  background-size: cover;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.mv_special:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

iframe {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.preload_cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background-size: cover;
  z-index: 999;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: 1400ms 500ms;
  transition: 1400ms 500ms;
}
.preload_cover .container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 80vw;
  height: 80vw;
  max-height: 80svh;
}
.preload_cover .container .logo_sho {
  width: 40%;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-110%, -90%, 0) scale(2);
          transform: translate3d(-110%, -90%, 0) scale(2);
  -webkit-transition: 500ms ease-out 100ms;
  transition: 500ms ease-out 100ms;
  opacity: 0;
}
.preload_cover .container .logo_jin {
  width: 40%;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(10%, 0%, 0) scale(2);
          transform: translate3d(10%, 0%, 0) scale(2);
  -webkit-transition: 500ms ease-out 200ms;
  transition: 500ms ease-out 200ms;
  opacity: 0;
}
.preload_cover .container .logo_main {
  opacity: 0;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.preload_cover.active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  pointer-events: none;
}
.preload_cover.ready .logo_main {
  opacity: 1;
}
.preload_cover.ready .logo_sho {
  -webkit-transform: translate3d(-110%, -90%, 0);
          transform: translate3d(-110%, -90%, 0);
  opacity: 0.2;
}
.preload_cover.ready .logo_jin {
  -webkit-transform: translate3d(10%, 0%, 0) scale(1.2);
          transform: translate3d(10%, 0%, 0) scale(1.2);
  opacity: 0.2;
}
.preload_cover img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 300px;
}
@media screen and (max-width: 768px) {
  .preload_cover img {
    width: 40%;
  }
}

@media screen and (max-width: 768px) {
  #main_video {
    height: 53vw !important;
  }
}