@charset "UTF-8";

/* ==========================================================================
   Reset
========================================================================== */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

img{
  vertical-align: bottom;
}

hr {
  height: 1px;
  border: none;
  border-bottom: 1px solid #e6e6e6;
  color: #e6e6e6;
  margin: 0;
}
button {
  background: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
input,
textarea {
  font-family: sans-serif;
  line-height: 1;
}

a {
  text-decoration: none;
  outline: none;
}
img{
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
a img {
  border: 0;
}
*:focus {
  outline: none;
}

button{
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button{
  overflow: visible; }

button{
  text-transform: none; }

button{
  -webkit-appearance: button; }

button::-moz-focus-inner{
  border-style: none;
  padding: 0; }

button:-moz-focusring{
  outline: 1px dotted ButtonText; }

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none; }
  button:focus {
    outline: none; }

/*------------------------------------------------------------
	utility
------------------------------------------------------------*/
.none {
	display: none;
}
.hidden {
	visibility: hidden;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
	height: 0;
}
.no-js .hidden {
	visibility: visible;
}

.btn_half{
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.img_half{
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
/* ==========================================================================
   layout
========================================================================== */
body {
  font-family: sans-serif;
  line-height: 1;
  width: 100%;
}

.pageheader{
    position: relative;
    width: 100%;
}
.pageheader_logo{
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
}


/* ==========================================================================
   footer
========================================================================== */


.footer-gnav_l1_sp01,
.footer-gnav_l1_sp02,
.footer-gnav_l2_sp01,
.footer-gnav_l2_sp02{
    width: 2.186%;
    vertical-align: top;
    display: inline-block;
}
.footer-gnav_btn{
    width: 31.874%;
    display: inline-block;
    vertical-align: top;
}

.footer-sub{
  background: #4f282d;
}
.footer-sub_l1_sp01,
.footer-sub_l1_sp02{
  width: 36.25%;
  display: inline-block;
  vertical-align: top;
}
.footer-sns_btn{
  width: 13.75%;
  display: inline-block;
  vertical-align: top;
}

.footer-sub_btn01{
  width: 42.4%;
  display: inline-block;
  vertical-align: top;
}
.footer-sub_btn02{
  width: 57.6%;
  display: inline-block;
  vertical-align: top;
}