@charset "UTF-8";

.widget_instagram01 .nomore{
	text-align: center;
	padding: 20px 20px 0;
	width: 100%;
}
.widget_instagram01 .wrapper_item{
}
.widget_instagram01.loadingjson .wrapper_item{
	transition: 0.3s ease-in-out;
	padding-bottom: 40px;
}
.widget_instagram01 .inner_item{
	transition: 0.5s ease-in-out;
	opacity: 1;
}
.widget_instagram01 .inner_item.hide{
	opacity: 0;
}
.widget_instagram01 .popup{
	background: none;
	width: 100%;
	height: 0;
	position: relative;
	pointer-events: none;
	opacity: 0;
	transition: 0.3s ease-in-out;
}
.widget_instagram01.loadingjson .popup{
	opacity: 1;
}
.widget_instagram01 .popup .loader{
	width: 20px;
	height: 20px;
	top: -18px;
	left: calc(50% - 10px);
}

/*--基本--*/

.widget_instagram01.width_full .content_wrapper{
	padding-left: 0;
	padding-right: 0;
}
.widget_instagram01.width_full .content_wrapper>.heading{
	width: calc(100% - (var(--i_padding, 20px)*2));
	margin-left: auto;
	margin-right: auto;
}
.widget_instagram01 .wrapper_item{
	width: 100%;
}
.widget_instagram01 .inner_item span{
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
.widget_instagram01 .inner_item a{
	transition: 0.2s;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.widget_instagram01 .inner_item:not(.addinfo) a:hover{
	opacity: 0.8;
}
.widget_instagram01 .inner_item img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
	transform: scale(1.001);
}
.widget_instagram01 .inner_item.addinfo a:hover img{
	filter: blur(3px);
	transform: scale(1.05);
}
.widget_instagram01 .inner_item.addinfo a>div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: rgba(0,0,0,0.6);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.3s;
	box-sizing: border-box;
	padding: 20px;
}
.widget_instagram01 .inner_item.addinfo a:hover>div{
	opacity: 1;
}
.widget_instagram01 .inner_item.addinfo a>div *{
	color: #fff;
}
.widget_instagram01 .inner_item.addinfo a>div ul,
#insta_pop .popimgwrap .i_txt ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: stretch;
	justify-content: center;
}
#insta_pop .popimgwrap .i_txt ul{
	justify-content: flex-start;
	padding: 12px;
	box-sizing: border-box;
	width: auto;
}
.widget_instagram01 .inner_item.addinfo a>div ul li,
#insta_pop .popimgwrap .i_txt ul li{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.5;
	font-size: 1.45rem;
	max-width: 67px;
	padding: 0 5px;
	box-sizing: border-box;
}
.widget_instagram01 .inner_item.addinfo a>div svg,
#insta_pop .popimgwrap .i_txt ul li svg{
	fill: #fff;
	display: inline-block;
	width: 15px;
	height: 15px;
	transform: translateY(1px);
	margin-right: 5px;
}
#insta_pop .popimgwrap .i_txt ul li svg{
	fill: #000;
}
.widget_instagram01 .inner_item.addinfo a>div ul li+li svg,
#insta_pop .popimgwrap .i_txt ul li+li svg{
	width: 18px;
	height: 18px;
	transform: translateY(1px);
}
.widget_instagram01 .inner_item.addinfo a>div p{
	line-height: 1.5;
	font-size: 1.45rem;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	width: 100%;
}
.widget_instagram01 .inner_item.addinfo a>div ul+p{
	padding-top: 5px;
}
.widget_instagram01 .contents_btn01{
	width: 100%;
	padding: 30px var(--i_padding, 20px) 0;
	margin: 0 auto;
	box-sizing: border-box;
}
.widget_instagram01 .contents_btn01 .content_wrapper{
	padding-left: 0;
	padding-right: 0;
}
@media screen and (max-width: 1200px){
	.widget_instagram01 .inner_item.addinfo a>div p{
		-webkit-line-clamp: 3;
	}
}
@media screen and (max-width: 1000px){
	.widget_instagram01 .inner_item.addinfo a>div{
		padding: 10px;
	}
	.widget_instagram01 .inner_item.addinfo a>div p{
		-webkit-line-clamp: 2;
	}
}
@media screen and (max-width: 768px){
	.widget_instagram01 .inner_item.addinfo a>div{
		padding: 5px;
	}
	.widget_instagram01 .inner_item.addinfo a>div p{
		display: none;
	}
}

/*--insta_pop--*/

#insta_pop .popimgwrap{
	display: inline-flex;
	align-items: stretch;
	justify-content: space-between;
	background: #fff;
	max-height: 90vh;
	max-width: calc(100vw - 128px);
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	overflow: hidden;
	min-height: 480px;
}
#insta_pop .popimgwrap .slide{
	aspect-ratio: 1;
	width: calc(100% - 405px);
	max-width: 90vh;
	min-width: 50%;
	overflow: hidden;
	display: flex;
	align-items: stretch;
	position: relative;
}
#insta_pop .popimgwrap .slide .slick-list{
	width: 100%;
	display: flex;
	align-items: stretch;
}
#insta_pop .popimgwrap .slide .slick-track{
	display: flex;
}
#insta_pop .popimgwrap .slide .slick-slide{
	display: flex;
	align-items: center;
	background: #000;
}
#insta_pop .popimgwrap .slide img,
#insta_pop .popimgwrap .slide video{
	margin: 0;
	max-height: none;
	box-shadow: none;
	aspect-ratio: 1;
	width: 100%;
	object-fit: contain;
	cursor: auto;
	min-height: 480px;
	background: transparent;
}
#insta_pop .popimgwrap .i_txt{
	width: 405px;
	max-width: 50%;
	background: #fff;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
	position: relative;
	border-left: 1px solid #eee;
	box-sizing: border-box;
}
#insta_pop .insta_nav li.disabled,
#insta_pop .insta_nav:has(li.insta_prev.disabled):before,
#insta_pop .insta_nav:has(li.insta_next.disabled):after{
	display: none;
}
#insta_pop .popimgwrap .slide .slick-arrow,
#insta_pop .insta_nav li{
	position: absolute;
	top: calc(50% - 12.5px);
	left: 15px;
	z-index: 2;
	text-indent: -10000px;
	border: none;
	width: 25px;
	height: 25px;
	background: rgba(255,255,255,0.7);
	border-radius: 100px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	cursor: pointer;
}
#insta_pop .popimgwrap .slide .slick-arrow.slick-next,
#insta_pop .insta_nav li.insta_next{
	left: auto;
	right: 15px;
}
#insta_pop .popimgwrap .slide .slick-arrow.slick-disabled,
#insta_pop .popimgwrap .slide:has(.slick-prev.slick-disabled):before,
#insta_pop .popimgwrap .slide:has(.slick-next.slick-disabled):after{
	display: none !important;
}
#insta_pop .popimgwrap .slide:has(.slick-arrow):before,
#insta_pop .popimgwrap .slide:has(.slick-arrow):after,
#insta_pop .insta_nav:before,
#insta_pop .insta_nav:after{
	content: "";
	width: 7px;
	height: 7px;
	border-left: 3px solid rgba(0,0,0,0.17);
	border-bottom: 3px solid rgba(0,0,0,0.17);
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 4.5px);
	left: 24px;
	display: block;
	pointer-events: none;
	z-index: 3;
}
#insta_pop .insta_nav:before,
#insta_pop .insta_nav:after{
	border-color: rgba(0,0,0,0.5);
}
#insta_pop .popimgwrap .slide:has(.slick-arrow):after,
#insta_pop .insta_nav:after{
	left: auto;
	right: 24px;
	transform: rotate(225deg);
}
#insta_pop .popimgwrap .slide .slick-dots{
	position: absolute;
	bottom: 10px;
	left: 15px;
	width: calc(100% - 30px);
	display: flex !important;
	align-items: center;
	justify-content: center;
}
#insta_pop .popimgwrap .slide .slick-dots li{
	display: block;
	width: 6px;
	height: 6px;
	background: rgba(255,255,255,0.3);
	overflow: hidden;
	border-radius: 100px;
	cursor: pointer;
	margin: 0 3px 4px;
}
#insta_pop .popimgwrap .slide .slick-dots li.slick-active{
	background-color: #fff;
}
#insta_pop .popimgwrap .slide .slick-dots li button{
	opacity: 0;
}
#insta_pop .popimgwrap .i_head{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	word-break: break-all;
	padding: 12px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
}
#insta_pop .popimgwrap .i_head>div{
	width: 40px;
	margin-right: 12px;
}
#insta_pop .popimgwrap .i_head>div img{/*icon*/
	display: block;
	border-radius: 100px;
	overflow: hidden;
}
#insta_pop .popimgwrap .i_head>p{
	width: calc(100% - 58px);
}
#insta_pop .popimgwrap .i_head>p span{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#insta_pop .popimgwrap .i_head>p span a:hover{
	opacity: 0.7;
}
#insta_pop .popimgwrap .i_body{
	padding: 12px;
	overflow: auto;
	box-sizing: border-box;
}
#insta_pop .popimgwrap .i_foot{
	width: 100%;
	border-top: 1px solid #eee;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#insta_pop .popimgwrap .i_foot>a{
	display: block;
	font-size: 1.2rem;
	opacity: 0.7;
	text-align: right;
	padding: 10px 12px 10px 12px;
}
#insta_pop .popimgwrap .i_foot>a:first-child{
	margin-left: auto;
}
#insta_pop .popimgwrap .i_foot>a:hover{
	opacity: 0.5;
}
#insta_pop .popimgwrap:not(:has(.i_head)) .slide{
	width: 100%;
}
#insta_pop .popimgwrap:not(:has(.i_head)) .i_txt{
	position: static;
	width: 0;
	border: none;
}
#insta_pop .popimgwrap:not(:has(.i_head)) .i_txt .i_foot{
	border: none;
	height: 100%;
	opacity: 0;
	background: rgba(0,0,0,0.5);
	transition: 0.2s;
	pointer-events: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute !important;
}
#insta_pop .popimgwrap:not(:has(.i_head)):hover .i_txt .i_foot{
	opacity: 1;
}
#insta_pop .popimgwrap:not(:has(.i_head)) .i_txt .i_foot>ul{
	color: #fff;
	pointer-events: auto;
	margin: 10px 0;
	padding: 0;
}
#insta_pop .popimgwrap:not(:has(.i_head)) .i_txt .i_foot>ul li svg{
	fill: #fff;
}
#insta_pop .popimgwrap:not(:has(.i_head)) .i_txt .i_foot>a{
	margin: 0 0 10px;
	padding: 0;
	color: #fff;
	pointer-events: auto;
	opacity: 1;
	font-size: 1.3rem;
}
@media screen and (max-width: 768px){
	#insta_pop .popimgwrap{
		display: inline-block;
		border-top-right-radius: 0;
		width: 50vh;
		max-width: calc(100vw - 85px);
		min-height: 0;
		overflow: visible;
	}
	#insta_pop .popimgwrap .slide{
		width: 100%;
		aspect-ratio: inherit;
	}
	#insta_pop .popimgwrap .slide img,
	#insta_pop .popimgwrap .slide video{
		min-height: 0;
		max-height: 50vh;
	}
	#insta_pop .popimgwrap .slide .slick-arrow,
	#insta_pop .insta_nav li{
		left: 10px;
	}
	#insta_pop .popimgwrap .slide .slick-arrow.slick-next,
	#insta_pop .insta_nav li.insta_next{
		left: auto;
		right: 10px;
	}
	#insta_pop .popimgwrap .slide:has(.slick-arrow):before,
	#insta_pop .popimgwrap .slide:has(.slick-arrow):after,
	#insta_pop .insta_nav:before,
	#insta_pop .insta_nav:after{
		left: 19px;
	}
	#insta_pop .popimgwrap .slide:has(.slick-arrow):after,
	#insta_pop .insta_nav:after{
		left: auto;
		right: 19px;
	}
	#insta_pop .popimgwrap .i_txt{
		border-top: 1px solid #eee;
		width: 100%;
		max-width: none;
		border-left: none;
		overflow: auto;
		max-height: calc(90vh - 50vh);
	}
	#insta_pop .popimgwrap .i_body{
		height: auto !important;
		overflow: visible;
	}
	#insta_pop .popimgwrap .i_foot{
		position: static;
	}
	#insta_pop .popimgwrap:not(:has(.i_head)) .i_txt .i_foot{
		bottom: auto;
		top: calc(100% + 15px);
		height: auto;
		opacity: 1;
		background: transparent;
	}
	#insta_pop .popimgwrap:not(:has(.i_head)) .i_txt .i_foot>ul{
		margin: 0 0 5px;
	}
}

/*--add_design1--*/

.widget_instagram01.add_design1 .content_wrapper{
	text-align: center;
}
.widget_instagram01.add_design1 .wrapper_item{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
	max-width: 2400px;
}
.widget_instagram01.add_design1 .inner_item{
	width: 16.6666%;
	max-width: 400px;
}
.widget_instagram01.add_design1 .inner_item:nth-of-type(1):nth-last-of-type(1){
	width: 100%;
	margin: 0 auto;
}
.widget_instagram01.add_design1 .inner_item:nth-of-type(1):nth-last-of-type(2),
.widget_instagram01.add_design1 .inner_item:nth-of-type(2):nth-last-of-type(1){
	width: 50%;
}
.widget_instagram01.add_design1 .inner_item:nth-of-type(1):nth-last-of-type(3),
.widget_instagram01.add_design1 .inner_item:nth-of-type(2):nth-last-of-type(2),
.widget_instagram01.add_design1 .inner_item:nth-of-type(3):nth-last-of-type(1){
	width: 33.333%;
}
.widget_instagram01.add_design1 .inner_item:nth-of-type(1):nth-last-of-type(4),
.widget_instagram01.add_design1 .inner_item:nth-of-type(2):nth-last-of-type(3),
.widget_instagram01.add_design1 .inner_item:nth-of-type(3):nth-last-of-type(2),
.widget_instagram01.add_design1 .inner_item:nth-of-type(4):nth-last-of-type(1){
	width: 25%;
}
.widget_instagram01.add_design1 .inner_item:nth-of-type(1):nth-last-of-type(5),
.widget_instagram01.add_design1 .inner_item:nth-of-type(2):nth-last-of-type(4),
.widget_instagram01.add_design1 .inner_item:nth-of-type(3):nth-last-of-type(3),
.widget_instagram01.add_design1 .inner_item:nth-of-type(4):nth-last-of-type(2),
.widget_instagram01.add_design1 .inner_item:nth-of-type(5):nth-last-of-type(1){
	width: 20%;
}
.widget_instagram01.add_design1 .inner_item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
@media screen and (max-width: 500px){
	.widget_instagram01.add_design1 .inner_item{
		width: 33.333%;
	}
}