@charset "utf-8";
/*----------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, table, caption, tbody, tfoot, thead, tr, th, td ,figure{
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

del {
  text-decoration: line-through;
}

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

a, a:link {
  text-decoration: none;
  transition: .3s;
  -webkit-transition: .3s;
}

a:visited, a:hover, a:active {
  color: inherit;
}

* {
  box-sizing: border-box;
}
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
body {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #000;
  font-feature-settings: palt;
  font-smoothing: antialiased;
  letter-spacing: 0.03em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, 'Noto Serif JP',"ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-style: normal;
  font-weight: 400;
	color: #fff;
	text-align: center;
}

.wrapper{
	width: 100%;
	max-width: 820px;
	padding: 2%;
	height: 100%;
	margin:0 auto;
	background: #000;
}

/*------------------------------------------------------------
PCメニュー
------------------------------------------------------------*/

.logoArea{
	margin: 20px 0 0 3vw;
    position: fixed;
	max-width: 260px;
	z-index: 1111;
}
h1{
	font-size: 1.6rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, 'Noto Serif JP',"ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}


/*----------------------------------------------------------------------
共通
----------------------------------------------------------------------*/

footer{
	text-align: center;
	background: #000;
	color: #fff;
	padding: 60px 2%;
}
footer .C_name{
	font-size: 3rem;
	margin-bottom: 30px;
}
footer .C_name02{
	margin-bottom: 0;
}
footer .copy{
	margin-top: 30px;
}


@media all and (min-width: 767.99px) {

}


@media all and (max-width: 767px) {
footer{
	text-align: center;
	background: #000;
	color: #fff;
	padding: 30px 2%;
}
footer .C_name{
	font-size: 3rem;
	margin-bottom: 10px;
}
footer .C_name02{
	margin-bottom: 0;
}
footer .address{
	margin-bottom: 0;
	font-size: 1.4rem;
}
footer .mail{
	margin-bottom: 30px;
}
footer .privacy{
	text-align: left;
	color: #222 !important;
	margin-top: 20px;
}
footer .copy {
	margin-top: 30px;
}
}