@charset "UTF-8";
/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
html {
  color: #000;
  background: #FFF;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

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

.cf:after {
  clear: both;
  content: "";
  display: block;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

/* ------------------------------
 common - width: all
------------------------------ */
html,
body {
  min-width: 1160px;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

* {
  letter-spacing: 0.05em;
}

.idpoint {
  position: absolute;
  top: 1px;
  left: 0;
  width: 1px;
  height: 1px;
}

header .common_header {
  padding: 15px 40px;
  background-color: #212121;
  width: 100%;
  z-index: 100000000;
}
header .common_header .wrapper {
  max-width: 1360px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .common_header .wrapper .logo {
  width: 148px;
  display: block;
  padding-top: 2px;
}
header .common_header .wrapper .logo h1 img {
  width: 100%;
  display: block;
}
header .common_header .wrapper .btnlist {
  width: 329px;
  margin-left: calc(100% - 770px);
  display: none;
}
header .common_header .wrapper .btnlist li a {
  width: 100%;
  display: block;
}
header .common_header .wrapper .btnlist li a img {
  width: 100%;
  display: block;
}
header .common_header .wrapper .msg {
  font-size: 12px;
  line-height: 180%;
  color: #fff;
  width: 230px;
}

main section {
  position: relative;
}

footer {
  background-image: url(../images/bg_footer.webp);
  background-size: cover;
  background-position: center center;
}
footer .wrapper {
  padding: 60px 0 45px;
}
footer .wrapper ul {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
}
footer .wrapper ul li {
  display: inline-block;
  vertical-align: top;
  padding: 3px 10px;
  border-right: 1px solid #212121;
}
footer .wrapper ul li:last-child {
  border-right: none;
}
footer .wrapper ul li a {
  display: block;
  font-size: 20px;
  line-height: 100%;
  color: #212121;
  text-decoration: none;
  font-weight: bold;
}
footer .wrapper .copy {
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
  line-height: 180%;
}

/* ------------------------------
 common - width: < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  * {
    letter-spacing: 1px;
  }
  .idpoint {
    position: absolute;
    top: 1px;
    left: 0;
    width: 1px;
    height: 1px;
  }
  header .common_header {
    padding: 15px 15px;
    background-color: #212121;
    min-width: 375px;
    width: 100%;
  }
  header .common_header .wrapper {
    max-width: 1360px;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .common_header .wrapper .logo {
    width: 78px;
    display: block;
    padding-top: 1px;
  }
  header .common_header .wrapper .logo h1 img {
    width: 100%;
    display: block;
  }
  header .common_header .wrapper .btnlist {
    width: 188px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
    display: none;
  }
  header .common_header .wrapper .btnlist li a {
    width: 100%;
    display: block;
  }
  header .common_header .wrapper .btnlist li a img {
    width: 100%;
    display: block;
  }
  header .common_header .wrapper .msg {
    font-size: 10px;
    line-height: 180%;
    color: #fff;
    width: 205px;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  main section {
    position: relative;
  }
  footer {
    background-image: url(../images/bg_footer.webp);
    background-size: cover;
    background-position: center center;
  }
  footer .wrapper {
    padding: 35px 0 20px;
  }
  footer .wrapper ul {
    text-align: center;
  }
  footer .wrapper ul li {
    display: inline-block;
    vertical-align: top;
    padding: 3px 10px;
    border-right: 1px solid #212121;
  }
  footer .wrapper ul li:last-child {
    border-right: none;
  }
  footer .wrapper ul li a {
    display: block;
    font-size: 12px;
    line-height: 100%;
    color: #212121;
    text-decoration: none;
    font-weight: bold;
  }
  footer .wrapper .copy {
    text-align: center;
    font-size: 10px;
    margin-top: 10px;
    line-height: 180%;
  }
}