@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 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%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  zoom: 1;
}

div,
img {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

html:not(.no-js) #global-navi,
html:not(.no-js) #wrapper,
html:not(.no-js) #sqexFooter {
  visibility: hidden;
  opacity: 0;
}

#sqexFooter {
  z-index: 2000;
}

#se-player {
  position: absolute;
  width: 0;
  height: 0;
  top: -1px;
  left: -1px;
}

#global-navi {
  height: 34px;
  z-index: 2000;
  -webkit-box-shadow: 0 0 8px -1px black;
  -moz-box-shadow: 0 0 8px -1px black;
  -ms-box-shadow: 0 0 8px -1px black;
  -o-box-shadow: 0 0 8px -1px black;
  box-shadow: 0 0 8px -1px black;
}
#global-navi ul {
  display: block;
  margin: 0 auto;
	width: 644px;
  height: 34px;
  text-align: center;
  background-image: url(../images/common/menu_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#global-navi ul li {
  display: block;
  float: left;
}
#global-navi ul li a {
  display: block;
}
#global-navi ul li a span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#global-navi ul li a img {
  display: block;
  opacity: 0;
}
#global-navi ul li.selected a {
  cursor: auto;
}
#global-navi ul li.selected a span,
#global-navi ul li.selected a img {
  opacity: 1;
}
#global-navi ul:after {
  content: "";
  clear: both;
}

.blue-glow-box {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid white;
  -webkit-box-shadow: 0 0 15px 10px rgba(0, 158, 215, 0.15);
  -moz-box-shadow: 0 0 15px 10px rgba(0, 158, 215, 0.15);
  -ms-box-shadow: 0 0 15px 10px rgba(0, 158, 215, 0.15);
  -o-box-shadow: 0 0 15px 10px rgba(0, 158, 215, 0.15);
  box-shadow: 0 0 15px 10px rgba(0, 158, 215, 0.15);
}

.cyan-inside-glow-box {
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 230, 255, 0.25) inset;
  -moz-box-shadow: 0 0 10px 5px rgba(0, 230, 255, 0.25) inset;
  -ms-box-shadow: 0 0 10px 5px rgba(0, 230, 255, 0.25) inset;
  -o-box-shadow: 0 0 10px 5px rgba(0, 230, 255, 0.25) inset;
  box-shadow: 0 0 10px 5px rgba(0, 230, 255, 0.25) inset;
}

.blue-grow-shadow {
  -webkit-box-shadow: 0 10px 8px -8px #777, 0 0 15px 10px rgba(0, 158, 215, 0.15);
  -moz-box-shadow: 0 10px 8px -8px #777, 0 0 15px 10px rgba(0, 158, 215, 0.15);
  -ms-box-shadow: 0 10px 8px -8px #777, 0 0 15px 10px rgba(0, 158, 215, 0.15);
  -o-box-shadow: 0 10px 8px -8px #777, 0 0 15px 10px rgba(0, 158, 215, 0.15);
  box-shadow: 0 10px 8px -8px #777, 0 0 15px 10px rgba(0, 158, 215, 0.15);
}

.corner {
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: transparent;
}
.corner.black-solid {
  border: 1px solid black;
  -webkit-transition: width 0.15s cubic-bezier(0.19, 1, 0.22, 1), height 0.15s cubic-bezier(0.19, 1, 0.22, 1), border 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -moz-transition: width 0.15s cubic-bezier(0.19, 1, 0.22, 1), height 0.15s cubic-bezier(0.19, 1, 0.22, 1), border 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -ms-transition: width 0.15s cubic-bezier(0.19, 1, 0.22, 1), height 0.15s cubic-bezier(0.19, 1, 0.22, 1), border 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -o-transition: width 0.15s cubic-bezier(0.19, 1, 0.22, 1), height 0.15s cubic-bezier(0.19, 1, 0.22, 1), border 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: width 0.15s cubic-bezier(0.19, 1, 0.22, 1), height 0.15s cubic-bezier(0.19, 1, 0.22, 1), border 0.5s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.corner.black-solid.lt {
  top: -1px;
  left: -1px;
  border-right: none;
  border-bottom: none;
}
.corner.black-solid.rt {
  top: -1px;
  right: -1px;
  border-left: none;
  border-bottom: none;
}
.corner.black-solid.lb {
  bottom: -1px;
  left: -1px;
  border-right: none;
  border-top: none;
}
.corner.black-solid.rb {
  bottom: -1px;
  right: -1px;
  border-left: none;
  border-top: none;
}
.corner.white-solid {
  border: 1px solid white;
  -webkit-transition: width 0.5s cubic-bezier(1, 0, 0, 1), height 0.5s cubic-bezier(1, 0, 0, 1), top 0.5s cubic-bezier(0.19, 1, 0.22, 1), right 0.5s cubic-bezier(0.19, 1, 0.22, 1), bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1), left 0.5s cubic-bezier(0.19, 1, 0.22, 1), border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: width 0.5s cubic-bezier(1, 0, 0, 1), height 0.5s cubic-bezier(1, 0, 0, 1), top 0.5s cubic-bezier(0.19, 1, 0.22, 1), right 0.5s cubic-bezier(0.19, 1, 0.22, 1), bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1), left 0.5s cubic-bezier(0.19, 1, 0.22, 1), border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: width 0.5s cubic-bezier(1, 0, 0, 1), height 0.5s cubic-bezier(1, 0, 0, 1), top 0.5s cubic-bezier(0.19, 1, 0.22, 1), right 0.5s cubic-bezier(0.19, 1, 0.22, 1), bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1), left 0.5s cubic-bezier(0.19, 1, 0.22, 1), border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 0.5s cubic-bezier(1, 0, 0, 1), height 0.5s cubic-bezier(1, 0, 0, 1), top 0.5s cubic-bezier(0.19, 1, 0.22, 1), right 0.5s cubic-bezier(0.19, 1, 0.22, 1), bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1), left 0.5s cubic-bezier(0.19, 1, 0.22, 1), border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0.5s cubic-bezier(1, 0, 0, 1), height 0.5s cubic-bezier(1, 0, 0, 1), top 0.5s cubic-bezier(0.19, 1, 0.22, 1), right 0.5s cubic-bezier(0.19, 1, 0.22, 1), bottom 0.5s cubic-bezier(0.19, 1, 0.22, 1), left 0.5s cubic-bezier(0.19, 1, 0.22, 1), border 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.corner.white-solid.lt {
  top: 4px;
  left: 3px;
  border-right: none;
  border-bottom: none;
}
.corner.white-solid.rt {
  top: 4px;
  right: 3px;
  border-left: none;
  border-bottom: none;
}
.corner.white-solid.lb {
  bottom: 4px;
  left: 3px;
  border-right: none;
  border-top: none;
}
.corner.white-solid.rb {
  bottom: 4px;
  right: 3px;
  border-left: none;
  border-top: none;
}

*:hover > .corner {
  position: absolute;
  background-color: transparent;
}
*:hover > .corner.black-solid {
  width: 15px;
  height: 15px;
  border: 1px solid black;
  -webkit-transition: width 0.25s cubic-bezier(0.95, 0.05, 0.795, 0.035), height 0.25s cubic-bezier(0.95, 0.05, 0.795, 0.035), border 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: width 0.25s cubic-bezier(0.95, 0.05, 0.795, 0.035), height 0.25s cubic-bezier(0.95, 0.05, 0.795, 0.035), border 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: width 0.25s cubic-bezier(0.95, 0.05, 0.795, 0.035), height 0.25s cubic-bezier(0.95, 0.05, 0.795, 0.035), border 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: width 0.25s cubic-bezier(0.95, 0.05, 0.795, 0.035), height 0.25s cubic-bezier(0.95, 0.05, 0.795, 0.035), border 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: width 0.25s cubic-bezier(0.95, 0.05, 0.795, 0.035), height 0.25s cubic-bezier(0.95, 0.05, 0.795, 0.035), border 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
*:hover > .corner.black-solid.lt {
  top: -1px;
  left: -1px;
  border-right: none;
  border-bottom: none;
}
*:hover > .corner.black-solid.rt {
  top: -1px;
  right: -1px;
  border-left: none;
  border-bottom: none;
}
*:hover > .corner.black-solid.lb {
  bottom: -1px;
  left: -1px;
  border-right: none;
  border-top: none;
}
*:hover > .corner.black-solid.rb {
  bottom: -1px;
  right: -1px;
  border-left: none;
  border-top: none;
}
*:hover > .corner.white-solid {
  border: 2px solid white;
  /*
  width: 5%;
  height: 5%;
  */
  -webkit-transition: width 0.25s cubic-bezier(1, 0, 0, 1), height 0.25s cubic-bezier(1, 0, 0, 1), top 0.25s cubic-bezier(0.19, 1, 0.22, 1), right 0.25s cubic-bezier(0.19, 1, 0.22, 1), bottom 0.25s cubic-bezier(0.19, 1, 0.22, 1), left 0.25s cubic-bezier(0.19, 1, 0.22, 1), border 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: width 0.25s cubic-bezier(1, 0, 0, 1), height 0.25s cubic-bezier(1, 0, 0, 1), top 0.25s cubic-bezier(0.19, 1, 0.22, 1), right 0.25s cubic-bezier(0.19, 1, 0.22, 1), bottom 0.25s cubic-bezier(0.19, 1, 0.22, 1), left 0.25s cubic-bezier(0.19, 1, 0.22, 1), border 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: width 0.25s cubic-bezier(1, 0, 0, 1), height 0.25s cubic-bezier(1, 0, 0, 1), top 0.25s cubic-bezier(0.19, 1, 0.22, 1), right 0.25s cubic-bezier(0.19, 1, 0.22, 1), bottom 0.25s cubic-bezier(0.19, 1, 0.22, 1), left 0.25s cubic-bezier(0.19, 1, 0.22, 1), border 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: width 0.25s cubic-bezier(1, 0, 0, 1), height 0.25s cubic-bezier(1, 0, 0, 1), top 0.25s cubic-bezier(0.19, 1, 0.22, 1), right 0.25s cubic-bezier(0.19, 1, 0.22, 1), bottom 0.25s cubic-bezier(0.19, 1, 0.22, 1), left 0.25s cubic-bezier(0.19, 1, 0.22, 1), border 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  transition: width 0.25s cubic-bezier(1, 0, 0, 1), height 0.25s cubic-bezier(1, 0, 0, 1), top 0.25s cubic-bezier(0.19, 1, 0.22, 1), right 0.25s cubic-bezier(0.19, 1, 0.22, 1), bottom 0.25s cubic-bezier(0.19, 1, 0.22, 1), left 0.25s cubic-bezier(0.19, 1, 0.22, 1), border 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}
*:hover > .corner.white-solid.lt {
  top: 6px;
  left: 6px;
  border-right: none;
  border-bottom: none;
}
*:hover > .corner.white-solid.rt {
  top: 6px;
  right: 6px;
  border-left: none;
  border-bottom: none;
}
*:hover > .corner.white-solid.lb {
  bottom: 6px;
  left: 6px;
  border-right: none;
  border-top: none;
}
*:hover > .corner.white-solid.rb {
  bottom: 6px;
  right: 6px;
  border-left: none;
  border-top: none;
}

#background {
  min-width: 980px;
  min-height: 648px;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  height: 100%;
}
#background .image {
  width: 100%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
#background.frontpage > .image {
  background-image: url(../images/frontpage/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: white;
}
#background.about > .image {
  background-image: url(../images/about/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: white;
}
#background.world > .image {
  background-image: url(../images/world/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: white;
}
#background.system > .image {
  background-image: url(../images/system/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: white;
}
#background.character > .image {
  background-image: url(../images/character/bg-index.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: white;
}
#background.character-details > .image {
  background-image: url(../images/character/bg-details.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: white;
}
#background.keyword > .image {
  background-image: url(../images/keyword/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: white;
}
#background.tvcm > .image {
  background-image: url(../images/tvcm/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

div#wrapper .container_character_pc{
  min-height: 1007px;
}

#container {
  min-width: 980px;
  min-height: 648px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  border: 1px solid transparent;
}
#container h1#logo.small {
  position: absolute;
  left: 50%;
  top: 14px;
  margin-left: -489px;
}
#container h1#logo.small .goto-top {
  width: 160px;
  height: 120px;
  margin-left: -80px;
}
#container h1#logo .goto-top {
  display: block;
  width: 300px;
  height: 250px;
  margin-left: -150px;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -150px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0);
}
#container.frontpage {
  min-height: 860px;
}
#container.frontpage h1#logo {
  margin-bottom: 205px;
  left: -2px;
}
#container.frontpage .catch {
  position: absolute;
  left: 50%;
  top: -3px;
  margin-left: -504px;
}
#container.frontpage .million{
  position: absolute;
  right: 50%;
  top: 9px;
  margin-right: -500px;
}
#container.frontpage .stores {
  /*margin-top: -11px;*/
  font-size: 0;
}
#container.frontpage .stores a {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#container.frontpage .stores a:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#container.frontpage .stores a + a {
  margin-left: 10px;
}
#container.frontpage .special_bnr{
  display: block;
  position: absolute;
  left: 50%;
  top: 479px;
  margin-left: -514px;
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#container.frontpage .special_bnr:hover,
#container.frontpage .special_bnr:active {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#container.frontpage .info {
  margin-top: -2px;
  padding-bottom: 13px;
}
#container.frontpage .info img {
  display: block;
  margin: 0 auto;
}
#container.frontpage .items {
  position: absolute;
  padding: 0 1px;
  /*top: 238px;*/
  top: 459px;
  left: 50%;
  margin-left: 262px;
  text-align: center;
}
#container.frontpage .items.items_02{
  top: 480px;
  margin-left: -497px;
}
#container.frontpage .items a {
  display: block;
  margin: 0 auto;
}
#container.frontpage .items .movie {
  width: 235px;
  height: 146px;
  background-image: url(../images/frontpage/button-trailer.png);
}
#container.frontpage .items .movie span {
  background-image: url(../images/frontpage/button-trailer.png);
  background-position: 50% 50%;
  margin: 17px 0 0 18px;
  display: block;
  position: absolute;
  width: 200px;
  height: 112px;
}
#container.frontpage .items .movie span.bg {
  opacity: 0;
  background-image: none;
  background-color: white;
  -webkit-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#container.frontpage .items .movie span.fg {
  opacity: 0;
  background-size: 235px 146px;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background-size 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background-size 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background-size 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background-size 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background-size 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#container.frontpage .items .movie:hover span.bg,
#container.frontpage .items .movie:active span.bg {
  opacity: 1;
  -webkit-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#container.frontpage .items .movie:hover span.fg,
#container.frontpage .items .movie:active span.fg {
  opacity: 0.8;
  background-size: 270px 168px;
  -webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-size 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-size 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-size 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-size 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), background-size 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#container.frontpage .items .movie.new:after {
  content: '';
  display: block;
  position: absolute;
  width: 70px;
  height: 43px;
  background-image: url(../images/frontpage/icon-new.png);
  top: -27px;
  right: -3px;
}
#container.frontpage .items .pages + .movie {
  margin-top: 2px;
}
#container.frontpage .items .button img {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#container.frontpage .items .button img:hover,
#container.frontpage .items .button img:active {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#container.frontpage .items .twitter_bnr {
  margin-top: 10px;
}
#container.frontpage .items .twitter {
  margin: 3px auto 0;
  width: 219px;
  height: 47px;
  background-image: url(../images/frontpage/button-tweet_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#container.frontpage .items .twitter > * {
  top: 18px;
}
#container.frontpage .items .twitter > a {
  display: inline;
}
#container.frontpage .items .twitter > a:active {
  opacity: 0.8;
  -webkit-box-shadow: 0 0 10px 5px white;
  -moz-box-shadow: 0 0 10px 5px white;
  -ms-box-shadow: 0 0 10px 5px white;
  -o-box-shadow: 0 0 10px 5px white;
  box-shadow: 0 0 10px 5px white;
}
#container.about {
  padding-top: 118px;
}
#container.about section {
  display: block;
  margin: 0 auto;
  padding: 40px 20px;
  width: 640px;
}
#container.about section p {
  line-height: 1.44em;
  letter-spacing: -0.07em;
  -webkit-text-shadow: -1px -1px 3px white, 1px -1px 3px white, -1px 1px 3px white, 1px 1px 3px white;
  -moz-text-shadow: -1px -1px 3px white, 1px -1px 3px white, -1px 1px 3px white, 1px 1px 3px white;
  -ms-text-shadow: -1px -1px 3px white, 1px -1px 3px white, -1px 1px 3px white, 1px 1px 3px white;
  -o-text-shadow: -1px -1px 3px white, 1px -1px 3px white, -1px 1px 3px white, 1px 1px 3px white;
  text-shadow: -1px -1px 3px white, 1px -1px 3px white, -1px 1px 3px white, 1px 1px 3px white;
}
#container.about section p + p {
  margin-top: 20px;
}
#container.about section ul {
  display: block;
  margin-top: 26px;
  font-size: 0px;
}
#container.about section ul a,
#container.about section ul li {
  display: inline-block;
}
#container.about section ul li + li {
  margin-left: 10px;
}
#container.world {
  padding-top: 49px;
}
#container.world section {
  display: block;
  width: 568px;
  margin: 0 auto;
  padding: 55px 0;
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
#container.world section p {
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.02em;
  -webkit-text-shadow: -1px -1px 3px white, 1px -1px 3px white, -1px 1px 3px white, 1px 1px 3px white;
  -moz-text-shadow: -1px -1px 3px white, 1px -1px 3px white, -1px 1px 3px white, 1px 1px 3px white;
  -ms-text-shadow: -1px -1px 3px white, 1px -1px 3px white, -1px 1px 3px white, 1px 1px 3px white;
  -o-text-shadow: -1px -1px 3px white, 1px -1px 3px white, -1px 1px 3px white, 1px 1px 3px white;
  text-shadow: -1px -1px 3px white, 1px -1px 3px white, -1px 1px 3px white, 1px 1px 3px white;
}
#container.world section p + p {
  margin-top: 29px;
}
#container.system {
  padding-top: 115px;
  text-align: left;
}
#container.system section {
  display: block;
  margin: 0 auto;
  padding: 18px 17px 0;
  width: 720px;
  min-height: 150px;
}
#container.system section p {
  display: block;
  width: 410px;
  font-size: 14px;
  line-height: 1.7em;
  margin: 13px 5px 0;
  letter-spacing: -0.075em;
}
#container.system section .carousel {
  position: absolute;
  width: 272px;
  top: 14px;
  bottom: 15px;
  right: 6px;
}
#container.system section .carousel .navigate {
  width: 22px;
  height: 100%;
  position: absolute;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#container.system section .carousel .navigate.button-next_small {
  top: 0;
  right: 0;
}
#container.system section .carousel .navigate.button-next_small:active {
  right: -1px;
}
#container.system section .carousel .navigate.button-prev_small {
  top: 0;
  left: 0;
}
#container.system section .carousel .navigate.button-prev_small:active {
  left: -1px;
}
#container.system section .carousel ul {
  display: block;
  width: 213px;
  height: 120px;
  margin: 0 auto;
  overflow: hidden;
}
#container.system section .carousel ul li {
  display: block;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: white;
}
#container.system section .carousel ul li.active {
  opacity: 1;
  visibility: visible;
}
#container.system section .carousel ul li a {
  display: block;
  -webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#container.system section .carousel ul li a:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#container.system section + section {
  margin-top: 10px;
}
#container.character ul {
  margin-top: 31px;
  text-align: center;
}
#container.character ul li {
  display: inline-block;
  margin: 0 8px;
  width: 140px;
  height: 182px;
}
#container.character ul li a {
  display: block;
  position: absolute;
  width: 140px;
  bottom: 0;
}
#container.character ul li a img.face {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#container.character ul li a .name {
  width: 140px;
  height: 44px;
  border: 1px solid white;
}
#container.character ul li a .name .label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999em;
}
#container.character ul li a:hover img.face, #container.character ul li a:active img.face {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#container.character ul li.rh {
  clear: left;
}
#container.character ul li > a > .name > .label {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#container.character ul li.tatsuya_shiba > a > .name > .label {
  background-image: url(../images/character/tatsuya_shiba_label.png);
}
#container.character ul li.miyuki_shiba > a > .name > .label {
  background-image: url(../images/character/miyuki_shiba_label.png);
}
#container.character ul li.erika_chiba > a > .name > .label {
  background-image: url(../images/character/erika_chiba_label.png);
}
#container.character ul li.leonhard_saijo > a > .name > .label {
  background-image: url(../images/character/leonhard_saijo_label.png);
}
#container.character ul li.mizuki_shibata > a > .name > .label {
  background-image: url(../images/character/mizuki_shibata_label.png);
}
#container.character ul li.mikihiko_yoshida > a > .name > .label {
  background-image: url(../images/character/mikihiko_yoshida_label.png);
}
#container.character ul li.honoka_mitsui > a > .name > .label {
  background-image: url(../images/character/honoka_mitsui_label.png);
}
#container.character ul li.shizuku_kitayama > a > .name > .label {
  background-image: url(../images/character/shizuku_kitayama_label.png);
}
#container.character ul li.mari_watanabe > a > .name > .label {
  background-image: url(../images/character/mari_watanabe_label.png);
}
#container.character ul li.mayumi_saegusa > a > .name > .label {
  background-image: url(../images/character/mayumi_saegusa_label.png);
}
#container.character ul li.azusa_nakajo > a > .name > .label {
  background-image: url(../images/character/azusa_nakajo_label.png);
}
#container.character ul li.katsuto_jyumonji > a > .name > .label {
  background-image: url(../images/character/katsuto_jyumonji_label.png);
}
#container.character ul li.mayaka_zerono > a > .name > .label {
  background-image: url(../images/character/mayaka_zerono_label.png);
}
#container.character ul li.angelina_kudou_shields > a > .name > .label {
  background-image: url(../images/character/angelina_kudou_shields_label.png);
}
#container.character ul li.masaki_ichijo > a > .name > .label {
  background-image: url(../images/character/masaki_ichijo_label.png);
}
#container.character ul li.ayana_zeronomiya > a > .name > .label {
  background-image: url(../images/character/ayana_zeronomiya_label.png);
}
#container.character ul li.kasumi_saegusa > a > .name > .label {
  background-image: url(../images/character/kasumi_saegusa_label.png);
}
#container.character ul li.izumi_saegusa > a > .name > .label {
  background-image: url(../images/character/izumi_saegusa_label.png);
}
#container.character ul li.minami_sakurai > a > .name > .label {
  background-image: url(../images/character/minami_sakurai_label.png);
}
#container.character ul li.kokoa_wadatsumi > a > .name > .label {
  background-image: url(../images/character/kokoa_wadatsumi_label.png);
}
#container.character ul li.fumiya_kuroba > a > .name > .label {
  background-image: url(../images/character/fumiya_kuroba_label.png);
}
#container.character ul li.ayako_kuroba > a > .name > .label {
  background-image: url(../images/character/ayako_kuroba_label.png);
}
#container.character ul li.new:after {
  content: '';
  display: block;
  width: 39px;
  height: 17px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/character/icon-new.png);
  position: absolute;
  top: 25px;
  right: -8px;
}
#container.character-details .details {
  width: 980px;
  min-height: 646px;
  margin: 0 auto;
  overflow: hidden;
}
#container.character-details .details .bg-name-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
#container.character-details .details .name_right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}

#container.character-details .details .bg-name-screen img {
  display: block;
  position: absolute;
  right: 8%;
  top: 10%;
}

#container.character-details .details .name_right img {
  display: block;
  position: absolute;
  right: 3%;
  top: 10%;
}
#container.character-details .details .catch-copy {
  display: block;
  position: absolute;
  width: 25%;
  height: 100%;
  right: 0;
  top: 0;
}
#container.character-details .details .catch-copy img {
  display: block;
  position: absolute;
  top: 1.9%;
  right: 20%;
}
#container.character-details .details .chara-image {
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
}
#container.character-details .details .chara-image img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#container.character-details .details .chara-image.large {
  width: 46%;
  right: 0;
}
#container.character-details .details .chara-image.large img {
  margin: auto auto 35px;
}
#container.character-details .details .chara-image.small {
  right: 15%;
}
#container.character-details .details .chara-image.small img {
  margin: auto auto 35px;
}
#container.character-details .chara-info {
  clear: both;
  position: absolute;
  width: 580px;
  min-height: 191px;
  left: 50%;
  top: 227px;
  margin-left: -428px;
  padding: 27px 22px;
  text-align: left;
}
#container.character-details .chara-info .thumb {
  display: block;
  position: absolute;
  width: 159px;
  left: 0;
  top: 18px;
}
#container.character-details .chara-info .thumb img {
  display: block;
  margin: 0 auto;
}
#container.character-details .chara-info .name {
  display: inline-block;
  margin-left: 129px;
}
#container.character-details .chara-info .profile {
  display: inline-block;
  margin-left: 130px;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.7em;
}
#container.character-details .chara-info.no-face .name,
#container.character-details .chara-info.no-face .profile {
  margin-left: 0;
}
#container.character-details .return {
  position: absolute;
  width: 140px;
  height: 34px;
  left: 50%;
  bottom: 60px;
  margin-left: -428px;
  background-color: transparent;
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 230, 255, 0.25), 0 0 10px 5px rgba(0, 230, 255, 0.25) inset;
  -moz-box-shadow: 0 0 10px 5px rgba(0, 230, 255, 0.25), 0 0 10px 5px rgba(0, 230, 255, 0.25) inset;
  -ms-box-shadow: 0 0 10px 5px rgba(0, 230, 255, 0.25), 0 0 10px 5px rgba(0, 230, 255, 0.25) inset;
  -o-box-shadow: 0 0 10px 5px rgba(0, 230, 255, 0.25), 0 0 10px 5px rgba(0, 230, 255, 0.25) inset;
  box-shadow: 0 0 10px 5px rgba(0, 230, 255, 0.25), 0 0 10px 5px rgba(0, 230, 255, 0.25) inset;
  border: 1px solid white;
}
#container.character-details .return img {
  margin-top: 8px;
}
#container.character-details a.next,
#container.character-details a.prev {
  display: block;
  position: absolute;
  width: 28px;
  height: 54px;
  left: 50%;
  top: 50%;
  margin-top: -24px;
}
#container.character-details a.next.next,
#container.character-details a.prev.next {
  margin-left: 464px;
}
#container.character-details a.next.next:active,
#container.character-details a.prev.next:active {
  margin-left: 466px;
}
#container.character-details a.next.prev,
#container.character-details a.prev.prev {
  margin-left: -492px;
}
#container.character-details a.next.prev:active,
#container.character-details a.prev.prev:active {
  margin-left: -494px;
}
#container.keyword {
  overflow: hidden;
  height: 648px;
}
#container.keyword dl {
  display: block;
  margin: 62px auto 0;
  width: 642px;
}
#container.keyword dl dt {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
  text-align: left;
  text-indent: 26px;
  background-repeat: no-repeat;
  background-position: 7px 19px;
}
#container.keyword dl dd {
  display: block;
  margin-top: -50px;
  overflow: hidden;
  min-height: 50px;
  font-size: 13px;
  line-height: 1.6em;
  text-align: left;
  letter-spacing: 0.01em;
  border-bottom: 1px solid black;
  cursor: pointer;
}
#container.keyword dl dd.button-expand {
  background-repeat: no-repeat;
  background-position: 606px 20px;
}
#container.keyword dl dd.button-close {
  background-repeat: no-repeat;
  background-position: 608px 18px;
}
#container.keyword dl dd .detail {
  margin-top: 50px;
}
#container.keyword dl dd .detail p {
  padding: 3px 7px;
  margin-bottom: 6px;
  background-color: rgba(255, 255, 255, 0.5);
}
#container.tvcm ul {
  margin: 81px auto 48px;
  text-align: center;
}
#container.tvcm ul:after {
  display: block;
  content: '';
  clear: both;
  width: 1px;
  height: 1px;
}
#container.tvcm ul li {
  display: block;
  margin: 0 auto;
  width: 325px;
  height: 188px;
  background-repeat: no-repeat;
  background-image: url(../images/tvcm/tvcm_frame.png);
}
#container.tvcm ul li.two-column {
  display: inline-block;
  margin-top: 65px;
}
#container.tvcm ul li.two-column + .two-column {
  margin-left: 19px;
}
#container.tvcm ul li a,
#container.tvcm ul li .thumb {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-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);
}
#container.tvcm ul li a {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/tvcm/tvcm_button-play.png);
}
#container.tvcm ul li .thumb {
  text-indent: 0;
  width: 296px;
  height: 165px;
  background-color: black;
}
#container.tvcm ul li .thumb img {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#container.tvcm ul li h2 {
  position: absolute;
  width: 100%;
  height: 31px;
  bottom: -39px;
  text-indent: -999em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#container.tvcm ul li.battle h2 {
  background-image: url(../images/tvcm/tvcm_battle_h2.png);
}
#container.tvcm ul li.harem h2 {
  background-image: url(../images/tvcm/tvcm_harem_h2.png);
}
#container.tvcm ul li.miyuki h2 {
  background-image: url(../images/tvcm/tvcm_miyuki_h2.png);
}
#container.tvcm ul li:hover a,
#container.tvcm ul li:active a {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-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);
}
#container.tvcm ul li:hover .thumb img,
#container.tvcm ul li:active .thumb img {
  opacity: 0.5;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#container.tvcm ul li + li {
  margin-left: 5px;
}

#related-banners {
  padding: 3px 0 10px;
  border-top: 1px solid #666;
}
#related-banners ul {
  list-style-type: none;
}
#related-banners ul > li {
  font-size: 0;
}
#related-banners ul > li > * {
  font-size: 100%;
}
#related-banners ul {
  display: block;
  width: 980px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
#related-banners ul li {
  display: inline;
  line-height: 99px;
  vertical-align: bottom;
  margin-left: 3px;
  margin-right: 3px;
}
#related-banners ul li a {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#related-banners ul li a:hover,
#related-banners ul li a:active {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#related-banners ul:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

#loading {
  position: fixed;
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  margin: 0;
  padding: 0;
  background-color: white;
}
#loading .circle {
  position: absolute;
  top: 359.5px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  border: 4px solid rgba(122, 217, 229, 0.8);
  opacity: 1;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  -webkit-border-top-left-radius: 80px;
  -webkit-border-top-right-radius: 80px;
  -webkit-border-bottom-right-radius: 80px;
  -webkit-border-bottom-left-radius: 80px;
  -moz-border-top-left-radius: 80px;
  -moz-border-top-right-radius: 80px;
  -moz-border-bottom-right-radius: 80px;
  -moz-border-bottom-left-radius: 80px;
  -ms-border-top-left-radius: 80px;
  -ms-border-top-right-radius: 80px;
  -ms-border-bottom-right-radius: 80px;
  -ms-border-bottom-left-radius: 80px;
  -o-border-top-left-radius: 80px;
  -o-border-top-right-radius: 80px;
  -o-border-bottom-right-radius: 80px;
  -o-border-bottom-left-radius: 80px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  -webkit-box-shadow: 0 0 80px rgba(47, 176, 187, 0.5);
  -moz-box-shadow: 0 0 80px rgba(47, 176, 187, 0.5);
  -ms-box-shadow: 0 0 80px rgba(47, 176, 187, 0.5);
  -o-box-shadow: 0 0 80px rgba(47, 176, 187, 0.5);
  box-shadow: 0 0 80px rgba(47, 176, 187, 0.5);
}

.cssanimations #loading > .circle {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -ms-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.modal-container {
  display: none;
  margin: auto;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.modal-container .wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.modal-container .wrapper .frame {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.modal-container .wrapper .frame .screen {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
}
.modal-container .wrapper .frame .screen .close {
  display: block;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.modal-container button {
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  outline: 0;
  cursor: pointer;
}

#ajax-modal,
#movie-modal {
  background-color: rgba(255, 255, 255, 0.5);
}
#ajax-modal .frame iframe,
#movie-modal .frame iframe {
  display: inline-block;
  background-color: white;
}
#ajax-modal .frame button.close,
#movie-modal .frame button.close {
  width: 37px;
  height: 36px;
  top: -20px;
  right: -50px;
}

#image-modal {
  background-color: rgba(255, 255, 255, 0.5);
}
#image-modal .frame img {
  display: inline-block;
}
#image-modal .frame button.close {
  width: 37px;
  height: 36px;
  top: -20px;
  right: -50px;
}

#carousel-modal {
  background-color: rgba(255, 255, 255, 0.5);
}
#carousel-modal .frame img {
  display: inline-block;
}
#carousel-modal .frame button.close {
  width: 37px;
  height: 36px;
  top: -20px;
  right: -50px;
}
#carousel-modal .frame button.next,
#carousel-modal .frame button.prev {
  display: block;
  position: absolute;
  top: 45%;
  margin-top: -27px;
  width: 28px;
  height: 54px;
}
#carousel-modal .frame button.next.button-next_large,
#carousel-modal .frame button.prev.button-next_large {
  right: -48px;
}
#carousel-modal .frame button.next.button-next_large:active,
#carousel-modal .frame button.prev.button-next_large:active {
  right: -50px;
}
#carousel-modal .frame button.next.button-prev_large,
#carousel-modal .frame button.prev.button-prev_large {
  left: -48px;
}
#carousel-modal .frame button.next.button-prev_large:active,
#carousel-modal .frame button.prev.button-prev_large:active {
  left: -50px;
}
#carousel-modal .frame .page-index {
  margin: 1em auto 0;
  padding: 0.5em;
  width: 150px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  background-color: rgba(255, 255, 255, 0.5);
}
#carousel-modal .frame .page-index .current {
  padding-right: 0.25em;
}
#carousel-modal .frame .page-index .total {
  padding-left: 0.25em;
}

#page-modal {
  background-color: rgba(0, 0, 0, 0.5);
}
#page-modal .frame img {
  display: inline-block;
}
#page-modal .frame button.close {
  width: 37px;
  height: 36px;
  top: -20px;
  right: -50px;
}
#page-modal .frame button.next,
#page-modal .frame button.prev {
  display: block;
  position: absolute;
  top: 45%;
  margin-top: -27px;
  width: 28px;
  height: 54px;
}
#page-modal .frame button.next.button-next_large,
#page-modal .frame button.prev.button-next_large {
  right: -48px;
}
#page-modal .frame button.next.button-next_large:active,
#page-modal .frame button.prev.button-next_large:active {
  right: -50px;
}
#page-modal .frame button.next.button-prev_large,
#page-modal .frame button.prev.button-prev_large {
  left: -48px;
}
#page-modal .frame button.next.button-prev_large:active,
#page-modal .frame button.prev.button-prev_large:active {
  left: -50px;
}

#lean_overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: none;
  display: none;
}


#pickupBanner{
  /*position: absolute;*/
  margin-top: -55px;
  margin-bottom: 12px;
}
#pickupBanner .button img {
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#pickupBanner .button img:hover,
#pickupBanner .button img:active {
  opacity: 0.7;
  -webkit-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#container.frontpage a.campaign{
  display: inline-block;
  margin: 0;
  position: relative;
  opacity:0;
  -webkit-transition:opacity 1s cubic-bezier(0.215,.61,.355,1);
  -moz-transition:opacity 1s cubic-bezier(0.215,.61,.355,1);
  -ms-transition:opacity 1s cubic-bezier(0.215,.61,.355,1);
  -o-transition:opacity 1s cubic-bezier(0.215,.61,.355,1);
  transition:opacity 1s cubic-bezier(0.215,.61,.355,1);
}
#container.frontpage a.campaign .banner{
  top:0;
  -webkit-transform:scale(2,2);
  -moz-transform:scale(2,2);
  -ms-transform:scale(2,2);
  -o-transform:scale(2,2);
  transform:scale(2,2);
  -webkit-transition:all 1s cubic-bezier(0.215,.61,.355,1);
  -moz-transition:all 1s cubic-bezier(0.215,.61,.355,1);
  -ms-transition:all 1s cubic-bezier(0.215,.61,.355,1);
  -o-transition:all 1s cubic-bezier(0.215,.61,.355,1);
  transition:all 1s cubic-bezier(0.215,.61,.355,1)
}
#container.frontpage a.campaign .aside{
  position:absolute;
  top:-34px;
}
#container.frontpage a.campaign .aside.left{
  opacity:0;left:-80px;
  margin-left: 8px;
  -webkit-transition:all 1s cubic-bezier(0.215,.61,.355,1);
  -moz-transition:all 1s cubic-bezier(0.215,.61,.355,1);
  -ms-transition:all 1s cubic-bezier(0.215,.61,.355,1);
  -o-transition:all 1s cubic-bezier(0.215,.61,.355,1);
  transition:all 1s cubic-bezier(0.215,.61,.355,1);
}
#container.frontpage a.campaign .aside.right{
  opacity:0;
  right:-80px;
  margin-right: 8px;
  -webkit-transition:all 1s cubic-bezier(0.215,.61,.355,1);
  -moz-transition:all 1s cubic-bezier(0.215,.61,.355,1);
  -ms-transition:all 1s cubic-bezier(0.215,.61,.355,1);
  -o-transition:all 1s cubic-bezier(0.215,.61,.355,1);
  transition:all 1s cubic-bezier(0.215,.61,.355,1);
}
#container.frontpage a.campaign.showing{opacity:1;-webkit-transition:opacity 1s cubic-bezier(0.215,.61,.355,1);-moz-transition:opacity 1s cubic-bezier(0.215,.61,.355,1);-ms-transition:opacity 1s cubic-bezier(0.215,.61,.355,1);-o-transition:opacity 1s cubic-bezier(0.215,.61,.355,1);transition:opacity 1s cubic-bezier(0.215,.61,.355,1)}#container.frontpage a.campaign.showing .banner{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1);-webkit-transition:all 1s cubic-bezier(0.215,.61,.355,1);-moz-transition:all 1s cubic-bezier(0.215,.61,.355,1);-ms-transition:all 1s cubic-bezier(0.215,.61,.355,1);-o-transition:all 1s cubic-bezier(0.215,.61,.355,1);transition:all 1s cubic-bezier(0.215,.61,.355,1)}#container.frontpage a.campaign.showing .aside.left{opacity:1;left:-25px;-webkit-transition:all 1s cubic-bezier(0.215,.61,.355,1);-moz-transition:all 1s cubic-bezier(0.215,.61,.355,1);-ms-transition:all 1s cubic-bezier(0.215,.61,.355,1);-o-transition:all 1s cubic-bezier(0.215,.61,.355,1);transition:all 1s cubic-bezier(0.215,.61,.355,1)}#container.frontpage a.campaign.showing .aside.right{opacity:1;right:-24px;-webkit-transition:all 1s cubic-bezier(0.215,.61,.355,1);-moz-transition:all 1s cubic-bezier(0.215,.61,.355,1);-ms-transition:all 1s cubic-bezier(0.215,.61,.355,1);-o-transition:all 1s cubic-bezier(0.215,.61,.355,1);transition:all 1s cubic-bezier(0.215,.61,.355,1)}#container.frontpage a.campaign.showing:hover .banner,#container.frontpage a.campaign.showing:active .banner{opacity:.7;-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);transform:scale(1.1,1.1);-webkit-transition:all 1s cubic-bezier(0.215,.61,.355,1);-moz-transition:all 1s cubic-bezier(0.215,.61,.355,1);-ms-transition:all 1s cubic-bezier(0.215,.61,.355,1);-o-transition:all 1s cubic-bezier(0.215,.61,.355,1);transition:all 1s cubic-bezier(0.215,.61,.355,1)}#container.frontpage a.campaign.showing:hover .aside.left,#container.frontpage a.campaign.showing:active .aside.left{left:-35px;-webkit-transition:left 1s cubic-bezier(0.215,.61,.355,1);-moz-transition:left 1s cubic-bezier(0.215,.61,.355,1);-ms-transition:left 1s cubic-bezier(0.215,.61,.355,1);-o-transition:left 1s cubic-bezier(0.215,.61,.355,1);transition:left 1s cubic-bezier(0.215,.61,.355,1)}#container.frontpage a.campaign.showing:hover .aside.right,#container.frontpage a.campaign.showing:active .aside.right{right:-35px;-webkit-transition:right 1s cubic-bezier(0.215,.61,.355,1);-moz-transition:right 1s cubic-bezier(0.215,.61,.355,1);-ms-transition:right 1s cubic-bezier(0.215,.61,.355,1);-o-transition:right 1s cubic-bezier(0.215,.61,.355,1);transition:right 1s cubic-bezier(0.215,.61,.355,1)}


#durarara{
  width: 758px; height: 696px;
  padding-top: 382px;
  background: url(../images/etc/durarara_body.png) no-repeat scroll 0px 0px;
}

#durarara h1,
#durarara h2{
  position: absolute;
  text-indent: -10000px;
}

#durarara a{
  display: block;
  margin-bottom: 10px;
}

.button-close_modal_yellow{
  width: 42px!important;
  height: 42px!important;
  top: 45px!important;
  right: -27px!important;
  background-image:url(../images/etc/close_button_yellow.png) ;
}
