@charset "UTF-8";
/* CSS Document */
.natsunootomodachi_pc{
	max-width: 1240px;
	margin: auto;
}
.natsu_a_pc{
 display: block;
}

.natsu_top_a_pc img{
	width: 100%;
}

.natsu_merch_a_pc{
	display: block;
    top: -565px;
    position: relative;
}

.natsu_merch_a_pc ul{
	display: flex;
    justify-content: center;
    margin: auto;
    padding: 0;
}

.natsu_merch_a_pc ul li{
	list-style: none;
}

.natsu_merch_a_pc ul li img{
	width: 360px;
}
.natsu_merch_a_pc ul li a:hover {
    opacity: 0.7;
}
.natsu_b_pc{
	display: block;
    margin-top: -461px;
}
.natsu_top_b_pc img{
	width: 100%;
}



/* 掲載商品*/
.natsu_merch_pc{
	max-width: 1240px;
	margin: auto;
}

.natsu_cnt_pc{
    margin: auto;
    margin-top: 110px;
	margin-bottom: 150px;
}
.natsu_cnt_pc ul{
	display: flex;
    justify-content: space-evenly;
    gap: 30px;
    padding: 0;
}
.natsu_cnt_pc ul li{
  list-style: none;
	
}
.natsu_cnt_pc ul li a{
	text-decoration: none;
}
.natsu_cnt_pc ul li a:hover {
    opacity: 0.7;
}
.natsu_cnt_pc ul li img{
	width: 365px;
}
.natsu_cnt_pc ul li h2{
      font-size: 18px;
    color: #333;
    margin: 0;
    line-height: 24px;
    font-weight: 400;
    margin-top: 3px;
}
.natsu_cnt_pc ul li p{
    font-size: 25px;
    margin: 0;
    color: #333;
    font-weight: bold;
	margin-top: 3px;
}



















