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

/****   ここからスマホ　　****/
@media screen and (max-width:480px),print{
#about_tl{
	text-align: center;
	padding: 30px 0 ;
}


.back_tl{
	font-size: 3.5em;
	color: #b89c90;
	font-weight:bold;
	margin: 50px 0 ;
	opacity: 0.3;
}


.front_tl{
	display: block;
	font-size: 2em;
	margin: -85px 0 0 0;
	letter-spacing: 2px;
	font-weight:700;
}	

#pro_ct1{
    height: 300px;
    margin-top: 30px;
	text-align: center;
    background-image: url("../img/D.png");
    background-size:60%;
    background-repeat: no-repeat;
    
}

.brand{
	line-height: 30px;
	text-align: center;
    padding-top: 40px;
}

.delay-time03{
animation-delay: 0s;
}

.delay-time04{
animation-delay: 0.3s;
}

.delay-time05{
animation-delay: 0.6s;
}

.delay-time06{
animation-delay: 0.9s;
}

.delay-time07{
animation-delay: 1.2s;
}

.delay-time08{
animation-delay: 1.5s;
}


.brand1{
	font-size: 1.5rem;
	padding: 3px 0 20px;
}

.brand2,
.brand3,
.brand4,
.brand5,
.brand6{
	font-size: 3.2vw;
	line-height: 7vw;
	}


.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(20px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/****   ここからスマホ　　****/
@media screen and (max-width:480px),print{
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}

.border4{
	border-bottom: dotted 1px #c1a293;
	width: 80%;
	margin: 0 auto;
	padding:30px 0 0px;
	opacity: 0.5;
}

#pro_ct2{
	margin-top: 50px;
    width: 100%;
}

.p2-ue{
	display: flex;
	margin-top: 50px;
}

.left1{
	padding: 30px 0 ;
	width: 100px;
	margin: 70px 0 40px 40px;
	line-height: 30px;
}

.name{
	font-weight: 600;
}

.name2{
    font-size: 0.8rem;
    width: 100px;
}

.rigth{
	margin: 0 0 0 10%;
	}
	
.rigth img{
	width: 210px;
    max-width: 100%;
}

.p2-shita{
	padding: 30px 0 ;
	margin: 0px 30px 40px 40px;
	line-height: 5vw;
	font-size: 3.5vw;
}

#pro_ct3{
	height: 300px;
	text-align: center;
	margin-top: 50px;
}
	
}



/****   ここからPC　　****/
@media screen and (min-width:481px),print{
#about_tl{
	text-align: center;
	padding: 30px 0;
}


.back_tl{
	font-size: 3.5em;
	color: #b89c90;
	font-weight:bold;
	margin: 50px 0 ;
	opacity: 0.3;
}


.front_tl{
	display: block;
	font-size: 2em;
	margin: -85px 0 0 0;
	letter-spacing: 2px;
	font-weight:700;
}		

#pro_ct1{
	width: 70%;
    height: 600px;
    margin: 0 auto;
	display: flex;
	text-align: center;
    background-image: url("../img/D.png");
    background-repeat: no-repeat;
}


.brand{
	line-height: 40px;
    margin: 140px auto;
}


.delay-time03{
animation-delay: 0s;
}

.delay-time04{
animation-delay: 0.3s;
}

.delay-time05{
animation-delay: 0.6s;
}

.delay-time06{
animation-delay: 0.9s;
}

.delay-time07{
animation-delay: 1.2s;
}

.delay-time08{
animation-delay: 1.5s;
}


.brand1{
	font-size: 1.7vw;
	padding: 3px 0 20px;
}




.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(20px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/****   ここからPC　　****/
@media screen and (min-width:481px),print{
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}

.border4{
	border-bottom: solid 1px #c1a293;
	width: 90%;
    height: 35px;
	margin: 0 auto;
    padding-top: 30px;
}

#pro_ct2{
    width: 80%;
    margin: 0 auto;
}

.p2-ue{
	display: flex;
	margin-top: 100px;
}

.left1{
	padding: 30px 0 ;
	width: 400px;
	margin: 150px 0 50px 15%;
	line-height: 30px;
}

.name{
	font-weight: 600;
}

.rigth img{
	margin: 0 0 0 0px;
}

.p2-shita{
	padding: 30px 0 ;
	margin: -140px 0 200px 15%;
	line-height: 2vw;
	font-size: 1.1vw;
}



#pro_ct3{
	height: 700px;
	text-align: center;
}
	
}