@charset "UTF-8";
/* CSS Document */

.sponly
{
	display: none;
}
BODY{
	overflow : auto;
}
.pc700 {
	display: block;
}
/*------------------------------
	footer
------------------------------*/
#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 101;
	background-color: #f5f5f5;
	height: auto;
	overflow: auto;

	position: relative;
	background-color: #f5f5f5;
	border-top: none !important;
}
#footerBox {
	position: relative;
	width: auto;
	padding: 140px 10px 120px;
	max-width: 1150px;
	margin: 0 auto;
	height: auto;
}
#footer .copy {
	position: relative;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	font-size: 10px;
	line-height: 1.7;
	padding: 8px 0;
}
/*------------------------------*/
#footerBox .banner01 {
	position: absolute;
	top: 50px;
	left: 10px;
	width: 118px;
	height: 40px;
	background-color: #000000;
	display: table;
	border: solid 1px #000000;
	transition: 0.4s;
}
#footerBox .banner02 {
	position: absolute;
	top: 50px;
	left: 156px;
	width: 118px;
	height: 40px;
	background-color: #000000;
	display: table;
	border: solid 1px #000000;
	transition: 0.4s;
}
#footerBox .banner01 a,
#footerBox .banner02 a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	transition: 0.4s;
}
#footerBox .banner01:hover,
#footerBox .banner02:hover {
	background-color: #ffffff;
}
#footerBox .banner01 a:hover,
#footerBox .banner02 a:hover {
	color: #000000;
}
/*------------------------------*/
#footerBox .fNav1,
#footerBox .fNav2,
#footerBox .fNav3,
#footerBox .fNav4 {
	width: 25%;
	float: left;
}
#footerBox .fNav1 .title,
#footerBox .fNav2 .title,
#footerBox .fNav3 .title {
	padding-bottom: 8px;
	padding-top: 6px;
	border-bottom: dotted 1px #333333;
	margin-bottom: 10px;
	margin-right: 36px;
	padding-left: 24px;
}
#footerBox .fNav1 .title {
	background: url("../../common/bg_fnav_11.png") no-repeat left center;
}
#footerBox .fNav2 .title {
	background: url("../../common/bg_fnav_21.png") no-repeat left center;
}
#footerBox .fNav3 .title {
	background: url("../../common/bg_fnav_31.png") no-repeat left center;
}
#footerBox .fNav4 .title {
	background: url("../../common/bg_fnav_41.png") no-repeat left center;
	padding-bottom: 8px;
	padding-top: 6px;
	border-bottom: dotted 1px #333333;
	margin-bottom: 10px;
	padding-left: 24px;
}
#footerBox .fNav1 ul,
#footerBox .fNav2 ul,
#footerBox .fNav3 ul {
	margin-right: 36px;
}
#footerBox .fNav1 li,
#footerBox .fNav2 li,
#footerBox .fNav3 li {
	line-height: 2.1;
	font-size: 14px;
	padding-left: 12px;
}
#footerBox .fNav1 li {
	background: url("../../common/bg_fnav_12.png") no-repeat left center;
}
#footerBox .fNav2 li {
	background: url("../../common/bg_fnav_22.png") no-repeat left center;
}
#footerBox .fNav3 li {
	background: url("../../common/bg_fnav_32.png") no-repeat left center;
}
#footerBox .fNav4 li {
	background: url("../../common/bg_fnav_42.png") no-repeat left center;
	line-height: 2.1;
	font-size: 14px;
	padding-left: 12px;
}
#footerBox .fNav1 li a,
#footerBox .fNav2 li a,
#footerBox .fNav3 li a,
#footerBox .fNav4 li a {
	color: #000000;
	text-decoration: none;
}
#footerBox .fNav1 li a:hover,
#footerBox .fNav2 li a:hover,
#footerBox .fNav3 li a:hover,
#footerBox .fNav4 li a:hover {
	text-decoration: underline;
}

/*------------------------------
	kvArea
------------------------------*/
#kvArea {
	width: 100%;
	height: 100%;
	position: relative;
	height : calc(100vh - 122px);
	height : -webkit-calc(100vh - 122px);
	margin-top: 122px;
}
/*------------------------------*/
#women #kvArea .bgPicture{
	opacity : 0;
	width : 100%;
	height : 100%;
	top : 0px;
	background: url("../images/kv_women.jpg") no-repeat center center;
	background-size: 100% 100%;
	background-size: cover;
	position : absolute;
}
#women #kvArea #h2Box {
	width : 100%;
	height : 100%;
	position: relative;
}
#women #kvArea #h2Box .nameBox {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	background: url("../images/bg_name.png");
	width: 100%;
}
#women #kvArea h2 {
	width: 269px;
	margin: 0 auto;
	padding: 45px 10px;
}
#women #kvArea h2 img {
	width: 100%;
}
/*------------------------------*/
#gallery #kvArea .bgPicture{
	opacity : 0;
	width : 100%;
	height : 100%;
	top : 0px;
	background: url("../images/kv_photo.jpg") no-repeat center center;
	background-size: 100% 100%;
	background-size: cover;
	position : absolute;
}
#gallery #kvArea #h2Box {
	width : 100%;
	height : 100%;
	position: relative;
}
#gallery #kvArea #h2Box .nameBox {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -42px;
	z-index: 10;
	background: url("../images/bg_name.png");
	width: 100%;
}
#gallery #kvArea h2 {
	width: 507px;
	margin: 0 auto;
}
#gallery #kvArea h2 img {
	width: 100%;
}
/*------------------------------*/
#team #kvArea .bgPicture{
	opacity : 0;
	width : 100%;
	height : 100%;
	top : 0px;
	background: url("../images/kv_team.jpg") no-repeat center center;
	background-size: 100% 100%;
	background-size: cover;
	position : absolute;
}
#team #kvArea #h2Box {
	width : 100%;
	height : 100%;
	position: relative;
}
#team #kvArea #h2Box .nameBox {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	background: url("../images/bg_name.png");
	width: 100%;
}
#team #kvArea h2 {
	width: 269px;
	margin: 0 auto;
	padding: 45px 10px;
}
#team #kvArea h2 img {
	width: 100%;
}
/*------------------------------*/
#photo #kvArea .bgPicture{
	opacity : 0;
	width : 100%;
	height : 100%;
	top : 0px;
	background: url("../images/kv_photo.jpg") no-repeat center center;
	background-size: 100% 100%;
	background-size: cover;
	position : absolute;
}
#photo #kvArea #h2Box {
	width : 100%;
	height : 100%;
	position: relative;
}
#photo #kvArea #h2Box .nameBox {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -42px;
	z-index: 10;
	background: url("../images/bg_name.png");
	width: 100%;
	background: #f00;
}
#photo #kvArea h2 {
	width: 507px;
	margin: 0 auto;
	padding: 45px 10px;
}
#photo #kvArea h2 img {
	width: 100%;
}

/*------------------------------*/
#women #lead {
	background: #f9f9f9;
	padding: 50px 0;
}
#women #lead h2 {
	background: #f9f9f9;
	font-weight: normal;
	font-size: 30px;
	line-height: 1.5;
	max-width: 1150px;
	margin: 0 auto;
	padding-bottom: 24px;
	text-align: center;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", 游明朝, "Yu Mincho",YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
}
#women #lead p.sub {
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	padding: 0 10px;
}
/*------------------------------*/
#team #lead {
	background: #000000;
	padding: 50px 0;
}
#team #lead h2 {
	background: #000000;
	font-weight: normal;
	font-size: 30px;
	line-height: 1.5;
	max-width: 1150px;
	margin: 0 auto;
	color: #ffffff;
	padding-bottom: 24px;
	text-align: center;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", 游明朝, "Yu Mincho",YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
}
#team #lead p.sub {
	font-size: 13px;
	line-height: 1.5;
	color: #ffffff;
	text-align: center;
	padding: 0 10px;
}
/*------------------------------*/
#line #kvArea .bgPicture{
	opacity : 0;
	width : 100%;
	height : 100%;
	top : 0px;
	background-color: #5abe5a;
	position : absolute;
}
#line  #kvArea #h2Box {
	width : 100%;
	height : 100%;
	position: relative;
}
#line  #kvArea #h2Box .nameBox {
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -475px;
	margin-top: -267px;
	width: 950px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#line  #kvArea #h2Box .nameBox .textBox {
	color: #fff;
	display: block;
	vertical-align: middle;
}
#line  #kvArea #h2Box .nameBox .sub {
	font-size: 21px;
	margin-bottom: 20px;
}
#line  #kvArea #h2Box .nameBox .main1 {
	font-size: 102px;
	margin-bottom: 20px;
	font-weight: 900;
	letter-spacing: -0.05em;
}
#line  #kvArea #h2Box .nameBox .main2 {
	font-size: 92px;
	margin-bottom: 50px;
	font-weight: 900;
	letter-spacing: -0.05em;
}
#line  #kvArea #h2Box .nameBox .text {
	font-size: 18px;
	line-height: 1.7;
}
#line  #kvArea #h2Box .nameBox .img {
	box-shadow: 7px 7px #348b34;
	background-color: #348b34;
	border-radius: 20px;
}
/*------------------------------*/
#kvArea #nameArea {
	padding: 0px 0;
	background-color: #f5f5f5;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#kvArea #nameArea dl {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
}
#kvArea #nameArea dt {
	float: left;
	border-right: solid 1px #cecece;
	padding: 3px 0;
	padding-right: 35px;
	margin-right: 25px;
	line-height: 1.4;
	font-size: 12px;
	font-weight: normal;
}
#kvArea #nameArea dt span {
	font-size: 22px;
	font-weight: bold;
}
#kvArea #nameArea dd {
	font-size: 12px;
	line-height: 1.7;
	padding-top: 4px;
}

/*------------------------------
	subNav
------------------------------*/
#subNav {
	position: fixed;
	z-index: 101;
	top: 77px;
	left: 0;
	width: 100%;
	height: 46px;
	background-color: #d5a40e;

}
#subNav ul {
	max-width: 700px;
	margin: 0 auto;
}
#subNav li {
	float: left;
	margin: 3px 15px;
	font-size: 12px;
	height: 39px;
	display: table;
}
#subNav li a {
	background: url("../images/bg_nav_arrow.png") no-repeat 15px center;
	color: #ffffff;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
	height: 39px;
	padding-left: 32px;
	transition: 0.4s;
}
#subNav li.active a {
	background: url("../images/bg_nav_arrow.png") no-repeat 15px center;
	background-color: #e4b836;
	color: #ffffff;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
	height: 39px;
	padding-left: 32px;
	transition: 0.4s;
}
#subNav li.active a:hover,
#subNav li a:hover {
	background: url("../images/bg_nav_arrow.png") no-repeat 15px center;
	background-color: #e4b836;
	color: #ffffff;
}

/*------------------------------
	talkBox
------------------------------*/
#women #talkArea {
	padding: 90px 0 60px;
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
}
#women .talkBox {
	padding: 0 280px;
	padding-bottom: 140px;
}
#women .talkBox .title {
	padding-bottom: 13px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	background: url("../images/bg_title.gif") repeat-x left bottom;
}
#women .talkBox .title span {
	font-weight: normal;
	padding-right: 26px;
}
#women .talkBox h3 {
	padding: 25px 10px 50px;
	line-height: 1.4;
	font-size: 30px;
	text-align: center;
	color: #d5a40e;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", 游明朝, "Yu Mincho",YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
	font-weight: normal;
}
#women .talkBox .txtBox {
	padding-left: 56px;
	position: relative;
	padding-bottom: 30px;
}
#women .talkBox .txtBox .name {
	position: absolute;
	left: 0;
	top: 0;
	border: solid 1px #cacaca;
	padding: 5px 8px;
	font-size: 14px;
	background-color: #ffffff;
}
#women .talkBox .txtBox p {
	line-height: 1.7;
	font-size: 14px;
	padding-top: 2px;
}
#women .talkBox .pic {
	padding-top: 30px;
}
#women .talkBox .pic img {
	width: 100%;
}

/*------------------------------*/
#women #talkArea .person01 {
	position: absolute;
	left: 10px;
	top: 250px;
	width: 220px;
}
#women #talkArea .person02 {
	position: absolute;
	right: 10px;
	top: 870px;
	width: 220px;
}
#women #talkArea .person03 {
	position: absolute;
	left: 10px;
	top: 1476px;
	width: 220px;
}
#women #talkArea .person04 {
	position: absolute;
	right: 10px;
	top: 2084px;
	width: 220px;
}
#women #talkArea .face {
	text-align: center;
	padding-bottom: 30px;
	max-width: 261px;
	margin: 0 auto;
}
#women #talkArea .profile {
	position: relative;
	padding: 30px 20px;
	background-color: #d5a40e;
}
#women #talkArea .profile .arrow {
	position: absolute;
	left: 50%;
	top: -16px;
	margin-left: -8.5px;
}
#women #talkArea .profile p {
	color: #ffffff;
	font-size: 12px;
	line-height: 1.8;
}
#women #talkArea .profile .name {
	font-size: 20px;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", 游明朝, "Yu Mincho",YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
	text-align: center;
	padding-bottom: 16px;
	color: #ffffff;
}
#women #talkArea .profile .job {
	text-align: center;
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: dotted 1px #ffffff;
	color: #ffffff;
	font-size: 12px;
	line-height: 1.8;
}


/*------------------------------
	photo
------------------------------*/
#photo #contents {
	background: #ffffff;
}
#photo #kvArea {
	position: relative;
}
#photo #kvArea img {
	width: 100%;
	vertical-align: bottom;
}
#photo #kvArea h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -126.5px;
	margin-top: -20px;
	width: 253px;
}

/* ボタン */
#photo #btnB {
	float: none;
	color: #000000;
	padding: 48px 10px 44px 10px;
	width: 1000px;
	margin: auto;
}

#photo #btnB .list{
    float: left;
	padding: 5px 60px;
	text-decoration: none;
	color: #000000;
	border: solid 1px #000000;
	border-radius: 3px;
    transition: .4s;
    margin: 0px 10px 0px 10px;
}

#photo #btnB .list:hover{
    background: #000000;
    color: #ffffff;
}
/*------------------------------*/
#photo #photoBox #lead {
	padding: 70px 10px;
	font-size: 14px;
	line-height: 1.9;
	text-align: center;
}
#photo #photoArea{
	padding: 0 11px;
	padding-bottom: 150px;
}
#photo #photoArea .photoBox {
	width: 50%;
	float: left;
}
#photo #photoArea .pic {
	padding: 11px;
}
#photo #photoArea .pic img {
	width: 100%;
}


/*------------------------------
	talkBox - team
------------------------------*/
#team #talkArea {
	padding: 90px 0 60px;
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
}
#team .talkBox {
	padding: 0 10px;
	padding-bottom: 140px;
}
#team .talkBox .title {
	padding: 13px 0;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	background-color: #d5a40e;
}
#team .talkBox .title span {
	font-weight: normal;
	padding-right: 26px;
}
#team .talkBox h3 {
	padding: 25px 10px 50px;
	line-height: 1.4;
	font-size: 30px;
	text-align: center;
	font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", 游明朝, "Yu Mincho",YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
	font-weight: normal;
}
#team .talkBox .txtBox {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1150px;
	margin-top: 0 auto;
	padding-bottom: 30px;
}
#team .talkBox .txtBox .nameBox{
	position: relative;
	width: 6%;
	margin: 0 2% 0 auto;
}
#team .talkBox .txtBox .nameBox .icon{
	width: 100%;
	margin-bottom: 8px;
}
#team .talkBox .txtBox .nameBox .icon img{
	width: 100%;
}
#team .talkBox .txtBox .nameBox .name {
	border: solid 1px #cacaca;
	padding: 4px 0px;
	font-size: 12px;
	max-width: 44px;
	margin: 0 auto;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
}
#team .talkBox .txtBox p {
	width: 92%;
	line-height: 1.7;
	font-size: 14px;
	padding-top: 2px;
}
#team .talkBox .pic {
	padding-top: 30px;
}
#team .talkBox .pic img {
	width: 100%;
}
/*------------------------------*/
#team #personBox {
	max-width: 1150px;
	margin: 0 auto;
	padding: 120px 10px 0;
}
#team #personBox ul {
	width: 100%;
}
#team #personBox li {
	width: 25%;
	float: left;
}
#team #personBox .profile {
	max-width: 261px;
	margin: 0 auto;
	padding: 0 5px;
}
#team #personBox .face {
	padding-bottom: 16px;
}
#team #personBox .face img {
	width: 100%;
}
#team #personBox .name {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 12px;
	text-align: center;
}
#team #personBox .job {
	font-size: 12px;
	line-height: 1.7;
	padding-bottom: 17px;
	text-align: center;
}
#team #personBox p {
	text-align: left;
	line-height: 1.9;
	font-size: 12px;
	padding-top: 17px;
	background: url("../images/team_line.gif") no-repeat center top;
}

/*------------------------------
	gallery
------------------------------*/
#gallery #selectBtn {
	color: #000000;
	padding: 46px 10px;
	max-width: 1170px;
	margin: 0 auto;
}
#gallery #selectBtn li {
	width: 20%;
    float: left;
}
#gallery #selectBtn .listBox {
	margin: 0 10px;
	border-radius: 6px;
	border: solid 1px #000000;
	font-size: 12px;
	text-align: center;
	padding: 10px 0;
	transition: 0.4s;
}
#gallery #selectBtn .listBox:hover{
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
}
#gallery #selectBtn li.on .listBox {
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
}

/*------------------------------*/
#gallery #photoArea {
	width: 100%;
}
#gallery #boxArea {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 150px;
	position: relative;
}
#gallery #boxArea .picBox {
	/*
	width: 50%;
	float: left;
	*/
}
#gallery #boxArea .resBox {
	width: 49.9%;
}

#gallery #boxArea .pic {
	position: relative;
	display: block;
	padding: 10px;
}
#gallery #boxArea .pic img {
	width: 100%;
}
/*
@media (min-width: 1201px) and (max-width: 1500px) {
	#gallery #boxArea {
		width: 1100px;
	}
}
@media (max-width: 1200px) {
	#gallery #boxArea {
		width: 950px;
	}
}
*/

/*------------------------------
	line
------------------------------*/
#line #inner {
	width: auto;
	max-width: 950px;
	margin: 100px auto 120px auto;
}
#line #inner .registBox {
	position: relative;
	width: auto;
	border: solid 1px #5abe5a;
	margin-bottom: 20px;
}
#line #inner .registBox .hd {
	position: absolute;
	left: 50%;
	top: 0%;
	margin-left: -100px;
	margin-top: -13px;
	width: 200px;
	text-align: center;
	background-color: #fff;
	color: #5abe5a;
	font-size: 24px;
}
#line #inner .registBox .wrap {
	max-width: 806px;
	padding: 80px;
}
#line #inner .registBox .wrap .regist {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}
#line #inner .registBox .wrap .regist:last-child {
	margin-bottom: 0px;
}
#line #inner .registBox .wrap .text {
	font-size: 18px;
}
#line #inner .registBox .wrap .text .method {
	margin-bottom: 30px;
	font-size: 20px;
}
#line #inner .registBox .wrap .text .method span {
	color: #5abe5a;
	margin-right: 5px;
}
#line #inner .registBox .wrap .text li {
	margin-bottom: 20px;
	line-height: 1.7;
	text-indent: 1em
}
#line #inner .registBox .wrap .text li:last-child {
	margin-bottom: 0px;
}
#line #inner .registBox .wrap .text li .icon img {
	margin: 0 5px -2px 5px;
	background-color: #ff0000;
}
#line #inner .registBox .wrap .regist .btn img {
	width: 200px;
	margin-top: 45px;
}
#line #inner .lead p {
	font-size: 14px;
	line-height: 1.5;
}
