@charset "UTF-8";
/* fontサイズ・バリエーション */
/* -------------------------------------------------------------------------------------------------------------------
Desktop
------------------------------------------------------------------------------------------------------------------- */
.tb {
  display: none;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

body {
  background: #f59ff3;
}

article {
  padding: 40px;
}

/* ----------------------
NAVI
------------------------- */
.headerNav {
  position: fixed;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  height: 80px;
  margin: auto;
  padding: 20px 32px 20px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerNav div.navLogo {
  width: 170px;
  position: relative;
}
.headerNav div.navLogo a {
  display: block;
  width: 170px;
  height: 105px;
  position: relative;
  top: 20px;
  text-align: left;
  transition: all 0.2s;
}
.headerNav div.navLogo a img {
  position: absolute;
  top: 0;
  width: 170px;
}
.headerNav div.navLogo a:hover {
  opacity: 0.8;
}
.headerNav ul {
  width: 687px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerNav ul li a {
  display: block;
  width: 130px;
  height: 40px;
  background-image: url(../img/pc/menu_pc.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 260px 160px;
  transition: none;
}
.headerNav ul li a:hover {
  background-image: url(../img/pc/menu_pc.png);
  background-repeat: no-repeat;
  background-position: top right 0px;
  background-size: 260px 160px;
  transform: scale(108%);
}
.headerNav ul .menu_cast a {
  background-position: top left 0px;
}
.headerNav ul .menu_cast a:hover {
  background-position: top right 0px;
}
.headerNav ul .menu_main a {
  background-position: top -40px left 0px;
}
.headerNav ul .menu_main a:hover {
  background-position: top -40px right 0px;
}
.headerNav ul .menu_spinoff a {
  background-position: top -80px left 0px;
}
.headerNav ul .menu_spinoff a:hover {
  background-position: top -80px right 0px;
}
.headerNav ul .menu_articles a {
  background-position: top -120px left 0px;
}
.headerNav ul .menu_articles a:hover {
  background-position: top -120px right 0px;
}

.contentBlock {
  width: 96%;
  margin: 0 auto;
}

p {
  text-align: left;
  margin: 0 auto 40px;
}

.pictureContainer {
  margin: 0 auto 40px;
}

/* -------------------------------------
* トップページ
* ------------------------------------- */
.topVisual {
  background: url(../img/pc/bg_pc.jpg) no-repeat center bottom;
  background-size: cover;
}

h1 {
  padding-top: 120px;
  width: 96%;
  max-width: 100%;
  margin: auto;
  text-align: center;
}
h1 img {
  box-shadow: 20px 20px #ff20ae;
}

.section-cast {
  background: url(../img/paint.png) no-repeat top 60px center;
  background-size: 1200px auto;
  padding-bottom: 360px;
}

.section-main {
  background: url(../img/bg_ribbon_main.png) repeat-x top center #c950ff;
  background-size: contain;
  padding-bottom: 240px;
}

.section-spinoff {
  background: url(../img/bg_ribbon_spinoff.png) repeat-x top center #ff50cc;
  background-size: contain;
  padding-bottom: 240px;
}

.section-articles {
  background: url(../img/bg_ribbon_articles.png) repeat-x top center #55c125;
  background-size: contain;
  padding-bottom: 120px;
}

.title_cast {
  width: 232px;
  margin: 60px auto 40px;
}

.section-main,
.section-spinoff,
.section-articles {
  margin-top: -120px;
  position: relative;
}
.section-main article h2,
.section-spinoff article h2,
.section-articles article h2 {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.section-main article .subtitle {
  width: 1200px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.section-main article .subtitle img {
  position: absolute;
  top: 14px;
  right: 50px;
}

.section-spinoff article .subtitle {
  width: 1200px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.section-spinoff article .subtitle img {
  position: absolute;
  top: 14px;
  right: 128px;
}

ul.movieList {
  width: 1200px;
  margin: 180px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
}
ul.movieList li {
  width: 45%;
  max-width: 540px;
  margin-bottom: 40px;
}
ul.movieList li .img-wrapper {
  width: 540px;
  height: 304px;
  overflow: hidden;
  display: block;
  border: 4px solid #000;
}
ul.movieList li img {
  -o-object-fit: cover;
     object-fit: cover;
}

.section-articles ul.movieList {
  width: 1200px;
  margin: 120px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
}
.section-articles ul.movieList li {
  width: 45%;
  max-width: 540px;
  margin-bottom: 40px;
}
.section-articles ul.movieList li .img-wrapper {
  width: 540px;
  height: 304px;
  overflow: hidden;
  display: block;
  border: 4px solid #000;
}
.section-articles ul.movieList li img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------------------------------------
* footer
* ------------------------------------- */
footer .credit p {
  font-size: 0.9em;
  text-align: center;
}/*# sourceMappingURL=base_pc.css.map */