@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notoserifjapanese.css);
@font-face {
  font-family: BASKVILL;
  src: url(./BASKVILL.TTF) format("truetype");
}
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.6em;
  font-family: "Noto Serif Japanese", serif;
  color: #111;
  background-color: #fff;
}

a:link {
  text-decoration: none;
  color: #999;
}

a:visited {
  text-decoration: none;
  color: #999;
}

a:hover {
  text-decoration: underline;
  color: #ff8eb6;
}

#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  animation-fill-mode: forwards;
  -webkit-animation: bgin 4s linear 0s 1 normal;
  -moz-animation: bgin 4s linear 0s 1 normal;
  -o-animation: bgin 4s linear 0s 1 normal;
  animation: bgin 4s linear 0s 1 normal;
}

@-webkit-keyframes bgin {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes bgin {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes bgin {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgin {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#maincontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  text-align: center;
}

#homebox {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 680px;
  height: 420px;
  margin: 0px 0 0 -340px;
  -webkit-animation: boxin 1.4s linear 0s 1 normal;
  -moz-animation: boxin 1.4s linear 0s 1 normal;
  -o-animation: boxin 1.4s linear 0s 1 normal;
  animation: boxin 1.4s linear 0s 1 normal;
}

@-webkit-keyframes boxin {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes boxin {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes boxin {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes boxin {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#picturebox {
  position: absolute;
  bottom: -250px;
  padding: 0 200px;
}

#homelogo {
  display: block;
  width: 500px;
  margin: 0 auto 0;
  padding: 0;
  overflow: hidden;
}

.teaser {
  margin-top: 80px;
}

#hn {
  width: 460px;
  height: 188px;
  margin: 0 auto 250px;
  padding: 65px 0;
  background: url(../images/hnbg.png) center 108px no-repeat;
}

#hn a {
  display: block;
  width: 154px;
  height: 154px;
  text-align: left;
  text-indent: -9999px;
  text-decoration: none;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0);
  -webkit-border-radius: 50%; /*角丸*/
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

#hn a#hn01 {
  float: left;
  margin: 0 auto 0 0;
  background-position: 0 0;
  background-image: url(../images/hn.png);
  background-color: rgba(255, 123, 176, 0.85);
}

#hn a#hn02 {
  float: right;
  margin: 0 0 0 auto;
  background-position: -148px 0;
  background-image: url(../images/hn.png);
  background-color: rgba(255, 255, 255, 0.65);
}

#hn a:hover {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

#hn a#hn01:hover {
  background-color: rgb(255, 123, 176);
}

#hn a#hn02:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

#hometxt {
  display: inline-block;
  margin: 16px auto 0;
  padding: 10px 24px 9px;
  text-align: center;
  font-size: 2.2em;
  line-height: 1em;
  color: #a59161;
  -webkit-border-radius: 40px; /*角丸*/
  -moz-border-radius: 40px;
  border-radius: 40px;
}

/*
	background-color: rgba(255,255,255,0.4);
*/
#homecopy {
  position: absolute;
  bottom: -70px;
  left: 50%;
  width: 680px;
  margin: 0 0 0 -340px;
}
#homecopy .official_enter .enter_btn {
  display: inline-block;
  padding: 20px 60px;
  color: #fff;
  background: rgba(104, 200, 249, 0.7);
  border-radius: 60px;
  font-family: none;
  margin-bottom: 15px;
  font-size: 1rem;
  text-decoration: none;
}

.nivoSlider video {
  width: 100%;
  height: auto;
}

.index_contents_title {
  font-size: 3em;
  padding-bottom: 12px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.banner_space {
  margin: 0px auto 0 auto;
  width: 60%;
}
.banner_space .banner_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.banner_space .banner_list li {
  list-style: none;
  margin-bottom: 12px;
}

.sister_title {
  margin-top: 280px;
}

.sister_shop {
  width: 60%;
  overflow: hidden;
  margin: 0px auto 35px auto;
  padding: 0;
}
.sister_shop li {
  list-style: none;
  margin-bottom: 10px;
}
.sister_shop li img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #homebox {
    height: 500px;
  }
  #homebox #hn {
    margin: 80px auto 300px;
  }
  .banner_space {
    margin: 0px auto 0 auto;
    width: 60%;
  }
  .sister_shop {
    width: 100%;
    overflow: hidden;
    margin: 0px 0 35px 0;
    padding: 0;
  }
  .sister_shop li {
    list-style: none;
    margin-bottom: 0px;
    float: left;
    width: 50%;
  }
  .sister_shop li a {
    display: block;
    padding: 8px;
  }
  .sister_shop li img {
    width: 100%;
  }
}/*# sourceMappingURL=home.css.map */