﻿@media (min-width: 60em) {
  .sub-textfild {
    position: relative;
    font-size: 0;
    line-height: 0;
    background-color: #f6f2ee;
  }

  .sub-textfild .text-fild {
    width: 100%;
    max-width: 1060px;
    z-index: 11;
    text-align: center;
    margin: 0 auto;
  }

  .sub-textfild .text-fild p {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    color: #05141f;
    margin-top: 40px;
  }

  .sub-textfild .text-fild h2 {
    font-weight: 600; /*font-size: 42px; */
    line-height: 130%;
    text-align: center;
    color: #05141f;
  }

  br.m {
    display: none;
  }

  br.pc {
    display: block;
  }
}

.sub-textfild {
  padding: 60px 15px;
  position: relative;
  font-size: 0;
  line-height: 0;
}

.sub-textfild .egmp__bg::before {
  display: none;
}

.sub-textfild .text-fild {
  width: 100%;
  z-index: 11;
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
}

.sub-textfild .text-fild strong {
  font-size: 4.2rem;
  line-height: 1.3;
  text-align: left;
  color: #fff;
}

.sub-textfild .text-fild p {
  font-size: 2rem;
  line-height: 1.6;
  color: #fff;
}

.sub-textfild .text-fild .btn-read_more {
  color: #fff;
  border-color: #fff;
}

.btn-read_more {
  display: inline-block;
  width: 14rem;
  padding: 12px 28px;
  border: 1px solid #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  margin-top: 40px;
}

.hero {
  font-size: 0;
  line-height: 0;
}

.cv .design__list .item__p strong {
  font-weight: bold;
}

@media (min-width: 60em) {
  .venom-poster {
    height: 100vh;
    position: relative;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
  }

  .venom-poster .text-fild {
    width: 100%;
    max-width: 640px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    text-align: center;
  }

  .venom-poster .text-fild h2 {
    font-weight: 600;
    font-size: 42px;
    line-height: 1.3;
    text-align: center;
    color: #ffffff;
  }

  .venom-poster .text-fild p {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
  }
}

.venom-poster {
  height: 100vh;
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.venom-poster .text-fild {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
}

.venom-poster .text-fild h2 {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
}

.venom-poster .text-fild p {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
}

.venom-poster .text-fild img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 60em) {
  /*.cv .title {
 font-size:4.2rem; }
*/
  .cv .design {
    padding-top: 120px;
  }

  .cv .design__list {
    width: 100%;
    max-width: 1168px;
    margin: 0 auto;
    justify-content: space-between;
  }

  .cv .design__list .item {
    max-width: 513px;
    width: 44%;
  }

  .cv .design__list .item:nth-child(3n + 2) .item__cont {
    margin-bottom: 30px;
  }

  .cv .design__list .item:nth-child(even) {
    margin-top: 290px;
    flex-direction: column;
  }

  .cv .design__list .item:nth-child(odd) .item__cont {
    margin-top: 30px;
    padding: 0 20px;
  }

  .cv .design__list .item__cont {
    padding: 0 20px;
    margin-bottom: 30px;
    text-align: left;
  }

  .cv .design__list .item__cont.text {
    min-width: 60rem;
  }

  .cv .design__list .item__h {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.6;
    color: #05141f;
  }

  .cv .design__list .item__p {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #05141f;
  }
}

@media (max-width: 59.9em) {
  br.m {
    display: block;
  }

  br.pc {
    display: none;
  }

  .sub-textfild .text-fild strong {
    display: block;
    font-size: 3.2rem;
    line-height: 1.3;
    text-align: left;
    color: #fff;
  }

  .sub-textfild .text-fild p {
    display: block;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
    color: #fff;
  }

  .cv .design {
    padding-top: 80px;
  }

  .cv .design__list {
    width: auto;
    margin: 0 auto;
    justify-content: space-between;
  }

  .cv .design__list .item {
    width: calc(100% - 30px);
  }

  .cv .design__list .item:nth-child(3n + 2) .item__cont {
    margin-bottom: 0px;
    margin-top: 30px;
    padding-left: 0;
  }

  .cv .design__list .item:nth-child(even) {
    margin-top: 80px;
    flex-direction: column-reverse;
    margin-left: 30px;
    display: flex;
  }

  .cv .design__list .item:nth-child(odd) .item__cont {
    margin-top: 30px;
    padding: 0 20px;
    width: 100%;
  }

  .cv .design__list .item__thumb {
    padding: 0;
  }

  .cv .design__list .item__cont {
    padding: 0 20px;
    margin-bottom: 30px;
    text-align: left;
  }

  .cv .design__list .item__h {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.6;
    color: #05141f;
  }

  .cv .design__list .item__p {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #05141f;
  }

  .cv .design__list .item:nth-child(odd) .item__thumb {
    padding-right: 0;
  }
}

@media (min-width: 60em) {
  .cv .lnb.has-scroll-nav .lnb__btns {
    display: inline-block;
    width: 65px;
  }
}

@media (max-width: 1199px) {
  .cv .lnb.has-scroll-nav .nav {
    display: none;
  }

  .cv .lnb.has-scroll-nav .lnb__btns {
    display: inline-block;
  }

  .cv .lnb.has-scroll-nav .lnb__controller {
    margin: 0;
  }
}

@media (max-width: 961px) {
  .cv .lnb__pad {
    height: 60px;
  }

  .cv .lnb.has-scroll-nav .nav {
    display: none;
  }

  .cv .lnb.has-scroll-nav .lnb__btns {
    display: inline-block;
    width: 25px;
    height: 24px;
    margin-left: 0;
  }

  .cv .lnb.has-scroll-nav .lnb__controller {
    margin: 0;
  }
}

/* .swiper-controller {
align-items: center;}
 */
.swiper-button-play:before {
  margin-top: -5px;
}

.venom-images {
  box-sizing: border-box;
  position: relative;
  padding: 121px 0;
  background: #fff;
}

/* .venom-images__swiper {
position: relative;}

.venom-images .pad {

  width: 100%}

.venom-images .swiper-container {

  width: 74%;
  padding-left: 30px;
  padding-right: 26%;
  padding-bottom: 0;
  margin: 0;
  overflow: visible;
}

.venom-images .swiper-pagination {

  position: absolute;
  top: auto;
  bottom: -50px;
  left: 30px;
  right: 30px;
  width: auto;
  height: 2px;
}

.venom-images .swiper-slide {

  overflow: hidden;
  cursor: pointer;
}

.venom-images .swiper-container-horizontal .swiper-pagination-progressbar, .venom-images .swiper-container-horizontal .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {

  height: 2px;
}

.venom-images .swiper-pagination-progressbar-fill {

  background: #05141f;
}

.venom-images .thumb-box {

  position: relative;
}

.venom-images .thumb-box__img {

  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.venom-images__title {

  position: absolute;
  top: 45px;
  left: 80px;
  z-index: 5;
  font-size: 2.8rem;
  color: #fff;
  width: 65%;
  max-width: 900px;
}

@media (max-width: 59.99em) {

  .venom-images .thumb-box {

  height: 0;
  padding-bottom: 56.25%}

.venom-images .thumb-box__img {

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%}

}


.venom-images .thumb-box__img {

  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
 */

/* .venom-images {

  position: relative;
  padding: 40px 30px;
  background-color: #fff;
}
 */
.venom-images__title {
  margin: 0 0 2rem;
  color: #05141f;
  font-size: 2.2rem;
  font-weight: bold;
}

.venom-images__sub {
  margin: 0 0 2rem;
  color: #05141f;
  font-size: 1.6rem;
}

@media (max-width: 59.99em) {
  .venom-images li + li {
    margin-top: 30px;
  }

  .venom-images {
    padding: 40px 30px;
  }
}

@media (min-width: 60em) {
  .venom-images {
    padding: 121px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .venom-images__title {
    position: absolute;
    top: 45px;
    left: 80px;
    z-index: 5;
    font-size: 2.8rem;
    color: #fff;
    width: 65%;
    max-width: 900px;
  }

  .venom-images__sub {
    position: absolute;
    top: 90px;
    left: 80px;
    z-index: 5;
    font-size: 1.8rem;
    color: #fff;
    width: 65%;
    max-width: 900px;
  }

  .venom-images .pad {
    width: 100%;
  }

  .venom-images .swiper-container {
    width: 74%;
    padding-left: 30px;
    padding-right: 26%;
    padding-bottom: 32px;
    margin: 0;
    overflow: visible;
  }

  .venom-images .swiper-pagination {
    position: absolute;
    top: auto;
    bottom: 60px;
    left: 30px;
    right: 30px;
    width: auto;
    height: 2px;
  }

  .venom-images .swiper-slide {
    overflow: hidden;
    height: calc(100vh - 240px);
    cursor: pointer;
  }

  .venom-images .swiper-container-horizontal .swiper-pagination-progressbar,
  .venom-images
    .swiper-container-horizontal
    .swiper-container-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 2px;
  }

  .venom-images .swiper-pagination-progressbar-fill {
    background: #05141f;
  }
}
.venom-images .thumb-box {
  position: relative;
}

.venom-images .thumb-box__img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 59.99em) {
  .venom-images .thumb-box {
    height: 0;
    padding-bottom: 56.25%;
  }

  .venom-images .thumb-box__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 60em) {
  .venom-images .thumb-box {
    height: 100%;
  }

  .no-objectfit .venom-images .thumb-box__img {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto !important;
    height: auto !important;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}

.index-top {
  position: relative;
  z-index: 30;
  background: #f6f2ee;
}

.index-bot {
  position: relative;
  z-index: 10;
}

@media (min-width: 60em) {
  .sportage-fild {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }

  .sportage-fild .text-fild {
    max-width: 1060px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    text-align: center;
  }

  .sportage-fild .text-fild h2 {
    font-weight: 600;
    font-size: 42px;
    line-height: 1.3;
    text-align: center;
    color: #ffffff;
  }

  .sportage-fild .text-fild p {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
  }

  .sportage-fild .egmp__bg {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .k5-fild {
    position: relative;
    height: 576px;
    overflow: hidden;
  }

  .k5-fild .text-fild {
    max-width: 1060px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    text-align: center;
  }

  .k5-fild .text-fild h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    color: #ffffff;
  }

  .k5-fild .text-fild p {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    color: #ffffff;
  }
}

.sportage-fild {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.sportage-fild .text-fild {
  max-width: 1060px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
}

.sportage-fild .text-fild h2 {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.3;
  text-align: center;
  color: #ffffff;
}

.sportage-fild .text-fild p {
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  margin-top: 30px;
}

.k5-fild .text-fild a,
.sportage-fild .text-fild a {
  margin: 40px auto;
}

.sportage-fild .egmp__bg {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.k5-fild {
  position: relative;
  height: 580px;
  overflow: hidden;
}

.k5-fild .text-fild {
  max-width: 1060px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
}

.k5-fild .text-fild h2 {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
}

.k5-fild .text-fild p {
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
}

.footer {
  position: relative;
  z-index: 31;
}

.mov .lnbs {
  position: absolute;
  bottom: 0;
  padding-bottom: 32px;
  width: 100%;
  z-index: 999999999999999999999;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.mov .lnbs::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mov .lnbs::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 1px);
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-color: transparent;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.mov .lnbs .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.5rem;
  position: relative;
  z-index: 10;
}

.mov .lnbs .nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.mov .lnbs .nav__item .btn-guide-arrow {
  display: none;
  position: absolute;
  bottom: -40px;
}

.mov .lnbs .nav__item::before,
.mov .lnbs .nav__item::after {
  content: "";
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.mov .lnbs .nav__item.is-active .btn-guide-arrow {
  display: block;
}

.mov .lnbs .nav__item.is-active .nav__link {
  opacity: 1;
}

.mov .lnbs .nav__link {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 15px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2;
}

.mov .lnbs .nav__link[data-on-air] {
  min-width: 100px;
}

.mov .lnbs .nav__link[data-on-air]::before {
  content: "";
  display: block;
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 0.5rem;
  background-color: #fff;
}

.mov .lnbs .nav__item.is-active .nav__link[data-on-air]::before {
  -webkit-animation: blink 1s ease-out infinite;
  animation: blink 1s ease-out infinite;
}

.mov .lnbs .nav__name {
  display: inline-block;
}

@media (min-width: 60em) {
  .mov .lnbs .nav {
    margin-top: 3.5rem;
  }

  .mov .lnbs .nav__link {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 25px;
    font-size: 2.8rem;
    max-width: none;
  }

  .mov .lnbs .nav__link[data-on-air]::before {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 18px;
    width: 20px;
    height: 20px;
  }
}
.mov .lnbs.is-sticky {
  top: 0;
  bottom: auto;
  padding-bottom: 0;
  overflow: hidden;
}

.mov .lnbs.is-sticky.has-bg::before {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.no-objectfit .mov .lnbs.is-sticky.has-bg::before {
  background-color: rgba(5, 20, 31, 0.9);
}

.mov .lnbs.is-sticky.has-bg::after {
  border-color: rgba(255, 255, 255, 0.2);
}

.mov .lnbs.is-sticky .title {
  opacity: 0;
}

.mov .lnbs.is-sticky .nav {
  margin-top: 0;
  padding: 1.5rem 0;
}

.mov .lnbs.is-sticky .nav__item {
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mov .lnbs.is-sticky .nav__item::before,
.mov .lnbs.is-sticky .nav__item::after {
  display: none;
}

.mov .lnbs.is-sticky .nav__item.is-active .nav__name::before {
  opacity: 1;
}

.mov .lnbs.is-sticky .nav__item + .nav__item {
  margin-left: 3rem;
}

.mov .lnbs.is-sticky .nav__link {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.mov .lnbs.is-sticky .nav__link[data-on-air] .nav__name::before {
  bottom: -15px;
}

.no-touchevents .mov .lnbs.is-sticky .nav__link:hover,
.no-touchevents .mov .lnbs.is-sticky .nav__link:focus {
  opacity: 1;
}

.no-touchevents .mov .lnbs.is-sticky .nav__link:hover .nav__name::before,
.no-touchevents .mov .lnbs.is-sticky .nav__link:focus .nav__name::before {
  opacity: 1;
}

.mov .lnbs.is-sticky .nav__name {
  position: relative;
}

.mov .lnbs.is-sticky .nav__name::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  height: 2px;
  opacity: 0;
  background-color: #fff;
}

.mov .lnbs.is-sticky .nav .btn-guide-arrow {
  display: none;
}

@media (min-width: 60em) {
  .mov .lnbs.is-sticky .nav {
    padding: 2.3rem 0;
  }

  .mov .lnbs.is-sticky .nav__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }

  .mov .lnbs.is-sticky .nav__item + .nav__item {
    margin-left: 25px;
  }

  .mov .lnbs.is-sticky .nav__link {
    margin: 0;
    padding: 0 23px;
    font-size: 1.5rem;
  }

  .mov .lnbs.is-sticky .nav__link::before {
    display: none;
  }

  .mov .lnbs.is-sticky .nav__link[data-on-air] .nav__name::before {
    bottom: -23px;
  }

  .mov .lnbs.is-sticky .nav__name {
    font-size: 1.5rem;
  }

  .mov .lnbs.is-sticky .nav__name::before {
    right: 2px;
    bottom: -23px;
  }
}

@media (min-width: 60em) {
  .cv .hero__cont {
    bottom: 12rem;
  }
}
