@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;
}

/*フォント
---------------------------------------------*/
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/*コンテンツ
---------------------------------------------*/
html,
body {
  font-family: "dnp-shuei-gothic-gin-std", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  width: 100%;
  height: 100%;
  color: #222222;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 11px;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: #222222;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}

h1 {
  padding: 0px 0 50px;
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 18px;
  }
}

header {
  width: 100%;
}

header a {
  display: block;
  width: 280px;
  height: auto;
  padding: 0px 0 10px 0px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  header a {
    width: 55%;
    height: auto;
    padding: 00px 0px;
  }
}

header a span {
  display: block;
  text-align: center;
  line-height: 2.0;
  border: 1px solid #000;
}

@media screen and (min-width: 769px) {
  header a span {
    font-size: 12px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  header a span {
    font-size: 10px;
    margin-top: 10px;
  }
}

header a.palcloset {
  display: block;
  width: 200px;
  padding: 50px 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  header a.palcloset {
    width: 40%;
    height: auto;
    padding: 50px 0px 25px;
  }
}

div.backtotop {
  text-align: center;
  border: 1px solid #000;
}

@media screen and (min-width: 769px) {
  div.backtotop {
    width: 240px;
    margin: 50px auto 25px;
    padding: 10px 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  div.backtotop {
    font-size: 12px;
    width: 80%;
    margin: 50px auto 0;
    padding: 5px 0;
  }
}

div.backtotop a {
  display: block;
  width: 100%;
  height: 100%;
}

footer {
  text-align: center;
  width: 100%;
  display: block;
  padding: 50px 0;
}

footer a {
  display: block;
}

@media screen and (min-width: 769px) {
  footer a {
    width: 120px;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 768px) {
  footer a {
    width: 30%;
    margin: 0 auto 10px;
  }
}

/* main
---------------------------------------------*/
div.content {
  max-width: 1060px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  div.content {
    width: 80%;
  }
}

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