@charset "UTF-8";
/* ========================================================
config - サイト共通設定
======================================================== */
/*  共通カラー変数
/* -------------------------------------------------------- */
/* サイト別 */
/* モノトーン */
/* ========================================================
base.css - サイト全体のベーススタイル
======================================================== */
/* reset
-------------------------------------------------------- */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

ol,
ul {
  list-style: none;
}

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

/* root
-------------------------------------------------------- */
body,
html {
  margin: 0;
}

html {
  font-size: 10px;
}

body {
  position: relative;
  color: #2F2F2F;
  font-weight: 500;
  font-style: normal;
  word-break: break-all;
  letter-spacing: 0.2px;
}

/* link
-------------------------------------------------------- */
a {
  color: #fff;
  text-decoration: none;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* ==============================
	base
============================== */
@media screen and (max-width: 639px) {
  .container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 639px) {
  .footer .ft-row .ft-left .logo-gp {
    position: relative;
    margin-bottom: 20px;
  }
}