/* uranaiメインコンテンツ */

main{
	position: relative;
	padding-top: 40px;
}

.main_contents{
	max-width: 1100px;
	margin: auto;
}
button.post{
	background: #8A2786;
	color: #fff;
	border: 1px solid #8A2786;
	font-size: 16px;
	cursor: pointer;
	padding: 0.3rem 1.5em;
	border-radius: 5px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.top_logo .top_logo_inner {
height: 100px;
width: 100px;
border: 3px solid #000;
border-radius: 50%;
position: absolute;
top: 48px;
left: 50%;
transform: translate(-50%, 0);
text-align: center;
box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .5);

}
.top_logo .top_logo_inner .top_logo_txt{
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100px;
	height: 60px;
	line-height: 1.4;
	letter-spacing: 0;
}
.top_logo .top_logo_inner .top_logo_txt span{
	font-weight: bold;
	font-size: 2.3rem;
}

section h2{
	text-align: center;
	line-height: 1.5;
}

section h2 img{
	max-width: 470px;
}
section h2 span{
	font-weight: normal;
	font-size: 1.2rem;
	letter-spacing: 0.4em;
}

@media(max-width: 768px){
	section h2 img{
		width: 80%;
	}
}


.commu_sec01 .commu_header .btn_box .btn_list{
	display: flex;
	max-width: 374px;
	margin: auto;
}
/* .commu_sec01 .commu_header .btn_box .btn_list .btn_li{
	width: 30.6666666666666%;
} */
.commu_sec01 .commu_header .btn_box .btn_list .btn_li:not(:last-child){
	margin-right: 4%;
}
.commu_sec01 .commu_header .btn_box .btn_list .btn_li button{
	width: 100%;
	font-size: 16px;
	cursor: pointer;
	padding: 0.3rem 1.5em;
	border-radius: 5px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.commu_sec01 .commu_header .btn_box .btn_list .btn_li:not(:first-child) button{
	border: 1px solid #8A2786;
	background: #fff;
	font-weight: bold;
	color: #8A2786;
}
.commu_sec01 .commu_header .btn_box .btn_list .btn_li a{
	border: 1px solid #8A2786;
	background: #fff;
	font-weight: bold;
	color: #8A2786;
	width: 100%;
    font-size: 16px;
    cursor: pointer;
    padding: 0.3rem 1.5em;
    border-radius: 5px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: bold;

}
.commu_sec01 .commu_header .hashtag_box{
	max-width: 374px;
    margin: auto;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.commu_sec01 .commu_header .hashtag_box .hashtag_li{
	display: inline-block;
}
.commu_sec01 .commu_header .hashtag_box .hashtag_li:not(:last-child){
	margin-right: 20px;
}
.commu_sec01 .commu_header .hashtag_box .hashtag_li button{
	font-size: 16px;
	color: #8A2786;
	border: none;
	background: transparent;
	cursor: pointer;
}
.commu_sec01 .commu_header .search_box{
	text-align: center;
}
.commu_sec01 .commu_header .search_box input{
	max-width: 420px;
	width: 100%;
	font-size: 18px;
	padding: 0.5em;
	border-radius: 5px;
	border: 1px solid #8A2786;
	box-shadow: 3px 3px 3px #ccc;
	margin-bottom: 1.5em;
}
.commu_sec01 .commu_header .search_box input::placeholder{
	color: #d6aee5;
}
.commu_sec01 .commu_header .search_box button{
	width: 130px;
	box-shadow: 3px 3px 3px #ccc;
}
.commu_sec01 .commu_inner{
	max-width: 600px;
	width: 100%;
	margin: auto;
	margin-top: 3em;
	margin-bottom: 3em;
}
.commu_sec01 .commu_inner .thread_list .thread_box {
	padding: 1.5em 2em 1em 2em;
}
.commu_sec01 .commu_inner .thread_list .thread_box:nth-child(2n-1) {
	/* background: #e9e9e9; */
	background: #f2eeec;
}
.commu_sec01 .commu_inner .thread_list .thread_box p{
	margin-bottom: 1em;
	margin-top: 0;
	white-space: pre-wrap;
}
.commu_sec01 .commu_inner .thread_list .thread_box p a{
	display: inline-block;
	text-decoration: underline;
}
.commu_sec01 .commu_inner .thread_list .thread_box .news_title p{
	font-weight: bold;
}
.commu_sec01 .commu_inner .thread_list .item_box_separate{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.commu_sec01 .commu_inner .thread_list .com_count{
	line-height: 1.3;
	padding-top: 0.2em;
	margin-left: 5px;
}
.commu_sec01 .commu_inner .thread_list .item_box_separate .comments{
	width: 25px;
	height: 20px;
	margin-right: 8px;
	position: relative;
}
.commu_sec01 .commu_inner .thread_list .item_box_separate .comments:before{
	content: '‥‥';	
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 2px solid #909090;
	font-size: 11px;
	letter-spacing: 0em;
	text-align: center;
	font-weight: bold;
	color: #909090;
}
.commu_sec01 .commu_inner .thread_list .item_box_separate .goods{
	width: 50px;
	height: 30px;
}
.commu_sec01 .commu_bottom{
	text-align: center;
}
.commu_sec01 .commu_bottom button{
	width: 130px;
	box-shadow: 3px 3px 3px #ccc;
}

.commu_sec01 h2 a{
	max-width: 300px;
	margin: auto;
}

@media(max-width: 420px){
	.commu_sec01 .commu_header .btn_box .btn_list .btn_li button{
		font-size: 	3.80952vw;	
	}
	.commu_sec01 .commu_header .btn_box .btn_list .btn_li a{
		font-size: 	3.80952vw;
	
	}
}
.under_btn_box .row .btn_list{
	display: flex;
	justify-content: space-between;
	max-width: 600px;
	margin: auto;
}
.under_btn_box .row .btn_li{
	width: 49%;
}
.under_btn_box .row .btn_li:first-child{
	margin-right: 2%;
}
.under_btn_box .row .btn_li a{
	border: 1px solid #8A2786;
    background: #fff;
    font-weight: bold;
    color: #8A2786;
	width: 100%;
    font-size: 16px;
    cursor: pointer;
    padding: 0.3rem 1em;
    border-radius: 5px;
    line-height: 1.5;
    letter-spacing: 0.1em;
	text-align: center;
}
.under_btn_box .row .btn_li button{
	border: 1px solid #8A2786;
    background: #fff;
    font-weight: bold;
    color: #8A2786;
	width: 100%;
    font-size: 16px;
    cursor: pointer;
    padding: 0.3rem 1em;
    border-radius: 5px;
    line-height: 1.5;
    letter-spacing: 0.1em;
	text-align: center;
}
@media(max-width: 425px){
	.under_btn_box .row .btn_li a{
		font-size: 3.7647vw;
	}
	.under_btn_box .row .btn_li button{
		font-size: 3.7647vw;
	}
}
.news_colum_ttl{
	text-align: center;
}
.news_colum_ttl img{
	max-width: 345px;
	margin: auto;
}

.item_box_separate {
    display: flex;
    justify-content: flex-end;
    position: relative;
	margin-top: 30px;
}
.thread_list .good_count{
	line-height: 1.3;
	padding-top: 0.2em;
}

.item_box_separate .goods.dis:before{
	opacity: 0;
  }
.item_box_separate .goods.dis:after{
	opacity: 1;
  }
.item_box_separate .goods{
	width: 30px;
    height: 25px;
    margin-right: 8px;
    position: relative;
    line-height: 1;
}
.item_box_separate .goods:before{
	content: '♡';
    display: block;
    width: 100%;
    height: 100%;
    font-size: 28px;
    letter-spacing: 0em;
    text-align: center;
    font-weight: bold;
    color: #909090;
	transition: 0.5s;
	opacity: 1;
}
.item_box_separate .goods:after{
	content: '♥';
    display: block;
    width: 100%;
    height: 100%;
    font-size: 28px;
    letter-spacing: 0em;
    text-align: center;
    font-weight: bold;
    color: #ff8d99;
	opacity: 0;
	transition: 0.5s;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media(max-width: 768px ){
	/* .commu_sec01 .commu_inner .thread_list .item_box_separate .comments:before{
		font-size: 8px;
		border: 1px solid #909090;
	} */
	.item_box_separate .goods{
		width: 16px;
		height: 14px;
	}
	.item_box_separate .goods:after{
		font-size: 20px;
	}
	.item_box_separate .goods:before{
		font-size: 20px;
	}
	.item_box_separate #good_count{
		font-size: 12px;
		line-height: 1.3;
		padding-top: 0.1em;
	}
}


.present_page_bunner_box{
    max-width: 500px;
    margin: auto;
}