
@charset "utf-8";

/*--------------------------------------------------------------------

default

--------------------------------------------------------------------*/	

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 100%;
   vertical-align: baseline;
   background: transparent;
   font-weight:normal;
   font-style: normal
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time {
  display: block; }

ol,
ul {
  list-style: none; }
.red{color: #9F5252}

a{text-decoration: none; color:#000; transition: 0.3s}
a:hover{ color:#E9B6B6; opacity: 0.5 }

.min{font-family: 'Sawarabi Mincho', serif;}
.en {font-family: 'El Messiri', sans-serif;}
.imp{font-weight: bold}
.pink{color:#cc8092 }
.red{color:#e09595 }

body{font-family: 'Noto Sans JP', sans-serif; color:#4b474d; 
 font-size: 3.4666666667vw; letter-spacing: 1px; line-height: 2em; }

 
.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }

footer{font-size: 2.6666666667vw; text-align: center; padding-bottom: 30px}


 
@media screen and (max-width: 639px) {
.smtno{display: none}
img{width: 100%; height: auto}

body{  
 font-size: 3.4666666667vw;
}
.f30 {
  font-size: 30px;
  font-size: 8vw;
}

.f20 {
  font-size: 20px;
  font-size: 5.3333333333vw;
}

.f18 {
  font-size: 18px;
  font-size: 4.8vw;
}

.f16 {
  font-size: 16px;
  font-size: 4.2666666667vw;
}

.f15 {
  font-size: 15px;
  font-size: 4vw;
}

.f14 {
  font-size: 14px;
  font-size: 3.7333333333vw;
}


.f12 {
  font-size: 12px;
  font-size: 3.2vw;
}

.f11 {
  font-size: 11px;
  font-size: 2.9333333333vw;
}

.f10 {
  font-size: 10px;
  font-size: 2.6666666667vw;
}

}

