body {
  font-family: Helvetica, Arial, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Noto Sans JP", sans-serif, "Yu Mincho Medium", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  background-color: #1a1a1e;
}

body.page-index {
  background-image: url("../../img/index/magicpunk_illust_map_tiphereth_rgb.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 1020px;
}

:root {
  font-size: 16px;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .pc-i {
    display: none;
  }
}

.sp-i {
  display: none;
}

@media (max-width: 768px) {
  .sp-i {
    display: inline-block;
  }
}

/*  header
-----------------------------------*/
.header {
  display: none;
}

@media (max-width: 768px) {
  .header {
    display: block;
  }
}

/*  visual
-----------------------------------*/
.visual {
  height: 100vh;
  min-height: 700px;
  position: relative;
}

.visual-area {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 320px) and (max-height: 700px) {
  .visual-area {
    height: 700px;
  }
}

.visual-background {
  background: url(../../img/index/magicpunk_wab_bg.jpg) no-repeat;
  background-size: cover;
  background-position: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: -3vh;
  right: 0;
  z-index: 0;
  width: 120%;
  height: 105vh;
  min-height: 700px;
}

@media (max-width: 1440px) {
  .visual-background {
    background: url(../../img/index/magicpunk_wab_bg-sp.jpg) no-repeat;
    background-size: cover;
    background-position: 60%;
  }
}

@media (max-width: 768px) {
  .visual-background {
    background: url(../../img/index/magicpunk_wab_bg-sp.jpg) no-repeat;
    background-size: cover;
    background-position: 60%;
  }
}

.visual-background img {
  width: 100%;
}

/*  side
-----------------------------------*/
.side {
  background: #121214;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 280px;
  height: 100vh;
  min-height: 700px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 768px) {
  .side {
    display: none;
  }
}

.side-menu {
  list-style: none;
  padding: 0 24px;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
}

.side-list-item {
  font-size: 16px;
  font-size: 1rem;
  color: var(--text-color);
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-top: 14px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 10px;
  -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.side-list-item:first-child {
  margin-top: 0;
}

.side-list-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  bottom: 50%;
  width: 3px;
  background: var(--primary-color);
  -webkit-box-shadow: 0 0 12px var(--primary-color);
  box-shadow: 0 0 12px var(--primary-color);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.side-list-item:hover {
  padding-left: 28px !important;
}

.side-list-item:hover:before {
  top: 4px !important;
  bottom: 4px !important;
  opacity: 1 !important;
}

.side-list-item:hover a {
  color: #fff !important;
  text-shadow: 0 0 10px var(--primary-color) !important;
}

.side-list-item a {
  color: #efeff0;
  padding: 0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  white-space: nowrap;
}

.side-list-item a svg {
  margin-left: 4px;
  fill: #efeff0;
}

.side-sns {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  margin-top: 40px;
  padding: 0;
  list-style: none;
}

.side-sns-item {
  margin-top: 16px;
}

.side-sns-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #efeff0;
}

.side-sns-item a img {
  margin-right: 8px;
}

/*  logo
-----------------------------------*/
.logo {
  z-index: 1;
  position: absolute;
  top: 5vh;
  left: 48px;
  width: 480px;
  z-index: 0;
  opacity: 0;
  animation: fadeIn 0s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 1440px) {
  .logo {
    z-index: 1;
    position: absolute;
    top: 5vh;
    left: 12px;
    width: 216px;
    z-index: 0;
  }
}

@media (max-width: 768px) {
  .logo {
    width: calc(100% - 240px);
    top: 36vh;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 10;
  }
}

@media (max-width: 414px) {
  .logo {
    top: 64vh;
  }
}

@media (max-width: 390px) {
  .logo {
    top: 61vh;
  }
}

.logo img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4)) drop-shadow(1px 7px 14px rgba(212, 141, 146, 0.1));
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4)) drop-shadow(1px 7px 14px rgba(212, 141, 146, 0.1));
}

/*  movie
-----------------------------------*/
.movie {
  background: #c4c4c4;
  border: 1px solid #171717;
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: calc(240px - 48px);
  z-index: 1;
  background: #efeff0;
}

@media (max-width: 768px) {
  .movie {
    width: 240px;
    left: inherit;
    right: 24px;
    bottom: 24px;
  }
}

@media (max-width: 414px) {
  .movie {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.movie img {
  width: 100%;
  -webkit-transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (hover: hover) {
  .movie img:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

/*  news
-----------------------------------*/
.news {
  position: absolute;
  right: 0;
  bottom: 24px;
  list-style: none;
  padding: 0;
  min-width: 500px;
  max-width: calc(100% - 280px);
}

@media (max-width: 768px) {
  .news {
    bottom: inherit;
    top: 74vh;
    min-width: calc(100% - 24px);
    max-width: calc(100% - 24px);
  }
}

@media (max-width: 390px) {
  .news {
    top: 72vh;
  }
}

.news-banner {
  list-style: none;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 24px;
}

@media (max-width: 768px) {
  .news-banner {
    display: none;
  }
}

.news-banner li {
  width: 500px;
  background: #efeff0;
  border: 1px solid #121214;
  margin-top: 8px;
}

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

@media (hover: hover) {
  .news-banner li img:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.news-link {
  color: #fff;
  text-decoration: none;
}

.news-link:visited {
  color: #fff;
}

@media (hover: hover) {

  .news-link:hover,
  .news-link:focus {
    text-decoration: underline;
  }
}

.news-banner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-list {
  margin-top: 16px;
}

.news-list-item {
  background: #121214;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  padding: 8px;
}

.news-list-date {
  font-size: 12px;
  font-size: 0.75rem;
  color: #07aee5;
  font-weight: bold;
  font-family: Arial, Helvetica, serif;
  margin-right: 16px;
}

.news-list-txt {
  font-size: 12px;
  font-size: 0.75rem;
  color: #efeff0;
  line-height: 140%;
  word-break: break-all;
}

/*  main
-----------------------------------*/
.main-wrapper {
  position: relative;
}

.main-cont {
  text-align: center;
}

.main-cont-inner {
  width: 700px;
  margin: 80px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 768px) {
  .main-cont-inner {
    width: 100%;
    margin: 120px auto 0;
    padding: 0 24px;
  }
}

.main-lead-copy {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Yu Mincho Medium", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 160%;
  letter-spacing: 2px;
  color: #efeff0;
}

@media (max-width: 768px) {
  .main-lead-copy {
    font-size: 32px;
    font-size: 2rem;
  }
}

.main-lead-ttl {
  font-size: 12px;
  font-size: 0.75rem;
  background: #121214;
  color: #efeff0;
  display: inline-block;
  font-family: "Rosarivo", serif;
  font-weight: normal;
  letter-spacing: 2px;
  margin-top: 16px;
  margin-bottom: 40px;
  padding: 4px 8px 2px;
}

.main-lead-subcopy {
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Yu Mincho Medium", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 120%;
  letter-spacing: 2px;
  color: #efeff0;
  text-decoration: underline;
  text-decoration-color: #aaaab1;
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .main-lead-subcopy {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.main-txt {
  line-height: 180%;
  margin-top: 16px;
  text-align: center;
  color: #efeff0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

@media (max-width: 768px) {
  .main-txt {
    text-align: justify;
  }
}

.main-list-item {
  list-style: none;
  margin: 80px 0 0;
  padding: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .main-list-item {
    display: block;
    margin: 56px 0 0;
  }
}

.main-list-item li {
  width: 50%;
  margin-right: 40px;
}

@media (max-width: 768px) {
  .main-list-item li {
    width: 100%;
    margin-bottom: 24px;
  }
}

.main-list-item li:last-child {
  margin-right: 0;
}

.main-list-item-ttl {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 120%;
  border-left: 1px solid #121214;
  margin: 0;
  padding-left: 16px;
  color: #efeff0;
}

.main-list-item-ttl span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  display: block;
}

.main-list-item-img {
  width: 100%;
  border: 1px solid #121214;
  margin-top: 16px;
  cursor: pointer;
}

@media (hover: hover) {
  .main-list-item-img:hover {
    opacity: 0.5;
    -webkit-transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.main-list-item-img img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-list-sns {
  width: 100%;
  text-align: left;
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.main-list-sns li {
  margin-top: 8px;
}

@media (hover: hover) {
  .main-list-sns li:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }
}

.main-list-sns li img {
  width: 100%;
}

ruby[data-ruby] rt {
  display: none;
}

ruby[data-ruby] {
  position: relative;
  display: inline-block;
}

ruby[data-ruby]::after {
  content: attr(data-ruby);
  position: absolute;
  transform: translate(-50%, -1.7em);
  display: block;
  left: 50%;
  top: 0;
  white-space: nowrap;
  font-size: 44%;
  letter-spacing: 0;
}

/*# sourceMappingURL=home.css.map */