@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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

html {
  width: 100%;
  background-color: #fff;
  font-size: 62.5%;
  line-height: 1.5;
  color: #333; }

body {
  position: relative;
  width: 100%;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch; }

a {
  color: #004fa3;
  text-decoration: none; }

@media print, screen and (min-width: 960px) {
  a {
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    a:hover {
      opacity: 0.6; } }
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

[data-anim="true"],
[data-src] {
  opacity: 0; }

.wrap {
  max-width: 750px;
  margin: 0 auto; }

/*--------------------------
 header
----------------------------*/
/*--------------------------
 mv
----------------------------*/
.mv {
  margin-top: -8.4%; }

/*--------------------------
 closing
----------------------------*/
.closing {
  position: relative;
  background: url(../img/bg_closing.png) no-repeat center center;
  background-size: cover; }
  .closing::before {
    content: "";
    display: block;
    padding-top: 77.86667%; }

.closing__btn {
  position: absolute;
  display: block;
  right: 0;
  bottom: 3.42466%;
  left: 0;
  width: 90.93333%;
  margin: 0 auto; }

.closing_y {
  position: relative;
  background: url(../img/bg_closing_2.png) no-repeat center center;
  background-size: cover; }
  .closing_y::before {
    content: "";
    display: block;
    padding-top: 89%; }
}


/*--------------------------
 footer
----------------------------*/
.footer {
  padding: 8vw 2.66667vw 32vw; }
  .footer img {
    visibility: hidden;
    -moz-transform: translateX(-9999em);
    -ms-transform: translateX(-9999em);
    -webkit-transform: translateX(-9999em);
    transform: translateX(-9999em); }
  @media screen and (min-width: 768px) {
    .footer {
      padding: 30px 10px 120px; } }

.footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 4vw; }
  @media screen and (min-width: 768px) {
    .footer__link {
      margin-bottom: 15px; } }

.footer__link__item {
  margin: 0 1.33333vw 2.66667vw;
  font-size: 12px; }
  @media print, screen and (max-width: 960px) {
    .footer__link__item {
      font-size: 3.2vw; } }
  .footer__link__item a {
    display: block; }
  @media screen and (min-width: 768px) {
    .footer__link__item {
      margin: 0 10px 10px; } }

.footer__copyright {
  font-size: 12px;
  text-align: center; }
  @media print, screen and (max-width: 960px) {
    .footer__copyright {
      font-size: 3.2vw; } }

/*--------------------------
 fixed-btn
----------------------------*/
.fixed-btn {
  position: fixed;
  right: 0;
  bottom: -50vmax;
  left: 0;
  padding: 2.13333vw 5.33333vw;
  background-color: rgba(0, 41, 0, 0.6);
  z-index: 100;
  text-align: center;
  pointer-events: none;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  transform: translate3d(0, 0, 0); }
  .fixed-btn[data-active=true] {
    top: inherit;
    bottom: 0;
    pointer-events: auto; }
  .fixed-btn a {
    display: block;
    max-width: 300px;
    margin: 0 auto; }
  @media print, screen and (min-width: 960px) {
    .fixed-btn {
      padding: 5px 10px 0; } }
