/* uranaiメインコンテンツ */

main{
	position: relative;
	padding-top: 20px;
}

.main_contents{
	max-width: 1100px;
	margin: auto;
}
/* button.post{
	cursor: pointer;
	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: 300px;
}
section h2 span{
	font-weight: normal;
	font-size: 1.2rem;
	letter-spacing: 0.4em;
}

@media(max-width: 768px){
	section h2 img{
		width: 80%;
	}
}
.ha_sec01 .h_a_header .hashtag_box{
	max-width: 374px;
    margin: auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.ha_sec01 .h_a_header .hashtag_box .hashtag_li{
	display: inline-block;
}
.ha_sec01 .h_a_header .hashtag_box .hashtag_li:not(:last-child){
	margin-right: 20px;
}
.ha_sec01 .h_a_header .hashtag_box .hashtag_li button{
	font-size: 16px;
	color: #8A2786;
	border: none;
	background: transparent;
	cursor: pointer;
}


.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;
	}
}


.under_btn_box .row .btn_list.thread_button{
	margin-top: 2%;
}
.under_btn_box .row .btn_list.thread_button .btn_li{
	width: 100%;
	margin: 0;
}
.under_btn_box .row .btn_list.thread_button .btn_li button{
	color: #fff;
	background: #8A2786;
}


section .h_a_inner .ttl_img{
	max-width: 50px;
	margin: auto;
}
section .h_a_inner{
	max-width: 600px;
	margin: auto;
}
section .h_a_inner .question_div .answer_list button{
	padding: 0 0.5em;
	transition: 0.5s;
}
section .h_a_inner .question_div.click .answer_list button{
	border: 1px solid transparent;
	transition: 0.5s;
	pointer-events: none;
}
section .h_a_inner .question_div:not(:last-child){
	margin-bottom: 80px;
}
section .h_a_inner .question_title .ttl_txt{
	text-align: center;
	font-size: 1.2em;
}
section .h_a_inner .answer_list .answer_btn_box{
	position: relative;
}
section .h_a_inner .answer_list .answer_btn_box .answer_graph{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 100%;
	width: 0;
	background: #dcc9de;
	transition: 0.5s;
	transition-delay: 0.5s;
	z-index: -1;
	border-radius: 8px;
}
section .h_a_inner .answer_list .answer_btn_box .text_w{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 6px;
	width: 61px;
	transform: translateY(-50%);
	opacity: 0;
	transition: 0.5s;
}
section .h_a_inner .question_div.click .answer_list .answer_btn_box .text_w{
	opacity: 1;
}
section .h_a_inner .question_div.click .answer_list .answer_btn_box .answer_graph{
	transition: 0.7s;
	transition-delay: 0.7s;
}
section .h_a_inner .question_div.click_result .answer_list button{
	border: 1px solid transparent;
	transition: 0.5s;
	pointer-events: none;
}
section .h_a_inner .question_div.click_result .answer_list .answer_btn_box .text_w{
	opacity: 1;
}
section .h_a_inner .question_div.click_result .answer_list .answer_btn_box .answer_graph{
	transition: 0.7s;
	transition-delay: 0.7s;
}
section .h_a_inner .answer_list .answer_btn_box:not(:last-child){
	margin-bottom: 0.8em;
}
section .h_a_inner .answer_list .answer_btn_box button{
	width: 100%;
	text-align: center;
	padding: 0.6em 2.5em;
	font-size: 1.3em;
	background: transparent;
	color: #8A2786;
	border-radius: 8px;
	border: 1px solid #8A2786;
	cursor: pointer;
}

section .search_box{
	background: #e1d5e9;
	padding: 1em;
}
section .search_box .search_input{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.5em;
}
section .search_box .search_input button{
	background: transparent;
	border: none;
	max-width: 50px;
	margin-left: 10px;
	padding: 0;
	cursor: pointer;
}
section .search_box .search_input #search{
	font-size: 1.1em;
	padding: 0.5em;
	border-radius: 8px;
	border: 1px solid #d5d5d5;
}
/* PCのみ */
@media(min-width:768px ){
	section .h_a_inner .answer_list .answer_btn_box button:hover{
		color: #fff;
		background: #852781;
	}
}

 /* ポップアップフォームのスタイル */
 #popupForm {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	z-index: 1000;
	max-height: 80%; /* ポップアップの高さを制限 */
    overflow-y: auto; /* 縦スクロールを有効化 */
}
#popupOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
#popupForm .popup_inner .pop_ttl p{
	text-align: center;
	margin-bottom: 2em;
	margin-top: 1em;
}
.question_inner .opinion__box{
	display: flex;
	justify-content: right;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.question_inner .opinion__box button{
	display: block;
	background: transparent;
	padding: 0;
	border: none;
	border-bottom: 1px solid #000;
	font-size: 18px;
	cursor: pointer;
}
.question_inner .opinion__box .opinion_btn{
	text-align: right;
}
#popupForm.alart #message{
	display: block;
}
#popupForm.alart #message_compleat{
	display: none;
}
#popupForm.com #message{
	display: none;
}
#popupForm.com #message_compleat{
	display: block;
}
#popupForm .popup_inner textarea{
	width: 100%;
	min-height: 300px;
	font-size: 18px;
	line-height: 1.5;
	padding: 0.5em;
	border-radius: 10px;
	resize:vertical;
}
#popupForm .submit_btn_box{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1em;
}
#popupForm .submit_btn_box button:first-child{
	width: 20%;
	margin-right: 5%;
	font-size: 16px;
	border: 2px solid #8A2786;
	color: #8A2786;
	border-radius: 5px;
	background: #fff;
	font-weight: bold;
	letter-spacing: 0.5em;
	text-align: center;
	padding: 0.2em 0;
	transition: 0.3s;
	cursor: pointer;
}
#popupForm .submit_btn_box button:last-child{
	width: 40%;
	font-size: 16px;
	border: 2px solid #8A2786;
	color: #fff;
	border-radius: 5px;
	background: #8A2786;
	font-weight: bold;
	letter-spacing: 0.8em;
	text-indent: 0.8em;
	text-align: center;
	padding: 0.2em 0;
	transition: 0.3s;
	cursor: pointer;
}
#popupForm .submit_btn_box button#closeButton2{
	margin-right: 0;
}
#popupForm .submit_btn_box button:first-child:hover{
	color: #fff;
	background: #8A2786;
}
#popupForm .submit_btn_box button:last-child:hover{
	color: #8A2786;
	background: #fff;
}
#popupForm .attention .ttl{
	color: #8A2786;
	text-align: center;
	font-weight: bold;
	margin-top: 3em;
}
#popupForm .attention .txt{
	padding: 0 1.5em;
	position: relative;
	margin: 0;
}
#popupForm .attention .txt:before{
	content: '';
	display: block;
	position: absolute;
	top: 1em;
	left: 0;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #ccc;
}
#popupForm .attention .btn_box{
	text-align: center;
	margin-top: 1em;
}
#popupForm .attention .btn_box a{
	display: inline-block;
	text-decoration: underline;
}

@media(max-width: 768px){
	#popupForm {
		width: 90%;
	}
	#popupForm .submit_btn_box button:first-child{
		width: 34%;
		letter-spacing: 0.3em;
	}
	#popupForm .submit_btn_box button:last-child{
		width: 60%;
		letter-spacing: 0.3em;
	}
}
.how_about_ttl{
	text-align: center;
}
.how_about_ttl img{
	max-width: 345px;
	margin: auto;
}
.how_about_ttl p.color_ttl{
	color: #852781;
}
@media(max-width: 768px){
	.how_about_ttl p{
		font-size: 12px;
	}
}

.item_box_separate {
    display: flex;
    justify-content: flex-end;
    position: relative;
	line-height: 1;
	margin-top: 10px;
}
.item_box_separate #good_count{
	line-height: 1.6;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	/* 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%);
}
.page_btn_box .page_btn_box_inner .page_num_btn button {
    margin-right: 8px;
}
.page_btn_box .page_btn_box_inner .page_num_btn button:first-child{
	margin-left: 8px;
}
.page_btn_box{
	margin-bottom: 1rem;
}
.opinion_box{
	margin-top: 10px;
	margin-bottom: 15px;
}
.opinion_box .opinion_inner:not(:last-child){
	margin-bottom: 10px;
}
.opinion_box .opinion_inner{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.opinion_box .opinion_inner.text_medium{
	font-weight: bold;
	font-size: 1.2rem;
}
.opinion_box .opinion_inner.text_big{
	font-weight: bold;
	font-size: 1.4rem;
	color: #852781;
	opacity: 0.9;
}
.select_hashtag{
	position: relative;
	text-align: right;
	padding-right: 30px;
}
.select_hashtag button{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	background: #bbb;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	transition: 0.5s;
	opacity: 1;
}
.select_hashtag button:hover{
	opacity: 0.5;
}
.select_hashtag button .batsu:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	background: #fff;
	width: 15px;
	height: 2px;
}
.select_hashtag button .batsu:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	background: #fff;
	width: 15px;
	height: 2px;
}
@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;
	}
}

.resulte__box{
	margin-top: 10px;
}
.toggle-switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 28px;
	cursor: pointer;
  }
  
  .toggle-switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  .slide {
	position: absolute;
	cursor: pointer;
	background-color: #ccc;
	border-radius: 34px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.4s;
  }
  
  .slide::before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	border-radius: 50%;
	transition: 0.4s;
  }
  
  /* ON状態（チェックされたとき） */
  .toggle-switch input:checked + .slide {
	background-color: #dcc9de; /* iOS風グリーン */
  }
  
  .toggle-switch input:checked + .slide::before {
	transform: translateX(22px);
  }

  #result_txt{
	position: absolute;
	top: 50%;
	left: 60px;
	width: 150px;
	font-size: 12px;
	transform: translateY(-50%);
  }
  .random_bunner_box {
	margin-top: 30px;
  }
  .random_bunner_box a{
	transition: 0.5s;
	opacity: 1;
  }
  .random_bunner_box a:hover{
	opacity: 0.5;
  }
  .sort_box {
	max-width: 374px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 20px;
  }
  .sort_box .sort_inner{
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .sort_box .sort_inner > div{
	width: 33.3333333%;
  }

    .sort_box .sort_inner button{
	width: 100%;
	border: none;
	background: transparent;
	padding: 0.3em 0;
	cursor: pointer;
	transition: 0.5s;
	background: #ccc;
	font-size: 16px;
  }
    .sort_box .sort_inner button:hover{
		background: #fff;
  }
    .sort_box .sort_inner button.selected{
		background: #fff;
		pointer-events: none;
  }
      .sort_box .sort_inner > div{
		display: flex;
  }
      .sort_box .sort_inner > div:not(:last-child){
border-right: 2px solid #fff;
  }

/* 別府追記 */
.old_input span{
	font-size: 0.8rem;

}
.old_input input{
	width: 30%;
	padding: 0.3em 0.5em;
}