@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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

* {
  box-sizing: border-box;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.8;
  font-size: 16px;
  color: #333;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 4.267vw;
  }
}

img {
  max-width: 100%;
}

ul li, ol li {
  list-style: none;
}

.flex {
  display: flex;
}
.flex.col-3 {
  flex-wrap: wrap;
}
.flex.col-3 li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
}
.flex.col-3 li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .flex.col-2-sp {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .flex.col-2-sp li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}

.forPC {
  display: block;
}
@media only screen and (max-width: 767px) {
  .forPC {
    display: none;
  }
}

.forSP {
  display: none;
}
@media only screen and (max-width: 767px) {
  .forSP {
    display: block;
  }
}

.mv img {
  width: 100%;
}

.inner {
  max-width: 1440px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #333;
  transition: all ease 0.4s;
}
@media print, screen and (min-width: 768px) {
  a:hover {
    opacity: 0.75;
    transition: all ease 0.4s;
  }
}

.tagWrap {
  padding-top: 0.6em;
}
.tagWrap span {
  display: inline-block;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 0.2em 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.tagWrap span a {
  line-height: 1;
  display: block;
}
.tagWrap span a img {
  width: 0.75em;
  height: auto;
  margin-right: 0.2em;
}

.sizeBox {
  position: relative;
  display: block;
}
.sizeBox span {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 14px;
  padding: 0.2em 0.6em;
}
@media only screen and (max-width: 767px) {
  .sizeBox span {
    font-size: 2.933vw;
    line-height: 1.4;
  }
}

header {
  text-align: center;
  padding: 45px 0;
}
@media only screen and (max-width: 767px) {
  header {
    padding: 5.333vw 0;
  }
}
header h1 {
  width: 280px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  header h1 {
    width: 37.333vw;
  }
}
header h1 svg {
  max-width: 100%;
}
header p {
  padding-top: 0.5em;
}
@media only screen and (max-width: 767px) {
  header p {
    padding: 0 6.667vw;
    font-size: 3.733vw;
  }
}

footer {
  padding-top: 64px;
}
footer .copyright {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 0.4em;
}/*# sourceMappingURL=common.css.map */