/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#f2f2f2;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

/* Custom CSS
 * --------------------------------------- */
body{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #f2f2f2;
}
h1{
	font-size: 6em;
}
p{
	font-size: 2em;
}
/** 
 * ===================================================================
 * preloader
 *
 * ------------------------------------------------------------------- 
 */

/*========================
ローディング
========================*/
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #FFF;
	z-index: 100000000;
}

#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #999;
	font-size:0.8em;
	font-weight:400;
	line-height:2em;
	z-index: 1000000000;
	font-family: 'Titillium Web', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#loader img{
  position: absolute;
}

/* amim CSS
 * --------------------------------------- */
.amim1{
	animation-delay:1s; //2秒遅延して実行
	/*animation-iteration-count: 2; //3回繰り返す*/
	animation-iteration-count: infinite;
}
.amim2{
	animation-delay:2s; //2秒遅延して実行
	animation-iteration-count: infinite;
}
.amim3{
	animation-delay:3s; //2秒遅延して実行
	animation-iteration-count: infinite;
}
.amim4{
	animation-delay:4s; //2秒遅延して実行
	animation-iteration-count: infinite;
}

.section{
	text-align: center;
}
/* スクロールボタン */

@media only screen and (min-width:768px) {
.ScrDown {
	position:absolute;
	bottom:30px;
	left:50%;
	margin-left:-20px;
	width:40px;
	height:50px;
	background:url(../../images/scroll.png) no-repeat 0 0;
	background-size:contain;
	opacity:0;
	z-index:99999;
}

.ScrDown a {
	display:block;
	height:50px;
	cursor:default;
}
/**
 * img
 * 
	* --------------------------------------- */

.image img {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}
	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}


	/* Backgrounds will cover all the section
	* --------------------------------------- */
	#section1,
	#section2,
	#section3,
	#section4,
	#section5,
	#section6{
		background-size: cover;
	}

	/* Defining each section background and styles
	* --------------------------------------- */
	#section1{
		background-image:url(../../images/intro.jpg);
		background-position: center top;
	}
	#section2{
		background-image:url(../../images/one.jpg);
		background-position: center top;
	}
	#section3{
		background-image:url(../../images/two.jpg);
	}
	#section4{
		background-image:url(../../images/three.jpg);
	}
	#section5{
		background-image:url(../../images/four.jpg);
	}
	#section6{
		background-image:url(../../images/five.jpg);
	}
}
@media only screen and (min-width:768px) {
/* Section 1
 * --------------------------------------- */
#section1 {
	text-align: center;
}

#section1 .textimg {
	display: none;
}

#section1 div img {
	text-align: center;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
}
#section1 .box1 {
}

/* Section 2
 * --------------------------------------- */
#section2 .catch{top:20%; margin-top:30px;
}
#section2 .catch img{display: inline-block; width:85%;
}


/* Section 3
 * --------------------------------------- */
#section3 .catch{
z-index:300;
}
#section3 .catch img{display: inline-block; width:100%;
z-index:500;
}
#section3 .imgb {
    border: 2px solid #fff;
}
#section3 .imgb img{z-index:10;}
#section3 .row{width:700px;
margin:auto;
}
#section3 .icons {margin-top: -100px;
    margin-right: 50px;
    z-index:20;}
	#section3 .color01{font-size:10px;}
#section3 p {
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	line-height: 2.0em;
	margin-bottom: 0.8rem;
	text-transform: uppercase;
	/*letter-spacing: .12em;*/
	text-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #000;　
}

/* Section 4
 * --------------------------------------- */
#section4{
	text-align: center;
}
#section4 p {
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
	line-height: 1.667;
	margin-bottom: 0.6rem;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #000;
	text-align: center;　
}
#section4 .box1{
	background-color: #e2ad1a;
	padding: 10px;
	color: #000;
	font-size: 18px;
	width: 300px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

/* Section 5
 * --------------------------------------- */
 #section5{
	text-align: center;
}
#section5 .catch img{display: inline-block; width:320px;
}
 #section5 .intro h3{font-weight: bold; font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";}
.intro h1{
	color: #FFFFFF;
	font-size: 4.0rem;
	line-height: 1.667;
	margin-bottom: 0.6rem;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
}

#section5 .box-txt {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	text-align: left;
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	line-height: 1.667;
	margin-bottom: 0.6rem;
	letter-spacing: .15em;
	text-align: center;　
}
#section5 p{
	color: rgba(255, 255, 255, 1);
	font-size: 1.8rem;
	line-height: 1.667;
	margin-bottom: 0.6rem;
	margin-top: 5px;
	padding-top: 5px;
	text-transform: uppercase;

}
#section5 .horizon4 {
	position: absolute;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
}



.linebox{
	border: 1px solid #fff;
	padding: 5px;
}

.button {
	    position: relative;
    display: inline-block;
    padding: 0.9em 3.6em;
    color: #e5a83f;
    text-align: center;
    text-decoration: none;
    outline: none;
    transition: all .2s;
    background: #FFFFFF;
    border: 2px solid;
    margin-top: 40px;
    font-size: 1.6rem;
}
.button::before,
.button::after {
	position: absolute;
	z-index: 2;
	content: '';
	width: 0;
	height: 0;
	border: 2px solid transparent;
}
.button::before {
	top: -2px;
	left: -2px;
}
.button::after {
	bottom: -2px;
	right: -2px;
}
.button:hover {
	color: #e2ad1a;
}
.button:hover::before,
.button:hover::after {
	width: 100%;
	height: 100%;
}
.button:hover::before {
	border-bottom-color: #e2ad1a;
	border-left-color: #e2ad1a;
	transition: height .3s, width .3s .3s;
}
.button:hover::after {
	border-top-color: #e2ad1a;
	border-right-color: #e2ad1a;
	transition: height .3s, width .3s .3s;
}

}



@media only screen and (max-width: 768px) {
.ScrDown {
	position:absolute;
	bottom:30px;
	left:50%;
	margin-left:-20px;
	width:40px;
	height:50px;
	background:url(../../images/scroll.png) no-repeat 0 0;
	background-size:contain;
	opacity:0;
	z-index:99999;
}

.ScrDown a {
	display:block;
	height:50px;
	cursor:default;
}
/**
 * img
 * 
	* --------------------------------------- */

.image img {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}
	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}


	/* Backgrounds will cover all the section
	* --------------------------------------- */
	#section1,
	#section2,
	#section3,
	#section4,
	#section5,
	#section6{
		background-size: cover;
	}

	/* Defining each section background and styles
	* --------------------------------------- */
	#section1{
		background-image:url(../../images/intro.jpg);
		background-position: center top;
	}
	#section2{
		background-image:url(../../images/one.jpg);
	}
	#section3{
		background-image:url(../../images/two.jpg);
	}
	#section4{
		background-image:url(../../images/three.jpg);
	}
	#section5{
		background-image:url(../../images/four.jpg);
	}

/* Section 1
 * --------------------------------------- */
#section1 {
	text-align: center;
}
#section1 h1 {
	color: #FFFFFF;
	font-size: 4.0rem;
	line-height: 1.667;
	margin-bottom: 0.6rem;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #000;　/* Safari,Google Chrome用 */  /*
	letter-spacing: .25rem;*/
}
#section1 h2 {
	color: #FFFFFF;
	font-size: 2.5rem;
	line-height: 1.334;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	text-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #000;　
}
	#section1 h3 {
	color: #FFFFFF;
	font-size: 2.5rem;
	line-height: 1.334;
	margin-left: auto;
	margin-right: auto;
	text-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #000;　
}

#section1 p {
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
	line-height: 1.667;
	margin-bottom: 0.6rem;
	text-transform: uppercase;
	letter-spacing: .15em;
	font-weight: bold;
	text-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #000;　
}
#section1 div img {
	text-align: center;
	width: 268px;
	margin-left: auto;
	margin-right: auto;
}
#section1 .box1 {
}
#section1 .horizon4 {
	position: absolute;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
}
/* Section 2
 * --------------------------------------- */
#section2 p {
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
	line-height: 1.667;
	margin-bottom: 0.6rem;
	letter-spacing: .15em;
	text-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;　
}

#section2 .box1{
	background-color: #e2ad1a;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	width: 300px;
	text-align: center;
}

/* Section 3
 * --------------------------------------- */
#section3 p {
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	line-height: 1.667;
	margin-bottom: 0.6rem;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #000;　
}

#section3 .box1{
	background-color: #e2ad1a;
	padding: 10px;
	color: #000;
	font-size: 18px;
	width: 300px;
	text-align: center;
}
/* Section 4
 * --------------------------------------- */
#section4{
	text-align: center;
}
#section4 p {
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
	line-height: 1.667;
	margin-bottom: 0.6rem;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #000;
	text-align: center;　
}
#section4 .box1{
	background-color: #e2ad1a;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	width: 300px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

/* Section 5
 * --------------------------------------- */
 #section5{
	text-align: center;
}
.intro{}
.intro h1{
	color: #FFFFFF;
	font-size: 4.0rem;
	line-height: 1.667;
	margin-bottom: 0.6rem;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #000;　/* Safari,Google Chrome用 */  /*
	letter-spacing: .25rem;*/
}

#section5 .box-txt {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	text-align: left;
	color: rgba(255, 255, 255, 1);
	font-size: 13px;
	line-height: 1.667;
	margin-bottom: 0.6rem;

	letter-spacing: .15em;
	text-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #000;
	text-align: center;　
}
#section5 p{
	color: rgba(255, 255, 255, 1);
	font-size: 1.8rem;
	line-height: 1.667;
	margin-bottom: 0.6rem;
	margin-top: 5px;
	padding-top: 5px;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
	-webkit-box-shadow: 1px 1px 3px #000;　/* Safari,Google Chrome用 */  /*
	letter-spacing: .25rem;*/
}
#section5 .horizon4 {
	position: absolute;
	left: 0;
	width: 0;
	height: 2px;
	background: #fff;
}



.linebox{
	border: 1px solid #fff;
	padding: 5px;
}

.button {
	position: relative;
	display: inline-block;
	padding: .9em 3.6em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	outline: none;
	transition: all .2s;
}
.button::before,
.button::after {
	position: absolute;
	z-index: 2;
	content: '';
	width: 0;
	height: 0;
	border: 2px solid transparent;
}
.button::before {
	top: -2px;
	left: -2px;
}
.button::after {
	bottom: -2px;
	right: -2px;
}
.button:hover {
	color: #e2ad1a;
}
.button:hover::before,
.button:hover::after {
	width: 100%;
	height: 100%;
}
.button:hover::before {
	border-bottom-color: #e2ad1a;
	border-left-color: #e2ad1a;
	transition: height .3s, width .3s .3s;
}
.button:hover::after {
	border-top-color: #e2ad1a;
	border-right-color: #e2ad1a;
	transition: height .3s, width .3s .3s;
}

}