/* ------------------------------
 width: all
------------------------------ */
body {
	background-position: top 0 center;
	background-image: url(../../../images/bg_pp.webp);
}

main section.ttlsection .wrapper {
	background-image: url(../../../images/bg_ttl_pd.webp);
}

main section.s01 {
	padding: 100px 30px 0;
}

main section.s01 .wrapper {
	max-width: 1400px;
	margin: 0 auto;
}

main section.s01 .wrapper h3 {
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	color: #9e6bb2;
}

main section.s01 .wrapper .t01 {
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	line-height: 2.3;
	margin-top: 50px;
}

main section.s01 .wrapper .t02 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #9e6bb2;
	margin-top: 80px;
}

main section.s01 .wrapper .memberlist {
	max-width: 1280px;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
}

main section.s01 .wrapper .memberlist li {
	width: 33.3%;
	padding: 55px 15px 0;
	position: relative;
}

main section.s01 .wrapper .memberlist li .photo {
	width: 225px;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	border-radius: 1000px;
}

main section.s01 .wrapper .memberlist li .txtbox * {
	color: #9e6bb2;
}

main section.s01 .wrapper .memberlist li .txtbox .t03 {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 44px;
	line-height: 1;
	font-weight: 200;
}

/*
main section.s01 .wrapper .memberlist li .txtbox .t04 {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 15px;
}*/

main section.s01 .wrapper .memberlist li .txtbox .t05 {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 20px;
}

main section.s02 {
	padding: 100px 30px 0;
}

main section.s02 .wrapper {
	max-width: 1400px;
	margin: 0 auto;
}

main section.s02 .wrapper .storybox {
	max-width: 1200px;
	margin: 0 auto;
}

main section.s02 .wrapper .storybox+.storybox {
	margin-top: 120px;
}

main section.s02 .wrapper .storybox .story_ttl {
	display: flex;
	justify-content: space-between;
}

main section.s02 .wrapper .storybox .story_ttl dt {
	width: 130px;
	min-height: 180px;
	display: flex;
	align-items: center;
}

main section.s02 .wrapper .storybox .story_ttl dt p {
	color: #d4bddd;
	font-size: 86px;
	font-weight: bold;
	line-height: 1;
}

main section.s02 .wrapper .storybox .story_ttl dd {
	width: calc(100% - 130px);
	min-height: 180px;
	padding-left: 55px;
	display: flex;
	align-items: center;
	border-left: 1px solid #9e6bb2;
}

main section.s02 .wrapper .storybox .story_ttl dd p {
	width: 100%;
	font-size: 42px;
	font-weight: bold;
	color: #9e6bb2;
}

main section.s02 .wrapper .storybox .story_ttl dd p span {
	display: block;
	font-weight: 200;
}

main section.s02 .wrapper .storybox ul {
	max-width: 1000px;
	margin: 70px auto 0;
}

main section.s02 .wrapper .storybox ul li+li {
	margin-top: 65px;
}

main section.s02 .wrapper .storybox ul li dl {
	display: flex;
	justify-content: space-between;
}

main section.s02 .wrapper .storybox ul li dl dt {
	width: 100px;
}

main section.s02 .wrapper .storybox ul li dl dt img {
	width: 100%;
	display: block;
	border-radius: 100px;
}

main section.s02 .wrapper .storybox ul li dl dd {
	width: calc(100% - 100px);
	padding: 15px 0 0 40px;
	font-size: 20px;
	font-weight: 500;
	line-height: 2;
}

main section.s02 .wrapper .storybox .msgbnr {
	width: 100%;
	display: block;
	margin-top: 100px;
}

main section.s02 .wrapper .btnlist02 {
	margin-top: 120px;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 768px) {
	body {
		background-position: top 160px center;
		background-image: url(../../../images/bg_pp_sp.webp);
	}

	main section.ttlsection .wrapper {
		background-image: url(../../../images/bg_ttl_pd.webp);
	}

	main section.s01 {
		padding: 15px 32px;
	}

	main section.s01 .wrapper {
		max-width: 1400px;
		margin: 0 auto;
	}

	main section.s01 .wrapper h3 {
		text-align: center;
		font-size: 17px;
		font-weight: bold;
		color: #9e6bb2;
	}

	main section.s01 .wrapper .t01 {
		text-align: left;
		font-size: 12px;
		font-weight: 500;
		line-height: 1.8;
		margin-top: 10px;
	}

	main section.s01 .wrapper .t02 {
		text-align: center;
		font-size: 12px;
		font-weight: bold;
		color: #9e6bb2;
		margin-top: 20px;
	}

	main section.s01 .wrapper .memberlist {
		max-width: 1280px;
		margin: 20px auto 0;
		display: block;
	}

	main section.s01 .wrapper .memberlist li {
		width: 100%;
		padding: 0;
		display: flex;
		align-items: center;
	}

	main section.s01 .wrapper .memberlist li+li {
		margin-top: 15px;
	}

	main section.s01 .wrapper .memberlist li .photo {
		width: 90px;
		max-width: 100%;
		margin: 0 auto;
		display: block;
	}

	main section.s01 .wrapper .memberlist li .txtbox {
		width: calc(100% - 110px);
	}

	main section.s01 .wrapper .memberlist li .txtbox * {
		color: #9e6bb2;
	}

	main section.s01 .wrapper .memberlist li .txtbox .t03 {
		position: static;
		font-size: 18px;
		line-height: 1;
		font-weight: 200;
		text-align: left;
	}

	/*
  main section.s01 .wrapper .memberlist li .txtbox .t04 {
    text-align: left;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.4;
    margin-top: 5px;
  }*/

	main section.s01 .wrapper .memberlist li .txtbox .t05 {
		text-align: left;
		font-size: 8px;
		font-weight: 500;
		line-height: 1.5;
		margin-top: 10px;
	}

	/*
  main section.s01 .wrapper .memberlist li .txtbox .t05 br {
    display: none;
  }*/

	main section.s02 {
		padding: 40px 32px 0;
	}

	main section.s02 .wrapper {
		max-width: 1400px;
		margin: 0 auto;
	}

	main section.s02 .wrapper .storybox {
		max-width: 1200px;
		margin: 0 auto;
	}

	main section.s02 .wrapper .storybox+.storybox {
		margin-top: 55px;
	}

	main section.s02 .wrapper .storybox .story_ttl {
		display: flex;
		justify-content: space-between;
	}

	main section.s02 .wrapper .storybox .story_ttl dt {
		width: 50px;
		min-height: 50px;
		display: flex;
		align-items: center;
	}

	main section.s02 .wrapper .storybox .story_ttl dt p {
		color: #d4bddd;
		font-size: 31px;
		font-weight: bold;
		line-height: 1;
	}

	main section.s02 .wrapper .storybox .story_ttl dd {
		width: calc(100% - 50px);
		min-height: 50px;
		padding-left: 15px;
		display: flex;
		align-items: center;
		border-left: 1px solid #9e6bb2;
	}

	main section.s02 .wrapper .storybox .story_ttl dd p {
		width: 100%;
		font-size: 21px;
		font-weight: bold;
		color: #9e6bb2;
	}

	main section.s02 .wrapper .storybox .story_ttl dd p span {
		font-size: 14px;
	}

	main section.s02 .wrapper .storybox ul {
		max-width: 1000px;
		margin: 25px auto 0;
	}

	main section.s02 .wrapper .storybox ul li+li {
		margin-top: 20px;
	}

	main section.s02 .wrapper .storybox ul li dl {
		display: flex;
		justify-content: space-between;
	}

	main section.s02 .wrapper .storybox ul li dl dt {
		width: 50px;
	}

	main section.s02 .wrapper .storybox ul li dl dt img {
		width: 100%;
		display: block;
		border-radius: 100px;
	}

	main section.s02 .wrapper .storybox ul li dl dd {
		width: calc(100% - 50px);
		padding: 0 0 0 15px;
		font-size: 10px;
		font-weight: 500;
		line-height: 1.5;
	}

	main section.s02 .wrapper .storybox .msgbnr {
		width: 100%;
		display: block;
		margin-top: 40px;
	}

	main section.s02 .wrapper .btnlist02 {
		margin-top: 70px;
	}
}