@charset "UTF-8";
body {
  opacity: 0;
}

.wrapper {
  background: url("/animejapan/assets/img/common/bg.jpg") top center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-family: YakuHanJP,'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic,
 "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.5em;
  letter-spacing: normal;
  position: relative;
  z-index: 0;
}

.wrapper a {
  color: #b9658d;
  text-decoration: none;
}

@media screen and (max-width: 959px) {
  .wrapper {
    width: 100%;
    overflow: hidden;
  }
}

.header {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 900;
  top: 0;
  width: 100%;
  height: 80px;
}

@media screen and (max-width: 959px) {
  .header {
    height: 16vh;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
  }
  .header.sc {
    -webkit-transform: translateY(-48px);
            transform: translateY(-48px);
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 18px 0 0 25px;
}

.logo .logo_img {
  margin-left: 30px;
  height: 40px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.logo .logo_img:first-child {
  margin-left: 0;
}

@media screen and (min-width: 960px) {
  .logo .logo_img:hover {
    opacity: 0.6;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@media screen and (max-width: 959px) {
  .logo {
    margin: 3vh auto 0;
    width: 44%;
  }
  .logo .logo_img {
    margin-left: 20px;
    height: 40px;
  }
  .logo .logo_img:first-child {
    margin-left: 0;
  }
}

nav.g-nav {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

nav.g-nav ul {
  font-size: 0;
  letter-spacing: -0.04em;
  text-align: center;
}

nav.g-nav li {
  letter-spacing: normal;
  font-size: 20px;
  display: inline-block;
  margin-left: 38px;
}

nav.g-nav li:first-child {
  margin-left: 0;
}

nav.g-nav a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

nav.g-nav a:hover {
  color: #6e60a7;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 959px) {
  nav.g-nav {
    margin-left: 5%;
    top: 12vh;
    right: 0;
    font-size: 17px;
    width: 100%;
  }
  nav.g-nav ul {
    width: 100%;
    margin: 0 auto;
  }
  nav.g-nav li {
    margin-left: 8%;
    font-size: 16px;
  }
  nav.g-nav li:first-child {
    margin-left: 0;
  }
}

.footer {
  background: #000;
  margin-top: 180px;
  padding: 60px 0 50px;
  color: #777;
  position: relative;
  font-size: 10px;
  line-height: 1.5em;
}

.footer .pagetop {
  width: 60px;
  position: absolute;
  top: -60px;
  right: 40px;
  cursor: pointer;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 960px) {
  .footer .pagetop:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

.footer .share {
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin-bottom: 30px;
}

.footer .share dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  margin: 0 auto;
}

.footer .share dl dt {
  padding-top: 6px;
}

.footer .share dl dd {
  width: 23px;
  margin-left: 15px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 960px) {
  .footer .share dl dd:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

.footer .copy_list {
  max-width: 1080px;
  margin: 0 auto;
  text-align: justify;
  padding: 0 40px;
}

.footer .foot_anx_link {
  text-align: center;
  margin: 40px 0 25px;
  font-size: 13px;
}

.footer .foot_anx_link ul {
  font-size: 0;
  letter-spacing: -0.04em;
  text-align: center;
}

.footer .foot_anx_link li {
  letter-spacing: 0.1em;
  font-size: 13px;
  display: inline-block;
  margin-left: 30px;
  position: relative;
}

.footer .foot_anx_link li::before {
  content: "";
  display: block;
  height: 16px;
  width: 1px;
  background: #ddd;
  position: absolute;
  left: -15px;
}

.footer .foot_anx_link li:first-child {
  margin-left: 0;
}

.footer .foot_anx_link li:first-child::before {
  content: "";
  background: transparent;
}

.footer .foot_anx_link a {
  color: #ddd;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 960px) {
  .footer .foot_anx_link a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

.footer .foot_att, .footer .copy {
  text-align: center;
}

@media screen and (max-width: 959px) {
  .footer {
    margin-top: 100px;
    padding: 40px 0;
  }
  .footer .pagetop {
    width: 50px;
    position: absolute;
    top: -48px;
    right: 20px;
  }
  .footer .copy_list {
    width: 100%;
    padding: 0 5%;
  }
  .footer .foot_anx_link {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */