.kv {
  position: relative;
  overflow: hidden;
  padding: 25px 25px 70px;
  text-align: center;
  color: #fff;
  background: url("../images/kv-bg.jpg") top center no-repeat ;
  background-size: cover;
}
@media (min-width: 996px) {
  .kv {
    background-position: 0 -100px;
    padding-bottom: 100px;
  }
}
.kv::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10%;
  background: linear-gradient(to bottom, rgba(111, 131, 155, 0) 0%, rgb(111, 131, 155) 90%, #6f839b 100%);
}
.kv h1 {
  position: relative;
  text-shadow: #000 2px 3px 5px;
  letter-spacing: 2px;
  font-size: 8vw;
  font-weight: normal;
}
@media (min-width: 996px) {
  .kv h1 {
    font-size: 5vw;
  }
}
.kv-pd {
  width: 60%;
  margin: 20vw auto 5vw;
  animation: 5s float infinite ease;
}
@media (min-width: 996px) {
  .kv-pd {
    margin: 10vw auto 3vw;
    width: 30%;
  }
}
.kv-wording {
  position: relative;
  width: 70%;
  margin: 0 auto;
  max-width: auto;
}
@media (min-width: 996px) {
  .kv-wording {
    width: 40%;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
}
@keyframes textLight {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes title-school {
  0% {
    transform: scale(1) rotate(0deg);
    transform-origin: center;
  }
  3% {
    transform: scale(1.2) rotate(0deg);
    transform-origin: center;
  }
  6% {
    transform: scale(1) rotate(0deg);
    transform-origin: center;
  }
  9% {
    transform: scale(1.2) rotate(0deg);
    transform-origin: center;
  }
  12% {
    transform: scale(1) rotate(0deg);
    transform-origin: center;
  }
  15% {
    transform: scale(1) rotate(5deg);
    transform-origin: center;
  }
  18% {
    transform: scale(1) rotate(0deg);
    transform-origin: center;
  }
  21% {
    transform: scale(1) rotate(-5deg);
    transform-origin: center;
  }
  24% {
    transform: scale(1) rotate(0deg);
    transform-origin: center;
  }
}
@keyframes kvpd {
  from {
    opacity: 0;
    transform: scale(0.9);
    left: 10%;
    top: -10%;
  }
  to {
    opacity: 1;
    transform: scale(1);
    top: 0;
    left: 0;
  }
}
@media (min-width: 996px) {
  .buynow {
    position: relative;
    margin-top: -100px !important;
  }
}

.tab__flex {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
}
.tab__flexBox {
  position: relative;
  text-align: center;
  text-shadow: #fff 1px 1px 1px;
}
@media (min-width: 996px) {
  .tab__flexBox {
    flex: 1;
    margin-right: 20px;
  }
  .tab__flexBox:last-child {
    margin-right: 0;
  }
}
.tab__flexBox.select {
  background: linear-gradient(to bottom, rgba(111, 131, 155, 0) 0%, rgb(111, 131, 155) 50%, #6f839b 100%);
  text-shadow: #000 1px 1px 1px;
}
.tab__flexBox.select .tab__label {
  color: #fff;
}
.tab__flexBox-icon {
  display: none;
}
.tab__flexBoxInside {
  position: relative;
  background: linear-gradient(-25deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(-25deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  cursor: pointer;
}
.tab__flexBoxInside:hover img {
  transform: scale(1.05);
}
.tab__flexBoxInside::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: url("../images/point-bg-arrow-bottom.png") top left no-repeat ;
  background-size: cover;
  opacity: 0.2;
}
.tab__flexBoxInside::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -12%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/point-bg-arrow.png") top left no-repeat ;
  background-size: cover;
  background-size: contain;
  opacity: 1;
}
.tab__flexBox img {
  position: relative;
  z-index: 3;
  width: 60%;
}
.tab__flexBox .tab__label {
  position: relative;
  font-size: 16px;
  padding-bottom: 20px;
}
@media (min-width: 996px) {
  .tab__flexBox .tab__label {
    font-size: 20px;
    font-weight: bold;
  }
}

.selectarea__filter {
  text-align: center;
}
@media (min-width: 996px) {
  .selectarea__filter {
    margin-top: 35px;
  }
}
.selectarea__filter-item {
  display: inline-block;
  background-clip: #fff;
  background: linear-gradient(-25deg, rgba(255, 255, 255, 0.8) 0%, rgba(111, 131, 155, 0.2) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(-25deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  border: rgb(111, 131, 155) 3px solid;
  box-shadow: #fff 1px 2px 5px;
  color: #fff;
  text-shadow: #000 1px 1px 3px;
  padding: 15px;
  cursor: pointer;
  margin: 2px;
  font-weight: bold;
  letter-spacing: 1px;
}
.selectarea__filter-item:hover, .selectarea__filter-item--active {
  background: rgb(111, 131, 155);
  color: #fff;
}

.tab__flexMobile {
  position: sticky;
  z-index: 998;
  top: 0;
  display: flex;
  text-align: center;
  color: #6f839b;
  margin: 0 -25px;
}
@media (min-width: 996px) {
  .tab__flexMobile {
    display: none;
  }
}
.tab__flexMobile--active {
  position: fixed;
  width: 100%;
  background: #fff;
}
.tab__flexMobileBox {
  flex: 1;
  padding: 10px;
  background: linear-gradient(-25deg, rgba(255, 255, 255, 0) 0%, rgba(111, 131, 155, 0.2) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(-25deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}
.tab__flexMobileBox.select {
  background: linear-gradient(to bottom, rgba(111, 131, 155, 0) 0%, rgb(111, 131, 155) 50%, #6f839b 100%);
}
.tab__flexMobileBox.select .tab__label {
  color: #fff;
}

.hatch__slider {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  margin: 25px auto;
}
@media (min-width: 996px) {
  .hatch__slider {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 996px) {
  .hatch__box {
    width: calc(50% - 15px);
  }
  .hatch__box:nth-child(even) {
    margin-left: 30px;
  }
}

.hatch__flex {
  background: #fff;
  border: #ccc 1px solid;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
  background: linear-gradient(-25deg, rgb(255, 255, 255) 0%, rgba(111, 131, 155, 0.1) 50%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(-25deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}
@media (min-width: 996px) {
  .hatch__flex {
    padding: 40px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.hatch__flexBoxPic {
  padding-bottom: 15px;
}
@media (min-width: 996px) {
  .hatch__flexBoxPic {
    flex: 0 0 40%;
  }
}
.hatch__flexBoxPic-product {
  width: 80%;
  margin: 0 auto;
  max-width: auto;
}
.hatch__flexBoxPic-toplogo img {
  height: 50px;
  width: auto;
  margin-right: 5px;
}
.hatch__flexBoxPic-bottomlogo img {
  max-width: 70%;
}
@media (min-width: 996px) {
  .hatch__flexBoxTxt {
    flex: 0 0 55%;
    text-align: left;
  }
}
.hatch__flexBoxTxt-title {
  font-size: 18px;
  color: #6f839b;
}
.hatch__flexBoxTxt ul {
  text-align: left;
  margin-left: 20px;
  padding-bottom: 0;
}
.hatch__flexBoxTxt ul li {
  list-style: disc;
  font-size: 16px;
  padding-bottom: 5px;
  color: #444;
}
.hatch__flexBoxTxt-note {
  display: inline-block;
  border: #444 1px solid;
  padding: 8px 10px;
  margin: 15px auto;
}
.hatch__flexBoxTxt-price span {
  font-size: 150%;
  font-weight: bold;
}

.hatch__buyNowBtn {
  position: relative;
  border: #6f839b 1px solid;
  color: #6f839b;
  display: block;
  width: 100%;
  margin: 25px 0 10px;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 996px) {
  .hatch__buyNowBtn {
    margin-bottom: 0;
  }
}
.hatch__buyNowBtn::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #6f839b;
  transition: 1s all;
  opacity: 0.2;
}
.hatch__buyNowBtn::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #6f839b;
  transition: 1s all 0.1s;
}
.hatch__buyNowBtn span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 10px;
}
.hatch__buyNowBtn:hover {
  color: #fff;
}
.hatch__buyNowBtn:hover::before, .hatch__buyNowBtn:hover::after {
  width: 100%;
}

.popout {
  position: fixed;
  z-index: 999;
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popout__block {
  width: 100%;
  max-width: 1000px;
  background: #fff;
  border-radius: 30px;
  padding: 20px;
  overflow-y: auto;
  height: 100vh;
}
@media (min-width: 996px) {
  .popout__block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    box-shadow: #ccc 0 0 20px;
  }
}
.popout__block-close {
  text-align: right;
}
.popout__block-close svg {
  width: 40px;
  cursor: pointer;
  opacity: 0.5;
}
.popout__block-close svg:hover {
  opacity: 1;
}
.popout__dm a {
  display: block;
  background: linear-gradient(-25deg, rgb(255, 255, 255) 0%, rgba(111, 131, 155, 0.1) 50%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(-25deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  border: #6f839b 1px solid;
  text-align: center;
  padding: 10px;
  margin: 5px;
}
.popout__dm a img {
  width: auto;
  height: 60px;
}
@media (min-width: 996px) {
  .popout__dm a {
    display: inline-block;
    width: calc(50% - 20px);
    margin: 10px;
  }
  .popout__dm a img {
    height: 100px;
  }
}

@media (min-width: 996px) {
  .redeem__flex {
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
  }
}
.redeem__item {
  flex: 1;
  text-align: center;
}
.redeem__item--title {
  padding-bottom: 20px;
}
.redeem__item--title span {
  background: linear-gradient(to bottom, rgba(111, 131, 155, 0) 0%, rgb(111, 131, 155) 50%, #6f839b 100%);
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
}
.redeem figure {
  text-align: center;
}
.redeem figure img {
  max-width: 250px;
  margin: 0 auto 20px;
}
.redeem figure a {
  color: #6f839b;
}
.redeem__arrow {
  margin: 20% 30px 0;
  text-align: center;
}
.redeem__arrow img {
  width: 40px;
  transform: rotate(90deg);
}
@media (min-width: 996px) {
  .redeem__arrow img {
    transform: rotate(0deg);
  }
}
.redeem__btnBox {
  padding-top: 50px;
  text-align: center;
}
@media (min-width: 996px) {
  .redeem__btnBox {
    display: flex;
    justify-content: center;
  }
}
.redeem__btnBox--btn {
  display: block;
  background: linear-gradient(-25deg, rgba(255, 255, 255, 0) 0%, rgba(111, 131, 155, 0.2) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(-25deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  border: rgb(111, 131, 155) 1px solid;
  color: rgb(111, 131, 155);
  cursor: pointer;
  padding: 25px 45px;
  margin: 10px;
}
.redeem__btnBox--btn:hover {
  background: rgb(111, 131, 155);
  color: #fff;
}
@media (min-width: 996px) {
  .redeem__btnBox--btn {
    margin: 0 5px;
    max-width: 300px;
  }
}

.text--note {
  text-align: center;
  padding-top: 50px;
}

.project {
  position: relative;
  color: #222;
  background-color: #6f839b;
}
@media (min-width: 996px) {
  .project {
    background-position: 0% 20%;
  }
}
.project img {
  max-width: 100%;
  vertical-align: bottom;
}
.project picture {
  display: block;
}
.project .common-title {
  text-align: center;
  font-size: 26px;
  color: #fff;
  padding: 3px;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  margin-bottom: 35px;
}
@media (min-width: 996px) {
  .project .common-title {
    font-size: 40px;
  }
}
.project .common-title span {
  display: block;
  padding: 25px;
}
@media (min-width: 996px) {
  .project .common-title span {
    padding: 25px 50px;
  }
}
.project .common-body {
  position: relative;
  margin: 0 auto;
  background: linear-gradient(to bottom, #fff, rgba(111, 131, 155, 0) 30%, #fff);
  border-radius: 10px;
  padding: 45px 25px;
}
@media (min-width: 996px) {
  .project .common-body {
    width: calc(100% - 200px);
  }
}
.project .common__btnwrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  text-align: center;
}
.project .btn {
  display: block;
  padding: 15px;
  margin: 15px;
  background: linear-gradient(-25deg, rgba(255, 255, 255, 0.8) 0%, rgba(111, 131, 155, 0.2) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(-25deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  border: rgb(111, 131, 155) 3px solid;
  box-shadow: #fff 1px 2px 15px;
  color: #fff;
  text-shadow: #000 1px 1px 3px;
  cursor: pointer;
}
.project .btn:hover {
  background: rgb(111, 131, 155);
  color: #fff;
}
@media (min-width: 996px) {
  .project .btn {
    min-width: 300px;
  }
}

.mainBody {
  position: relative;
  background: url("../images/bg.jpg") top center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
}
.mainBody::before {
  content: "";
  background: url("../images/word-s1.png") repeat-y center top;
  background-size: 35%;
  position: absolute;
  z-index: 888;
  right: 0;
  width: 10%;
  height: 100%;
  top: 0;
  animation: 5s flash infinite;
}
.mainBody::after {
  content: "";
  background: url("../images/word-s1.png") repeat-y center top;
  background-size: 35%;
  position: absolute;
  z-index: 888;
  top: 0;
  width: 10%;
  height: 100%;
  top: 0;
  animation: 5s flash infinite;
}

.mainarea {
  position: relative;
  margin: 0 auto;
  background-size: 100% auto;
  border-radius: 10px;
  padding: 45px 0px;
  background: linear-gradient(-25deg, rgba(255, 255, 255, 0.8) 0%, rgba(111, 131, 155, 0.2) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%), linear-gradient(-25deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 996px) {
  .mainarea {
    width: calc(100% - 200px);
    padding-top: 100px;
  }
}

@keyframes flash {
  0%, 100% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.6;
  }
}
.features {
  background: #fff;
  color: #222;
}

.title--main {
  padding-bottom: 20px;
  font-size: var(--title-xl);
}

.btn-wtb {
  position: fixed;
  z-index: 900;
  right: 10px;
  bottom: 30px;
}
.btn-wtb img {
  width: 120px;
}
