@charset "utf-8";
/* webfont */
@import url(https://fonts.googleapis.com/css2?family=LINE+Seed+JP&family=Yusei+Magic&display=swap);

* {
  box-sizing: border-box;
  word-wrap: break-word;
  
}

a {
  text-decoration: none;
  border: none;
  color: inherit;
  display: inline-block;
  transition: .3s;
}

a:hover {
  text-shadow: 1px -1px 0px #b8b8b8;
}

a:hover img {
  border: none;
  box-shadow: 1px 1px 0.5 #4f4f4f;

}

img {
  width: 100%;
}

.clear {
  overflow: hidden;
  clear: both;
}

body {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #4f4f4f;
  line-height: 1.7;
  box-sizing: border-box;
}

.font_2 {
  font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.1em;
  font-size:14px;
}