@charset "UTF-8";
article {
	position: relative;
}
/*-------- main --------*/
#main {
	position: relative;
	background: url(../images/main_bg_pc.png) center center;
	background-size: cover;
}
#main h1 {
	max-width: 450px;
	width: 75%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*-------- nav --------*/
nav ul.flexBox:first-child li:last-child {
	border-bottom: solid 1px #333;
}

/*-------- recommend --------*/
#recommend {
	text-align: center;
	width: 90%;
	margin: 0 auto;
	padding: 80px 0 0;
}
#recommend h2 {
	max-width: 360px;
	margin: 0 auto 40px;
}
#recommend ul {
	max-width: 550px;
	margin: 0 auto;
}
#recommend ul li {
	font-family: 'Alte-DIN-1451-Mittelschrift', sans-serif;
	width: calc(100% / 8);
	padding: 0 1.5%;
	box-sizing: border-box;
}
#recommend ul li:hover {
	padding: 0;
	margin-top: -3.35%;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}
#recommend ul li img {
	margin-bottom: 5px;
}

/*-------- staff --------*/
#staff01, #staff02, #staff03, #staff04  {
	padding-top: 100px;
}

/*-------- prof --------*/
.prof {
	max-width: 750px;
	width: 90%;
	margin: 0 auto;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
.prof h2 {
	width: 17%;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.prof > p {
	width: 40%;
	padding-top: 40px;
}
.prof > p img {
	width: 60%;
	margin:  0 auto;
	display: block;
}
.prof > div {
	width: 50%;
	border-left: 2px dashed #ccc;
	margin-top: 20px;
	padding: 20px 0 60px 6%;
}
.prof > div dl {
	line-height: 1.2;
	margin-bottom: 25px;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.prof > div dl dt {
	font-size: 11px;
	width: 12.5%;
	margin-bottom: 3px;
}
.prof > div dl dd {
	font-size: 22px;
	width: 85%;
}
.prof > div dl dd span {
	font-size: 14px;
}
.prof > div .btn {
	font-size: 12px;
	margin: 25px 0 0;
	padding: 5px 15px 5px 30px;
	background-image: url(../images/icon_insta.png);
	background-position: 6px center;
	background-repeat: no-repeat;
	background-size: 20px;
}
.prof > div .btn:hover {
	background-image: url(../images/icon_insta_on.png);
	background-position: 6px center;
	background-repeat: no-repeat;
	background-size: 20px;
}

.prof p.recommendIcon {
	position: absolute;
	top: -10%;
	right: 0;
	width: 125px;
	margin: 0;
	padding: 0
}
.prof p.recommendItem {
	position: absolute;
	bottom: 7.5%;
	right: 0;
	max-width: 175px;
	margin: 0;
	padding: 0
}
.prof p.recommendIcon img,
.prof p.recommendItem img {
	width: 100%;
}

/*-------- item --------*/
.item {
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.item > p {
	width: 50%;
}
.item > div {
	width: 47.5%;
}
.item > div > p {
	text-align: center;
	margin-bottom: 5px;
}
.item > div > div {
	width: 90%;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.item > div > div > p {
	width: 25%;
}
.item > div > div > dl {
	width: 70%;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.item > div > div > dl dt {
	font-size: 11px;
	width: 20%;
}
.item > div > div > dl dd {
	width: 80%;
	line-height: 1.3;
}
.item > div > div > dl .bd {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #aaa;
}
.item > div > p em {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 1.4pt;
	background: url(../images/staff_line.png) center bottom no-repeat;
	background-size: 28px;
	padding: 30px 0 30px;
	margin-bottom: 10px;
	display: inline-block;
}
.item .btn {
	margin: 20px auto 0;
}
#staff01 .item02 > p img {
	width: 70%;
	margin: 0 auto;
	display: block;
}
#staff04 .item01 > p img {
	width: 90%;
	margin: 0 auto;
	display: block;
}

/*-------- movie --------*/
.movie {
  max-width: 550px;
	margin: 0 auto 60px;
}
.movie h2 {
	width: 20%;
	margin-bottom: 10px;
}
.movie p {
	font-weight: 700;
	text-align: right;
	width: 80%;
}
.movie .wrap {
	width: 100%;
	height: auto;
	margin: 0 auto 60px;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.movie .wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/*-------- point --------*/
.point li > p,
.point li > div,
.point li > div > p {
	width: 50%;
}
.point li > div > div {
	width: 48%;
}
.point li:nth-child(even) {
	flex-direction: row-reverse;
}
.point li > div {
	padding: 5% 3% 0;
	box-sizing: border-box;
}
.point li:nth-child(n+2) > div {
	flex-direction: row-reverse;
}
.point li > div p.pointNum {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	text-align: center;
	line-height: 95px;
	border: 2px dashed #ccc;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 30px;
}
.point li > div p.pointNum img {
	width: 60%;
	height: auto;
}
.point li:nth-child(1) > div p.pointNum {
	margin-left: 50%;
}
#staff01 .point01 li:nth-child(1) > div > p {
	margin-top: 4%;
}
#staff01 .point01 li:nth-child(2) > div > p {
	width: 39%;
}
#staff01 .point01 li:nth-child(3) > div > p {
	width: 45%;
	margin-top: 13.8%;
}
#staff01 .point02 li:nth-child(1) > div > p {
	width: 45%;
	margin-top: 24%;
}
#staff01 .point02 li:nth-child(2) > div > p {
	margin-top: 14.9%;
}
#staff01 .point02 li:nth-child(3) > div > p {
	width: 42%;
	margin-top: 22.2%;
}
#staff02 .point01 li:nth-child(1) > div > p {
	margin-top: 5.3%;
}
#staff02 .point01 li:nth-child(2) > div > p {
	margin-top: 3.1%;
}
#staff02 .point01 li:nth-child(3) > div > p {
	width: 37%;
	margin-top: -2.4%;
}
#staff02 .point02 li:nth-child(odd),
#staff03 .point01 li:nth-child(odd),
#staff04 .point01 li:nth-child(odd) {
	flex-direction: row-reverse;
}
#staff02 .point02 li:nth-child(even),
#staff03 .point01 li:nth-child(even),
#staff04 .point01 li:nth-child(even) {
	flex-direction: row;
}
#staff02 .point02 li:nth-child(1) > div > p {
	width: 45%;
	margin-top: -7.2%;
}
#staff02 .point02 li:nth-child(2) > div > p {
	margin-top: -5.9%;
}
#staff02 .point02 li:nth-child(3) > div > p {
	margin-top: -6%;
}
#staff03 .point01 li:nth-child(1) > div > p {
	width: 46%;
	margin-top: 17.6%;
}
#staff03 .point01 li:nth-child(2) > div > p {
	width: 42%;
	margin-top: 1.8%;
}
#staff03 .point01 li:nth-child(3) > div > p {
	width: 45%;
	margin-top: 4.7%;
}
#staff03 .point02 li:nth-child(1) > div > p {
	margin-top: 9.3%;
}
#staff03 .point02 li:nth-child(2) > div > p {
	width: 42%;
	margin-top: 21.2%;
}
#staff03 .point02 li:nth-child(3) > div > p {
	margin-top: 8.3%;
}
#staff04 .point01 li:nth-child(1) > div > p {
	margin-top: 7.6%;
}
#staff04 .point01 li:nth-child(2) > div > p {
	margin-top: 18.6%;
}
#staff04 .point01 li:nth-child(3) > div > p {
	margin-top: 7.8%;
}
#staff04 .point02 li:nth-child(1) > div > p {
	margin-top: -3%;
}
#staff04 .point02 li:nth-child(2) > div > p {
	width: 40%;
	margin-top: 15%;
}
#staff04 .point02 li:nth-child(3) > div > p {
	margin-top: 7.1%;
}

/*-------- style --------*/
.style {
	background: #f4f3f0;
	padding: 80px 0;
}
.style div.wrap {
	max-width: 900px;
	margin: 0 auto;
}
.style > div > div {
	width: 47%;
}
.style > div > div h3 {
	max-width: 95px;
	margin: 0 auto 30px;
}
.style > div > div h4 {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 20px;
}
.style .wrap > div p img {
	margin-top: 15px;
}
#staff01 .style01 .wrap > div:first-child p img {
	width: 94%;
}
#staff01 .style01 .wrap > div:last-child p img {
	width: 95%;
	margin-left: 5%;
}
#staff01 .style02 .wrap > div:first-child p img {
	width: 100%;
}
#staff01 .style02 .wrap > div:last-child p img {
	width: 82.7%;
	margin-left: 17%;
}
#staff02 .style01 .wrap > div:first-child p img {
	width: 87.3%;
}
#staff02 .style02 .wrap > div:last-child p img {
	width: 98.1%;
	margin-left: 1.9%;
}
#staff03 .style01 .wrap > div:first-child p img {
	width: 88.6%;
}
#staff03 .style02 .wrap > div:first-child p img {
	width: 83.6%;
}
#staff04 .style01 .wrap > div:first-child p img {
	width: 82%;
}
#staff04 .style02 .wrap > div:first-child p img {
	width: 90.3%;
}

/*-------- btn --------*/
section > .btn {
	font-size: 19px;
	padding: 15px 30px;
}

@media screen and (max-width: 768px) {
/*-------- main --------*/
#main {
	background: url(../images/main_bg_sp.png) center center;
	background-size: cover;
}
#main h1 {
	max-width: 768px;
}
}
@media screen and (max-width: 414px) {
/*-------- recommend --------*/
#recommend {
	padding: 50px 0 0;
}
#recommend h2 {
	max-width: 210px;
	margin: 0 auto 40px;
}
#recommend ul li {
	width: calc(100% / 4);
	padding: 0 2.5%;
}

/*-------- staff --------*/
#staff01 {
	padding-top: 40px;
}

/*-------- prof --------*/
.prof {
	flex-direction: column-reverse;
}
.prof h2 {
	width: 40%;
}
.prof > p img,
.prof > div {
	width: 100%;
}
.prof > p {
	width: 45%;
	padding-top: 20px;
}
.prof > div {
	border-left: none;
	border-bottom: 2px dashed #ccc;
	margin: 0;
	padding: 60px 0 80px;
}
.prof p.recommendItem {
	top: 29%;
	bottom: inherit;
	right: 0;
	max-width: 414px;
	width: 40%;
}

/*-------- item --------*/
.item {
	flex-direction: column-reverse;
}
.item > p {
	width: 90%;
}
.item > div {
	width: 100%;
}
.item > div > div > p {
  width: 22.5%;
}
.item > div > div > dl {
	width: 72.5%;
}
.item > div > p em {
	font-size: 15px;
}

/*-------- movie --------*/
.movie {
  width: 90%;
}

/*-------- point --------*/
.point {
	margin-bottom: 40px;
}
.point li > p,
.point li > div {
	width: 100%;
}
.point li > p:nth-child(1) {
	margin: 0 auto 5px;
}
.point li > p:nth-child(2) {
	width: 90%;
	margin: 0 auto 20px;
}

/*-------- style --------*/
.style {
	padding: 50px 0;
}
.style > div > div {
	width: 90%;
	margin: 0 auto;
}
.style > div > div:first-child {
	margin: 0 auto 60px;
}
.style > div > div h3 {
	max-width: 80px;
	margin: 0 auto 20px;
}
#staff01 .style01 .wrap > div:first-child p img {
	width: 94%;
}
#staff01 .style01 .wrap > div:last-child p img {
	width: 95%;
	margin-left: 5%;
}
#staff01 .style02 .wrap > div:first-child p img {
	width: 100%;
}
#staff01 .style02 .wrap > div:last-child p img {
	width: 82.7%;
	margin-left: 17%;
}
#staff02 .style01 .wrap > div:first-child p img {
	width: 87.3%;
}
#staff02 .style02 .wrap > div:last-child p img {
	width: 98.1%;
	margin-left: 1.9%;
}
#staff03 .style01 .wrap > div:first-child p img {
	width: 88.6%;
}
#staff03 .style02 .wrap > div:first-child p img {
	width: 83.6%;
}
#staff04 .style01 .wrap > div:first-child p img {
	width: 82%;
}
#staff04 .style02 .wrap > div:first-child p img {
	width: 90.3%;
}

/*-------- btn --------*/
section > .btn {
	font-size: 15px;
	padding: 13px 20px;
}

}
