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

#by {
		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;
	    overflow: hidden;
		width: 100%;
	    margin: 0 auto;
		color: #000;	
		
	}


img {
		width: 100%;
	    object-fit: cover;
}

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

ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#main_visual {
	margin: 0 auto 5%;
	position: relative;
	
}

#main_visual .main_ttl{
	width: 36%;
    position: absolute;
    bottom: 10%;
    right: 5%;
}

#by .read{
	margin: 0 auto 15%;
}


@media only screen and (min-width: 768px){
	#main_visual {
	width: 1200px;
	}
	#main_visual .main_ttl{
	width: 23%;
    }
	#by .read{
	width: 500px;
	}
}



#by .read p{
	padding: 0 10px;
}

#by .look{
	position: relative;
}

#by .look .main{
	margin: 10% auto 5%;
}

#by .look .no{
	position: absolute;
	width: 23%;
    top: -3%;
    left: 2%;
}

#by section:nth-of-type(even) .look .no{
   left: auto;
	right: 2%;

}

#by .look_s{
	display: flex;
	justify-content: space-between;
    margin: 0 auto;
	
}

#by .look_s .sub{
	width: 48%;
}

#by .item{
	position: relative;
}

#by .item .item_p{
	position: absolute;
    top: -25%;
    width: 36%;
}

#by section:nth-of-type(3) .item .item_p{
   top: -14%;
   left: 2%;

}

#by section:nth-of-type(5) .item .item_p{
   top: -19%;

}

#by .item p{
	width: 225px;
    margin-left: auto;
}

@media only screen and (min-width: 768px){
	#by .flex{
		display: flex;
		width: 1200px;
		justify-content: flex-end;
		margin: 0 auto;
		flex-wrap: wrap;
        flex-direction: row;
	}
	#by section:nth-of-type(even) .flex{
    flex-direction: row-reverse;
	}
	#by .look{
	width: 48%;
	}
	#by .look .main{
	margin: 0;
	}
	#by .look_s {
    flex-direction: column;
	margin: 0;
	width: 48%;
	}
	#by .item{
	width: 900px;
    margin: 0 auto;
	}
	#by .look_s .sub {
    margin: 0 auto;
	}
	#by .item p {
    width: 490px;
    margin-top: 15%;
	}
	#by .item .item_p{
	width: 40%;
}	

}

#by .button-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin:5% auto 15%;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #623e28;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}
@media only screen and (min-width: 768px){
	#by .button-2 {
    width: 350px;
	padding: 1.5em 2em;
	}
	
}

#by .button-2 a{
    color: #fff;
}

.button-2:hover {
    background-color: #208fa4;
}

#by .credit{
	margin: 10% auto;
	text-align: center;
}

#by .credit .name{
	font-weight: 600;
}

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


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

.anim.ac{
		opacity:1;
}