@charset "utf-8";

.keyVisual_content .innerBox .figure{
	background: url("../img/keyvisual.webp") no-repeat center 84% / cover;
}

.keyVisual_content .keyVisual_title span::before{
	background: url("../img/p_social.png") no-repeat center top / contain;
	max-width: 147px;
	width: 100%;
	aspect-ratio: 147 / 107;
}

#mainBlock .page_title{
	text-align: center;
	margin-top: 0;
	margin-bottom: 40px;
}

#mainBlock .lead{
	font-size: 18px;
	line-height: 1.889;
}

#mainBlock .lead + .lead{
	margin-top: 1em;
}

[id^="sec_"]{
	padding: 100px 0;
	border-bottom: solid 1px #000;
}
[id^="sec_"]:last-child{
	border-bottom: none;
}

a.btn {
	margin: 0 auto;
	max-width: 260px;
	height: 50px;
	background-color: #000;
	color: #fff;
	font-size: 16px;
}

.channelLink {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0 0 30px;
}

.channelLink span {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid #ccc;
	overflow: hidden;
}

.channelLink a.btn {
	margin: 0 0 0 15px;
	width: 260px;
}

.channelLink .txtBox {
	position: relative;
	background: #fff;
	border: solid 1px #000;
	border-radius: 10px;
	margin: 0 0 0 30px;
	padding: 20px;
	width: calc(100% - 390px);
	text-align: left;
}

.channelLink .txtBox::before,
.channelLink .txtBox::after {
	content: "";
	position: absolute;
	border-style: solid;
}

.channelLink .txtBox::before {
	top: 41%;
	right: 100%;
	border-width: 9px 21px 9px 0;
	border-color: transparent #000 transparent transparent;
}

.channelLink .txtBox::after {
	top: calc(41% + 1px);
	right: 100%;
	margin-right: -1px;
	border-width: 8px 20px 8px 0;
	border-color: transparent #fff transparent transparent;
}

.container1>.movArea {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.container1>.movArea>.movLeft,
.container1>.movArea>.movRight {
	width: calc((100% - 50px) / 2);
}

.container1>.movArea .movTitle {
	text-align: left;
	font-size: 2.4rem;
}

.container1>.movArea .movTxt {
	text-align: justify;
}

.container1>.movArea .chapterBtn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.container1>.movArea .chapterBtn li {
	width: calc((100% - 20px) / 2);
	margin: 0 0 5px;
	text-align: left;
}

.container1>.movArea .chapterBtn li a {
	display: block;
	border: 1px solid #000;
	border-radius: 30px;
	padding: 5px 5px 5px 30px;
	color: #000;
	transition: 0.2s all ease;
	position: relative;
}

.container1>.movArea .chapterBtn li a::after {
	content: '▶';
	font-size: 14px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.container1>.movArea .chapterBtn li a:hover {
	background: #000;
	color: #fff;
}

.container1>.movArea .movArea_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.container1>.movArea .movArea_inner>.movLeft,
.container1>.movArea .movArea_inner>.movRight {
	width: calc((100% - 30px) / 2);
	margin: 0 0 30px;
}

.container1>.movArea .movArea_inner .movTitle {
	font-size: 1.6rem;
	min-height: 5.0rem;
}

ul.snsList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.snsList li {
	border: 1px solid #000;
	border-radius: 10px;
	width: calc((100% - 80px) / 3);
	min-height: 300px;
	padding: 20px;
	background: #fff;
}

ul.snsList li figure {
	height: 60px;
	margin: 30px auto;
}

ul.snsList li figure img {
	height: 100%;
}

ul.snsList li h3.snsTitle {
	font-size: 2.0rem;
	text-align: center;
	margin: 10px auto;
	min-height: 9.5rem;
}

ul.snsList li p.snsLead {
	font-size: 1.6rem;
	text-align: justify;
}

ul.snsList li a.btn {
	margin: 30px auto 0;
}


@media screen and (max-width: 1024px){
	.keyVisual_content .keyVisual_title span{
		margin-left: 20px;
	}
	.keyVisual_content .keyVisual_title span::before{
		left: -0.2em;
	}

	.container1>.movArea {
		display: block;
	}

	.container1>.movArea>.movLeft,
	.container1>.movArea>.movRight {
		width: 100%;
		margin: 0 0 30px;
	}

	.container1>.movArea>.movLeft iframe,
	.container1>.movArea>.movRight iframe {
		max-width: 640px;
	}

	ul.snsList li {
		width: calc((100% - 40px) / 3);
		word-break: break-all;
	}

}
@media screen and (max-width: 768px){
	.keyVisual_content .keyVisual_title span{
		margin-left: 7.8125vw;
	}
	.keyVisual_content .keyVisual_title span::before{
		left: -5.599vw;
		width: 22%;
	}
	[id^="sec_"]{
		padding: 40px 0 50px;
	}
	.hd04{
		text-align: left;
	}
	#mainBlock .page_title{
		text-align: center;
		margin-bottom: 20px;
	}
	#mainBlock .lead{
		font-size: 16px;
		text-align: left;
	}

	.container1>.movArea .chapterBtn li {
		width: calc((100% - 5px) / 2);
	}

	.channelLink .txtBox {
		width: 100%;
		margin: 20px 0 0;
	}

	.channelLink .txtBox::before,
	.channelLink .txtBox::after {
		display: none;
	}

	ul.snsList {
		display: block;
	}

	ul.snsList li {
		width: 100%;
		margin: 0 0 20px;
	}

}

@media screen and (max-width: 480px) {
	.channelLink span {
		width: 56px;
		height: 56px;
	}

	.channelLink a.btn {
		width: calc(100% - 72px);
		max-width: none;
		margin: 0 0 0 10px;
	}

	.container1>.movArea .chapterBtn {
		font-size: 2.7vw;
		letter-spacing: -0.07em;
	}

	.container1>.movArea .movArea_inner .movTitle {
		min-height: auto;
		margin: 20px 0 5px;
	}

	.container1>.movArea>.movLeft iframe,
	.container1>.movArea>.movRight iframe {
		height: 52vw;
	}

	.container1>.movArea .movArea_inner {
		display: block;
	}

	.container1>.movArea .movArea_inner>.movLeft,
	.container1>.movArea .movArea_inner>.movRight {
		width: 100%;
	}
}


/* ------------------------------------------------------------------------ */

/*  動画・SNS一覧

/* ------------------------------------------------------------------------ */
#sec_social{
	background: #baf0a8 url("../img/bg.webp") no-repeat center top / 1600px;
}

#sec_social .container{
	background: #fff;
	border-radius: 10px;
	padding: 40px 40px 80px;
	max-width: 1200px;
	margin: 60px auto 0;
}

#sec_social .hd04{
	text-align: left;
}

#sec_social .container figure img{
	margin: 0 auto;
}

.scroll + figure{
	margin-top: 40px;
}

.fig-table{
	max-width: 860px;
	margin: 0 auto;
	width: 100%;
}

.fig-table figcaption{
	text-align: right;
	font-weight: 700;
	margin-top: 15px;
	transform: rotate(0.03deg)
}

@media screen and (max-width: 1024px){
	#sec_social{
		background-position: center -3.6vw;
		background-size: 140%;
	}
}
@media screen and (max-width: 768px){
	#sec_social .container{
		border-radius: 5px;
		margin-top: 30px;
		padding: 20px 20px 60px;
	}
	#sec_social .hd04{
		font-size: 26px;
	}

	#sec_social .container1 .fig-flow{
		min-width: 560px;
	}
	#sec_social .container2 .fig-flow{
		min-width: 392px;
	}
	.fig-table figcaption{
		font-size: 14px;
		text-align: center;
	}
}
@media screen and (max-width: 580px){
	#sec_social{
		background-position: -25vw -5.2vw;
		background-size: 216vw;
	}
}
