@charset "UTF-8";


@font-face {
  font-family: century-gothic;
  src: url(/fonts/century-gothic.ttf) format("opentype");
}

html, body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: Verdana, Arial, sans-serif;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 14px;
  font-family: Verdana, Arial, sans-serif;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* HTML5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


@media only screen and (min-width: 980px) {
html, body { height: 100%; }
}


.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
}



/* table */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

/* clearfix */

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* Explorer6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* Explorer7 */



body {
  font-size: 14px;
  color: #101010;
  -webkit-text-size-adjust: 100%;
}



img {
  max-width: 100%;
  height: auto;
	width /***/:auto;　
  vertical-align: top;
}

/* 共通項目 */
.inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

/* SNS */
.snsarea{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	margin-top: -2px;
}
.snstop{
	background-color: #f2cb21;
}
.snsarea a{
	padding:10px 20px;
}

@media only screen and (max-width: 980px) {
  .inner {
    width: 87.5%;
  }
	
	.ptitle1{
	padding: .5em .35em;
	background-color: rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	box-shadow: 0 2px 6px rgba(21, 98, 0, .35);
	}
	.ptitle2{
	padding: .5em .35em;
	background-color: rgba(21, 98, 0, 0.3);
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	box-shadow: 0 2px 6px rgba(21, 98, 0, .15);
	color:#fff;
	}
	.ptitle3{
	padding: .5em .35em;
	background-color: rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	box-shadow: 0 2px 6px rgba(21, 98, 0, .15);
	}
	.ptitlemt{
		margin-top:20px;
	}
}

@media only screen and (min-width: 980px) {
  .flL {
    float: left;
  }

  .flR {
    float: right;
  }

  .hoverOpacity {
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .hoverOpacity:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }

  
	
	.ptitle1{
	padding: .5em .75em;
	background-color: rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	box-shadow: 0 2px 6px rgba(21, 98, 0, .55);
	}
	.ptitle2{
	padding: .5em .75em;
	background-color: rgba(21, 98, 0, 0.3);
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	box-shadow: 0 2px 6px rgba(21, 98, 0, .15);
	color:#fff;
	}
	
	.ptitle3{
	padding: .5em .75em;
	background-color: rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	box-shadow: 0 2px 6px rgba(21, 98, 0, .15);
	}
	.ptitlemt{
		margin-top:40px;
	}
	
}


#ma .mainTitle{
	animation: fadeIn 2s linear 0s 1 normal;
    -webkit-animation: fadeIn 3s linear 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0; transform: scale(0.95,0.95); }
    100% {opacity: 1; transform: scale(1,1); }
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0; transform: scale(0.95,0.95);}
    100% {opacity: 1; transform: scale(1,1); }
}


#ma .catchCopy{
	animation: fadeIn3 2s linear 0s 1 normal;
    -webkit-animation: fadeIn 3s linear 0s 1 normal;
}

#ma .sponsor{
	animation: fadeIn3 2s linear 0s 1 normal;
    -webkit-animation: fadeIn 3s linear 0s 1 normal;
}
	
	
@media only screen and (min-width: 720px) {
	.brtag {
    display: none !important;
  }
	
	
}


@media only screen and (max-width: 720px) {
  .spTabH {
    display: none !important;
  }
}
@media only screen and (max-width: 980px) {
  .spH {
    display: none !important;
  }
}
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

/* 文字 */

.required {
  color: #c00;
  font-size: 10px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

#wrap {
  width: 100%;
  position: relative;
}



@media only screen and (max-width: 980px) {
  #wrap {
    font-size: 12px;
    overflow: hidden;
  }
}

/* タイトル */
.sectionTitle {
  line-height: 140%;
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .sectionTitle {
    margin-bottom: 5.8%;
    font-size: 32px;
  }
}
.sectionTitle.white {
  color: #fff;
}

/* ボックス */
.note {
  line-height: 160%;
  font-size: 12px;
  color: #195309;
}
@media only screen and (max-width: 980px) {
  .note {
    line-height: 200%;
    font-size: 10px;
  }
	.numberDotList li {
	font-family:century-gothic, Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
	}
}

@media only screen and (min-width: 980px) {
.transWhiteBox {
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.1);
}

	/* リスト１ */
	.numberDotList {
		counter-reset: item;
		list-style: none;
		width:100%;
		float:left;
	}
	.numberDotList li {
		padding-left: 1.5em;
		position: relative;
		font-family:century-gothic, Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
	}

}

@media only screen and (max-width: 980px) {
	.transWhiteBox {
	width:95%;
	margin:0 auto;
	padding: 10.25%;
	padding-top:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.1);
  }
}





/*メニュー*/


@media only screen and (max-width: 980px) {
.navi{display:none;}
}




@media only screen and (max-width: 980px) {
  #headWrap {
    background-color: #000;
  }
}
#headWrap.fixed {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: fixed;
  top: 0;
  background-color: #fff;
  z-index: 5 !important;
}
#headWrap #header {
  padding: 20px 0;
}
@media only screen and (max-width: 980px) {
  #headWrap #header {
    width: 100%;
    padding: 8.3% 0;
  }
}



@media only screen and (max-width: 980px) {
  #headWrap #header #globalNav #spNavClose {
    padding: 0 8.3%;
    margin-bottom: 10%;
    text-align: right;
  }
  #headWrap #header #globalNav #spNavClose a {
    width: 5.8%;
    display: inline-block;
  }
}
#headWrap #header #globalNav ul {
  font-size: 0px;
  text-align: center;
}
#headWrap #header #globalNav ul li {
  margin-left: 40px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
#headWrap #header #globalNav ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 980px) {
  #headWrap #header #globalNav ul li {
    width: 100%;
    margin: 0;
  }
}
#headWrap #header #globalNav ul li a {
  padding: 10px 2px;
  display: inline-block;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
}
#headWrap #header #globalNav ul li a:visited, #headWrap #header #globalNav ul li a:focus, #headWrap #header #globalNav ul li a:active {
  color: #fff;
}
@media only screen and (min-width: 980px) {
  #headWrap #header #globalNav ul li a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  #headWrap #header #globalNav ul li a:hover {
    border-bottom-color: #fff;
  }
  #headWrap #header #globalNav ul li a.active {
    border-bottom-color: #fff;
  }
	
	
	/*メニュー*/

	#mobile_head{
	display:none;
	}
	.navi{
		z-index:9999;
		 
	}
	
	#menu {
		list-style-type: none;
		width: 980px;
		margin: 0 auto;
		padding: 0;
		z-index:9999;
	}
	#menu li {
		width: 11%;
		float: left;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		background: rgba(2,130,11,.7);
		box-shadow: 0 2px 1px rgba(0, 0, 0, .55);
	}
	#menu li a {
		display: block;
		width : 100%;
		padding: 10px 0;
		color: #fff;
		font-size: 14px;
		line-height: 1;
		text-decoration: none;
		font-weight:bold;
		transition: .3s;
	}
	#menu li a:hover {  background: rgba(0,96,255,.5) }
	
	#menu li a.on:link {  background: rgba(0,96,255,.5) }



}
@media only screen and (max-width: 980px) {
  #headWrap #header #globalNav ul li a {
    width: 100%;
    padding: 4.8% 5.8%;
    text-align: center;
    font-size: 16px;
    border-bottom: none;
  }
}
@media only screen and (max-width: 980px) {
  #headWrap #header #globalNav ul li.contact {
    width: 100%;
    padding: 0 8.3%;
    margin-top: 5.8%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#headWrap #header #globalNav ul li.contact a {
  padding: 15px 30px;
  background-color: #f47900;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  border-bottom: none;
}
@media only screen and (min-width: 980px) {
  #headWrap #header #globalNav ul li.contact a:hover {
    background-color: #f4993f;
  }
  #headWrap #header #globalNav ul li.contact a.active {
    background-color: #f4993f;
  }
}
@media only screen and (max-width: 980px) {
  #headWrap #header #globalNav ul li.contact a {
    padding: 7.5% 0;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
#headWrap.fixed #header #globalNav ul li a {
  color: #141414;
}
#headWrap.fixed #header #globalNav ul li a:visited, #headWrap.fixed #header #globalNav ul li a:focus, #headWrap.fixed #header #globalNav ul li a:active {
  color: #141414;
}
#headWrap.fixed #header #globalNav ul li.contact a {
  color: #fff;
}
#headWrap.fixed #header #globalNav ul li.contact a:visited, #headWrap.fixed #header #globalNav ul li.contact a:focus, #headWrap.fixed #header #globalNav ul li.contact a:active {
  color: #fff;
}


/* SNS */
.snsfixed{
	position:fixed;
	top:50px;
	right:5px;
	width:120px;
	height:100px;
	font-size:20px;
	z-index:1;
}

/* main */

#main {
  width: 100%;
}



.visualarea {  
    width: 100%;
    margin: 0 auto;
    text-align: left;
    margin-top:0px;
}  



@media only screen and (min-width: 980px) {
.contentsWrap {
  width: 100%;
  }
	
	.mainview{
	background-color:#000;
	background-image: url("../images/ma/bg.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	height:100%; 
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	}
	
	.mainview{
		animation: fadeIn2 3s linear 0s 1 normal;
    -webkit-animation: fadeIn2 3s linear 0s 1 normal;
		}

	@keyframes fadeIn2 {
    0% {opacity: 1; transform: scale(1.03,1.03);}
		100% {opacity: 1; transform: scale(1,1); }
		}
}


@media only screen and (max-width: 980px) {
  #pageTop {
    width: 14%;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 3;
  }
  #pageTop a {
    display: block;
  }
  
  .contentsWrap {
  width: 100%;
  position: relative;
  }
	
	.mainview{
	background-color:#000;
	background-image: url("../images/ma/bg_s.jpg");
	background-repeat:no-repeat;
	background-position: top left;
	height:100%; 
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	}
	
	.mainview{
		animation: fadeIn2 3s linear 0s 1 normal;
    -webkit-animation: fadeIn2 3s linear 0s 1 normal;
		}

	@keyframes fadeIn2 {
    0% {opacity: 1; transform: scale(1.07,1.07);}
		100% {opacity: 1; transform: scale(1,1); }
		}
	
}

.contentsWrap.white {
  background-color: #fff;
	z-index:-99;
}

.contentsWrap.gray {
  background-color: #cbcbcb;
}


@media only screen and (max-width: 980px) {
  .contentsWrap.white:before {
    /*border: none;
    border-top: 0 solid rgba(255,0,0,0);
    border-right: 0 solid rgba(255,0,0,0);
    border-bottom: 25px solid #fff;
    border-left: 320px solid rgba(255,0,0,0);
    top: -25px;*/
    width: 100%;
    height: 50px;
    border: none;
    background-color: #fff;
    top: -25px;
  }
}

@media only screen and (max-width: 980px) {
  .contentsWrap.white:after {
    /*border: none;
    border-top: 0 solid rgba(255,0,0,0);
    border-right: 0 solid rgba(255,0,0,0);
    border-bottom: 25px solid rgba(255,0,0,0);
    border-left: 320px solid #fff;
    bottom: -25px;*/
    width: 100%;
    height: 50px;
    border: none;
    background-color: #fff;
    bottom: -25px;
  }
}
.contentsWrap.white .contentsBox {
  padding: 50px 0;

}
@media only screen and (max-width: 980px) {
  .contentsWrap.white .contentsBox {
    padding: 7% 0;
  }
}
.contentsWrap .contentsBox {
  padding: 50px 0;
}
@media only screen and (max-width: 980px) {
  .contentsWrap .contentsBox {
    padding: 7% 0;
  }
}

/* Main */
/*------------------------------------------------*/

#ma .contentsBox {
  padding-top: 5%;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  #ma .contentsBox {
    padding-top: 35%;
  }
	
	#ma .catchCopy {
    margin: 8.9% 0;
    font-size: 14px;
  }
	
	#ma .logo img {
    width: 80%;
  }
	
	#ma .sponsor {
    margin: 11.6% 0;
    font-size: 12px;
  }
	
	#renbulink{
	display: none !important;
	}
}





/* Slider */


/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 1px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('/images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('/images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('/images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('/images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('/images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}



/* フッター */
#footWrap {
  width: 100%;
  background-color: #3b2f2d;
}

#footWrap2 {
  width: 100%;
  background-color: #3b2f2d;
}


@media only screen and (max-width: 480px) {
	
	   #footWrap #footer {
	    padding: 2.25% 0 20px;
	  }
	  #footWrap #footer #copyright {
		  text-align: center;
		  line-height: 1.8em;
		  font-size: 10px;
		  color: #fff;
		  width:100%;
		  float:left;
	  }
	
	#footWrap #footer #sns {
		width:120px;
		margin:0 auto;
		padding-top:10px;
		overflow:auto;
	}
	#face{
	background-image: url("../images/facebook_s.png");
	width:28px;
	height:28px;
	float:left;

	}
	#tweet{
	background-image: url("../images/tweet_s.png");
	margin-left:10px;
	width:28px;
	height:28px;
	float:left;

	}
	#insta{
	background-image: url("../images/insta_s.png");
	margin-left:10px;
	width:28px;
	height:28px;
	float:left;

	}
  
}



@media only screen and (min-width: 481px) and (max-width: 780px) {

  #footWrap #footer {
    padding: 2.25% 0 80px;
  }
  #footWrap #footer #copyright {
	  text-align: center;
	  line-height: 1.8em;
	  font-size: 10px;
	  color: #fff;
	  width:70%;
	  float:left;
  }
	
	#footWrap #footer #sns {
		width:25%;
		float:right;
	}
	#face{
	background-image: url("../images/facebook_s.png");
	width:28px;
	height:28px;
	float:left;

	}
	#tweet{
	background-image: url("../images/tweet_s.png");
	margin-left:10px;
	width:28px;
	height:28px;
	float:left;

	}
	#insta{
	background-image: url("../images/insta_s.png");
	margin-left:10px;
	width:28px;
	height:28px;
	float:left;

	}

}

@media only screen and (min-width: 780px) {

	#footWrap #footer {
		padding: 50px 0 80px;
		
	}
	#footWrap #footer #copyright {
		text-align: center;
		line-height: 1.8em;
		color: #fff;
		width:71%;
		float:left;
	
	}
	#footWrap #footer #sns {
		width:25%;
		float:right;
	
	}
	
	#face{
	background-image: url("../images/facebook.png");
	width:47px;
	height:47px;
	float:left;

	}
	#tweet{
	background-image: url("../images/tweet.png");
	margin-left:10px;
	width:47px;
	height:47px;
	float:left;
	}
	#insta{
	background-image: url("../images/insta.png");
	margin-left:10px;
	width:47px;
	height:47px;
	float:left;
	}

}


/* 05.アメリカンな(?)吹き出し */
.titleheadder{
	margin-bottom:30px;
	position:relative;
	padding:5px 20px;
	font:bold 28px/1.6 Krungthep,"ソフトゴシック M",Arial, Helvetica, sans-serif;
	color:#333;
	background:#fff;
	
	border-top:#333 solid 3px;
	border-bottom:#333 solid 3px;
    background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
            rgba(0, 0, 0, 0.1) 40%,
            rgba(0, 0, 0, 0.1) 60%,
            transparent 60%
			);
	background-size:4px 4px;
}
.titleheadder:before{
	content:" ";
	position:absolute;
	top:100%;
	left:24px;
	width:0;
	height:0;
	border-width:12px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#333;
}
.titleheadder:after{
	content:" ";
	position:absolute;
	top:100%;
	left:28px;
	width:0;
	height:0;
	border-width:8px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#f0f0f0;
	z-index:1;
}


@media screen and (max-width: 981px) {

	#page-top {
	position: fixed;
	bottom: 0px;
	right: 10px;
	font-size: 100%;
	z-index:5;
	}
	
	#page-top a {
	background: rgba(243,204,29,.7);
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 0px;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity:0.90;
	}
	
	#page-top a:hover {
	text-decoration: none;
	background-color:#f3cc1d; 
	}
	.
}

@media screen and (min-width: 981px) {

	#page-top {
	position: fixed;
	bottom: 0px;
	right: 10px;
	font-size: 100%;
	z-index:5;
	}
	
	#page-top a {
	background: rgba(243,204,29,.7);
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 0px;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity:0.90;
	}
	
	#page-top a:hover {
	text-decoration: none;
	background-color:#f3cc1d; 
	}

}


/*画像読み込みギミック*/


.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(80px); }
 70% { opacity: 0; -webkit-transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(80px); -ms-transform: translateY(80px); transform: translateY(80px); }
 7% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}