@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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

.clear {
  clear: both;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 6.25%;
}

body {
  background-color: #fff;
  line-height: 1.6;
  color: #333;
  font-size: 14rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: normal;
  font-weight: 400;
  -webkit-text-size-adjust: none;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 16rem;
  }
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

.pcp {
  display: none;
}

#container {
  width: 100%;
  min-width: 320px;
  padding: 0 0 0;
  margin: 0 auto;
  overflow: hidden;
}

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

#wck {
  display: none;
}

@media screen and (min-width: 769px) {
  .pcp {
    display: unset;
  }
  #container {
    overflow: hidden;
  }
  #wck {
    display: block;
    width: 100%;
    height: 0px;
    position: relative;
  }
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

.inner {
  position: relative;
  width: 89.33%;
  min-width: 310px;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .inner {
    max-width: 1300px;
    width: calc(100% - 20px);
    padding: 0 10px;
  }
}
/*
// <weight>: Use a value from 300 to 800
// <uniquifier>: Use a unique and descriptive class name

.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
*//*# sourceMappingURL=common.css.map */