@charset "utf-8";

/*----------------------------------------------*/
/* list CSS [SP]
/*----------------------------------------------*/

/*---- GNavi用 スペース----*/
.list-kv {
	padding-top: 40px;
}

/*---- SP landscape ----*/
@media screen and (orientation: landscape) {
	.list-profile-photo {
		width: 30% !important;
	}
}

/*---- Key visual ----*/
#list-kv-pc {
	display: none;
}

#list-kv-sp {
	margin-bottom: 30px;
	width: 100%;
	height: auto;
}

#list-kv-sp img {
	width: 100%;
}

/*---- Lead copy ----*/
.list-leadcopy {
	margin-bottom: 35px;
	padding: 0px 20px;
	font-size: 15px;
	line-height: 1.8;
	
	font-family: "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Noto Serif JP", "Roboto Slab", Garamond, "Times New Roman", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

/*---- Profile ----*/
#list-contentsbody {
	overflow: hidden;
	padding: 0px 20px;
}

.list-profilebox {
	position: relative;
	width: 100%;
x	height: 660px;
	height: 550px;
	margin: 0px auto;
}

.list-profilebox2 {
	position: relative;
	width: 100%;
	height: 480px;
	margin: 0px auto 35px;
}

.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;
x	width: 46%;
	width: 160px;
}

.list-profile-photo img {
	width: 100%;
}

.list-profile-textbox {
	position: absolute;
	top: 130px;
	width: 95%;
	padding: 40px 30px;
}

.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: 5px;
}

.list-profile-name img {
	width: 100%;
}

.list-profile-text {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.8;
	
	font-family: "Yu Mincho", "YuMincho", "游明朝", "游明朝体", "Noto Serif JP", "Roboto Slab", Garamond, "Times New Roman", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

/*---- 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: 18px;
	font-family: 'Playfair Display', serif;
}

.list-btn-more:after {
	content: "";
	display: block;
	width: 7px;
	height: 12px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	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: #000000;
}

.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-brown {
	color: #000000;
}

.list-f-white {
	color: #FFFFFF;
}
