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

#ch {
		font-family: "Bodoni Moda", "Noto Serif JP", serif;
		font-size: 12px;
		line-height: 2.0em;
		padding-bottom: 60px;
		width: 1200px;
		margin: 0 auto;
	    overflow: hidden;
	   
	}

@media only screen and (max-width: 768px){
	
#ch {
		width: 100%;
	}
	
	
}

img {
		width: 100%;
}

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

ul{
	padding: 0;
}

li{
	list-style: none;
}


#ch .main_ttl{
	margin: 10% auto 30%;
}

#ch .ttl{
	width: 32%;
	margin: 0 auto;
}

#ch .item_area .box{
	position: relative;
	
}

#ch .item_area .box .detail{
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
	
}

#ch .item_area .box .detail .new{
	width: 4%;
    position: absolute;
    top: -8%;
    left: 5%;
	z-index: 999;
}

#ch .item_area .box .detail .col{
	width: 26%;
    position: absolute;
    top: -7%;
    right: 2%;
	display: flex;
    align-items: center;
}

#ch .item_area .box .detail .col .col_box {
  margin       : auto;
  width        : 20px;
  height       : 20px;
  background   : #c0aec1;
}

#ch .item_area .box .detail .col .col_name {
  width        : 70%;
}

#ch .item_area .box .pic{
	margin: 0 auto;
}

#ch .item_area .box:nth-of-type(2){
	margin: 26% auto 20%;
}


#ch .item_area .box:nth-of-type(2) .pic{
	width: 80%;
}

#ch .item_area .box:nth-of-type(2) .detail .new{
    left: 15%;
}

#ch .item_area .box:nth-of-type(2) .detail .col .col_box {
  background : #56402E;
}

#ch .item_area .box:nth-of-type(2) .detail .col{
	right: 10%;
}


@media only screen and (min-width: 768px)  {
	#ch .ttl {
    width: 18%;
    }
	#ch .main_ttl {
    margin: 10% auto 17%;
	}
	#ch .item_area{
	display: flex;
	margin: 0 auto;
    width: 1200px;
	justify-content: space-around;
	}
	#ch .item_area .box .detail .col{
	top: -3%;
	}
	#ch .item_area .box:nth-of-type(2) .detail .col {
    top: -5%;
	}
	#ch .item_area .box:nth-of-type(2){
	margin: 26% auto 0;
	}
}

#ch .pic_l{
	margin: 23% auto;	
}

#ch .pic_l .col2{
	display: flex;
    justify-content: flex-start;
    align-items: center;
	margin: 3% 2%;
	
}

#ch .pic_l .col2 .col_box2{
  	width        : 20px;
  	height       : 20px;
  	background   : #878066;
	
}

#ch .pic_l .col2 .col_name2{
	width: 21%;
	margin-left: -4%;
}

#ch .pic_l .pic2{
	width: 76%;
}

#ch .pic_l:nth-of-type(2) .col2{
	justify-content: flex-end;
	margin-right: -3%;
	
}
#ch .pic_l:nth-of-type(2) .pic2{
	width: 85%;
	margin-left: auto;
}

#ch .pic_l:nth-of-type(2) .col2 .col_box2{
  	background   : #000;
	
}

#ch .blog{
	max-width: 450px;
	margin: 0 auto 10%;
}

#ch .blog .link{
	width: 65%;
    margin: 0 auto;
}
@media only screen and (min-width: 768px)  {

	#ch .item_area2{
		display: flex;
		width: 1200px;
	}
	#ch .pic_l {
    	margin: 5% 0 0 5%;
	}
	#ch .pic_l:nth-of-type(2) {
    	margin: 15% auto;
	}
	#ch .pic_l .col2 .col_name2 {
    width: 19%;
    margin-left: -3%;
	}
	#ch .item_area .box .detail .new {
    width: 3%;
	}
	#ch .blog .link{
	width: 72%;
    }
	
}



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


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

.anim.ac{
		opacity:1;
}