@charset "utf-8";

/***************************************

BASE

***************************************/


html {
	height: 100%;
	position: relative;
	background: #f8f8e8;
	
}

body{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color: #3D3D3D;	
	
}


/***************************************

container_top

***************************************/

#container{
	width: 100%;
}

.top_wrap{
	width: 100%;
	text-align: center;
}

.top_main_img{
	max-width: 100%;	
}
.top_main_text{
	width: 60%;
	margin: 2% auto;
}
.top_main_text p{
	font-size: 1.3rem;
	letter-spacing: 0.1rem;
	line-height: 2.5rem;	
	text-align: left;
}
.marker {
  background:linear-gradient(transparent 50%, rgba(255, 220, 123) 50%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition:background-size 1.5s;
}
.marker.on {
  background-size: 100% 100%;
}
.under_marker {
  background:linear-gradient(transparent 90%, rgba(10, 10, 10,1.0) 100%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 10%;
  transition:background-size 1.5s;
}
.under_marker.on {
  background-size: 100% 100%;
}
.button_kadomaru{	
	width: 40%;
	border-radius: 25px;
	background: #3D3D3D;
	margin: 5% auto;
}

.button_kadomaru p{	
	padding: 2%;
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
	color: #fff;
	text-align: center;
}

.button_kadomaru span{	
	padding-left: 5%;
}



@media screen  and (max-width:1200px){
	
	

.top_wrap{
	width: 100%;
	text-align: center;
	margin-top: 5%;
}	
	
.top_main_text{
	width: 90%;
	margin: 2% auto;
}	
	
.top_main_text p{
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	line-height: 3rem;
	text-align: left;
}	
	
	
.button_kadomaru{
	
	width: 90%;
	border-radius: 25px;
	background: #3D3D3D;
	margin: 5% auto;
}	
	
}
/***************************************

brand_wrap

***************************************/

.brand_wrap{
	width: 100%;
	text-align: center;
	margin: 10% 0;
	
}
.brand_wrap_title h2{
	font-size: 2.8rem;
	letter-spacing: 0.2rem;
	font-weight: 900;	
}
.brand_group{
	width: 100%;
	margin:3% auto 12%;	
	text-align: center;
}
.brand_main{
	width: 35%;
	margin:1% auto 0;	
	text-align: center;
}
.brand_img{
	width: 100%;
	overflow:hidden;
}
.brand_name h3{	
	font-size: 2.2rem;
	letter-spacing: 0.2rem;
	font-weight: 900;
	margin-top: 2%;
	
}
.brand_text p{	
	padding: 2% 1%;
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
	line-height: 2.1rem;
	text-align: left;	
}
.brand_slide{	
	width: 45%;
	margin: 5% auto;
}
.slide_text p{	
	font-size: 1rem;
	letter-spacing: 0.1rem;	
	text-align: left;
	font-weight: 700;
}

.brand_item_box{	
	width: 75%;
	display: flex;
	margin: 8% auto;
	flex-wrap: wrap;
}
.brand_item{
	width: 25%;
	margin-top: 3% ;	
}

.brand_item img{
	width: 95%;
	height: 95%
}

.brand_item p{
	font-size: .8rem;
	letter-spacing: 0.1rem;	
	font-weight: 700;	
}



@media screen  and (max-width:1200px){
	
.brand_main{
	width: 95%;
	margin:5% auto;	
	text-align: center;
}
	
	
.brand_name h3{	
	font-size: 2rem;
	
	
}	
	
.brand_text p{	

	font-size: 1.3rem;
		
}	

.brand_slide{	
	width: 95%;
	margin: 5% auto;
}
	
.brand_item_box{
	
	width: 95%;
	display: flex;
	margin: 8% auto;
	flex-wrap: wrap;
	

}
	
.brand_item{
	width: 50%;
	margin-top: 10% ;
	
}	
	
	
.slide_text p{
	
	font-size: .9rem;
	
}	
	
}

/***************************************

underline

***************************************/


.underline-Area {
	  width: 50%;
	  min-width: 200px;
	  height: auto;
	  margin: 0;
	  padding: 20px;
	  border: 1px solid #333;
}

.underline-Area p {
	  margin: 60px auto;
}

.underline-before {

	background: linear-gradient(black, black) 0 100%/0 2px no-repeat;
	transition: background 3s;
	text-decoration: none;

}

.underline-after {
	background-size: 100% 2px;
  
}


/***************************************

UP日見出し

***************************************/

.upbi {
  position: relative;
  padding: 3% 5%;
  text-align: center;
  width: 70%;
  margin: 0 auto;	 
  font-size: 1.8rem;
　font-weight: 700;	
	
  	
}

.upbi:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

.upbi span {
  position: relative;
  padding: 0 1em;
  background: #f8f8e8;
  
}

/***************************************

fadeUp

***************************************/


.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}

/***************************************

PC/SP

***************************************/


@media screen and (min-width: 1200px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .pc {
    display: none;
  }
}



