@charset "UTF-8";
/* メディアクエリー用 */
/* webfont設定 */
/* CLEARFIX */
/* 100vhフィット(主にiOSにて) */
/* ホバー時 */
/* 蛍光マーカーを引いたような線 */
/* 中央配置 */
/* 画像をモノクロにする */
/* ANIMATION
--------------------------------------*/
/* カバー画像をスクロール共にフェードさせる */
/* 点滅アニメーション */
/* ふわっとするアニメーション */
/* 画像をホバーすると大きくなる */
/* SVGアニメーション(文字を書いてるような感じ) */
/* ローディング用アニメーション */
/* 線を引くアニメーション */
/* 画像を徐々に出すアニメーション */
/*リセット
--------------------------------------------*/
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: source-han-sans-japanese, fot-tsukubrdgothic-std, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  width: 100%;
  letter-spacing: 0.08em;
}

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

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

html.wf-active,
html.loading-delay {
  visibility: visible;
}

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

a {
  color: #222;
  text-decoration: none;
  display: block;
}

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

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

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

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

/* CONTENT
--------------------------------------*/
.Tsuku {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

section.inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  section.inner {
    max-width: 100%;
  }
}

section.inner .title_in {
  text-align: center;
}

section.inner h1 {
  font-size: 30px;
  display: inline-block;
  text-align: left;
  line-height: 1.3em;
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  section.inner h1 {
    font-size: 19px;
    margin-top: 60px;
  }
}

section.inner h1 span.line {
  border-bottom: 1px solid #000000;
  padding-bottom: 8px;
}

section.inner h1 span.title_s {
  font-size: 16px;
}

@media screen and (max-width: 750px) {
  section.inner h1 span.title_s {
    font-size: 13px;
  }
}

section.inner h1 span.title_l {
  font-size: 40px;
  padding-right: 8px;
}

@media screen and (max-width: 750px) {
  section.inner h1 span.title_l {
    font-size: 28px;
  }
}

section.inner h2 {
  font-size: 20px;
  text-align: center;
  padding-top: 40px;
}

@media screen and (max-width: 750px) {
  section.inner h2 {
    font-size: 15px;
    text-align: left;
    padding-top: 20px;
    width: 82.5%;
    margin: 0 auto;
  }
}

section.inner p.read {
  text-align: center;
  color: #989898;
  margin-top: 60px;
  line-height: 3em;
}

@media screen and (max-width: 750px) {
  section.inner p.read {
    text-align: left;
    width: 80%;
    margin: 40px auto 0px;
  }
}

section.inner .dl_sp, section.inner .dl_pc {
  margin-top: 100px;
}

@media screen and (max-width: 750px) {
  section.inner .dl_sp, section.inner .dl_pc {
    margin-top: 60px;
  }
}

section.inner .dl_sp a, section.inner .dl_pc a {
  background-color: #a3c0b7;
  color: #fff;
  margin: 0 auto;
  display: block;
  width: 408px;
  padding: 10px;
  text-align: center;
  line-height: 1.8em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  section.inner .dl_sp a, section.inner .dl_pc a {
    width: 80%;
  }
}

@media screen and (min-width: 751px) {
  section.inner .dl_sp a:hover, section.inner .dl_pc a:hover {
    background-color: #777f7d;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
  }
}

section.inner .dl_sp a span.click, section.inner .dl_pc a span.click {
  font-size: 20px;
}

section.inner .dl_sp a span.triangle, section.inner .dl_pc a span.triangle {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 1px;
}

section.inner .dl_sp .illust_img p, section.inner .dl_pc .illust_img p {
  text-align: center;
  color: #989898;
}

section.inner .dl_sp .illust_img {
  width: 288px;
  margin: 0 auto;
  padding-top: 20px;
}

@media screen and (max-width: 750px) {
  section.inner .dl_sp .illust_img {
    width: 60%;
    padding-top: 10px;
  }
}

@media screen and (max-width: 750px) {
  section.inner .dl_pc {
    margin-top: 80px;
  }
}

section.inner .dl_pc .illust_img {
  width: 600px;
  margin: 0 auto;
  padding-top: 20px;
}

@media screen and (max-width: 750px) {
  section.inner .dl_pc .illust_img {
    width: 100%;
    padding-top: 10px;
  }
}

section.inner .back_btn a {
  font-size: 16px;
  border: 1px solid #000000;
  width: 408px;
  padding: 20px;
  text-align: center;
  margin: 140px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  section.inner .back_btn a {
    width: 80%;
    margin: 80px auto 0;
  }
}

@media screen and (min-width: 751px) {
  section.inner .back_btn a:hover {
    background-color: #777f7d;
    border: 1px solid #777f7d;
    color: #fff;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
  }
}

footer {
  margin-top: 60px;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  footer {
    margin-top: 40px;
  }
}

footer .logo {
  width: 10%;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  footer .logo {
    width: 35%;
  }
}

footer p {
  padding-top: 10px;
  text-align: center;
  font-size: 11px;
}
/*# sourceMappingURL=style.css.map */