.preview {
  display: none; }

.dammiySceneHeight {
  height: 650px;
  color: #ffffff; }

.dammiyContent {
  font-size: 50px; }
  .dammiyContent .item {
    padding: 20px 40px; }

.sceneList {
  max-width: 2000px;
  margin: 0 auto; }

.body--index #backlayer .bg_flex, .body--under #backlayer .bg_flex {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }

.selectLanguage {
  position: absolute;
  width: 124px;
  left: 50%;
  margin-left: 388px;
  top: 0;
  cursor: pointer; }
  .selectLanguage a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    padding: 5px 5px;
    width: 124px;
    min-height: 32px;
    word-wrap: break-word;
    overflow-wrap: break-word; }
  .selectLanguage .selectList {
    position: relative;
    width: 100%; }
    .selectLanguage .selectList > div {
      position: absolute;
      top: -32px;
      left: 0;
      width: 124px;
      min-height: 32px;
      background: rgba(0, 0, 0, 0.7);
      opacity: 0;
      display: none; }
  .selectLanguage .selectLanguage_trigger {
    position: relative;
    width: 124px;
    height: 58px;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    z-index: 10; }
    .selectLanguage .selectLanguage_trigger .label {
      background: rgba(255, 255, 255, 0.2);
      border-radius: 6px;
      font-size: 0.8rem; }
    .selectLanguage .selectLanguage_trigger .current {
      position: relative;
      padding: 5px 0; }
      .selectLanguage .selectLanguage_trigger .current div.icon {
        position: relative;
        width: 17px; }
        .selectLanguage .selectLanguage_trigger .current div.icon img {
          position: absolute;
          left: 0;
          top: 50%;
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
      .selectLanguage .selectLanguage_trigger .current div.text {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }

.body--index .sceneList {
  min-width: 1024px; }
.body--index #backlayer .absoluteLayer .keyVisual {
  position: absolute;
  width: 2000px;
  height: 1020px;
  left: 50%;
  margin-left: -1000px;
  background: url("../img/top/mainVisual.jpg") top center no-repeat; }
.body--index #backlayer .absoluteLayer .char {
  position: absolute;
  top: 0;
  width: 2000px;
  height: 1020px;
  left: 50%;
  margin-left: -1000px; }
  .body--index #backlayer .absoluteLayer .char .item {
    position: absolute;
    width: 1140px;
    height: 720px;
    top: -3px;
    left: 50%;
    margin-left: -570px; }
  .body--index #backlayer .absoluteLayer .char .opacityFade {
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .body--index #backlayer .absoluteLayer .char .opacityFade img {
      opacity: 0;
      -moz-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .body--index #backlayer .absoluteLayer .char .opacityFade:first-child {
    -moz-transform: translate(0px, 60px);
    -ms-transform: translate(0px, 60px);
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px); }
  .body--index #backlayer .absoluteLayer .char .opacityFade.fadein {
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
    .body--index #backlayer .absoluteLayer .char .opacityFade.fadein img {
      opacity: 1; }
.body--index .scene .ttl {
  margin-bottom: 20px; }
.body--index .scene--mainVisual {
  height: 680px;
  overflow: hidden; }
  .body--index .scene--mainVisual .sns {
    position: absolute;
    top: 63px;
    right: 0;
    z-index: 100; }
    .body--index .scene--mainVisual .sns li.plr05rem {
      padding: 0 5px; }
    .sns li.plr05rem a {
      display: block; width: 25px; height: 0px; padding-top: 25px; position: relative; transition-duration: 0.2s; }
    .sns li.plr05rem a:hover {
      opacity: 0.7; }
    .sns li.plr05rem a img {
      display: block; width: 100%; height: 100%; left: 0; top: 0;  position: absolute; }
  .body--index .scene--mainVisual .logo {
    position: absolute;
    top: 351px;
    left: 50%;
    margin-left: -299px;
    z-index: 100; }
  .body--index .scene--mainVisual .logo.opacityFade {
    -moz-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
    -webkit-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .body--index .scene--mainVisual .logo.opacityFade img {
      opacity: 0;
      -moz-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .body--index .scene--mainVisual .logo.opacityFade.fadein {
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
    .body--index .scene--mainVisual .logo.opacityFade.fadein img {
      opacity: 1; }
@-webkit-keyframes a_p5bn {
	0%   { opacity: 0;}
	100% { opacity: 1;}
}
@keyframes a_p5bn {
	0%   { opacity: 0;}
	100% { opacity: 1;}
}
  .body--index .scene--mainVisual .p5bn {
    position: absolute;
    top: 401px;
    left: 50%;
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.4);
    margin-left: 299px;
    opacity: 0;
    -webkit-animation: a_p5bn 0.5s linear 1s forwards;
    animation: a_p5bn 0.5s linear 1s forwards;
    background: #000;
    z-index: 100; }
  .body--index .scene--mainVisual .p5bn a:hover img {
  	opacity:0.7;
  	transition-duration: 0.2s;
  } 
  .body--index .scene--mainVisual .wpbn {
    position: absolute;
    top: 441px;
    left: 50%;
    box-shadow: 0 0 10px 1px rgba(0,255,255,0.7);
    margin-left: 299px;
    opacity: 0;
    -webkit-animation: a_p5bn 0.5s linear 1s forwards;
    animation: a_p5bn 0.5s linear 1s forwards;
    background: #000;
    z-index: 100; }
  .body--index .scene--mainVisual .wpbn a:hover img {
  	opacity:0.7;
  	transition-duration: 0.2s;
  }
  .body--index .scene--mainVisual .catch {
    position: absolute;
    top: 84px;
    right: -13px;
    z-index: 10; }
  .body--index .scene--mainVisual .catch.opacityFade {
    -moz-transform: translate(60px, 0px);
    -ms-transform: translate(60px, 0px);
    -webkit-transform: translate(60px, 0px);
    transform: translate(60px, 0px);
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .body--index .scene--mainVisual .catch.opacityFade img {
      opacity: 0;
      -moz-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .body--index .scene--mainVisual .catch.opacityFade.fadein {
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
    .body--index .scene--mainVisual .catch.opacityFade.fadein img {
      opacity: 1; }
  .body--index .scene--mainVisual .mat--gradation {
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: 0;
    background: url("../img/top/mat-gradation-mainVisual.png") top center no-repeat; }
.body--index .scene--storeLink {
  height: 250px;
  background: url("../img/top/bg-storeLink.jpg") top center no-repeat;
  overflow: hidden; }
  .body--index .scene--storeLink .flex {
    position: absolute;
    width: 100%;
    top: 161px;
    /*
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    */
    justify-content: center;
     }
    .body--index .scene--storeLink .flex > div {
      /* width: 50%; */
      padding: 0 4px; }
      .body--index .scene--storeLink .flex > div a {
        display: block;
        /* width: 214px; */
        height: 70px; }
    .body--index .scene--storeLink .flex > div:first-child a {
      position: relative;
      right: 0;
      margin-left: auto; }
  .body--index .scene--storeLink .trigger img {
    /* width: 214px; */
    height: 70px; }
  .body--index .scene--storeLink .effect--glow .effectItem {
    width: 100%;
    height: 250px;
    -webkit-animation: glow 3s infinite;
    -moz-animation: glow 3s infinite;
    animation: glow 3s infinite; }
.body--index .scene--preRegister {
  height: 2511px;
  padding: 45px 0 60px 0;
  background: url("../img/top/bg-preRegister.jpg") top center no-repeat; }
  .body--index .scene--preRegister .ttl {
    margin-bottom: 0; }
  .body--index .scene--preRegister .catch {
    margin-top: -10px; }
  .body--index .scene--preRegister .present {
    position: relative; }
  .body--index .scene--preRegister .step, .body--index .scene--preRegister .arrow {
    position: absolute; }
  .body--index .scene--preRegister .arrow--1_2 {
    top: 131px;
    left: 50%;
    margin-left: -38px; }
  .body--index .scene--preRegister .arrow--2_3 {
    top: 274px;
    left: 50%;
    margin-left: 202px; }
  .body--index .scene--preRegister .arrow--3_4 {
    top: 834px;
    left: 50%;
    margin-left: -38px; }
  .body--index .scene--preRegister .step--1 {
    top: 0;
    left: 50%;
    margin-left: -470px; }
  .body--index .scene--preRegister .step--2 {
    top: 0;
    left: 50%;
    margin-left: 10px; }
  .body--index .scene--preRegister .step--3 {
    top: 286px;
    left: 50%;
    margin-left: -470px; }
  .body--index .scene--preRegister .step--4 {
    top: 846px;
    left: 50%;
    margin-left: -470px; }
  .body--index .scene--preRegister .stampAnimation {
    position: absolute;
    top: 0;
    width: 100%; }
    .body--index .scene--preRegister .stampAnimation .stampChar {
      position: absolute; }
    .body--index .scene--preRegister .stampAnimation .stampChar-1 {
      right: 266px;
      top: 150px; }
    .body--index .scene--preRegister .stampAnimation .stampChar-2 {
      right: 166px;
      top: 130px; }
    .body--index .scene--preRegister .stampAnimation .stampChar_char {
      position: absolute; }
      .body--index .scene--preRegister .stampAnimation .stampChar_char .item {
        position: absolute; }
    .body--index .scene--preRegister .stampAnimation .stampChar_stamp {
      position: absolute; }
      .body--index .scene--preRegister .stampAnimation .stampChar_stamp .item {
        opacity: 0; }
      .body--index .scene--preRegister .stampAnimation .stampChar_stamp .obj {
        position: absolute; }
    .body--index .scene--preRegister .stampAnimation .stampChar_stamp.play .item {
      opacity: 1; }
    .body--index .scene--preRegister .stampAnimation .stampChar_stamp.play .effcts_fade {
      -webkit-animation: stamp_effcts_fade 4s infinite;
      -moz-animation: stamp_effcts_fade 4s infinite;
      animation: stamp_effcts_fade 4s infinite; }
    .body--index .scene--preRegister .stampAnimation .stampChar_stamp.play .effcts_transform {
      -webkit-animation: stamp_effcts_transform 4s infinite;
      -moz-animation: stamp_effcts_transform 4s infinite;
      animation: stamp_effcts_transform 4s infinite; }
  .body--index .scene--preRegister .opacityFade {
    -moz-transform: translate(0px, 60px);
    -ms-transform: translate(0px, 60px);
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .body--index .scene--preRegister .opacityFade img {
      opacity: 0;
      -moz-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .body--index .scene--preRegister .opacityFade.fadein {
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
    .body--index .scene--preRegister .opacityFade.fadein img {
      opacity: 1; }
.body--index .scene--movie {
  background: #111111;
  padding: 45px 0 60px 0;
  background: url("../img/top/bg-movie.jpg") center center no-repeat;
  height: 661px; }
  .body--index .scene--movie .label {
    text-align: center;
    margin-top: 10px; }
  .body--index .scene--movie .movie {
    position: relative;
    height: 384px; }
    .body--index .scene--movie .movie .youtubeVideo {
      position: absolute;
      width: 683px;
      height: 384px;
      left: 50%;
      margin-left: -342px; }
      .body--index .scene--movie .movie .youtubeVideo .viewTarget {
        width: 100%;
        height: 100%; }
    .body--index .scene--movie .movie .youtubeVideo--second {
      position: absolute;
      width: 683px;
      height: 384px;
      left: 50%;
      margin-left: -684px; }
      .body--index .scene--movie .movie .youtubeVideo--second .viewTarget {
        width: 100%;
        height: 100%; }
    .body--index .scene--movie .movie .cover {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      cursor: pointer; }
.body--index .scene--character {
  padding: 45px 0 60px 0;
  height: 950px;
  overflow: hidden;
  background: url("../img/top/bg-character.jpg") center center no-repeat; }
  .body--index .scene--character .ttl {
    margin-bottom: 10px; }
  .body--index .scene--character .pageBacklayer {
    position: absolute;
    top: -45px;
    width: 100%;
    min-width: 1024px;
    height: 1000px;
    overflow: hidden; }
    .body--index .scene--character .pageBacklayer .char {
      position: absolute;
      top: 160px; }
    .body--index .scene--character .pageBacklayer .charList .opacityFade {
      -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .body--index .scene--character .pageBacklayer .charList .opacityFade img {
        opacity: 0;
        -moz-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .body--index .scene--character .pageBacklayer .charList .opacityFade:first-child {
      -moz-transform: translate(-60px, 0px);
      -ms-transform: translate(-60px, 0px);
      -webkit-transform: translate(-60px, 0px);
      transform: translate(-60px, 0px); }
    .body--index .scene--character .pageBacklayer .charList .opacityFade:last-child {
      -moz-transform: translate(60px, 0px);
      -ms-transform: translate(60px, 0px);
      -webkit-transform: translate(60px, 0px);
      transform: translate(60px, 0px); }
    .body--index .scene--character .pageBacklayer .charList .opacityFade.fadein {
      -moz-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      -webkit-transform: translate(0px, 0px);
      transform: translate(0px, 0px); }
      .body--index .scene--character .pageBacklayer .charList .opacityFade.fadein img {
        opacity: 1; }
    .body--index .scene--character .pageBacklayer .char--1 {
      left: 50%;
      margin-left: -602px; }
    .body--index .scene--character .pageBacklayer .char--2 {
      left: 50%;
      margin-left: 10px; }
  .body--index .scene--character .itemList .voice {
    position: absolute;
    top: 615px;
    left: 16px; }
  .body--index .scene--character .itemList .char {
    position: absolute; }
    .body--index .scene--character .itemList .char .description {
      position: absolute;
      top: 435px; }
  .body--index .scene--character .itemList .char--1 {
    left: 50%;
    margin-left: -492px; }
  .body--index .scene--character .itemList .char--2 {
    left: 50%;
    margin-left: 10px; }
  .body--index .scene--character .itemList .opacityFade {
    -moz-transform: translate(0px, 60px);
    -ms-transform: translate(0px, 60px);
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .body--index .scene--character .itemList .opacityFade img {
      opacity: 0;
      -moz-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .body--index .scene--character .itemList .opacityFade.fadein {
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
    .body--index .scene--character .itemList .opacityFade.fadein img {
      opacity: 1; }
.body--index .scene--story {
  padding: 45px 0 60px 0;
  height: 650px;
  background: url("../img/top/bg-story.jpg") center center no-repeat; }
  .body--index .scene--story .ttl {
    margin-bottom: 10px; }
  .body--index .scene--story .itemList {
    margin-top: 2px; }
  .body--index .scene--story .text {
    margin-bottom: 25px; }
  .body--index .scene--story .opacityFade {
    -moz-transform: translate(0px, 60px);
    -ms-transform: translate(0px, 60px);
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .body--index .scene--story .opacityFade img {
      opacity: 0;
      -moz-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .body--index .scene--story .opacityFade.fadein {
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
    .body--index .scene--story .opacityFade.fadein img {
      opacity: 1; }
.body--index .scene--system {
  padding: 45px 0 60px 0;
  background: url("../img/top/bg-sao.jpg") top center no-repeat fixed; }
  .body--index .scene--system .ttl {
    margin-bottom: 0; }
  .body--index .scene--system .catch {
    margin-bottom: 20px; }
  .body--index .scene--system .itemList {
    padding: 0 10px 0 10px;
    margin-bottom: 20px; }
  .body--index .scene--system .row-2 .item {
    padding: 0 10px; }
  .body--index .scene--system .opacityFade {
    -moz-transform: translate(0px, 60px);
    -ms-transform: translate(0px, 60px);
    -webkit-transform: translate(0px, 60px);
    transform: translate(0px, 60px);
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .body--index .scene--system .opacityFade img {
      opacity: 0;
      -moz-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .body--index .scene--system .opacityFade.fadein {
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
    .body--index .scene--system .opacityFade.fadein img {
      opacity: 1; }
.body--index .scene--special {
  background: url("../img/top/bg-special.jpg") top center no-repeat;
  padding: 45px 0 60px 0; }
  .body--index .scene--special .ttl-sub {
    margin-bottom: 30px; }
  .body--index .scene--special .itemList {
    padding: 0 20px; }
    .body--index .scene--special .itemList .item {
      width: 482px;
      margin-right: 20px; }
    .body--index .scene--special .itemList .item:last-child {
      margin-right: 0; }
  .body--index .scene--special .bannerList {
    padding: 0 20px; }
    .body--index .scene--special .bannerList .item {
      width: 482px;
      margin-right: 20px; }
      .body--index .scene--special .bannerList .item img {
        width: 100%; }
    .body--index .scene--special .bannerList .item:last-child {
      margin-right: 0; }
  .body--index .scene--special .bannerList.single-column .item {
    width: 482px;
    margin: 0 auto; }
    .body--index .scene--special .bannerList.single-column .item img {
      width: 100%; }
.body--index .scene--other {
  background: #520025;
  padding: 45px 0 60px 0; }
  .body--index .scene--other .ttl-sub {
    margin-bottom: 30px; }
  .body--index .scene--other .itemList {
    padding: 0 20px; }
    .body--index .scene--other .itemList .item {
      width: 482px;
      margin-right: 20px; }
    .body--index .scene--other .itemList .item:last-child {
      margin-right: 0; }

.scene--underBase {
  color: #2e2b71; }
  .scene--underBase .borderContentsFrame {
    position: relative;
    border: 1px solid #704d0a;
    border-radius: 15px;
    background: #f2e6b5;
    padding: 1px; }
    .scene--underBase .borderContentsFrame .borderContentsFrameInner {
      position: relative;
      border-radius: 15px;
      background: #ffffff;
      border: 1px solid #e7d279; }
    .scene--underBase .borderContentsFrame .borderContents {
      position: relative;
      border: 1px solid #704d0a;
      border-radius: 15px;
      background: #ffffff;
      padding: 30px; }
    .scene--underBase .borderContentsFrame a.textLink {
      text-decoration: underline;
      color: #a10d0d; }
      .scene--underBase .borderContentsFrame a.textLink:hover, .scene--underBase .borderContentsFrame a.textLink:active, .scene--underBase .borderContentsFrame a.textLink:focus {
        color: #ee2626; }

.scene--notes {
  padding: 1rem 0;
  background: #111111;
  color: #ffffff;
  font-size: 0.9rem; }

.borderFrameWhite {
  border: 1px solid #ffffff; }

.underContents {
  background-color: rgba(223, 226, 229, 0.8);
  border: 1px solid #ffffff;
  padding: 32px; }

.label--content {
  font-size: 24px;
  padding: 0.4rem 1rem;
  color: #ffffff;
  background: #2e2b71;
  border-radius: 15px; }

.ttl--leftBorder {
  padding-left: 0.5rem;
  border-left: 0.25rem solid #2e2b71; }

.scene--form .input_text {
  width: 100%; }
.scene--form .input_text, .scene--form select {
  padding: 0.5rem;
  font-size: 110%;
  background-color: #ffffff;
  border: 1px solid #787878;
  color: #111111;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
.scene--form .err_text {
  color: #fff;
  background: #BC0C0A;
  padding: 0 5px;
  font-size: 80%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

@-webkit-keyframes stamp_effcts_fade {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  40% {
    opacity: 1; }
  60% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-moz-keyframes stamp_effcts_fade {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  40% {
    opacity: 1; }
  60% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-o-keyframes stamp_effcts_fade {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  40% {
    opacity: 1; }
  60% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes stamp_effcts_fade {
  0% {
    opacity: 0; }
  30% {
    opacity: 0; }
  40% {
    opacity: 1; }
  60% {
    opacity: 1; }
  70% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-webkit-keyframes stamp_effcts_transform {
  0% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  30% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  40% {
    -webkit-transform: translate(0px, -15px);
    -moz-transform: translate(0px, -15px);
    -ms-transform: translate(0px, -15px);
    -o-transform: translate(0px, -15px);
    transform: translate(0px, -15px); }
  60% {
    -webkit-transform: translate(0px, -15px);
    -moz-transform: translate(0px, -15px);
    -ms-transform: translate(0px, -15px);
    -o-transform: translate(0px, -15px);
    transform: translate(0px, -15px); }
  70% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
@-moz-keyframes stamp_effcts_transform {
  0% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  30% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  40% {
    -webkit-transform: translate(0px, -15px);
    -moz-transform: translate(0px, -15px);
    -ms-transform: translate(0px, -15px);
    -o-transform: translate(0px, -15px);
    transform: translate(0px, -15px); }
  60% {
    -webkit-transform: translate(0px, -15px);
    -moz-transform: translate(0px, -15px);
    -ms-transform: translate(0px, -15px);
    -o-transform: translate(0px, -15px);
    transform: translate(0px, -15px); }
  70% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
@-o-keyframes stamp_effcts_transform {
  0% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  30% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  40% {
    -webkit-transform: translate(0px, -15px);
    -moz-transform: translate(0px, -15px);
    -ms-transform: translate(0px, -15px);
    -o-transform: translate(0px, -15px);
    transform: translate(0px, -15px); }
  60% {
    -webkit-transform: translate(0px, -15px);
    -moz-transform: translate(0px, -15px);
    -ms-transform: translate(0px, -15px);
    -o-transform: translate(0px, -15px);
    transform: translate(0px, -15px); }
  70% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
@keyframes stamp_effcts_transform {
  0% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  30% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  40% {
    -webkit-transform: translate(0px, -15px);
    -moz-transform: translate(0px, -15px);
    -ms-transform: translate(0px, -15px);
    -o-transform: translate(0px, -15px);
    transform: translate(0px, -15px); }
  60% {
    -webkit-transform: translate(0px, -15px);
    -moz-transform: translate(0px, -15px);
    -ms-transform: translate(0px, -15px);
    -o-transform: translate(0px, -15px);
    transform: translate(0px, -15px); }
  70% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }
@-webkit-keyframes glow {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes glow {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes glow {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes glow {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
