/**************************************************
*         トップページ　css                       *
*         見出しクラス　開始行　終了行            * 
*		  .header-div                  * 
*         .slider-div                         *
*         .brand-div                          *
*         .news-div                           *
*         .footer-div                        * 
**************************************************/
	body {
		margin-left: auto;
		margin-right: auto;
		font-family: "source-han-serif-japanese",serif;
		color: rgb(82,34,12);
		font-size: 14px;
		width: 100%;
		overflow-x: hidden;
	}
	
		body#group-font-size{
		width: auto;
		margin-left: auto;
		margin-right: auto;
		font-family: "source-han-serif-japanese",serif;
		color: rgb(82,34,12);
		font-size: 18px;
	}
	
	a,p {
	color: rgb(82,34,12);
	}

/* .header-div	start  */

	.header-div {
		background-color: white;
		position: fixed;
		top: 0;
		left:0;
		width: 100%;
		height: 80px;
		z-index: 99;
		font-weight: bold;
		border-bottom: 1px solid #efe7d5e8;
	}
	
	.header-div nav {
		height: 80px;
		margin: 0px auto;
		display: -webkit-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
	}
	
	.logo {
	    margin-left: 5%;
	    margin-right: auto;
	    height: 80px;
	    margin-top:-10px;
	    overflow:hidden;
	}

	.logo img{
		width: auto;
		height: auto;
		max-width: 140%;
		max-height: 140%;
	}
	
.header-div ul {
    margin-right: 1%;
        display: -webkit-flex;
        display: flex;
    list-style: none;
}

 a {
 	text-decoration: none;
 }


.header-div ul li a {
    margin: 0px 10px;
    padding: 10px;
    border-radius: 5px;
    font: bold 13px;
}
.nav_icon,
.nav_icon span {
    display: none;
}

.nav_icon {
    width: 36px;
    height: 28px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.nav_icon span {
    background: black;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 4px;
}

.nav_icon span:nth-of-type(1) {
    top: 0;
}

.nav_icon span:nth-of-type(2) {
    top: 12px;
}

.nav_icon span:nth-of-type(3) {
    bottom: 0;
}

.nav_icon.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}

.nav_icon.active span:nth-of-type(2) {
    display: none;
}

.nav_icon.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}

/* .header-div	end */


/* .slider-div start */
	
	.slider-div {
		height: 70%;
		padding-top: 60px;
		width: 100%;
	}
	
/* slider-div end */
	

/* brand-div start */
	.brand-div {
		display: inline-block;
		position: relative;
		width: 100vw;
		height: 760px;
	}
	
	.brand-bar {
		height: 5vh;
		width: 100%;
		font-size: 25px;
	}
	
	.brand-bar p{
		padding-top: 10px;
		text-align: center;
	}
	
	.brand-div ul {
		list-style-type: none;
		width: 100%;
	}
	
	.brand-div ul li {
		float: left;
		height: 340px;
		width:  25vw;
	}
	.brand-div ul li img{
		width:auto;
		height:auto;
		max-width:80%;
		max-height:80%;
	}
	
	.ul-2 {
		
	}
	
/* .brand-div end  */

/* .news-div start */

	.news-div {
		height: auto;
		width: auto;
	}
	
	.news-bar {
		height: 50px;
		width: 100%;
		font-size: 22px
	}
	
	.news-bar p{
		padding-top: 10px;
		text-align: center;
	}
	
	.news-list {
		margin-top: 1%;
		text-align: center;
		height: auto;
		background-color: #efe7d5e8;
		font-size: 16px;
	}
	
	.news-list li {
		list-style: none;
        text-align: left;
	}	
	
	.news-date {
		padding-right: 50px;
	}
	
	.news-text {
	}

.news-ul{
    padding-left: 0;
    list-style: none;
    display: inline-block;
    
}
	
/* .news-div end */

/* .footer-div  start*/
.footer-div {
	position: relative;
	height: auto;
	width: 100%;
	text-align: center;
}

#company.footer-div {
	position: relative;
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	background-color: rgb(82,34,12);
	color: white;
}
#company.footer-div  a,#company.footer-div  p {
	color: white;
}

.footer-size {
	height: 35px;
	width: 100%;
}


.footer-div ul {
	display: inline-block;
	text-align: center;
	list-style-type: none;
		    padding-left: 5px;
}

.footer-div ul li{
	margin-left: 30px;
	float: left;
}

.footer-div ul li a{
	text-decoration: none;
	font-size: 14px;
}

.footer-div p{
	font-size: 11px;
}
.footer-copy {
	margin-top:20px;
	height: 10px;

}

.ft-color {
	color: rgba(239,231,213)
}

.footer-right {
	margin-top: -10px;
		font-size: 12px;
}
/* .footer-div end */

#pageTop {
  position: fixed;
  bottom: 110px;
  right: 20px;
  font-size: 32px;
}

 



#pageTop a {
  display: block;
  z-index: 999;
  border-radius: 40px;
  width: 50px;
  height: 50px;
  background-color: #efe7d5e8;
  color: rgb(82,34,12);
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.valen-collection {
	width: 100%;
	height: 150px;
	background-color: #ea617c;
	background-image: url("../img/21VT-TOPbanner-rogo.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}
.wd-collection {
	width: 100%;
	height: 150px;
	background-color: #87CAF0;
	background-image: url("../img/21WD-TOPbanner-rogo.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}
.btn {
    display: block;
    background:black;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-size: 15px;
    font-size: 1.5rem;
}

.main-s-sai > p{
    padding-left:  50px;
    
}