

@media screen and (max-width: 768px) {
	.sp_none {
		display: none !important;
	}
}

@media screen and (min-width: 769px) {
	.pc_none {
		display: none !important;
	}
}

.fade-in {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.6s ease-out;
}

.fade-in.visible {
	opacity: 1;
	transform: translateY(0);
}

.container,
.l-wrapper {
	max-width: 1400px !important;
}

body.h1-centered-page h1.heading-primary {
	text-align: center !important;
}

.swiper-container {
	width: 100vw;
	margin-left: calc(-50vw + 49%);
}

.content div {
	margin-top: unset;
}

.content :first-child {
	margin-top: 0;
}

.chat-header {
	margin-top: 0 !important;
}

.content .writers {
	display: none !important;
}

body.bm-mobile-device #bp-better-messages-mini-mobile-open {
	bottom: 70px !important;
}

.bottomFooter__topBtn {
	display: none !important;
}

.um-profile-nav {
	display: flex !important;
}

@media only screen and (min-width: 992px) {
	.l-sidebar {
		width: 25%;
	}

	.l-main {
		width: calc(75% - 40px);
	}
}

#tagline-wanted {
	background: #009688;
	width: fit-content;
	color: #fff;
	padding: 3px 10px;
	font-size: 0.7em;
}

#tagline-join {
	background: #ff5722;
	width: fit-content;
	color: #fff;
	padding: 3px 10px;
	font-size: 0.7em;
}

#tagline-misettei {
	background: #9b9795;
	width: fit-content;
	color: #fff;
	padding: 3px 10px;
	font-size: 0.7em;
}

.um-member-tagline-pr {
	color: #111 !important;
	font-size: 1em !important;
}

.um-member-card-content {
	display: inline-block !important;
}

.um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card .um-member-card-content .um-member-tagline {
	display: inline-block !important;
}

.um-member-tagline-nickname,
.um-member-tagline-area,
.um-member-tagline-birth_date,
.um-member-tagline-user_livein,
.um-member-tagline-gender,
.um-member-tagline-user_registered,
.um-member-tagline-_um_last_login {
	width: fit-content !important;
}

.um-directory .um-members-wrapper .um-members .um-member {
	border: unset !important;
}

.um-member-photo .radius-1 {
	width: 50px !important;
	margin-top: 0 !important;
}

.um-directory.uimob500 .um-members-wrapper .um-members.um-members-list .um-member .um-member-photo a img,
.um-directory.uimob500 .um-members-wrapper .um-members.um-members-list .um-member .um-member-photo a {
	width: 50px !important;
	height: 50px !important;
}

.um-directory.uimob500 .um-members-wrapper .um-members.um-members-list .um-member .um-member-photo {
	width: 50px !important;
	margin-top: 0 !important;
}

.um-directory .um-members-wrapper .um-members.um-members-list .um-member {
	padding: 5px !important;
}

.um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card {
	width: 100% !important;
}

.um-directory .um-member-directory-header {
	padding: 10px 20px;
	border-radius: 5px;
	background: #eaeaea;
}

.um-directory .um-member-directory-header .um-member-directory-header-row .um-member-directory-search-line .um-do-search {
	background: #ce3d3d;
}

.um-members-filter-tag strong:first-child {
	margin-top: 0 !important;
}

.custom-footprint-list li:before {
	display: none !important;
}

/* .um-field .select2-container.select2-container--open .select2-dropdown .select2-results li, .um-search-filter .select2-container.select2-container--open .select2-dropdown .select2-results li:before {
	display:none;
} */

.um-directory.uimob500 .um-member-directory-header .um-search {
	grid-template-columns: repeat(2, 1fr) !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	font-size: 0.9em;
}

.um-directory .um-members-wrapper .um-members-intro {
	margin: 20px 0 20px 0 !important;
}

.um-dropdown .um-dropdown-b ul li:before,
.um-profile-body li:before {
	display: none !important;
}

.subNavi__link-pickuplast {
	display: none !important;
}

.um-search-area {
	max-width: 100% !important;
}

.search-field {
	border: 0;
	padding: 10px;
	-webkit-appearance: none;
	border-radius: 5px;
}

.widget.widget_categories ul li a:before,
.widget.widget_nav_menu ul.menu li a:before {
	display: none;
}

.um-directory .um-members-wrapper {
	margin-top: 30px !important;
}

.darkify_switch_style {
	margin-right: 15px;
}

.socialList__link.icon-twitter {
	background: #000 !important;
}

html body .content>div.bm-list-content:first-child {
	margin-top: 0 !important;
}

.bm-svg {
	top: 0.5em;
}

#spotify3-77 {
	width: 100%;
	max-width: 391px;
	border: 1px solid #ddd;
	padding: 10px;
}

.um-bookmark-btn {
	background: none;
	border: none;
	font-size: 17px;
	cursor: pointer;
	color: #555;
	padding: 4px 8px;
}

.um-bookmark-btn.bookmarked i {
	color: #f39c12;
	/* ゴールド系など */
}

.um-bookmark-btn.not-bookmarked i {
	color: #aaa;
}

.um-bookmark-btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

.um-bookmark-btn {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 20px;
	position: relative;
	padding: 4px;
	color: #555;
}

.um-bookmark-btn .fa-bookmark {
	transition: transform 0.2s ease;
}

.um-bookmark-btn .bookmark-count,
.thumbs-up-count,
.thumbs-down-count {
	font-size: 11px;
	color: #888;
	/* position: absolute; */
	padding: 6px 8px;
	border-radius: 10px;
}

.um-bookmark-btn.bookmark-animate i {
	animation: pop 0.5s ease-in-out;
}

@keyframes pop {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.4);
	}

	100% {
		transform: scale(1);
	}
}

.l-wrapper {
	justify-content: space-between;
}

.l-wrapper.one-column {
	justify-content: center;
}

.modal-img-editpls {
	width: 100%;
}

.um-member-card .tagline-group {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	justify-content: left;
	margin-bottom: 4px;
}

.um-member-card .tagline-group .um-member-tagline {
	display: inline-block !important;
	margin: 0 !important;
	line-height: 1.3;
}

.um-member-card .um-member-tagline-pr {
	display: block !important;
	text-align: center;
	margin: 2px 0;
}

.um-member-card .um-member-name {
	text-align: left !important;
	display: block;
}

.um-member-card .um-member-name a {
	text-align: left !important;
	display: inline-block;
}

.um-member-card {
	text-align: left !important;
	align-items: flex-start !important;
}

.um-member-card {
	text-align: left !important;
	align-items: flex-start !important;
}

.um-member-card .um-member-name,
.um-member-card .um-member-name a,
.um-member-card .um-member-tagline,
.um-member-card .um-member-tagline-pr {
	text-align: left !important;
}

.profile_sub_side {
	border: 1px solid #ededed;
	padding: 10px 0;
	border-radius: 10px;
	margin-bottom: 1em;
}

.um-profile-note {
	display: none !important;
}

.widget_nav_menu .menu-item {
	padding: 0;
}

.widget_nav_menu .menu-item::before {
	display: none;
}

.um-form .select2-results__options li::before {
	display: none;
}

#grid-type-wanted {
	background: #009688;
	width: fit-content;
	color: #fff;
	padding: 0 8px !important;
	font-size: 0.7em;
	border-radius: 4px;
}

#grid-type-join {
	background: #ff5722;
	width: fit-content;
	color: #fff;
	padding: 0 8px !important;
	font-size: 0.7em;
	border-radius: 4px;
}

#grid-type-misettei {
	background: #9b9795;
	width: fit-content;
	color: #fff;
	padding: 0 8px !important;
	font-size: 0.7em;
	border-radius: 4px;
}

body .um-directory .um-members-wrapper .um-members .um-member .um-member-photo.radius-1 a img {
	border-radius: 20px !important;
}

@media screen and (max-width: 480px) {
	.um-directory .um-members-wrapper .um-members.um-members-grid {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: space-between;
	}

	.um-directory .um-members-wrapper .um-members.um-members-grid .um-member {
		width: 48% !important;
		margin-bottom: 20px !important;
		position: static !important;
		/* ← ここ追加 */
		box-sizing: border-box;
	}

	.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card .um-member-tagline {
		padding: 0 !important;
	}

	.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-photo {
		padding: 0 !important;
	}

	.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card .um-member-name {
		justify-content: left !important;
	}

	.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card .um-member-name a {
		font-size: 12px !important;
	}

	.um-member-tagline-pr {
		font-size: 0.7em !important;
	}
}

/* アニメーション */
.check-animated {
	display: inline-block;
	font-size: 48px;
	color: #28a745;
	/* 緑色 */
	animation: checkPop 0.6s ease-out forwards;
	animation: checkPop 3s ease-out infinite;

}


@keyframes checkPop {
	0% {
		opacity: 0;
		transform: scale(0.3) rotate(-20deg);
	}

	50% {
		opacity: 1;
		transform: scale(1.1) rotate(10deg);
	}

	100% {
		transform: scale(1) rotate(0deg);
	}
}

#mail-animation {
	width: 70px;
	height: 80px;
	margin: 40px auto;
	perspective: 200px;
	perspective-origin: 50% 0;
	position: relative;
}

.anvelopebg {
	width: 70px;
	height: 40px;
	background-color: #e9b004;
	position: absolute;
	margin-bottom: 0;
	z-index: 3;
}

.anvelope {
	width: 0px;
	height: 0px;
	position: relative;
	margin-bottom: 0;
	border-left: 35px #ffc000 solid;
	border-bottom: 20px #ffcc00 solid;
	border-right: 35px #ffcc00 solid;
	border-top: 20px transparent solid;
	box-shadow: 0px 4px 0px 0px rgba(24, 116, 86, 1);
	-webkit-box-shadow: 0px 4px 0px 0px rgba(24, 116, 86, 1);
	z-index: 4;
}

.letter {
	width: 54px;
	height: 44px;
	background-color: #fff;
	position: relative;
	top: -95px;
	left: 8px;
	z-index: 3;
	animation: letteranim 3s ease-in-out infinite;
	-webkit-animation: letteranim 3s ease-in-out infinite;
}

.letter:after {
	content: "";
	position: absolute;
	width: 32px;
	height: 6px;
	background-color: #9bbeb2;
	top: 6px;
	left: 6px;
}

.letter:before {
	content: "";
	position: absolute;
	width: 21px;
	height: 6px;
	background-color: #9bbeb2;
	top: 15px;
	left: 6px;
}

.opener {
	position: relative;
	width: 0;
	height: 0;
	border-left: 35px transparent solid;
	border-bottom: 31px #e9b004 solid;
	border-right: 35px transparent solid;
	top: -71px;
	z-index: 2;
	transform-origin: 0 100%;
	-webkit-transform-origin: 0 100%;
	animation: openanim 3s ease-in-out infinite;
	-webkit-animation: openanim 3s ease-in-out infinite;
}

/* アニメーション */
@keyframes letteranim {

	0%,
	100% {
		top: -95px;
	}

	50% {
		top: -71px;
	}
}

@-webkit-keyframes letteranim {

	0%,
	100% {
		top: -95px;
	}

	50% {
		top: -71px;
	}
}

@keyframes openanim {

	0%,
	100% {
		transform: rotateX(0deg);
		z-index: 2;
	}

	50% {
		transform: rotateX(180deg);
		z-index: 5;
	}
}

@-webkit-keyframes openanim {

	0%,
	100% {
		-webkit-transform: rotateX(0deg);
		z-index: 2;
	}

	50% {
		-webkit-transform: rotateX(180deg);
		z-index: 5;
	}
}


@media screen and (min-width: 769px) {
	.pc-ta-c {
		text-align: center;
	}
}


.user-profile-info-box .basic-info {
	font-weight: bold;
	text-align: center;
	margin: 10px 0;
}

.user-profile-info-box .part-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
}

.user-profile-info-box .part-tag {
	background-color: #f0f0f0;
	padding: 3px 8px;
	border-radius: 15px;
	font-size: 13px;
}

.user-profile-info-box .last-login {
	font-size: 12px;
	color: #555;
	text-align: center;
	margin-top: 8px;
}


.widget-side .um-locked-content,
.profile_sub_side .um-field-image {
	display: none !important;
}

.widget-side .um-profile-nav,
.widget-side .messages,
.widget-side .messages-default {
	display: none !important;
}

.widget-side .um-vote-buttons .fa-bookmark {
	padding: 6px 0;
}

.widget-side .um-vote-buttons .bookmark-count {
	font-size: 11px;
	color: #888;
	padding-top: 6px;
	margin-right: 10px;
}

.widget-side .um-vote-buttons .fa-thumbs-up {
	padding: 5px 0;
}


.widget-side .um-vote-buttons .fa-thumbs-down {
	padding: 5px 0;
}


.widget-side .um-viewing {
	margin: 0 !important;
}

.widget-side .um-profile-body {
	padding: 0 !important;
}

#um_field_77_SoundCloud-input1 iframe {
	max-height: 300px !important;
	width: 100%;
}


.um-vote-buttons {
	display: flex;
	gap: 4px;
	justify-content: center;
	margin: 10px 0;
}

.um-vote-btn {
	background: none;
	border: none;
	cursor: pointer;
	color: #999;
	font-size: 16px;
	display: flex;
	align-items: center;
}

.um-vote-btn.voted {
	color: #27ae60;
	/* 緑系 */
}

.um-vote-btn.bad.voted {
	color: #e74c3c;
	/* 赤系 */
}

.um-vote-btn .count {
	margin-left: 5px;
	font-weight: bold;
}

#xs-social-login-container .xs-login--style-1 .xs-login__item {
	-webkit-box-shadow: unset !important;
	box-shadow: unset !important;
	border: 1px solid #cacaca;
	-webkit-transition: all linear .3s;
	transition: all linear .3s;
}

.xs-login--style-1 .wslu-color-scheme--mail .xs-login__item--icon {
	background: #d25051 !important;
	width: 40px !important;
	height: 40px !important;
}



.um-req {
	color: #F44336 !important;
}

.wide-section {
	margin: 0 calc(50% - 50vw);
	padding: 1em 0 1em 0;
	width: unset;
	max-width: unset;
	width: 100%;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
}

.type-result-box {
	margin: 0 auto;
	text-align: left;
}

.type-result-box h2 {
	color: #fff;
	font-size: 1.5em;
	margin-bottom: 10px;
}

.type-tag {
	display: inline-block;
	background: #ffd0d0;
	color: #ce3d3d;
	padding: 5px 12px;
	border-radius: 5px;
	font-size: 0.85em;
	margin: 5px 5px 0 0;
}

.type-result-box strong {
	color: #fff;
	text-align: center;
}

.type-result-box h3 {
	text-align: center;
}

.type-result-box .u-ta-c {
	text-align: center;
}

.type-result-box .wide-section {
	background: #ce3d3d;
}

.type-result-box .wide-section h2,
.type-result-box .wide-section h3 {
	color: #fff !important;
}

.type-result-box .u-mb-2rem {
	margin-bottom: 2rem;
}

.musician-type-page h1 {
	text-align: center !important;
}

.musician-type-page .dateList-main,
.musician-type-page .eyecatch-main,
.musician-type-page .outline,
.musician-type-page .prevNext,
.musician-type-page .profile,
.musician-type-page .related,
.musician-type-page .dateList,
.musician-type-page .heading-main span {
	display: none !important;
}

.musician-type-page .um-locked-content {
	margin-top: 2rem;
}

.musician_type_title h1.heading-primary {
	display: none;
}

.musician_type_title .l-wrapper {
	margin-top: 0;
	margin-bottom: 0;
}

.musician_type_title .l-main,
.musician_type_title .dividerBottom {
	margin-bottom: 0;
}

.musician_type_title .wide-section {
	padding: 12vw 0 5vw;
	background-image: url('../../../assets/images/musician-types/musician_type_bg__pc.png');
	background-size: cover;
	background-position: center;
}

.musician_type_title .wide-section .musician_type_h1 {
	width: 100%;
	max-width: 30vw;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 768px) {
	.musician_type_title .wide-section {
		padding: 35vw 0 19vw;
	}

	.musician_type_title .wide-section .musician_type_h1 {
		max-width: 80vw;
	}
}


.scroll-slider {
	width: 100%;
	overflow: hidden;
}



.scroll-track {
	display: flex;
	white-space: nowrap;
	animation: scroll 100s linear infinite;
}

@media screen and (max-width: 768px) {

	.scroll-track {
		animation: scroll 100s linear infinite;
	}
}

.scroll-track img {
	width: 200px;
	height: auto;
	margin-right: 20px;
}

@media screen and (max-width: 768px) {
	.scroll-track img {
		width: 100px;
		height: auto;
	}
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-300%);
	}
}

@media screen and (max-width: 768px) {
	@keyframes scroll {
		0% {
			transform: translateX(0);
		}

		100% {
			transform: translateX(-500%);
		}
	}
}

.widget-side a {
	cursor: pointer;
}

.widget-side a:hover {
	opacity: 0.8;
}

.guidepage {
	background: #ffefef;
}

.guidepage .guide-logo {
	display: block;
	margin: 0 auto;
}

.guidepage p {
	text-align: center;
}

.guidepage h2 {
	color: #ee8b8b !important;
	font-size: 2em;
	text-align: center;
}

.guidepage .guide-block img {
	max-width: 200px!important;
}


.guidepage .guide-block {
	background: #fff;
	padding: 2em;
	border-radius: 10px;
	border: 3px solid #e78484;
	margin-top: 3em;
}

.guidepage .btn {
	margin-top: 1em;
}

.guidepage .cation {
	font-size: 0.8em;
}

@media screen and (max-width: 768px) {
	.guidepage p {
		text-align: left;
	}

	.guidepage h2 {
		font-size: 2em;
	}

	.guidepage .guide-block img {
		max-width: 150px!important;
		display: block;
		margin: 0 auto;
	}
}

.postContents h2 {
	border-bottom: solid 3px #c9c9c9;
	position: relative;
}

.postContents h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #ce3d3d;
	bottom: -3px;
	width: 30%;
}

.postContents h3 {
	padding: 0.25em 0.5em;
	background: transparent;
	border-left: solid 5px #ce3d3d;
}

.content .outline {
	margin: 1em 0;
}

.grecaptcha-badge {
	display: none !important;
}

.um-member-card a {
	color: #111 !important;
}


.top-3nayami {
    text-align: center;
    background: #e3e3e3;
    border-radius: 5px;
    padding: 15px 10px;
    margin-top: 2em!important;
    margin-bottom: 2em!important;
}

.top-about strong {
	background: yellow;
}

.top-about-img {
    margin: 1em auto;
    display: block;
    border-radius: 10px;
}

@media only screen and (min-width: 768px) {
	.top-about-img {
		max-width: 500px!important;
	}

}

.commonCtr .container {
	max-width: 900px!important	;
}

.top-about-3column {
	text-align: center;
    border-radius: 5px;
    padding: 15px 10px;
    margin-top: 2em!important;
    margin-bottom: 2em!important;
}

.top-about-3column img {
	max-width: 300px!important;
}

.top-about-3column h3 {
	color:#ce3d3d!important;
}

body.bm-mobile-device #bp-better-messages-mini-mobile-open {
	border-radius: 50px;
}

body .commonCtr__contents h2 {
	color:#fff!important;
	font-size: 2.5em;
	text-align: left!important;
}



body .commonCtr__contents p {
	color:#fff!important;
	text-align: left!important;
}

@media screen and (max-width: 768px) {
	.still {
		height:50vh!important;
	}
	.still h2 {
		line-height: 1.0em;
	}
}


.still .btn__link-primary,
.commonCtr__contents .btn__link-primary {
	background-color: #ce3d3d;
}

@keyframes shake {
	0% { transform: translate(0, 0); }
	10% { transform: translate(0, 3px); }
	20% { transform: translate(0, -2px); }
	30% { transform: translate(0, 3px); }
	40% { transform: translate(0, -2px); }
	50% { transform: translate(0, 0); }
	100% { transform: translate(0, 0); }
  }
  
  .still__content .btn {
	animation: shake 0.5s ease-in-out infinite;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
	animation-timing-function: ease-in-out;
	animation-play-state: running;
	animation-duration: 2.5s;
	animation-delay: 0.5s;
  }


.top-anshin .column {
	margin-top: 2em;
}

.top-anshin .column h3 {
	color:#ce3d3d!important;
	margin-top: 1rem!important;
	text-align: center;
}

.top-anshin img {
	padding: 15px;
	background:#ffefef;
}

@media only screen and (min-width: 768px) {
	.top-anshin img {
		max-width: 250px!important;
	}
}
@media only screen and (max-width: 767px) {
	.top-anshin p {
		margin-bottom:1em!important;
	}
}


#top .wide-section h2 {
	margin-top:0;
}

span.h2-eng {
    text-align: center!important;
    display: block;
    color: #ce3d3d;
    width: fit-content;
    margin: 0 auto;
    border-bottom: 2px solid #ce3d3d;
}

#mceu_149 {
	display: none;
}

.side-add {
	font-size: 0.6em;
    background: #ccc;
    padding: 3px 5px;
    border-radius: 4px;
    color: #333;
}


body .um-directory .um-members-wrapper .um-members.um-members-list .um-member .um-member-card-container .um-member-card {
	display: block!important;
}

.um-member-meta {
    background: #eaeaea !important;
    padding: 0 1em 1em 1em!important;
    color: #4b4b4b !important;
    margin-right: 5px!important;
}

.um-member-metaline-detail p {
	display: contents!important;
}



.um-member-meta strong {
	color: #ce3d3d;
    display: block;
    padding: 2px 3px;
	margin-right: 1em;
	width: 100%!important;
}
.um-member-metaline-detail strong {
	width: 100%!important;
}

/* ラッパー */
.um-skill-tags{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem .6rem;
  align-items:flex-start;
}

/* タグ本体（リンク/スパン共通） */
.um-skill-tag{
  display:inline-block;
  padding:.4em .9em;
  border-radius:9999px;
  background:#ffd8d6;   /* 薄ピンク */
  color:#c44a4a;        /* 赤みのある文字色 */
  font-size:12px;
  line-height:1.3;
  margin-bottom:5px;
  font-weight:500;
  text-decoration:none;
  border:1px solid rgba(196,74,74,.12);
  white-space:nowrap;   /* 1行のピルに */
}
.um-skill-tag:hover,
.um-skill-tag:focus{
  filter:brightness(0.98);
  text-decoration:none;
}

/* ラッパー */
.bc-share{
  display:flex;
  flex-wrap:wrap;
  gap:.6rem;
}

/* ボタン */
.bc-share__btn{
  display:inline-flex;
  align-items:center;
  gap:.5em;
  padding:.55em .9em;
  border-radius:9999px;
  font-size:.95rem;
  font-weight:700;
  text-decoration:none;
  border:1px solid rgba(0,0,0,.08);
  background:#f6f7f8;
  color:#222;
  line-height:1;
}
.bc-share__btn:hover{ filter:brightness(.97); text-decoration:none; }

/* アイコンの見た目を少し大きく */
.bc-share__btn i{ font-size:1.05em; }

/* 各ブランド色（必要に応じて調整OK） */
.bc-share__btn.is-line{ background:#00c300; color:#fff; border-color:#00c300; }
.bc-share__btn.is-x{ background:#000; color:#fff; border-color:#000; }
.bc-share__btn.is-threads{ background:#fff; color:#111; border-color:#ddd; }
.bc-share__btn.is-facebook{ background:#1877f2; color:#fff; border-color:#1877f2; }



/* サイドバーの安全装備 */
.l-sidebar { overflow: hidden; }

/* 広告・画像・iframe はみ出し防止 */
.l-sidebar .ad-box,
.l-sidebar .adsbygoogle { display:block; width:100% !important; }

.l-sidebar img,
.l-sidebar iframe,
.l-sidebar ins,
.l-sidebar .ad-box * {
  max-width:100% !important;
  box-sizing:border-box;
}

/* 稀にインラインで固定幅が入る広告への保険 */
.l-sidebar [style*="width:300px"],
.l-sidebar [style*="width:336px"],
.l-sidebar [style*="width:728px"] {
  width:100% !important;
}



