@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* 創始者 */
/* -------------------------------------------------- */
#secretstory1 {
	padding: 100px 5% 100px 0;
	margin-bottom: 100px;
	background: #122c58;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#talkTitWrap {
	width: 30%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#talkTit  {
	padding: 0 30px;
	border-left: 1px #3565b6 solid;
	border-right: 1px #3565b6 solid;
	color: #FFF;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 4rem;
}

#talkTit::before  {
	content: "";
	padding-bottom: 20px;
	width: 134px;
	height: 62px;
	background: url(../../img/secretstory/secretstory_bg.svg) 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
}

#talkTit::after  {
	content: "";
	padding-top: 20px;
	width: 134px;
	height: 62px;
	background: url(../../img/secretstory/secretstory_bg.svg) 0 0 no-repeat;
	display: inline-block;
	vertical-align: middle;
}

#talkTit span  {
	display: inline-block;
	vertical-align: middle;
}

#talkImg {
	width: 70%;
}

#talkImg img {
	width: 100%;
	height: auto;
}

/* 秘話詳細 */
/* -------------------------------------------------- */
#secretstory2 {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 140px;
}

.story {
	padding-bottom: 100px;
}

.storyTit {
	padding-bottom: 20px;
	margin-bottom: 40px;
	font-size: 4rem;
	font-weight: bold;
	border-bottom: 5px #122c58 solid;
	color: #122c58;
}

.story1::before {
	content: "STORY1";
	display: block;
	font-size: 1.8rem;
	color: #122c58;
	letter-spacing: 0.2em;
}

.story2::before {
	content: "STORY2";
	display: block;
	font-size: 1.8rem;
	color: #122c58;
	letter-spacing: 0.2em;
}

.story3::before {
	content: "STORY3";
	display: block;
	font-size: 1.8rem;
	color: #122c58;
	letter-spacing: 0.2em;
}

.story4::before {
	content: "STORY4";
	display: block;
	font-size: 1.8rem;
	color: #122c58;
	letter-spacing: 0.2em;
}

.story5::before {
	content: "STORY5";
	display: block;
	font-size: 1.8rem;
	color: #122c58;
	letter-spacing: 0.2em;
}

.story6::before {
	content: "STORY6";
	display: block;
	font-size: 1.8rem;
	color: #122c58;
	letter-spacing: 0.2em;
}

.storyContent {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.storyContent .img {
	width: 50%;
}

.storyContent .img img {
	width: 100%;
	height: auto;
}

.storyContent .txt {
	width: 50%;
	padding: 0 5%;
	font-size: 1.6rem;
}

.storyContent .txt p {
	padding-bottom: 1em;
}

.anno {
	padding: 30px;
	border: 1px #dcdcdc solid;
	font-size: 1.3rem;
}

.anno li {
	padding-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.anno li:last-child {
	padding-bottom: 0;
}

.anno li .tit {
	white-space: nowrap;
}

#secretstory3 {
	padding: 100px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#secretstory3 img {
	width: 100%;
	height: auto;
}



/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#secretstory1 {
		padding: 50px 5%;
		margin-bottom: 80px;
		background: #122c58;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	#talkTitWrap {
		width: 30%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	#talkTit  {
		padding: 0 10px;
		border-left: 1px #3565b6 solid;
		border-right: 1px #3565b6 solid;
		color: #FFF;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-size: 2rem;
	}

	#talkTit::before  {
		content: "";
		padding-bottom: 20px;
		width: 70px;
		height: 30px;
		background: url(../../img/secretstory/secretstory_bg.svg) 0 0 no-repeat;
		display: inline-block;
		vertical-align: middle;
		-webkit-background-size: contain;
		background-size: contain;
	}

	#talkTit::after  {
		content: "";
		margin-top: 20px;
		padding-top: 0;
		width: 70px;
		height: 30px;
		background: url(../../img/secretstory/secretstory_bg.svg) 0 0 no-repeat;
		display: inline-block;
		vertical-align: middle;
		-webkit-background-size: contain;
		background-size: contain;
	}

	#talkTit span  {
		display: inline-block;
		vertical-align: middle;
	}

	#talkImg {
		width: 70%;
		padding: 0 10px;
	}

	#talkImg img {
		width: 100%;
		height: auto;
	}
	
	/* 秘話詳細 */
	/* -------------------------------------------------- */
	#secretstory2 {
		width: 100%;
		margin: 0 auto;
		padding: 0 5%;
	}

	.story {
		padding-bottom: 80px;
	}

	.storyTit {
		padding-bottom: 10px;
		margin-bottom: 30px;
		font-size: 2.4rem;
		font-weight: bold;
		border-bottom: 5px #122c58 solid;
		color: #122c58;
	}

	.story1::before {
		content: "STORY1";
		display: block;
		font-size: 1.4rem;
		color: #122c58;
		letter-spacing: 0.2em;
	}

	.story2::before {
		content: "STORY2";
		display: block;
		font-size: 1.4rem;
		color: #122c58;
		letter-spacing: 0.2em;
	}

	.story3::before {
		content: "STORY3";
		display: block;
		font-size: 1.4rem;
		color: #122c58;
		letter-spacing: 0.2em;
	}

	.story4::before {
		content: "STORY4";
		display: block;
		font-size: 1.4rem;
		color: #122c58;
		letter-spacing: 0.2em;
	}

	.story5::before {
		content: "STORY5";
		display: block;
		font-size: 1.4rem;
		color: #122c58;
		letter-spacing: 0.2em;
	}

	.story6::before {
		content: "STORY6";
		display: block;
		font-size: 1.4rem;
		color: #122c58;
		letter-spacing: 0.2em;
	}

	.storyContent {
		display: block;
	}
	
	.storyContent .img {
		width: 100%;
		margin-bottom: 15px;
	}

	.storyContent .img img {
		width: 100%;
		height: auto;
	}

	.storyContent .txt {
		width: 100%;
		padding: 0;
		font-size: 1.6rem;
	}

	#secretstory3 {
		padding: 30px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
/*
		background: url(../../img/secretstory/secretstory_img11.jpg) center 0 no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
*/
	}
	
	#secretstory3 .img {
		width: 40%;
	}
	
	#secretstory3 .img img {
		width: 100%;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {

}