@charset "utf-8";


/* 全体構成
---------------------------------------------------------------- */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/scripts/boxsizing.htc);
}

body {
  font-size: 14px;
  line-height:1.6;
  color: #333;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%; 
  /*  overflow-y: scroll;*//*ローディング時のカタ付き防止*/
}

#top{
}

html{
	height:100%;
}

img{
	margin:0;
	padding:0;
	vertical-align:bottom;
	line-height:0px;
}

ul{
	margin:0;
	padding:0;
}

li{
	margin:0;
	padding:0;
	list-style:none;
}

p{
	margin:0;
	padding:0;
	vertical-align:bottom;
}

a{
	outline: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	text-decoration: none;
}

a:link{
	color:#333333;
}

a:visited{
	color:#333333;
}

a:hover{
	color:#0000FF;
}


/* h系
---------------------------------------------------*/
h1{
	
}

h2{
	margin:0;
	padding:0;
}

h3{
	margin:0;
	padding:0;
}

h4{
	margin:0;
	padding:0;
}

h5{
	margin:0;
	padding:0;
}


/* float�clear系
---------------------------------------------------*/
.left{
	float:left;
}

.leftleft{
	clear:left;
	float:left;
}

.right{
	float:right;
}

#clear{
	clear:both;
	text-indent:-9999px;
}

.clear{
	clear:both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
 }
     
.clearfix {
	margin:0;
	padding:0;
	display: inline-block;
	list-style:none;
}
     
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearfix_clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
 }
     
.clearfix_clear {
	margin:0;
	padding:0;
	display: inline-block;
	list-style:none;
    clear: both;
}
     
/* Hides from IE-mac \*/
* html .clearfix_clear {height: 1%;}
.clearfix_clear {display: block;}
/* End hide from IE-mac */


/* font系
---------------------------------------------------*/
.bold{
	font-weight:bold;
}

.red{
	color:#FF0000;
}

.white{
	color:#FFFFFF;
}


/* テキスト配置
---------------------------------------------------*/
.txt_right{
	text-align:right;
}

.txt_center{
	text-align:center;
}

.txt_left{
	text-align:left;
}


/* テキスト周り
---------------------------------------------------*/
.txt{
	margin:0;
	padding:5px;
}

.txt2{
	margin:0;
	padding:10px;
}


/* 文字サイズ
---------------------------------------------------*/
.font10{
	font-size:10px;
	line-height:160%;
}

.font11{
	font-size:11px;
	line-height:160%;
}

.font12{
	font-size:12px;
	line-height:160%;
}

.font13{
	font-size:13px;
	line-height:160%;
}

.font14{
	font-size:14px;
	line-height:160%;
}

.font15{
	font-size:15px;
	line-height:160%;
}

.font16{
	font-size:16px;
	line-height:160%;
}

.font18{
	font-size:18px;
	line-height:160%;
}

.font20{
	font-size:20px;
	line-height:160%;
}


/* 空間系
---------------------------------------------------*/
.top5{
	margin-top:5px !important;
}

.top10{
	margin-top:10px !important;
}

.top15{
	margin-top:15px !important;
}

.top20{
	margin-top:20px !important;
}

.top25{
	margin-top:25px !important;
}

.top30{
	margin-top:30px !important;
}

.top35{
	margin-top:35px !important;
}

.top40{
	margin-top:40px !important;
}

.top45{
	margin-top:45px !important;
}

.top50{
	margin-top:50px !important;
}

.top55{
	margin-top:55px !important;
}

.top60{
	margin-top:60px !important;
}

.top70{
	margin-top:70px !important;
}

.top80{
	margin-top:80px !important;
}

.top90{
	margin-top:90px !important;
}

.top100{
	margin-top:100px !important;
}




.bot5{
	margin-bottom:5px !important;
}

.bot10{
	margin-bottom:10px !important;
}

.bot15{
	margin-bottom:15px !important;
}

.bot20{
	margin-bottom:20px !important;
}

.bot25{
	margin-bottom:25px !important;
}

.bot30{
	margin-bottom:30px !important;
}

.bot35{
	margin-bottom:35px !important;
}

.bot40{
	margin-bottom:40px !important;
}

.bot45{
	margin-bottom:45px !important;
}

.bot50{
	margin-bottom:50px !important;
}

.bot55{
	margin-bottom:55px !important;
}

.bot60{
	margin-bottom:60px !important;
}

.bot70{
	margin-bottom:70px !important;
}

.bot80{
	margin-bottom:80px !important;
}

.bot90{
	margin-bottom:90px !important;
}

.bot100{
	margin-bottom:100px !important;
}




/* page top
---------------------------------------------------*/
#pageTop{
	position:fixed;
	bottom:20px;
	right:20px;
}
#pageTop:hover{
}



/* 主要ボックス
---------------------------------------------------*/
.box100p{
	width:100%;
}



/* ぶら下がりインデント設定
---------------------------------------------------*/
.indent{  
	text-indent: -10px;/*左側の空間*/
	margin-left: 10px;/*左側の空間*/
} 


/* マウスオーバーで透過(jsが使用できなかった場合にaタグの前のpに設定する)
---------------------------------------------------*/
.hover a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}



/* フェード
---------------------------------------------------*/
.animation {
}
.fade {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.0s;
 -ms-animation-duration:1.0s;
 animation-duration:1.0s;
 -webkit-animation-name: fade;
 animation-name: fade;
 visibility: visible !important;
}
@-webkit-keyframes fade {
 0% { opacity: 0; -webkit-transform: translateY(200px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fade {
 0% { opacity: 0; -webkit-transform: translateY(200px); -ms-transform: translateY(200px); transform: translateY(200px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.animation2 {
overflow:hidden;
}
.fade2 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fade2;
 animation-name: fade2;
 visibility: visible !important;
}
@-webkit-keyframes fade2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fade2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animation3 {
overflow:hidden;
}
.fade3 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:0.5s;
 -ms-animation-duration:0.5s;
 animation-duration:0.5s;
 -webkit-animation-name: fade3;
 animation-name: fade3;
 visibility: visible !important;
}
@-webkit-keyframes fade3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fade3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animation4 {
overflow:hidden;
}
.fade4 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:0.5s;
 -ms-animation-duration:0.5s;
 animation-duration:0.5s;
 -webkit-animation-name: fade4;
 animation-name: fade4;
 visibility: visible !important;
}
@-webkit-keyframes fade4 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fade4 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.animation5 {
overflow:hidden;
}
.fade5 {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fade5;
 animation-name: fade5;
 visibility: visible !important;
}
@-webkit-keyframes fade5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fade5 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


/* ローディング
---------------------------------------------------*/
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;	
	/*ローディング背景画像*/
	/*background-image:url(../image/common/loadingimg.jpg);
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center center;*/
	/*ローディング背景画像*/
	z-index: 1000;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 322px;/*横幅*/
  height: 200px;/*縦幅！必ず設定してください！*/
  margin-top: -100px;/*heightの半分の値*/
  margin-left: -161px;/*widthの半分の値*/
  text-align: center;
  color: #000;
  z-index: 2000;/*コンテンツは全てこの値を超えてはいけない*/
}








/* 全体構成
---------------------------------------------------*/
.width950{
  width:950px;
  margin-left: auto;
  margin-right: auto;
}


.width950_2{
	margin:0 auto;
	padding:0;
	width:950px;
}


/* TOP FLASH
---------------------------------------------------*/
/* fullSlideShow
--------------------------- */
.fullSlideShow {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.fullSlideShow ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: absolute; /* absolute or fixed */
	overflow: hidden;
}
.fullSlideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow ul li img {
	width: 100%;
}


/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: fixed;
	z-index: 90;
 	visibility: hidden;
}

.pagiNation a {
	margin: 0 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
	background: #000;
}
.pagiNation a.pnActive {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


/* Wrapper
--------------------------- */
#wrapper {
	width: 100%;
	text-align: left;
	background: #fff;
	position: relative;
	z-index: 120;
}

/* =======================================
	ClearFixElements
======================================= */
.fullSlideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.fullSlideShow ul {
	display: inline-block;
	overflow: hidden;
}


/* 左右からスライドイン
---------------------------------------------------*/
.slidein_box_out{
	margin:0;
	padding:0;
	overflow:hidden;
	position:relative;
}

.slidein_box1_1{
	width:50%;
	float:left;
	overflow:hidden;
	position:relative;
}

.slidein_box1_2{
	width:50%;
	float:right;
	overflow:hidden;
	position:relative;
}

.slidein_box2_1{
	margin:0;
	padding:72px 50px 0 0;
	width:425px;
	text-align:right;
	position:absolute;
	top:0;
	right:0;
}

.slidein_box2_2{
	margin:0;
	padding:72px 0 0 50px;
	width:425px;
	position:absolute;
	top:0;
	left:0;
}

.slidein_box3{
    height: 340px;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    width: 100%;
    vertical-align: bottom;
}
 
a:hover>.slidein_box3 {
	transform: scale(1.15,1.15);
	-webkit-transform:scale(1.15,1.15);
	-moz-transform:scale(1.15,1.15);
	-ms-transform:scale(1.15,1.15);
	-o-transform:scale(1.15,1.15);
}


/* カルーセル
--------------------------------------------------------- */
#loopslider {
    margin: 0 auto;
    width: 100%;
    height: 380px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
#loopslider ul {
    height: 380px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
#loopslider ul li {
    width: 320px;
    height: 380px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#loopslider ul {
    display: inline-block;
    overflow: hidden;
}


/* cssのみで動くボタン
---------------------------------------------------*/
.button {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	border: 2px solid #121E3E;/*borderの色*/
	color: #121E3E;/*文字色*/
	font-size:16px;
	font-weight:bold;
	line-height: 47px;
	background-image:url(../image/btn.png);
	background-repeat:no-repeat;
	background-position:top center;/*centerの部分はleftに変更可能*/
}
.button:link {
	color: #121E3E;/*文字色*/
}
.button:visited {
	color: #121E3E;/*文字色*/
}
.button:hover {
	background-color:#121E3E;/*マウスオーバー時の背景色*/
	background-image:url(../image/btn_on.png);
	background-repeat:no-repeat;
	background-position:top center;/*center��left�ɕύX�\*/
	color: #FFFFFF;/*マウスオーバー時の文字色*/
}


/* パララックス
---------------------------------------------------*/
/*
html {
	height: 100%; 
	overflow: hidden; /* ブラウザ標準のスクロールバーを消します 
}
 
body {
	overflow-y: scroll;  /*  縦スクロールバーを表示します。 
	overflow-x: hidden;  /*  横スクロールバーを消します。 
	height: 100%; 
}
*/
 
.image-base{
	min-height: 400px; /* 高さの最小値を決めることで高さを確保させます。デバイスサイズに応じて数値を変更させると、背景画像もレスポンシブに変化します。　*/
	background-position: center center;
}
 
.image-base_under{
	padding:390px 0 0 0;
	min-height: 150px; /* 高さの最小値を決めることで高さを確保させます。デバイスサイズに応じて数値を変更させると、背景画像もレスポンシブに変化します。　*/
	background-position: center center;
}

.para_img1{
	background-image:url(../para_img/back.png), url(../para_img/1.jpg);
	background-repeat:repeat, no-repeat;
	background-attachment:fixed, fixed;/* 背景画像を固定させます。 */
	-webkit-background-size:8px 8px, cover;
	-moz-background-size:8px 8px, cover;
	-o-background-size:8px 8px, cover;
	background-size:8px 8px, cover; /* 背景画像をフルスクリーンにフィットさせます */
}

.para_img2{
	background-image:url(../para_img/back.png), url(../para_img/2.jpg);
	background-repeat:repeat, no-repeat;
	background-attachment:fixed, fixed;/* 背景画像を固定させます。 */
	-webkit-background-size:8px 8px, cover;
	-moz-background-size:8px 8px, cover;
	-o-background-size:8px 8px, cover;
	background-size:8px 8px, cover; /* 背景画像をフルスクリーンにフィットさせます */
}

.para_img3{
	background-image:url(../para_img/back.png), url(../para_img/3.jpg);
	background-repeat:repeat, no-repeat;
	background-attachment:fixed, fixed;/* 背景画像を固定させます。 */
	-webkit-background-size:8px 8px, cover;
	-moz-background-size:8px 8px, cover;
	-o-background-size:8px 8px, cover;
	background-size:8px 8px, cover; /* 背景画像をフルスクリーンにフィットさせます */
}

.para_img4{
	background-image:url(../para_img/back.png), url(../para_img/4.jpg);
	background-repeat:repeat, no-repeat;
	background-attachment:fixed, fixed;/* 背景画像を固定させます。 */
	-webkit-background-size:8px 8px, cover;
	-moz-background-size:8px 8px, cover;
	-o-background-size:8px 8px, cover;
	background-size:8px 8px, cover; /* 背景画像をフルスクリーンにフィットさせます */
}

.para_img5{
	background-image:url(../para_img/back.png), url(../para_img/5.jpg);
	background-repeat:repeat, no-repeat;
	background-attachment:fixed, fixed;/* 背景画像を固定させます。 */
	-webkit-background-size:8px 8px, cover;
	-moz-background-size:8px 8px, cover;
	-o-background-size:8px 8px, cover;
	background-size:8px 8px, cover; /* 背景画像をフルスクリーンにフィットさせます */
}

.para_img6{
	background-image:url(../para_img/back.png), url(../para_img/6.jpg);
	background-repeat:repeat, no-repeat;
	background-attachment:fixed, fixed;/* 背景画像を固定させます。 */
	-webkit-background-size:8px 8px, cover;
	-moz-background-size:8px 8px, cover;
	-o-background-size:8px 8px, cover;
	background-size:8px 8px, cover; /* 背景画像をフルスクリーンにフィットさせます */
}
