@charset "UTF-8";
/* css Document */

@keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* animation: blink_animation 0.6s ease-out; */


/*
リセット
/***********************/
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;
  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, a:hover {
  text-decoration: none;
}

a > img, nav > img, li > img, div > img {
  width: 100%;
  height: auto;
}

a img {
  border: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

button {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0;
}

.clearfix:after {
  font-size: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

body {
  /* position: absolute; */
  background-color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro", "游ゴシック Medium", "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, sans-serif;
}

div, h1, h2, h3, h4, h5, ul, ol, li, dl, dt, dd {
  position: relative;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1;
}

p, div, span {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}

img,
a img {
  border: none;
  display: block;
}

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

h1, h2, .renner {
  font-family: 'Renner*';
  font-weight: bold;
}

.lato {
  font-family: 'Lato', sans-serif;
}

/* 
@media screen and (min-width: 1200px) {
  html,
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  html,
  body {
    font-size: 1.333vw;
  }
} */


@media screen and (min-width: 769px) {
  html{
    font-size: 10px;
  }

  body {
    font-size: 28px;
  }

  .sp {
    display: none !important;
    }
  
  .sp_only{
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  html{
    font-size: 2.666vw;
  }
  
  body {
    font-size: 3.733vw;
  }

  .pc {
    display: none !important;
  }

  .pc_only {
    display: none !important;
  }
}

body.noscroll {
  height: 100%;
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main{
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
