@charset "utf-8";

/*------------------------------*/
/* RESET & SETTING */
/*------------------------------*/
html, body, 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, hr,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	color: inherit;
	text-decoration: none;
}

html {
	overflow: auto;
}

body {
	font-size: 62.5%;
	overflow: hidden;
	min-width: 1100px;
}


article,aside,dialog,footer,header,section,footer,nav,figure,menu {
	display: block;
}

ol, ul {
	list-style: none;
}

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

br {
	letter-spacing:normal;
}

img {
	vertical-align: top;
}

/*------------------------------*/
/* UTILITY */
/*------------------------------*/
* html .clearfix {
	zoom: 1;
}
*+html .clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"),
       local("Yu Gothic Medium"),
       local("YuGothic-Regular"),
       local("Yu Gothic");
}

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"),
       local("Yu Gothic");
}

.merr {
	font-family: 'Merriweather', serif;
}

.jos {
	font-family: 'Josefin Slab', serif;
}


body,
table,
input, textarea, select, option {
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"Hiragino Kaku Gothic Pro","メイリオ",sans-serif;
	color: #333;
}

a:hover img,
a:hover {
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
}

/*------------------------------*/
/* STYLE */
/*------------------------------*/
body {
	color: #000;
	background: url("../img/bg.jpg") repeat center top;
	line-height: 1.6;
	text-align: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

#container {
	min-width: 1180px;
}

#gHeader {
	width: 100%;
	height: 132px;
	position: fixed;
	top: 0;
	left: 0;
	font-size: 20px;
	color: #fff;
	background: #680f0f;
	z-index: 1000;
}

#gHeader ul li a {
	color: #fff;
}
#gHeader ul li a:hover {
	color: #c2ceff;
}

#gHeader ul li a {
	transition: color .3s;
}

#gHeader ul li {
	float: left;
	padding-right: 36px;
	position: relative;
}

#gHeader ul li .here {
	position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    padding-right: 28px;
}

#gHeader ul li:last-child {
	padding-right: 0;
}

#gHeader ul {
	width: 856px;
    margin: 21px auto 0;
}

#gHeader ul li:not(.logo) {
	margin-top: 29px;
} 

#gHeader ul li.logo {
	margin: 0px 32px;
    padding-right: 20px;
}

#gHeader ul li.fb {
	padding-right: 10px;
    margin-left: 23px;
}

#main p {
	font-size: 1.5em;
	line-height: 1.8;
}

.sp {
	display: none !important;
}

#gHeader .menu {
	display: none;
}

#gHeader .menuBox {
	display: none;
}

footer {
	padding: 18px 0 40px;
	margin-bottom: -16px;
	position: relative;
}

footer .copy {
	font-size: 1.8em;
    letter-spacing: 0.05em;
    color: #fff;
    text-align: center;
}


/*------------------------------*/
/* FADE */
/*------------------------------*/


.animated {
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.ie9 .wow {
	opacity: 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@media all and (min-width: 0) and (max-width: 767px) {
	
	body {
		min-width: auto;
	}
	
	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a:hover img,
	a:hover {
		filter: alpha(opacity=100) !important;
		opacity: 1 !important;
	}
	
	img {
		width: 100%;
		height: auto;
	}

	body {
		font-size: 12px;
		min-width: inherit;
	}
	
	#container {
		min-width: auto;
	}

	#main p {
		font-size: 1.0em;
    	line-height: 1.2;
	}
	
	footer {
		font-size: 0.7em;
		padding-bottom: 10px;
		margin-bottom: -19px;
	}
	
		
	#gHeader {
		height: 79px;
	}
	
	#gHeader h1 {
		 width: 70px;
   		 height: auto;
		margin: 8px auto 0;
	}
	
	#gHeader ul {
		width: auto;
		text-align: center;
		margin: 71px auto 0;
	}
	
	#gHeader ul.lang {
		width: 140px;
    	bottom: 0;
    	top: auto;
	}
	
	
	#gHeader .menu {
		display: block;
		position: fixed;
		right: 0;
		top: 11px;
		z-index: 500;
	}
	
	#gHeader .close {
		position: absolute;
		width: 30px;
		top: 30px;
		right: 30px;
	}
	
	#gHeader .menu a {
		display: block;
    	padding: 17px;
    	width: 18px;
	}
	
	#gHeader .menuBox {
		padding: 5px;
		width: 100%;
		height: 100%;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 600;
		background-color: rgb(104 15 16 / 85%);
		box-sizing: border-box;
	}
	
	#gHeader ul li {
		float: inherit;
		padding: 0;
	}
	
	#gHeader ul li:not(.logo) {
		margin-top: 17px;
	}
	
	#gHeader ul li.fb,
	#gHeader ul li.insta {
		width: 30px;
		margin: 70px 4px 0;
		display: inline-block;
	}

	
	footer ul {
		width: 280px;
		margin: 26px auto 25px;
		padding-left: 60px;
	}
	
	footer li {
		width: 100px;
    	text-align: left;
		float: left;
		color: #2F3D85;
		font-size: 2.0em;
		font-weight: bold;
		padding: 0 30px 20px 0;
	}

	footer .copy {
		position: static;
	}

}
