.indexA-arshine {
  width: 100%;
  position: relative;
}

picture{display:block;}

.indexA-arshine .background {
  width: 100%;
}

.indexA-arshine .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.indexA-arshine .txt {
  text-shadow: 2px 2px 4px #666;
  width: 686px;
}

.indexA-arshine .txt h3 {
  color: #fff;
  font-size: 48px;
  color: #fff;
  line-height: 1;
}

.indexA-arshine .txt .t {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin: 20px 0 0;
  text-shadow:1px 1px rgba(0,0,0,.5);
}

.indexA-arshine .txt .more {
  box-shadow: 2px 2px 4px #000000;
  margin-top: 25px;
  height: 50px;
  line-height: 48px;
  display: inline-block;
  border: 1px solid #fff;
  padding: 0 60px;
  border-radius: var(--button-radius);
  font-size: 18px;
  color: #fff;
}

.indexA-arshine .txt .more:hover {
  background: color-mix(in srgb, var(--color-primary) 70%, transparent);
}


@media screen and (max-width: 1441px) {
  .indexA-arshine .txt h3 {
    font-size: 48px;
  }
    .indexA-arshine .txt .more {
    padding: 0 50px;
    font-size: 17px;
  }
  
}

@media screen and (max-width: 1367px) {
  .indexA-arshine .txt h3 {
    font-size: 44px;
  }

  .indexA-arshine .txt .t {
    font-size: 17px;
    line-height: 28px;
  }

  .indexA-arshine .txt .more {
    padding: 0 45px;
     height:45px;
  line-height:43px;
  }
  
  
}

@media screen and (max-width: 1281px) {
  .indexA-arshine .txt h3 {
    font-size: 40px;
  }
    .indexA-arshine .txt .more {
    padding: 0 40px; height:42px;
  line-height: 40px;
    font-size: 16px;
  }
  
  
}

@media screen and (max-width: 1171px) {
  .indexA-arshine .txt h3 {
    font-size: 36px;
  }
}

@media screen and (max-width: 992px) {
  .indexA-arshine .txt h3 {
    font-size: 32px;
  }

  .indexA-arshine {
    aspect-ratio: 4;
  }

}

@media screen and (max-width: 768px) {
  .indexA-arshine .txt h3 {
    font-size: 28px;
  }

  .indexA-arshine .txt {
    width: 100%;
    text-align: center;
  }

  .indexA-arshine .txt .t {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 0;
    text-align: left;
  }

  .indexA-arshine .txt .more {
    margin-top: 20px;
    padding: 0 30px;
    font-size: 16px;
  }
}

@media screen and (max-width:576px) {
  .indexA-arshine .txt h3 {
    font-size: 26px;
  }
  
.indexA-arshine{padding:30px 0;}
.indexA-arshine picture{display:block;position:absolute;top:0;right:0;left:0;bottom:0;}
.indexA-arshine picture::after{content:"";background:rgba(0,0,0,0.4);position:absolute;left:0;right:0;top:0;bottom:0;}
.indexA-arshine .background{-o-object-fit:cover;object-fit:cover;height:100%;}
.indexA-arshine .container{position:relative;left:auto;top:auto;transform:none;z-index:10;}

.indexA-arshine .txt .t{text-shadow:none;}
.indexA-arshine .txt .more{padding:0 20px;height:38px;line-height:36px;font-size:15px;}

}

@media screen and (max-width: 480px) {


  .indexA-arshine .txt h3 {
    font-size: 24px;
  }
.indexA-arshine .txt .t{font-size:15px;}

  .indexA-arshine ul li > a {
    padding: 20px 10px;
  }
}
