@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

/*
@import "font-awesome/variables";
@import "font-awesome/mixins";
@import "font-awesome/path";
@import "font-awesome/core";
@import "font-awesome/larger";
@import "font-awesome/fixed-width";
@import "font-awesome/list";
@import "font-awesome/bordered-pulled";
@import "font-awesome/animated";
@import "font-awesome/rotated-flipped";
@import "font-awesome/stacked";
@import "font-awesome/icons";
*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.container .contents .form-Border {
	height: 1px;
	background-image: -webkit-linear-gradient(0deg,rgba(0,160,233,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(0,160,233,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(0,160,233,1.00) 0%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(0,160,233,1.00) 0%,rgba(0,0,0,1.00) 100%);
}
.container .contents .Gform {
	height: auto;
}
.fast-reserve-img p img:nth-child(1) {
  -webkit-animation: animate-fadein 0.8s linear 0.2s 1 normal both;
          animation: animate-fadein 0.8s linear 0.2s 1 normal both;
}
.bannercampaign-container img:nth-child(1) {
  -webkit-animation: animate-fadein 0.8s linear 0.2s 1 normal both;
          animation: animate-fadein 0.8s linear 0.2s 1 normal both;	
}
.contents .valentine img {
	-webkit-animation: animate-fadein 0.8s linear 0.6s 1 normal both;
	animation: animate-fadein 0.8s linear 0.6s 1 normal both;
}
.container .contents .world-img {
}
.bannercampaign-container img:nth-child(2) {
  -webkit-animation: animate-fadein 0.8s linear 0.4s 1 normal both;
          animation: animate-fadein 0.8s linear 0.4s 1 normal both;
}
.bannercampaign-container img:nth-child(3) {
  -webkit-animation: animate-fadein 0.8s linear 0.6s 1 normal both;
          animation: animate-fadein 0.8s linear 0.6s 1 normal both;
}
.bannercampaign-container img:nth-child(4) {
  -webkit-animation: animate-fadein 0.8s linear 0.8s 1 normal both;
          animation: animate-fadein 0.8s linear 0.8s 1 normal both;
}
.banner-campaign-form-img p img:nth-child(1)  {
  -webkit-animation: animate-fadein 0.8s linear 0.2s 1 normal both;
          animation: animate-fadein 0.8s linear 0.2s 1 normal both;
}
.contents .kai-TL .kaisetu-waku {
	width: 800px;
	margin-left: 150px;
	margin-right: auto;
	height: 200px;
	margin-top: 50px;
}

.contents .kai-TL .kaisetu-waku:nth-child(1) {
  -webkit-animation: animate-fadein 0.8s linear 0.2s 1 normal both;
          animation: animate-fadein 0.8s linear 0.2s 1 normal both;
}
.contents .kai-TL .kaisetu-waku:nth-child(2) {
  -webkit-animation: animate-fadein 0.8s linear 0.3s 1 normal both;
          animation: animate-fadein 0.8s linear 0.3s 1 normal both;
}
.contents .kai-TL .kaisetu-waku:nth-child(3) {
  -webkit-animation: animate-fadein 0.8s linear 0.4s 1 normal both;
          animation: animate-fadein 0.8s linear 0.4s 1 normal both;
}
.contents .kai-TL .kaisetu-waku:nth-child(4) {
  -webkit-animation: animate-fadein 0.8s linear 0.5s 1 normal both;
          animation: animate-fadein 0.8s linear 0.5s 1 normal both;
}
.contents .kai-TL .kaisetu-waku:nth-child(5) {
  -webkit-animation: animate-fadein 0.8s linear 0.6s 1 normal both;
          animation: animate-fadein 0.8s linear 0.6s 1 normal both;
}
.contents .kai-TL .kaisetu-waku:nth-child(6) {
  -webkit-animation: animate-fadein 0.8s linear 0.7s 1 normal both;
          animation: animate-fadein 0.8s linear 0.7s 1 normal both;
}
.contents .kai-TL .kaisetu-waku:nth-child(7) {
  -webkit-animation: animate-fadein 0.8s linear 0.8s 1 normal both;
          animation: animate-fadein 0.8s linear 0.8s 1 normal both;
}
.contents .kai-TL .kaisetu-waku:nth-child(8) {
  -webkit-animation: animate-fadein 0.8s linear 0.9s 1 normal both;
          animation: animate-fadein 0.8s linear 0.9s 1 normal both;
}



.kai-TL .kaisetu-waku .kaisetu-img {
	float: left;
	width: 200px;
	height: 200px;
}
.kaisetu-waku .kaisetu-img img {
	width: 100%;
}
.kaisetu-serifu .kaisetu-mes .kaisetu-mes-00 {
}
.kaisetu-serifu .kaisetu-mes .kaisetu-mes-07 {
	color: #FF00E0;
}
.container .contents .fast-res-table {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
table tr .tenpo {
	width: 250px;
	color: #00C0FD;
	font-size: medium;
}
table tr .head {
	background-color: #00C0FD;
	color: #FFFFFF;
}
.container .contents .denkigai-2015:nth-child(1) {
	  -webkit-animation: animate-fadein 0.8s linear 0.2s 1 normal both;
          animation: animate-fadein 0.8s linear 0.2s 1 normal both;

}
.container .contents .denkigai-2015:nth-child(2) {
	  -webkit-animation: animate-fadein 0.8s linear 0.4s 1 normal both;
          animation: animate-fadein 0.8s linear 0.4s 1 normal both;

}
.container .contents .denkigai-2015:nth-child(3) {
	  -webkit-animation: animate-fadein 0.8s linear 0.6s 1 normal both;
          animation: animate-fadein 0.8s linear 0.6s 1 normal both;

}
.container .contents .denkigai-2015:nth-child(4) {
	  -webkit-animation: animate-fadein 0.8s linear 0.8s 1 normal both;
          animation: animate-fadein 0.8s linear 0.8s 1 normal both;

}
.infobox-scrollarea .info-item .info-new {
}
.infobox-scrollarea .info-item .info-new {
	color: #FFC358;
}
.container .contents .outline-img {
	width: 1032px;
	height: 1017px;
	background-image: url(../img/outline-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 74px;
}
.contents .outline-img img:nth-child(1) {
	  -webkit-animation: animate-fadein 0.8s linear 0.2s 1 normal both;
          animation: animate-fadein 0.8s linear 0.2s 1 normal both;
	margin-bottom: 110px;
}
.contents .outline-img img:nth-child(2) {
	  -webkit-animation: animate-fadein 0.8s linear 0.4s 1 normal both;
          animation: animate-fadein 0.8s linear 0.4s 1 normal both;

}
.contents .top-banner .banner-side {
	width: 490px;
	float: left;
	margin-left: 25px;
}
.top-banner li iframe {
	height: 333px;
}
.top-banner li .movie-bottom {
	width: 480px;
	height: 33px;
	font-size: large;
}
.top-banner li .movie-top {
	width: 480px;
	font-size: large;
	height: 5px;
}
.top-banner li .movie-box {
	margin-left: -23px;
}
.container .contents .shop-special_favor_title {
	height: 97px;
	background-position: center center;
}
.container .contents .shop-special_favor_img01 {
	height: 1199px;
	background-image: url(../img/shop-special_favor_img01.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 1032px;
	animation: animate-fadein 0.8s linear 0.2s 1 normal both;
	-webkit-animation: animate-fadein 0.8s linear 0.2s 1 normal both;
}
.container .contents .shop-special_favor_img11 {
	height: 1199px;
	background-image: url(../img/shop-special_favor_img11.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 1032px;
	animation: animate-fadein 0.8s linear 0.2s 1 normal both;
	-webkit-animation: animate-fadein 0.8s linear 0.2s 1 normal both;
}
.container .contents .shop-special_favor_img10a {
	height: 671px;
	background-image: url(../img/shop-special_favor_img10a.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 1032px;
	animation: animate-fadein 0.8s linear 0.2s 1 normal both;
	-webkit-animation: animate-fadein 0.8s linear 0.2s 1 normal both;
}
.container .contents .shop-special_favor_img02 {
	height: 671px;
	background-image: url(../img/shop-special_favor_img02.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 1032px;
		animation: animate-fadein 0.8s linear 0.4s 1 normal both;
	-webkit-animation: animate-fadein 0.8s linear 0.4s 1 normal both;

}
.container .contents .shop-special_favor_img03 {
	height: 671px;
	background-image: url(../img/shop-special_favor_img03.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 457px;
		animation: animate-fadein 0.8s linear 0.6s 1 normal both;
	-webkit-animation: animate-fadein 0.8s linear 0.6s 1 normal both;

}
.container .contents .shop-special_favor_img04 {
	height: 671px;
	background-image: url(../img/shop-special_favor_img04.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 457px;
		animation: animate-fadein 0.8s linear 0.8s 1 normal both;
	-webkit-animation: animate-fadein 0.8s linear 0.8s 1 normal both;

}
.container .contents .shop-special_favor_img05 {
	height: 671px;
	background-image: url(../img/shop-special_favor_img05.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 457px;
		animation: animate-fadein 0.8s linear 1.0s 1 normal both;
	-webkit-animation: animate-fadein 0.8s linear 1.0s 1 normal both;

}
.container .contents .shop-special_favor_img06 {
	height: 671px;
	background-image: url(../img/shop-special_favor_img06.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 457px;
		animation: animate-fadein 0.8s linear 1.2s 1 normal both;
	-webkit-animation: animate-fadein 0.8s linear 1.2s 1 normal both;
}
.container .contents .shop-special_favor_img07 {
	height: 671px;
	background-image: url(../img/shop-special_favor_img07.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 457px;
		animation: animate-fadein 0.8s linear 1.4s 1 normal both;
	-webkit-animation: animate-fadein 0.8s linear 1.4s 1 normal both;
}
.container .contents .shop-special_favor_img08 {
	height: 671px;
	background-image: url(../img/shop-special_favor_img08.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 457px;
		animation: animate-fadein 0.8s linear 1.6s 1 normal both;
	-webkit-animation: animate-fadein 0.8s linear 1.6s 1 normal both;
}
.container .contents .shop-special_favor_img09 {
	height: 671px;
	background-image: url(../img/shop-special_favor_img09.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 457px;
		animation: animate-fadein 0.8s linear 1.8s 1 normal both;
	-webkit-animation: animate-fadein 0.8s linear 1.8s 1 normal both;
}
.container .contents .shop-special_favor_img10 {
	height: 671px;
	background-image: url(../img/shop-special_favor_img10.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 457px;
		animation: animate-fadein 0.8s linear 2.0s 1 normal both;
	-webkit-animation: animate-fadein 0.8s linear 2.0s 1 normal both;
}
.container .contents .shop-special_favor_box {
	margin-top: 20px;
	margin-bottom: 20px;
}
.container .contents .shop-special_favor_list {
	width: 1032px;
}
.shop-special_favor_list .shop-special_favor_w  {
	width: 1032px;
}
.shop-special_favor_w li .shop-special_favor   {
	margin-right: 22px;
	margin-left: 22px;
}
.contents .shop-special_favor_list .shop-special_favor {
	margin-top: 16px;
}
.shop-special_favor_list .shop-link {
	opacity: 1;
}
.shop-link.shop-linkw {
	margin-top: 625px;
}
.shop-link.shop-linkw.ded {
	opacity: 0.5;
}
.shop-link.shop-link1-2 {
	margin-top: 625px;
	margin-left: 600px;
}
.shop-link.shop-link1 {
	margin-top: 1154px;
	margin-left: 600px;
}

.shop-link.shop-linko {
	margin-top: 625px;
	margin-left: 540px;
}
.container .contents .shop-special_favor_list .shop-link2 {
	margin-top: 1154px;
	margin-left: 571px;
}
.world-img {
	margin-bottom: 16px;
}
.world-keyword {
	height: 150px;
	padding-top: 19px;
}
.sekapoji-radio.sekapoji-radio-topBG {
	width: 1032px;
	height: 647px;
	background-image: url(../img/sekapoji-radio-topBG.png);
}
.sekapoji-radio.sekapoji-radio01 {
	background-color: #4fff89;
	width: 920px;
	height: 772px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	margin-top: -224px;
}
.sekapoji-radio.sekapoji-radio01 img {
	margin-top: 30px;
}
.sekapoji-radio.sekapoji-radio02 {
	width: 920px;
	height: 379px;
	background-color: #ff92fe;
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
	margin-top: 20px;
}
.sekapoji-radio.sekapoji-radio-hako {
	-webkit-box-shadow: 2px 2px 10px 0 #ABABAB;
	box-shadow: 2px 2px 10px 0 #ABABAB;
}
.sekapoji-radio.sekapoji-radio02.sekapoji-radio-hako .sekapoji-radioimg {
	margin-top: 30px;
	z-index: 10;
	position: relative;
}
.sekapoji-radio.sekapoji-radio02.sekapoji-radio-hako .sekapoji-radio-BTN img {
	position: absolute;
	left: 355px;
	top: 1730px;
	z-index: 10;
}
.container .contents .download-container {
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 64px;
	height: 1000px;
	background-image: -webkit-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(0,56,65,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(0,56,65,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(255,255,255,1.00) 0%,rgba(0,56,65,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(255,255,255,1.00) 0%,rgba(0,56,65,1.00) 100%);
}
.contents .download-container .download-title {
	font-size: large;
	color: #FFFFFF;
}
.contents .download-container .download-title2 {
	color: #FFFFFF;
	font-size: large;
	margin-top: 44px;
	text-shadow: 2px 2px #737373;
}
.contents .download-container .download-link-box {
	font-size: large;
	text-shadow: 1px 1px #000000;
	color: #FFFFFF;
}
.contents .download-container .download-setumei {
	color: #FFFFFF;
	text-shadow: 2px 2px #000000;
}
.contents .anime0401 .anime00 {
	margin-top: 376px;
}
.contents .anime0401 .anime01 {
	margin-top: 6px;
}
.contents .anime0401 .anime02 {
	margin-top: 1070px;
}
.contents .anime0401 img {
	-webkit-box-shadow: 2px 2px 8px #7C7A7A;
	box-shadow: 2px 2px 8px #7C7A7A;
	-webkit-animation: animate-fadein 0.8s linear 0.6s 1 normal both;
	animation: animate-fadein 0.8s linear 0.6s 1 normal both;
}
.container .contents .otoiawase-top {
	background-image: url(../img/otoiawase-topBG.png);
	height: 261px;
}
.contents .otoiawase-top .otoiawase-title {
	padding-top: 64px;
}
.container .contents .otoiawase-form {
	height: 800px;
}
.container .contents .otoiawase-btn {
	margin-top: -53px;
	margin-bottom: 44px;
}
.contents .gazo01 .update-pc-btn {
	position: absolute;
	top: 314px;
	left: 178px;
}
.contents .gazo01 .update-dl-btn {
	position: absolute;
	top: 314px;
	left: 583px;
}
.contents .gazo01 .update-btn {
	position: absolute;
	top: 314px;
	left: 362px;
}
.container .contents .dlp-btn {
	position: absolute;
	left: 365px;
	top: 1762px;
}
.container .contents .eventimg {
}
.container .contents .eventimg img:nth-child(1) {
	-webkit-animation: animate-fadein 0.8s linear 0.2s 1 normal both;
	animation: animate-fadein 0.8s linear 0.2s 1 normal both;
}
.container .contents .winterevent2016-btn00 {
	position: absolute;
	top: 368px;
	left: 746px;
}
.container .contents .winterevent2016-btn0 {
	position: absolute;
	top: 410px;
	left: 746px;
}
.container .contents .winterevent2016-btn1 {
	position: absolute;
	top: 1345px;
	bottom: auto;
	left: 591px;
}
.container .contents .winterevent2016-btn2 {
	position: absolute;
	top: 2111px;
	left: 591px;
}
.container .contents .winterevent2016-btn3 {
	position: absolute;
	top: 2877px;
	left: 591px;
}
.container .contents .winterevent2016-btn4 {
	position: absolute;
	top: 3822px;
	left: 115px;
}
.container .contents .winterevent2016-btn5 {
	position: absolute;
	top: 3822px;
	left: 626px;
}
.container .contents .winterevent2016-btn6 {
	position: absolute;
	top: 4766px;
	left: 115px;
}
.container .contents .winterevent2016-btn7 {
	position: absolute;
	top: 4766px;
	left: 626px;
}
.container .contents .winterevent2016-btn8 {
	position: absolute;
	top: 5713px;
	left: 115px;
}
.container .contents .winterevent2016-btn9 {
	position: absolute;
	top: 5713px;
	left: 626px;
}
.container .contents .winterevent2016-btna {
	position: absolute;
	top: 6028px;
	left: 580px;
}
.link-btn a:hover{
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.3" /><feFuncG type="linear" slope="1.3" /><feFuncB type="linear" slope="1.3" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}
.link-btn a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.contents .link-btn .winterevent2016-btn10 {
	position: absolute;
	top: 6175px;
	left: 591px;
}
.contents .link-btn .winterevent2016-btn11 {
	position: absolute;
	top: 6825px;
	left: 115px;
}
.contents .link-btn .winterevent2016-btn12 {
	position: absolute;
	top: 6825px;
	left: 626px;
}


@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}
.container .contents .valentine {
	width: 1032px;
	height: 1200px;
	background-image: url(../img/02vbg.png);
}
.container .contents .anime0401 {
	width: 1032px;
	height: 3000px;
	background-image: url(../img/anime_base.png);
}
.kaisetu-waku .kaisetu-serifu .kaisetu-mes {
	display: table-cell;
	vertical-align: middle;
	font-size: large;
	height: 200px;
}
.container .contents .world-img:nth-child(2) {
	-webkit-animation: animate-fadein 0.8s linear 0.2s 1 normal both;
	animation: animate-fadein 0.8s linear 0.2s 1 normal both;
}
.sekapoji-radio.sekapoji-radio02.sekapoji-radio-hako .sekapoji-radio-BTN img {
	margin-top: -224px;
}
.container .contents .world-img:nth-child(3) {
	-webkit-animation: animate-fadein 0.8s linear 0.4s 1 normal both;
	animation: animate-fadein 0.8s linear 0.4s 1 normal both;
}
.container .contents .world-img:nth-child(4) {
	-webkit-animation: animate-fadein 0.8s linear 0.6s 1 normal both;
	animation: animate-fadein 0.8s linear 0.6s 1 normal both;
}
.container .contents .world-img:nth-child(5) {
	-webkit-animation: animate-fadein 0.8s linear 0.8s 1 normal both;
	animation: animate-fadein 0.8s linear 0.8s 1 normal both;
}

.container .contents {
}
.graphic-container a:hover img  {
	filter: alpha(opacity=100);
	opacity: 1;
}
.graphic-container a:hover {
	filter: brightness(1.3);
	-webkit-filter: brightness(1.3);
}
.container .contents .shop-special_favor_list {
	text-align: center;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

@-webkit-keyframes animate-glow {
  0% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  100% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.5" /><feFuncG type="linear" slope="1.5" /><feFuncB type="linear" slope="1.5" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
}

@keyframes animate-glow {
  0% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  100% {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.5" /><feFuncG type="linear" slope="1.5" /><feFuncB type="linear" slope="1.5" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
}

@-webkit-keyframes animate-fadein {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes animate-fadein {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@-webkit-keyframes animate-fadeout {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@keyframes animate-fadeout {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@-webkit-keyframes animate-content-in {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 20px) scale3d(0.95, 0.95, 1);
            transform: translate(0, 20px) scale3d(0.95, 0.95, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
            transform: translate(0, 0) scale3d(1, 1, 1);
  }
}

@keyframes animate-content-in {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 20px) scale3d(0.95, 0.95, 1);
            transform: translate(0, 20px) scale3d(0.95, 0.95, 1);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
            transform: translate(0, 0) scale3d(1, 1, 1);
  }
}

@-webkit-keyframes animate-content-out {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
            transform: translate(0, 0) scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 20px) scale3d(0.95, 0.95, 1);
            transform: translate(0, 20px) scale3d(0.95, 0.95, 1);
  }
}

@keyframes animate-content-out {
  0% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0) scale3d(1, 1, 1);
            transform: translate(0, 0) scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 20px) scale3d(0.95, 0.95, 1);
            transform: translate(0, 20px) scale3d(0.95, 0.95, 1);
  }
}

/*=====================================
	element
=====================================*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*overflow-y: scroll;*/
  height: 100%;
}

body {
  color: #000;
  background-color: #fff;
  font-family: "Avenir Next", Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 14px;
  text-align: center;
  min-width: 320px;
  height: 100%;
  background-image: url(../img/bg_body.png);
  background-position: center top;
  background-repeat: repeat;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, dl, dd, pre, table, fieldset, address, details, figure {
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
}
.shop-special_favor_list .shop-special_favor_w li {
	display: inline-block;
}

p, blockquote, ol, ul, dl, pre, th, td {
  line-height: 1.5;
}

th, td {
  vertical-align: top;
}

ul, ul ul {
  list-style-type: square;
}

a {
  color: #f54545;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}

a:visited {
  color: #f54545;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: .5;
  filter: alpha(opacity=50);
}

img {
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
  vertical-align: bottom;
}

/*=====================================
	class
=====================================*/
/*-------------------------------------
	general
-------------------------------------*/
.center {
  text-align: center;
}

/*=====================================
	container
=====================================*/
.container {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  width: 1032px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 24px;
          box-shadow: rgba(0, 0, 0, 0.2) 0 0 24px;
}

/*=====================================
	header
=====================================*/
.header {
  width: 1032px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  height: 82px;
  z-index: 200;
}

.header:before {
  position: absolute;
  content: "";
  display: block;
  width: 1032px;
  height: 5px;
  left: 0;
  top: 0;
  background: #00a0e9;
  background: -webkit-gradient(linear, left top, right top, from(#00a0e9), to(#000));
  background: linear-gradient(to right, #00a0e9 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0e9', endColorstr='#000', GradientType=1 );
}

.header .menu {
  position: absolute;
  left: 32px;
  top: 34px;
  padding-left: 0;
  font-size: 0;
}

.header .menu li {
  list-style-type: none;
}

.header .menu li {
  font-size: 13px;
  display: inline-block;
}

.header .menu li {
  margin-right: 8px;
}

.header .menu li.disabled {
  pointer-events: none;
  opacity: .2;
  filter: alpha(opacity=20);
}

.header .social-buttons {
  position: absolute;
  right: 16px;
  top: 48px;
  padding-left: 0;
  font-size: 0;
}

.header .social-buttons li {
  list-style-type: none;
}

.header .social-buttons li {
  font-size: 13px;
  display: inline-block;
}

.header .social-buttons li {
  position: relative;
}

.header .social-buttons a {
  visibility: hidden;
  position: absolute;
}

/*=====================================
	contents
=====================================*/
.contents {
  width: 1032px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 0px;
  z-index: 100;
  min-height: 720px;
  padding-bottom: 40px;
}

.contents.bg-container {
  background-repeat: no-repeat;
  background-position: center top;
}

body.line .contents {
  background-image: url(../img/bg_others.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-top: 8px;
}

/*=====================================
	footer
=====================================*/
.footer {
  width: 1032px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  padding: 12px 16px 32px;
  position: relative;
  z-index: 100;
}

.footer:before {
  position: absolute;
  content: "";
  display: block;
  width: 1032px;
  height: 1px;
  left: 0;
  top: 0;
  background: #00a0e9;
  background: -webkit-gradient(linear, left top, right top, from(#00a0e9), to(#000));
  background: linear-gradient(to right, #00a0e9 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0e9', endColorstr='#000', GradientType=1 );
}

.footer-primary {
  padding-left: 0;
  font-size: 0;
  float: left;
}

.footer-primary li {
  list-style-type: none;
}

.footer-primary li {
  font-size: 13px;
  display: inline-block;
}

.footer-primary li {
  margin-right: 10px;
  font-size: 10px;
}

.footer-secondary {
  padding-left: 0;
  font-size: 0;
  float: right;
}

.footer-secondary li {
  list-style-type: none;
}

.footer-secondary li {
  font-size: 13px;
  display: inline-block;
}

.footer-secondary li {
  margin-left: 10px;
}

/*=====================================
	page-top
=====================================*/
.page-top {
  position: fixed;
  bottom: 8px;
  right: 8px;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all .3s;
          transition: all .3s;
  z-index: 100;
}

.page-top.show {
  opacity: .7;
  visibility: visible;
  filter: alpha(opacity=70);
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.page-top.show:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*=====================================
	top
=====================================*/
.main-visual {
  position: relative;
  z-index: 10;
}

.top-banner {
  position: relative;
  z-index: 20;
  padding-left: 0;
  font-size: 0;
  margin-top: -136px;
  text-align: center;
}

.top-banner li {
  list-style-type: none;
}

.top-banner li {
  font-size: 13px;
  display: inline-block;
}

.top-banner li {
  margin: 5px;
}

.infobox-container {
  font-size: 0;
}

.infobox {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}

.infobox h2 {
  margin-bottom: 4px;
}

.infobox table {
  width: 100%;
}

.infobox th, .infobox td {
  padding: 2px;
}

.infobox.twitter {
	width: 290px;
	margin-right: 10px;
}

.infobox.information {
  width: 330px;
  margin-right: 10px;
}

.infobox.publish {
  width: 330px;
  margin-right: 0;
}

.infobox-content {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  height: 345px;
  padding: 6px;
  background-image: url(../img/infobox_bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  overflow: hidden;
}

.infobox.twitter .infobox-content {
	background-image: url(../img/infobox_tw_bg.png);
	padding-top: 10px;
}

.infobox-content a {
  color: #fff;
}

.infobox-scrollarea {
  overflow: auto;
  height: 333px;
  padding: 16px;
}

.infobox-scrollarea table {
  margin-bottom: 0;
}

.info-item {
  background-image: url(../img/infobox_line.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 2px;
  margin-bottom: 8px;
}

.info-item:last-child {
  background-image: none;
  margin-bottom: 0;
}

.info-item .date {
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 4px;
	float: left;
}

.infobox.publish .info-item .date {
  float: left;
  margin-right: 8px;
}

.info-item .description {
  margin-bottom: 4px;
  overflow: auto;
}

/*=====================================
	story
=====================================*/
.story-container {
  height: 1500px;
  background-image: url(../img/story_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 90px;
}

.story-container img {
  display: block;
  margin: 0 auto 48px;
}

.story-container img:nth-child(1) {
  -webkit-animation: animate-fadein 0.8s linear 0.2s 1 normal both;
          animation: animate-fadein 0.8s linear 0.2s 1 normal both;
}

.story-container img:nth-child(2) {
  -webkit-animation: animate-fadein 0.8s linear 0.4s 1 normal both;
          animation: animate-fadein 0.8s linear 0.4s 1 normal both;
}

.story-container img:nth-child(3) {
  -webkit-animation: animate-fadein 0.8s linear 0.6s 1 normal both;
          animation: animate-fadein 0.8s linear 0.6s 1 normal both;
}

.story-container img:nth-child(4) {
  -webkit-animation: animate-fadein 0.8s linear 0.8s 1 normal both;
          animation: animate-fadein 0.8s linear 0.8s 1 normal both;
}

/*=====================================
	character
=====================================*/
body.character .contents {
  background-image: url(../img/bg_others.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-top: 8px;
}

.character-menu {
  width: 1032px;
  position: absolute;
  left: 0;
  top: 56px;
  z-index: 30;
}

.character-menu ul {
	padding-left: 0;
	font-size: 0;
	margin: 0;
	vertical-align: top;
	text-align: right;
}

.character-menu ul li {
  list-style-type: none;
}

.character-menu ul li {
  font-size: 13px;
  display: inline-block;
}

.character-menu li {
  vertical-align: top;
  margin: 0 -7px 10px;
}

.character-menu li:nth-child(5) {
  margin-right: 16px;
}

.character-menu li:nth-child(1) {
  -webkit-animation: animate-fadein 0.2s linear 0.27s 1 normal both;
          animation: animate-fadein 0.2s linear 0.27s 1 normal both;
}

.character-menu li:nth-child(2) {
  -webkit-animation: animate-fadein 0.2s linear 0.34s 1 normal both;
          animation: animate-fadein 0.2s linear 0.34s 1 normal both;
}

.character-menu li:nth-child(3) {
  -webkit-animation: animate-fadein 0.2s linear 0.41s 1 normal both;
          animation: animate-fadein 0.2s linear 0.41s 1 normal both;
}

.character-menu li:nth-child(4) {
  -webkit-animation: animate-fadein 0.2s linear 0.48s 1 normal both;
          animation: animate-fadein 0.2s linear 0.48s 1 normal both;
}

.character-menu li:nth-child(5) {
  -webkit-animation: animate-fadein 0.2s linear 0.55s 1 normal both;
          animation: animate-fadein 0.2s linear 0.55s 1 normal both;
}

.character-menu li:nth-child(6) {
  -webkit-animation: animate-fadein 0.2s linear 0.62s 1 normal both;
          animation: animate-fadein 0.2s linear 0.62s 1 normal both;
}

.character-menu li:nth-child(7) {
  -webkit-animation: animate-fadein 0.2s linear 0.69s 1 normal both;
          animation: animate-fadein 0.2s linear 0.69s 1 normal both;
}

.character-menu li:nth-child(8) {
  -webkit-animation: animate-fadein 0.2s linear 0.76s 1 normal both;
          animation: animate-fadein 0.2s linear 0.76s 1 normal both;
}

.character-menu li:nth-child(9) {
  -webkit-animation: animate-fadein 0.2s linear 0.83s 1 normal both;
          animation: animate-fadein 0.2s linear 0.83s 1 normal both;
}

.character-menu li:nth-child(10) {
  -webkit-animation: animate-fadein 0.2s linear 0.9s 1 normal both;
          animation: animate-fadein 0.2s linear 0.9s 1 normal both;
}

.character-menu li:nth-child(11) {
  -webkit-animation: animate-fadein 0.2s linear 0.97s 1 normal both;
          animation: animate-fadein 0.2s linear 0.97s 1 normal both;
}

.character-menu li:nth-child(12) {
  -webkit-animation: animate-fadein 0.2s linear 1.04s 1 normal both;
          animation: animate-fadein 0.2s linear 1.04s 1 normal both;
}

.character-menu a:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.3" /><feFuncG type="linear" slope="1.3" /><feFuncB type="linear" slope="1.3" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

.character-menu a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.character-status {
  position: relative;
  z-index: 20;
  -webkit-animation: animate-fadein 0.8s linear 0.2s 1 normal both;
          animation: animate-fadein 0.8s linear 0.2s 1 normal both;
}

.character-voice {
  position: absolute;
  left: 494px;
  top: 864px;
  z-index: 30;
  padding-left: 0;
  font-size: 0;
  -webkit-animation: animate-fadein 0.8s linear 0.5s 1 normal both;
          animation: animate-fadein 0.8s linear 0.5s 1 normal both;
}

.character-voice li {
  list-style-type: none;
}

.character-voice li {
  font-size: 13px;
  display: inline-block;
}

.character-voice li {
  margin-right: 6px;
}

.character-voice a {
  display: inline-block;
  width: 114px;
  height: 37px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

.character-voice a:hover {
  opacity: 1;
  filter: alpha(opacity=70);
    -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

.character-voice a.playing {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  -webkit-animation: animate-glow 0.5s linear 0s infinite alternate;
          animation: animate-glow 0.5s linear 0s infinite alternate;
}

.character-voice a.playing:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.character-voice a.voice-btn-01 {
  background-image: url(../img/char_voice_01.png);
}
.character-voice a.countvoice-btn-01 {
  background-image: url(../img/char_voice_01.png);
}

.character-voice a.voice-btn-02 {
  background-image: url(../img/char_voice_02.png);
}

.character-voice a.voice-btn-03 {
  background-image: url(../img/char_voice_03.png);
}
.character-voice a.voice-btn-04 {
	background-image: url(../img/char_voice_04.png);
}

.character-voice a.voice-btn-01.playing {
  background-image: url(../img/char_voice_01_on.png);
}

.character-voice a.voice-btn-02.playing {
  background-image: url(../img/char_voice_02_on.png);
}

.character-voice a.voice-btn-03.playing {
  background-image: url(../img/char_voice_03_on.png);
}
.character-voice a.voice-btn-04.playing {
	background-image: url(../img/char_voice_04_on.png);
}



.character-voice2 {
	position: absolute;
	left: 548px;
	top: 54px;
	z-index: 30;
	padding-left: 0;
	font-size: 0;
	-webkit-animation: animate-fadein 0.8s linear 0.5s 1 normal both;
	animation: animate-fadein 0.8s linear 0.5s 1 normal both;
}

.character-voice2 li {
  list-style-type: none;
}

.character-voice2 li {
  font-size: 13px;
  display: inline-block;
}

.character-voice2 li {
  margin-right: 6px;
}

.character-voice2 a {
  display: inline-block;
  width: 114px;
  height: 37px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}

.character-voice2 a:hover {
  opacity: 1;
  filter: alpha(opacity=70);
    -webkit-filter: brightness(1.3);
          filter: brightness(1.3);
}

.character-voice2 a.playing {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  -webkit-animation: animate-glow 0.5s linear 0s infinite alternate;
          animation: animate-glow 0.5s linear 0s infinite alternate;
}

.character-voice2 a.playing:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.character-voice2 a.voice-btn-01 {
  background-image: url(../img/char_voice_01.png);
}
.character-voice2 a.countvoice-btn-01 {
  background-image: url(../img/char_voice_01.png);
}

.character-voice2 a.voice-btn-02 {
  background-image: url(../img/char_voice_02.png);
}

.character-voice2 a.voice-btn-03 {
  background-image: url(../img/char_voice_03.png);
}

.character-voice2 a.voice-btn-01.playing {
  background-image: url(../img/char_voice_01_on.png);
}

.character-voice2 a.voice-btn-02.playing {
  background-image: url(../img/char_voice_02_on.png);
}

.character-voice2 a.voice-btn-03.playing {
  background-image: url(../img/char_voice_03_on.png);
}








.character-cv-lock {
	z-index: 30;
	position: absolute;
	left: 900px;
	top: 399px;
	-webkit-animation: animate-fadein 0.8s linear 0.5s 1 normal both;
	animation: animate-fadein 0.8s linear 0.5s 1 normal both;
}

.character-visual {
  padding-left: 0;
  font-size: 0;
  z-index: 30;
  position: absolute;
  left: 489px;
  top: 933px;
  -webkit-animation: animate-fadein 0.8s linear 0.8s 1 normal both;
          animation: animate-fadein 0.8s linear 0.8s 1 normal both;
}

.character-visual li {
  list-style-type: none;
}

.character-visual li {
  font-size: 13px;
  display: inline-block;
}

/*=====================================
	graphic
=====================================*/
.graphic-container {
	background-image: url(../img/graphic-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 64px;
	height: 1000px;
}

.graphic-list {
  padding-left: 0;
  font-size: 0;
  text-align: left;
  padding-left: 64px;
}

.graphic-list li {
  list-style-type: none;
}

.graphic-list li {
  font-size: 13px;
  display: inline-block;
}

.graphic-list li {
  margin: 0 2px 16px;
}

.graphic-list li:nth-child(1) {
  -webkit-animation: animate-fadein 0.2s linear 0.27s 1 normal both;
          animation: animate-fadein 0.2s linear 0.27s 1 normal both;
}

.graphic-list li:nth-child(2) {
  -webkit-animation: animate-fadein 0.2s linear 0.34s 1 normal both;
          animation: animate-fadein 0.2s linear 0.34s 1 normal both;
}

.graphic-list li:nth-child(3) {
  -webkit-animation: animate-fadein 0.2s linear 0.41s 1 normal both;
          animation: animate-fadein 0.2s linear 0.41s 1 normal both;
}

.graphic-list li:nth-child(4) {
  -webkit-animation: animate-fadein 0.2s linear 0.48s 1 normal both;
          animation: animate-fadein 0.2s linear 0.48s 1 normal both;
}

.graphic-list li:nth-child(5) {
  -webkit-animation: animate-fadein 0.2s linear 0.55s 1 normal both;
          animation: animate-fadein 0.2s linear 0.55s 1 normal both;
}

.graphic-list li:nth-child(6) {
  -webkit-animation: animate-fadein 0.2s linear 0.62s 1 normal both;
          animation: animate-fadein 0.2s linear 0.62s 1 normal both;
}

.graphic-list li:nth-child(7) {
  -webkit-animation: animate-fadein 0.2s linear 0.69s 1 normal both;
          animation: animate-fadein 0.2s linear 0.69s 1 normal both;
}

.graphic-list li:nth-child(8) {
  -webkit-animation: animate-fadein 0.2s linear 0.76s 1 normal both;
          animation: animate-fadein 0.2s linear 0.76s 1 normal both;
}

.graphic-list li:nth-child(9) {
  -webkit-animation: animate-fadein 0.2s linear 0.83s 1 normal both;
          animation: animate-fadein 0.2s linear 0.83s 1 normal both;
}

.graphic-list li:nth-child(10) {
  -webkit-animation: animate-fadein 0.2s linear 0.9s 1 normal both;
          animation: animate-fadein 0.2s linear 0.9s 1 normal both;
}

.graphic-list li:nth-child(11) {
  -webkit-animation: animate-fadein 0.2s linear 0.97s 1 normal both;
          animation: animate-fadein 0.2s linear 0.97s 1 normal both;
}

.graphic-list li:nth-child(12) {
  -webkit-animation: animate-fadein 0.2s linear 1.04s 1 normal both;
          animation: animate-fadein 0.2s linear 1.04s 1 normal both;
}

.graphic-list li:nth-child(13) {
  -webkit-animation: animate-fadein 0.2s linear 1.11s 1 normal both;
          animation: animate-fadein 0.2s linear 1.11s 1 normal both;
}

.graphic-list li:nth-child(14) {
  -webkit-animation: animate-fadein 0.2s linear 1.18s 1 normal both;
          animation: animate-fadein 0.2s linear 1.18s 1 normal both;
}

.graphic-list li:nth-child(15) {
  -webkit-animation: animate-fadein 0.2s linear 1.25s 1 normal both;
          animation: animate-fadein 0.2s linear 1.25s 1 normal both;
}

.graphic-list li:nth-child(16) {
  -webkit-animation: animate-fadein 0.2s linear 1.32s 1 normal both;
          animation: animate-fadein 0.2s linear 1.32s 1 normal both;
}

.graphic-list li:nth-child(17) {
  -webkit-animation: animate-fadein 0.2s linear 1.39s 1 normal both;
          animation: animate-fadein 0.2s linear 1.39s 1 normal both;
}

.graphic-list li:nth-child(18) {
  -webkit-animation: animate-fadein 0.2s linear 1.46s 1 normal both;
          animation: animate-fadein 0.2s linear 1.46s 1 normal both;
}

.graphic-list li:nth-child(19) {
  -webkit-animation: animate-fadein 0.2s linear 1.53s 1 normal both;
          animation: animate-fadein 0.2s linear 1.53s 1 normal both;
}

.graphic-list li:nth-child(20) {
  -webkit-animation: animate-fadein 0.2s linear 1.6s 1 normal both;
          animation: animate-fadein 0.2s linear 1.6s 1 normal both;
}

.graphic-list img {
	width: 298px;
	height: 167px;
}

/* magnific */
.image-source-link {
  color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
}

/*=====================================
	download
=====================================*/
/*=====================================
	special
=====================================*/
.special-menu {
	padding-left: 0;
	text-align: center;
}
.special-title {
	background-image: url(../img/special-bg.jpg);
	height: 175px;
}
.special-conts .special-title img {
	margin-top: 30px;
}

.special-menu li {
	list-style-type: none;
	display: inline-block;
}

.special-menu li {
	margin: 5px;
}
.special-menu li:nth-child(1) {
		  -webkit-animation: animate-fadein 0.8s linear 0.2s 1 normal both;
          animation: animate-fadein 0.8s linear 0.2s 1 normal both;
}
.special-menu li:nth-child(2) {
		  -webkit-animation: animate-fadein 0.8s linear 0.4s 1 normal both;
          animation: animate-fadein 0.8s linear 0.4s 1 normal both;

}
.special-menu li:nth-child(3) {
		  -webkit-animation: animate-fadein 0.8s linear 0.6s 1 normal both;
          animation: animate-fadein 0.8s linear 0.6s 1 normal both;

}
.special-menu li:nth-child(4) {
		  -webkit-animation: animate-fadein 0.8s linear 0.8s 1 normal both;
          animation: animate-fadein 0.8s linear 0.8s 1 normal both;

}
.special-menu li:nth-child(5) {
		  -webkit-animation: animate-fadein 0.8s linear 1.0s 1 normal both;
          animation: animate-fadein 0.8s linear 1.0s 1 normal both;

}
.special-menu li:nth-child(6) {
		  -webkit-animation: animate-fadein 0.8s linear 1.2s 1 normal both;
          animation: animate-fadein 0.8s linear 1.2s 1 normal both;

}
.special-menu li:nth-child(7) {
		  -webkit-animation: animate-fadein 0.8s linear 1.4s 1 normal both;
          animation: animate-fadein 0.8s linear 1.4s 1 normal both;
}
.special-menu li:nth-child(8) {
		  -webkit-animation: animate-fadein 0.8s linear 1.6s 1 normal both;
          animation: animate-fadein 0.8s linear 1.6s 1 normal both;
}

.bannercampaign-container p {
  text-align: center;
  margin-bottom: 0;
}

.bannercampaign-container h3 {
  text-align: center;
  margin: 48px 0;
}

.bannercampaign-container textarea {
  width: 100%;
  padding: 2px;
  font-size: 10px;
  line-height: 1;
}

.bannercampaign-btn-form {
	position: absolute;
	left: 692px;
	top: 1910px;
}

.bannercampaign-size-list {
  padding-left: 0;
  font-size: 0;
  margin-top: 38px;
  margin-bottom: 18px;
  padding-left: 80px;
}

.bannercampaign-size-list li {
  list-style-type: none;
}

.bannercampaign-size-list li {
  font-size: 13px;
  display: inline-block;
}

.bannercampaign-size-list li {
  margin: 0 1px;
}

.bannercampaign-banner-list {
  padding-left: 0;
  font-size: 0;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 0;
}

.bannercampaign-banner-list li {
  list-style-type: none;
}

.bannercampaign-banner-list li {
  font-size: 13px;
  display: inline-block;
}

.bannercampaign-banner-list li {
  margin: 0 17px 34px;
  vertical-align: top;
}

.bannercampaign-banner-list ul {
  padding-left: 0;
  display: inline-block;
  width: 648px;
  margin: 0 -17px;
}

.bannercampaign-banner-list img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 5px;
          box-shadow: rgba(0, 0, 0, 0.15) 3px 3px 5px;
}

p.bannercampaign-wp-download {
  margin-bottom: 48px;
}



/*=====================================
	outline
=====================================*/
.kaisetu {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	border-width: 0px;
}
.extemalLink {
}
