@charset "utf-8";



@import url("index_tb.css");
@import url("index_sp.css");

/* -----------------------------------------------------------

　parallax-container

-------------------------------------------------------------- */
.bg01 {
/*	background-image:url(../images/parallax-bg01.jpg); */
    overflow:hidden;
}
.bg01 img {
    width:100%;
}


.bg02 {
	max-height:700px;
	background-image:url(../images/parallax-bg02.jpg);
}

.bg03 {
	max-height:700px;
	background-image:url(../images/parallax-bg03.jpg);
}

.bg04 {
	max-height:700px;
	background-image:url(../images/parallax-bg04.jpg);
}

.wrap {
	background-attachment:fixed;
	background-position:center 70px;
	background-repeat:no-repeat;
	background-size:100% auto;
}

.wrap_sp {
	display:none;
}

/*　.wrap(.bgxx) inside
/*-------------------------------------------*/
.wrap .container {
	margin:0 auto;
	padding:0;
	width:1440px;
	color:#FFF;
	text-align:left;
	letter-spacing:0.1em;
}

/* title(en) */
.wrap h2 {
	margin:60px 0 150px 0;
	color:#EB5E01;
	font-size:40px;
	font-weight:700;
	line-height:inherit;
}

.wrap ul {
	list-style:none;
}

/* title(jp) */
.wrap h3 {
	display:inline-block;
	padding:0 20px;
	background:url(../images/bg_a.png) 0 0 repeat;
	font-size:32px;
	font-weight:300;
	line-height:68px;
}

/* text */
.wrap li:nth-child(2) {
	display:inline-block;
	margin:10px 0 40px 0;
	padding:0 20px;
	background:url(../images/bg_a.png) 0 0 repeat;
	font-size:18px;
	font-weight:300;
	line-height:56px;
}

.wrap.bg03 li:nth-child(2) {
	padding:15px 20px;
	line-height:1.6em;
}

/* more */
.wrap a {
	display:inline-block;
	padding:0 20px 0 25px;
	background:url(../images/bg_a.png) 0 0 repeat;
	color:#FFF;
	font-size:16px;
	font-weight:300;
	line-height:50px;
}

.wrap a:before {
	margin:0 10px 0 0;
	content:"\f105";
	font-family: "FontAwesome";
}

.wrap a:hover {
	background:url(../images/bg_b.png) 0 0 repeat;
	text-decoration:none;
}

/* -----------------------------------------------------------

　section

-------------------------------------------------------------- */
section {
	clear:both;
	width:100%;
	border-bottom:8px #EB5E01 solid;
	text-align:center;
}

section.sec04, section.sec05, section.sec06 {
	border-bottom:none;
}

section .container {
	margin:0 auto;
	width:1280px;
	padding:0;
	font-weight:300;
}

/*　section1
/*-------------------------------------------*/
.sec01 {
	padding:0 0 100px 0;
	background:#FFF;
}

/* news */
.sec01 .container > div:nth-child(1) {
	position:relative;
	top:-38px;
	width:100%;
	height:75px;
	color:#FFF;
	line-height:75px;
  z-index: 1000;
}

.sec01 .container > div:nth-child(1) div {
	float:left;
}

.sec01 .container > div:nth-child(1) div:nth-child(1) {
	width:12.5%;
	height:75px;
	background:#EB5E01;
	font-size:16px;
}

.sec01 .container > div:nth-child(1) div:nth-child(2) {
	width:87.5%;
	display:block;
	padding:0 30px;
	height:75px;
	background:#424242;
	color:#FFF;
	font-size:16px;
	text-align:left;
}

.sec01 .container > div:nth-child(1) div:nth-child(2) a {
	color:#FFF;
	font-size:16px;
}

.sec01 .container > div:nth-child(1) div:nth-child(2) span {
	float:right;
	font-size:14px;
}

.sec01 .container > div:nth-child(1) div:nth-child(2) span:before {
	margin:0 5px 0 0;
	content:"\f054";
	font-family: "FontAwesome";
}

.sec01 .container > div:nth-child(1) div:nth-child(2) span.date {
	float: none;
	font-size: 16px;
	margin-right: 10px;
}

.sec01 .container > div:nth-child(1) div:nth-child(2) span.date:before {
	display: none;
}

.sec01 .container > div:nth-child(1) div:nth-child(2) span.cat {
	float: none;
	font-size: 14px;
	margin-right: 25px;
	padding: 0 8px;
	border: 1px solid #999;
}

.sec01 .container > div:nth-child(1) div:nth-child(2) span.cat:before {
	display: none;
}

.sec01 .container > div:nth-child(1) div:nth-child(2) a:hover {
	background:#757575;
	text-decoration:none;
}

/* content */
.sec01 .container > div:nth-child(2) {
	clear:both;
	margin:0 auto;
	width:73.5%;
}

.sec01 .container > div:nth-child(2) div {
	margin:65px auto 50px;
}

.sec01 .container > div:nth-child(2) p {
	font-size:18px;
	text-align:left;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height:2.0em;
}

/* カリカチュアを見ただけであふれ出る笑顔と感動と驚き。 */
.sec01 .container > div:nth-child(2) p:nth-child(4) {
	margin:40px 0;
}

/*　section2
/*-------------------------------------------*/
.sec02 ul {
	position:relative;
	top:-100px;
	background:#EEE;
}

.sec02 li {
	float:left;
	width:25%;
	background:#FFF;
	list-style-type:none;
	text-align:left;
	text-align:justify;
	text-justify:inter-ideograph;
}

.sec02 li div:nth-child(1) img {
	width:100%;
	height:auto;
}

.sec02 li div:nth-child(2) {
	padding:35px 30px 45px;
	border-bottom:1px #E0E0E0 solid;
	border-left:1px #E0E0E0 solid;
}

.sec02 li:last-child div:nth-child(2) {
	border-right:1px #E0E0E0 solid;
}

.sec02 li h3 {
	margin:0 0 10px 0;
	font-size:18px;
	font-weight:400;
}

.sec02 li p {
	font-size:16px;
	line-height:1.8em;
}

.sec02 li a:hover {
	color:#EB5E01;
	text-decoration:none;
}

/*　section3
/*-------------------------------------------*/
.sec03 {
	padding:0 0 50px 0;
	background:#EEE;
}

.sec03 .container > div {
	position:relative;
	top:-100px;
}

.sec03 .container > div .bxslider a {
	display:block;
	background:#FFF;
}

/*　section4
/*-------------------------------------------*/
.sec04 {
	padding:0 0 50px 0;
	background:#EEE;
}

.sec04 .container > div {
	position:relative;
	top:-60px;
	height:120px;
  left: 0.1%;
}

.sec04 li {
	float:left;
	width:14.2%;
	height:120px;
	list-style-type:none;
}

.sec04 li a {
	display:block;
	width:100%;
	height:120px;
	background:#FFF;
	border-bottom:1px #E0E0E0 solid;
	border-left:1px #E0E0E0 solid;
	border-top:10px #EB5E01 solid;
	border-top:10px #EB5E01 solid;
	font-size:18px;
	line-height:110px;
}

.sec04 li:last-child a {
	border-right:1px #E0E0E0 solid;
}

.sec04 li a:hover {
	color:#EB5E01;
	border-top:10px #F39E67 solid;
	text-decoration:none;
}

/*　section5
/*-------------------------------------------*/
.sec05 {
	padding:0 0 100px 0;
	background:#EEE;
}

/* text */
.sec05 .container > div:nth-child(1) h2 {
	float:left;
	margin:0 30px 50px 0;
	font-size:32px;
	font-weight:300;
	line-height:40px;
	text-align:left;
}

.sec05 .container > div:nth-child(1) h3 {
	float:left;
	font-size:18px;
	font-weight:400;
	line-height:40px;
	text-align:left;
}

/* banner */
.sec05 .container > div:nth-child(2) {
	clear:both;
}

.sec05 .container > div:nth-child(2) > div {
	float:left;
	margin: 0 1% 0 0; 
	width: 19.2%;
	min-height:520px;
	background:#FFF;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
	z-index:50;
}

.sec05 .container > div:nth-child(2):first-child {
    margin-left: 0.1%;
}

.sec05 .container > div:nth-child(2) > div:last-child {
	margin:0;
}

.sec05 .container > div:nth-child(2) > div > a {
	display:block;
	padding:0 35px;
	width:100%;
}

.sec05 .container > div:nth-child(2) > div > a:hover {
	color:#424242;
	text-decoration:none;
}

.sec05 .container > div:nth-child(2) > div a div {
	padding:0;
}

.sec05 .container > div:nth-child(2) > div a div span {
	float:left;
	margin:0 0 25px 0;
	width:65px;
	height:5px;
	background:#EB5E01;
}

.sec05 .container > div:nth-child(2) > div a:hover div span {
	background:#F39E67;
}

.sec05 .container > div:nth-child(2) > div h3 {
	clear:both;
	margin:0 0 10% 0;
	padding:0 0 14px 0;
	border-bottom:1px #BDBDBD solid;
	font-size:20px;
	font-weight:300;
	text-align:left;
}

.sec05 .container > div:nth-child(2) > div div div {
	margin:0 0 10% 0;
}

.sec05 .container > div:nth-child(2) > div div div img {
	max-width:265px;
	width:100%;
	height:auto;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
}

.sec05 .container > div:nth-child(2) > div > div {
	margin:0 33px;
}

.sec05 .container > div:nth-child(2) > div > div li {
	float:left;
	margin:0 10px 10px 0;
	list-style-type:none;
	z-index:100;
}

.sec05 .container > div:nth-child(2) > div > div li a {
	display:block;
	padding:0 10px;
	border:1px #BDBDBD solid;
	font-weight:300;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	-ms-border-radius:4px;
	font-size:13px;
	line-height:30px;
}

.sec05 .container > div:nth-child(2) > div > div li a:hover {
	color:#EB5E01;
	text-decoration:none;
}

/*　section6
/*-------------------------------------------*/
.sec06 {
	padding:0 0 75px;
	background:#EEE;
}

.sec06 ul {
	list-style:none;
	text-align:center;
}

.sec06 li {
	display:inline-block;
	margin:0 40px 0 0;
}

.sec06 li:nth-child(2) {
	margin:0;
}

.sec06 .text {
	font-weight:400;
}

.sec06 .text > div:first-child {
	position:relative;
	top:20px;
	font-size:18px;
}

.sec06 .text > div:last-child {
	font-size:26px;
}

.sec06 .text > div:last-child:before {
	position:relative;
	top:15px;
	margin:0 10px 0 0;
	content:url(../images/crown.png);
}

.sec06 .button {
	position:relative;
	top:-5px;
	text-align:center;
}

.sec06 .button div {
	display:inline-block;
	margin:0 20px 0 0;
}

.sec06 .button div:nth-child(2) {
	margin:0;
}

.sec06 .button a {
	display:block;
	width:190px;
	height:54px;
	background:#EB5E01;
	border-radius:35px;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	-o-border-radius:35px;
	-ms-border-radius:35px;
	box-shadow:2px 2px 1px #C0BFBF;
	color:#FFF;
	font-size:16px;
	line-height:54px;
}

.sec06 .button a:hover {
	text-decoration:none;
}

.sec06 .button a:active {
	position:relative;
	top:2px;
	left:2px;
	box-shadow:none;
	text-decoration:none;
}

.sec06 div.all_shift {
  padding-top: 50px;
  margin-bottom: -30px;
  font-size: 18px;
  font-weight: 400;
}

.sec06 .shiftb_a {
	display:block;
	width:320px;
	height:50px;
	background:#FFFFFF;
	border-radius:35px;
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	-o-border-radius:35px;
	-ms-border-radius:35px;
	box-shadow:2px 2px 1px #C0BFBF;
	color:#424242;
	font-size:16px;
	line-height:50px;
  font-weight: 400;
}

.sec06 .shiftb_a:before {
	position:relative;
	top:10px;
	margin:0 10px 0 0;
	content:url(../images/shift_icon.png);	
}

.sec06 .shiftb_a:hover {
  text-decoration: none;
}

.sec06 .shiftb_a:active {
    position: relative;
    top: 2px;
    left: 2px;
    box-shadow: none;
    text-decoration: none;
}

.sec06 .shiftb {
	padding-top:75px;
	text-align:center;
	display: inline-block;
}

