* {
  margin: 0px;
  padding: 0px;
  color: #fafafa;
  font-family: "Sawarabi Gothic", sans-serif;
  letter-spacing: 1px;
  color: #141414;
  font-size: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  border-style:none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
  display: block;
}

.clear {
  clear: both;
}

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

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  background-color: #fff;
}

#wrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

#cover {
  position: relative;
  width: 100%;
  height: 100%;
}

#cover img {
  width: 100%;
}

.entrance {
  width: 100%;
  margin: 10px 0 50px 0;
}

.logo {
  position: relative;
  width: 220px;
  margin: -50px auto 0 auto;
}

.logo img {
  width: 100%;
}

h1 {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fafafa;
  font-size: 10px;
  z-index: 100;
}

.entrance ul {
  margin: 0 0 10px 0;
}

.entrance ul li {
  position: relative;
  width: 50%;
  float: left;
  text-align: center;
}

.entrance ul li a {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  background: #198f94;
  border: 1px solid #ccc;
  padding: 20px 10px;
  margin: 5px;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
}

.entrance ul li a span {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.entrance h2 {
  font-size: 12px;
  text-align: center;
  font-weight: normal;
}

.entrance p {
  text-align: center;
  font-size: 12px;
}

.banners {
  & .recruitBanner {
    width: 90%;
    max-width: 420px;
    background: url(/pc/img/mailmaga_bg.jpg) repeat;
    padding: 5px;
  }

  & .xBanner {
    width: 90%;
    max-width: 420px;
  }

  & li {
    margin: 5px auto;
    text-align: center;
  }

  & .recruitBanner img {
    width: 100%;
  }

  & .xBanner img {
    height: 50%;
  }

  & .xBanner a {
    display: block;
    height: 60px;
    background-color: #000;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  & .xBanner a span {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 0 10px;
    letter-spacing: -1px;
    color: red;
    transform: skewX(-6deg);
    white-space: nowrap;
  }

  margin-bottom: 20px;
}

#footerWrap {
  position: relative;
  width: 100%;
  background-color: #198f94;
  background-image: url(/pc/img/footer_bg.webp);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

#footerContainer {
  position: relative;
  padding: 20px 0;
  max-width: 1280px;
  margin: 0px auto;
}

#footer {
  text-align: center;
  background: #fff;
  margin: 0 10px;
  padding: 20px 0;
}

#footer dl {
  width: 96%;
  margin: 0 auto;
}

.footerBorder {
  width: 30px;
  margin: 20px auto;
  height: 1px;
  background: #333;
}

#footer dl h3.footerShop {
  color: #333;
  font-size: 20px;
  white-space: nowrap;
}

#footer dd {
  width: 100%;
}

#footer dd a {
  display: inline-block;
  text-decoration: none;
}
address{
  text-decoration: none;
}

p.copy {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 10px;
  transform: scale(0.8);
  text-align: center;
  letter-spacing: 0;
  margin-top: 10px;
}

#footerBottomWrap {
  background: #000;
  width: 100%;
}

#footerBottom {
  max-width: 1280px;
  margin: 0px auto;
  padding: 5px;
}

#footerBottom ul {
  margin-left: 5px;
}

#footerBottom ul li {
  color: #fff;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 1px;
}

#footerBottom ul li a {
  color: #fff;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 1px;
  display: inline-block;
}

.blank-banner {
  position: relative;
  width: 200px;
  margin: 0 auto 80px auto;
}

.blank-banner li {
  width: 200px;
}

.blank-banner li a {
  display: block;
  margin: 10px 0;
}

.blank-banner li a img {
  width: 100%;
}