@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-style: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

div {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  vertical-align: middle;
}

figure img {
  max-width: 100%;
}

/**
 * Base Style
 */
html {
  height: 100%;
  font-size: 10px;
}

@media screen and (max-width: 640px) {
  html {
    font-size: 2.66667vw;
  }
}

body {
  color: #000000;
  font-family: sans-serif;
  min-width: 1020px;
}

@media screen and (max-width: 640px) {
  body {
    max-height: 100vh;
    min-width: 0;
  }
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

/**
 * Layout Style
 */
.l-html {
  height: auto;
}

.l-body {
  background: url(../../assets/img/teaser/bg.png) center center;
  background-size: cover;
}

/**
 * For Top Page
 */
/**
 * For Teaser Page
 */
.p-teaser_body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  min-width: 0;
  padding: 2.99% 0;
}

@media screen and (max-width: 640px) {
  .p-teaser_body {
    padding: 5.33%;
    max-height: none;
  }
}

.p-teaser_main {
  display: block;
  width: 402px;
}

.p-teaser_main_image {
  max-width: 100%;
}

.p-teaser_main_btnWrap {
  margin-top: 36px;
}

@media screen and (max-width: 640px) {
  .p-teaser_main_btnWrap {
    margin-top: 0;
    padding-top: 10.17%;
  }
}

.p-teaser_main_btn {
  display: block;
  max-width: 240px;
  margin: auto;
}

.p-teaser_main_btn:hover {
  opacity: 0.8;
}

.p-teaser_main_btn img {
  max-width: 100%;
}

.p-teaser_title {
  display: none;
}
/*# sourceMappingURL=sourcemaps/style.css.map */
