@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
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;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #fff;
  color: #0A0A0A;
}

.aven {
  font-family: avenir-lt-pro, sans-serif;
}

sup {
  font-size: 1.1rem;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  bottom: 1ex;
}

b {
  font-weight: bold;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

@media (max-width: 780px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
.btn {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
  cursor: pointer;
}

.btn a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
  transition: all 0.9s;
}

.imgzoom {
  overflow: hidden;
  background: #000;
}

.imgzoom img {
  display: block;
  transition-duration: 1s;
}

.imgzoom img:hover {
  transform: scale(1.1);
  transition-duration: 1s;
  opacity: 0.9;
}

@media (max-width: 780px) {
  .imgzoom {
    overflow: hidden;
    max-width: 100%;
    background: #000;
  }
}
body.active {
  position: fixed;
  overflow-y: scroll;
}

#wrapper {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#wrapper .kv {
  width: 100%;
  max-width: 1920px;
  height: 991px;
  background: url(../img/kv.webp);
  background-size: auto 100%;
  background-position: center;
  position: relative;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wrapper .kv {
    background-image: url(../img/kv@2x.webp);
    background-size: auto 100%;
    background-position: center;
  }
}
#wrapper .kv .logo {
  position: absolute;
  bottom: 132px;
  left: 50%;
  transform: translateX(-50%);
}
#wrapper .kv .logo img {
  max-width: 466px;
}
#wrapper .kv .catch {
  position: absolute;
  bottom: 47px;
  left: 50%;
  transform: translateX(-50%);
}
#wrapper .kv .catch p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
#wrapper .contents {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  background-image: url(../img/bg.png);
  background-repeat: repeat-y;
  background-size: auto;
  background-position: top -220px center;
  padding-bottom: 140px;
}
#wrapper .contents h1 {
  margin: 0 auto 60px;
  width: 100%;
  text-align: center;
  padding-top: 80px;
}
#wrapper .contents h1 img {
  max-width: 960px;
}
#wrapper .contents p {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #0A0A0A;
  text-align: left;
}
#wrapper .contents h2 {
  margin: 100px auto 60px;
  text-align: center;
}
#wrapper .contents h2 img {
  max-width: 528px;
}
#wrapper .contents ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  gap: 30px;
}
#wrapper .contents ul .book {
  flex-basis: 370px;
}
#wrapper .contents ul .book img {
  max-width: 100%;
}
#wrapper .contents ul li h3 {
  color: #492815;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin: 0 0 20px;
}
#wrapper .contents ul li h4 {
  color: #0A0A0A;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin: 0 0 20px 10px;
}
#wrapper .contents ul li p {
  color: #0A0A0A;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  margin: 0 0 20px 10px;
}
#wrapper .footer {
  background-color: #0A0A0A;
  padding: 60px 0;
}
#wrapper .footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  gap: 50px;
}
#wrapper .footer ul li img {
  max-width: 274px;
}
#wrapper .footer ul li h5 img {
  max-width: 116px;
  margin-bottom: 20px;
}
#wrapper .footer ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.9;
  text-align: left;
}
#wrapper .footer ul li p a {
  text-decoration: none;
  color: #fff;
}
#wrapper .copy {
  background-color: #fff;
  padding: 20px 0;
  text-align: center;
}
#wrapper .copy span {
  font-size: 14px;
  font-weight: 400;
  color: #0A0A0A;
}

@media (max-width: 780px) {
  #wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #wrapper .kv {
    width: 100%;
    max-width: 100%;
    height: 125.641vw;
    background: url(../img/kv-s.webp);
    background-size: contain;
    background-position: center;
    position: relative;
  }
}
@media (max-width: 780px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 780px) and (min-resolution: 192dpi) {
  #wrapper .kv {
    background-image: url(../img/kv-s.webp);
    background-size: contain;
    background-position: center;
  }
}
@media (max-width: 780px) {
  #wrapper .kv .logo {
    position: absolute;
    bottom: 25vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #wrapper .kv .logo img {
    max-width: 61.5vw;
  }
  #wrapper .kv .catch {
    position: absolute;
    bottom: 6vw;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
  }
  #wrapper .kv .catch p {
    font-size: 2.5641025641vw;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    text-align: center;
  }
  #wrapper .contents {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background-image: url(../img/bg-s.png);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: top -10vw center;
    padding-bottom: 10vw;
  }
  #wrapper .contents h1 {
    margin: 0 auto 10vw;
    width: 100%;
    text-align: center;
    padding-top: 10vw;
  }
  #wrapper .contents h1 img {
    max-width: 67vw;
  }
  #wrapper .contents p {
    margin: 0 auto;
    width: 100%;
    max-width: 90vw;
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 2;
    color: #0A0A0A;
    text-align: left;
  }
  #wrapper .contents h2 {
    margin: 10vw auto 8vw;
    text-align: center;
  }
  #wrapper .contents h2 img {
    max-width: 70vw;
  }
  #wrapper .contents ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    max-width: 90vw;
    width: 100%;
    margin: 0 auto;
    gap: 0;
  }
  #wrapper .contents ul .book {
    flex-basis: 90vw;
  }
  #wrapper .contents ul .book img {
    max-width: 66vw;
    margin-bottom: 5vw;
  }
  #wrapper .contents ul li h3 {
    color: #492815;
    font-size: 3.8461538462vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 3vw;
  }
  #wrapper .contents ul li h4 {
    color: #0A0A0A;
    font-size: 3.5897435897vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 5vw 0;
  }
  #wrapper .contents ul li .info {
    text-align: center;
    margin: 0 0 5vw 0;
  }
  #wrapper .contents ul li p {
    color: #0A0A0A;
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 2;
    text-align: left;
    margin: 0 0 0 0;
  }
  #wrapper .footer {
    background-color: #0A0A0A;
    padding: 10vw 0;
  }
  #wrapper .footer ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    max-width: 90vw;
    width: 100%;
    margin: 0 auto;
    gap: 0;
  }
  #wrapper .footer ul li {
    flex-basis: 100%;
    text-align: center;
  }
  #wrapper .footer ul li img {
    max-width: 32vw;
    margin-bottom: 5vw;
  }
  #wrapper .footer ul li h5 {
    display: block;
  }
  #wrapper .footer ul li h5 img {
    max-width: 20vw;
    margin-bottom: 2vw;
  }
  #wrapper .footer ul li p {
    font-size: 2.8205128205vw;
    font-weight: 400;
    color: #fff;
    line-height: 1.9;
    text-align: center;
  }
  #wrapper .copy {
    background-color: #fff;
    padding: 3vw 0;
    text-align: center;
  }
  #wrapper .copy span {
    font-size: 2.5641025641vw;
    font-weight: 400;
    color: #0A0A0A;
  }
}/*# sourceMappingURL=common.css.map */