@charset "UTF-8";
/*-------------------------------
共通設定
--------------------------------*/
#ani000013 .container {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}

article.contents {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  background: #000;
  background-size: contain;
}

.sp article.contents {
  width: 100%;
  margin: 0 auto;
  background-size: contain;
}

.sp .contents img {
  width: 100%;
}

#globalNavi.naviFixed {
  display: none;
}

.container a:hover, .detailPageonly a:hover {
  opacity: .6;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/*-------------------------------
ボタン
--------------------------------*/
section .button {
  width: 76%;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ie-border-radius: 5px;
  border-radius: 5px;
  font-size: 22px;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: 20px;
  text-decoration: none;
  line-height: 1.3;
  padding: 24px 20px;
}

section .button p {
  color: #fff;
  vertical-align: middle;
  display: inline-block;
}

section .icon {
  width: 29px;
  height: 29px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ie-border-radius: 13px;
  border-radius: 13px;
  float: right;
  background: #fff;
}

section .arrow {
  margin: 7px 0px 0 10px;
  -webkit-border-style: solid;
  -moz-border-style: solid;
  -ie-border-style: solid;
  border-style: solid;
  width: 0;
  height: 0;
  border-width: 8px 8px 8px 13px;
}

section .color {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #cc0000;
  text-align: center;
  box-shadow: 0px 5px 0px 0px #640000;
}

section .color:hover {
  box-shadow: 0 2px 0 #640000;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

section .color .arrow {
  border-color: transparent transparent transparent #cc0000;
}

/*-------------------------------
TOPへもどる
--------------------------------*/
div.top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  margin: -3em 0 1em 0;
  text-align: right;
  z-index: 200;
}

.anqure {
  display: none;
}

/*-------------------------------
clearfix
--------------------------------*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*-------------------------------
mincho
--------------------------------*/
.mincho {
  font-weight: 500;
  font-family: "游明朝" , "Yu Mincho" ,"Roboto Slab" , Garamond , "Times New Roman" ,  "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

/*-------------------------------
SC
--------------------------------*/
.mb30 {
  margin-bottom: 30px;
}

/*-------------------------------
PC
--------------------------------*/
/* .headermain
------------------------------------------------------------*/
section.headermain {
  background: url("/static/cpn/ani000013/img/main_bg.png") no-repeat;
  background-position: center;
  margin: 0 auto;
}

section.headermain p.release {
  height: 52px;
  padding-top: 20px;
  margin-bottom: 30px;
  background-color: rgba(213, 197, 137, 0.5);
  color: #fff;
  text-align: center;
  font-size: 30px;
  border-bottom: solid 1px #fff;
}

section.headermain div.mainarea {
  margin: 0 auto;
  text-align: center;
}

section.headermain div.left {
  display: inline-block;
  width: 470px;
  margin: 0 30px 0 0;
}

section.headermain div.right {
  display: inline-block;
  width: 460px;
  vertical-align: top;
  margin: 0 auto;
  text-align: center;
}

section.headermain div.right .title {
  margin: 50px 0 30px 0;
}

section.headermain div.right .subttl {
  margin-bottom: 30px;
}

section.headermain div.right .txt {
  margin-bottom: 30px;
}

.headermain h1 {
  overflow: hidden;
  height: 86px;
  background-color: #d5c589;
  text-indent: 100%;
  white-space: nowrap;
}

section.headermain div.info {
  width: 970px;
  margin: 30px auto;
  background: rgba(213, 197, 137, 0.5);
  border: solid 1px #ccc;
  padding: 15px;
  box-sizing: border-box;
}

section.headermain div.info p.ttl {
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 0.5;
}

section.headermain div.info ul {
  padding: 15px 20px 0;
}

section.headermain div.info ul li {
  float: left;
  width: 440px;
  font-size: 14px;
  color: #FFF;
}

section.headermain div.info ul li p {
  line-height: 1.5;
  margin-bottom: 10px;
}

/* .glovalNavi 
------------------------------------------------------------*/
section.glovalNavi {
  width: 970px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 6px 0;
}

section.glovalNavi ul {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  width: 970px;
  text-align: center;
  letter-spacing: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

section.glovalNavi ul li {
  display: inline-block;
  margin: 4px;
  text-align: center;
}

section.glovalNavi ul li:first-child {
  margin-left: 15px;
}

section.glovalNavi ul li:last-child {
  margin-right: 15px;
}

/* .story
------------------------------------------------------------*/
section.story {
  padding-top: 50px;
  margin-top: -50px;
  color: #fff;
  margin: 0 auto;
  background: #000 url(/static/cpn/ani000013/img/sto_bg.png) no-repeat center;
}

section.story h2 {
  margin: 0 auto;
  text-align: center;
}

section.story .line {
  margin-bottom: 30px;
  text-align: center;
}

section.story .story_trail {
  width: 970px;
  margin: 0 auto 20px;
}

section.story .story_trail .trailerbox {
  border: 3px solid #d5c589;
  box-sizing: border-box;
  margin-bottom: 30px;
}

section.story .story_trail h3 {
  font-size: 32px;
  margin: 50px 0 70px 0;
}

section.story .story_trail > div {
  display: inline-block;
  width: 450px;
  vertical-align: top;
}

section.story .story_trail .stryTxt {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 2;
}

section.story .story_trail .stryTxt:last-of-type {
  margin-bottom: 0;
}

section.story .story_trail h4 {
  font-size: 20px;
  line-height: 1.75;
  margin: 20px 0 0 0;
  color: #d5c589;
}

section.story .story_trail .trailer {
  margin-left: 20px;
  margin-bottom: 50px;
}

section.story .story_trail .trailer h3 {
  width: 100%;
  height: 75px;
}

section.story .story_trail .thum ul {
  width: 970px;
  text-align: center;
}

section.story .story_trail .thum ul li {
  display: inline-block;
  width: 230px;
  height: 98px;
}

/* .staff
------------------------------------------------------------*/
section.staff {
  padding-top: 50px;
  margin-top: -50px;
  color: #fff;
  margin: 0 auto;
  background: #000 url(/static/cpn/ani000013/img/staff_bg.png) no-repeat center top;
  padding-bottom: 50px;
}

section.staff h2 {
  margin: 0 auto;
  text-align: center;
}

section.staff .line {
  margin-bottom: 30px;
  text-align: center;
}

section.staff .cast-info {
  margin: 30px auto;
  color: #d5c589;
  font-size: 14px;
  line-height: 2;
  width: 970px;
}

section.staff .cast-info li p {
  margin-bottom: 10px;
}

section.staff .cast-info ul .title {
  margin: 0 0 20px 0;
  border-bottom: solid 1px #d5c589;
  font-size: 28px;
  line-height: 1.5;
}

section.staff .cast-info ul.left {
  width: 290px;
  margin: 0 30px 0 0;
  float: left;
}

section.staff .cast-info ul.right {
  width: 609px;
  float: left;
}

section.staff .cast-info ul.right li.cast-l {
  margin: 0 20px 0 0;
}

section.staff .cast-info ul.right li.cast-l, section.staff .cast-info ul.right li.cast-r {
  width: 290px;
  display: inline-block;
  vertical-align: top;
}

/* .related
------------------------------------------------------------*/
section.related {
  padding-top: 50px;
  margin-top: -50px;
  color: #fff;
  margin: 0 auto;
  width: 970px;
}

section.related h2 {
  margin: 0 auto;
  text-align: center;
}

section.related .line {
  margin-bottom: 30px;
}

section.related .goods {
  width: 450px;
  vertical-align: top;
  margin: 20px 20px 30px 20px;
  padding: 20px 20px;
  display: inline-block;
  border: 1px solid #d5c589;
  box-sizing: border-box;
  box-shadow: 0 0 10px 10px rgba(213, 197, 137, 0.2) inset;
}

section.related .goods .g-title {
  text-align: center;
  font-size: 19px;
  margin-bottom: 30px;
}

section.related .goods dl {
  margin-bottom: 20px;
}

section.related .goods dl dt {
  float: left;
  margin-right: 20px;
}

section.related .goods dl dd {
  float: left;
  color: #d5c589;
  font-size: 14px;
  width: 210px;
}

section.related .goods dl dd p {
  margin-bottom: 20px;
}

section.related .goods .button {
  width: 90%;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ie-border-radius: 5px;
  border-radius: 5px;
  font-size: 22px;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: 20px;
  text-decoration: none;
  line-height: 1.3;
  padding: 10px 20px;
}

section.related .goods .button p {
  color: #000;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

section.related .goods .icon {
  width: 29px;
  height: 29px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ie-border-radius: 13px;
  border-radius: 13px;
  float: right;
  background: #fff;
}

section.related .goods .arrow {
  margin: 7px 0px 0 10px;
  -webkit-border-style: solid;
  -moz-border-style: solid;
  -ie-border-style: solid;
  border-style: solid;
  width: 0;
  height: 0;
  border-width: 8px 8px 8px 13px;
}

section.related .goods .color {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #d5c589;
  text-align: center;
  box-shadow: 0px 5px 0px 0px #443f2c;
}

section.related .goods .color:hover {
  box-shadow: 0 2px 0 #443f2c;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

section.related .goods .color .arrow {
  border-color: transparent transparent transparent #000;
}

section.related .goods:nth-child(odd) {
  margin-right: 0;
}

section.related .cr {
  text-align: center;
}

.privilege {
  /* margin: 0 10px 0; */
}

.privilege h2 a {
  display: block;
  height: 363px;
  background: #fff url(/static/cpn/ani000013/img/seat.jpg) no-repeat center 0;
}

/* 
------------------------------------------------------------
sp
------------------------------------------------------------
*/
/*-------------------------------
ボタン
--------------------------------*/
.sp section .button {
  width: 90%;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ie-border-radius: 5px;
  border-radius: 5px;
  font-size: 22px;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: 20px;
  text-decoration: none;
  line-height: 1.3;
  padding: 24px 20px;
}

.sp section .button p {
  color: #fff;
  vertical-align: middle;
  display: inline-block;
}

.sp section .icon {
  width: 29px;
  height: 29px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ie-border-radius: 13px;
  border-radius: 13px;
  float: right;
  background: #fff;
}

.sp section .arrow {
  margin: 7px 0px 0 10px;
  -webkit-border-style: solid;
  -moz-border-style: solid;
  -ie-border-style: solid;
  border-style: solid;
  width: 0;
  height: 0;
  border-width: 8px 8px 8px 13px;
}

.sp section .color {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #cc0000;
  text-align: center;
  box-shadow: 0px 5px 0px 0px #640000;
}

.sp section .color:hover {
  box-shadow: 0 2px 0 #640000;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.sp section .color .arrow {
  border-color: transparent transparent transparent #cc0000;
}

/* .sp .headermain
------------------------------------------------------------*/
.sp section.headermain {
  background: url("/static/cpn/ani000013/img/main_bg.png") #000 no-repeat;
  background-position: center;
  margin: 0 auto;
}

.sp section.headermain p.release {
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%;
  margin-bottom: 0;
  background-color: rgba(213, 197, 137, 0.5);
  color: #fff;
  text-align: center;
  font-size: 30px;
  border-bottom: solid 1px #fff;
  width: 100%;
}

.sp section.headermain p.release span {
  width: 90%;
  margin: 0 5%;
  font-size: 24px;
}

.sp section.headermain div.mainarea {
  margin: 0 auto;
  text-align: center;
}

.sp section.headermain div.left {
  display: inline-block;
  width: 100%;
  margin: 0 0 0 0;
}

.sp section.headermain div.right {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  margin: 0 auto;
  text-align: center;
}

.sp section.headermain div.right .title {
  margin: 10% 0 10% 0;
}

.sp section.headermain div.right .subttl {
  margin-bottom: 10%;
}

.sp section.headermain div.right .txt {
  margin-bottom: 30px;
}

.sp .headermain h1 {
  overflow: hidden;
  height: auto;
  background-color: #d5c589;
  text-indent: 100%;
  white-space: nowrap;
}

.sp section.headermain div.info {
  width: 90%;
  margin: 10% auto 0;
  background: rgba(213, 197, 137, 0.5);
  border: solid 0 #ccc;
  padding: 5%;
  box-sizing: border-box;
}

.sp section.headermain div.info p.ttl {
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  padding: 3%;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
}

.sp section.headermain div.info ul {
  padding: 5% 2% 0;
}

.sp section.headermain div.info ul li {
  float: left;
  width: 100%;
  font-size: 18px;
  color: #FFF;
}

.sp section.headermain div.info ul li p {
  line-height: 1.5;
  margin-bottom: 5%;
}

/* .sp .story
------------------------------------------------------------*/
.sp section.story {
  padding-top: 50px;
  margin-top: -50px;
  color: #fff;
  margin: 0 auto;
  background: #000 url(/static/cpn/ani000013/img/sto_bg.png) no-repeat center;
}

.sp section.story h2 {
  margin: 0 5%;
  text-align: center;
}

.sp section.story .line {
  margin-bottom: 5%;
  text-align: center;
}

.sp section.story .story_trail {
  width: 90%;
  margin: 0 auto 5%;
}

.sp section.story .story_trail .trailerbox {
  border: 3px solid #d5c589;
  box-sizing: border-box;
  margin-bottom: 5%;
}

.sp section.story .story_trail h3 {
  font-size: 32px;
  margin: 5% 0 5% 0;
}

.sp section.story .story_trail > div {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.sp section.story .story_trail .stryTxt {
  margin-bottom: 4%;
  font-size: 14px;
  line-height: 2;
}

.sp section.story .story_trail .stryTxt:last-of-type {
  margin-bottom: 0;
}

.sp section.story .story_trail h4 {
  font-size: 20px;
  line-height: 1.75;
  margin: 20px 0 0 0;
  color: #d5c589;
}

.sp section.story .story_trail .trailer {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}

.sp section.story .story_trail .trailer h3 {
  width: 100%;
  height: 75px;
}

.sp section.story .story_trail .thum ul {
  width: 100%;
  text-align: center;
}

.sp section.story .story_trail .thum ul li {
  display: inline-block;
  width: 230px;
  height: 98px;
}

/* .sp .staff
------------------------------------------------------------*/
.sp section.staff {
  padding-top: 30px;
  margin-top: -50px;
  color: #fff;
  margin: 0 auto;
  background: #000 url(/static/cpn/ani000013/img/staff_bg.png) no-repeat center top;
  padding-bottom: 50px;
}

.sp section.staff h2 {
  margin: 0 5%;
  text-align: center;
}

.sp section.staff .line {
  margin-bottom: 0%;
  text-align: center;
  display: inline-flex;
}

.sp section.staff .cast-info {
  margin: 5% 5%;
  color: #d5c589;
  font-size: 18px;
  line-height: 2;
  width: 90%;
}

.sp section.staff .cast-info li p {
  margin-bottom: 5%;
}

.sp section.staff .cast-info ul .title {
  margin: 5% 0 10% 0;
  border-bottom: solid 1px #d5c589;
  font-size: 30px;
  line-height: 1.5;
}

.sp section.staff .cast-info ul.left {
  width: 100%;
  margin: 0 0 0 0;
  float: left;
}

.sp section.staff .cast-info ul.right {
  width: 100%;
  float: left;
}

.sp section.staff .cast-info ul.right li.cast-l {
  margin: 0 0 0 0;
}

.sp section.staff .cast-info ul.right li.cast-l, .sp section.staff .cast-info ul.right li.cast-r {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

/* .sp .related
------------------------------------------------------------*/
.sp section.related {
  padding-top: 0;
  margin-top: -50px;
  color: #fff;
  margin: 0 auto;
  width: 100%;
}

.sp section.related h2 {
  margin: 0 5%;
  text-align: center;
}

.sp section.related .line {
  margin-bottom: 30px;
  display: inline-flex;
}

.sp section.related .goods {
  width: 90%;
  vertical-align: top;
  margin: 3% 5%;
  padding: 5% 5%;
  display: inline-block;
  border: 1px solid #d5c589;
  box-sizing: border-box;
  box-shadow: 0 0 10px 10px rgba(213, 197, 137, 0.2) inset;
}

.sp section.related .goods .g-title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}

.sp section.related .goods dl {
  margin-bottom: 20px;
  display: flex;
}

.sp section.related .goods dl dt {
  float: left;
  margin-right: 5%;
  width: 50%;
}

.sp section.related .goods dl dd {
  float: left;
  color: #d5c589;
  font-size: 14px;
  width: 210px;
}

.sp section.related .goods dl dd p {
  margin-bottom: 20px;
}

.sp section.related .goods .button {
  width: 90%;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ie-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: .15s;
  -webkit-transition-timing-function: ease-in-out;
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: 20px;
  text-decoration: none;
  line-height: 1.3;
  padding: 10px 20px;
}

.sp section.related .goods .button p {
  color: #000;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}

.sp section.related .goods .icon {
  width: 29px;
  height: 29px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ie-border-radius: 13px;
  border-radius: 13px;
  float: right;
  background: #fff;
}

.sp section.related .goods .arrow {
  margin: 7px 0px 0 10px;
  -webkit-border-style: solid;
  -moz-border-style: solid;
  -ie-border-style: solid;
  border-style: solid;
  width: 0;
  height: 0;
  border-width: 8px 8px 8px 13px;
}

.sp section.related .goods .color {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #d5c589;
  text-align: center;
  box-shadow: 0px 5px 0px 0px #443f2c;
}

.sp section.related .goods .color:hover {
  box-shadow: 0 2px 0 #443f2c;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.sp section.related .goods .color .arrow {
  border-color: transparent transparent transparent #000;
}

.sp section.related .goods:nth-child(odd) {
  margin-right: 0;
}

.sp section.related .cr {
  margin-top: 5%;
  text-align: center;
}
