@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 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-weight: 350;
  line-height: 1.6;
  width: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-weight: 350;
  line-height: 1.6;
  width: 100%;
  color: #231815;
}

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

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

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

a {
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  .pcNone {
    display: none;
  }
}

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

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

@media screen and (max-width: 750px) {
  .spNone {
    display: none;
  }
}

/* detail
--------------------------------------*/
div#wrap {
  max-width: 800px;
  margin: 0 auto;
}

ul.credit {
  margin: 0 auto;
}

@media screen and (min-width: 751px) {
  ul.credit {
    margin-top: 30px;
    width: calc(236 / 750 * 100%);
  }
}

@media screen and (max-width: 750px) {
  ul.credit {
    margin-top: 15px;
    width: calc(612 / 750 * 100%);
  }
}

ul.credit li {
  text-align: center;
}

@media screen and (max-width: 750px) {
  ul.credit li {
    font-size: 14px;
  }
}

ul.credit li a {
  color: #000;
  text-decoration: none;
}

ul.credit li a span {
  display: inline-block;
}

@media screen and (min-width: 751px) {
  ul.credit li a span {
    margin-left: 15px;
  }
}

@media screen and (max-width: 750px) {
  ul.credit li a span {
    margin-left: 10px;
  }
}

ul.credit li a span i {
  font-size: 10px;
  position: relative;
  top: -1px;
}

@media screen and (min-width: 751px) {
  p.desc {
    font-size: 16px;
    padding: 150px 0;
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  p.desc {
    font-size: 13px;
    padding: 50px 0;
    width: 85%;
    margin: 0 auto;
    text-align: center;
  }
}

h2 {
  text-align: center;
}

@media screen and (min-width: 751px) {
  h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 750px) {
  h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  section.block01 {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 751px) {
  section.block01 {
    margin-bottom: 200px;
  }
}

section.block01 div.inblock {
  position: relative;
}

section.block01 div.inblock::before {
  content: "";
  display: block;
  padding-top: calc(2309 / 750 * 100%);
}

section.block01 div.inblock div.img01 {
  position: absolute;
  width: calc(305 / 750 * 100%);
  top: 0;
  left: calc(80 / 750 * 100%);
}

section.block01 div.inblock div.img02 {
  position: absolute;
  width: calc(405 / 750 * 100%);
  top: calc(400 / 2309 * 100%);
  right: calc(64 / 750 * 100%);
}

section.block01 div.inblock div.img03 {
  position: absolute;
  width: calc(240 / 750 * 100%);
  top: calc(744 / 2309 * 100%);
  left: calc(94 / 750 * 100%);
}

section.block01 div.inblock div.img04 {
  position: absolute;
  width: calc(610 / 750 * 100%);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section.block01 div.inblock div.img05 {
  position: absolute;
  width: calc(347 / 750 * 100%);
  top: calc(945 / 2309 * 100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 750px) {
  section.block02 {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 751px) {
  section.block02 {
    margin-bottom: 200px;
  }
}

section.block02 div.inblock {
  position: relative;
}

section.block02 div.inblock::before {
  content: "";
  display: block;
  padding-top: calc(2662 / 750 * 100%);
}

section.block02 div.inblock div.img01 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

section.block02 div.inblock div.img02 {
  position: absolute;
  width: calc(405 / 750 * 100%);
  top: calc(993 / 2662 * 100%);
  right: calc(0 / 750 * 100%);
}

section.block02 div.inblock div.img03 {
  position: absolute;
  width: calc(480 / 750 * 100%);
  top: calc(1583 / 2662 * 100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section.block02 div.inblock div.img04 {
  position: absolute;
  width: calc(355 / 750 * 100%);
  bottom: 0;
  left: 0%;
}

section.block02 div.inblock div.img05 {
  position: absolute;
  width: calc(355 / 750 * 100%);
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 750px) {
  section.block03 {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 751px) {
  section.block03 {
    margin-bottom: 200px;
  }
}

section.block03 div.inblock {
  position: relative;
}

section.block03 div.inblock::before {
  content: "";
  display: block;
  padding-top: calc(2754 / 750 * 100%);
}

section.block03 div.inblock div.img01 {
  position: absolute;
  width: calc(370 / 750 * 100%);
  top: 0;
  right: calc(35 / 2754 * 100%);
}

section.block03 div.inblock div.img02 {
  position: absolute;
  width: calc(430 / 750 * 100%);
  top: calc(367 / 2754 * 100%);
  left: calc(48 / 750 * 100%);
}

section.block03 div.inblock div.img03 {
  position: absolute;
  width: calc(420 / 750 * 100%);
  top: calc(940 / 2754 * 100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section.block03 div.inblock div.img04 {
  position: absolute;
  width: calc(355 / 750 * 100%);
  top: calc(1503 / 2754 * 100%);
  right: calc(50 / 750 * 100%);
}

section.block03 div.inblock div.img05 {
  position: absolute;
  width: calc(660 / 750 * 100%);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  section.block04 {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 751px) {
  section.block04 {
    margin-bottom: 200px;
  }
}

section.block04 div.inblock {
  position: relative;
}

section.block04 div.inblock::before {
  content: "";
  display: block;
  padding-top: calc(2932 / 750 * 100%);
}

section.block04 div.inblock div.img01 {
  position: absolute;
  width: calc(612 / 750 * 100%);
  top: 0;
  left: 0;
}

section.block04 div.inblock div.img02 {
  position: absolute;
  width: calc(320 / 750 * 100%);
  top: calc(779 / 2932 * 100%);
  left: calc(35 / 750 * 100%);
}

section.block04 div.inblock div.img03 {
  position: absolute;
  width: calc(320 / 750 * 100%);
  top: calc(779 / 2932 * 100%);
  right: calc(35 / 750 * 100%);
}

section.block04 div.inblock div.img04 {
  position: absolute;
  width: calc(750 / 750 * 100%);
  top: calc(1223 / 2932 * 100%);
  left: calc(0/ 750 * 100%);
}

section.block04 div.inblock div.img05 {
  position: absolute;
  width: calc(590 / 750 * 100%);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  section.block05 {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 751px) {
  section.block05 {
    margin-bottom: 200px;
  }
}

section.block05 div.inblock {
  position: relative;
}

section.block05 div.inblock::before {
  content: "";
  display: block;
  padding-top: calc(2610 / 750 * 100%);
}

section.block05 div.inblock div.img01 {
  position: absolute;
  width: calc(390 / 750 * 100%);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section.block05 div.inblock div.img02 {
  position: absolute;
  width: calc(512 / 750 * 100%);
  top: calc(523 / 2610 * 100%);
  left: calc(0 / 750 * 100%);
}

section.block05 div.inblock div.img03 {
  position: absolute;
  width: calc(345 / 750 * 100%);
  top: calc(1195 / 2610 * 100%);
  right: calc(60 / 750 * 100%);
}

section.block05 div.inblock div.img04 {
  position: absolute;
  width: calc(340 / 750 * 100%);
  top: calc(1352 / 2610 * 100%);
  left: calc(60/ 750 * 100%);
}

section.block05 div.inblock div.img05 {
  position: absolute;
  width: calc(660 / 750 * 100%);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  section.block06 {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 751px) {
  section.block06 {
    margin-bottom: 200px;
  }
}

section.block06 div.inblock {
  position: relative;
}

section.block06 div.inblock::before {
  content: "";
  display: block;
  padding-top: calc(3600 / 750 * 100%);
}

section.block06 div.inblock div.img01 {
  position: absolute;
  width: calc(380 / 750 * 100%);
  top: 0;
  left: 0;
}

section.block06 div.inblock div.img02 {
  position: absolute;
  width: calc(427 / 750 * 100%);
  top: calc(500 / 3600 * 100%);
  right: calc(67 / 750 * 100%);
}

section.block06 div.inblock div.img03 {
  position: absolute;
  width: calc(697 / 750 * 100%);
  top: calc(1077 / 3600 * 100%);
  right: calc(0 / 750 * 100%);
}

section.block06 div.inblock div.img05 {
  position: absolute;
  width: calc(358 / 750 * 100%);
  top: calc(1977 / 3600 * 100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section.block06 div.inblock div.img04 {
  position: absolute;
  width: calc(750 / 750 * 100%);
  bottom: 0;
  left: 0%;
}

@media screen and (max-width: 750px) {
  section.block07 {
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 751px) {
  section.block07 {
    margin-bottom: 200px;
  }
}

section.block07 div.inblock {
  position: relative;
}

section.block07 div.inblock::before {
  content: "";
  display: block;
  padding-top: calc(3126 / 750 * 100%);
}

section.block07 div.inblock div.img01 {
  position: absolute;
  width: calc(750 / 750 * 100%);
  top: 0;
  left: 0;
}

section.block07 div.inblock div.img02 {
  position: absolute;
  width: calc(358 / 750 * 100%);
  top: calc(959 / 3126 * 100%);
  right: calc(88 / 750 * 100%);
}

section.block07 div.inblock div.img03 {
  position: absolute;
  width: calc(583 / 750 * 100%);
  top: calc(1455 / 3126 * 100%);
  right: calc(0 / 750 * 100%);
}

section.block07 div.inblock div.img04 {
  position: absolute;
  top: calc(2192 / 3126 * 100%);
  width: calc(420 / 750 * 100%);
  left: 0%;
  z-index: 2;
}

section.block07 div.inblock div.img05 {
  position: absolute;
  width: calc(473 / 750 * 100%);
  bottom: 0;
  right: 0;
}

div.footer {
  width: 100%;
}

div.footer a {
  display: block;
}

@media screen and (min-width: 751px) {
  div.footer a {
    width: 120px;
    margin: 100px auto 50px;
  }
}

@media screen and (max-width: 750px) {
  div.footer a {
    width: 20%;
    margin: 100px auto 40px;
  }
}

div.footer p {
  text-align: center;
  font-size: 10px;
  margin-bottom: 50px;
}
/*# sourceMappingURL=style.css.map */