@charset "UTF-8";
/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

/* RESET HTML5 */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* GENERAL */
a:link, a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

a {
  outline: none;
}

/* CLEARFIX */
.clearfix {
  zoom: 1;
}

.clearfix:after,
.headerBox:after,
.contentBox:after,
.box:after,
.elseList:after,
.companyList li:after,
.allianceList:after,
.clientList:after,
.serviceListDetail:after,
.newsDetailList li:after,
.newsBox:after,
.newsDetailBox:after,
.newsList li:after,
.newsDetailListTop li:after,
.newsDetailListTop .info:after,
.characterDetailList li:after,
.staffList li:after,
.cdList:after,
.cdContentList li:after,
.characterList:after,
.characterDetailList .all:after,
.castDetailList li:after,
.bnrList:after,
.alanBox:after,
.eventBnrList:after,
.eventEcList li:after,
.movieList li:after,
.theaterList li:after,
.scheduleList li:after,
.movieTab:after,
.vodList:after,
.storyThum:after,
.storyBox:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  position: relative;
  display: block;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.onlyPc {
  display: block;
}

.onlyPc2 {
  display: inline-block;
}

.onlySp {
  display: none;
}

/* ------------------------------------------
LAYOUT
------------------------------------------ */
body {
  font: 12px/1.4 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  width: 100%;
  background-color: #000;
  background-color: #1e203d;
  background-color: transparent;
  background: #0d1027;
  background: -webkit-gradient(linear, left top, left bottom, from(#0d1027), to(#1e203e));
  background: -o-linear-gradient(top, #0d1027 0%, #1e203e 100%);
  background: linear-gradient(180deg, #0d1027 0%, #1e203e 100%);
  color: #fff;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 200%;
  overflow-x: hidden;
}
body.introduction main {
  padding-top: 220px;
  padding-top: 160px;
}
body.character main {
  padding-top: 220px;
  padding-top: 160px;
}
body.cast main {
  padding-top: 220px;
  padding-top: 160px;
}

.introductionBg {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: -1;
}

.contentBox {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  z-index: 2;
}

.contentBoxMini {
  max-width: 920px;
}

main {
  padding-top: 90px;
  margin-bottom: 160px;
}

.bgMain {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
}
.bgMain.bgCharacter {
  background-image: url(../images/bg_character.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.bgMain.bgCast {
  background-image: url(../images/bg_cast.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

/* ------------------------------------------
HEADER
------------------------------------------ */
.bgImg {
  height: 120px;
  overflow: hidden;
}
.bgImg img {
  min-width: 1200px;
  width: 100%;
}

header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  overflow: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-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);
  /*
  	&.active{
  		position: fixed;
  		animation: headerActive .5s ease forwards;
  	}
  */
}
header.bg {
  /*
  		background-image:url(../images/bg_header.png);
  		background-repeat:no-repeat;
  		background-size: 100% auto;
  		background-position: center top;	
  */
}
header.bg h1#logo {
  margin-top: 10px;
}
header.bg h1#logo a {
  width: 240px;
}
header .headerBox {
  padding-left: 40px;
  padding-right: 40px;
}
header h1#logo {
  float: left;
  margin-top: 17px;
  margin-left: -35px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-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);
}
header h1#logo a {
  /*
  			text-indent: -9999px;
  			display: block;
  			width: 230px;
  			height: 98px;
  			background-image:url(../images/hd_logo.png);
  			background-repeat:no-repeat;
  			background-size: contain;
  			background-position: left top;
  */
  display: block;
  width: 300px;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-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);
}
header h1#logo a:hover {
  opacity: 0.6;
}
header nav {
  float: right;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
}
header nav a {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-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);
}
header nav a:hover {
  opacity: 0.6;
}
header .navList {
  margin-top: 60px;
  margin-right: 0px;
}
header .navList li {
  float: left;
  margin-left: 30px;
}
header .navList li a {
  font-size: 16px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}
header .snsList {
  position: absolute;
  right: 0;
  top: 0;
}
header .snsList li {
  float: left;
}
header .snsList li a {
  display: block;
  height: 50px;
  width: 50px;
  text-indent: -9999px;
  background-image: url(../images/ico_twitter.png);
  background-repeat: no-repeat;
  background-size: 21px auto;
  background-position: center center;
  background-color: #93323b;
}
header .snsList li a.youtube {
  background-color: #d53029;
  background-image: url(../images/ico_youtube.png);
  background-size: 26px auto;
}
header .snsList li a.twitter {
  background-color: #1ba1f1;
}
header .langList {
  position: absolute;
  right: 120px;
  top: 12px;
}
header .langList li {
  float: left;
  margin-left: 20px;
}
header .langList li a {
  font-size: 14px;
}

.apng-image.hidden {
  opacity: 0;
}

.apng-image2 {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.apng-image2.show {
  opacity: 1;
}

/* ------------------------------------------
VISUAL
------------------------------------------ */
.mainVisual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 100vh;
  height: calc(100vh + 40px);
}
.mainVisual .staff {
  position: absolute;
  z-index: 2;
  left: 40px;
  top: 200px;
}
.mainVisual .copy {
  position: absolute;
  z-index: 2;
  right: 60px;
  top: 120px;
  -webkit-animation: bakubaku 0.3s infinite linear alternate;
          animation: bakubaku 0.3s infinite linear alternate;
}
.mainVisual .copy img {
  max-height: calc(100vh - 120px - 150px);
  height: 630px;
}
.mainVisual .overArea {
  padding: 20px 20px 10px 40px;
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.mainVisual .overArea img {
  max-width: 100%;
}
.mainVisual .overArea .box {
  margin-bottom: 5px;
}
.mainVisual .overArea .box .left {
  float: left;
}
.mainVisual .overArea .box .left .date {
  margin-left: -6px;
}
.mainVisual .overArea .box .right {
  float: right;
  width: 410px;
  max-width: 100%;
}
.mainVisual .overArea .box2 {
  width: calc(100% - 430px);
  margin-top: -65px;
  line-height: 160%;
}
.mainVisual .overArea .box2 .newsTtl {
  float: left;
  width: 70px;
  color: #ca0013;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
}
.mainVisual .overArea .box2 .newsDesp {
  float: left;
  width: calc(100% - 70px);
}
.mainVisual .visual {
  width: 100%;
  height: 100%;
  height: 100vh;
}
.mainVisual .visual .bnrMovie {
  position: absolute;
  left: 40px;
  bottom: 175px;
  z-index: 2;
}
.mainVisual .visual .bnrMovie a {
  margin-right: 5px;
}
.mainVisual .visual .bnrMovie img {
  max-width: 100%;
}
.mainVisual .visual .img {
  width: 100%;
  height: 100%;
  height: 100vh;
}
.mainVisual .mainTopImg img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.mainVisual .mainTopImg.active img {
  -webkit-animation: fuwafuwa 10s infinite ease alternate;
          animation: fuwafuwa 10s infinite ease alternate;
}

@-webkit-keyframes fuwafuwa {
  0% {
    margin-top: 0;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  10% {
    margin-top: 0;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  90% {
    margin-top: 100vh;
    -webkit-transform: translate(0, -90%);
            transform: translate(0, -90%);
  }
  100% {
    margin-top: 100vh;
    -webkit-transform: translate(0, -90%);
            transform: translate(0, -90%);
  }
}

@keyframes fuwafuwa {
  0% {
    margin-top: 0;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  10% {
    margin-top: 0;
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  90% {
    margin-top: 100vh;
    -webkit-transform: translate(0, -90%);
            transform: translate(0, -90%);
  }
  100% {
    margin-top: 100vh;
    -webkit-transform: translate(0, -90%);
            transform: translate(0, -90%);
  }
}
@-webkit-keyframes bakubaku {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes bakubaku {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.topSlider {
  width: 100%;
  height: 100%;
  height: 100vh;
}
.topSlider > div {
  width: 100%;
  height: 100%;
  height: 100vh;
}
.topSlider .each {
  width: 100%;
  height: 100%;
  height: 100vh;
}
.topSlider .each .img {
  width: 100%;
  height: 100%;
  height: 100vh;
}

.topSlider .each .img02 img {
  margin-top: 50px;
}

.newsList li .date {
  float: left;
  color: #ca0013;
  width: 90px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
}
.newsList li .desp {
  float: left;
  color: #fff;
  width: calc(100% - 90px);
}

.bnrList {
  text-align: center;
  vertical-align: top;
  padding-top: 5px;
}
.bnrList li {
  display: inline-block;
  float: left;
  vertical-align: top;
  margin-left: 5px;
  margin-bottom: 5px;
}
.bnrList li.poster {
  margin-top: -21px;
}
.bnrList li a {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-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);
}
.bnrList li a:hover {
  opacity: 0.7;
}
.bnrList li img {
  max-width: 100%;
}

footer .bnrList li {
  float: none;
}

.ftList {
  text-align: center;
  vertical-align: top;
  background-color: #000;
  padding-bottom: 20px;
}
.ftList li {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.ftList li a {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-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);
}
.ftList li a:hover {
  opacity: 0.7;
}

/* ------------------------------------------
FOOTER
------------------------------------------ */
footer .box {
  background-color: #1b4f98;
}
footer .box .ttl {
  background-color: #1b4f98;
  float: left;
  width: 90px;
  min-height: 50px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  padding: 10px 0;
}
footer .box > .desp {
  background-color: #34768e;
  float: left;
  width: calc(100% - 90px);
  min-height: 50px;
  padding: 10px 0;
  vertical-align: middle;
}
footer .box > .desp .date {
  text-align: center;
  color: #fff;
}
footer .box > .desp .desp {
  overflow: hidden;
}
footer .bnrList {
  padding: 40px 0;
  background-color: #000000;
}
footer .bnrList li {
  margin: 0 10px;
}
footer .copyright {
  text-align: center;
  background-color: #1a1a1a;
  font-size: 12px;
  padding: 15px 0;
}

/* ------------------------------------------
PAGE
------------------------------------------ */
.pageTtl {
  text-align: center;
  margin-bottom: 40px;
}
.pageTtl h2.ttl {
  font-size: 42px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  padding: 0 30px;
  letter-spacing: 0.1em;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}
.pageTtl h2.ttl:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 10px;
  width: 100%;
  margin-top: -4px;
  z-index: -1;
  background-color: #93323b;
}
.pageTtl .subTtl {
  font-size: 14px;
}
.pageTtl .subTtlBlack {
  color: #000;
}

.newsDetailList li {
  background-color: #fff;
  padding: 60px;
  margin-bottom: 40px;
  color: #000;
}
.newsDetailList li img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.newsDetailList li .date {
  font-size: 16px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  color: #ca0013;
}
.newsDetailList li .ttl {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.newsDetailList li .desp p {
  margin-bottom: 10px;
}
.newsDetailList li .desp a {
  text-decoration: underline;
}
.newsDetailList li .desp .big {
  font-weight: bold;
  color: #F00;
  font-size: 15px;
  padding-top: 10px;
  display: inline-block;
}
.newsDetailList li a {
  color: #000;
}

.akihaburaBox {
  text-align: center;
}
.akihaburaBox .akihaburaBoxImg {
  margin-bottom: 30px;
}
.akihaburaBox .akihaburaBoxImg img {
  max-width: 100%;
  width: 650px;
}
.akihaburaBox .akihaburaBoxTtl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 60px;
}

.introductionBox {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 60px;
  margin-top: 400px;
  margin-top: 300px;
  margin-bottom: 100px;
  margin-top: 40px;
}

.introductionBoxBlack {
  background-color: rgba(0, 0, 0, 0.8);
}

.introductionBox2 {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 60px;
  margin-top: 400px;
  margin-top: 300px;
  margin-bottom: 100px;
  margin-top: 40px;
  text-align: center;
}
.introductionBox2 .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 200%;
  letter-spacing: 0.05em;
}

.introduction .introductionBox {
  text-align: center;
}
.introduction .introductionBox .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 200%;
  letter-spacing: 0.05em;
}
.characterList {
  text-align: center;
  margin-bottom: 30px;
}
.characterList li {
  display: inline-block;
  margin: 0 10px;
  margin-bottom: 10px;
}
.characterList li.sp {
  display: none;
}

.cvBtn {
  text-align: center;
  margin-bottom: 60px;
}

.characterDetailList li {
  border-top: 1px solid #999;
  padding-top: 60px;
  padding-bottom: 60px;
}
.characterDetailList li .left {
  float: left;
  width: 40%;
  text-align: center;
}
.characterDetailList li .left img {
  max-width: 90%;
}
.characterDetailList li .right {
  float: right;
  width: calc(60% - 30px);
  margin-bottom: 30px;
}
.characterDetailList li .right img {
  max-width: 90%;
}
.characterDetailList li .right .name {
  font-size: 44px;
  font-weight: bold;
  border-left: 5px solid #fff;
  line-height: 120%;
  padding-top: 0;
  padding-left: 15px;
  margin-bottom: 10px;
}
.characterDetailList li .right .en {
  font-size: 16px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.characterDetailList li .right .cv {
  font-size: 12px;
}
.characterDetailList li .right .cv span {
  font-size: 14px;
  font-weight: bold;
}
.characterDetailList li .right .ttl {
  padding-top: 40px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.characterDetailList li .right .img {
  padding-top: 40px;
}
.characterDetailList li .movie {
  float: right;
  width: calc(60% - 30px);
}
.characterDetailList li .movie iframe {
  width: 100%;
}

.cvList li {
  border: none;
}
.cvList li .left {
  width: 60%;
  font-weight: bold;
  font-size: 15px;
}
.cvList li .right {
  width: calc(40% - 30px);
}
.cvList li .right .number {
  color: #fff;
  font-size: 16px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: bold;
  background-color: #1b4f98;
  padding: 4px 5px 3px 5px;
  line-height: 100%;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
}
.cvList li .right .answer {
  color: #fff;
  font-size: 16px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: bold;
  background-color: #93323b;
  padding: 4px 5px 3px 5px;
  line-height: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
.cvList li .right .name {
  font-size: 36px;
  margin-bottom: 0;
}
.cvList li .right .en {
  font-size: 13px;
}
.cvList li .right .cv {
  margin-bottom: 30px;
  font-size: 16px;
}
.cvList li .right .cv span {
  font-size: 18px;
  font-weight: bold;
}
.cvList li .tweetBox a {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-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);
}
.cvList li .tweetBox a:hover {
  opacity: 0.7;
}
.cvList li .tweetBox p {
  float: left;
  text-indent: -5px;
  letter-spacing: 120%;
}

.staffList {
  margin-bottom: 60px;
}
.staffList li {
  margin-bottom: 60px;
}
.staffList li .left {
  float: left;
  width: 230px;
}
.staffList li .left img {
  width: 100%;
}
.staffList li .right {
  float: right;
  width: calc(100% - 290px);
}
.staffList li .right .name {
  font-size: 32px;
  font-weight: bold;
  border-left: 5px solid #fff;
  line-height: 120%;
  padding-top: 0;
  padding-left: 15px;
  margin-bottom: 10px;
}
.staffList li .right .role {
  font-weight: bold;
  margin-bottom: 30px;
}
.staffList li .right .desp {
  margin-bottom: 30px;
}
.staffList li .right .achievement {
  font-size: 12px;
  line-height: 160%;
}

.staffDetailList {
  padding-top: 40px;
}
.staffDetailList li {
  margin-bottom: 10px;
}
.staffDetailList li .ttl {
  float: left;
  width: 230px;
}
.staffDetailList li .desp {
  padding-left: 230px;
}

.cvBox {
  background-image: url(../images/bg_cv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.cvBox .ttl {
  margin-bottom: 30px;
}
.cvBox .ttl img {
  max-width: 100%;
}
.cvBox .left {
  position: absolute;
  left: -28px;
  bottom: -18px;
}
.cvBox .right {
  position: absolute;
  right: -28px;
  bottom: -18px;
}

.cvBox2 {
  background-color: #2c2e42;
  padding: 40px;
  line-height: 160%;
}

.cdBox {
  background-color: #fff;
  padding: 40px;
  text-align: center;
  margin-bottom: 40px;
}
.cdBox img {
  max-width: 100%;
}

.shopTtl01 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  line-height: 160%;
}
.shopTtl01 a {
  border-bottom: 1px solid #fff;
  padding-bottom: 0px;
  margin-bottom: 15px;
  display: inline-block;
  line-height: 120%;
}
.shopTtl01 .sub {
  font-size: 14px;
  line-height: 160%;
  display: inline-block;
}

.shopTtl01noLine {
  border: none;
  margin-bottom: 100px;
}

.shopTtlBox {
  text-align: center;
}

.shopTtl02 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 15px;
  display: inline-block;
}

.shopTtl03 {
  line-height: 180%;
  margin-bottom: 40px;
}

.shopImg {
  text-align: center;
  margin-bottom: 40px;
}

.shopImg img {
  max-width: 100%;
}

.cdList {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 100px;
}

.cdList li {
  float: left;
  width: calc(50% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}

.cdList li .img {
  margin-bottom: 10px;
}

.cdList li .img img {
  width: 100%;
}

.cdList li .ttl {
  font-size: 18px;
  font-weight: bold;
}

.attention {
  font-size: 12px;
}

.cdContentBox {
  background-image: url(../images/bg_shop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 40px 60px;
  margin-bottom: 80px;
  position: relative;
}

.cdContentBox .drop01 {
  position: absolute;
  z-index: 2;
  left: -40px;
  top: -40px;
}

.cdContentBox .drop02 {
  position: absolute;
  z-index: 2;
  right: -20px;
  bottom: -20px;
}

.mb60 {
  margin-bottom: 60px;
}

.cdContentBox .ttl {
  font-size: 22px;
  margin-bottom: 30px;
  margin-right: 40px;
}

.cdContentBox .ttl span {
  font-size: 16px;
  padding-left: 30px;
}

.cdContentList li:first-child {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
}

.cdContentList li .ttl2 {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}

.cdContentList li .img {
  float: left;
  width: 150px;
}

.cdContentList li .img img {
  max-width: 100%;
}

.cdContentList li .desp {
  padding-left: 200px;
}

.cdContentList li span {
  text-indent: -0.5em;
  display: inline-block;
}

.cdContentList li .left {
  float: left;
  width: 50%;
  margin-right: 5%;
}

.cdContentList li .right {
  float: left;
  width: 45%;
}

.ambassador {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.ambassadorImg img {
  max-width: 100%;
  margin-bottom: 20px;
}

.ambassadorDesp {
  font-size: 13px;
  line-height: 160%;
}

.castDetailList {
  margin-bottom: 20px;
}
.castDetailList li {
  /*
  		width: 100%;
  		float: left;
  */
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #999;
}
.castDetailList li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.castDetailList li .despArea {
  float: left;
  margin-right: 20px;
  text-align: left;
  padding-top: 40px;
}
.castDetailList li .despArea .ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  margin-left: -10px;
}
.castDetailList li .despArea .ttl2 {
  margin-left: 0;
  margin-bottom: 10px;
  padding-top: 0px;
}
.castDetailList li .despArea .subTtl {
  background-color: #93323b;
  display: inline-block;
  padding: 0 10px;
  font-weight: bold;
  margin-bottom: 20px;
}
.castDetailList li .despArea .desp {
  font-size: 18px;
  margin-bottom: 20px;
}
.castDetailList li .despArea .subDesp {
  line-height: 160%;
}
.castDetailList li .comment {
  float: left;
}
.castDetailList li .comment a {
  font-size: 12px;
  color: #fff;
  background-color: #93323b;
  padding: 4px 9px;
}
.castDetailList li .comment a span {
  font-size: 8px;
}
.castDetailList li .movie {
  float: right;
}
.castDetailList li .movie iframe {
  max-width: 100%;
}

.shopTtl02.leftTx {
  margin-bottom: 30px;
}

.shopTtl03.leftTx {
  margin-bottom: 100px;
}

.leftTx {
  text-align: left;
}

.border {
  border-bottom: 1px solid #fff;
  margin-bottom: 100px;
}

.cdList li {
  float: none;
  width: auto;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.cdContentList li:first-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ambassador {
  text-align: center;
}

.alanBox {
  text-align: left;
  margin-bottom: 40px;
  padding-bottom: 40px;
  line-height: 160%;
  border-bottom: 1px dotted #999;
}
.alanBox .left {
  float: left;
  width: calc(50% - 40px);
  margin-right: 40px;
}
.alanBox .right {
  float: right;
  width: 50%;
}
.alanBox .profile {
  font-size: 12px;
}
.alanBox strong {
  font-size: 16px;
}

.alanTx01 {
  text-align: left;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 60px;
}
.alanTx01 p {
  margin-bottom: 20px;
  text-align: left;
}

.shopTtl01 {
  text-align: center;
}

.alanTx02 {
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 80px;
}

/*
.alanBox2{
	.alanTx01{
		float: right;
		width: 50%;
	}
	.alanTx02{
		float: left;
		width: 50%;
	}	

}
*/
.eventBnrList {
  margin: 0 -10px;
  margin-bottom: 30px;
}
.eventBnrList li {
  width: calc(25% - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
  float: left;
}
.eventBnrList li img {
  width: 100%;
}
.eventBnrList li a {
  display: inline-block;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-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);
}
.eventBnrList li a:hover {
  opacity: 0.6;
}

.eventList > li {
  background-color: #22284b;
  padding: 60px 80px;
  margin-bottom: 40px;
}
.eventList > li .mainTtl {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
  padding-bottom: 10px;
  line-height: 160%;
}
.eventList > li .mainTtl2 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
  padding-bottom: 10px;
  line-height: 160%;
}
.eventList > li .mainTtl3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.eventList > li .box {
  margin-bottom: 60px;
}
.eventList > li .box .left {
  float: left;
  width: 50%;
}
.eventList > li .box .left img {
  width: 100%;
}
.eventList > li .box .left .caption {
  font-size: 12px;
  padding-top: 5px;
}
.eventList > li .box .right {
  float: right;
  width: calc(50% - 60px);
  padding-top: 30px;
}
.eventList > li .box .right .ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.eventList > li .box .right .desp {
  line-height: 160%;
  text-align: justify;
}
.eventList > li .imgLogo {
  margin-bottom: 30px;
}
.eventList > li .imgLogo img {
  max-width: 100%;
}
.eventList > li .img img {
  max-width: 100%;
}
.eventList > li .subDesp {
  font-size: 12px;
  letter-spacing: 0;
}

.ggLogo {
  text-align: center;
  margin-bottom: 30px;
}
.ggLogo img {
  max-width: 100%;
}

.movieList > li {
  margin-bottom: 40px;
  clear: both;
}
.movieList > li .imgArea {
  float: left;
  width: 280px;
}
.movieList > li .imgArea img {
  max-width: 100%;
}
.movieList > li .despArea {
  float: right;
  width: calc(100% - 320px);
}
.movieList > li .despArea .movieTtl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  text-indent: -0.5em;
}
.movieList > li .despArea .movieCaption {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: 0;
}

.scheduleList > li {
  margin-bottom: 15px;
  font-weight: bold;
}
.scheduleList > li .date {
  float: left;
  width: 110px;
}
.scheduleList > li .time {
  float: left;
  margin-right: 40px;
}
.scheduleList > li .ticket {
  float: left;
}

.theaterList > li {
  margin-bottom: 50px;
}
.theaterList > li .left {
  float: left;
  width: calc(100% - 290px);
}
.theaterList > li .right {
  float: right;
  width: 230px;
}
.theaterList > li .right a {
  background-color: #fff;
  border-radius: 4px;
  color: #1b518c;
  padding: 10px 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-weight: bold;
}
.theaterList > li .url a {
  text-decoration: underline;
}

.url a {
  text-decoration: underline;
}

.eventInfoList > li {
  margin-bottom: 60px;
  line-height: 160%;
}
.eventInfoList > li .ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.eventInfoList > li:last-child {
  margin-bottom: 0;
}
.eventInfoList > li .ticketpay {
  display: inline-block;
}

.eventInfoListDate {
  margin-bottom: 20px;
  vertical-align: top;
  background-color: #fff;
  color: #000000;
  border-radius: 4px;
  padding: 10px 20px;
}
.eventInfoListDate > li {
  padding: 3px 0;
}
.eventInfoListDate > li .dateTtl {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}
.eventInfoListDate > li .dateDesp {
  display: inline-block;
  vertical-align: top;
}

.eventEcList li {
  margin-bottom: 30px;
}
.eventEcList li .imgArea {
  float: left;
  width: 55%;
}
.eventEcList li .imgArea img {
  width: 50%;
}
.eventEcList li .despArea {
  float: right;
  width: calc(45% - 50px);
  line-height: 160%;
  padding-top: 20px;
}
.eventEcList li .despArea .ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.eventEcList li .despArea .desp {
  margin-bottom: 30px;
}
.eventEcList li .despArea .price {
  font-size: 16px;
}
.eventEcList li .despArea .price span {
  font-size: 12px;
}

.placeBox {
  margin-bottom: 30px;
  line-height: 140%;
}

.movieTab {
  margin: 0 -10px;
  margin-bottom: 15px;
}
.movieTab li {
  float: left;
  width: calc(25% - 20px);
  margin: 0 10px;
}
.movieTab li a {
  background-color: #22284b;
  background-color: #b60013;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-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);
}
.movieTab li a:hover {
  opacity: 0.6;
}

.vodTtl {
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
  font-weight: bold;
}

.vodList {
  margin: 0 -10px;
  margin-bottom: 80px;
}
.vodList li {
  float: left;
  width: 25%;
  width: calc(25% - 20px);
  margin: 0 10px;
  margin-bottom: 20px;
}
.vodList li.mini a {
  line-height: 110%;
}
.vodList li a {
  /*
  			display: block;
  			height: 50px;
  			padding-top: 10px;
  			//padding: 10px 0;
  			color: #fff;
  			border: 1px solid #ddd;
  			background-color: #151932;
  			background-color: #2e376e;
  			text-align: center;
  */
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-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);
}
.vodList li a img {
  width: 100%;
}
.vodList li a:hover {
  opacity: 0.6;
}

.storyList li {
  background-color: #22284b;
  padding: 40px;
  margin-bottom: 40px;
}
.storyList li .ttl {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
.storyList li .storyBox {
  margin-bottom: 30px;
}
.storyList li .storyBox .left {
  float: left;
  width: 440px;
  max-width: 100%;
}
.storyList li .storyBox .left img {
  width: 100%;
}
.storyList li .storyBox .left .iframeBox iframe {
  width: 100%;
}
.storyList li .storyBox .right {
  float: right;
  width: calc(100% - 440px - 60px);
  max-width: 100%;
  text-align: justify;
}
.storyList li .storyBox .left2 {
  float: left;
  width: 605px;
  max-width: 100%;
}
.storyList li .storyBox .right2 {
  float: right;
  width: calc(100% - 605px - 35px);
  max-width: 100%;
  text-align: justify;
}
.storyList li .storyBox .right2 img {
  width: 100%;
  margin-bottom: 20px;
}
.storyList li .storyBox .right2 img:last-child {
  margin-bottom: 0;
}
.storyList li .storyBox2 {
  margin-bottom: 0;
}
.storyList li .iframeBox {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.storyList li .iframeBox:before {
  content: "";
  display: block;
  padding-top: 55.4%;
}
.storyList li .iframeBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.storyList li .storyThum {
  margin: 0 -10px;
}
.storyList li .storyThum img {
  float: left;
  width: 25%;
  width: calc(33.33% - 20px);
  margin: 0 10px;
}

@media screen and (max-width: 1260px) {
  header .navList li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1170px) {
  header .navList li {
    margin-left: 20px;
  }
  header .navList li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  header .navList li {
    margin-left: 15px;
  }
  header .navList li a {
    font-size: 14px;
  }
}
/* ------------------------------------------
ipad
------------------------------------------ */
@media screen and (max-width: 800px) {
  #button_container {
    display: block;
  }

  .navList {
    display: none;
  }

  header h1#logo {
    margin-left: -45px;
  }

  .mainVisual .overArea .box .left {
    margin-bottom: 10px;
    float: none;
  }

  .mainVisual .overArea .box .right {
    float: left;
    margin-left: -4px;
  }

  .mainVisual .copy {
    right: 20px;
    bottom: 220px;
  }

  .mainVisual .copy02 {
    right: 30px;
    top: 200px;
  }

  .introductionBox .ttl {
    font-size: 17px;
  }

  .introductionBox {
    padding: 50px;
  }

  .shopTtl01 {
    font-size: 20px;
  }

  .ambassador {
    font-size: 15px;
  }

  .characterList li {
    margin: 0 5px;
  }
}
/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .onlyPc {
    display: none;
  }

  .onlyPc2 {
    display: none;
  }

  .onlySp {
    display: block;
  }

  header h1#logo a {
    width: 210px;
  }

  header h1#logo a img {
    width: 100%;
  }

  header .langList {
    right: 70px;
    top: 67px;
  }

  .mainVisual {
    height: auto;
  }
  .mainVisual .visual {
    height: calc(100vh - 105px);
    position: relative;
  }
  .mainVisual .visual .bnrMovie {
    bottom: 10px;
    width: 100%;
    left: 0;
    padding: 0 10px;
  }
  .mainVisual .visual .bnrMovie a {
    float: left;
    width: calc(50% - 6px);
    margin: 0 3px;
  }
  .mainVisual .copy img {
    max-height: calc(100vh - 120px - 180px);
    height: 320px;
  }
  .mainVisual .staff {
    left: 23px;
    top: 140px;
  }
  .mainVisual .staff img {
    width: 90px;
  }
  .mainVisual .overArea {
    position: relative;
    background-color: black;
    padding: 15px 20px 10px 20px;
  }
  .mainVisual .overArea .date {
    margin-left: 0 !important;
    margin-bottom: 30px;
  }
  .mainVisual .overArea .date img {
    height: auto;
    width: 100%;
  }
  .mainVisual .overArea .box {
    margin-bottom: 20px;
  }
  .mainVisual .overArea .box2 {
    padding-bottom: 30px;
  }
  .mainVisual .mainTopImg {
    display: none;
  }

  .topSlider {
    display: none;
  }

  .mainTopImgSp {
    display: block;
    width: 100%;
    height: 100%;
  }
  .bnrList li {
    float: left;
    width: 50%;
    width: calc(50% - 10px);
    margin: 0 5px;
  }
  .bnrList li.poster {
    margin-top: -18px;
  }
  .mainVisual .overArea .box2 .newsTtl {
    display: none;
  }

  .mainVisual .overArea .box2 .newsDesp {
    float: none;
    width: auto;
  }

  .newsList li .desp {
    float: none;
    width: auto;
  }

  main {
    padding-top: 50px;
  }

  .contentBox {
    padding-left: 20px;
    padding-right: 20px;
  }

  .newsDetailList li {
    padding: 30px 20px;
  }

  .newsDetailList li .ttl {
    font-size: 16px;
    line-height: 140%;
  }

  .newsDetailList li .desp {
    line-height: 150%;
  }

  .pageTtl h2.ttl {
    font-size: 28px;
  }

  .introductionBox {
    padding: 20px;
  }

  .introductionBox .ttl {
    font-size: 16px;
  }

  .introductionBox {
    margin-top: 120px;
  }

  ul.lineList li a {
    font-size: 17px;
  }

  .characterList {
    margin: 0 -10px;
    margin-bottom: 20px;
  }

  .characterList li {
    width: 50%;
    width: calc(50% - 20px);
    margin: 0 10px;
    float: left;
    margin-bottom: 20px;
  }
  .characterList li img {
    width: 100%;
  }

  .characterList li.sp {
    display: block;
  }

  .characterList2 {
    display: none;
  }

  .cvBtn {
    margin-bottom: 40px;
  }

  .characterDetailList li .right .name {
    font-size: 20px;
  }
  .characterDetailList li .right .name br {
    display: none;
  }

  .characterDetailList li .right .ttl {
    font-size: 16px;
  }

  .characterDetailList li .right .desp {
    line-height: 160%;
  }

  .characterDetailList li .right .en {
    font-size: 14px;
    line-height: 140%;
  }

  .staffList li .left {
    width: 120px;
  }

  .staffList li .right {
    width: calc(100% - 140px);
  }

  .staffList li .right .name {
    font-size: 26px;
  }

  .staffList li .right .desp {
    line-height: 160%;
  }

  .staffDetailList {
    font-size: 12px;
  }

  .staffDetailList li {
    clear: both;
  }

  .staffDetailList li .ttl {
    width: auto;
  }

  .staffDetailList li .desp {
    padding-left: 170px;
  }

  .cdBox {
    padding: 10px;
  }

  .shopTtl01 {
    font-size: 14px;
  }

  .shopTtl02 {
    font-size: 13px;
    line-height: 160%;
  }

  .shopTtl03 {
    font-size: 12px;
    line-height: 160%;
  }

  .cdList {
    margin-bottom: 60px;
  }

  .cdList li {
    float: none;
    width: auto;
    margin-bottom: 30px;
  }

  .cdList li .ttl {
    font-size: 16px;
  }

  .cdContentBox {
    padding: 30px 20px;
  }

  .cdContentBox .ttl span {
    padding-left: 0;
    display: block;
    font-size: 13px;
    padding-top: 10px;
    line-height: 160%;
  }

  .cdContentList li .img {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }

  .cdContentList li .desp {
    padding-left: 0;
    font-size: 10px;
    line-height: 160%;
  }

  .cdContentBox {
    margin-bottom: 60px;
  }

  .ambassador {
    font-size: 13px;
    line-height: 180%;
  }

  .ambassadorDesp {
    font-size: 12px;
  }

  .cvBox {
    padding: 20px;
    font-size: 13px;
    padding-top: 60px;
  }
  .cvBox br {
    display: none;
  }

  .cvBox .left img {
    width: 80px;
  }

  .cvBox .right img {
    width: 80px;
  }

  .cvBox .left {
    bottom: -88px;
    bottom: auto;
    top: -60px;
  }

  .cvBox .right {
    bottom: -88px;
    bottom: auto;
    top: -60px;
  }

  .cvBox2 {
    padding: 20px;
    padding-top: 20px;
    font-size: 11px;
  }

  .cvList li .left {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  .cvList li .left iframe {
    width: 100%;
    height: 180px;
  }

  .cvList li .right {
    float: none;
    width: auto;
  }

  .characterDetailList li .right .name {
    font-size: 26px;
  }

  .cvList li .tweetBox p {
    display: none;
  }

  .characterDetailList li .right .en {
    margin-bottom: 10px;
  }

  .cvList li .right .cv {
    margin-bottom: 10px;
  }

  .cvList li .right .name {
    margin-bottom: 5px;
  }

  main {
    margin-bottom: 80px;
  }

  .cvList li {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
  }

  .cvList li:last-child {
    border-bottom: none;
  }

  .cvList li .left .ttl {
    text-align: left;
    font-size: 14px;
    display: none;
  }

  .cvBox .left {
    left: -8px;
  }

  .cvBox .right {
    right: -8px;
  }

  .characterDetailList li .movie {
    width: 100%;
    float: none;
  }
  .characterDetailList li .movie iframe {
    height: 200px;
  }

  .castDetailList li {
    width: auto;
    float: none;
  }
  .castDetailList li .despArea {
    float: none;
    width: auto;
    padding-top: 0;
    margin-right: 0;
  }
  .castDetailList li .despArea .ttl {
    margin-bottom: 15px;
  }
  .castDetailList li .despArea .ttl br {
    display: none;
  }
  .castDetailList li .despArea .subDesp {
    margin-bottom: 20px;
  }
  .newsList {
    line-height: 120%;
  }

  footer .bnrList {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0;
  }

  footer .bnrList li {
    margin: 0 5px;
    width: calc(50% - 15px);
    display: inline-block;
    margin-bottom: 10px;
  }
  footer .bnrList li img {
    max-width: 100%;
  }

  .alanBox {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .alanBox .left {
    float: none;
    width: auto;
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 160%;
    margin-right: 0;
  }
  .alanBox .right {
    float: none;
    width: auto;
    font-size: 12px;
    line-height: 160%;
  }
  .alanBox .profile {
    font-size: 11px;
  }

  .alanTx02 {
    font-size: 13px;
    margin-bottom: 60px;
  }

  .border {
    margin-bottom: 60px;
  }

  .shopTtl03.leftTx {
    margin-bottom: 60px;
  }

  .home header .langList {
    display: none;
  }
  .home header .snsList {
    display: none;
  }
  .home #button_container {
    position: fixed;
    top: 10px;
  }

  .introduction .introductionBox .ttl {
    font-size: 16px;
    line-height: 160%;
  }

  .introductionBox {
    margin-top: 0;
    line-height: 160%;
  }

  .bgMain.bgCast {
    background-position: top right 39%;
  }

  .eventBnrList {
    text-align: center;
  }
  .eventBnrList li {
    float: none;
    width: auto;
    max-width: 80%;
    display: inline-block;
  }

  .eventList > li {
    padding: 30px 20px;
  }
  .eventList > li .mainTtl {
    font-size: 15px;
    text-align: justify;
  }
  .eventList > li .mainTtl2 {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .eventList > li .mainTtl3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .eventList > li .box .left {
    float: none;
    width: auto;
  }
  .eventList > li .box .right {
    float: none;
    width: auto;
  }
  .eventList > li .box .right .ttl {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .eventList > li .box .right .desp {
    font-size: 13px;
  }
  .eventList > li .imgLogo {
    max-width: 80%;
    margin-bottom: 20px;
  }

  .eventInfoList > li {
    line-height: 140%;
    margin-bottom: 40px;
  }
  .eventInfoList > li .ttl {
    font-size: 14px;
  }
  .eventInfoList > li .desp {
    font-size: 13px;
  }
  .eventInfoList > li .ticketpay {
    margin-bottom: 10px;
  }

  .eventEcList > li {
    margin-bottom: 50px;
  }
  .eventEcList > li .imgArea {
    float: none;
    width: auto;
  }
  .eventEcList > li .despArea {
    float: none;
    width: auto;
  }
  .eventEcList > li .despArea .ttl {
    margin-bottom: 10px;
  }

  .eventInfoListDate > li .dateTtl {
    font-weight: bold;
    display: block;
    font-size: 14px;
  }

  .mainVisual .overArea .box2 {
    margin-top: 0;
    width: auto;
  }

  .mainVisual .overArea .box .right {
    width: auto;
    margin-left: 0;
  }

  .mainVisual .bnrList {
    margin: 0 -5px;
  }
  .mainVisual .bnrList li {
    margin-bottom: 7px;
  }

  .mainVisual .overArea .date {
    margin-bottom: 0;
  }

  .characterDetailList li .left {
    width: auto;
    text-align: center;
    height: 260px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .characterDetailList li .right {
    clear: both;
    width: auto;
  }

  .characterDetailList li .right .cv {
    display: inline-block;
    margin-right: 20px;
  }

  .characterDetailList li {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .characterDetailList li .right .ttl {
    padding-top: 20px;
  }

  .castDetailList li .movie iframe {
    height: 170px;
  }

  .introductionBox .ttl {
    font-size: 14px;
  }

  .introductionBox2 {
    padding: 20px;
  }
  .introductionBox2 .ttl {
    font-size: 14px;
    text-align: left;
    line-height: 190%;
  }
  .introductionBox2 .ttl br {
    display: none;
  }
  .introductionBox2 .sub {
    text-align: left;
    line-height: 170%;
  }
  .introductionBox2 .sub br {
    display: none;
  }

  .castDetailList li {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }

  .staffList li .left {
    padding-right: 30px;
    margin-bottom: 10px;
  }

  .staffList li .right {
    float: none;
    width: auto;
  }

  .staffDetailList li .desp {
    padding-left: 160px;
  }

  .shopTtlBox iframe {
    height: 170px;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .movieList > li .imgArea {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  .movieList > li .despArea {
    float: none;
    width: auto;
  }
  .movieList > li .despArea .movieCaption {
    margin-bottom: 15px;
  }

  .theaterList > li .left {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  .theaterList > li .right {
    float: none;
    width: auto;
  }

  .scheduleList > li {
    margin-bottom: 25px;
  }

  .movieTab {
    margin: 0 -5px;
  }
  .movieTab li {
    width: calc(50% - 10px);
    margin: 0 5px;
    margin-bottom: 10px;
  }

  .vodList li {
    width: calc(50% - 20px);
  }
  .vodList li a {
    letter-spacing: 0;
  }

  .storyList li {
    padding: 30px 20px;
    padding-bottom: 20px;
  }
  .storyList li .ttl {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .storyList li .storyBox .left {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .storyList li .storyBox .right {
    width: auto;
    float: none;
    line-height: 160%;
    font-size: 12px;
  }
  .storyList li .storyThum {
    margin: 0 -5px;
  }
  .storyList li .storyThum img {
    width: calc(50% - 10px);
    margin: 0 5px;
    margin-bottom: 10px;
  }
  .storyList li .storyThum img:last-child {
    width: calc(100% - 10px);
  }

  .introductionBoxBlack {
    padding-top: 40px;
  }

  .akihaburaBox .akihaburaBoxTtl {
    font-size: 15px;
    text-align: justify;
    line-height: 180%;
    margin-bottom: 40px;
  }

  .castDetailList li .despArea .subTtl {
    margin-bottom: 10px;
  }

  .pageTtl .subTtlBlack {
    color: #fff;
  }
}
/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 320px) {
  .mainVisual .visual .bnrMovie {
    bottom: 180px;
    width: 200px;
  }
}