@charset "utf-8";

/*----------------------------------------------*/
/* list CSS [PC]
/*----------------------------------------------*/

/*---- GNavi用 スペース----*/
.list-kv {
	padding-top: 80px;
}

@media screen and (max-width: 1279px) {
	/*---- Contents field ----*/
	.list-kv {
		padding-top: 40px;
	}
}

/*---- Key visual ----*/
#list-kv-pc {
	margin-bottom: 75px;
	height: 550px;
	
	background-image: url(../img/list/list_kv_pc.jpg);
	background-size: auto 550px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #eadec9;
}

#list-kv-sp {
	display: none;
}

/*---- Lead copy ----*/
.list-leadcopy {
	max-width: 1000px;
	margin: 0px auto 60px;
	padding: 0px 10px;
	font-size: 18px;
	line-height: 2;
	
	font-family: "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Noto Serif JP", "Roboto Slab", Garamond, "Times New Roman", "Hiragino Mincho Pro", "HGS明朝E", serif;
	
	text-align: justify; /* 基本 */
}

/*---- Profile ----*/
#list-contentsbody {
	overflow: hidden;
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 10px;
}

.list-profilebox {
	position: relative;
	width: 100%;
	max-width: 1000px;
	height: 550px;
	margin: 0px auto 75px;
}

.list-profilebox2 {
	position: relative;
	width: 100%;
	max-width: 1000px;
	height: 550px;
	margin: 0px auto 75px;
}

.list-profilebox-odd {
}

.list-profilebox-odd .list-profile-photo {
	right: 0px;
}

.list-profilebox-odd .list-profile-textbox {
}

.list-profilebox-even {
}

.list-profilebox-even .list-profile-photo {
}

.list-profilebox-even .list-profile-textbox {
	right: 0px;
}

.list-profilebox-even .list-profile-name {
	overflow: hidden;
}

.list-profilebox-even .list-profile-name img {
	float: right;
}

.list-profile-photo {
	position: absolute;
	top: 0px;
	width: 42.5%;
x	max-width: 425px;
}

.list-profile-photo img {
	max-width: 100%;
}

.list-profile-textbox {
	position: absolute;
	top: 100px;
	width: 65%;
	padding: 60px 100px;
}

.list-profile-bg01 {
	background-image: url(../img/list/list_pic01_bg.jpg);
	background-size: cover;
}

.list-profile-bg02 {
	background-image: url(../img/list/list_pic02_bg.jpg);
	background-size: cover;
}


.list-profile-name {
	margin-bottom: 40px;
}

.list-profile-name img {
	max-width: 100%;
}

.list-profile-text {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 2;
	
	font-family: "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Noto Serif JP", "Roboto Slab", Garamond, "Times New Roman", "Hiragino Mincho Pro", "HGS明朝E", serif;
	
	text-align: justify; /* 基本 */
}

/*---- btn ----*/
.list-btnbox {
	float: right;
}

.list-btnbox a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.list-btn-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0px 40px 0px 0px;
	position: relative;
}

.list-btn-more span {
	font-size: 24px;
	line-height: 24px;
	font-family: 'Playfair Display', serif;
x	font-weight: bold;
}

.list-btn-more:after {
	content: "";
	display: block;
	width: 7px;
	height: 12px;
	margin-top: -5px;
	position: absolute;
	top: 60%;
	right: 20px;
	transition: .8s cubic-bezier(0.65, 1, 0.45, 1);
}

.list-btn-more:hover:after {
	right: 10px;
}

/*---- btn-brown ----*/
a.list-btn-brown {
	color: #432102;
}

.list-btn-brown:after  {
	background: url(../img/list/i_more_brown.png) no-repeat right center/auto 100%;
}

/*---- btn-white ----*/
a.list-btn-white {
	color: #FFFFFF;
}

.list-btn-white:after  {
	background: url(../img/list/i_more_white.png) no-repeat right center/auto 100%;
}

/*---- Font ----*/
.list-f-black {
	color: #000000;
}

.list-f-white {
	color: #FFFFFF;
}
