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

/*出店ユーザープロフィール（トップページ）*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*ヘッダー画像*/
	#sup_mv {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#sup_mv img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	/*名前・写真*/
	#sup_title {
		position: relative;
		width: 94%;
		height: auto;
		margin: -75px auto 0 auto;
	}
	
	#sup_title .img {
		position: relative;
		width: 170px;
		height: 170px;
		margin: 0 auto 0 0;
		border-radius: 200px;
		border: solid 4px #fff;
		overflow: hidden;
	}
	
	#sup_title .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 170px;
		object-fit: cover;
		object-position: center;
	}
	
	#sup_title h1 {
		margin: 15px auto 14px auto;
		font-size: 20px;
		font-weight: 800;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
	}
	
	#sup_title .tag {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#sup_title .tag font {
		display: table;
		position: relative;
		padding: 5px 10px 5px 10px;
		margin-right: 8px;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #fff;
		background: #C9B254;
		border: solid 1px #C9B254;
		border-radius: 2px;
		box-sizing: border-box;
	}
	
	#sup_title .cat {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
		margin: 8px auto 0 auto;
	}
	
	#sup_title .cat font {
		display: table;
		position: relative;
		padding: 5px 10px 5px 10px;
		margin: 0 8px 6px 0;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #fff;
		background: #232323;
		border: solid 1px #232323;
		border-radius: 2px;
		box-sizing: border-box;
	}
	
	#sup_title p {
		margin: 20px auto 0 auto;
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 22px;
		text-align: left;
	}
	
	/*タブ設定*/
	#sup_tab {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px auto 25px auto;
		padding: 10px 0 20px 0;
	}
	
	/*タブ切り替え全体のスタイル*/
	.tabs {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding-bottom: 30px;
		background: #fff;
	}

	/*タブのスタイル*/
	.tab_item {
		display: block;
		width: calc(100%/4);
		height: 40px;
		border-bottom: 2px solid #C9B254;
		background: #f3f2ee;
		line-height: 40px;
		font-size: 13px;
		font-weight: 700;
		text-align: center;
		color: #232323;
		float: left;
		transition: all 0.2s ease;
	}

	/*ラジオボタンを全て消す*/
	input[name="tab_item"] {
		display: none;
	}

	/*タブ切り替えの中身のスタイル*/
	.tab_content {
		display: none;
		padding: 0 0 0 0;
		clear: both;
		overflow: hidden;
	}

	/*選択されているタブのコンテンツのみを表示*/
	#tab01:checked ~ #tab01_content,
	#tab02:checked ~ #tab02_content,
	#tab03:checked ~ #tab03_content,
	#tab04:checked ~ #tab04_content {
		display: block;
	}

	/*選択されているタブのスタイルを変える*/
	.tabs input:checked + .tab_item {
		background: #C9B254;
		color: #fff;
	}
	
	#tab01_content .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
		padding: 30px 15px 30px 15px;
		box-sizing: border-box;
	}
	
	.product_loop {
		display: block;
		position: relative;
		width: 32%;
		height: auto;
		margin-bottom: 20px;
		box-sizing: border-box;
	}
	
	.product_loop:nth-of-type(2),
	.product_loop:nth-of-type(5),
	.product_loop:nth-of-type(8),
	.product_loop:nth-of-type(11),
	.product_loop:nth-of-type(14),
	.product_loop:nth-of-type(17),
	.product_loop:nth-of-type(20) {
		margin: 0 2% 20px 2%;
	}
	
	.product_loop .img {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.product_loop .img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	.product_loop .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 12px auto 0 auto;
	}
	
	.product_loop .text font {
		display: table;
		position: relative;
		padding: 5px 8px 5px 8px;
		font-size: 13px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 13px;
		text-align: left;
		color: #fff;
		background: #232323;
		border-radius: 3px;
	}
	
	.product_loop .text h4 {
		margin: 5px auto 5px auto;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 0.5px;
		line-height: 22px;
		text-align: left;
	}
	
	.product_loop .text p {
		font-size: 20px;
		font-weight: 700;
		letter-spacing: 0.5px;
		line-height: 20px;
		text-align: left;
		color: #FF2C2F;
	}
	
	.product_loop .text p small {
		position: relative;
		margin-left: 3px;
		font-size: 14px;
		line-height: 14px;
	}
	
	#tab02_content {
		position: relative;
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	
	#tab02_content .share_loop {
		position: relative;
		width: 100%;
		height: auto;
		padding: 20px 0 20px 0;
		margin: 0 auto 0 auto;
		border-bottom: solid 5px #f3f2ee;
		box-sizing: border-box;
	}
	
	.share_loop .prof {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
		width: 92%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.share_loop .prof img {
		display: block;
		position: relative;
		width: 60px;
		height: 60px;
		margin-right: 15px;
		border-radius: 200px;
	}
	
	.share_loop .prof .name {
		position: relative;
		width: 260px;
		height: auto;
	}
	
	.share_loop .prof .name p {
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: left;
	}
	
	.share_loop .prof .name time {
		display: block;
		position: relative;
		margin-top: 8px;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: left;
		color: #232323;
	}
	
	.share_loop .text {
		position: relative;
		width: 92%;
		height: auto;
		margin: 20px auto 15px auto;
	}
	
	.share_loop .text h4 {
		margin-bottom: 18px;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
	}
	
	.share_loop .text p {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 22px;
		text-align: left;
	}
	
	.share_loop .img {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.share_loop .img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	
	#tab03_content {
		position: relative;
		width: 100%;
		height: auto;
		padding: 30px 20px 30px 20px;
		box-sizing: border-box;
	}
	
	#tab03_content table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	#tab03_content table tr th {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 5px 0 5px 14px;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: left;
	}
	
	#tab03_content table tr th::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 4px;
		height: 100%;
		background: #C9B254;
	}
	
	#tab03_content table tr td {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 10px 0 20px 12px;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 20px;
		text-align: left;
	}
	
	#tab04_content {
		position: relative;
		width: 100%;
		height: auto;
		padding: 30px 20px 30px 20px;
		box-sizing: border-box;
	}
	
	#tab04_content .con {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#tab04_content .con .title {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 12px auto;
	}
	
	#tab04_content .con .title h3 {
		position: relative;
		padding: 5px 0 5px 14px;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: left;
	}
	
	#tab04_content .con .title h3::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 4px;
		height: 100%;
		background: #C9B254;
	}
	
	#tab04_content .con .sns {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#tab04_content .con .sns a {
		display: block;
		position: relative;
		width: 15%;
		height: auto;
		margin-right: 1%;
	}
	
	#tab04_content .con .sns a img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#tab04_content .con .tel {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px auto 20px auto;
	}
	
	#tab04_content .con .tel a {
		display: block;
		position: relative;
		font-size: 26px;
		font-weight: 800;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #C9B254;
	}
	

}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*ヘッダー画像*/
	#sup_mv {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#sup_mv img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	/*名前・写真*/
	#sup_title {
		position: relative;
		width: 94%;
		height: auto;
		margin: -75px auto 0 auto;
	}
	
	#sup_title .img {
		position: relative;
		width: 170px;
		height: 170px;
		margin: 0 auto 0 0;
		border-radius: 200px;
		border: solid 4px #fff;
		overflow: hidden;
	}
	
	#sup_title .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 170px;
		object-fit: cover;
		object-position: center;
	}
	
	#sup_title h1 {
		margin: 15px auto 14px auto;
		font-size: 20px;
		font-weight: 800;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
	}
	
	#sup_title .tag {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#sup_title .tag font {
		display: table;
		position: relative;
		padding: 5px 10px 5px 10px;
		margin-right: 8px;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #fff;
		background: #C9B254;
		border: solid 1px #C9B254;
		border-radius: 2px;
		box-sizing: border-box;
	}
	
	#sup_title .cat {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
		margin: 8px auto 0 auto;
	}
	
	#sup_title .cat font {
		display: table;
		position: relative;
		padding: 5px 10px 5px 10px;
		margin: 0 8px 6px 0;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #fff;
		background: #232323;
		border: solid 1px #232323;
		border-radius: 2px;
		box-sizing: border-box;
	}
	
	#sup_title p {
		margin: 20px auto 0 auto;
		font-size: 15px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 22px;
		text-align: left;
	}
	
	/*タブ設定*/
	#sup_tab {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px auto 25px auto;
		padding: 10px 0 20px 0;
	}
	
	/*タブ切り替え全体のスタイル*/
	.tabs {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding-bottom: 30px;
		background: #fff;
	}

	/*タブのスタイル*/
	.tab_item {
		display: block;
		width: calc(100%/4);
		height: 40px;
		border-bottom: 2px solid #C9B254;
		background: #f3f2ee;
		line-height: 40px;
		font-size: 13px;
		font-weight: 700;
		text-align: center;
		color: #232323;
		float: left;
		transition: all 0.2s ease;
	}

	/*ラジオボタンを全て消す*/
	input[name="tab_item"] {
		display: none;
	}

	/*タブ切り替えの中身のスタイル*/
	.tab_content {
		display: none;
		padding: 0 0 0 0;
		clear: both;
		overflow: hidden;
	}

	/*選択されているタブのコンテンツのみを表示*/
	#tab01:checked ~ #tab01_content,
	#tab02:checked ~ #tab02_content,
	#tab03:checked ~ #tab03_content,
	#tab04:checked ~ #tab04_content {
		display: block;
	}

	/*選択されているタブのスタイルを変える*/
	.tabs input:checked + .tab_item {
		background: #C9B254;
		color: #fff;
	}
	
	#tab01_content .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
		padding: 30px 15px 30px 15px;
		box-sizing: border-box;
	}
	
	.product_loop {
		display: block;
		position: relative;
		width: 48%;
		height: auto;
		margin: 0 1% 15px 1%;
		box-sizing: border-box;
	}
	
	.product_loop .img {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.product_loop .img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	.product_loop .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 12px auto 0 auto;
	}
	
	.product_loop .text font {
		display: table;
		position: relative;
		padding: 5px 8px 5px 8px;
		font-size: 13px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 13px;
		text-align: left;
		color: #fff;
		background: #232323;
		border-radius: 3px;
	}
	
	.product_loop .text h4 {
		margin: 5px auto 5px auto;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 0.5px;
		line-height: 22px;
		text-align: left;
	}
	
	.product_loop .text p {
		font-size: 20px;
		font-weight: 700;
		letter-spacing: 0.5px;
		line-height: 20px;
		text-align: left;
		color: #FF2C2F;
	}
	
	.product_loop .text p small {
		position: relative;
		margin-left: 3px;
		font-size: 14px;
		line-height: 14px;
	}
	
	#tab02_content {
		position: relative;
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	
	#tab02_content .share_loop {
		position: relative;
		width: 100%;
		height: auto;
		padding: 20px 0 20px 0;
		margin: 0 auto 0 auto;
		border-bottom: solid 5px #f3f2ee;
		box-sizing: border-box;
	}
	
	.share_loop .prof {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
		width: 92%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.share_loop .prof img {
		display: block;
		position: relative;
		width: 60px;
		height: 60px;
		margin-right: 15px;
		border-radius: 200px;
	}
	
	.share_loop .prof .name {
		position: relative;
		width: 260px;
		height: auto;
	}
	
	.share_loop .prof .name p {
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: left;
	}
	
	.share_loop .prof .name time {
		display: block;
		position: relative;
		margin-top: 8px;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: left;
		color: #232323;
	}
	
	.share_loop .text {
		position: relative;
		width: 92%;
		height: auto;
		margin: 20px auto 15px auto;
	}
	
	.share_loop .text h4 {
		margin-bottom: 18px;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
	}
	
	.share_loop .text p {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 22px;
		text-align: left;
	}
	
	.share_loop .img {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.share_loop .img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	.share_loop .comment {
		position: relative;
		width: 100%;
		height: auto;
		margin: 10px 0 0 0;
		padding-right: 10px;
		box-sizing: border-box;
	}
	
	.share_loop .comment a {
		display: block;
		position: relative;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 14px;
		text-align: right;
		color: #757575;
	}
	
	#tab03_content {
		position: relative;
		width: 100%;
		height: auto;
		padding: 30px 20px 30px 20px;
		box-sizing: border-box;
	}
	
	#tab03_content table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	#tab03_content table tr th {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 5px 0 5px 14px;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: left;
	}
	
	#tab03_content table tr th::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 4px;
		height: 100%;
		background: #C9B254;
	}
	
	#tab03_content table tr td {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		padding: 10px 0 20px 12px;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 20px;
		text-align: left;
		word-break: break-word;
	}
	
	#tab04_content {
		position: relative;
		width: 100%;
		height: auto;
		padding: 30px 20px 30px 20px;
		box-sizing: border-box;
	}
	
	#tab04_content .con {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#tab04_content .con .title {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 12px auto;
	}
	
	#tab04_content .con .title h3 {
		position: relative;
		padding: 5px 0 5px 14px;
		font-size: 15px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: left;
	}
	
	#tab04_content .con .title h3::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 4px;
		height: 100%;
		background: #C9B254;
	}
	
	#tab04_content .con .sns {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#tab04_content .con .sns a {
		display: block;
		position: relative;
		width: 15%;
		height: auto;
		margin-right: 1%;
	}
	
	#tab04_content .con .sns a img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#tab04_content .con .tel {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px auto 20px auto;
	}
	
	#tab04_content .con .tel a {
		display: block;
		position: relative;
		font-size: 26px;
		font-weight: 800;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #C9B254;
	}
	
}

/*商品登録*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#product {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#product .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 25px auto;
	}
	
	#product .title .img {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.p_slider .slick-list {
		background: #B2B2B2;
	}
	
	.p_slider .slick-slide {
		height: auto;
		overflow: hidden;
	}
	
	.p_slider .slick-slide img {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.thumbs_dots {
		margin: 10px 0 0;
	}
	
	.thumbs_list li {
		display: inline-block;
		width: 20%;
		height: 160px;
		cursor: pointer;
		opacity: 0.4;
		ransition: opacity 0.3s;
	}
	
	.thumbs_list li.slick-active {
		opacity: 1;
	}
	
	#product .title .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px auto 0 auto;
	}
	
	#product .title .text .cat {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#product .title .text .cat font {
		display: table;
		position: relative;
		margin-right: 8px;
		padding: 6px 9px 6px 9px;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 14px;
		text-align: left;
		border-radius: 3px;
	}
	
	#product .title .text .cat font:nth-of-type(1) {
		color: #fff;
		background: #232323;
		border: solid 1px #232323;
	}
	
	#product .title .text .cat font:nth-of-type(2) {
		color: #C9B254;
		background: #fff;
		border: solid 1px #C9B254;
	}
	
	#product .title .text span {
		display: table;
		position: relative;
		margin-top: 6px;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #232323;
	}
	
	#product .title .text h1 {
		margin: 8px auto 6px auto;
		font-size: 20px;
		font-weight: 800;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: left;
	}
	
	#product .title .text p {
		font-size: 24px;
		font-weight: 700;
		letter-spacing: 0.5px;
		line-height: 24px;
		text-align: left;
		color: #FF2C2F;
	}
	
	#product .title .text p small {
		position: relative;
		margin-left: 5px;
		font-size: 14px;
		line-height: 14px;
	}
	
	#product .title .text p strong {
		position: relative;
	}
	
	#product .title .text p strong::before {
		content: "";
		position: absolute;
		top: 18px;
		left: 0;
		width: 100%;
		height: 2px;
		background: #FF2C2F;
	}
	
	#product .title .text a {
		display: block;
		position: relative;
		margin-top: 10px;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 13px;
		text-align: left;
		color: #232323;
	}
	
	#product .title .text a span {
		color: #C9B254;
	}
	
	/*共通事項*/
	#product .common_text {
		display: none;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 25px auto;
		padding: 15px 15px 15px 15px;
		border-radius: 5px;
		border: solid 1px #232323;
		box-sizing: border-box;
	}
	
	#product .common_text .text {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#product .common_text .text h3 {
		position: relative;
		padding-left: 25px;
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.5px;
		line-height: 14px;
		text-align: left;
	}
	
	#product .common_text .text h3 img {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 20px;
		height: auto;
	}
	
	#product .common_text .text h4 {
		position: relative;
		padding-left: 10px;
		margin: 12px 0 6px 0;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 13px;
		text-align: left;
	}
	
	#product .common_text .text h4::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 5px;
		height: 5px;
		background: #232323;
		border-radius: 200px;
	}
	
	#product .common_text .text .card_img {
		position: relative;
		width: 260px;
		height: auto;
		margin: 10px auto 0 0;
	}
	
	#product .common_text .text .card_img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#product .common_text .text p {
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 18px;
		text-align: left;
	}
	
	#product .common_text .payment {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 15px auto;
	}
	
	/*商品詳細*/
	#product .detail {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	#product .detail .con {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
	}
	
	#product .detail .con h3 {
		position: relative;
		padding: 14px 0 14px 15px;
		margin-bottom: 20px;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 0.5px;
		line-height: 16px;
		text-align: left;
		color: #fff;
		background: #C9B254;
		border-radius: 3px;
	}
	
	#product .detail .con h3::before {
		content: "";
		position: absolute;
		top: 100%;
		left: 30px;
		border: 12px solid transparent;
		border-top: 12px solid #C9B254;
		width: 0;
		height: 0;
	}
	
	#product .detail .con p {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 22px;
		text-align: left;
	}
	
	#product .detail .img {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#product .detail .img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	/*カート埋め込み*/
	main#product_page #side {
		
	}
	
	.cart_ptn01 {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.cart_ptn01 button {
		display: block;
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 18px 0 18px 30px;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 14px;
		text-align: center;
		color: #fff;
		background: #FF2C2F;
		border: solid 1px #FF2C2F;
		border-radius: 2px;
		box-sizing: border-box;
		transition: 0.3s;
	}
	
	.cart_ptn01 button::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 20px;
		transform: translateY(-50%) translateX(0);
		width: 28px;
		height: 28px;
		background-image: url(/wp-content/themes/iyasakagu_store/images/cart_icon_white.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		transition: 0.3s;
	}
	
	.cart_ptn01 button:hover {
		color: #FF2C2F;
		background: #fff;
		border: solid 1px #FF2C2F;
	}
	
	.cart_ptn01 button:hover::before {
		background-image: url(/wp-content/themes/iyasakagu_store/images/cart_icon.png);
	}
	
	.cart_ptn02 {
		z-index: 200;
		position: fixed;
		bottom: 25px;
		right: 5px;
		width: 45%;
		height: auto;
	}
	
	.cart_ptn02 a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 15px 0 15px 30px;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 14px;
		text-align: center;
		color: #FF2C2F;
		background: #fff;
		border: solid 1px #FF2C2F;
		border-radius: 2px;
		box-sizing: border-box;
	}
	
	.cart_ptn02 a::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%) translateX(0);
		width: 28px;
		height: 28px;
		background-image: url(/wp-content/themes/iyasakagu_store/images/cart_icon.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.cart_no {
		z-index: 200;
		position: fixed;
		bottom: 25px;
		right: 5px;
		width: 45%;
		height: auto;
	}
	
	.cart_no h4 {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 15px 0 15px 0;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 14px;
		text-align: center;
		color: #FF2C2F;
		background: #fff;
		border: solid 1px #FF2C2F;
		border-radius: 2px;
		box-sizing: border-box;
	}
	
	/*出店者プロフィールボタン*/
	a.storeprofile_btn {
		display: block;
		position: fixed;
		bottom: 75px;
		right: 5px;
		width: 70px;
		height: 70px;
		background: #fff;
		border: solid 1px #C9B254;
		border-radius: 200px;
	}
	
	a.storeprofile_btn img {
		display: block;
		position: absolute;
		top: 5px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 38px;
		height: auto;
	}
	
	a.storeprofile_btn font {
		display: block;
		position: absolute;
		bottom: 9px;
		left: 0;
		width: 100%;
		font-size: 8px;
		font-weight: 700;
		letter-spacing: 0.2px;
		line-height: 10px;
		text-align: center;
		color: #C9B254;
	}
	
	/*サイドバー*/
	#side .common_text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 25px auto;
		padding: 15px 15px 15px 15px;
		border-radius: 5px;
		border: solid 1px #232323;
		box-sizing: border-box;
	}
	
	#side .common_text .text {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#side .common_text .text h3 {
		position: relative;
		padding-left: 25px;
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.5px;
		line-height: 14px;
		text-align: left;
	}
	
	#side .common_text .text h3 img {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 20px;
		height: auto;
	}
	
	#side .common_text .text h4 {
		position: relative;
		padding-left: 10px;
		margin: 12px 0 6px 0;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 13px;
		text-align: left;
	}
	
	#side .common_text .text h4::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 5px;
		height: 5px;
		background: #232323;
		border-radius: 200px;
	}
	
	#side .common_text .text .card_img {
		position: relative;
		width: 100%;
		height: auto;
		margin: 10px auto 0 0;
	}
	
	#side .common_text .text .card_img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#side .common_text .text p {
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 18px;
		text-align: left;
	}
	
	#side .common_text .payment {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 15px auto;
	}

}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#product {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#product .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 25px auto;
	}
	
	#product .title .img {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.p_slider .slick-list {
		background: #B2B2B2;
	}
	
	.p_slider .slick-slide {
		height: auto;
		overflow: hidden;
	}
	
	.p_slider .slick-slide img {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.thumbs_dots {
		margin: 10px 0 0;
	}
	
	.thumbs_list li {
		display: inline-block;
		width: 20%;
		height: 80px;
		cursor: pointer;
		opacity: 0.4;
		ransition: opacity 0.3s;
	}
	
	.thumbs_list li.slick-active {
		opacity: 1;
	}
	
	#product .title .text {
		position: relative;
		width: 94%;
		height: auto;
		margin: 20px auto 0 auto;
	}
	
	#product .title .text .cat {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#product .title .text .cat font {
		display: table;
		position: relative;
		margin-right: 8px;
		padding: 6px 9px 6px 9px;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 14px;
		text-align: left;
		border-radius: 3px;
	}
	
	#product .title .text .cat font:nth-of-type(1) {
		color: #fff;
		background: #232323;
		border: solid 1px #232323;
	}
	
	#product .title .text .cat font:nth-of-type(2) {
		color: #C9B254;
		background: #fff;
		border: solid 1px #C9B254;
	}
	
	#product .title .text h1 {
		margin: 8px auto 6px auto;
		font-size: 20px;
		font-weight: 800;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: left;
	}
	
	#product .title .text p {
		font-size: 24px;
		font-weight: 700;
		letter-spacing: 0.5px;
		line-height: 24px;
		text-align: left;
		color: #FF2C2F;
	}
	
	#product .title .text p small {
		position: relative;
		margin-left: 5px;
		font-size: 14px;
		line-height: 14px;
	}
	
	#product .title .text p strong {
		position: relative;
	}
	
	#product .title .text p strong::before {
		content: "";
		position: absolute;
		top: 18px;
		left: 0;
		width: 100%;
		height: 2px;
		background: #FF2C2F;
	}
	
	#product .title .text a {
		display: block;
		position: relative;
		margin-top: 10px;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 13px;
		text-align: left;
		color: #232323;
	}
	
	#product .title .text a span {
		color: #C9B254;
	}
	
	/*共通事項*/
	#product .common_text {
		position: relative;
		width: 94%;
		height: auto;
		margin: 20px auto 25px auto;
		padding: 15px 15px 15px 15px;
		border-radius: 5px;
		border: solid 1px #232323;
		box-sizing: border-box;
	}
	
	#product .common_text .text {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#product .common_text .text h3 {
		position: relative;
		padding-left: 25px;
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: 700;
		letter-spacing: 0.5px;
		line-height: 14px;
		text-align: left;
	}
	
	#product .common_text .text h3 img {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 20px;
		height: auto;
	}
	
	#product .common_text .text h4 {
		position: relative;
		padding-left: 10px;
		margin: 12px 0 6px 0;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 13px;
		text-align: left;
	}
	
	#product .common_text .text h4::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 5px;
		height: 5px;
		background: #232323;
		border-radius: 200px;
	}
	
	#product .common_text .text .card_img {
		position: relative;
		width: 260px;
		height: auto;
		margin: 10px auto 0 0;
	}
	
	#product .common_text .text .card_img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#product .common_text .text p {
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 18px;
		text-align: left;
	}
	
	#product .common_text .payment {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 15px auto;
	}
	
	/*商品詳細*/
	#product .detail {
		position: relative;
		width: 94%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#product .detail .con {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
	}
	
	#product .detail .con h3 {
		position: relative;
		padding: 14px 0 14px 15px;
		margin-bottom: 20px;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 0.5px;
		line-height: 16px;
		text-align: left;
		color: #fff;
		background: #C9B254;
		border-radius: 3px;
	}
	
	#product .detail .con h3::before {
		content: "";
		position: absolute;
		top: 100%;
		left: 30px;
		border: 12px solid transparent;
		border-top: 12px solid #C9B254;
		width: 0;
		height: 0;
	}
	
	#product .detail .con p {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 22px;
		text-align: left;
	}
	
	#product .detail .img {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#product .detail .img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	/*カート埋め込み*/
	main#product_page #side {
		display: none;
	}
	
	.cart_ptn01 {
		z-index: 200;
		position: fixed;
		bottom: 85px;
		right: 5px;
		width: 45%;
		height: auto;
	}
	
	.cart_ptn01 button {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 15px 0 15px 30px;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 14px;
		text-align: center;
		color: #fff;
		background: #FF2C2F;
		border: solid 1px #FF2C2F;
		border-radius: 2px;
		box-sizing: border-box;
	}
	
	.cart_ptn01 button::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%) translateX(0);
		width: 28px;
		height: 28px;
		background-image: url(/wp-content/themes/iyasakagu_store/images/cart_icon_white.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.cart_ptn02 {
		z-index: 200;
		position: fixed;
		bottom: 85px;
		right: 5px;
		width: 45%;
		height: auto;
	}
	
	.cart_ptn02 a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 15px 0 15px 30px;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 14px;
		text-align: center;
		color: #fff;
		background: #FF2C2F;
		border: solid 1px #FF2C2F;
		border-radius: 2px;
		box-sizing: border-box;
	}
	
	.cart_ptn02 a::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translateY(-50%) translateX(0);
		width: 28px;
		height: 28px;
		background-image: url(/wp-content/themes/iyasakagu_store/images/cart_icon_white.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.cart_no {
		z-index: 200;
		position: fixed;
		bottom: 25px;
		right: 5px;
		width: 45%;
		height: auto;
	}
	
	.cart_no h4 {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 15px 0 15px 0;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 14px;
		text-align: center;
		color: #FF2C2F;
		background: #fff;
		border: solid 1px #FF2C2F;
		border-radius: 2px;
		box-sizing: border-box;
	}
	
	/*出店者プロフィールボタン*/
	a.storeprofile_btn {
		z-index: 200;
		display: block;
		position: fixed;
		bottom: 85px;
		left: 5px;
		width: 70px;
		height: 70px;
		background: #fff;
		border: solid 1px #C9B254;
		border-radius: 200px;
	}
	
	a.storeprofile_btn img {
		display: block;
		position: absolute;
		top: 5px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 38px;
		height: auto;
	}
	
	a.storeprofile_btn font {
		display: block;
		position: absolute;
		bottom: 9px;
		left: 0;
		width: 100%;
		font-size: 8px;
		font-weight: 700;
		letter-spacing: 0.2px;
		line-height: 10px;
		text-align: center;
		color: #C9B254;
	}
	
}

/*投稿*/
/*PC*/
@media only screen and (min-width: 1025px) {
	#share {
		position: relative;
		width: 100%;
		height: auto;
		padding: 15px 0 0 0;
		border-top: solid 4px #f3f2ee;
	}
	
	#share .text {
		position: relative;
		width: 94%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#share .text h1 {
		margin-bottom: 15px;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 0.5px;
		line-height: 24px;
		text-align: left;
	}
	
	#share .text p {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 22px;
		text-align: left;
	}
	
	#share .img {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px auto 20px auto;
	}
	
	#share .img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#share #comments {
		position: relative;
		width: 94%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#share #comments h3 {
		position: relative;
		padding: 3px 0 3px 12px;
		margin-bottom: 15px;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
	}
	
	#share #comments h3::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 4px;
		height: 100%;
		background: #C9B254;
		border-radius: 2px;
	}
	
	#share #comments h3#reply-title {
		display: none;
	}
	
	#share #comments form {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#share #comments form p.logged-in-as {
		display: none;
	}
	
	#share #comments form p.comment-form-comment label {
		display: block;
		position: relative;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
	}
	
	#share #comments form p.comment-form-comment textarea {
		display: block;
		position: relative;
		width: 100%;
		height: 100px;
		margin: 7px auto 0 0;
		padding: 4px 8px;
		box-sizing: border-box;
	}
	
	#share #comments form p.form-submit input[type="submit"] {
		display: block;
		position: relative;
		width: 140px;
		height: auto;
		margin: 7px 0 0 auto;
		padding: 10px 0 10px 0;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: center;
		color: #fff;
		background: #232323;
		border: solid 1px #232323;
		border-radius: 0;
		box-sizing: border-box;
		appearance: none;
	}
	
	#share ul#comments-list {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#share ul#comments-list li {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 15px auto;
		list-style: none;
	}
	
	#share ul#comments-list li .comment-author {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#share ul#comments-list li .comment-author img {
		display: block;
		position: relative;
		width: 40px;
		height: 40px;
		margin-right: 15px;
		object-fit: cover;
		object-position: center;
		border-radius: 100px;
	}
	
	#share ul#comments-list li .comment-author span {
		display: none;
	}
	
	#share ul#comments-list li .comment-author .fn a {
		font-size: 14px;
		font-weight: 600;
		font-family: "Noto Sans", sans-serif;
		font-style: normal;
		letter-spacing: 0.5px;
		line-height: 14px;
		text-align: left;
		color: #232323;
		pointer-events: none;
	}
	
	#share ul#comments-list li .commentmetadata {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#share ul#comments-list li .commentmetadata a {
		display: block;
		margin-bottom: -20px;
		font-size: 14px;
		line-height: 14px;
		color: #232323;
		text-align: right;
	}
	
	#share ul#comments-list li .commentmetadata a.comment-edit-link {
		display: none;
		color: #C9B254;
	}
	
	#share ul#comments-list li p {
		position: relative;
		margin: 7px auto 16px auto;
		padding: 12px 12px;
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		background: #F1F1F1;
		border-radius: 5px;
		box-sizing: border-box;
	}
	
	#share ul#comments-list li .reply {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#share ul#comments-list li .reply a {
		display: none;
	}

}

/*SMP*/
@media only screen and (max-width: 1024px) {
	#share {
		position: relative;
		width: 100%;
		height: auto;
		padding: 15px 0 0 0;
		border-top: solid 4px #f3f2ee;
	}
	
	#share .text {
		position: relative;
		width: 94%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#share .text h1 {
		margin-bottom: 15px;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 0.5px;
		line-height: 24px;
		text-align: left;
	}
	
	#share .text p {
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 22px;
		text-align: left;
	}
	
	#share .img {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px auto 20px auto;
	}
	
	#share .img img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#share #comments {
		position: relative;
		width: 94%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#share #comments h3 {
		position: relative;
		padding: 3px 0 3px 12px;
		margin-bottom: 15px;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
	}
	
	#share #comments h3::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 4px;
		height: 100%;
		background: #C9B254;
		border-radius: 2px;
	}
	
	#share #comments h3#reply-title {
		display: none;
	}
	
	#share #comments form {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#share #comments form p.logged-in-as {
		display: none;
	}
	
	#share #comments form p.comment-form-comment label {
		display: block;
		position: relative;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
	}
	
	#share #comments form p.comment-form-comment textarea {
		display: block;
		position: relative;
		width: 100%;
		height: 100px;
		margin: 7px auto 0 0;
		padding: 4px 8px;
		box-sizing: border-box;
	}
	
	#share #comments form p.form-submit input[type="submit"] {
		display: block;
		position: relative;
		width: 140px;
		height: auto;
		margin: 7px 0 0 auto;
		padding: 10px 0 10px 0;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: center;
		color: #fff;
		background: #232323;
		border: solid 1px #232323;
		border-radius: 0;
		box-sizing: border-box;
		appearance: none;
	}
	
	#share ul#comments-list {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#share ul#comments-list li {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 15px auto;
		list-style: none;
	}
	
	#share ul#comments-list li .comment-author {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#share ul#comments-list li .comment-author img {
		display: block;
		position: relative;
		width: 40px;
		height: 40px;
		margin-right: 15px;
		object-fit: cover;
		object-position: center;
		border-radius: 100px;
	}
	
	#share ul#comments-list li .comment-author span {
		display: none;
	}
	
	#share ul#comments-list li .comment-author .fn a {
		font-size: 14px;
		font-weight: 600;
		font-family: "Noto Sans", sans-serif;
		font-style: normal;
		letter-spacing: 0.5px;
		line-height: 14px;
		text-align: left;
		color: #232323;
		pointer-events: none;
	}
	
	#share ul#comments-list li .commentmetadata {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#share ul#comments-list li .commentmetadata a {
		display: block;
		margin-bottom: -20px;
		font-size: 14px;
		line-height: 14px;
		color: #232323;
		text-align: right;
	}
	
	#share ul#comments-list li .commentmetadata a.comment-edit-link {
		display: none;
		color: #C9B254;
	}
	
	#share ul#comments-list li p {
		position: relative;
		margin: 7px auto 16px auto;
		padding: 12px 12px;
		font-size: 14px;
		line-height: 22px;
		text-align: left;
		background: #F1F1F1;
		border-radius: 5px;
		box-sizing: border-box;
	}
	
	#share ul#comments-list li .reply {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#share ul#comments-list li .reply a {
		display: none;
	}
}

/*PC・SMP共通*/
.color_community00 {
	color: #232323!important;
	background: #fff!important;
	border: solid 1px #232323!important;
}

.color_community01 {
	background: #FF4040!important;
}