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

#ch {
		font-family: Optima, Candara, 'Noto Sans', source-sans-pro, sans-serif;
		font-family:'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		font-size: 12px;
		line-height: 2.0em;
		padding-bottom: 60px;
		background: #f4efe9;
		width: 100%;
		margin: 0 auto;
	}



img {
		width: 100%;
}

a {
	text-decoration: none;
	color: #000;
}

ul{
	padding: 0;
}

li{
	list-style: none;
}

#main_visual {
	position: relative;
	background: #9e9588;
	
		
	}

#main_visual ul{
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	width: 70%;
	margin-left: 28%;
	justify-content: space-between;
}

#main_visual ul li{
	width: 31.3%;
	margin-right: 2%;
    margin-bottom: 2%;
}





#main_visual ul li:nth-child(1){
    margin-top: 20%;
	transition: 2.5s all 0.3s ease;
}

#main_visual ul li:nth-child(2){
    margin-top: 20%;
	transition: 2.5s all 0.6s ease;
}

#main_visual ul li:nth-child(3){
    margin-top: 20%;
	transition: 2.5s all 0.9s ease;
}

#main_visual ul li:nth-child(4){
    margin-bottom: 8%;
	transition: 2.5s all 1.2s ease;
}

#main_visual ul li:nth-child(5){
    margin-bottom: 8%;
	transition: 2.5s all 1.5s ease;
}

#main_visual ul li:nth-child(6){
   	margin-bottom: 8%;
	transition: 2.5s all 1.8s ease;
}

#main_visual .ttl{
	position: absolute;
	width: 30%;
    top: 6%;
    right: 3%;
}

#main_visual .ttl_s{
	position: absolute;
	width: 23%;
    top: 50%;
	transform: translate(0, -50%);
    left: 2%;
}





@media only screen and (max-width: 768px) {
	#main_visual ul{
	width: 94%;
	margin: 0 auto;
	}
	
	#main_visual ul li{
	margin-right: 0;
    margin-bottom: 0;
	}
	
	#main_visual .ttl{
	width: 40%;
	transform: translate(-50%, -50%);
	top: 10%;
	left: 50%;
	right: auto;
	}
	
	#main_visual .ttl_s{
	width: 25%;
    top: 96%;
    left: 50%;
    transform: translate(-50%, -50%);
	}

}

#ch section .block01{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
	margin: 15% auto 8%;
	position: relative;

}

#ch section:nth-of-type(even) .block01{
	flex-direction: row-reverse;
	
}

#ch section .block01 .column{
	width: 27%;
}


#ch section .block01 .no{
	width: 38%;
	margin: 0 auto 5%;
}

#ch section .block01 .item img{
	width: 100%;
	
}

@media only screen and (max-width: 768px){
	#ch section .block01 {
    margin: 75% auto 55%;;

	}
	#ch section .block01 .credit_area{
	 position: absolute;
     left: 50%;
     top: -26%;
     transform: translate(-50%, -50%);
     width: 70%;
	}
	
	#ch section .block01 .pic_b{
	 position: absolute;
     left: 5%;
     top: 74%;
     width: 50%;
	z-index: 2;
     
	}
	#ch section .block01 .pic_a{
    width: 73%;
    margin: 6% 5% 0 0;
	}
	
	#ch section .block01 .pic_b_even{
	 position: absolute;
     right: 5%;
     top: 74%;
     width: 50%;
	z-index: 2;
     
	}
	#ch section .block01 .pic_a_even{
    width: 73%;
    margin: 6% 0 0 5%;
	}
	
	
}

#ch section .block01 .credit{
	margin: 5% 0 6% 0;
    display: flex;
    justify-content: space-around;
    font-size: 15px;
	letter-spacing: 1.5;
}

@media only screen and (max-width: 768px){
	#ch section .block01 .credit{
    font-size: 12px;
	
	}
}

#ch section .block01 .credit .buy{
	border-bottom: solid 1px #000;
	padding-bottom: 2px;
}

#ch section .block02{
	margin: 0 auto 30%;
}

#ch section .block02 .pic_c{
	width: 70%;
	margin: 0 auto;
}

#ch section .block02 .pic_d{
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

#ch section .block02 .pic_d .bottom{
	margin-top: 8%;
}

#ch section .block02 .pic_d .up{
	margin-top: -10%;
}

#ch section .block02 .pic_d .d3{
	position: absolute;
	top: 75%;
    right: 19%;
}

#ch section:nth-of-type(even) .block02 .pic_d{
	flex-direction: row-reverse;
	
}

#ch section .block02 .pic_d .d3_even{
	position: absolute;
    top: 75%;
    left: 19%;
}

@media only screen and (max-width: 768px){
	#ch section .block02{
	margin: 0 auto 82%;
	}
	#ch section .block02 .pic_c{
	width: 100%;
	}
	#ch section .block02 .pic_d .bottom{
	margin: 10% 5% 0 5%;
	}
	#ch section .block02 .pic_d .up{
	margin: -10% 5% 0 5%;
	}
	#ch section .block02 .pic_d .d3{
	top: 104%;
    right: 0;
    left: 32%;
    width: 52%;
	}
	#ch section .block02 .pic_d .d3_even{
	position: absolute;
    top: 104%;
    left: 12%;
    width: 52%;
	}
}

#ch section .block03{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}



#ch section .styling{
	display: block;
	margin: 7% auto 15%;
	text-align: center;
	
}
#ch section .styling span{
	font-size: 16px;
	letter-spacing: 1.2px;
	border-bottom: solid 1px #000;
	padding-bottom: 2px;
	
}

@media only screen and (max-width: 768px){
	#ch section .styling span{
	font-size: 14px;	
	}
		
}

/*////pcview////*/
   .spview {
        display: none;
    }    
    .pcview {
        display: block;
    }
@media only screen and (max-width: 768px)  {
   .spview {
        display: block;
    }    
   .pcview {
        display: none;
    }    
}


.anim{
		opacity: 0;
		transition: 1.5s all 0s ease;
}

.anim.ac{
		opacity:1;
}