@charset "utf-8";


/* 全体構成
---------------------------------------------------------------- */
*{
  z-index: 2;
}
body{
	margin:0;
	padding:0;
	height:100%;
	font-size:14px;
	color:#000000;
	line-height:160%;
	/*スマホ対応*/
	-webkit-text-size-adjust: 100%;
	background:url(../image/topback1.jpg) repeat;
}

#top{
	background:none;
}

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;
}

a:link{
	color:#333333;
}

a:visited{
	color:#333333;
}

a:hover{
	color:#0000FF;
}

/*h系*/
h1{
	margin:0 160px 0 0;
	padding:0;
	width:190px;
	float:left;
}

h2{
	margin:0;
	padding:0;
}

h3{
	margin:0 auto;
	padding:20px 0;
	width:360px;
	font-size:22px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
	background-color: rgba( 0, 0, 0, 0.8 );
}

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;
}
 
article#main,.pan_list {
    position: relative;
    z-index: 99;
}
/* 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;
}

.top100{
	margin-top:100px !important;
}

/*ページトップへのjQuery関係*/
#pageTop{
	position:fixed;
	bottom:20px;
	right:20px;
}
#pageTop:hover{
}

/*ぶら下がりインデント設定*/
.indent{  
	text-indent: -10px;  
	margin-left: 10px;  
} 


/*透過マウスオーバー*/
.hover a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/*フェード*/
.animation {
overflow:hidden;
}

.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); }
}


/* ロード画面
---------------------------------------------------*/
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background:#2E1F0C;
	z-index: 1000;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #000;
  z-index: 2000;
}


/* 全体構成
---------------------------------------------------*/
.width950{
	margin:0 auto;
	padding:0;
	width:950px;
	overflow:hidden;
}


/* fullSlideShow
--------------------------- */
.fullSlideShow {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.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;
}


/* パララックス
---------------------------------------------------*/
/*
html {
	height: 100%; 
	overflow: hidden; /* ブラウザ標準のスクロールバーを消します 
}
 
body {
	overflow-y: scroll;  /*  縦スクロールバーを表示します。 
	overflow-x: hidden;  /*  横スクロールバーを消します。 
	height: 100%; 
}
*/
 
.image-base{
	min-height: 500px; /* 高さの最小値を決めることで高さを確保させます。デバイスサイズに応じて数値を変更させると、背景画像もレスポンシブに変化します。　*/
	background-position: center center;
}
 
.image-base_under{
	min-height: 746px; /* 高さの最小値を決めることで高さを確保させます。デバイスサイズに応じて数値を変更させると、背景画像もレスポンシブに変化します。　*/
	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; /* 背景画像をフルスクリーンにフィットさせます */
}


/* header
---------------------------------------------------*/
#header{
	width:100%;
	position:fixed;
	background:rgba( 44, 65, 84, 0.96 );
	z-index:1000;
}


/* navi
---------------------------------------------------*/
.n1{
	margin:0;
	padding:0;
	width:149px;
	float:left;
}

.n2{
	margin:0;
	padding:0;
	width:153px;
	float:left;
}

.n3{
	margin:0;
	padding:0;
	width:145px;
	float:left;
}


/* mainphoto
---------------------------------------------------*/


/* maincontent
---------------------------------------------------*/
.m_box1{
	height:100%;
	width:100%;
	overflow:hidden;
	z-index:500;
	position:absolute;
	bottom:0;
}

.m_box2{
	width:100%;
	overflow:hidden;
	position:absolute;
	bottom:0;
	background:rgba( 44, 65, 84, 0.96 );
	border-top:1px solid rgba( 255, 255, 255, 0.1 );
	border-bottom:1px solid rgba( 255, 255, 255, 0.1 );
}

.m_box3{
	margin:0 auto;
	padding:75px 0;
	width:950px;
  overflow:hidden;
  position: relative;
}

.m_box4{
	width:465px;
}

.m_box5{
	margin:50px auto 0 auto;
	width:220px;
}

.m_box6{
	margin:0 0 67px 0;
	width:220px;
	float:left;
}

.m_box7{
	margin:0 0 67px 0;
	padding:330px 0 0 0;
	width:730px;
	float:left;
	background:url(../image/m4.png) no-repeat;
}

.m_box8{
	margin:10px 0 0 0;
	width:340px;
}

.m_box9{
	width:180px;
	clear:left;
	float:right;
}

.m_box10{
	padding:400px 0 0 340px;
	width:430px;
	float:right;
	background:url(../image/m5.png) no-repeat;
}

.m_box11{
	width:70px;
	font-size:12px;
	line-height:160%;
	text-align:center;
	color:#FFFFFF;
	background:#362816;
	border-radius:5px;
}

.m_box12{  
	text-indent: -90px;  
	margin-left: 90px;  
} 



/*ボタン*/
.button {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	outline: none;
	border-radius:5px;
}
.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 #990000;
	color: #121E3E;
	font-size:16px;
	font-weight:bold;
	line-height: 47px;
	background-image:url(../image/btn.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#990000;
	color: #FFFFFF;
}
.button:link {
	color: #FFFFFF;
}
.button:visited {
	color: #FFFFFF;
}
.button:hover {
	background-color:#FFFFFF;
	background-image:url(../image/btn_on.png);
	background-repeat:no-repeat;
	background-position:top left;
	color: #990000;
}


.top_back1{
	background:url(../image/topback1.jpg) repeat;
}


/*main_left*/
.main_left{
	margin:0;
	padding:0;
	float:left;
	width:210px;
}
 
/*main_right*/
.main_right{
	margin:0;
	padding:0;
	float:right;
	width:720px;
}

/* footer
---------------------------------------------------*/
.footer{
	margin:0;
	padding:0 0 50px 0;
	background:url(../image/back1.jpg) top repeat-x;
	z-index: 99;
    position: relative;
}

.f_txt1{
	padding:80px 0 0 0;
	font-size:12px;
	text-align:center;
	color:#FFFFFF;
	clear:both;
}

@keyframes stretch {
    0% {
      transform: scaleX(1) scaleY(1);
      animation-delay: 0s;
    }
  
    33% {
      transform: scaleX(0.9) scaleY(1);
    }
  
    66% {
      transform: scaleX(1) scaleY(0.9);
    }
  
    100% {
      transform: scaleX(1) scaleY(1);
    }
  }
  @-webkit-keyframes stretch {
    0% {
      -webkit-transform: scaleX(1) scaleY(1);
      animation-delay: 0s;
    }
  
    33% {
      -webkit-transform: scaleX(0.9) scaleY(1);
    }
  
    66% {
      -webkit-transform: scaleX(1) scaleY(0.9);
    }
  
    100% {
      -webkit-transform: scaleX(1) scaleY(1);
    }
  }
  @keyframes shake_bak_bak {
    0% {
      transform: translateX(10px);
      animation-delay: 0s;
    }
  
    50% {
      transform: translateX(-10px);
    }
  
    100% {
      transform: translateX(10px);
    }
  }
  @-webkit-keyframes shake_bak {
    0% {
      -webkit-transform: translateX(10px);
    }
  
    50% {
      -webkit-transform: translateX(-10px);
    }
  
    100% {
      -webkit-transform: translateX(10px);
    }
  }
  @keyframes move {
    0% {
      top: 10%;
      transform: translate(2785px,20%);
      animation-delay: 0s;
    }
   
    /* 20% {
      -webkit-transform: translate(1600px, -1000px);
    }
    40% {
      -webkit-transform: translate(1400px, -800px);
    }
    60% {
      -webkit-transform: translate(1200px, -600px);
    }
    80% {
      -webkit-transform: translate(1000px, -400px);
    } */
    100% {
      top: 100%;
      transform: translate(-1000px,-40%);
      opacity: 0;
    }
  }
  @-webkit-keyframes move {
    0% {
      -webkit-transform: translate(1000px, -1500px);
    }
    
    /* 20% {
      -webkit-transform: translate(1600px, -1000px);
    }
    40% {
      -webkit-transform: translate(1400px, -800px);
    }
    60% {
      -webkit-transform: translate(1200px, -600px);
    }
    80% {
      -webkit-transform: translate(1000px, -400px);
    } */
    100% {
      top: 50%;
      -webkit-transform: translate(0,-50%);
      opacity: 0;
    }
  }
  /* @keyframes move {
    0% {
      transform: translateY(0px);
    }
  
    100% {
      transform: translateY(-1500px);
      opacity: 0;
    }
  }
  @-webkit-keyframes move {
    0% {
      -webkit-transform: translateY(0px);
    }
  
    100% {
      -webkit-transform: translateY(-1500px);
      opacity: 0;
    }
  } */
  #bubble h2 {
    color: #333;
    top: 150px;
  }
  #bubble #form {
    position: absolute;
    top: 150px;
    right: 20px;
    z-index: 10;
  }
  #bubble #form input {
    width: 50px;
    border: none;
    text-align: right;
    padding: 0 5px;
  }
  #bubble #contents {
    /* background-image: url(http://tanton-gallery.com/nfblog/image/topback1.jpg); */
    background-repeat: repeat;
    background-size: contain;
    background-position: 50% 50%;
    /* background: -webkit-linear-gradient(top, #d5ebfb 0%, #86c6e0 100%);
    background: linear-gradient(to bottom, #d5ebfb 0%, #86c6e0 100%);
    box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.14) inset;
    -webkit-box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.14) inset; */
    margin-top: 0;
    overflow: hidden;
    position: relative;
  }
  #bubble #contents .inner {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1 !important;
    width: 90%;
    height: 80% !important;
    transform: translateX(-100%);
  }
  #bubble #contents .inner2{
    top: 10%;
    height: 100% !important;
  }
  #bubble #contents .inner3{
    top: 23%;
    height: 100% !important;
  }
  #bubble .bubble {
    position: absolute;
    bottom: -20%;
    left: 50%;
    opacity: 1;
  }
  #bubble .bubble .item {
    opacity: 1;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    box-shadow: 0px 0px 45px 0px rgba(46, 189, 91, 0.8) inset;
    -webkit-box-shadow: 0px 0px 45px 0px rgb(46, 189, 91 , 0.8) inset;
    position: relative;
  }
  #bubble .bubble .item:after {
    content: "";
    display: block;
    width: 20%;
    height: 20%;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 15%;
    top: 15%;
    filter: blur(2px);
    -webkit-filter: blur(2px);
    transform: rotateZ(45deg) scaleY(0.8);
    -webkit-transform: rotateZ(45deg) scaleY(0.8);
    opacity: 1;
  }










/*/////////////////////////////////////////////////////////////////////////////*/


  #bubble .stretch0 {
    animation: stretch 2s ease 0s infinite normal;
    -webkit-animation: stretch 2s ease 0s infinite normal;
  }
  #bubble .shake_bak_bak0 {
    animation: shake_bak_bak 2s ease 0s infinite normal;
    -webkit-animation: shake_bak_bak 2s ease 0s infinite normal;
  }
  #bubble .move0 {
/*    animation: move 7s cubic-bezier(0.47, 0, 0.745, 0.715) 7s infinite normal;*/
    animation: move 28s cubic-bezier(0.47, 0, 0.745, 0.715) 0s infinite normal;
/*    -webkit-animation: move 7s cubic-bezier(0.47, 0, 0.745, 0.715) 7s infinite normal;*/
    -webkit-animation: move 28s cubic-bezier(0.47, 0, 0.745, 0.715) 0s infinite normal;
  }
  #bubble .pos0 {
    left: 0%;
  }
  #bubble .scale0 {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  #bubble .stretch1 {
    animation: stretch 2.2s ease 0s infinite normal;
    -webkit-animation: stretch 2.2s ease 0s infinite normal;
  }
  #bubble .shake_bak_bak1 {
    animation: shake_bak_bak 2.2s ease 0s infinite normal;
    -webkit-animation: shake_bak_bak 2.2s ease 0s infinite normal;
  }
  #bubble .move01 {
    animation: move 27.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s infinite normal;
    -webkit-animation: move 27.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s infinite normal;
  }
  #bubble .pos1 {
    left: 50%;
  }
  #bubble .scale1 {
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
  }

  #bubble .stretch2 {
    animation: stretch 2.4s ease 0s infinite normal;
    -webkit-animation: stretch 2.4s ease 0s infinite normal;
  }
  #bubble .shake_bak_bak2 {
    animation: shake_bak_bak 2.4s ease 0s infinite normal;
    -webkit-animation: shake_bak_bak 2.4s ease 0s infinite normal;
  }
  #bubble .move2 {
/*    animation: move 7.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s infinite normal;*/
    animation: move 29.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s infinite normal;
/*    -webkit-animation: move 7.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s infinite normal;*/
    -webkit-animation: move 29.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s infinite normal;
  }
  #bubble .pos2 {
    left: 4%;
  }
  #bubble .scale2 {
    transform: scale(0.2);
    -webkit-transform: scale(0.2);
  }






/*/////////////////////////////////////////////////////////////////////////////*/










  #bubble .section .field {
    border-radius: 3px;
    padding: 40px;
    background: -webkit-linear-gradient(top, #a5d4ea 0%, #86c6e0 100%);
    background: linear-gradient(to bottom, #a5d4ea 0%, #86c6e0 100%);
    margin-bottom: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08) inset;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08) inset;
    overflow: hidden;
  }
  #bubble .section .field.relative {
    height: 500px;
    position: relative;
    padding: 0px;
  }
  #bubble .section p {
    margin-bottom: 20px;
  }
  #bubble .section pre {
    margin-top: 0;
  }
  #bubble .section .ex-code-prettify-contents {
    margin-bottom: 30px;
  }
  #bubble .section .item {
    margin: 0 auto;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.6) inset;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.6) inset;
    position: relative;
  }
  #bubble .section .item.L {
    width: 70px;
    height: 70px;
  }
  #bubble .section .item:after {
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    right: 15%;
    top: 15%;
    filter: blur(2px);
    -webkit-filter: blur(2px);
    transform: rotateZ(45deg) scaleY(0.8);
    -webkit-transform: rotateZ(45deg) scaleY(0.8);
  }
  #bubble .section .shake_bak {
    animation: shake_bak 2s ease 0s infinite normal;
    -webkit-animation: shake_bak 2s ease 0s infinite normal;
  }
  #bubble .section .move {
    animation: move 7s cubic-bezier(0.47, 0, 0.745, 0.715) 0s infinite normal;
    -webkit-animation: move 7s cubic-bezier(0.47, 0, 0.745, 0.715) 0s infinite normal;
    position: absolute;
    bottom: -10%;
    left: 50%;
  }