.addr table{
  width: 200px;
    table-layout: fixed;   /* ensures columns don't auto-resize */
  word-wrap: break-word; /* allow word breaking in cells */
}

.blog h1{
font-size: 3.2rem !important;
}

.blog h1.mainTitle, .blog .section__title {
    font-size: 32px !important;
    line-height: 38px;
}

.blog h2{
  font-size: 22px;
  margin-top: 20px;
}

.slick-dots li {
  width: auto;
  margin: 0 5px;
}

.slick-thumb {
  width: 100px;
  height: auto;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.slick-dots li.slick-active .slick-thumb {
  background: linear-gradient(45deg, #FFF, #000); /* gradient border */
  padding: 3px; /* slightly thicker when active */
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4), 0 0 12px rgba(255, 255, 255, 0.4); /* soft glow */
}

.slick-dots {
  text-align: right;
  padding-right: 8.6vw;
}


#myBtnyt_caring, #myBtnyt_deepclean, #myBtnyt_remote{
  color:#105BAC;
  font-weight: 700;
  font-size: 0.8em;
}

#myBtnyt_caring:hover, #myBtnyt_deepclean:hover, #myBtnyt_remote:hover{
  text-decoration: underline;
}


.floatico {
    display: none;
    position: fixed;
    width: 10%;
    top: 50%;
    right: 0;
    z-index: 1000;
}

.companynews h1 {
        text-align: center;
    font-size: 32px;
}

.companynews .inno-half {
    padding: 0 10px;
}

.companynews .inno-full{
    margin-bottom: 15px;
}

p.newsremarks{
    background: #eee;
    font-size: 12px;
    padding: 10px !important;
    margin-bottom: 10px;
}

p.newsfineprint{
    font-size: 12px;
}

.imgp img{
    width: 100%;
}

.companynews2023 p {
    padding: 10px 0;
    float: left;
    width: 100%;
}

p.imgp{
    padding-bottom: 0;
}



h1.mainTitle{
    text-align: center;
    font-size: 24px;
}

p.blueheader{
    background: #13449D;
    padding: 0px 5px;
    color: #FFF;
    margin-bottom: 10px;
}

.blog p {
    padding: 0px 0px;
    margin-bottom: 10px;
    text-align: left !important;
}

.blog li {
    position: relative;
    text-align: left !important;
}

.blog a {
    text-decoration: underline;
    color: #1A6AAA;
}

.blog ol{
    list-style: decimal;
    padding: 10px 25px;
}

.gb-common-2019_footer__menu a, .gb-common-2019_footer__func a {
    color: #fff !important;
    text-decoration: none;
}

.blog .section__title a{
    color: #000;
    text-decoration: none;
    font-size: 3.2rem;
}

span.email{
    display: none;
}

.section__title {
    text-transform: uppercase;
}

#showroom-finder #results ol li span.number{
    background: #00A3D9;
    padding: 5px 10px;
    left: 10px !important;
    top: 10px !important;
    border-radius: 5px;
}

#showroom-finder #results ol li{
    background: #FFF;
}


.menu__link {
    padding: 0 8px;
    font-size: 14px;
    height: 45px;
    color: #000 !important;
    text-decoration: none !important;
}

.map-legend{
    float: left;
    padding: 5px 15px;
    margin-left: 20px;
    font-size: 12px;
}

a.enquiry{
    border-radius: 5px;
    background: #000;
    color: #FFF;
    padding: 2px 5px;
    font-size: 12px;
    width: fit-content;

}

.filters h4{
    font-size: 20px;
}

.icnTabs {
    margin-bottom: 10px;
}

.showroom_list h4{
    margin: 0;
}

.showroom_list span.addr{
    font-size: 14px;
}

.showroom_list br{
    display: none;
}

.showroom_list img{
    margin: 5px;
}

.showroom_list p{
    margin: 0;
}

#showroom-finder #results ol li.active {
    background-color: #c1c1c1;
    border-left-color: #c1c1c1;
    border-right-color: #c1c1c1;
}

.country-shape{
    height: 300px !important;
}

.menuFunc .menu__list,.gb-common-2019_header__logo {
    margin: 0;
}

.sCountry img{
    padding: 0;
    max-height: 32px;
    padding-right: 10px;
}

.sCountry{
    padding-bottom: 20px;
}

.blog .panels__item a{
    display: initial;
}

span.blogDate{
    display: block;
    padding-top: 15px;
    color: #333;
}

h4.breadcrumbs{
    width: 100%;
    padding-bottom: 1em;

}

h2.breadcrumbs{
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
}

.disNav{
    list-style:none;
    margin:0;
    padding:0;
    text-align:center;
}
.disNav li{
    display:inline;
}

.disNav a{
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #000;
    margin: 5px;
}

.disNav a:hover, .disNav a.active{
    background-color: #333;
    color: #FFF;
}

.discontinued .panels__item.-full {
    display: none;
}


.discontinued .panels__caption{
    margin-top: 0;
    height: 30px;
    font-weight: 600;
}
.discontinued .lineout {

    padding: 3px 10px;
}

.discontinued .panels__item {
    margin-right: 0.2em;
    margin-bottom: 0em;
}
  
.discontinued .lineout.active{
    background: #DDD;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 16%;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 20px 0px;
    position: absolute;
    z-index: 1;
    top: 14%;
    left: 36%;
    line-height: 22px;
}

.tooltiptext a {
    color: #FFF;
  }

  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

.dpn p {
    padding-bottom: 15px;
}

#modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.modalconent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    width: 70%;
}

.modalconent img{
	    height: 500px;
		max-width: initial;
}

.sCountry span {
    width: 100%;
    float: left;
    font-size: 14px;
    margin: 8px 0 0;
}

.sCountry h4 {
    font-size: 18px;
    margin-top: 10px;
    float: left;
    line-height: 20px;
}

.desktop, .mobile{
/*display: none !important;*/
}


.desktop form {
    position: relative;
    transition: all 1s;
    width: 40px;
    height: 33px;
    background: white;
    box-sizing: border-box;
    padding: 5px;
    transition-delay: 2s; 
}


.fa-search {
    padding-top: 11px !important;
}

.desktop input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    outline: 0;
    border: 0;

    font-size: .8em;
    border-radius: 0;
    padding: 0 35px 0 5px;
    background: #EEE;
    margin-top: 5px;
}

.mobile input{
    background: #FFF;
    padding: 6px;
    width: 100%;
    margin: 0 0 10px;
    border: 1px solid #ddd;	
}

.mobile [type="submit"] {
    -webkit-appearance: button;
    background: #ddd;
}

.fa {
    box-sizing: border-box;
    padding: 7px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    text-align: left;
    font-size: 1.2em;
    transition: all 1s;
}

.desktop form:hover{
    width: 200px;
    cursor: pointer;
    transition-delay: 0s;
}



.desktop form:hover input{
    display: block;
}



.companynews .innerEl-tight h3{
    text-align: center;
    padding-bottom: 40px;
}

.specContainer {
    min-height: 300px;
}

.awardContainer h5,.awardContainer h3{
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 7px;
    font-size: 0.83em;
}

.techContainer h5,.techContainer h3{
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 7px;
    font-size: 0.83em;
}

.techContainer, .awardContainer{
	padding-top: 10px;
    float: left;
    width: 100%;
}

.techContainer img{
    height: 40px;
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
}

.awardContainer img {
    height: 60px;
    float: left;
    padding-right: 5px;
    padding-bottom: 5px;
}

.inno-container {
    padding-top: 15px;
    font-size: 0.75em;
}

.iconarea img{
    padding: 1%;
    width: 18%;
    float: left;
}

.iconarea{
	width:100%;
}


.products-page .zoomPanel{
    width: 100%;
    float: left;
    display: block;
}

.products-page figcaption{
    line-height: 0.75em;
}

.products-page .pdtName{
    font-size: 0.6em;
    width: 100%;
    min-height: 6.6em;
    float: left;
    line-height: 1.6em;
    padding-top: 8px;
}

.products-page .pdtModel {
    text-transform: uppercase;
    font-size: .92em;
    width: 100%;
    float: left;
    font-weight: 600;
    line-height: 1.1em;
    padding-top: 20px;
    /* padding-top: 5px; */
    min-height: 0px;
}

.icnTabs__btn {
    color: rgba(0, 0, 0, 0.8);
}

.section__category:before {
    background: #FFF;
}

section section {
    padding: 2em 0 !important;
}

.section ul {
    list-style-type: disc !important;
    padding-inline-start: 40px;
}

ul.icnTabs {
    list-style-type: none !important;
    padding-inline-start: 40px;	
}

.more__text a{
color: #1A6AAA;
}

.inno-full{
	width:100%;
  	float:left;
}

.inno-half{
	width:45%;
  	float:left;
}

.inno-one-third{
	width:33.333%;
  	float:left;
}

.inno-two-third{
	width:66.666%;
  	float:left;
}


.inno-one-quarter{
	width:25%;
  	float:left;
}

.inno-three-quarter{
	width:75%;
  	float:left;
}

.inno-one-fifth{
	width:20%;
  	float:left;
}

.inno-two-fifth{
	width:40%;
  	float:left;
}

.inno-three-fifth{
	width:60%;
  	float:left;
}

.inno-four-fifth{
	width:80%;
  	float:left;
}

hr{
    border-bottom: 0;
    float: left;
    width: 100%;
    padding: 10px 0;
}

div.right-line{
	border-right: 1px solid #ddd;
}

.pdtPadding{
	margin: 15px;
    padding: 5px;
}

.pContent{
    border: 1px solid #ddd;
    float: left;
    padding: 10px 15px 15px;
}

.products-page .iconBox{
width: 100%;
    float: left;
    min-height: 90px;

}

h3.sub__title{
    font-size: 2.2rem;
}

.products-page ul.icnTabs {
    list-style-type: none !important;
    padding-inline-start: 0;
    margin-bottom: 15px;
}

#Videos.inno-container{
    padding: 40px 10px;
}

.inno-bar-item{
	text-align: center;
    padding: 10px 5px;		
    width: 90px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #000;
    color: #fff;
    font-size: 15px;
}

.inno-bar-item:hover, .inno-active{
    font-weight: 700;
    background: #fff;
    color: #000;
}

.download-sheet ul{
	padding-inline-start: 10px;
    list-style-type: none !important;
}

.download-sheet li{
    padding-bottom: 10px;
}

.download-sheet img{
    vertical-align: middle;
    padding-right: 10px;
    width: 40px;
}

.feature-sheet li{
	    padding-bottom: 1em;
}

.blog .innerEl-tight h3{
    padding-bottom:0;
}

#showroom-finder {
    width: 100%;
}

p.distance-units{
    display: none;
}

#results{
    width: 29% !important;
}

#map_canvas {
    width: 70%;
    height: 512px;
}

#showroom-finder form#showroom-finder-form {
    height: initial !important;
}

.mobileonly{
    display: none;
}

.menu__childCaption {
    text-transform: uppercase;
}


.accordion {
    width: 100%;
    transition: 0.4s;
  }
  
  
  
  .panel {
    padding: 0 10px;
    max-height: initial;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .gb-common-2019_footer__infoNavItem {
    margin-right: 1.42857em;
    text-align: left !important;
 }

 .gb-common-2019_footer__info a, .gb-common-2019_footer__info span {
    color: #fff !important;
    text-decoration: none !important;
}

  @media screen and (min-width: 1024px){
    .menuGnav .menu__list {
        display: table;
        height: initial;
        border-left: none;
        margin: 0;
    }
  }


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

    .mobileonly{
        display: block;
    }

    .menu__link:before, .menu__link:after {
        background: none;
    }

    #results{
        width: 100% !important;
    }
    
    #map_canvas {
        width: 100%;
        height: 300px;
    }

	.specContainer {
		min-height: initial;
	}	
	
	.products-page .pdtModel {
		font-size: 2em;
	}	
	
	.products-page .pdtName {
    font-size: 1.2em;
	}
	
div.right-line {
    border-right: 0px solid #ddd;
}	
	


	.icnTabs__item {
		padding-right: 1.25em;
		padding-left: 1.25em;
		border-left: 1px solid rgba(0, 0, 0, 0.08);
		padding: 10px;
	}	
	
	ul.icnTabs {
		text-align: left;
		width: 100%;
		display: block;
		padding-inline-start: 0px;
		margin-bottom: 2em;
	}	
	
    .menu__childItem a span, .menu__childSubTitle {
        font-size: 1.5rem;
        text-transform: uppercase;
    }

    .menu__childItem a span {
        color:#333;
    }

    .mobile{
        display: block;
    }

}

@media screen and (min-width: 768px){

    .gb-common-2019_header, .gb-common-2019_header__logo .siteLogo_l {
        height: 45px;
    }

	.panels__item.-col5 {
width: calc( ( 100% - .7em * 5 ) / 5);
    margin-right: .25em;
    margin-bottom: .5em;
	}

        .menu__childPanel:first-child:nth-last-child(5),
        .menu__childPanel:first-child:nth-last-child(5) ~ .menu__childPanel {
          width: 20%;
        }
      


}


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



    .blog .module {
        padding: 10px;
    }



.discontinued button {
    margin: 5px 0 !important;
}

.discontinued .section ul {
    text-align: left;
    padding-inline-start: 0;
}

.discontinued .disNav a {
    padding: 2px 10px;
    margin: 3px 1px;
}

.discontinued .panels__frame {
    width: calc( 100%);
}
	
.modalconent h3{
    font-size: 20px;
    text-decoration: underline;
}

.modalconent {
    width: 100%;
    top: 10%;
    left: 0%;
    transform: none;
}	

.modalconent img{
	    height: initial;
		max-width: 100%;
}
	
 	.inno-full, .inno-half, .inno-one-third, .inno-two-third, .inno-one-quarter, .inno-three-quarter, .inno-one-fifth,  .inno-two-fifth, .inno-three-fifth, .inno-four-fifth{
      width:100%;
      float:left;      
    }
	
	.inno-bar-item {
		padding: 10px 0px;
		width: 60px;
		font-size: 9px;
	}

    .panel {
        max-height: 0;
    }

    button#button{
        padding: 25px 0 0;
        font-size: 16px;
        font-weight: 700;
    }

    .sCountry span {
        font-size: 12px;
        margin: 2px 0 0;
    }

    .sCountry {
        padding-bottom: 10px;
    }
	
}


@media only screen and (max-width: 1280px) {
    .kv__slider, .kv__item, .kv__panel, .kv {
        height: 50vw !important;
    }
}

@media only screen and (max-width: 928px) {
    .kv__arwBtn.-next {
        background: url(https://5tsong.com/2022-tac/global_common_2019/images/img-next.png) center no-repeat;
        background-size: 90%;
        background-position-y: 75%;
    }

    .kv__arwBtn.-prev{
        background: url(https://5tsong.com/2022-tac/global_common_2019/images/img-previous.png) center no-repeat;
        background-size: 90%;
        background-position-y: 75%;
        transform: rotate(0deg);
    }
}

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

    article.companynews {
        padding: 0px 30px;
    }
    
    .companynews h1{
        padding: 0 30px;
    }
}






html.-loading:before {
    z-index: 20000;
    visibility: visible;
    background: #fff; 
    opacity: 1;
  }
  
  html:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: transparent;
    content: ""; 
    opacity: 0;
    -webkit-transition: all 0.6s 0.1s ease-out;
    transition: all 0.6s 0.1s ease-out;
  }
  /*
  .menu__childItem a:focus-visible,
  .gb-common-2019_footer__menuText a:focus-visible{
    outline: green 2px solid;
    outline-offset: 0;
    transition: none;
  }
  */
  
  @-webkit-keyframes show {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  @keyframes show {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  @-webkit-keyframes scroll-visible {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @keyframes scroll-visible {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  /* ==========================================================================
     global top page
     ========================================================================== */
  
  .kv {
    position: relative;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(0, 0.79, 0.24, 0.99);
    transition: opacity 1s cubic-bezier(0, 0.79, 0.24, 0.99);
  }
  /*20230828 add GAâ–¼*/
  .kvslick {
    position: relative;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(0, 0.79, 0.24, 0.99);
    transition: opacity 1s cubic-bezier(0, 0.79, 0.24, 0.99);
  }
  /*20230828 add GAâ–³*/
  
  .-loaded-kv .kv {
    opacity: 1;
  }
  /*20230828 add GAâ–¼*/
  .-loaded-kv .kvslick {
    opacity: 1;
  }
  /*20230828 add GAâ–³*/
  
  
  @media screen and (min-width: 769px) {
    .kv {
      margin-top: 2.125em;
      height: calc( 90vh - 2.125em);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #262626), to(#000));
      background: linear-gradient(#262626 30%, #000 100%);
    }
    /*20230828 add GAâ–¼*/
    .kvslick{
      margin-top: 2.125em;
      height: calc( 90vh - 2.125em);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #262626), to(#000));
      background: linear-gradient(#262626 30%, #000 100%);
    }
    /*20230828 add GAâ–³*/
  }
  .-verticalSize .kv {
    margin-top: 0;
    height: auto;
    background: none;
  }
  
  /*20230828 add GAâ–¼*/
  .-verticalSize .kvslick {
    margin-top: 0;
    height: auto;
    background: none;
  }
  /*20230828 add GAâ–³*/
  
  .kv__inner,
  .kv__slider,
  .kv__item,
  .kv__panel {
    position: relative;
  }
  @media screen and (min-width: 769px) {
    .kv__slider,
    .kv__item,
    .kv__panel {
      height: calc( 90vh - 2.125em);
    }
  }
  
  @media screen and (max-width: 768px){
    .kv__panel {
        padding-bottom: 2em;
    }
  }
  .-verticalSize .kv__slider,
  .-verticalSize .kv__item,
  .-verticalSize .kv__panel {
    height: 50vw;
  }
  .kv__slider {
    overflow: hidden;
  }
  .-verticalSize .kv__slider {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #262626), to(#000));
    background: linear-gradient(#262626 30%, #000 100%);
  }
  .kv__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0.79, 0.24, 0.99);
    transition: -webkit-transform 1s cubic-bezier(0, 0.79, 0.24, 0.99);
    transition: transform 1s cubic-bezier(0, 0.79, 0.24, 0.99);
    transition: transform 1s cubic-bezier(0, 0.79, 0.24, 0.99), -webkit-transform 1s cubic-bezier(0, 0.79, 0.24, 0.99); 
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .-globalKv .kv__item {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .-loaded-kv .kv__item {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .kv__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*
    -ms-flex-align: end;
    align-items: flex-end; 
  */
    -webkit-box-align: end;
  }
  @media screen and (min-width: 769px) {
    .kv__panel {
      padding-bottom: 0;
    }
  }
  .-verticalSize .kv__panel {
    padding-bottom: 2.1875em;
  }
  .kv__bg {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 1s cubic-bezier(0, 0.79, 0.24, 0.99);
    transition: all 1s cubic-bezier(0, 0.79, 0.24, 0.99);
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
  }
  .-loaded-kv .kv__bg {
    visibility: visible; 
    opacity: 1;
  }
  .kv__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover; 
    background-repeat: no-repeat;
  }
  .kv__img:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(rgba(0, 0, 0, 0) 49%, black);
    content: "";
    opacity: 0.4;
  }
  .kv__text {
    width: 100%;
    color: #fff;
    text-align: center;
    position: relative;
    display: none;
  }
  .kv__title {
    opacity: 0;
    -webkit-transition: all 0.8s linear;
    transition: all 0.8s linear;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
  }
  /*20230828 add GAâ–¼*/
  .kvslick .kv__title,.kvslick .kv__letter{
    opacity: 1;
  }
  /*20230828 add GAâ–³*/
  
  
  .-active .kv__title {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-animation: hide 0.5s linear 11s forwards;
    animation: hide 0.5s linear 11s forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .-globalKv .-active .kv__title {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; 
    -webkit-transition-duration: 1.3s;
    transition-duration: 1.3s;
  }
  .kv__title.-main {
    position: absolute;
    top: 44%;
    left: 50%;
    font-weight: 600;
    font-size: 3.6rem;
  }
  .kv__letter{
      width: 100%;
      font-size: 4vw;
      font-weight: 500;
      text-align: left;
      line-height: 1.2;
  }
  span.kv__letter span {
      font-size: 2vw;
      display: block;
  }
  .kv__title.kv_cl {
      width: 85%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
  }
  .kv__title.kv_cs {
      width: 43%;
      top: 76vh;
      left: 3vw;
  }
  .kv__title.kv_wh {
      width: 37%;
      top: 63vh;
      left: 3vw;
  }
  .kv__title.kv_tl {
      width: 43%;
      top: 22vh;
      left: 6vw;
  }
  .kv__title.kv_nr {
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 38%;
      left: 50%;
      width: 70%;
  }
  
  @media screen and (max-width: 1024px) {
      .kv__title.kv_cs {
          top: 39vw;
      }
      .kv__title.kv_wh {
          top: 31vw;
      }
      .kv__title.kv_tl {
          top: 9vw;
      }
  }
  
  @media screen and (max-width: 767px) {
    .kv__title.-main {
      font-size: 2.7rem;
      line-height: 1.25;
    }
      .kv__title.kv_cl {
          top: 63%;
      }
      .kv__letter{
      width: 100%;
      font-size: 6vw;
      font-weight: 500;
      text-align: left;
      line-height: 1.2;
  }
  span.kv__letter span {
      font-size: 3vw;
      display: block;
  }
  }
  @media screen and (max-width: 320px) {
    .kv__title.-main {
      font-size: 2.4rem;
    }
  }
  @media screen and (min-width: 769px) {
    .kv__title.-sub {
      margin-top: 0.375em;
    }
  }
  .-verticalSize .kv__title.-sub {
    margin-top: 0.57143em;
    line-height: 1.4;
  }
  .-verticalSize .kv__title.-sub .kv__letter,
  .-verticalSize .kv__title.-sub .letter,
  .-verticalSize .kv__title.-sub .letter__w {
    display: -webkit-box;
    overflow: hidden;
  
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .kv__pager {
    z-index: 2147483647;
    visibility: hidden;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 1.5s 1.5s ease-out;
    transition: all 1.5s 1.5s ease-out;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
  }
  .-loaded-kv .kv__pager {
    visibility: visible; 
    opacity: 1;
  }
  @media screen and (min-width: 769px) {
    .kv__pager {
      position: absolute;
      bottom: 0;
      left: 0;
    }
  }
  .-verticalSize .kv__pager {
    /*position: relative;*/
    position: absolute;
    bottom: 0;
    /*bottom: inherit;*/
    left: inherit;
  }
  
  .kv__pagerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; 
  
    -webkit-box-align: center;
  }
  @media screen and (min-width: 769px) {
    .kv__pagerList {
      width: 14.5vw;
      height: 6.875em;
      margin: 0 0 0 auto;
    }
  }
  .-verticalSize .kv__pagerList {
    -ms-flex-pack: end;
    justify-content: flex-end; 
  
    -webkit-box-pack: end;
  }
  .kv__pagerItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.4375em; 
    width: 1.875em;
  
    -webkit-box-align: center;
  }
  .kv__pagerItem:last-child {
    margin-right: 0;
  }
  .kv__pagerBtn {
    position: relative;
    width: 100%;
    height: 30px;
    text-indent: -9999px;
  }
  .kv__pagerNum,
  .kv__pagerStatus {
    position: absolute;
    top: 50%;
    left: 0;
    display: block; 
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .kv__pagerNum {
    width: 100%;
    height: 0.125em;
  }
  @media screen and (min-width: 769px) {
    .kv__pagerNum {
      background: #fff;
    }
  }
  .-verticalSize .kv__pagerNum {
    background: #e5e5e5;
  }
  .kv__pagerStatus {
    visibility: hidden; 
    height: 0.25em;
    background: #666;
    opacity: 0;
  }
  .-current .kv__pagerStatus {
    visibility: visible; 
    opacity: 1;
  }
  .kv__arwBtn {
    position: absolute;
    top: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -ms-flex-align: center;
    justify-content: flex-end;
    align-items: center;
    padding: 0 1.25em;
    width: calc( ( 100% - 62.5em ) / 2);
    height: 100%;
    cursor: pointer; 
  
    -webkit-box-align: center;
    -webkit-box-pack: end;
  }
  .kv__arwBtn.-next {
    right: 0;
  }
  .kv__arwBtn.-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .kv__arwBtnImg {
    visibility: hidden;
    width: 2.25em;
    height: 3.4375em;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform;
  }
  .-next .kv__arwBtnImg {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  .-prev .kv__arwBtnImg {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  .kv__arwBtn:hover img {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .kv__desc {
    position: absolute;
    left: 0;
    z-index: 100;
    width: 100%;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 1s 0s linear;
    transition: opacity 1s 0s linear;
  }
  @media screen and (min-width: 769px) {
    .kv__desc {
      bottom: 6.25em;
    }
  }
  .-verticalSize .kv__desc {
    bottom: 4.28571em;
  }
  .-loaded-kv .kv__desc {
    opacity: 1;
  }
  .kv__descMain {
    font-weight: 600;
  }
  @media screen and (min-width: 769px) {
    .kv__descMain {
      font-size: 3.6rem;
    }
  }
  .-verticalSize .kv__descMain {
    font-size: 2.7rem;
    line-height: 1.25;
  }
  @media screen and (max-width: 320px) {
    .kv__descMain {
      font-size: 2.4rem;
    }
  }
  @media screen and (min-width: 769px) {
    .kv__descSub {
      margin-top: 0.375em;
    }
  }
  .-verticalSize .kv__descSub {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 0.57143em;
    line-height: 1.4;
  
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  
  .feature__thumb__pc-only{
      display:none !important;
  }
  
  .feature__thumb__sp-only{
      display:inline !important;
  }
  
  @media screen and (min-width: 769px) {
      .feature__thumb__pc-only{
          display:inline !important;
      }
      .feature__thumb__sp-only{
          display:none !important;
      }
  }
  
  
  
  /*20230828 add GAâ–¼*/
  .kvparent{
    position: relative;
  }
  .kvslick_control{
    position: absolute;
    right: 5.5vw;
    z-index: 10;
    top: 80vh;
  }
  .kvslick_control.pause .play{
    display: block;
  }
  .kvslick_control.pause .pause{
    display: none;
  }
  
  .kvslick_control.play .play{
    display: none;
  }
  .kvslick_control.play .pause{
    display: block;
  }
  @media screen and (max-width: 1023px) {
    .kvslick_control{
      right: 2vw;
      top: auto;
      bottom: 10%;
    }
  }
  /*20230828 add GAâ–³*/
  
  @media screen and (min-width: 768px){
      .-fit .panels__item.-col3{
          width: 33.333333333%;
      }
    .panels__frame {
      width: auto;
    }

      .bnrImg {
          padding-top: 1em;
          padding-bottom: 3em;
      }
  }

  @media screen and (max-width: 767px) {
    .bnrImg {
        padding-top: 1em;
        padding-bottom: 2em;
    }
    
    .box-a .feature__thumb img {
      width: 100%;
    }

    .floatico{
      display: none !important;
    }
}