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

#all {
	padding: 0 0 100px;
}

#wrapper {
	padding: 0 0 100px;
}

.return {
	background: #fff;
	padding: 10px 10px 0;
}

.no_data {
	margin: 100px 0;
	text-align: center;
}

.top_btn,.ac_contact {
	padding: 10px 5px;
	border-radius: 5px;
	display: block;
	background: #fff;
	color: #989898;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	border: 1px solid #989898;
	width: 70%;
	box-sizing: border-box;
	margin: 0 auto;
}

.input_style_short {
	width: 40%;
	margin: 0 10px 0 0;
}

.input_textarea {
	height: 180px;
	font-family: Meiryo,メイリオ,Osaka,"MS PGothic",arial,sans-serif;
	display: block;
}

.input_select {
	background-image: url(../images/down-arrow.svg);
	background-repeat: no-repeat;
	background-position: right 15px top 50%;
	background-size: 12px;
}

.input_free_s {
	width: 75%;
	display: block;
	margin: 0 0 10px;
}

.success {
	background: #ffecf0;
	padding: 10px;
	font-size: 12px;
	margin: 10px 10px 20px;
	text-align: center;
}

.error {
	color: #EC0003;
	font-size: 15px;
}

/*サイドバー*/

.myside {
	width: 100%;
}

.side_user {
	border-top: 1px solid #e4e4e4;
	/*border-bottom: 1px solid #e4e4e4;*/
	margin: 0 0 20px;
	padding: 15px 15px 20px;
}

.side_user .user_name {
	font-size: 14px;
	margin: 0;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.side_user .user_name a {
	text-decoration: none;
	color: #333;
}

.side_user .user_name div:first-child {
	width: 70%;
/*	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;*/
}

.side_user .user_name div:last-child {
	width: 30%;
	text-align: left;
	height: 100%;
	margin: 11px 0 0;
}

.side_user .user_icon {
	width: 55px;
	display: inline-block;
	margin: 0 7px 0 0;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #fff;
	height: auto;
	position: inherit;
}

.side_user .user_sideicon img {
	display: inline-block!important;
	width: 35px!important;
	height: 35px;
	vertical-align: middle;
	margin: 0 6px 5px 0!important;
	border-radius: 50px!important;
	object-fit: cover;
	border: 1px solid #e4e4e4;
	background: #dcdcdc;
}

.side_user .side_name {
	font-size: 13px;
	margin: 0;
	text-align: center;
	margin: 0;
	vertical-align: middle;
	display: inline-block;
	text-align: left;
}

.side_user .name2 {
	font-size: 10px;
	margin: 0;
	color: #8c8c8c;
	display: block;
}

.side_user .user_name .follow_btn_off,.side_user .user_name .follow_btn_on,.side_user .btn_login_modal {
	padding: 7px 0px;
	border: 1px solid #989898;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	font-size: 11px!important;
	text-align: center;
	font-weight: bold;
	width: 84px;
	height: 36px;
	vertical-align: middle;
	margin: 1px 0 0 5px;
	line-height: 1.8;
}

.btn_detail_modal {
	width: 100%;
	background: none;
	border: none;
	padding: 0;
}

.btn_detail_modal p {
	width: 100%;
}

.side_user .user_name .follow_btn_off,.side_user .btn_login_modal {
	color: #989898!important;
	background: #fff;
}

.side_user .user_name .follow_btn_on {
	color: #68bab3!important;
	border: 1px solid #68bab3;
}

.prof_other {
	margin: 5px 0 0;
	display: -webkit-box;
	display: box;
}

.prof_other li {
	list-style: none;
	width: 100%;
	-webkit-box-flex: 1;
	box-flex: 1;
	text-align: center;
}

.prof_other li img {
	width: 100%;
	height: 90px;
	object-fit: cover;
	background: #ececec;
	display: block;
}

.prof_more,.data_submit,.fs_submit,.add_btn {
	width: 100%;
	padding: 12px 0px;
	border: 1px solid #68bab3;
	display: block;
	background: #68bab3;
	color: #fff!important;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 0;
	border-radius: 5px!important;
}

.data_submit {
	width: 80%;
	margin: 0 auto;
}

/*共通ページ*/

.post_content {
	padding: 30px 15px;
}

.post_content h2 {
	margin: 0 0 20px;
	font-size: 18px;
}

.post_content h3 {
	font-size: 15px;
	margin: 15px 0;
}

.post_content ul {
	font-size: 14px;
	margin: 0 0 10px;
}

.post_content ol {
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0 0 0 23px;
}

.post_content p {
	font-size: 14px;
	margin: 0 0 10px;
}

/*トップページ*/

.conth1 {
	margin: 20px 20px 0;
}

.new_list {
	margin: 0;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.post_image,.post_image2 {
	width: 100%;
	height: 150px;
	object-fit: cover;
	margin: 0 auto 3px;
	display: block;
	background: #ececec;
}

.detail_btn .post_image {border-radius: 7px 7px 0 0;}
.post_image2 {border-radius: 0;}

.new_list li .treturn {
	width: 14px!important;
	height: auto!important;
	display: inline-block!important;
	vertical-align: middle;
	color: #fff!important;
	object-fit: inherit!important;
	border-radius: 50%!important;
	margin: -1px 5px 0 0!important;
	font-size: 10px;
	background: none!important;
}

.no_background {
	background: #d8d8d8;
}

.new_list h3 {
	font-size: 17px;
	margin: 0 0 15px;
}

.pic_block {
	text-decoration: none;
	width: 100%;
	padding: 0;
	text-align: left;
	position: relative;
	display: block;
}

.pic_block h3,.userpic_block h3 {
	font-size: 13px;
	margin: 1px 0 6px;
	line-height: 1.5;
	color: #333;
}

.userpic_block {
	font-size: 12px;
	text-decoration: none;
	color: #333;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-decoration: none;
	position: relative;
	/*z-index: 0;*/
}

.userpic_block img {
	display: inline-block!important;
	width: 23px!important;
	height: 23px!important;
	vertical-align: middle;
	margin: 0 5px 0 0!important;
	border-radius: 50px!important;
	object-fit: cover;
}

.userpic_block .locked {
	width: 14px!important;
	height: auto!important;
	display: inline-block!important;
	vertical-align: middle;
	background: none!important;
	object-fit: inherit!important;
	border-radius: 0!important;
	margin: -1px 3px 0 7px!important;
}

.userpic_block .treturn {
	width: 14px!important;
	height: auto!important;
	display: inline-block!important;
	vertical-align: middle;
	color: #fff!important;
	object-fit: inherit!important;
	border-radius: 50%!important;
	margin: -1px 5px 0 0!important;
	font-size: 10px;
	background: none!important;
}

.userpic_block .two {
	display: inline-block;
	margin: 0 0 10px;
}

.userpic_block .private,.userpic_block .trade {
	font-size: 11px;
	display: inline-block;
	margin: 0 5px 0 0;
	color: #fff;
	border-radius: 30px;
	padding: 2px 6px;
}

.userpic_block .private {
	background: #989898;
}

.userpic_block .trade {
	background: #68bab3;
}

.userpic_block .private .locked {
	width: 11px!important;
	margin: -3px 2px 0 0!important;
}

.userpic_block .trade .treturn {
	width: 12px!important;
	margin: -2px 3px 0 0!important;
	height: 12px!important;
}

.userpic_block .time {
	font-size: 12px;
	color: #989898;
	display: inline-block;
}

.userpic_block span {
	display: inline-block;
	margin: 0;
	font-size: 11px;
}

.no_post {
	margin: 0 auto 0;
	text-align: center;
	background: #eee;
	height: 100%;
	border-radius: 8px;
  display: flex!important;
  align-items: center!important;
  justify-content: center!important;
}

.suki {
	width: auto;
	text-align: center;
	margin: 0;
	display: block;
	font-size: 13px;
	color: #464646;
}

.suki i {
	font-size: 20px;
	display: inline-block;
	margin: -5px 0 0;
	color: #d0cfcd;
	vertical-align: middle;
}

.pink {
	color: #ff968c!important;
}

.new_list .userpic_block .att_menu,.new_group .userpic_block .att_menu {
	width: 16px!important;
	height: auto!important;
	margin: 5px 2px 0 0!important;
	background: none!important;
}

.new_list .fa-angle-down {
	font-size: 20px!important;
	margin: 1px 13px 0 0!important;
}

.new_list .bdr .time {
	margin: 3px 0 0;
}

.btn_login_modal {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	outline:none;
	width: 100%;
	height: auto;
}

.more_new {
	width: 300px;
	padding: 12px 5px;
	text-align: center;
	color: #fff;
	background: #f65342;
	display: block;
	margin: 0 auto 30px;
	border-radius: 5px;
	text-decoration: none;
}

.add_btn {
	width: 80%;
	margin: 0 auto;
}

.no_item {
	width: 100%!important;
	text-align: center!important;
}

.no_item h2 {
	margin: 30px 0 8px;
	font-size: 17px;
}

.no_item p {
	margin: 0 0 15px;
	font-size: 13px;
	line-height: 1.7;
}

/*表示・非表示*/

#target {
	display: none;
}

.userpic_block .open,.userpic_block .close {
	background-repeat: no-repeat;
	text-align: center;
}

.userpic_block .open {
	background-image: url(https://evecoco.net/livehouse/wp-content/uploads/images/open.svg);
	background-position: 470px 15px;
	background-size: 17px;
}

.userpic_block .close {
	background-image: url(https://evecoco.net/livehouse/wp-content/uploads/images/close.svg);
	background-position: 472px 17px;
	background-size: 13px;
}

.custum_menu {
	position: absolute;
	width: 60px;
	/* display: block; */
	right: 0;
	z-index: 100;
}

.custum_menu li {
	display: block;
	background: #f5f5f5;
	width: 100%;
	border: 1px solid #ccc;
	font-size: 14px;
	margin: 0 0 8px 0!important;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0px 1px 4px -1.5px rgba(0, 0, 000, 0.5);
}

.custum_menu li a {
	color: #222;
	display: block;
	padding: 6px 10px;
	text-decoration: none;
}

.custum_menu li button {
	border: none;
	padding: 0;
	background: none;
	font-size: 100%;
	color: #222;
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 6px 10px;
}

/*マイページ*/

.my_header {
	border-bottom: 1px solid #e4e4e4;
}

.no_bg .icon_link {
	top: 0;
	left: 2px;
}

.my_top {
	position: relative;
}

.my_bg {
	height: 33vw;
	max-height: 700px;
	background: #f5f5f5;
	background: #eee;
}

.my_bg img {
	width: 100%;
	height: 33vw;
	object-fit: cover;
}

.my_top li {
	width: 100%;
}

.my_top li a {
	display: inline-block;
}

.my_top li:first-child {
	width: 240px;
}

.my_top li:last-child {
	width: 100%;
}

.icon_link {
	position: absolute;
	top: 115px;
	left: 10px;
}

.my_icon {
	width: 75px;
	height: 75px;
	overflow: hidden;
	border-radius: 50%;
	border: 3px solid #fff;
	background: #dcdcdc;
	object-fit: cover;
}

.no_bg ul {
  margin: 40px auto 0!important;
}

.no_bg li:first-child {
	width: 14%!important;
}

.no_bg .my_bg {
	display: none;
}

.no_bg .my_icon {
	position: inherit;
	margin: 0;
	width: 90px;
	height: 90px;
	top: -30px;
	left: 5px;
}

.no_bg .my_name1 {
	font-size: 15px;
}

.follow_num {
	font-size: 14px;
	display: inline-block;
	text-align: center;
	margin: 1px 7px 0;
}

.follow_num .btn_login_modal {
	font-size: 16px;
	color: #408ad7;
}

.follow_num:first-child {
	border-right: 1px solid #e4e4e4;
	padding: 0 10px 0 0;
}

.follow_small {
	font-size: 11px;
  display: block;
}

.follow_btn {
	padding: 10px;
	border-radius: 5px;
	display: block;
	background: #989898;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
}

.my_txt {
	margin: 10px 15px 15px;
}

.tw_he {
	margin: 0 0 10px;
}

.tw_he img {
	width: 22px;
	margin: 0 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.my_name1 {
	font-weight: normal;
	font-size: 25px;
	margin: 0 0 5px;
	line-height: 1.2;
}

.my_name2 {
	color: #5f5f5f;
	font-size: 13px;
	margin: 5px 0 25px 0;
	display: block;
	vertical-align: middle;
}

.post_comment {
	width: 100%;
}

.my_comment {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 5px;
}

.my_comment .input_area {
	margin: -10px 0 0;
	height: 80px;
}

.my_area {
	font-size: 13px;
	vertical-align: middle;
}

.my_area img {
	margin: -4px 4px 0 0;
	font-size: 15px;
	color: #dc4e41;
	width: 16px;
	display: inline-block;
	vertical-align: middle;
}

.my_data {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 0 15px 10px;
	position: relative;
}

.my_menu li {
	display: inline-block;
	margin: 0 0 0 10px;
}

.my_data .share {
	margin: 0
}

.my_data .share img,.my_data .mail img,.my_data .custum img {
	border: none;
	border-radius: 0;
	vertical-align: middle;
	display: inline-block;
}

.my_data .share img {width: 20px;}
.my_data .mail img {width: 25px; margin: 0;}
.my_data .custum img {width: 20px;}

.prof_set_btn,.log_follow,.follow_btn_off,.follow_btn_on,.logout_follow {
	padding: 10px 5px;
	border-radius: 50px;
	display: block;
	background: #fff;
	color: #68bab3;
	text-decoration: none;
	font-size: 15px;
	text-align: center;
	border: 1px solid #68bab3;
	font-weight: bold;
	width: 100%;
	box-sizing: border-box;
}

.follow_list .follow_btn_on,.follow_list .follow_btn_off,.logout_follow {
	width: 110px;
	padding: 7px 5px;
	margin: 0 0;
	font-size: 12px;
}

.follow_btn_on {
	color: #68bab3;
	border: 1px solid #68bab3;
}

.my_inner,.tag_page,.user_search {
	background: #fff;
	padding: 20px 15px 15px;
}

.groups_ttl,.h1_all {
  font-size: 30px;
  font-weight: normal;
  margin: 30px 0 15px;
}

.h1_mypagetag {
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 15px;
}
	
.my_search form span:first-child {
	width: 100%;
}

.tab_menu {
	display: flex;
	justify-content: left;
	margin: 10px 0 10px;
}

.tab_menu li {
	margin: 0 20px 0 0;
}

.tab_menu a {
	color: #333;
}

.tab_menu .active a {
	background: #68bab3;
	color: #fff;
	padding: 7px 10px;
	font-size: 15px;
	height: 100%;
}

.my_menu {
	display: flex;
	align-items: center;
}

.btn_uplode_modal {
	width: 60px;
	height: 60px;
	display: none;
	background-color: #68bab3;
	text-align: center;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	border-radius: 50%;
	position: fixed;
	right: 30px;
	bottom: 50px;
	border: none;
	z-index: 2;
	padding: 10px 0 0;
}

.btn_uplode_modal i {
	color: #fff;
	font-size: 19px;
	margin: 1px 0 2px;
	display: block;
}

.btn_uplode_modal span {
	font-size: 11px;
}

#slide,#slide_sp{
	display: none;
	position: fixed;
	z-index: 101;
	width: 40%;
	bottom: 0;
	background: #f2f2f2;
	border-top: 1px solid #ccc;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	height: 690px;
	border-radius: 8px;
}

.overlay{
	z-index: 3;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.post_menu {
	background: #fff;
}

.post_menu li {
	border-top: 1px solid #e4e4e4;
}

.post_menu li:last-child {
	padding: 0 0 7px;
}

.post_menu li a {
	width: 100%;
	color: #333;
	display: block;
	padding: 15px;
}

.btn_close {
	border: none;
	background: none;
	display: block;
	width: 100%;
	text-align: right;
	font-size: 15px;
}

.new_group li {
	width: 100%;
	margin: 0 0 15px;
}

.new_group .item_img {
	border-radius: 7px;
	height: 150px;
	overflow: hidden;
	margin: 0 0 5px;
	display: flex;
}

.new_group .item_img div {
	width: 100%;
}

.new_group .item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0 auto 5px;
	display: block;
	background: #ececec;
}

/*プロフ編集*/

.prof_content {
	background: #fff;
}

.user_data h1 {
	text-align: center;
	margin: 0 0 10px;
	border-bottom: 1px solid #e4e4e4;
	padding: 15px 18px 7px;
}

.upload_file1 {
	position: relative;
	height: 200px;
	margin: 0;
}

.upload_image1 {
	width: 100%;
	height: 200px;
	margin: 0 auto;
  position: absolute;
  top: 0;
	left: 0;
	right: 0;
  z-index: 2;
  opacity: 0;
  filter:alpha(opacity=0);
}

#canvas1,#up_img1 img {
	width: 100%;
	height: 200px;
	margin: 0 auto;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.uploadbg {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	z-index: 1;
}

.user_upload1:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "+";
	display: block;
	margin: auto;
	color: #fff;
	z-index: 100;
	width: 40px;
	height: 40px;
	font-size: 390%;
	text-align: center;
	line-height: 0.5;
}

.upload_file2 {
	position: relative;
	height: 180px;
	margin: 7px 0 0;
}

.upload_file2:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "+";
	display: block;
	margin: auto;
	color: #fff;
	z-index: 100;
	width: 40px;
	height: 40px;
	font-size: 390%;
	text-align: center;
	line-height: 0.5;
}

.upload_image2 {
	width: 250px;
	height: 250px;
	margin: 0 auto;
  position: absolute;
  top: 0;
	left: 0;
	right: 0;
  z-index: 2;
  opacity: 0;
  filter:alpha(opacity=0);
	border-radius: 150px;
}

#canvas2,#up_img2 img {
	width: 180px;
	height: 180px;
	margin: 0 auto;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	border-radius: 150px;
}

.user_upload {
	padding: 15px 15px 5px;
}

.upload_file {
	display: flex;
	justify-content: left;
	width: 100%;
	flex-wrap: wrap;
	padding: 0 20px;
}

.filebox {
	position: relative;
	width: 110px;
	height: 110px;
	margin: 2px;
}

.uploadButton {
	display: inline-block;
	border-radius: 4px;
	background-image: url(../images/add.svg);
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	line-height: 30px;
	width: 110px;
	cursor: pointer;
	height: 110px;
	background-size: 50%;
	background-position: center;
	position: absolute;
	z-index: 0;
	background-color: #c1d1d0;
	top: 0;
	left: 0;
}
.filebox input[type=file]{
	position: absolute;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	width: 110px;
	height: 110px;
}

.uploadValue {
	display:none;
	background:rgba(255,255,255,0.2);
	border-radius:3px;
	padding:3px;
	color:#ffffff;
}

.upload_file img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 110px;
  height: 110px;
	width: 110px;
	height: 110px;
	margin: 0 auto;
	display: block;
	object-fit: cover;
}

.user_data h2 {
	text-align: center;
	margin: 0;
	padding: 15px 18px 15px;
	font-size: 14px;
}

.user_data ul {
	margin: 0;
	background: #fff;
	padding: 0 15px;
}

.user_data li {
	margin: 0 0 15px;
}

.user_data li select {
	margin: 0 0 10px;
}

.user_data li span,.create_data li .tt {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 0 7px;
	display: block;
	line-height: 0.9;
}

.create_data li .tt {
	margin: 0;
}

.create_data li .tt .small {
	font-weight: normal;
	font-size: 12px;
	padding: 5px 0;
}

.img_data li span {
	text-align: center;
}

.user_last {
	padding: 5px 15px;
}

.method_list {
	padding: 0 0 15px!important;
}

.method_list h2 {
	margin: 25px 0 5px;
	text-align: left;
}

.method_list .maru {
	height: 28px;
	width: 28px;
	border-radius: 50%;
	line-height: 28px;
	text-align: center;
	background: #68bab3;
	color: #fff!important;
	display: inline-block;
	margin: 0 7px 0 0;
	font-size: 13px;
}

.method_list p {
	font-size: 14px;
	text-align: left;
	line-height: 1.5;
	margin: 0 0 10px;
}

.method_list img {
	width:  100%;
	display: block;
	border: 1px solid #848484;
	margin: 0 0 10px;
}

.method_list .btn_close_log,.method_list .btn_close_log2 {
	position: inherit;
	display: block;
	background: #efefef;
	text-align: center;
	border-radius: 5px;
	width: 100%;
	padding: 12px 0px;
	border: 1px solid #ccc;
	color: #333;
	font-size: 15px;
	margin: 30px 0 0;
}

.radio {
	display: flex;
}

.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #bdbdbd;
  border-radius: 50%;
}
.radio-input:checked + label{
  color: #68bab3;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #68bab3;
  border-radius: 50%;
}

/*アイテムページ*/

.myitem .userpic_block {
	margin: 10px 10px 0 10px;
}

.myitem img,.myitem video {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
}

.myitem h1 {
	margin: 0 15px 15px;
	font-size: 18px;;
}

.content_area {
	margin: 0 15px 20px;
	font-size: 13px;
}

.private_detail {
	font-size: 14px;
	margin: 0 15px 5px;
}

.private_detail img {
	width: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: -4px 3px 0 0;
}

.goods_detail {
	font-size: 12px;
	margin: 0 15px 20px;
	border-bottom: 1px solid #e4e4e4;
}

.goods_detail dl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.goods_detail dt {
	width: 25%;
	padding: 10px;
	background: #f9f9f9;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	display: inline-block;
}

.goods_detail dd {
	width: 75%;
	padding: 10px;
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	display: inline-block;
}

.trades_detail {
	margin: 0 15px 20px;
	border-top: 1px solid #e4e4e4;
}

.trades_detail dt {
  width: 100%;
  padding: 3px 6px;
  background: #efefef;
  color: #333;
  font-size: 12px;
}

.trades_detail dd {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #e4e4e4;
	font-size: 13px;
}

.myitem .userpic_block .att_menu {
	width: 23px!important;
	height: auto!important;
	margin: 0!important;
}

.myitem .post_data {
	margin: 0 0 20px;
	border-bottom: 1px solid #e4e4e4;
}

.myitem .post_data .userpic_block {
	padding: 0 0 8px 5px;
	display: flex;
	align-items: center;
}

.myitem .post_data .userpic_block a {
	text-decoration: none;
	color: #333;
}

.myitem .post_data .userpic_block img {
	width: 35px!important;
	height: 35px!important;
	margin: 0 0 0;
	border: 1px solid #e4e4e4;
	overflow: hidden;
	border-radius: 50%;
	display: block;
	object-fit: cover;
	background: #dcdcdc;
}

.myitem .post_data .userpic_block span i {
	font-size: 26px;
	display: inline-block;
	margin: 0 5px 0 0;
	color: #d0cfcd;
	vertical-align: middle;
}

.share {
	display: inline-block;
	width: 23px;
	height: 23px;
	vertical-align: top;
	margin: 0 10px 0 0;
}

.post_data .userpic_block .btn_login_modal {
	width: auto!important;
}

.myitem .post_data .share img {
	border: none!important;
	border-radius: 0!important;
	width: 23px!important;
	display: inline-block!important;
	height: 23px!important;
	vertical-align: middle;
	background: none;
}

.share_list {
	width: 142px;
	position: absolute;
	right: 0;
	z-index: 100;
	background: #fff;
	padding: 5px 10px 3px;
	border: 1px solid #e4e4e4;
}

.share_list li {
	width: 100%!important;
	display: block;
	margin: 0;
	text-align: left;
}

.share_list a {
	display: block;
	width: 100%;
}

.share_list img {
	border: none!important;
	border-radius: 0!important;
	width: 25px!important;
	display: inline-block!important;
	height: 25px!important;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

.share_list a {
	font-size: 14px;
	margin: 7px 0;
}

.share_list span{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #e4e4e4;
	padding: 0 0 3px;
}

.myitem p {
	font-size: 14px;
	line-height: 1.8;
	margin: 0 0 20px;
}

.post_area {
	margin: 0 0 15px;
	font-size: 14px;
}

.post_area span {
	display: inline-block;
	margin: 0 5px 0 0;
}

.post_tag {
	padding: 0 15px 15px;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post_tag li {
	margin: 0 10px 10px 0;
}

.post_tag li:last-child {
	margin: 0;
}

.post_tag a {
	text-align: center;
	display: block;
	color: #0da98d;
	border-radius: 4px;
	text-decoration: none;
	font-size: 13px;
}

.comment {
	padding: 0 0 15px;
	border-bottom: 1px solid #e4e4e4;
}

.comment h2 {
	font-size: 14px;
	margin: 0 0 15px;
}

.comment .userpic_block img {
	width: 25px;
	height: 25px;
	margin: 4px 6px 5px 0!important;
	border: 1px solid #e4e4e4;
	overflow: hidden;
	border-radius: 50%;
	display: block;
	object-fit: cover;
	background: #dcdcdc;
}

.comment .userpic_block a {
	text-decoration: none;
	color: #333;
}

.come_name {
	color: #333!important;
	margin: 0 7px 10px 0!important;
}

.come_time {
	font-size: 9px;
	color: #999;
	margin: 0 0 0 10px;
}

.comment li {
  border-top: 1px solid #dcdcdc!important;
  padding: 11px 0 0!important;
  width: 100%!important;
  border-radius: 0!important;
  border: none!important;
  border-top: 1px solid #dcdcdc!important;
  margin: 0!important;
}

.comment li:first-child {
	border-top: none!important;
}

.my_comment {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 5px;
}

.my_comment .input_area {
	margin: -10px 0 0;
}

.commnet_area {
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 10px;
}

.input_area {
	padding: 7px 10px;
	border-radius: 4px;
	border: 1px solid #e0e8e8;
	background-color: #edf6f5;
	font-size: 16px;
	margin: 4px 0 0;
	box-sizing: border-box;
	width: 100%;
	-webkit-appearance: none;
}

.input_area::placeholder {
  font-size: 12px;
	font-family: Meiryo,メイリオ,Osaka,"MS PGothic",arial,sans-serif;
}

.commnet_submit {
	width: 100%;
	padding: 10px 0px;
	border: 1px solid #68bab3;
	border-radius: 5px;
	display: block;
	background: #fff;
	color: #68bab3!important;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	font-weight: bold;
	margin: 7px 0;
}

.comment_delete_button,.btn-h {
	padding: 0;
	border: none!important;
	display: block;
	background: none!important;
	color: #0da98d;
	margin: -8px 0 10px;
	font-size: 13px;
}

.comment_delete_button img {
	width: 18px!important;
	height: 18px!important;
	border: none!important;
}

.hensin {
	margin: -8px 0 0 30px;
}

.hensin li {
	border-top: 1px solid #dcdcdc;
	padding: 5px 0 0;
}

.open_comment {
	padding: 10px 0 0;
}

.open_comment .my_comment {
	margin: 0 0 20px;
}

/*スライド*/

.swiper-slide {
	background: #eee;
	height: auto!important;
	max-height: 450px;
	display: inline-block;
}

.swiper-slide img {
	width: 100%!important;
	height: 100%!important;
	object-fit: cover;
}

.swiper-pagination-bullet-active {
	background: #68bab3!important;
}

/*マイデータ*/

.mygoods_data h3 {
	margin:  0 0 10px;
}

.mygoods_data .group_name {
	margin: 0 0 4px;
	display: block;
	font-size: 14px;
}

.total_data {
	margin: 0 0 20px;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	font-size: 15px;
}

.total_data dl {
	display: flex;
	justify-content: left;
}

.total_data dt {
	width: 40%;
	background: #f9f9f9;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	font-size: 13px;
	padding: 5px 10px;
	line-height: 1.75;
}

.total_data dd {
	width: 60%;
	padding: 5px 10px;
	border-bottom: 1px solid #e4e4e4;
}

/*検索ページ*/

.search_content {
	background: #fff;
	padding: 30px 0 0;
}

#search_form {
	width: 100%;
	height: 50px;
	position:relative;
	margin-bottom:20px;
}

.search_01 {
	display: flex;
	justify-content: space-between;
	padding: 0 15px 10px;
}

.search_01 li:first-child {
	width: 100%;
}

.free_search {
	width: 100%;
	padding: 14px 10px;
	border: 1px solid #e4e4e4;
	background-color: #f5f5f5;
	font-size: 16px;
	box-sizing: border-box;
	-webkit-appearance: none;
	line-height: 1.2;
}

.free_search_btn {
	width: 100%;
	border: none;
	padding: 14px;
	border-radius: 0 5px 5px 0;
	display: block;
	background: #68bab3;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	display: inline-block;
	-webkit-appearance: none;
}

.serach_tab {
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: box;
	border: 1px solid #e4e4e4;
}

.serach_tab li {
	list-style: none;
	width: 100%;
	-webkit-box-flex: 1;
	box-flex: 1;
	text-align: center;
	padding: 13px 5px;
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 12px;
	height: 100%;
}

.serach_tab li:first-child {
	border-right: 1px solid #e4e4e4;
}

.search_ttl {
	padding: 15px 15px 8px;
	font-size: 14px;
	background: whitesmoke;
}

.search_02 {
	border-top: 1px solid #e4e4e4;
	padding: 0 0 30px;
}

.search_02 li,.stab_list li {
	border-bottom: 1px solid #e4e4e4;
	background: #fff;
}

.search_02 a,.stab_list a {
	display: block;
	padding: 15px;
	text-decoration: none;
}

.search_head .modal-close i {
	display: block;
	text-align: center;
	font-size: 17px;
	margin: 0;
	color: #222;
	padding: 0 20px 10px;
	text-align: right;
}

.s_ttl {
	font-size: 13px;
	margin: 0 15px 7px;
	display: block;
	font-weight: bold;
}

#sbtn {
	width: 33px;
	height: 48px;
	position: absolute;
	right: 5px;
	top: 0;
	background: none;
	border: none;
	opacity: 0.4;
	background: url(../images/search.svg);
	background-repeat: no-repeat;
	background-size: 24px;
	background-position: 1px 12px;
}

/*グループ作成*/

.create_content {
	background: #fff;
}

.create_content h1 {
	text-align: center;
	border-bottom: 1px solid #e4e4e4;
	padding: 15px 18px 15px;
	font-size: 20px;
}

.create_data {
	padding: 0 0 40px;
}

.create_data h1 {
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	padding: 25px 0 5px;
}

.create_data ul {
	padding: 20px 20px 0;
	width:  100%;
}

.create_data li {
	margin: 0 0 10px;
}

.create_data textarea {
	width: 100%;
	height: 100px!important;
	display: block;
	font-family: Meiryo,メイリオ,Osaka,"MS PGothic",arial,sans-serif;
}


/*スイッチ・オンオフ*/

#trade_detail ul {
	padding: 0 0 5px;
}

/*ラジオボタン*/

#trade_detail .type_list {
	display: flex;
	padding: 5px 0 0;
}

#trade_detail .type_list li {
	width: 50%;
	text-align: center;
}

.radio-inline__input {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.radio-inline__label {
	width: 100%;
	display: inline-block;
	padding: 0.5rem 1rem;
	border-radius: 3px;
	transition: all .2s;
	background: #efefef;
}

.radio-inline__input:checked + .radio-inline__label {
	background: #68bab3;
	color: #fff;
	text-shadow: 0 0 1px rgba(0,0,0,.5);
}

.radio-inline__input:focus + .radio-inline__label {
	outline-color: #4D90FE;
	outline-offset: -2px;
	outline-style: auto;
	outline-width: 5px;
}

/*アコーディオン*/

.accordionbox{
	width: 100%;
	margin: 15px auto 10px;
	padding: 0;
}
.accordionlist dt{
	display: block;
	background: #fff;
	padding: 10px 6px 10px 10px;
	border: none;
	background-color: #f3f3f3;
	text-align: center;
	margin: 0 14px 10px;
	border: 1px solid #585858;
}

.accordionlist dt .title{
	padding-left: 10px;
	float: left;
}
.accordionlist dd {
	display:none;
}
.accordionlist dd .small {
	margin: 0;
	font-size: 12px;
	padding: 10px 15px 7px;
}
.accordionlist dd ul {
	padding: 0 15px 0;
}
.accordionlist .tt {
	margin: 0 2px!important;
}
.accordionlist .input_style,.accordionlist .input_style_short {
  border: 1px solid #e4e4e4!important;
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin: 5px 0;
}
.accordion_icon div {
	position: absolute;
	left: 5px;
	width: 40%;
	height: 2px;
	background-color: #656565;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon div:nth-of-type(1) {
	top: 5px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.accordion_icon div:nth-of-type(2) {
	top: 5px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.btn_about_modal,.btn_about_modal2,.login_submit {
	display: inline-block!important;
	color: #0da98d;
	font-weight: normal!important;
	font-size: 12px!important;
}
/*＋、－切り替え*/
.accordion_icon.active div:nth-of-type(1) {
	display:none;
}
.accordion_icon.active div:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

/*モーダル*/

#modal_log,#modal_log2,#modal_log_d,#modal_log_up {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.7);
	z-index: 100;
}

#modal_content_log,#modal_content_log2,#modal_content_log_d,#modal_content_up {
	width: 90%;
	background: #fff;
	margin: 15% auto;
	padding: 0;
	position: relative;
	animation: animatetop 0.4s;}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}
}

#modal_content_log {
	border-radius: 8px;
}

#modal_content_log_d {
	width: 50%;
	border-radius: 10px;
}

#modal_content_up {
	width: 40%;
	border-radius: 10px;
}

.btn_close_log,.btn_close_log2,.btn_close_new,.btn_close_log_top,.btn_close_new_top,.btn_close_log_d,.btn_close_up {
	background: none;
	border: none;
	position: absolute;
	color: #fff;
	top: -40px;
	right: -8px;
	font-size: 22px;
}

.lock {
	overflow:hidden;
}

.modal-content {
	width: 100%;
	height: 100%;
	display:none;
	padding: 0;
	box-sizing: border-box;
	background:#fff;
	z-index: 160;
}

.down_arrow {
	border: none!important;
	width: 20%!important;
}

.modal-overlay {
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color: #fff;
	z-index: 100;
}

.modal-wrap {
	z-index:2;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
	z-index: 101;
}

.modal-close {
	font-size: 11px;
	display: block;
	margin: 0;
	padding: 10px 0 0;
	color: #222;
	text-decoration: none;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.modal-close i {
	display: block;
	text-align: right;
	font-size: 17px;
	margin: -3px 18px 5px 0;
	color: #222;
}

.modal-close:hover {
	cursor:pointer;
	color:#f00;
}

/*ログイン時、投稿報告*/

.submit_report {
	box-sizing: border-box;
	width: 100%;
	margin: 15px auto 12px;
	padding: 12px 10px;
	display: block;
	clear: both;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 5px!important;
	font-size: 16px;
	background: #e4e4e4;
	color: #333;
}

.no_sign h2 {
	font-size: 15px;
	margin: 25px 0 10px;
}

.no_sign a {
	color: #00b8cd
}

.send_txt {
	font-size: 14px;
}

.top_btn {
	box-sizing: border-box;
	width: 100%;
	margin: 15px auto 0;
	padding: 12px 10px;
	display: block;
	border-radius: 5px;
	clear: both;
	text-align: center;
	text-decoration: none;
	border: 1px solid #333;
	font-size: 16px;
	background: #fff;
	color: #333;
}

/*ユーザー検索*/

.new_user {
	list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.new_user .user_box {
  width: 48%;
  margin: 0 0 15px;
	border-radius: 5px;
	box-shadow: 0px 0px 4px -1px rgba(0, 0, 000, 0.4);
}

.new_user .user_box a {
	text-decoration: none;
	color: #222;
}

.user_img {
	margin: 0;
	width: 100%;
	height: 75px;
	background: linear-gradient(-270deg,#ffd3dc,#c7b9f3);
	border-radius: 5px 5px 0 0;
	position: relative;
}

.user_bg {
	max-height: 75px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
}

.user_icon {
  width: 65px;
	height: 65px;
  display: block;
  margin: 0 auto 2px;
  border: 2px solid #fff;
  position: absolute;
  top: 45px;
  border-radius: 50%;
  left: 0;
  right: 0;
  background: #ececec;
	object-fit: cover;
}

.user_txt {
  padding: 15px 10px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  height: 70px;
}

/*フォロー、フォロワー*/

.follow_list {
	margin: 0 auto 100px;
}

.follow_list li {
	padding: 10px;
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
	display: flex;
	justify-content: space-between;
}

.follow_link {
	width: 100%;
	display: block;
	text-decoration: none;
	color: #222;
}

.follow_list div {
	vertical-align: middle;
	display: inline-block;
}

.follow_list img {
	width: 35px;
	display: inline-block;
	margin: 0 5px 0 0;
	border-radius: 50%;
	background: #fff;
	height: 35px;
	vertical-align: middle;
	border-radius: 50px!important;
	object-fit: cover;
}

.follow_list h3 {
	display: inline-block;
	font-size: 13px;
	margin: 0 0 1px;
	vertical-align: middle;
}

.follow_list p {
	font-size: 10px;
	color: #969696;
}

/*ユーザー情報、アカウント設定*/

.account_data {
	margin: 20px 0 50px;
}

.account_data .bold {
	display: inline!important;
}

.ac_tx1,.ac_tx2 {
	font-size: 14px;
	text-align: left;
	margin: 0 15px 10px;
}

.ac_tx2 {
	margin: 20px 0 10px;
	padding: 20px 0 0;
	border-top: 1px solid #e4e4e4;
}

.account_data span {
	display: block;
	padding: 0 0 5px!important;
}

.account_data .ac_data {
	font-weight: normal;
	margin: 0 0 10px;
	background: #fff!important;
	font-size: 15px!important;
	padding: 0 0 5px;
}

.ac_contact {
	margin: 20px auto 0;
}

/*ユーザー検索*/

.new_user {
	list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.new_user .user_box {
  width: 48%;
  margin: 0 0 15px;
  border-radius: 5px;
  box-shadow: 0px 1px 3px -1.5px rgba(0, 0, 000, 0.5);
}

.new_user .user_box a {
	text-decoration: none;
	color: #222;
	display: block;
}

.user_img {
	margin: 0;
	width: 100%;
	height: 65px;
	background: linear-gradient(-270deg,#ffd3dc,#c7b9f3);
	border-radius: 5px 5px 0 0;
	position: relative;
}

.user_bg {
	max-height: 65px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
}

.user_icon {
  width: 65px;
	height: 65px;
  display: block;
  margin: 0 auto 2px;
  border: 2px solid #fff;
  position: absolute;
  top: 30px;
  border-radius: 50%;
  left: 0;
  right: 0;
  background: #ececec;
	object-fit: cover;
}

.user_txt {
  padding: 15px 10px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  height: 115px;
}
.user_name1 {
	font-size: 12px;
	margin: 6px 0 2px;
	text-align: center;
	padding: 12px 0 0;
}

.user_txt p {
	font-size: 11px;
	text-align: center;
}

/*通知ページ*/

.alert_list {
	border-top: 1px solid #e4e4e4;
}

.alert_list li {
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  justify-content: space-between;
}

.alert_list li a {
  padding: 8px 0;
  display: block;
  width: 100%;
}

.alert_list .date {
	display:  block;
	font-size: 12px;
	margin: 0 0 2px;
	color: #969696;
}

.alert_list .new_data img {
	display: inline-block;
	vertical-align: middle;
}

.alert_list .new_data {
	font-size: 12px;
	color: #333;
}

.no_alert {
	padding: 10px 0;
}
	
.attention {
  background: #ffecf0;
  padding: 10px;
  font-size: 12px;
  margin: 0 0 20px;
}

	.my_top ul {
		width: auto;
		list-style: none;
		display: flex;
		justify-content: space-between;
		margin: 20px auto 0;
		position: relative;
		padding: 0 15px 0 0;
	}
	
	.my_top li {
		width: 100%;
	}
	
	.my_top li:first-child,.my_top li:last-child {
		width: 70%;
	}
	
	.my_icon {
    position: absolute;
    top: -82px;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #dcdcdc;
    left: 20px;
    display: block;
    object-fit: cover;
	}

	.no_bg li:first-child {
		width: 30%;
	}

	.user_upload2 {
		position: relative;
		text-align: center;
		/*height: 28vw;*/
	}

/*枠*/

#wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 0;
}

#wrapper2 {
  width: 100%;
  max-width: 890px;
  margin: 0 auto 0;
}

#content {
  width: 560px;
  float: left;
}

.center {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.mh_icon01 {
  margin:  0;
}

.mh_icon01 i {
  text-align: center;
  font-size: 26px;
  color: #939393;
  margin: -7px 3px 0 0;
  display: block;
}

.header_menu .list li a {
  display: block;
  margin: 15px 0 0 0;
  height: 100%;
}

.header_search.hs_pc {
	width: 290px;
	text-align: left;
}

.search_list {
	background: #fff;
	border: 1px solid #d6d6d6;
}

.search_list li {
	padding: 2px 5px;
	font-size: 14px;
}

.mh_icon02 {
  margin: 0;
}

.mh_icon02 button {
  height: 100%;
  background: none;
  border: none;
  display: block;
	margin: -3px 0 0 15px;
}

.mh_icon02 i {
  text-align: center;
  font-size: 26px;
  color: #fff;
  margin: 0 0 0 0;
  display: block;
}

.mh_icon02 .notification i {
  color: #f44336;
  font-size: 10px;
  position: absolute;
  top: 2px;
  right: 4px;
}

.he_tw i {
  font-size: 27px;
}

/*サイドバー*/

#sidebar {
  width: 300px;
  float: right;
}

/*トップページ*/

.userpic_block {
  font-size: 12px;
  text-decoration: none;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-decoration: none;
  position: relative;
}

.userpic_block img {
  display: inline-block!important;
  width: 23px!important;
  height: 23px!important;
  vertical-align: middle;
  margin: 0 10px 0 0!important;
  border-radius: 50px!important;
  object-fit: cover;
}

/*マイページ*/

.my_header .center_wrap {
  width: 1100px;
  margin: 0 auto;
}

.my_top ul {
  width: 1100px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 20px auto 0;
  position: relative;
  padding: 0;
}

.my_top li {
  width: 100%;
}

.my_top li:first-child,.my_top li:last-child {
  width: 30%;
}

.icon_link {
	position: absolute;
	top: -15px;
	left: 0;
}

.my_icon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #dcdcdc;
  display: block;
  object-fit: cover;
}

.my_txt {
  margin: 25px 15px 20px;
}

.follow_num {
  font-size: 16px;
  display: inline-block;
  text-align: center;
  margin: -3px 7px 0;
  line-height: 1.2;
}

.follow_num .btn_login_modal {
  font-size: 16px;
  color: #408ad7;
}

.follow_num:first-child {
  border-right: 1px solid #e4e4e4;
  padding: 0 20px 0 0;
}

.follow_small {
  font-size: 12px;
}

.my_inner {
  padding: 25px 15px 15px;
}

.my_tag span {
	margin: 0 0 5px 0;
	font-size: 15px;
	display: block;
	font-weight: bold;
	color: #616161;
}

.my_tag ul {
	margin: 0 0 30px 0;
}

.my_tag li {
	display: inline-block;
	margin: 0 10px 0 0;
}

.my_tag li a {
	color: #68bab3;
}

#search_form {
  margin-bottom: 25px;
}

.my_contents .new_list,.tag_page .new_list {
  flex-wrap: wrap;
  justify-content: left;
}

.my_contents .new_list li,.tag_page .new_list li {
  width: 252px;
  margin: 0 20px 20px 0;
	border: 1px solid #d6dede;
	border-radius: 8px;
}

/*.my_contents .new_list li:nth-child(4n),.tag_page .new_list li:nth-child(4n) {
  margin: 0 0 20px 0;
}
*/
.home_content .new_list li:nth-child(3n) {
  margin: 0 0 20px 0;
}

.p_data {
  display: flex;
  justify-content: space-between;
  margin: 4px 10px 6px;
  border-bottom: 1px solid #eee;
	align-items: center;
	padding: 4px 0;
}

.p_data .left {
	width: 90%;
	margin: -4px 0 0;
	font-size: 14px;
	text-align: left;
}

.p_data .right {
	width: 10%;
	text-align: right;
}

.p_data .comm {
	margin: 0 5px 0 0;
	color: #464646;
}

.p_data .comm img {
	width: 20px;
	display: inline-block;
	margin: 6px 5px -3px 0;
}

.userpic_block .top {
	margin: 0 0 7px;
}

.more_link {
	color: #68bab3!important;
	font-size: 15px!important;
	text-align: center!important;
	margin: 0 auto 10px!important;
	width: 100%;
}

.more_link a {
	text-align: center;
}

.tag_icon {
	padding: 3px 8px;
	background: #68bab3;
	color: #fff;
	display: block;
}

.detail_popup .image_box {
  margin: 0 auto;
  background-color: #fff;
  column-count: 2;
  column-gap: 0;
}

.grid {
  padding: 5px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.detail_popup .p_data {
	padding: 4px 20px;
	margin: 0;
}

.detail_popup .userpic_block {
	padding: 20px 20px 0!important;
	display: block;
	font-size: 14px;
}

.userpic_block p {
	width: 100%;
	margin: 0 0 5px;
}

.detail_popup .tag_list {
	display: flex;
}

.detail_popup .tag_list li {
	margin: 0 10px 0 0;
	border: none!important;
	width: auto!important;
	border-radius: 0!important;
}

.detail_popup .post_image {
	height:  auto;
}

.detail_popup .comment {
	padding: 0 20px 20px;
	border-bottom: none;
}

.detail_popup .comment .userpic_block {
	padding: 0!important;
}

.my_contents .new_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.my_contents .new_group li {
  width: 343px;
  margin: 0 20px 20px 0;
}

.custum_menu {
  position: absolute;
  width: 150px;
  /* display: block; */
  right: -74px;
  z-index: 100;
}

.custum_menu li {
  max-width: 60px;
  margin: 0 20px 20px 0;
  margin: 5px 0 0 10px!important;
}

.my_contents .new_group li:nth-child(3n) {
  margin: 0 0 20px 0;
}

.groups_ttl {
  font-size: 20px;
  margin: 0 0 20px;
}

#slide {
  left: 0;
}

.new_list .bdr,.new_group .bdr {
  padding: 5px 10px 0;
}

.new_list .follow_data {
	display: flex;
	justify-content: space-between;
	padding: 7px 10px 7px 7px;
}

.new_list .follow_data span:first-child {
	width: 70%;
}

.new_list .follow_data span:last-child {
	width: 40%;
}

.new_list .follow_data span:first-child a {
	font-size: 12px;
	color: #333;
	display: flex;
	align-items: center;
}

.new_list .follow_data span:last-child a {
  font-size: 12px;
  padding: 5px 5px;
  margin: 4px 0 0;
}

.new_list .follow_data img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #dcdcdc;
  display: inline-block;
  object-fit: cover;
  vertical-align: middle;
  margin: 0 3px 0 0;
}

.new_list .follow_data .long_name {
	display: inline-block;
	width: 70%;
	line-height: 1.3;
}

/*アイテムページ*/

.myitem .post_data .userpic_block {
  padding: 10px;
  margin: 0;
}

.myitem .post_data .userpic_block img {
  width: 40px!important;
  height: 40px!important;
}

.myitem .post_data .userpic_block span {
  font-size: 15px;
	color: #848484;
}

.come_time {
  margin: 0 0 0 10px!important;
}

.post_tag {
  padding: 0 0 15px;
}

.post_tag a {
  font-size: 14px;
}

.myitem h1,.content_area {
  margin: 0 0 15px;
}

/*プロフ編集.グループ作成.アイテム作成*/

.prof_content form,.create_content form,.first_content form {
  width: 690px;
  margin: 0 auto;
}

.create_content h1 {
  border-bottom: none;
  padding: 15px 18px 20px;
}

.create_content .user_upload1,.create_content .user_upload2 {
  padding: 0 20px;
}

.create_data .error {
	margin: 0 0 15px;
}

.create_data li {
  margin: 0 0 15px;
}

.create_data li span {
  font-size: 15px;
}

.data_submit {
  width: 60%;
  margin: 10px auto 0;
  padding: 10px 0px;
  font-size: 16px;
}

.side_user {
  margin: 20px 0 0;
  border-top: none;
}

.myitem .userpic_block {
  margin: 35px 0 0;
}

.top_btn {
  width: 250px;
}

.prof_content {
  background: #fff;
}

.user_data h1 {
  text-align: center;
  margin: 0 0 10px;
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 18px 7px;
}

.user_upload {
  padding: 0 15px;
}

.user_upload1 {
  position: relative;
  text-align: center;
  /*height: 200px;*/
  max-height: 630px;
  overflow: hidden;
  margin: 5px 0 0;
}

.user_upload2 {
  position: relative;
  text-align: center;
  max-height: 630px;
}

#canvas1 {
  width: 100%;
  background: #d8d8d8;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.user_upload1 .upload_file,.user_upload2 .upload_file {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 17vw;
  max-height: 630px;
}

.upload_file img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.upload_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  width: 100%
}

/*#canvas2 {
  width: 180px;
  height: 180px!important;
  overflow: hidden;
  border-radius: 50%;
  border: 0 solid #fff;
  background: #fff;
  left: 10px;
  z-index: 100;
  margin: 5px auto -20px;
  height: 33vw;
  object-fit: cover;
  display: block;
}*/

/*ユーザー検索*/

.new_user {
  list-style: none;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: left;
  flex-wrap: wrap;
}

.new_user .user_box {
  width: 198px;
  margin: 0 20px 25px 0;
  /*flex: 0 0 23%;*/
  border-radius: 5px;
  box-shadow: 0px 0px 4px -1px rgba(0, 0, 000, 0.4);
}

.new_user .user_box:nth-child(5n) {
  margin: 0 0 25px 0;
}

.new_user .user_box a {
  text-decoration: none;
  color: #222;
}

.user_img {
  margin: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(-270deg,#ffd3dc,#c7b9f3);
  border-radius: 5px 5px 0 0;
  position: relative;
}

.user_bg {
  max-height: 135px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.user_icon {
  width: 95px;
  display: block;
  margin: 0 auto 2px;
  border: 3px solid #fff;
  position: absolute;
  top: 45px;
  border-radius: 50%;
  left: 0;
  right: 0;
  background: #ececec;
  height: 95px;
  object-fit: cover;
}

.user_txt {
  padding: 15px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  height: 140px;
}
.user_name1 {
  font-size: 15px;
  margin: 0 0 2px;
  text-align: center;
  padding: 30px 0 0;
}

.user_txt p {
  font-size: 12px;
  text-align: center;
}

/*グッズ詳細*/

.goods_detail  {
  margin: 0 0 20px;
}

/*ログイン*/

#modal_content_log {
  width: 450px;
  background: #fff;
  margin: 15% auto;
  padding: 0;
  position: relative;
  animation: animatetop 0.4s;}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}
}

.login_contact {
  width: 100%;
  padding: 40px 80px;
  margin: 100px auto 0;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
	border-radius: 8px;
}

.login_contact h1 {
	font-size: 18px;
	margin: 0 0 10px;	
}

.login_contact h1 img {
	width: 60%;
	display: block;
	margin: 8px auto 10px;
}

.login_contact li {
	list-style: none;
	margin: 0 0 10px;
}

.login_contact p {
  margin: 0 0 10px;
  font-size: 15px;
}

.login_contact .small {
	margin: 0 0 5px;
	font-size: 13px;
	display: block;
}

.mail_login_input {
	width: 100%;
	padding: 14px 10px;
	border-radius: 4px;
	border: 1px solid #d6d6d6;
	background-color: #fff;
	font-size: 16px;
	margin: 4px 0 0;
	box-sizing: border-box;
	width: 100%;
	-webkit-appearance: none;
}

.login,.tweeter_login,.mail_login {
	box-sizing: border-box!important;
  width: 100%;
  margin: 0 auto 12px;
  padding: 12px 10px;
  display: block;
  border-radius: 5px!important;
  clear: both;
  text-align: center;
  text-decoration: none;
  border: none!important;
  font-size: 15px;
	color: #fff;
}
.login {background: #68bab3}
.tweeter_login {background: #63b5c8}
.mail_login {background: #eea4a4; color: #fff!important;}

.tweeter_login i {
	display: inline-block;
	margin: 0 5px 0 0;
}


/*交換*/

.trades_detail {
  margin: 0 0 20px;
}

.private_detail {
  margin: 0 0 5px;
}

.myitem .post_data .share img {
  width: 23px!important;
  height: 23px!important;
}

.myitem .share_list span {
  margin: 0;
}

.footer_menu_sp {
  display: none;
}

.btn_uplode_modal {
  display: block;
}

.home_content {
	display: flex;
  justify-content: space-between;
}

.home_content .right .new_list {
	justify-content: right;
}

.home_content .right li {
	width: 252px;
	margin: 0;
	padding: 20px 20px 10px;
}

.home_content .right .prof {
	padding: 0;
}

.home_content .right .my_bg {
	height: 7vw!important;
}

.home_content .right .my_bg img {
	height: 7vw!important;
	border-radius: 8px 8px 0 0;
}

.home_content .right .prof_top {
	position: relative;
}

.home_content .right .prof_top ul {
    padding: 10px 0 0 85px;
}

.home_content .right .prof_top li {
	border: none;
	padding: 0;
	display: inline-block;
	width: auto;
}

.home_content .right .prof_top li:first-child {
	border-right: 1px solid #e4e4e4;
	border-radius: 0;
}

.home_content .right .prof_top .follow_num:first-child {
	border: none;
	padding: 0 10px 0 0;
}

.home_content .right .my_icon {
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
	border: 3px solid #fff;
	background: #dcdcdc;
	display: block;
	object-fit: cover;
	top: -10px;
	left: 10px;
}

.home_content .right .my_txt {
	margin: 5px 15px 15px;
}

.home_content .right .my_name1 {
  font-weight: normal;
  font-size: 15px;
  margin: 0 0 5px;
  line-height: 1.2;
}

.home_content .right .add_datapost {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.home_content .right .add_datapost li {
	border: none;
	padding: 0;
}

.home_content .right .add_datapost li:last-child {
	width: 10%;
}

.home_content .right .add_datapost li:last-child .share {
  display: inline-block;
  width: 17px;
  height: 17px;
  vertical-align: top;
  margin: 0 0 0 0;
}

.home_content .right .tw_he {
	margin: 0 0 5px;
	display: inline-block;
	font-size: 15px;
}

.home_content .right .tw_he img {
	width: 17px;
	margin: 0 3px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.home_content .right .my_name2 {
	color: #5f5f5f;
	font-size: 13px;
	margin: 0 0 15px 0;
	display: block;
	vertical-align: middle;
}

.home_content .right .more_link {
	padding: 10px 5px;
	border-radius: 50px;
	display: block;
	background: #fff;
	color: #68bab3;
	text-decoration: none;
	font-size: 15px;
	text-align: center;
	border: 1px solid #68bab3;
	font-weight: bold;
	width: 100%;
	box-sizing: border-box;
}

.home_content .right .mycustum_menu li {
	padding: 0;
	border: none;
	border-top: 1px solid #d6dede;
	border-radius: 0;
}

.home_content .right .mycustum_menu li:nth-child(3n) {
	margin: 0;
}

.home_content .right .mycustum_menu li a {
	color: #333;
	font-size: 14px;
	padding: 8px 15px;
	display: block;
}

.new_log {
	text-align: center;
}

.new_log h1 {
	font-size: 20px;
}

.new_log img {
	width: 65%;
	display: block;
	margin: 18px auto 10px;
}

.new_log p {
	margin: 0 0 10px;
	font-size: 15px;
}

.new_log .small {
	margin: 15px 0 5px;
	font-size: 13px;
	display: block;
}

.user_list li {
	padding: 0 0 10px;
}
.user_list .userbox_too {
	position: relative;
}
.user_list .userbox_too .my_bg {
	height: 7vw;
}
.user_list .user_bg {
	width: 100%;
	max-height: 7vw;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
	background: #eee;
}
.user_list .user_name {
  margin: -10px auto 0;
	text-align: center;
}
.user_list .user_name a {
	display: block;
}
.user_list .user_name a span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90%;
	text-align: center;
	margin: 0 auto 2px;
	display: block;
	overflow: hidden;
}
.user_list .user_name img {
  top: 50px;
  width: 70px;
  height: 70px;
	border: 2px solid #fff;
	border-radius: 50px!important;
	background: #dcdcdc;
	display: block;
	margin: 0 auto 5px;
	object-fit: cover;
}
.user_list .user_name span {
	font-size: 14px;
	display: block;
	text-align: center;
	margin: -5px 0 0;
}
.user_list .userpic_block {
	padding: 0 10px 5px;
}
.user_list .userpic_block p {
	margin: 0 0 10px;
	 display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.mail_list {
	border-top: 1px solid #d6dede;
}
.maildata,.maildata_h {
	padding: 10px 0;
	border-bottom: 1px solid #d6dede;
}
.maildata a,.maildata_h a {
	display: block;
	color: #333;
}
.maildata .user_data,.maildata_h .user_data {
  width: 100%;
  text-decoration: none;
  color: #222;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.maildata .user_data .left,.maildata_h .user_data .left {
	display: flex;
	align-items: center;
}
.maildata .user_data img,.maildata_h .user_data img {
  width: 35px;
  display: inline-block;
  margin: 0 5px 0 0;
  background: #dcdcdc;
  height: 35px;
  vertical-align: middle;
  border-radius: 50px!important;
  object-fit: cover;
}
.maildata .user_data p,.maildata_h .user_data p {
  display: inline-block;
  font-size: 13px;
  margin: 0 0 1px;
  vertical-align: middle;
}
.maildata .date,.maildata_h .date {
	font-size: 12px;
}
.maildata h2,.maildata_h h2 {
	margin: 4px 0 0;
	font-size: 14px;
	font-weight: normal;
}
.maildata .mail_txt p,.maildata_h .mail_txt p {
	font-size: 14px;
	margin: 7px 0 0;
}
.mail_hensin {
	margin: 25px 0 0;
}
.error404 {
	text-align: center;
}
.error404 .login_submit {
	width: 300px;
	padding: 12px 0px;
	border: 1px solid #68bab3;
	display: block;
	background: #68bab3;
	color: #fff!important;
	text-decoration: none;
	font-size: 16px!important;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 0;
	border-radius: 5px!important;
}
.sp_search {
	margin: 0 auto;
	padding: 0 5px;
}
.sp_search .input_btn {
	padding: 10px;
	border-radius: 5px;
	display: block;
	background: #68bab3;
	color: #fff!important;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	width: 70%;
	margin: 15px auto;
}
.sp_search .header_search .input_style {
	padding: 12px 10px;
	font-size: 16px;
}
.sp_search select {
  -webkit-appearance: button;
  appearance: button;
	font-size: 16px;
	color: #222;
	z-index: 1000;
}
 .myitem .post_data .share_list img, .my_data .share_list img {
	background: none;
}