html, body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "游ゴシック Medium", "游ゴシック", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #000;
  line-height: 1.65;
}

img {
  width: 100%;
}

img {
  width: 100%;
}

address {
  font-style: normal;
}

/*  link
-----------------------------------------------------------------------------*/
a {
  transition-property: background-color, opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

a,
a:hover {
  color: #000;
  text-decoration: none;
}

a img {
  border: 0;
}

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

/*  reset
-----------------------------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
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,
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
  box-sizing: border-box;
}

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

ul, ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

main {
  display: block;
  transition: all 0.5s ease 0s;
}

main.blur {
  filter: blur(0.4rem);
}

/**/
#wrapper {
  padding: 0 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.text p {
  transition: all .3s ease 0s;
}

.text p:hover {
  transform: scale(1.1);
  transform-origin: 0 0;
}

body {
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  animation: wrapper_bg 1.4s ease-in 0s forwards;
}

@-webkit-keyframes wrapper_bg {
  0% {
    background: #000;
  }

  90% {
    background: #000;
  }

  100% {
    background: #fff;
  }
}

#logo {
  width: 250px;
  height: 280px;
  margin: 0 auto 20px;
  position: relative;
}

#logo svg {
  animation: logo 2s ease-in 0s forwards;
  -webkit-animation: logo 2s ease-in 0s forwards;
  fill: #000;
  display: block;
  position: absolute;
  top: 0;
  stroke-dasharray: 3000px;
  stroke: #fff;
  stroke-width: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-strok: #fff;
  z-index: 10;
}

@-webkit-keyframes logo {
  0% {
    stroke-dashoffset: 3000px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

#logo svg.active {
  animation: logo-fade 10s ease-in 0s infinite;
}

@-webkit-keyframes logo-fade {
  0% {
    fill: #000;
  }

  70% {
    fill: #6f6f6f;
  }

  100% {
    fill: #000;
  }
}

.text p {
  font-weight: bold;
  line-height: 30px;
  font-size: 24px;
  width: 250px;
  margin: 0 auto;
  padding: 0;
}

address {
  text-align: center;
  padding-top: 80px;
  font-size: 14px;
  line-height: 24px;
}

address a {
  text-decoration: underline;
}

.main {
  display: block;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  font-weight: normal;
}

.text strong {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  margin-bottom: 30px;
  display: block;
  font-size: 24px;
}

.active .text strong{
  color: #3e3e3e;
}

.sp {
  display: none;
}

.main h1,
.main h2,
footer h2{
  font-weight: normal;
  display: inline;
}

@media screen and (max-width:768px) {
  #logo {
    width: 150px;
    height: 150px;
  }

  .main .sp {
    display: inline;
  }

  address {
    font-size: 12px;
    line-height: 20px;
  }

  address {
    padding-top: 20px;
  }

  #wrapper {
    padding: 40px;
    width: 100%;
  }
}
