
/* reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  font-style: inherit;
  font-family: inherit;
  font-size: 1em; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

img {
  border: none; 	  
  /*
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
  */
}

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }


.pc-only{
		display:block;
}
	
.sp-only{
		display:none;
}

html {
	height: 100%; 
 }

body {
	background: #ffffff;
	font-size: 13px;
	line-height: 24px;
	font-family: 'Quicksand','HiraKakuProN-W3', sans-serif;
	font-weight: 400;
	word-wrap: break-word;
	position: relative;
	margin: 0 auto;
	-webkit-text-size-adjust: 100%;
	color: #000;
}

a:link {
	color: #000;
	text-decoration: none;
 }

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

a {-webkit-tap-highlight-color: rgba(255, 255, 255, 0); }


img {display: block; }

#main-wrp{
	position:relative;
	width:960px;
	/*width:1440px;*/
	margin:0 auto;
}

.main{
	position:relative;
	width: 100%;
	margin:0 auto 50px;
}

.main section {
	position:relative;
 }
 
 .main section  p img{
	 width:100%;
	 max-width:100%;
 }

footer {
  width:100%;
  margin: 0 auto;
  color: #6c6c6c;
  padding:70px 0 50px;
  text-align: center;
  font-size: 10px; 
  }

footer .logo{
	text-align:center;
	margin:0 0 35px;
}

footer .logo img{
	margin:0 auto;
	display:inline-block;
}

footer a:hover{
	opacity:0.6;
}

/* pager */

.pager{
	position:absolute;
	bottom:120px;
	left:50%;
	margin-left:-160px;
}

.scrolled-btm .pager{
	position: absolute;
	bottom:-100px;
	text-align:center;
}

.pager ul{
	font-size:0;
}

.pager li{
	display:inline-block;
	width:50px;
	text-align:center;
	font-size:26px;
}


.pager li a{
	color:#fff;
	line-height:50px;
	display:block;
	width:100%;
	opacity:0.7;
	background-color:#333;
}

.pager .prev{
	position:fixed;
	top:50%;
	left:50px;
	margin-top:-25px;
}

.pager .next{
	position:fixed;
	top:50%;
	right:50px;
	margin-top:-25px;
}

.pager .prev a:after{
	content: "\f104";
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.pager .next a:after{
	content: "\f105";
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}


.pager li a:hover{
	opacity:1;
}


/* movie */

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}

.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/* .btm-bnr-wrp */

.btm-bnr-wrp{
	width:100%;
	height:120px;
	position: fixed;
	bottom:0;
	z-index:10;
	background-color:#f7e26f;
	opacity:0.9;
	padding:20px;
	box-sizing:border-box;
	text-align:center;
}

.btm-bnr-wrp p{
	display:inline-block;
	margin:0 auto;
	background-color:#f7e26f;
	opacity:1;
}

.btm-bnr-wrp p img{
	display:inline-block;
	height:90px;
	width:auto;
	vertical-align:bottom;
}


/*sns-wrp*/

.sns-wrp{
	width:100%;
	margin:0 auto 0;
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  color: #fff;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
  }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  }

.fancybox-close {
  position: absolute;
  background: url(../img/common/icn_close.png);
  background-size: contain;
  bottom: -80px;
  left: 50%;
  margin: 0 0 20px -17px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  z-index: 8040;
  }
  
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../img/common/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
  display: block; 
 }

.fancybox-prev {
  left: -70px;
 }

.fancybox-next {
  right: -70px;
  }
  
.fancybox-nav a {
  display: block;
  }

.fancybox-nav span {
  display: block;
  width: 35px;
  height: 70px;
  cursor: pointer;
  z-index: 8040;
  position:absolute;
  top:50%;
  margin-top:-35px;
  }

.fancybox-prev span {
  left: 0px;
  background: url(../img/common/icn_prev.png);
  background-size: 100%;
  width: 35px;
  height: 70px;
  }
 
.fancybox-next span {
  right: 0px;
  background: url(../img/common/icn_next.png);
  background-size: 100%;
  width: 35px;
  height: 70px;
  }
  
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
  }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
  }

.fancybox-lock body {
  overflow: hidden !important;
  }

.fancybox-lock-test {
  overflow-y: hidden !important;
  }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../img/common/overlay.png');
  }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-x: hidden !important;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  font-size: 12px;
  color: #fff;
  }
  
  .fancybox-title h2{
	  font-size:13px;
  }
  
  .fancybox-title a {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
    -webkit-transition: 0 !important;
    transition: 0 !important; 
}

.fancybox-opened .fancybox-title {
  visibility: visible;
  }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
  }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
  }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
  }

.fancybox-title-inside-wrap {
  padding-top: 10px;
  }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  }

.fancybox-title a.disabled {
   display: none;
}


  @media (min-width: 990px) {
    a {
      -webkit-transition: 0.3s;
              transition: 0.3s; }
      a:hover {
        opacity: 0.7; } }
	

@media screen and (max-width: 768px) {
	
	.pc-only{
		display:none;
	}
	
	.sp-only{
		display:block;
	}
	
	html{
		padding:0;
	}
	
    body {
		width: 100%;
		padding:0;
	} 
	  
	  #main-wrp{
		  position:relative;
		  width:100%;
		  margin:0 auto;
	}

	.main {
		padding:0;
		margin-bottom:50px;
		width: auto;
	}
	
	.main img {
		width: 100%;
		height: auto;
	}

	footer {
		width: auto;
		padding:50px 0 25px; 
	} 
	
	footer .logo {
		width: 25%;
		margin:0 auto 20px;
	} 

	footer .logo img{
		width: 100%;
		height:auto;
	} 

	/* pager */
	
	.pager .prev{
		left:0;
	}

	.pager .next{
		right:0;
	}

	/*fancybox*/


    .fancybox-close {
      top: 0;
      right: -30px;
      left: auto;
      bottom: auto;
      margin: 0;
      width: 24px;
      height: 24px;
	  }
	  
	  
	 .fancybox-nav {
		width: 88px;
		height:100%;
		margin:0;
		top:0;
	  } 
	  
	  .fancybox-nav a {
		  position: relative; 
	}
	
	.fancybox-nav span {
		position:absolute; 
		top:50%;
		margin-top:-24px;
	}
	  
	  
	 .fancybox-prev {
      left: -30px;
	  }
	  
	  
    .fancybox-next {
      right: -30px;
	  }
	  
    .fancybox-prev span {
      width: 24px;
      height: 48px;
	  } 


    .fancybox-next span {
      width: 24px;
      height: 48px;
	  right:0;
	  }
	  
	  
	  /*share button style*/

	.sns-wrp{
		width:100%;
		padding:0 10px;
		box-sizing:border-box;
		margin:0 auto 0;
	}
	
	/* .btm-bnr-wrp */

	.btm-bnr-wrp{
		padding:13px;
		box-sizing:border-box;
		text-align:center;
		height:65px;
	}
	
	.btm-bnr-wrp p{
		display:inline-block;
		margin:0 auto;
		background-color:#f7e26f;
		opacity:1;
		text-align:center;
	}
	
	.btm-bnr-wrp p img{
		width:auto;
		height:42px;
	}

	  
	  
  }

