@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* 大枠 */
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch !important;
	-moz-osx-font-smoothing: grayscale;
}
body {
	font-size: 16px;
	line-height: 1.9;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
body > #wrapper {
	height: auto;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print {
	html,
	html body{overflow: visible !important;}
}

/* アクセシビリティ */
.guidance {
	left:-999px;
	position:absolute;
	width:990px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	pointer-events: none;
} /* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
img,
x:-moz-any-link,
x:default {
	box-shadow: #000 0 0 0; /* IE7対応 */
}
/* Windows Chrome 画像ぼやけ防止 */
@media screen and (min-width: 768px) {
	img{
		image-rendering: -webkit-optimize-contrast;
	}
}
/* リンク */
a{
	display: inline-block;
}
a:link,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: inherit;
	opacity: .7;
	text-decoration: none!important;
}

.NotoSans {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.NotoSerif {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

.Otomanopee{
	font-family: 'Otomanopee One', sans-serif;
}

.RocknRoll_one{
	font-family: 'RocknRoll One', sans-serif;
}

/* CLEARFIX */
.container:after,
.row:after,
.col:after {
	content: "";
	display: table;
	clear: both;
}

.container {
	width: 100%;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.pc {display: block;}
.sp {display: none;}

.txt_center{
	text-align: center;
}

/* ▼ タイトル
--------------------------------------- */
#site_title {
	text-align: center;
	overflow: hidden;
}
#site_title img{
	height: 40px;
	width: auto;
}

.area_title{
	width: 252px;
	text-align: center;
	margin: 0 auto 20px;
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
	width: 100%;
	padding: 10px 0;
}

#gnav,
.menu_wrap{
	display: none;
}


/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

section{
	padding: 85px 20px;
}

/* ▼▼▼ フッター
===================================== */
footer{
	padding-bottom: 80px;
}
.pagetop {
	position: relative;
	text-align: center;
	height: 50px;
	cursor: pointer;
	padding: 15px 0 0 0;
}
	.pagetop:before {
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		box-sizing: border-box;
		width: 10px;
		height: 2px;
		border: 6px solid transparent;
		border-left: 6px solid #4A340A;
		-webkit-transform: rotate(270deg);
		transform: rotate(270deg);
	}
/* ▼ コピーライト
--------------------------------------- */
#copyright {
	font-size: 8px;
	color: #AFAFAF;
	padding: 0 0 15px 0;
	text-align: center;
	}


/* ▼▼▼ 480px〜768px
====================================================== */
@media screen and (max-width: 768px) {

	body{
		font-size: 14px;
	}
	body.wrap {
		overflow: hidden;
	}


	#wrapper {width: 100%;}
	#screen {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color:rgba(0,0,0,0.8);
		z-index: 200;
	}

	.pc {display: none;}
	.sp {display: block;}

	/* ▼タイトル
	--------------------------------------- */
	#site_title img {
		height: 30px;
	}

	/* ▼▼▼ ヘッダー
	====================================================== */
	header {
		width: 100%;
		padding: 5px 0;
		overflow: hidden;
	}
	.menu_wrap{
		display: block;
		width: 100%;
		padding: 0;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		overflow: visible;
	}
	.header_inner{
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
	}

	/* ▼ グローバルナビゲーション
	--------------------------------------- */
	#gnav {
		background: #fff;
		display: block!important;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		float: none;
		width: 100%;
		max-height: 100vh;
		padding: 120px 0 100px;
		margin: 0;
		position: absolute;
		top: -1000px;
		left: 0;
		z-index: 1000;
		overflow: auto;
		font-size: 18px;
		font-family: 'RocknRoll One', sans-serif;
	}
		#gnav.open {
			-moz-transform: translateY(1000px);
			-webkit-transform: translateY(1000px);
			transform: translateY(1000px);
		}
		#gnav ul {
			display: block;
		}
		#gnav ul > li {
			width: 100%!important;
			max-width: 100%!important;
			height: auto;
			text-indent: 0;
			text-align: center;
		}
		#gnav ul > li > a {
			display: block;
			height: 50px!important;
			background: #fff;
			background-size: 10px 10px!important;
			line-height: 50px;
			color: #430F0F;
		}
		#gnav ul > li > a:hover {
			text-decoration: none;
			opacity: 1;
		}

	/* ▼メニューボタン
	--------------------------------------- */
	.menu {
		display: block;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		background: #AA1111;
		position: absolute;
		top: 52px;
		right: 10px;
		box-shadow: 0px 3px 6px rgba(0,0,0,.16);
		z-index: 2000;
	}
		.menu .icon {
			display: block;
			width: 17px;
			height: 1px;
			position: absolute;
			transform: translateX(-50%);
			top: 32px;
			left: 50%;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
		}
		.menu .icon:before,
		.menu .icon:after{
			content: '';
			width: 17px;
			border-top: 1px solid #fff;
			position: absolute;
			-moz-transition: all 0.3s;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
			right: 0;
		}
		.menu .icon:before {
			top: -2px;
		}
		.menu .icon:after {
			bottom: -2px;
		}
		.menu .icon.active {
			border-color: #000;
		}
		.menu .icon.active:before {
			-moz-transform: rotate(-155deg);
			-webkit-transform: rotate(-155deg);
			transform: rotate(-155deg);
			top: 0;
			right: 0;
		}
		.menu .icon.active:after {
			-moz-transform: rotate(155deg);
			-webkit-transform: rotate(155deg);
			transform: rotate(155deg);
			bottom: 0;
			right: 0;
		}
		.menu .icon span:before{
			content: "MENU";
			color: #fff;
			font-size: 9px;
			position: absolute;
			left: 50%;
			top: -24px;
			transform: translate(-50%,-0%);
			-webkit-transform: translate(-50%,-0%);
			font-family: 'RocknRoll One', sans-serif;
		}
		.menu .icon.active span:before{
			content: "CLOSE";
		}

	/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
	====================================================== */
	#header_inner,
	#main,#contents,#side,
	footer,#footer_inner {
		float: none;
		width: 100%;
		}
	#main {
	}

	section{
		padding: 40px 20px;
	}


	/* ▼▼▼ フッター
	====================================================== */
	.pagetop {
		position: relative;
		text-align: center;
		height: 50px;
		cursor: pointer;
		padding: 15px 0 0 0;
	}

}
