@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, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/*========================
メディアクエリ
========================*/
/*========================
// px → vw
// 指定px ÷ Viewport × 100
========================*/
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

body * {
  box-sizing: border-box;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "palt";
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.container,
.wrapper {
  position: relative;
  margin: auto;
  width: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
}

@media all and (-ms-high-contrast: none) {
  a {
    display: block;
  }
}

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

video {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

svg {
  display: block;
  width: 100%;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: inherit;
  font-family: inherit;
}

footer {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 50%);
  text-align: center;
  padding: 10.625vw 0 10.625vw;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 23.4375vw 0 23.4375vw;
  }
}

@media (min-width: 1281px) {
  footer {
    padding: 136px 0;
  }
}

footer .logoCol {
  margin-bottom: 2.65625vw;
}

@media screen and (max-width: 768px) {
  footer .logoCol {
    margin-bottom: 5.3125vw;
  }
}

@media (min-width: 1281px) {
  footer .logoCol {
    margin-bottom: 34px;
  }
}

footer .logoCol img {
  width: 12.5vw;
  max-width: 80px;
}

footer .snsCol {
  text-align: center;
  margin-bottom: 10.625vw;
}

footer .snsCol a {
  margin-right: 2.5vw;
}

@media screen and (max-width: 768px) {
  footer .snsCol a {
    margin-right: 5vw;
  }
}

@media (min-width: 1281px) {
  footer .snsCol a {
    margin-right: 32px;
  }
}

footer .snsCol a:last-child {
  margin-right: 0;
}

footer .snsCol img {
  width: 11.71875vw;
  max-width: 50px;
}

@media screen and (max-width: 768px) {
  footer .snsCol {
    margin-bottom: 23.4375vw;
  }
}

@media (min-width: 1281px) {
  footer .snsCol {
    margin-bottom: 136px;
  }
}

/*# sourceMappingURL=map/style.css.map */
