/*************************************************************************************************************************/
/** トップページ **/
/*************************************************************************************************************************/

#tarh_toppage .brand span:nth-child(1){
font-size:95%;
}
#tarh_toppage .brand span:nth-child(2){
font-size:95%;
margin-left:1px;
margin-right:1px;
}

#tarh_toppage .top_txt p{
padding-top: 0.3em;
}

#tarh_toppage .top_txt p span:nth-child(1),#tarh_toppage .top_txt p span:nth-child(2){
font-size:85%;
}


#tarh_toppage .slider2 {
  overflow: hidden;
    border-top: solid 10px #e8f4f6;
    border-bottom: solid 10px #e8f4f6;
}

#tarh_toppage .slide-track {
  display: flex;
  width: max-content;
  animation: scroll2 70s linear infinite;
}

#tarh_toppage .slide-track img {
  width: 300px;
  flex-shrink: 0;
}

@keyframes scroll2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#tarh_toppage .exhi{
display: flex;
align-items: center;
    padding-left: 15px;
}
#tarh_toppage .ei,.toku,.gi{
width:100px;
text-align:center;
}
#tarh_toppage .ei2,.toku2,.gi2{
    line-height: 1.2;
    text-align: left;
padding-top:5px;
}
#tarh_toppage .ei2 span,.toku2 span,.gi2 span{
font-size:60%;
}

#tarh_toppage .fade2 {
  overflow: hidden;
color:#fff;
/* height:20px; */
font-weight:bold;
/* width:50%; */
position:absolute;
z-index:999;
/* max-width:370px; */
/* top: 52%;  */
left: 0; 
 bottom: 0; 
 right: 0;
font-size: 87%;
}

#tarh_toppage .fade2 span {
  transform: translateY(3.3rem);
}

#tarh_toppage .fade2.active span {
  transition: 0.2s;
  display: inline-block;
  animation: txt-animation 0.8s forwards;
  transform: translateY(0rem);
}

#tarh_toppage .fade2.active span:nth-child(1) {
  transition-delay: 0.15s;
}

#tarh_toppage .fade2.active span:nth-child(2) {
  transition-delay: 0.2s;
}

#tarh_toppage .fade2.active span:nth-child(3) {
  transition-delay: 0.25s
}

#tarh_toppage .fade2.active span:nth-child(4) {
  transition-delay: 0.3s
}

#tarh_toppage .fade2.active span:nth-child(5) {
  transition-delay: 0.35s
}

#tarh_toppage .fade2.active span:nth-child(6) {
  transition-delay: 0.4s
}

#tarh_toppage .fade2.active span:nth-child(7) {
  transition-delay: 0.45s
}

#tarh_toppage .fade2.active span:nth-child(8) {
  transition-delay: 0.55s
}

#tarh_toppage .fade2.active span:nth-child(9) {
  transition-delay: 0.6s
}

#tarh_toppage .fade2.active span:nth-child(10) {
  transition-delay: 0.65s
}

#tarh_toppage .fade2.active span:nth-child(11) {
  transition-delay: 0.7s
}

#tarh_toppage .fade2.active span:nth-child(12) {
  transition-delay: 0.75s;
}

#tarh_toppage .fade2.active span:nth-child(13) {
  transition-delay: 0.8s;
}

#tarh_toppage .fade2.active span:nth-child(14) {
  transition-delay: 0.85s;
}

#tarh_toppage .fade2.active span:nth-child(15) {
  transition-delay: 0.9s;
}
#tarh_toppage .fade2.active span:nth-child(16) {
  transition-delay: 0.95s;
}
#tarh_toppage .fade2.active span:nth-child(17) {
  transition-delay: 1.0s;
}
#tarh_toppage .fade2.active span:nth-child(18) {
  transition-delay: 1.05s;
}
#tarh_toppage .fade2.active span:nth-child(19) {
  transition-delay: 1.1s;
}

/*************************************************************************************************************************/
/** トップページ **/
/*************************************************************************************************************************/