@charset "utf-8";
/* ===================================================================

 file name  :style.css
 style info :全体スタイル指定

=================================================================== */


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

		structure
			ストラクチャ：基本設定、リンクカラーなど

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

body{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;}

a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.rover{
	-webkit-transition: all .2s cubic-bezier(0.05, 0, 0.745, 0.715);
  transition:         all .2s cubic-bezier(0.05, 0, 0.745, 0.715);
}
.rover:hover{
	opacity: 0.7;
}


/* clearfix */
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.cf {
  min-height: 1px;
}
* html .cf {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.pc-hidden {
	display :none;
}
.sp-hidden {
	display: block;
}


/* ---------------------------------------------------------------------------
		#wrapper
			全体
--------------------------------------------------------------------------- */
#wrapper {
	width: 100%;
	margin: 0 auto;
}


/* ---------------------------------------------------------------------------
		#header
			ヘッダー
--------------------------------------------------------------------------- */
#header {
 	width: 100%;
	padding: 20px 0 5px;
	margin: 0 auto;
}

#header .header-inner{
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#header .logo {
	padding-top: 5px;
}
#header .logo li{
	float: left;
	margin-right: 34px;
	line-height: 1;
}
#header .logo li:last-child img{
	width: auto;
	height: 42px;
}
#header .sns{
	position: absolute;
	top: 5px;
	right: 13px;
}
#header .sns li{
	float: left;
	margin-left: 19px;
	line-height: 1;
}


/* ---------------------------------------------------------------------------
		#content
			コンテンツ
--------------------------------------------------------------------------- */

.cont-inner{
	position: relative;
	width: 980px;
	margin: 0 auto;
}


/*  ページタイトル
--------------------------------------------------------------------------- */


/*#content .page-ttl p {
	margin-left: 147px;
}*/

#content {
	width: 1440px;
	margin: 0 auto;
}

#content .page-ttl{
	
}

#content .page-ttl .mv {
	width: 1440px;
	height: 682px;
	background: url(../img/mv_bk.jpg) no-repeat center 0;
	margin: 0 auto;
	position: relative;
	
}

#content .page-ttl h1 {
	width: 980px;
	height: 682px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

#content .page-ttl h1 img{
	display: block;
	width: 980px;
	height: 591px;
	position: absolute;
	top: 45px;
}

#content .page-ttl .mv .btn {
	position: absolute;
	right:50px;
	top: 410px;
}

#content .page-ttl .mv .btn a{
	text-decoration: none;
}

#content .page-ttl .mv .btn p{
	text-align: center;
	background-color: #3E3A39;
	font-size: 20px;
	color: #fff;
	width: 227px;
	margin: 0 auto -30px;
	behavior: url('PIE.htc');/* for IE */
	border-radius: 10px;
	position: relative;
	z-index: 100;
}

#content .page-ttl .mv .btn p::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 38px 43.5px 0 43.5px;
	border-color: #3E3A39 transparent transparent transparent;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}



/*  ナビ
--------------------------------------------------------------------------- */
#content .nav {
	margin: 50px auto;
}
#content .nav ol li {
	float: left;
	width: 33.3333%;
}
#content .nav ol li:first-child {
	text-align: center;
}
#content .nav ol li:nth-of-type(2) {
	text-align: center;
}
#content .nav ol li:last-child {
	text-align: right;
}

#content .bg{
	background: url(../img/main_topbg.jpg) no-repeat center 0;
	margin: 0 auto;
	width: 1440px;
	height: 483px;
}

/*  各セクション共通
--------------------------------------------------------------------------- */

#content .section{
	width: 1440px;
	height: auto;
	margin: 0 auto;
	
}



#content .section .cont-ttl .txt {

}
#content .section .cont-ttl .txt:not(:target) {
	font-size: 18px;
}

#content .section .cont-ttl .btn {

}

.section .cont-inner h2 {
	text-align: right;
	padding-top: 180px;
	border-bottom: 3px solid #fff;
	margin-bottom: 50px;
	position: relative;
}

.section .cont-inner h2 img{
	position: absolute;
	bottom: -2px;
	right: 0;
	z-index: 100;
}


/* 右 */
#content .section .cont-right{
	width: 400px;
	float: right;
	position: relative;
	
}



#content .section .cont-right p{
	color: #fff;
	
}

#content .section .cont-right p img{
	margin-bottom: 10px;
	
}



/* 左 */
#content .section .cont-left{
	float: left;
	margin-right: 20px;
	position: relative;
}


/* upper */
#content .section .upper {
	padding: 50px 0;
	height: auto;
	min-height: 500px;
}
#content .section .everio {

}
#content .section .cont-left .infobtn{
	position: absolute;
	top: 0;
	right: 0;


}


#content .section .infobtn a{
	display: block;
	width: 100%;
	height: 100%;
}

#content .section .infobtn a:hover {
	opacity: 0.6;
}

/* lower */
#content .section .lower {
	clear: both;
	border-top: 1px solid #fff;
	margin-top: 50px;
	margin-bottom: 200px;
	padding-top: 100px;
	height: auto;
	min-height: 500px;
}


.clearfix::after{
	content: "";
	display: block;
	clear: both;
}


/*  section01
--------------------------------------------------------------------------- */
#section01 {
	background-color: #48C3CD;
	position: relative;
}

#content #section01::before{
	content: "";
	display: block;
	background: url(../img/deco_film01.png) no-repeat;
	width: 605px;
	height: 310px;
	position: absolute;
	top: 0;
	left: 0;
}

#content #section01 .cont-left{
	margin-right: 0px;
}

#content #section01 .upper  .cont-left  .infobtn{
	top: -20px;
	right: 50px;
}

#content #section01 .lower  {
	padding-top: 200px;
}

#content #section01 .lower  .cont-left  .infobtn{
	top: -100px;
	right: 50px;
}

#content #section01 .cont-right {
	position: relative;
	z-index: 100;
}

#content #section01 .cont-right .deco{
	position: absolute;
	top: -150px;
}

#content #section01 .deco_pic01{
	width: 236px;
	height: 525px;
	background: url(../img/deco_pic1.png) no-repeat;
	position: absolute;
	top: 500px;
	left: 0;
}

#content #section01 .deco_pic02{
	width: 416px;
	height: 415px;
	background: url(../img/deco_pic2.jpg) no-repeat;
	position: absolute;
	top: -324px;
	right: 0px;
	z-index: 1;
	
}



/*  section02
--------------------------------------------------------------------------- */
#section02 {
	background-color: #9D8BCC;
	position: relative;
}
#content #section02::before{
	content: "";
	display: block;
	background: url(../img/deco_film02.png) no-repeat;
	width: 605px;
	height: 310px;
	position: absolute;
	top: 0;
	left: 0;
}

#section02 .cont-ttl {

}

#content #section02 .upper {
	
}


#content #section02 .upper  .cont-left {
	margin-top: 70px;
	margin-left: 50px;
	
}

#content #section02 .upper  .cont-left p{

}

#content #section02 .upper  .cont-left  .infobtn{
	top: -60px;

}

#content #section02 .upper  .cont-left  .infobtn img{
	
}

#content #section02 .lower  .cont-left{
	margin-left: 50px;
}

#content #section02 .lower  .cont-left  .infobtn{
	right: 350px;
	top: -30px;
}



#content #section02 .deco_pic03{
	width: 260px;
	height: 541px;
	background: url(../img/deco_pic3.png) no-repeat;
	position: absolute;
	top: 500px;
	left: 0;
}

#content #section02 .deco_pic04{
	width: 415px;
	height: 415px;
	background: url(../img/deco_pic4.jpg) no-repeat;
	position: absolute;
	top: -236px;
	right: 0;
}





/*  section03
--------------------------------------------------------------------------- */
#section03 {
	background-color: #D98A12;
	position: relative;
	overflow: hidden;
}

#content #section03::before{
	content: "";
	display: block;
	background: url(../img/deco_film03.png) no-repeat;
	width: 605px;
	height: 310px;
	position: absolute;
	top: 0;
	left: 0;
}

#content #section03 .upper {
	min-height: 550px;
	
}

#content #section03 .mdr{
	padding-top: 200px;
	margin-bottom: 100px;
}

#content #section03 .cont-left{
	margin-left: 30px;
}

#content #section03 .cont-right .deco{
	position: absolute;
	right: -30px;
	top: -140px;
}

#content #section03 .upper  .cont-left  .infobtn{
	right: 0px;
	top: -20px;
}

#content #section03 .lower  .cont-left  .infobtn{
	right: 380px;
}

#content #section03 .deco_pic05{
	width: 234px;
	height: 512px;
	background: url(../img/deco_pic5.jpg) no-repeat;
	position: absolute;
	top: 750px;
	left: -10px;
	
}






/* ---------------------------------------------------------------------------
		#footer
			フッター
--------------------------------------------------------------------------- */
#footer{
	padding: 40px 0;
	text-align: center;
}

#footer .copyright{
	margin-top: 200px;
}


@media screen and (max-width: 1280px) and (min-width: 768px){
	
	#content{
		max-width: 1280px;
		width: 100%;
	}
	
	#content .page-ttl .mv {
    max-width: 1280px;
    width:100%; 
}
	#content .bg {
    max-width: 1280px;
	width: 100%;
}

	#content .section {
    max-width: 1280px;
    width: 100%;
}

	
}

@media screen and (max-width: 1280px){
	.deco_pict{
		display: none;
	}
	
}


/* ==========================================================================
   smartPhone
   ========================================================================== */
@media screen and (max-width: 767px){

	html {
		-webkit-text-size-adjust: 100%;
	}

	
	img{
		display: block;
		width: 100%;
		height: auto;
	}
	
	.pc-hidden {
		display: block;
	}
	.sp-hidden {
		display: none;
	}


	/* ---------------------------------------------------------------------------
		#wrapper
			全体
	--------------------------------------------------------------------------- */
	#wrapper {
		min-width: 320px;
		width: 100%;
	}


	/* ---------------------------------------------------------------------------
			#header
				ヘッダー
	--------------------------------------------------------------------------- */
	#header {
		padding: 20px 0 0;
	}
	
	#header .header-inner{
	width: 96%;
	margin: 0 auto;
	position: relative;
}
	#header .logo{
		padding-top: 0;
	}
	#header .logo li{
		margin-right: 14px;
	}
	#header .logo li img{
		width: auto;
		height: 21px;
	}
	#header .logo li:last-child img{
		width: auto;
		height: 21px;
	}
	#header .sns{
		position: absolute;
		top: -2px;
		right: 0;
	}
	#header .sns li{
		margin-left: 10px;
	}
	#header .sns li img{
		width: 22px;
		height: auto;
	}


	/* ---------------------------------------------------------------------------
			#content
				コンテンツ
	--------------------------------------------------------------------------- */
	.cont-inner{
		max-width: 100%;
		min-width: 290px;
		width: auto;
		margin: 0 15px;
	}
	
	
	#content {
	min-width: 290px;
	width: 100%;
	}


	/*  ページタイトル
	--------------------------------------------------------------------------- */
	#content .page-ttl {
		width: 100%;
		height: 100%;
		padding-bottom: 30px;
		
	}
	#content .page-ttl  h1 img {
		display: block;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		position: relative;
		top: 0;
		padding: 20px 0;
	}
	#content .page-ttl h1 {
		width: 100%;
		height: auto;
		padding:0;
		background: url(../img/mv_bk.jpg) no-repeat center 0;
		background-size: cover;
	}
	/*#content .page-ttl p {
		margin-left: 0;
	}*/
	#content .page-ttl .mv {
		width: 100%;
		height: auto;
		background: none;
	}
	#content .page-ttl .mv .btn {
		position: relative;
		right: 0;
		top: 0;
		width: 70%;
		margin: 20px auto;
	}
	#content .page-ttl .mv .btn img {
		width: 100%;
		height: auto;
		z-index: 10;
	}
	
	#content .page-ttl .mv .btn p{
		width: 100%;
		height: auto;
		position: absolute;
		top: 105%;
		left: 0;
		right: 0;
		margin-right: auto;
		margin-left: auto;
		font-size: 1.2em;
	}
	
	#content .page-ttl .mv .btn p::after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 43.5px 38px 43.5px;
	border-color: #3E3A39 transparent transparent transparent;
	position: absolute;
	bottom:auto;
	left: 0;
	right: 0;
	top: -38px;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
}

	#content .bg{
	background: url(../img/main_topbg.jpg) no-repeat center 0;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 34%;
	background-size: cover;
}

	/*  ナビ
	--------------------------------------------------------------------------- */
	#content .nav {
		width: 100%;
			}
	#content .nav nav {
		width: 100%;
	}
	
	#content .nav ol li img {
		width: 100%;
		height: auto;
	}
	#content .nav ol li:nth-of-type(1) {
		width: 27%;
		line-height: 1;
		margin-right: 4%;
		margin-left: 1%;
		
	}
	
	#content .nav ol li:nth-of-type(2) {
		width: 32%;
		margin-right: 5%;
	}
	
	#content .nav ol li:nth-of-type(3) {
		width: 30%;
		margin-right: 1%
	}


	/*  各セクション共通
	--------------------------------------------------------------------------- */
	
	#content .section{
	width: 100%;
	height: auto;
	margin: 0 auto;
	
}
	.section .cont-inner {
		width: 90%;
		margin: 0 auto;
	}


	#content .section .cont-ttl .txt {
	
	}
	#content .section .cont-ttl .txt:not(:target) {
		font-size: 18px;
	}
	
	#content .section .cont-ttl .btn {
	
	}
	
	.section .cont-inner h2 {
		text-align: right;
		padding-top: 80px;
		border-bottom: 3px solid #fff;
		margin-bottom: 50px;
		position: relative;
	}
	
	.section .cont-inner h2 img{
		position: absolute;
		bottom: -2px;
		right: 0;
	}
	
	
	/* 右 */
	#content .section .cont-right{
		width: 100%;
		float: none;
		margin-top: 30px;
	}
	
	#content .section .cont-right p{
		color: #fff;
	}
	
	#content .section .cont-right p img{
		margin-bottom: 10px;
	}
	
	/* 左 */
	#content .section .cont-left{
		float: none;
		margin-right: 0px;
		position: relative;
		width: 100%;
	}
	
	
	/* upper */
	#content .section .upper {
		padding: 0px 0;
	}
	#content .section .everio {
	
	}
	#content .section .cont-left .infobtn{
		position: absolute;
		top: 0;
		right: 0;
	
	
	}
	
	
	#content .section .infobtn a{
		display: block;
		width: 100%;
		height: 100%;
	}
	
	#content .section .infobtn a:hover {
		opacity: 0.6;
	}
	
	/* lower */
	#content .section .lower {
		clear: both;
		border-top: 1px solid #fff;
		padding: 50px 0;
		margin-bottom: 0;
	}
	
		
	
	#content .section .cont-ttl {
		margin-left: 0;
		padding-bottom: 25px;
	}
	/*#content .section .cont-ttl h1 img {
		width: 80%;
		height: auto;
	}*/
	#content .section .cont-ttl .txt {
		font-size: 100%;
	}
	#content .section .cont-ttl .txt:not(:target) {
		font-size: 12px;
	}
	#content .section .cont-ttl .btn {
		margin-left: 0;
	}
	#content .section .cont-ttl .btn img {
		width: 65px;/*22.4%*/
		height: auto;
	}



	/*  section01
	--------------------------------------------------------------------------- */
	#section01 {
		height: auto;
		padding-top: 30px;
	}
	
	
	#section01 h1 {
		margin-bottom: 25px;
	}
	
	#content #section01::before{
	content: "";
	display: block;
	background: url(../img/deco_film01.png) no-repeat;
	width: 40%;
	height: 0;
	padding-bottom: 52%;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

	
	
	#section01 h1 img {
		width: 65.17%;
		height: auto;
	}
	#section01 .txt {
		margin: 0 0 25px 0;
	}
	
	#content #section01 .upper  .cont-left  .infobtn{
	top: -90px;
	right: auto;
	left: 0;
}

	#content #section01 .lower  {
		padding-top: 150px;
	}
	
	#content #section01 .lower  .cont-left  .infobtn{
		top: -120px;
	}
	
	#content #section01 .lower .cont-right {
		position: relative;
		z-index: 100;
		padding-top: 180px;
	}
	
	#content #section01 .cont-right .deco{
		position: absolute;
		top: 60px;
	}
	

	
	


	/*  section02
	--------------------------------------------------------------------------- */
	#section02 {
		height: auto;
		padding-top: 30px;
		
	}
	#section02 h2 {
		margin: 25px auto;
		
	}
	
	#content #section02::before{
	content: "";
	display: block;
	background: url(../img/deco_film02.png) no-repeat;
	width: 40%;
	height: 0;
	padding-bottom: 52%;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

	#content #section02 .upper  .cont-left {
	margin-top: 70px;
	margin-left: auto;
	
}	
	#content #section02 .upper  .cont-left  .infobtn{
		top: -100px;
	
	}
	
	
	#content #section02 .lower  .cont-left{
		margin-left:auto;
	}
	
	#content #section02 .lower  .cont-left  .infobtn{
		right: auto;
		left: 10px;
		top: -90px;
	}
	
	



	/*  section03
	--------------------------------------------------------------------------- */
	#section03{
		height: auto;
		padding-top: 30px;
		
	}
	#content #section03::before{
	content: "";
	display: block;
	background: url(../img/deco_film03.png) no-repeat;
	width: 40%;
	height: 0;
	padding-bottom: 52%;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
	

	
	
	#content #section03 .cont-left{
		margin-left: auto;
		padding-top: 50px;
	
	}
	
	#content #section03 .upper  .cont-left  .infobtn{
		right:0;
		top: -50px;
	}
	
	#content #section03 .lower  .cont-left  .infobtn{
		top: -90px;
		left: 0;
		right: auto;
	}

	#content #section03 .mdr{
	padding-top: 50px;
	}
	
	#content #section03 .mdr .cont-right{
	margin-top: 150px;
	}


	#content #section03 .cont-right .deco{
	right: 0px;
	top: -110px;
	width: 50%;
	}
	
	.sp-infobtn{
		text-align: center;
		width: 100%;
		background-color: #F4A000;
		border-radius: 10px;
		margin: 20px auto;
	}
	
	.sp-infobtn a{
		display: block;
		width: 100%;
		height: auto;
		padding: 10px 0;
		font-weight: bold;
		font-size: 1.25em;
		text-decoration: none;
		color: #000;
	}

	/* ---------------------------------------------------------------------------
			#footer
				フッター
	--------------------------------------------------------------------------- */
	#footer{
		margin-top: -1px;
		padding: 20px 0;
		font-size: 84%;
	}
	
	#footer .rover{
		width: 90%;
		margin: 0 auto;
	}
	
	#footer .copyright{
	margin-top: 0px;
}


}
