@charset "UTF-8";
/* CSS Document */
/* --------------

全体 

-----------------*/

* {
    margin: 0;
    padding: 0;
}

html{
 overflow-x:hidden !important;
scroll-behavior: smooth;
}

body {
    font-family: "dnp-shuei-gothic-gin-std","YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
    background-color: #FFFFFF!important;
    line-height: 1.6;
    font-size:16px;
    min-width: 1200px;
    margin: 0 auto;
    color: #333;
    letter-spacing: .02em;
}

#htlContents {
    min-width: auto !important;
    margin: 0 auto !important;
    width: 1200px;
}

#RthCustomizeW {
    width: auto !important;
}

/* --------------

TOP＿KV 

-----------------*/

#cus_page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
	margin:0;
	padding:0;
	color:#333;
	position: relative;
}
#cus_page img {
    max-width: 100%;
}
.slide {
    position: relative;
    overflow: hidden;
    width: 1920px;
    height: 770px;
    margin: auto;
    background: #F4F5F6;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

.slide img {
    display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; height: auto; opacity: 0; animation-name: slideAnime; animation-iteration-count: infinite; animation-duration: 36s;
}
