@charset "UTF-8";

/*****************************
  top
*****************************/
.topsec{
  padding: 10rem 0;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
  .topsec{
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    
}

/*****************************
  topsec-firstview
*****************************/
.topsec-firstview {
  padding: 0;
  position: relative;
}
.topsec-firstview .slideitem{
  height: 650px;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.topsec-firstview .mainttl{
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  text-shadow: 0 0 8px rgba(0,0,0,.99);
  width: 100%;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .topsec-firstview .slideitem{
    height: 500px;
  }
}

/*****************************
  topsec-yt
*****************************/
.topsec-yt{
  padding-bottom: 0;
}
.topsec-yt iframe{
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}

/*****************************
  topsec-links
*****************************/
.topsec-links .skmainttl{
  margin-bottom: 4rem ;
  text-align: center;
}
.topsec-links .skmainttl h2{
  font-size: 3rem;
  font-weight: bold;
}
.topsec-links .skmaintxt{
  border-top: 2px solid #df7344;
  border-bottom: 2px solid #df7344;
  font-size: 1.8rem;
  margin: 4rem auto;
  max-width: 600px;
  padding: 2rem 1rem;
  text-align: center;
}
.topsec-links li{
  margin: 1rem auto;
  width: 40%;
}
.topsec-links li a{
  background: url(../images/top/toplinkbg1.webp) no-repeat center / cover;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 3.6rem;
  padding: 5rem 0;
  position: relative;
  text-align: center;
}
.topsec-links li:nth-of-type(2) a{
  background: url(../images/top/toplinkbg2.webp) no-repeat center / cover;
}
.topsec-links li:nth-of-type(3) a{
  background: url(../images/top/toplinkbg3.webp) no-repeat center / cover;
}
.topsec-links li:nth-of-type(4) a{
  background: url(../images/top/toplinkbg4.webp) no-repeat center / cover;
}
.topsec-links li:nth-of-type(5) a{
  background: url(../images/top/toplinkbg5.webp) no-repeat center / cover;
}
.topsec-links li:nth-of-type(6) a{
  background: url(../images/top/toplinkbg6.webp) no-repeat center / cover;
}
.topsec-links li:nth-of-type(7) a{
  background: url(../images/top/toplinkbg7.webp) no-repeat center / cover;
}
.topsec-links li a::before{
  content: "";
  background: rgba(223 , 115 , 68 , .8);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: .5s;
}
.topsec-links li a span{
  font-weight: bold;
  position: relative;
}
.topsec-links li a:hover{
  opacity: 1;
}
.topsec-links li a:hover::before{
  opacity: 0;
}
.topsec-links li.comson a{
  pointer-events: none;
}
.topsec-links li.comson a::before{
  background: rgba(120 , 120 , 120 , .6);
}
.topsec-links li.comson a::after{
  content: "Comming Soon";
  color: #df7344;
  position: absolute;
  right: 5px;
  bottom: 0;
  text-shadow: 2px 2px 1px #fff;
}
.topsec-links li.comson a span{
  position: static;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
  .topsec-links li {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .topsec-links .skmainttl h2{
    font-size: 2rem;
  }
  .topsec-links .skmaintxt{
    font-size: 1.6rem;
    max-width: 90%;
    padding: 2rem 0;
    text-align: left;
  }
  .topsec-links li {
    width: 90%;
  }
  .topsec-links li a{
    font-size: 2.4rem;
    padding: 3rem 0;
  }
}