@charset "utf-8";

@media print, screen and (min-width : 769px){
/*------------------------------------------------------------------------------------------
*
*
    /webcatalog/styling/design/
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */
	
.section h3{
    white-space:  normal;
}
.section .section_desc{
    margin: 0 0 20px 0;
}
	
/* -----------------------------------
    #top_content
----------------------------------- */
	
    #top_content {
        
    }
#top_content h2 {
    margin: 0 auto 20px !important;
}
#top_content .section_desc{
	line-height: 1.8em;
	letter-spacing: -0.01em;
}
#top_content .section_inner .section_desc:first-of-type{
    margin: 0 0 1.5em 0;
}
    #top_content .photos {
        margin: 0 auto 32px;
    }
    #top_content .photos img {
        width: 100%;
    }
    #top_content .photos li {
			width: 100%;
			height: auto;
      line-height: 0;
    }
    #top_content .photos li:first-child {	
			margin-bottom: 6px;
    }
	
    #top_content .photos li .photo_s {
			width: calc((100% - 6px) * 0.44);
    }
    #top_content .photos li .photo_m {
			width: calc((100% - 6px) * 0.56);
    }
    #top_content .photos li img:first-child{
			margin-right: 6px;
    }
    
	
/* -----------------------------------
    #section_story
----------------------------------- */
#section_story h3{
	text-align: center;
	margin-bottom: 87px;
}
#section_story h3 img{
	width: 250px;
	height: auto;
}
#section_story .section_column{
	position: relative;
  width: 880px;
	padding: 0 50px 60px;
}
	
#section_story .section_column h4{
	margin-top: 88px;
}
#section_story .section_column:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #999;
	z-index:-1;
}
	

/* -----------------------------------
    #section_gallery
----------------------------------- */
#section_gallery{
    margin: 180px auto 240px;
}

#section_gallery .img_slider{
    width: 880px !important;
}

#section_gallery .img_slider.col03{
    padding-top:20px;
}

/* -----------------------------------
    #section_bodycolor
----------------------------------- */
#section_bodycolor{
    margin: 0 auto 0;
    padding: 0 0 120px;
}

#section_bodycolor .color_slider{
    margin: 0 0 20px 0;
}

#section_bodycolor .body_color_gallery{
    position: relative;
    text-align: center;
}

#section_bodycolor .body_color_gallery img{
    width: 810px;
    margin: 0 auto 30px auto;
    height: auto;
}

#section_bodycolor .body_color_gallery .pic{
    margin: 0 0 30px 0;
}

#section_bodycolor .body_color_gallery .name{
    margin: 0 0 10px 0;
    font-size: 22px;
}

#section_bodycolor .body_color_gallery .caption{
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 15px 0;
}

#section_bodycolor .body_color_gallery .type{
    font-size: 14px;
    line-height: 1.571em;
}

#section_bodycolor .body_color_gallery .caution{
    margin: 5px 0;
    font-size: 11px;
}
    
#section_bodycolor .body_color_gallery .caution_wrap{
    height: 40px;
    margin-top: 20px;
}

#section_bodycolor .body_color_gallery .caution_wrap .caution{
    font-size: 13px;
    line-height: 20px;
    color: #da4058;
    /*display: none;*/
}
    
#section_bodycolor .body_color_gallery .caution_wrap .caution.disp{
    display: block;
}

#section_access{
    padding: 100px 0;
}
    
}