@charset "utf-8";

#socialEmbd {
	color: #333;
	box-sizing: border-box;
	min-height: 100vh
}
#socialEmbd * {
	color: #333;
	box-sizing: border-box;
}
#socialEmbd a {
	color: #333;
	text-decoration: none;
	border: none;
}

#socialNaviArea {
	margin: 5rem auto 0;
	padding: 0;
	width: 100%;
	max-width: 920px;
}
#socialNaviArea .tagTabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	box-sizing: border-box;
}
#socialNaviArea .tagTabs li a {
	display: block;
	margin: 0.75rem 0.75rem;
	padding: 1.25rem 3.5rem;
	font-size: 16px;
	line-height: 1;
	border: 1px solid #999;
	border-radius: 0.75rem;
	cursor: pointer;
}
#socialNaviArea .tagTabs li a:hover {
	color: #07519a;
}
#socialNaviArea .tagTabs li a.active {
	border: 1px solid #07519a;
	background-color: #07519a;
	color: #fff;
}
@media only screen and (max-width: 980px) {
	#socialNaviArea {
		margin: 4.5rem auto 0;
		max-width: auto;
	}
	#socialNaviArea .tagTabs li a {
		margin: 0.5rem 0.5rem;
		padding: 1.0rem 2.5rem;
	}
}
@media only screen and (max-width:768px) {
	#socialNaviArea {
		margin: 3.5rem auto 0;
	}
	#socialNaviArea .tagTabs li a {
		padding: 1.0rem 1.5rem;
		font-size: 15px;
	}
}
@media only screen and (max-width: 480px) {
	#socialNaviArea {
		margin: 2.5rem auto 0;
	}
	#socialNaviArea .tagTabs li a {
		padding: 0.75rem 1.25rem;
		border-radius: 0.5rem;
	}
}

#socialEmbd .tabs {
	width: 100%;
	margin: 0 0;
	box-sizing: border-box;
}
#socialEmbd .tabs .tab_buttons {
	position: relative;
	display: flex;
	justify-content: center;
	width: 50%;
	margin: 0 auto;
}
#socialEmbd .tabs .tab_buttons span {
	position: relative;
	display: block;
	font-size: 2.8rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	cursor: pointer;
	width: 50%;
	text-align: center;
	line-height: 1;
	padding-bottom: 3.5rem;
}
#socialEmbd .tabs .tab_buttons span::after {
	content: "";
	position: absolute;
	bottom: 1rem;
	left: 50%;
	border: 6px solid transparent;
	border-top: 6px solid #004ea2;
	transform: translateX(-50%) translateY(0);
}
#socialEmbd .tabs .tab_buttons span.active,
#socialEmbd .tabs .tab_buttons span.active i {
	color: #004ea2;
}
#tab_lamp {
	position: absolute;
	display: block;
	bottom: 0;
	width: 50%;
	height: 2px;
	background: #004ea2;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
#tab_lamp.instagram_tab {
	left: 0;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
#tab_lamp.tiktok_tab {
	left: 50%;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
}
#socialEmbd .tabs .tab_buttons::after {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #dedede;
	z-index: -1;
}
@media only screen and (max-width:768px) {


}
@media only screen and (max-width: 480px) {

	#socialEmbd .tabs .tab_buttons {
		width: 66.6%;
	}
	#socialEmbd .tabs .tab_buttons span {
		font-size: 1.6rem;
		padding-bottom: 3.0rem;
	}
	#socialEmbd .tabs .tab_buttons span i {
		display: block;
		margin: 0 auto 1rem;
		font-size: 3.6rem;
	}
}

#socialEmbdArea {
	margin-top: 2.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	box-sizing: border-box;
}
#socialEmbdArea .entry {
	display: none;
	position: relative;
	width: calc(95.5% / 4);
	margin: 1.5% 1.5%;
}
#socialEmbdArea .entry:nth-of-type(1n),
#socialEmbdArea .entry:nth-of-type(5n) {
	margin-left: 0;
}
#socialEmbdArea .entry:nth-of-type(4n) {
	margin-right: 0;
}
#socialEmbdArea .entry_inner {
	text-align: center;
}
#socialEmbdArea .entry_inner .photoArea {
	position: relative;
	display: block;
	width: 100%;
	height: 308px;
	/*height: calc( 80vw / 4 );
	max-height: 308px;*/
	background-color: #000;
	overflow: hidden;
	z-index: 1;
}
#socialEmbdArea .entry_inner .photoArea a {
	display: block;
	width: 100%;
	height: 100%;
}
#socialEmbdArea .entry_inner .photoArea a img,
#socialEmbdArea .entry_inner .photoArea a video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: none;
	transition: 0.7s all;
}
#socialEmbdArea .entry_inner .photoArea a:hover img,
#socialEmbdArea .entry_inner .photoArea a:hover video {
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	-ms-opacity: 0.5;
	opacity: 0.5;
	transform:scale(1.2, 1.2);
}
#socialEmbdArea .instagram_icon,
#socialEmbdArea .tiktok_icon {
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	width: 30px;
	height: 30px;
	z-index: 2;
}
#socialEmbdArea .instagram_icon::after {
	font-family: "Font Awesome 5 Brands";
	font-size: 24px;
	font-weight: normal;
	content: "\f16d";
	color: rgba(255, 255, 255, 1);
	display: block;
	width: 24px;
	height: 24px;
}
#socialEmbdArea .tiktok_icon::after {
	font-family: "Font Awesome 5 Brands";
	font-size: 24px;
	font-weight: normal;
	content: "\e07b";
	color: rgba(255, 255, 255, 1);
	display: block;
	width: 24px;
	height: 24px;
}
#socialEmbdArea .video_icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 42px;
	z-index: 3;
	transform: translateX(-50%) translateY(-50%);
}
#socialEmbdArea .video_icon::after {
	font-family: "Font Awesome 5 Free";
	font-size: 42px;
	font-weight: 900;
	content: "\f04b";
	color: rgba(255, 255, 255, 1);
	display: block;
	width: 42px;
	height: 42px;
}

#socialEmbdArea .modal_open {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 60;
}
@media only screen and (max-width:1280px) {
	#socialEmbdArea .entry_inner .photoArea {
		height: 280px;
		height: calc( 85vw / 4 );
		max-height: 280px;
	}
}

@media only screen and (max-width: 980px) {
	#socialEmbdArea .entry {
		width: calc(97% / 3);
		margin: 1.5% 1.5%;
	}
	#socialEmbdArea .entry:nth-of-type(1n),
	#socialEmbdArea .entry:nth-of-type(4n) {
		margin-left: 0;
		margin-right: 1.5%;
	}
	#socialEmbdArea .entry:nth-of-type(3n) {
		margin-right: 0;
	}
	#socialEmbdArea .entry_inner .photoArea {
		height: 290px;
		height: calc( 85vw / 3 );
		max-height: 290px;
	}
	#socialEmbdArea .video_icon {
		width: 36px;
		height: 36px;
	}
	#socialEmbdArea .video_icon::after {
		font-size: 36px;
		width: 36px;
		height: 36px;
	}
}
@media only screen and (max-width:768px) {
	#socialEmbdArea .video_icon {
		width: 32px;
		height: 32px;
	}
	#socialEmbdArea .video_icon::after {
		font-size: 32px;
		width: 32px;
		height: 32px;
	}
}
@media only screen and (max-width: 480px) {
	#socialEmbdArea .entry {
		width: 48.5%;
		margin: 1.5% 1.5%;
	}
	#socialEmbdArea .entry:nth-child(odd) {
		margin-left: 0 !important;
		margin-right: 1.5% !important;
	}
	#socialEmbdArea .entry:nth-child(even) {
		margin-left: 1.5% !important;
		margin-right: 0 !important;
	}
	#socialEmbdArea .entry:nth-of-type(3n) {
		margin-right: 0;
	}
	#socialEmbdArea .entry_inner .photoArea {
		height: 210px;
		height: calc( 85vw / 2 );
		max-height: 210px;
	}
	#socialEmbdArea .instagram_icon,
	#socialEmbdArea .tiktok_icon {
		top: 6px;
		left: 6px;
		width: 20px;
		height: 20px;
	}
	#socialEmbdArea .instagram_icon::after {
		font-size: 18px;
		width: 18px;
		height: 18px;
	}
	#socialEmbdArea .tiktok_icon::after {
		font-size: 18px;
		width: 18px;
		height: 18px;
	}
	#socialEmbdArea .video_icon {
		width: 28px;
		height: 28px;
	}
	#socialEmbdArea .video_icon::after {
		font-size: 28px;
		width: 28px;
		height: 28px;
	}
}

/*--------------------------------------------
モーダルウィンドウ
--------------------------------------------*/
.snsEmb_modal_overlay {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 699;
	background-color: rgba(0, 0, 0, 0.85);
}
#modalEmbdArea .modal_wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 700;
}
#modalEmbdArea .modal_wrapper .modal_content {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 77.5vw;
	max-width: 820px;
	height: calc(100vh * 0.7);
	max-height: 780px;
	background: #fff;
	transform: translateX(-50%)  translateY(-50%);
	border-radius: 1rem;
	padding: 1.5rem;
	box-sizing: border-box;
	z-index: 702;
}
#modalEmbdArea .modal_wrapper .modal_content_inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 703;
}
#modalEmbdArea .modal_wrapper .modal_emb {
	margin: 0 auto;
	padding: 0;
	width: 62.5%;
	height: auto;
	min-height: 400px;
	overflow-y: scroll;
}
#modalEmbdArea .modal_wrapper .modal_emb .instagram_emb_view,
#modalEmbdArea .modal_wrapper .modal_emb .tiktok_emb_view {
	overflow-x: hidden;
}
#modalEmbdArea .modal_wrapper .modal_emb .instagram_emb_view .instagram-media,
#modalEmbdArea .modal_wrapper .modal_emb .tiktok_emb_view .tiktok-embed {
	position: relative;
	width: 100% !important;
	min-width: 100% !important;
	margin: 0 !important;
	border: none !important;
}
#modalEmbdArea .modal_wrapper .modal_emb .tiktok_emb_view .tiktok-embed img {
	display: block;
	width: 100%;
	height: auto;
}
#modalEmbdArea .modal_wrapper .modal_emb .tiktok_emb_view .tiktok-embed .video_icon {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 42px;
	transform: translateX(-50%) translateY(-50%);
}
#modalEmbdArea .modal_wrapper .modal_emb .tiktok_emb_view .tiktok-embed .video_icon::after {
	font-family: "Font Awesome 5 Free";
	font-size: 42px;
	font-weight: 900;
	content: "\f04b";
	color: rgba(255, 255, 255, 1);
	position: absolute;
	display: block;
	width: 42px;
	height: 42px;
	z-index: 13;
}
#modalEmbdArea .modal_wrapper .modal_text {
	width: 37.5%;
	height: 100%;
	padding: 1.5rem;
	font-size: 1.5rem;
	overflow-y: auto;
	overflow-x: hidden;
	text-align: left;
}
#modalEmbdArea .modal_wrapper .modal_userArea {
	width: 100%;
	display: flex;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #ccc;
}
#modalEmbdArea .modal_wrapper .modal_userArea figure {
	width: 60px;
	height: 60px;
}
#modalEmbdArea .modal_wrapper .modal_userArea figure img {
	width:100%;
	height: auto;
	border-radius: 50%;
	object-fit: cover;
}
#modalEmbdArea .modal_wrapper .modal_userArea dl {
	width:100%;
	height: auto;
	margin-left: 1.25rem;
	margin-bottom : 0;
}
#modalEmbdArea .modal_wrapper .modal_userArea dl dt {
	font-size: 1.75rem;
	font-weight: 700;
}
#modalEmbdArea .modal_wrapper .modal_userArea dl dd {
	margin-top: 1rem;
	font-size: 1.3rem;
	font-weight: 400;
}
#modalEmbdArea .modal_wrapper .modal_mess {
	line-height: 1.5;
}
#modalEmbdArea .modal_wrapper .modal_mess .tag {
	color: #007cc5;
}
#modalEmbdArea .modal_wrapper .modal_date {
	margin-top: 1rem;
	padding-top: 1rem;
	text-align: right;
	font-size: 1.3rem;
	border-top: solid 1px #ccc;
}
#modalEmbdArea .modal_wrapper .modal_comment {
	margin-top: 1rem;
	padding-top: 1rem;
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.5;
	border-top: solid 1px #ccc;
	overflow-wrap: break-word;
}
#modalEmbdArea .modal_wrapper .modal_comment a {
	text-decoration: underline;
	color: #004ea2
}
#modalEmbdArea .modal_wrapper .modal_comment a:hover {
	text-decoration: none;
}
@media only screen and (max-width:768px) {
	#modalEmbdArea .modal_wrapper .modal_content {
		width: 60vw;
		height: 75vh;
		max-height: 700px;
		border-radius: 0.75rem;
		padding: 1rem;
	}
	#modalEmbdArea .modal_wrapper .modal_content_inner {
		display: block;
		overflow-y: auto;
	}
	#modalEmbdArea .modal_wrapper .modal_emb {
		width: auto;
		height: auto;
		min-height: auto;
	}
	#modalEmbdArea .modal_wrapper .modal_text {
		width: auto;
		height: auto;
		padding: 1.0rem;
		font-size: 1.5rem;
	}
}
@media only screen and (max-width: 480px) {
	#modalEmbdArea .modal_wrapper .modal_content {
		width: 70vw;
		height: 70vh;
		max-height: auto;
		padding: 0.5rem;
	}
	#modalEmbdArea .modal_wrapper .modal_emb .TikTok_emb_view .tiktok-embed {
		max-height: 400px;
	}
	#modalEmbdArea .modal_wrapper .modal_emb .TikTok_emb_view .tiktok-embed img {
		object-fit: cover;
	}
	#modalEmbdArea .modal_wrapper .modal_text {
		font-size: 1.4rem;
	}
	#modalEmbdArea .modal_wrapper .modal_userArea {
		margin-top: 0.5rem;
		margin-bottom: 1.0rem;
	}
	#modalEmbdArea .modal_wrapper .modal_userArea figure {
		width: 48px;
		height: 48px;
	}
	#modalEmbdArea .modal_wrapper .modal_userArea dl {
		margin-left: 0.75rem;
	}
	#modalEmbdArea .modal_wrapper .modal_userArea dl dt {
		font-size: 1.5rem;
	}
	#modalEmbdArea .modal_wrapper .modal_userArea dl dd {
		margin-top: 0.75rem;
		font-size: 1.2rem;
	}
	#modalEmbdArea .modal_wrapper .modal_date {
		margin-top: 0.75rem;
		padding-top: 0.75rem;
		font-size: 1.2rem;
	}
	#modalEmbdArea .modal_wrapper .modal_comment {
		margin-top: 0.75rem;
		padding-top: 0.75rem;
		font-size: 1.4rem;
	}
}

#modalEmbdArea .modal_close {
	display: block;
	position: absolute;
	top: -40px;
	right: 0;
	width: 38px;
	height: 38px;
	color: #fff;
	cursor: pointer;
	z-index: 703;
	opacity: 1;
}
#modalEmbdArea .modal_close:hover {
	color: #fff;
	opacity: 0.5;
}
#modalEmbdArea .modal_close::after {
	font-family: "Font Awesome 5 Free";
	font-size: 36px;
	font-weight: 900;
	content: "\f057";
}
#modalEmbdArea .modal_change {
	display: block;
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: 42px;
	height: 42px;
	transform: translateY(-50%);
	opacity: 1;
	z-index: 704;
}
#modalEmbdArea .modal_change:hover {
	opacity: 0.5;
}
#modalEmbdArea .modal_change.prev {
	left: -48px;
	text-align: center;
}
#modalEmbdArea .modal_change.prev::after {
	font-family: "Font Awesome 5 Free";
	font-size: 42px;
	font-weight: 900;
	content: "\f104";
	color: #fff;
	line-height: 1;
}
#modalEmbdArea .modal_change.next {
	right: -48px;
	text-align: center;
}
#modalEmbdArea .modal_change.next::after {
	font-family: "Font Awesome 5 Free";
	font-size: 42px;
	font-weight: 900;
	content: "\f105";
	color: #fff;
	line-height: 1;
}

@media only screen and (max-width:768px) {
	#modalEmbdArea .modal_close {
		top: -38px;
		width: 36px;
		height: 36px;
	}
	#modalEmbdArea .modal_close::after {
		font-size: 34px;
	}
	#modalEmbdArea .modal_change {
		width: 40px;
		height: 40px;
	}
	#modalEmbdArea .modal_change.prev {
		left: -44px;
	}
	#modalEmbdArea .modal_change.prev::after {
		font-size: 40px;
	}
	#modalEmbdArea .modal_change.next {
		right: -44px;
	}
	#modalEmbdArea .modal_change.next::after {
		font-size: 40px;
	}
}
@media only screen and (max-width: 480px) {
	#modalEmbdArea .modal_close {
		top: -36px;
		width: 34px;
		height: 34px;
	}
	#modalEmbdArea .modal_close::after {
		font-size: 32px;
	}
	#modalEmbdArea .modal_change {
		width: 38px;
		height: 38px;
	}
	#modalEmbdArea .modal_change.prev {
		left: -42px;
	}
	#modalEmbdArea .modal_change.prev::after {
		font-size: 38px;
	}
	#modalEmbdArea .modal_change.next {
		right: -42px;
	}
	#modalEmbdArea .modal_change.next::after {
		font-size: 38px;
	}
}



#socialEmbd .loader,
#socialEmbd .loader:before,
#socialEmbd .loader:after {
	border-radius: 50%;
	width: 1.75rem;
	height: 1.75rem;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}
#socialEmbd .loader {
	color: #666;
	font-size: 10px;
	margin: 5rem auto;
	position: relative;
	text-indent: -9999rem;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
#socialEmbd .loader:before,
#socialEmbd .loader:after {
	content: '';
	position: absolute;
	top: 0;
}
#socialEmbd .loader:before {
	left: -3.5rem;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
#socialEmbd .loader:after {
	left: 3.5rem;
}
@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5rem 0 -1.3rem;
	}
	40% {
		box-shadow: 0 2.5rem 0 0;
	}
}
@keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5rem 0 -1.3rem;
	}
	40% {
		box-shadow: 0 2.5rem 0 0;
	}
}

@media only screen and (max-width: 480px) {
	#socialEmbd .loader,
	#socialEmbd .loader:before,
	#socialEmbd .loader:after {
		border-radius: 50%;
		width: 1.25rem;
		height: 1.25rem;
	}
}
