@charset "UTF-8";
/*------------------------------------------------------------------------------*/
/* レイアウト */
/*------------------------------------------------------------------------------*/
/* 全体
------------------------------------------------------*/
body {
  -webkit-text-size-adjust: none;
}

@media screen and (max-width: 640px) {
  #pc-snsCol {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  #btn_gnavi, #sp_gnavitop, #gnavisp {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  html {
    overflow: auto;
  }

  body {
    background-image: url(../images/common/bg_body.jpg);
    min-width: 1000px;
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  html {
    background-image: url(../images/common/bg_body.jpg);
    background: #4e9cdc;
    /* Old browsers */
    background: -moz-linear-gradient(to bottom, #f795c2 25%, #fbc37d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(to bottom, #f795c2 25%, #fbc37d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f795c2 25%, #fbc37d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4E9CDC', endColorstr='#0560b1',GradientType=0 );
    /* IE6-9 */
    overflow: auto;
  }

  body {
    background-image: url(../images/common/bg_body.png);
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    overflow: hidden;
  }
}
@media screen and (min-width: 641px) {
  #container {
    margin: 0 auto;
    background: url(../images/common/bg_container_s2.jpg) top center repeat-x;
    background-position-x: 190px;
    background-attachment: fixed;
  }
}
@media screen and (max-width: 640px) {
  #container {
    margin: 0 auto;
    background: url(../images/common/bg_container_sp.png) top center repeat;
    background-position-x: 190px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  img {
    max-width: 100%;
    height: auto;
    width: 100%;
    touch-callout: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
  }
}
/* ヘッダー(PC)
------------------------------------------------------*/
@media screen and (min-width: 641px) {
  header {
    margin: 0 auto;
    position: fixed;
    background: url(../images/common/bg_header_s2.jpg) repeat-x;
    width: 100%;
    z-index: 1000;
  }
  header nav {
    margin: 0 auto;
    position: relative;
    width: 1100px;
  }
  header nav h1 a {
    display: block;
    float: left;
    margin-top: 2px;
    background: url(../images/common/img_logo.png) no-repeat;
    width: 75px;
    height: 45px;
    text-indent: -9999px;
  }
  header nav ul#gnavi {
    float: left;
    bottom: 0;
    position: relative;
  }
  header nav ul#gnavi li:nth-child(n + 1):not(:nth-child(n + 9)) {
    margin-right: 10px;
    float: left;
    background: url(../images/common/img_headermenuline.png) right no-repeat;
  }
  header nav ul#gnavi li:nth-child(n + 10):not(:nth-child(n + 11)) {
    margin-right: 5px;
    float: left;
  }
  header nav ul#gnavi li a span.menuicon {
    background: url(../images/common/icon_headermenu.png) no-repeat;
    text-indent: -99999px;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: -18px;
  }

  ul#gnavi li a {
    display: block;
    margin: 12px;
    color: #582f06;
    font-weight: bold;
    text-shadow: 1px 2px 0px rgba(255, 255, 255, 0.7), 0px 1px 0px rgba(255, 255, 255, 0);
  }
  ul#gnavi li a:hover, ul#gnavi li a.on {
    display: block;
    margin: 12px;
    color: #582f06;
    font-weight: bold;
    text-shadow: 1px 2px 0px rgba(255, 255, 255, 0.7), 0 0 22px rgba(255, 247, 13, 0.92);
  }

  header nav ul#exnavi {
    pointer-events: none;
    filter: grayscale(100%);
    float: left;
    position: relative;
  }
  header nav ul#exnavi li {
    float: left;
    margin: 8px 2px;
  }

  a.nav-playshop, a.nav-mypage {
    color: #f902a0 !important;
    display: block;
    padding: 4px 10px;
    background: -moz-linear-gradient(top, rgba(247, 234, 249, 0.7), rgba(255, 202, 248, 0.7));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 234, 249, 0.7)), to(rgba(255, 202, 248, 0.7)));
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #ff90e7;
    -moz-box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(255, 255, 255, 0.6);
    text-shadow: 1px 2px 0px rgba(255, 255, 255, 0.7), 0px 1px 0px rgba(255, 255, 255, 0);
    font-size: 12px;
    font-weight: bold;
  }
  a.nav-playshop:hover, a.nav-mypage:hover {
    color: #f902a0 !important;
    display: block;
    padding: 4px 10px;
    background: -moz-linear-gradient(top, rgba(255, 202, 248, 0.7), rgba(247, 234, 249, 0.7));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 202, 248, 0.7)), to(rgba(247, 234, 249, 0.7)));
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid #ff90e7;
    -moz-box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(255, 255, 255, 0.6);
    text-shadow: 1px 2px 0px rgba(255, 255, 255, 0.7), 0px 1px 0px rgba(255, 255, 255, 0);
    font-size: 12px;
    font-weight: bold;
  }

  #pc-snsCol {
    position: relative;
    z-index: 10;
    margin-right: 18px;
    float: right;
    height: 40px;
  }
  #pc-snsCol ul {
    display: inline-block;
  }
  #pc-snsCol ul li {
    float: left;
    padding-right: 3px;
  }
  #pc-snsCol ul li .fb_iframe_widget {
    margin: 0 14px 0 0;
  }
}
/* ヘッダー(SP)
------------------------------------------------------*/
@media screen and (min-width: 641px) {
  #btn_gnavi, #sp_gnavi {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  header {
    padding-top: 15%;
    position: fixed;
    background: url(../images/common/bg_header_sp.jpg) repeat-x;
    background-size: cover;
    width: 100%;
    height: 0;
    z-index: 1000;
  }

  h1 a {
    display: block;
    position: absolute;
    margin: 0 39%;
    top: 0;
    padding-top: 14%;
    background: url(../images/common/img_logo.png) no-repeat;
    background-size: contain;
    width: 26%;
    height: 0;
    z-index: 100;
    text-indent: -9999px;
  }

  header nav {
    height: auto;
  }
  header nav ul {
    display: none;
  }

  #sp_gnavi {
    display: none;
    position: absolute;
    z-index: 10;
    width: 100%;
  }

  #btn_gnavi {
    display: block;
    top: 0;
    position: absolute;
    width: 100%;
  }
  #btn_gnavi a {
    display: block;
    position: relative;
    padding-top: 10%;
    margin: 2%;
    background: url(../images/common/btn_menu_sp.png) no-repeat;
    background-size: contain;
    background-position: right;
    height: 0;
    text-indent: -9999px;
  }
  #btn_gnavi .gnavi_sp li {
    width: 100%;
  }

  .gnavi_sp li a {
    padding-top: 11%;
    display: block;
    background: url(../images/common/btn_menu_sp.jpg) no-repeat;
    background-size: cover;
    height: 0;
    text-indent: -9999px;
  }

  .g-news {
    background-position: 0 8% !important;
  }

  .g-game {
    background-position: 0 17.2% !important;
  }

  .g-cardlist {
    background-position: 0 26.4% !important;
  }

  .g-event {
    background-position: 0 35.6% !important;
  }

  .g-ranking {
    background-position: 0 44.8% !important;
  }

  .g-products {
    background-position: 0 54% !important;
  }

  .g-movie {
    background-position: 0 63.2% !important;
  }

  .g-anime {
    background-position: 0 72.4% !important;
  }

  .g-playshop {
    background-position: 0 81.6% !important;
  }

  .g-mypage {
    background-position: 0 90.8% !important;
  }

  #closemenu {
    display: block;
    margin: 0;
    padding-top: 11%;
    background: url(../images/common/btn_menu_sp.jpg) no-repeat;
    background-position: 0 100%;
    background-size: cover;
    height: 0;
    text-indent: -9999px;
    cursor: pointer;
  }
}
/* SNS(SP)
------------------------------------------------------*/
@media screen and (min-width: 641px) {
  #snsCol-sp {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #snsCol-sp {
    padding: 4% 0;
    background-color: rgba(3, 8, 25, 0.55);
  }
  #snsCol-sp ul#snsCol-sp-inner {
    text-align: center;
  }
  #snsCol-sp ul#snsCol-sp-inner li {
    display: inline-block;
    margin: 2% 4% 0;
    width: 40px;
    vertical-align: top;
    transform: scale(1.5);
    webkit-transform: scale(1.5);
  }
  #snsCol-sp ul#snsCol-sp-inner li.ico-line img {
    width: 120%;
  }

  #snsCol-pc {
    display: none;
  }
}
/* SNS(PC)
------------------------------------------------------*/
@media screen and (max-width: 640px) {
  #snsCol {
    display: none;
  }
}
#snsCol {
  position: absolute;
  right: 14px;
  top: 8px;
  z-index: 10;
}
#snsCol ul {
  display: inline-block;
}
#snsCol ul li {
  float: left;
  padding-right: 3px;
}
#snsCol ul li .fb_iframe_widget {
  margin: 0 14px 0 0;
}

/*中ページ
------------------------------------------------------*/
#mainCol {
  padding-top: 46px;
  margin: 0 auto;
  background: url(../images/common/bg_main.jpg);
  background-repeat: repeat-y;
  width: 1000px;
}

#info_mainCol {
  margin: 0 auto;
  background: #fff;
  background-repeat: repeat-y;
  width: 1000px;
  max-height: 2000px;
}

#mainCol article, #info_mainCol article {
  margin: 0 auto 20px auto;
  position: relative;
  padding: 0 5px;
}

#titCol {
  display: table;
  table-layout: fixed;
  background: url(../images/common/bg_title.jpg) center no-repeat;
  width: 100%;
}

.tit_top {
  position: absolute;
  top: -13px;
  background: url(../images/common/tit_top.png) top center no-repeat;
  width: 990px;
  height: 35px;
}

.tit_btm {
  margin-top: -21px;
  background: url(../images/common/tit_bottom.png) center bottom no-repeat;
  width: 990px;
  height: 33px;
}

.tit_btm_index {
  margin-top: -21px;
  background: url(../images/common/tit_bottom_index.png) center bottom no-repeat;
  width: 990px;
  height: 33px;
}

h3#title {
  display: table-cell;
  float: inherit;
  padding: 2% 1% 1.5%;
  vertical-align: middle;
  width: 80%;
  text-align: left;
}

@media screen and (max-width: 640px) {
  #mainCol {
    padding: 0;
    width: 100%;
    background: #fff;
  }
  #mainCol article {
    position: relative;
    padding: 0;
    margin-bottom: 2%;
  }

  #info_mainCol {
    padding: 0;
    width: 100%;
    background: #fff;
  }

  #titCol {
    display: block;
    margin-top: 15%;
    width: 100%;
    background: #fff;
  }

  .tit_top {
    display: none;
  }

  .tit_btm {
    padding-top: 6%;
    margin: 0;
    background: url(../images/common/tit_bottom_sp.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
    width: 100%;
    height: 0;
  }

  .tit_btm_index {
    display: none;
  }

  h3#title {
    display: block;
    margin: 0;
    padding: 0 4%;
  }
}
/*ピックアップ
------------------------------------------------------*/
a.pickupbnr-news {
  background: url(../images/top/pbnr/bnr_moon_challenge_hime.jpg) no-repeat;
}
a.pickupbnr-news2 {
  background: url(../images/top/pbnr/bnr_hoshinotsubasa_6th.jpg?ver=3) no-repeat;
}

@media screen and (min-width: 641px) {
  aside {
    /*  margin: 0 auto 25px auto;*/
    width: 990px;
  }

  .pickup {
    margin: 0 auto 10px auto;
    width: 800px;
  }

  .pickup-inner {
    float: none;
    width: 400px;
    margin: auto;
  }

  a.pickupbnr-news, a.pickupbnr-news2 {
    border: #FF75CA 2px solid;
    display: block;
    width: 290px;
    height: 164px;
    text-indent: -9999px;
  }
  a.pickupbnr-event {
    margin-left: 10px;
    background: url(../images/top/pbnr/bnr_prerelease.jpg) no-repeat;
    background-size: cover;
    border: #5DD4FF 2px solid;
    display: block;
    width: 290px;
    height: 164px;
    text-indent: -9999px;
  }

  div.pickuptxt-news {
    float: right;
    dispay: inline-block;
    position: relative;
    right: 12px;
    background: #FF75CA;
    width: 72px;
    height: 168px;
  }
  div.pickuptxt-news:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -9px;
    border: 10px solid transparent;
    border-right-color: #FF75CA;
  }
  div.pickuptxt-event {
    float: right;
    margin-left: 10px;
    dispay: inline-block;
    position: relative;
    background: #5DD4FF;
    width: 72px;
    height: 168px;
  }
  div.pickuptxt-event:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -9px;
    border: 10px solid transparent;
    border-right-color: #5DD4FF;
  }

  p.pickuptxt {
    margin: 10px auto;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 640px) {
  aside img {
    display: block;
  }

  .pickup-inner {
    float: none;
    width: 48%;
    padding: 1%;
    margin: auto;
  }

  a.pickupbnr-news, a.pickupbnr-news2 {
    width: 99%;
    background-size: cover;
    border: #FF75CA 2px solid;
    display: block;
    margin-top: 10px;
    height: 0;
    padding-top: 57%;
    text-indent: -9999px;
  }
  a.pickupbnr-event {
    width: 99%;
    background: url(../images/top/pbnr/bnr_prerelease.jpg) no-repeat;
    background-size: cover;
    border: #5DD4FF 2px solid;
    display: block;
    margin-top: 10px;
    height: 0;
    padding-top: 57%;
    text-indent: -9999px;
  }

  div.pickuptxt-news {
    position: relative;
    background: #FF75CA;
    padding: 2%;
    text-align: center;
  }
  div.pickuptxt-news:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-top-color: #FF75CA;
    position: absolute;
    left: 43px;
    bottom: -20px;
  }
  div.pickuptxt-event {
    position: relative;
    background: #5DD4FF;
    padding: 2%;
    text-align: center;
  }
  div.pickuptxt-event:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-top-color: #5DD4FF;
    position: absolute;
    left: 43px;
    bottom: -20px;
  }

  p.pickuptxt {
    margin: 4px auto;
  }
}
/*pagetopボタン
------------------------------------------------------*/
#btn_pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-indent: -9999px;
  z-index: 100;
}
#btn_pagetop a {
  display: block;
  background: url(../images/common/btn_pagetop.png) top center no-repeat;
  width: 120px;
  height: 128px;
}

@media screen and (max-width: 640px) {
  #btn_pagetop {
    position: fixed;
    bottom: 5%;
    right: 4%;
    text-indent: -9999px;
    z-index: 100;
    width: 15%;
  }
  #btn_pagetop a {
    display: block;
    width: 100%;
    background-image: url(../images/common/btn_pagetop.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 0;
    padding-top: 106%;
  }
}
/* Footer
------------------------------------------------------*/
footer {
  width: 100%;
  background: #007BC8 url(../images/common/bg_footer.jpg) top center repeat-x;
  position: relative;
}
footer p {
  font-size: 13px;
  font-weight: bold;
}

@media screen and (min-width: 640px) {
  #fnavi {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
  }

  .footer_acce {
    margin-top: -13px;
    position: absolute;
    display: block;
    background: url(../images/common/img_footer_acce.png) top center no-repeat;
    width: 1100px;
    height: 16px;
  }

  .m_bnr {
    padding-top: 14px;
    width: 100%;
    text-align: center;
  }

  .s_bnr {
    padding-top: 7px;
  }

  footer #fnavi small {
    display: block;
    width: 1100px;
    text-align: left;
    margin-top: 5px;
  }

  footer #fnavi p {
    text-align: left;
  }

  #fnavi li {
    display: inline-block;
    margin: 0 0 5px 0;
    background: #fff;
    vertical-align: bottom;
  }

  .footer-link {
    margin-top: -42px;
    float: right;
  }
  .footer-link li {
    margin-left: 5px !important;
    background: none !important;
  }
}
@media screen and (max-width: 640px) {
  #fnavi {
    margin: 0 auto;
    text-align: center;
    width: 96%;
  }

  .footer_acce {
    position: absolute;
    margin-top: -2%;
    padding-top: 3%;
    display: block;
    background: url(../images/common/img_footer_acce.png) top center no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
  }

  #fnavi .m_bnr {
    padding-top: 14px;
  }
  #fnavi .s_bnr {
    padding-top: 7px;
  }
  #fnavi .footer-link {
    padding-top: 7px;
  }
  #fnavi li {
    display: inline-block;
    margin: 0 0 5px 0;
    vertical-align: bottom;
  }
}
#fnavi p a {
  padding: 5px;
  margin: 3px;
  display: inline-block;
  width: 96px;
  height: 20px;
  background: #FFE186;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  color: #000;
}
#fnavi p a:hover {
  color: #696969;
  background: #FFFAB7;
  opacity: 1;
}

footer small {
  margin-top: 15px;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  footer small {
    margin-top: 15px;
    font-size: 10px;
    text-align: center;
  }
}
/* 汎用
------------------------------------------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.hvr img:hover, .hvr:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.blockCol img {
  display: block;
}

a {
  color: #ff1493;
  text-decoration: none;
}
a:link, a:visited {
  color: #ff1493;
}
a:hover {
  color: #FF7FCA;
}

a.gray {
  color: #3F3338;
  text-decoration: none;
}

.link-btn {
  margin: 15px 0;
  text-align: center;
}

.link-btn_end {
  margin: 15px 0;
  text-align: center;
  opacity: 1.0 !important;
}

@media screen and (max-width: 640px) {
  .link-btn {
    margin: 1% auto 2% auto;
    width: 90%;
  }
}
a.current {
  color: #60D0FB;
}

@media screen and (min-width: 641px) {
  span.newtopics {
    display: block;
    position: absolute;
    margin: -4px 5px;
    padding: 1px 12px 0 12px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #FF83CD), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #FF83CD), color-stop(0.75, #FF83CD), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 6px;
    background-color: #FF659A;
    color: #fff;
    border: solid 1px #FD1E6B;
    font-weight: bold;
    zoom: 1;
    z-index: 10;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: bottom center;
    -webkit-animation-name: outer01;
  }

  @-webkit-keyframes outer01 {
    0% {
      -webkit-transform: scale(1, 1);
    }
    48% {
      -webkit-transform: scale(1, 1);
    }
    50% {
      -webkit-transform: scale(1.1, 0.9);
    }
    53% {
      -webkit-transform: scale(0.9, 1.1) translate(0, -5px);
    }
    57.5% {
      -webkit-transform: scale(1, 1) translate(0, -3px);
    }
    59% {
      -webkit-transform: scale(1, 1) translate(0, 0px);
    }
    100% {
      -webkit-transform: scale(1, 1);
    }
  }
}
@media screen and (max-width: 640px) {
  span.newtopics {
    display: block;
    margin: -9px 2px;
    padding: 0.4% 2%;
    position: absolute;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #FF508C;
    color: #fff;
    font-weight: bold;
    font-size: 60%;
    zoom: 1;
    z-index: 10;
  }
}
@media screen and (min-width: 641px) {
  span.newbtn {
    position: absolute;
    padding: 1px 12px 0 12px;
    display: block;
    margin: -2px -6px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #FF83CD), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #FF83CD), color-stop(0.75, #FF83CD), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 6px;
    background-color: #FF659A;
    color: #fff;
    border: solid 1px #FD1E6B;
    font-weight: bold;
    zoom: 1;
    z-index: 10;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: bottom center;
    -webkit-animation-name: outer01;
  }

  @-webkit-keyframes outer01 {
    0% {
      -webkit-transform: scale(1, 1);
    }
    48% {
      -webkit-transform: scale(1, 1);
    }
    50% {
      -webkit-transform: scale(1.1, 0.9);
    }
    53% {
      -webkit-transform: scale(0.9, 1.1) translate(0, -5px);
    }
    57.5% {
      -webkit-transform: scale(1, 1) translate(0, -3px);
    }
    59% {
      -webkit-transform: scale(1, 1) translate(0, 0px);
    }
    100% {
      -webkit-transform: scale(1, 1);
    }
  }
}
@media screen and (max-width: 640px) {
  span.newbtn {
    display: block;
    padding: 0.4% 2%;
    position: absolute;
    margin: -9px -6px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #FF508C;
    color: #fff;
    font-weight: bold;
    font-size: 60%;
    zoom: 1;
    z-index: 10;
  }
}
/*終了対応
------------------------------------------------------*/
.endcontents {
  position: relative;
}
.endcontents div {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha( opacity=40 )" \9;
}
.endcontents div div {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )" \9;
}

.endcontents-endtxt {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 80px;
  z-index: 10;
}

.endcontents-endtxt40 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 40px;
  z-index: 10;
}

.endcontents-endtxt100 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 100px;
  z-index: 10;
}

.endcontents-endtxt_sp {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 80px;
  z-index: 10;
}

.endcontents-endtxt300 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 120px;
  z-index: 10;
}

.endcontents-endtxt150 {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 150px;
  z-index: 10;
}

.event-end {
  position: relative;
}
.event-end div.endEventCol {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha( opacity=40 )" \9;
}
.event-end p.endTextCol {
  position: absolute;
  width: 100%;
  top: 100px;
  z-index: 100;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .event-end p.endTextCol {
    position: absolute;
    left: 80px;
    top: 50px;
    z-index: 100;
  }

  .endcontents-endtxt300 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 300px;
    z-index: 10;
  }
}
@media screen and (max-width: 640px) {
  .endcontents-endtxt_sp {
    position: absolute;
    width: 70%;
    text-align: center;
    top: 20%;
    left: 15%;
    z-index: 10;
  }

  .endcontents-endtxt40 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 1.5%;
    z-index: 10;
  }

  .endcontents-endtxt150 {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 4%;
    z-index: 10;
  }
}
/*アンカーリンク　ヘッダー分の高さ調整
------------------------------------------------------*/
.lnk-anchor {
  padding-top: 46px;
  margin-top: -46px;
}

@media screen and (max-width: 640px) {
  .lnk-anchor {
    padding-top: 65px;
    margin-top: -65px;
  }
}
/*404
------------------------------------------------------*/
#container404 {
  width: 600px;
  margin: 0 auto;
  padding: 30px 0;
}

body#err {
  background: #FFFFFF;
  color: #615850;
}

/*お問い合わせ先 画像調整
------------------------------------------------------*/
.img_contact {
  width: 990px;
}
.img_contact img {
  display: block;
  width: 76%;
  margin: -42px auto 0;
}

@media screen and (max-width: 640px) {
  .img_contact {
    width: 100%;
  }
  .img_contact img {
    display: block;
    width: 100%;
    margin: 0;
  }
}
