@charset "UTF-8";
/*=====================================================
 * TOPページ
 *====================================================*/
body {
  background-color: #d3f7ed;
  color: #2e2e2e;
}
div#container {
  background-color: #d3f7ed;
  min-height: 600px;
}
a {
  color: #2e2e2e;
}
.topWrap {
  min-height: 560px;
}
.topWrap.notNative {
  position: absolute;
  height: 600px;
  top: 0;
  left: 0;
  z-index: 1;
}
.topWrap.member.notNative {
  position: relative;
  height: 560px;
}

/* TOP絵 */
.topWrap img.mainImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  /*height: 444px;*/
}
.topWrap.error img.mainImg {
  top: -46px;
}

/* ゲーム開始 ガワ */
.topWrap .startLinkArea {
  position: absolute;
  top: 436px;
  width: 320px;
  height: 60px;
  text-align: center;
}

/* ゲーム開始 ソ専 */
.topWrap.notNative .startLinkArea {
  top: 476px;
  height: 100px;
  background-color: #000;
  text-align: center;
}
.topWrap.notNative.member .startLinkArea {
  height: 60px;
  background-color: transparent;
}

.topWrap.error .startLinkArea {
  top: 426px;
}
.topWrap img.btnStart {
  width: 285px;
  height: 60px;
}

/* ムービー再生 */
video#opMovie{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

/* 引き継ぎ */
.topWrap .dataTransferArea {
  position: absolute;
  top: 504px;
  width: 320px;
  height: 36px;
  text-align: center;
}
.topWrap .dataTransferArea img.btnDataTransfer {
  width: 119px;
  height: 36px;
}

/* データ連携 */
.topWrap .pfLinkArea {
  position: absolute;
  top: 550px;
  width: 320px;
  height: 36px;
  text-align: center;
}
.topWrap .pfLinkArea img.btnPfLink {
  width: 119px;
  height: 36px;
}

/* エラーメッセージ */
.errorMessage {
  position: absolute;
  display: table;
  top: 394px;
  left: 0;
  width: 320px;
  height: 30px;
  text-align: center;
}
.errorMessage .text {
  display: table-cell;
  vertical-align: middle;
  color: #2e2e2e;
  font-size: 12px;
}
.subAreaWrap {
  padding: 36px 0;
}

/* バナーエリア */
#topBannerWrap {
    text-align: center;
}
#topBannerWrap img.pickupBar {
  margin-bottom: -6px;
}
#topBannerWrap div.bannerWrap {
  padding: 3px 0;
  margin-bottom: 5px;
  font-size: 12px;
  color: #333;
  background-color: rgba(226,94,157,0.6);
  border-radius: 5px;
  box-sizing: border-box;
  margin-left: 10px;
  margin-right: 10px;
  word-break: keep-all;
  word-wrap: normal;
}
#topBannerWrap img.bannerImage {
    width: 240px;
}
#topBannerWrap img.feverIcon {
	position: absolute;
  top: 0px;
  right: -6px;
  width: 75px;
  height: 26px;
}

#topBannerWrap .feverBannerWrap{
  background: linear-gradient(45deg, rgba(235, 144, 189, 0.6), rgba(235, 144, 189, 0.6), rgba(235, 144, 189, 0.6), rgba(255, 245, 186, 0.8), rgba(235, 144, 189, 0.6), rgba(235, 144, 189, 0.6), rgba(235, 144, 189, 0.6));
  background-size: 600% 600%;
  animation: backgroundFlow 2s infinite;
  -webkit-animation: backgroundFlow 2s infinite;
  -moz-animation: backgroundFlow 2s infinite;
}
@-webkit-keyframes backgroundFlow {
    0%{background-position:0% 50%}
    100%{background-position:100% 50%}
}
@-moz-keyframes backgroundFlow {
    0%{background-position:0% 50%}
    100%{background-position:100% 50%}
}

.topBannerWrap ul.bannerArea div {
  padding: 3px 0;
  color: #333;
}

div.topWrap .communityLink .mypageTag form input {
  border: 2px solid #de1ec4;
}
div.topWrap .communityLink .mypageTag .tagCatch {
  text-align: center;
  margin-top: 2px;
  font-size: 12px;
}
div.topWrap .footer {
  padding-top: 12px;
}
div.topWrap .bar {
  background: #c371e2;
  padding: 3px 0;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
div.topWrap .pointColor {
  color: #f4ebae;
}

/***** siteBanner *****/
.SiteBannerWrapper{
	width: 100%;
    margin: 3px 0;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}
.siteBanner{
	padding: 5px;
}
.siteBanner img{
	max-width: 260px;
}
.siteBanner p{
	line-height: 16px;
}
.siteBanner div{
	font-size: 12px;
}
.siteBanner .resize{
	font-size: 12px;
}

/* DMM用 */
#invalidJsErrorSp {
  text-align: center;
  margin-top: 80px;
}
#pageLoader {
  display: none !important;
}
#modalFullScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  z-index: 1000;
}
#movieFullScreen {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}
#modalCloseBtn {
  position: fixed;
  top: 6px;
  right: 6px;
  cursor: pointer;
}
