.kvsub {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-shadow: #000 2px 2px 2px;
}

.kvsub img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

.kvsub img.full {
  width: 100%;
}

.kvsub h2 {
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.kvsub p {
  color: #fff;
  font-size: 24px;
  line-height: 1.6;
}

.kvsub.sptop {
  padding-top: 3rem;
}

@media screen and (max-width: 1920px) {
  .kvsub h2 {
    font-size: 48px;
  }
  .kvsub p {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  .kvsub h2 {
    font-size: 32px;
  }
}

.kvsub-box1 {
  position: relative;
  height: 90vh;
  overflow: hidden;
}

.kvsub-box1 .img {
  position: absolute;
  width: 50%;
  bottom: 0;
  left: 50%;
  text-align: right;
  overflow: hidden;
}

.kvsub-box1 .img img {
  width: 100%;
}

.kvsub-box1 .txtbox {
  position: absolute;
  width: 40%;
  left: 8%;
  bottom: 12%;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@media screen and (max-width: 2560px) {
  .kvsub-box1 .img {
    width: 60%;
  }
}

@media screen and (max-width: 1920px) {
  .kvsub-box1 .img {
    width: 62%;
  }
  .kvsub-box1 .txtbox {
    left: 4.5%;
  }
}

@media screen and (max-width: 960px) {
  .kvsub-box1 {
    height: auto;
    padding-top: 15vh;
  }
  .kvsub-box1 .img {
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
  }
  .kvsub-box1 .img img {
    width: 90%;
    height: auto;
  }
  .kvsub-box1 .txtbox {
    position: relative;
    left: auto;
    bottom: auto;
    width: 90%;
    margin: 0 auto;
    max-width: auto;
    text-align: center;
  }
}

.kvsub-box2 {
  min-height: 95vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.kvsub-box2 .img {
  width: 50%;
  text-align: center;
  position: absolute;
  right: 5%;
}

.kvsub-box2 .txt {
  width: 45%;
  padding-left: 5%;
}

@media screen and (max-width: 2560px) {
  .kvsub-box2 .txt {
    padding-right: 5%;
  }
}

@media screen and (max-width: 960px) {
  .kvsub-box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5vh 0;
  }
  .kvsub-box2 .img {
    position: relative;
    width: 70%;
    margin: 0 auto;
    right: auto;
  }
  .kvsub-box2 .txt {
    width: 90%;
    margin: 0 auto;
    padding-right: auto;
    text-align: center;
    padding-bottom: 5vh;
  }
}

.block {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 1.8;
}

.block img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

.block img.full {
  width: 100% !important;
}

.block .red {
  color: #f00;
}

.block .gray {
  color: #999;
}

.block .imgxs {
  display: none;
}

.block .container {
  width: 85%;
  margin: 0 auto;
  max-width: 1800px;
}

.block .container-lg {
  width: 100%;
  margin: 0 auto;
  max-width: 2560px;
}

.block ul, .block li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.block h3 {
  font-family: "Open Sans Condensed", Helvetica, Arial, sans-serif;
  color: #f00;
  font-size: 44px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  padding: 0 0 20px;
  margin: 0;
}

.block h3.w {
  color: #fff;
}

.block figcaption {
  font-size: 100%;
}

.block p {
  font-size: 100%;
  line-height: 1.8;
}

.block .note {
  font-size: 16px;
  color: #666;
  line-height: 1.4;
}

.block.sp, .block .sp {
  padding: 3.5% 0;
}

.block.splg, .block .splg {
  padding: 5% 0;
}

.block.sptop, .block .sptop {
  padding-top: 3.5%;
}

.block.spbt, .block .spbt {
  padding-bottom: 3.5%;
}

.block.splgtop, .block .splgtop {
  padding-top: 5%;
}

.block.splgbt, .block .splgbt {
  padding-bottom: 5%;
}

.block.center, .block .center {
  text-align: center;
}

@media screen and (max-width: 1920px) {
  .block {
    font-size: 18px;
  }
  .block h3 {
    font-size: 38px;
  }
}

@media screen and (max-width: 960px) {
  .block {
    font-size: 20px;
  }
  .block .imglg {
    display: none;
  }
  .block .imgxs {
    display: block;
  }
  .block.sp {
    padding: 45px 0;
  }
  .block h2 {
    font-size: 32px;
  }
  .block h3 {
    font-size: 28px;
  }
}

.iobox {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 4% 0;
}

.iobox h2 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: bold;
  padding-bottom: 35px;
}

.iobox .container {
  width: 90%;
  margin: 0 auto;
  max-width: 1800px;
}

.iobox .ioboxs {
  position: relative;
  text-align: left;
}

.iobox .ioboxs .pd {
  width: 45%;
  margin: 0 auto;
  max-width: auto;
  position: relative;
}

.iobox .ioboxs .pd img {
  width: 100%;
  padding-right: 10%;
}

.iobox .ioboxs .pd img.top {
  position: relative;
  z-index: 2;
}

.iobox .ioboxs .pd img.bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: colorful 2.5s 0.2s linear infinite;
  animation: colorful 2.5s 0.2s linear infinite;
}

.iobox .ioboxs ul {
  counter-reset: li;
  margin-left: 40px;
}

.iobox .ioboxs ul li {
  position: relative;
  list-style: none;
  padding-bottom: 25px;
}

.iobox .ioboxs ul li::before {
  content: counter(li);
  counter-increment: li;
  border-radius: 0.25em;
  display: inline-block;
  width: 1.5em;
  text-align: center;
  position: absolute;
  left: -40px;
  font-size: 18px;
  font-weight: bold;
}

.iobox .ioboxs .ioleft {
  width: 28%;
  position: absolute;
  top: 15%;
  left: 0;
}

.iobox .ioboxs .ioleft li::before {
  border: #f00 1px solid;
  background: #fff;
  color: #f00;
}

.iobox .ioboxs .ioright {
  width: 28%;
  position: absolute;
  top: 15%;
  right: 0;
  counter-increment: li 6;
}

.iobox .ioboxs .ioright li::before {
  background: #f00;
  color: #fff;
  top: 5px;
}

.iobox .ioboxs .ioright strong {
  display: block;
}

@media screen and (max-width: 1680px) {
  .iobox h2 {
    font-size: 44px;
  }
  .iobox .ioboxs .ioleft,
  .iobox .ioboxs .ioright {
    top: 5%;
  }
}

@media screen and (max-width: 1536px) {
  .iobox .ioboxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .iobox .ioboxs .pd {
    position: absolute;
    left: 29%;
  }
  .iobox .ioboxs .ioleft {
    position: relative;
  }
  .iobox .ioboxs .ioright {
    position: relative;
  }
}

@media screen and (max-width: 960px) {
  .iobox h2 {
    font-size: 28px;
  }
  .iobox .ioboxs {
    display: block;
  }
  .iobox .ioboxs .pd {
    width: 70%;
    padding-bottom: 5%;
    position: relative;
    left: auto;
  }
  .iobox .ioboxs .ioleft,
  .iobox .ioboxs .ioright {
    width: 100%;
  }
  .iobox .ioboxs ul {
    margin: 15px 30px;
  }
  .iobox .ioboxs ul li {
    padding-bottom: 15px;
  }
}

.box-sc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .box-sc {
    display: block;
  }
}

.box-cc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-sc,
.box-cc,
.box-s,
.box-c {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

@media screen and (max-width: 960px) {
  .box-sc.box-xs,
  .box-cc.box-xs,
  .box-s.box-xs,
  .box-c.box-xs {
    display: block;
  }
}

.btsty {
  color: #f00;
  border: #f00 2px solid;
  padding: 15px;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  text-decoration: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.btsty:hover {
  background: #f00;
  color: #fff;
}

.vd-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  z-index: 0;
}

.vd-container iframe,
.vd-container object,
.vd-container embed,
.vd-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
}

@-webkit-keyframes colorful {
  from {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(359deg);
    filter: hue-rotate(359deg);
  }
}

@keyframes colorful {
  from {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(359deg);
    filter: hue-rotate(359deg);
  }
}
