/*????
--------------------------------------------*/
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;
}

/*????
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*????????
---------------------------------------------*/
body {
  font-size: 14px;
  font-family: "Didact Gothic", sans-serif;
}

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

div.all {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  div.all {
    width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  div.all {
    width: 100%;
  }
}

div.header {
  margin: 150px auto 150px;
}
@media screen and (min-width: 769px) {
  div.header {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  div.header {
    width: 80%;
  }
}

div.body {
  width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.body {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  div.spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  div.spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  div.pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  div.pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  div.block {
    width: 1000px;
    display: flex;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  div.block {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  div.i_block {
    margin-bottom: 150px;
  }
}

a {
  text-decoration: underline;
  color: black;
  text-align: left;
}

h1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  h1 {
    margin: 100px 0;
    font-size: 40px;
  }
}
@media screen and (min-width: 769px) {
  h1 {
    margin: 150px 0;
    font-size: 50px;
  }
}
@media screen and (min-width: 769px) {
  h1 span {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  h1 span {
    font-size: 16px;
  }
}

div.itemAria {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.itemAria {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  div.itemAria {
    width: 1260px;
  }
}
div.itemAria div.item_img {
  width: calc(100% / 4);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  div.itemAria div.item_img {
    width: calc(100% / 2);
  }
}
div.itemAria div.item_img img {
  transform: scale(1);
  transition: 1s;
}
div.itemAria div.item_img:hover img, div.itemAria div.item_img.hover img {
  transform: scale(1.2);
}

div.ciaopanic {
  margin: 200px auto 100px;
}
@media screen and (max-width: 768px) {
  div.ciaopanic {
    width: 40%;
  }
}
@media screen and (min-width: 769px) {
  div.ciaopanic {
    width: 200px;
  }
}

p.copy {
  margin: 50px;
  text-align: center;
  font-size: 10px;
}

.modal div.innerModal {
  line-height: 1.8;
  position: relative;
}
@media screen and (min-width: 769px) {
  .modal div.innerModal {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .modal div.innerModal {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
  }
}
.modal div.innerModal a.close {
  position: absolute;
  top: -56px;
  right: 0px;
  font-size: 48px;
  color: black;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */