 @charset "UTF-8";

/* ----------------------------------------------------
作成日: 2017.07.07
最終更新日: 

common.css： 共通設定
---------------------------------------------------- */

body {
	position: relative;
	min-width: 320px;
	font-size: 41.6875%;
	/*font-size:62.5%;10px*/
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	line-height: 1.6;
	background: #f0fbff;
	background: #fef8f8;
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

a:link, a:hover, a:active { color: #ff0000; }

a:visited { color: #ff0000; }

a:focus { outline: none; }

/*clearfix*/
.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after, .clear { clear: both; }

cf::after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
}

ul { list-style: none; }

#wrapper {
	position: relative;
	height: 100%;
	overflow: hidden;
}

#wrapper.v2 {  background:
}

.bg {
	position: fixed;
	z-index: -1;
	left: 0;
	top: 0;
	min-width: 320px;
	width: 100%;
	height: 100%;
	background-image: url(../image/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-backface-visibility: hidden;
}

#wrapper.v2 .bg { background-image: url(../image/bg-v2.jpg); }

#wrap {
	position: relative;
	height: 100%;
	background: url(../image/bg02.png) repeat center -20px;
	width: 100%;
}

.tc { text-align: center !important; }

.tr { text-align: right !important; }

.tl { text-align: left !important; }

.sd {
	filter: drop-shadow(0 2px 0px rgba(0, 0, 0, .5));
	-webkit-filter: drop-shadow(0 2px 0px rgba(0, 0, 0, .5));
}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

.att {
	padding-left: 1em;
	text-indent: -1em;
}

hr {
	width: 100%;
	background: url(../image/hr-head.png) no-repeat center top;
	height: 17px;
	margin: 5% auto;
}

hr.is-bottom {
	background: url(../image/hr-bottom.png) no-repeat center top;
	height: 17px;
}

#wrapper.v2 hr {
	width: 100%;
	background: url(../image/hr-head-v2.png) no-repeat center top;
}

#wrapper.v2 hr.is-bottom { background: url(../image/hr-bottom-v2.png) no-repeat center top; }

/*==================================
header
===================================*/

header { position: relative; }

.snsBtn {
	position: absolute;
	z-index: 4;
	width: 100%;
	max-width: 980px;
	min-width: 320px;
	right: 0;
	top: 0.5%;
	text-align: right;
}

.snsBtn li {
	display: inline-block;
	width: 4.9%;
	margin: 0.5%;
}

.snsBtn.is-foot {
	position: relative;
	z-index: 4;
	width: 100%;
	max-width: 980px;
	min-width: 320px;
	margin: 2% auto 0 auto;
	text-align: center;
}

.snsBtn.is-foot li {
	display: inline-block;
	width: 6.32%;
	margin: 1%;
}

.mainImg {
	width: 100%;
	max-width: 1050px;
	min-width: 320px;
	position: relative;
	margin: 0 auto;
}

.logo {
	width: 100%;
	z-index: 2;
	margin-top: 51.2%;
}

.logoAnime {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	visibility: visible !important;
}

h2 {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0 auto;
}

h3 {
	width: 89%;
	margin: 2% auto 5% auto;
}

.date {
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0 auto 1% auto;
}

.ab {
	position: absolute;
	z-index: 1;
}

.re { position: relative; }

.top-catch {
	top: 96%;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.1s;
	-ms-animation-duration: 0.1s;
	animation-duration: 0.1s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
}

.mainImg .puyo-y {
	width: 104px;
	top: 41.02%;
	right: -18.07%;
	z-index: 3;
}

.mainImg .puyo-p {
	width: 96px;
	top: 12.85%;
	left: 57.7%;
	z-index: 3;
}

.mainImg .puyo-b {
	width: 118px;
	top: 3%;
	left: 32.1%;
	z-index: 3;
}

.mainImg .puyo-r {
	width: 146px;
	top: 57.69%;
	left: 80.95%;
	z-index: 3;
}

.mainImg .puyo-g {
	width: 169px;
	top: 53.22%;
	left: -15%;
	z-index: 3;
}

.topBg {
	height: 950px;
	z-index: 1;
	background: url(../image/main-visual.png) no-repeat center;
}

#wrapper.v2 .mainImg .puyo-b { top: 5%; }

#wrapper.v2 .mainImg .puyo-p { top: 13.85%; }

#wrapper.v2 .mainImg .puyo-g {
	top: 56.22%;
	left: -6%;
}

#wrapper.v2 .mainImg .puyo-r {
	top: 57.69%;
	left: 69.95%;
}

#wrapper.v2 .mainImg .puyo-y {
	top: 49.02%;
	right: -5.5%;
	z-index: 3;
}

#wrapper.update0804 .topBg {
	height: 950px;
	z-index: 1;
	background: url(../image/main-visual-0804.png) no-repeat center;
#wrapper.update0804 .main {
 padding-top: 60%;
}
}

/*20180820*/
#wrapper.v2 .topBg {
	height: 950px;
	z-index: 1;
	background: url(../image/main-visual-v2.png) no-repeat center;
}

/*movie*/
.movie {
	width: 24%;
	top: 1%;
	left: 1%;
}

.movie a:hover img { opacity: 0.7; }

/*20180820END*/
/*==================================
common
===================================*/

.main {
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
}

.main-top { display: none; }

/****IE***/	
@media all and (-ms-high-contrast:none) {
}

.nav li.btnS {
	width: 50% !important;
	margin-bottom: 9px;
}

.contOrn {
	position: relative;
	z-index: 0;
	max-width: 1010px;
	min-width: 320px;
	margin: 0 auto;
}

.contOrn img { width: 100%; }

.contOrn.is-bottom { margin-bottom: 2%; }

.contents {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
	max-width: 1010px;
	min-width: 320px;
	margin: 0 auto;
	margin-top: -1px;
	padding: 2% 0 0 0;
	box-sizing: border-box;
	background: url(../image/con-inner.png)repeat-y;
	background-size: contain;
}

/*20180820*/
#wrapper.v2 .contents {
	background: url(../image/con-inner-v2.png)repeat-y;
	background-size: contain;
}

/*20180820END*/


.h3Text {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #383ec7;
	width: 96%;
	margin: 2% auto;
}

.h3Text01 {
	width: 100%;
	margin: 2% auto 0 auto;
	position: relative;
	z-index: 10;
}

.h3Text02 {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 3%;
	position: relative;
	z-index: 4;
}

.h3Img { margin: 1% auto; }

.h4Text { margin-top: 22%; }

.contents .txt { margin: 2% auto; }

.btn {
	position: relative;
	z-index: 20;
	width: 57.24%;
	margin: 3% auto 0 auto;
}

.evaBox {
	width: 48%;
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
	padding-bottom: 3%;
}

.ssImg {
	width: 31%;
	display: inline-block;
	margin: 0 0.5%;
}

/*chara*/
.charaPop {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	height: 1819px;
}

.charaBg { margin-top: 2%; }

.charaImg, .charaName {
	width: 100%;
	max-width: 980px;
	top: 0;
	left: 0;
}

.charaName { z-index: 3; }

.charaPop.is-active .charaImg {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.7s;
	-ms-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	visibility: visible !important;
}

.charaPop.is-active .charaName {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.7s;
	-ms-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	visibility: visible !important;
}

.sliderNav {
	width: 100%;
	margin: 2% auto 0 3%;
	text-align: left;
}

.sliderNav li {
	width: 18.7%;
	display: inline-block;
	margin-bottom: 1.3%;
}

.slider li {
	width: 95.10%;
	position: relative;
}

.box {
	position: relative;
	width: 92%;
	margin: 0 auto;
}

.txt {
	width: 96%;
	font-size: 2.8rem;
	margin: 3% auto 0 auto;
	position: relative;
	z-index: 2;
}

.banImg {
	width: 46%;
	border: 4px solid #383ec7;
}

.anime {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
}

.eventImg {
	z-index: 2;
	margin: 2% auto;
}

.imgPuyo {
	background: url(../image/puyo-g-02.png) no-repeat;
	background-size: 16%;
	padding-top: 45%;
	width: 100%;
	top: 19.4%;
	left: 2.8%;
	z-index: 10;
}

.imgPuyo.is-puyo-red {
	background: url(../image/puyo-r-02.png) no-repeat;
	background-size: 12%;
	top: -9%;
	left: 63%;
}

.imgPuyo.is-puyo-blue {
	background: url(../image/puyo-b-02.png) no-repeat;
	background-size: 13.7%;
	top: 21%;
	left: 83%;
}

.imgPuyo.is-puyo-yellow {
	background: url(../image/puyo-y-02.png) no-repeat;
	background-size: 10.29%;
	top: 2%;
	left: 2.5%;
}

.imgPuyo.is-puyo-purple {
	background: url(../image/puyo-p-02.png) no-repeat;
	background-size: 9%;
	top: 8%;
	left: 86%
}

.imgPuyo.is-puyo-green03 {
	background: url(../image/puyo-g-03.png) no-repeat;
	background-size: 15%;
	top: 80%;
	left: -1%;
}

.imgPuyo.is-puyo-red03 {
	background: url(../image/puyo-r-03.png) no-repeat;
	background-size: 12%;
	top: 85%;
	left: 83%;
}

.imgPuyo.is-puyo-blue03 {
	background: url(../image/puyo-b-03.png) no-repeat;
	background-size: 13.7%;
	top: 20%;
	left: 81%;
}

.imgPuyo.is-puyo-yellow03 {
	background: url(../image/puyo-y-03.png) no-repeat;
	background-size: 12%;
	top: 61%;
	left: 7%;
}

.imgPuyo.is-puyo-purple03 {
	background: url(../image/puyo-p-03.png) no-repeat;
	background-size: 11%;
	top: 18%;
	left: 4%;
}

.imgChara {
	background: url(../image/img-eva01.png) no-repeat;
	background-size: 49%;
	padding-top: 64%;
	width: 100%;
	top: 15%;
	left: 68%;
	z-index: 10;
}

.imgChara.is-shinji {
	background: url(../image/img-shinji.png) no-repeat;
	background-size: 49%;
	top: 15%;
	left: -10%;
}

.imgChara.is-rei {
	background: url(../image/img-rei.png) no-repeat;
	background-size: 41%;
	top: 39%;
	left: -13%;
}

.imgChara.is-asuka {
	background: url(../image/img-asuka.png) no-repeat;
	background-size: 41%;
	top: 38%;
	left: 72%;
}

.imgChara.is-kaworu {
	background: url(../image/img-kaworu.png) no-repeat;
	background-size: 41.5%;
	top: 79%;
	left: -10%;
}

.imgChara.is-mari {
	background: url(../image/img-mari.png) no-repeat;
	background-size: 42%;
	top: 79%;
	left: 70%;
}

/*20180820*/

#wrapper.v2 .imgPuyo.is-puyo-purple03 { top: 6.5%; }

#wrapper.v2 .imgPuyo.is-puyo-blue03 { top: 7%; }

#wrapper.v2 .imgPuyo.is-puyo-yellow03 { top: 18.7%; }

#wrapper.v2 .imgPuyo.is-puyo-red03 { top: 19.2%; }

#wrapper.v2 .imgPuyo.is-puyo-green03 { top: 30.5%; }

.imgPuyo.is-puyo-green04 {
	background: url(../image/puyo-g-04.png) no-repeat;
	background-size: 17%;
	top: 99%;
	left: -1%;
}

.imgPuyo.is-puyo-red04 {
	background: url(../image/puyo-r-04.png) no-repeat;
	background-size: 13%;
	top: 86%;
	left: 4%;
}

.imgPuyo.is-puyo-blue04 {
	background: url(../image/puyo-b-04.png) no-repeat;
	background-size: 14.9%;
	top: 95%;
	left: 81%;
}

.imgPuyo.is-puyo-yellow04 {
	background: url(../image/puyo-y-04.png) no-repeat;
	background-size: 10%;
	top: 72%;
	left: 1%;
}

.imgPuyo.is-puyo-purple04 {
	background: url(../image/puyo-p-04.png) no-repeat;
	background-size: 12%;
	top: 94%;
	left: 4%;
}

.imgPuyo.is-puyo-green05 {
	background: url(../image/puyo-g-05.png) no-repeat;
	background-size: 17%;
	top: 92%;
	left: 63%;
}

.imgPuyo.is-puyo-red05 {
	background: url(../image/puyo-r-05.png) no-repeat;
	background-size: 13%;
	top: 86%;
	left: 84%;
}

.imgPuyo.is-puyo-blue05 {
	background: url(../image/puyo-b-05.png) no-repeat;
	background-size: 11%;
	top: 75%;
	left: 61%;
}

.imgPuyo.is-puyo-yellow05 {
	background: url(../image/puyo-y-04.png) no-repeat;
	background-size: 10%;
	top: 72%;
	left: 85%;
}

.imgPuyo.is-puyo-purple05 {
	background: url(../image/puyo-p-04.png) no-repeat;
	background-size: 9%;
	top: 79%;
	left: 74%;
}

.imgPuyo.is-puyo-kira {
	background: url(../image/img-kira.png) no-repeat;
	background-size: 48%;
	top: 60%;
	left: -12%;
	z-index: 5
}

#wrapper.v2 .imgChara.is-satan {
	background: url(../image/img-satan.png) no-repeat;
	background-size: 49%;
	top: 65%;
	left: 68%;
}

#wrapper.v2 .imgChara.is-shinji {
	background: url(../image/img-shinji-v2.png) no-repeat;
	background-size: 49%;
	top: 15%;
	left: -10%;
}

#wrapper.v2 .imgChara.is-rei {
	background: url(../image/img-rei-v2.png) no-repeat;
	background-size: 41%;
	top: 35%;
	left: -13%;
}

#wrapper.v2 .imgChara.is-asuka {
	background: url(../image/img-asuka-v2.png) no-repeat;
	background-size: 41%;
	top: 35%;
	left: 72%;
}

#wrapper.v2 .imgChara.is-kaworu {
	background: url(../image/img-kaworu-v2.png) no-repeat;
	background-size: 41.5%;
	top: 71%;
	left: -10%;
}

#wrapper.v2 .imgChara.is-mari {
	background: url(../image/img-mari-v2.png) no-repeat;
	background-size: 42%;
	top: 71%;
	left: 70%;
}

.imgPuyo.is-active, .imgPuyo.is-puyo-red.is-active, .imgPuyo.is-puyo-yellow.is-active, .imgPuyo.is-puyo-blue.is-active {
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
	visibility: visible !important;
}

.imgPuyo.is-puyo-yellow.is-active {
	-webkit-animation-duration: 0.7s;
	-ms-animation-duration: 0.7s;
	animation-duration: 0.7s;
}

.imgPuyo.is-puyo-blue.is-active {
	-webkit-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

.imgChara.is-shinji.is-active, .imgChara.is-rei.is-active, .imgChara.is-kaworu.is-active {
	-webkit-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	visibility: visible !important
}

.imgChara.is-active, .imgChara.is-asuka.is-active {
	-webkit-animation-duration: 0.7s;
	-ms-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	visibility: visible !important
}

.imgChara.is-choro.is-active {
	-webkit-animation-duration: 0.6s;
	-ms-animation-duration: 0.6s;
	animation-duration: 0.6s;
}

.imgChara.is-kara.is-active {
	-webkit-animation-duration: 0.6s;
	-ms-animation-duration: 0.6s;
	animation-duration: 0.6s;
}

.eventBan {
	position: relative;
	z-index: 50;
}

.textEvent {
	width: 100%;
	top: 14%;
	left: 0;
	z-index: 10;
}

.pageTop {
	width: 19%;
	max-width: 193px;
	margin: 2% auto;
	cursor: pointer;
}

.endStamp {
	width: 100%;
	top: 10%;
	z-index: 50;
}

.endStamp.is-RTcp1 { top: 4%; }

.endStamp.is-RTcp2 { top: 16.5%; }

.endStamp.is-RTcp3 { top: 28.5%; }

.endStamp.is-RTcp4 { top: 62.5%; }

.text-att {
	width: 65%;
	margin: 0 auto;
}

/**** 注意書き ****/
.caution {
	width: 85%;
	margin: 3% auto 0 auto;
	text-align: left;
	font-size: 2.8rem;
}

/**** リツイートボックス ****/

.twBox {
	width: 80%;
	margin: 0 auto;
}

twitterwidget, iframe[id^="twitter-widget-"] {
	margin-left: auto;
	margin-right: auto;
}

.linkArea {
	width: 100%;
	max-width: 980px;
	min-width: 320px;
	margin: 0 auto;
	padding-bottom: 3%;
}

#wrapper.update0804 .mainImg .puyo-r {
	width: 12%;
	top: 58.69%;
	left: 66.95%;
}

#wrapper.update0804 .mainImg .puyo-g {
	width: 15%;
	top: 56.22%;
	left: -4%;
	z-index: 3;
}

#wrapper.update0804 .mainImg .puyo-y {
	width: 10%;
	top: 48.02%;
	right: -10.07%;
	z-index: 3;
}

#wrapper.update0804 .mainImg .puyo-b {
	width: 11%;
	top: 10%;
	left: 32.1%;
	z-index: 3;
}

#wrapper.update0804 .mainImg .puyo-p {
	width: 9%;
	top: 12.85%;
	left: 57.7%;
	z-index: 3;
}

#wrapper.update0804 .imgPuyo.is-puyo-purple03 { top: 6%; }

#wrapper.update0804 .imgPuyo.is-puyo-blue03 { top: 7%; }

#wrapper.update0804 .imgPuyo.is-puyo-yellow03 {
	top: 20%;
	left: 4%;
}

#wrapper.update0804 .imgPuyo.is-puyo-red03 { top: 21%; }

#wrapper.update0804 .imgPuyo.is-puyo-green03 {
	top: 34%;
	left: 4%;
}

/*@media screen and (max-width:1500px) {

.topBg {
	height: auto;
	z-index: 1;
	background: url(../image/main-visual.png) no-repeat center;
	background-size: contain;
}

.main { margin-top: 4%; }

.mainImg .puyo-y {
	width: 6%;
	top: 40.02%;
	right: -9%;
	z-index: 3;
}

.mainImg .puyo-p {
	width: 7.14%;
	top: 12.85%;
	left: 57.7%;
	z-index: 3;
}

.mainImg .puyo-b {
	width: 8.23%;
	top: 7%;
	left: 32.1%;
	z-index: 3;
}

.mainImg .puyo-r {
	width: 9.9%;
	top: 50.69%;
	left: 76.95%;
	z-index: 3;
}

.mainImg .puyo-g {
	width: 11%;
	top: 49.22%;
	left: -5%;
	z-index: 3;
}

.mainImg .puyo-y {
	width: 6%;
	top: 40.02%;
	right: -5%;
	z-index: 3;
}
}*/
@media screen and (max-width:1230px) {

#wrapper.update0804 .topBg {
	height: auto;
	z-index: 1;
	background: url(../image/main-visual-0804.png) no-repeat center;
	background-size: contain;
}

#wrapper.update0804 .main { padding-top: 60%; }

#wrapper.v2 .topBg {
	height: auto;
	z-index: 1;
	background: url(../image/main-visual-v2.png) no-repeat center;
	background-size: contain;
}

#wrapper.v2 .main { padding-top: 5%; }
}

@media screen and (max-width:1200px) {

.mainImg .puyo-p {
	width: 7.14%;
	top: 14.85%;
	left: 55.7%;
	z-index: 3;
}

.mainImg .puyo-b {
	width: 8.23%;
	top: 7%;
	left: 32.1%;
	z-index: 3;
}

.mainImg .puyo-r {
	width: 9.9%;
	top: 50.69%;
	left: 72.95%;
	z-index: 3;
}

.mainImg .puyo-g {
	width: 11%;
	top: 49.22%;
	left: 1.5%;
	z-index: 3;
}

.mainImg .puyo-y {
	width: 6%;
	top: 40.02%;
	right: 0;
	z-index: 3;
}

#wrapper.update0804 .mainImg .puyo-r {
	width: 12%;
	top: 49.69%;
	left: 62.95%;
}

#wrapper.update0804 .mainImg .puyo-g {
	top: 56.22%;
	left: 1%;
}

#wrapper.update0804 .mainImg .puyo-b {
	width: 10%;
	top: 7%;
	left: 32.1%;
	z-index: 3;
}

#wrapper.update0804 .mainImg .puyo-p {
	width: 8%;
	top: 10.85%;
	left: 53.7%;
	z-index: 3;
}

  #wrapper.v2 .mainImg .puyo-y {
	width: 8%;
	top: 43.02%;
	right: 0;
	z-index: 3;
}

  #wrapper.v2 .mainImg .puyo-r {
    width: 10.5%;
    top: 50.69%;
    left: 65.95%;
  }

  #wrapper.v2 .mainImg .puyo-g {
    width: 12%;
    top: 50.22%;
    left: 5%;
  }

  #wrapper.v2 .mainImg .puyo-b {
    width: 10%;
    top: 7%;
    left: 32.1%;
    z-index: 3;
  }

  #wrapper.v2 .mainImg .puyo-p {
    width: 8%;
    top: 10.85%;
    left: 53.7%;
    z-index: 3;
  }

  #wrapper.v2 .mainImg .puyo-y {
    width: 8%;
    top: 43.02%;
    right:3%;
    z-index: 3;
  }

.contents { margin-top: 0; }
}

@media screen and (max-width:1010px) {

.h3Img {
	margin: 1% auto;
	width: 30%;
}

.main {
	overflow: hidden;
	padding-top: 2%;
}

hr {
	width: 100%;
	background: url(../image/hr-head.png) no-repeat center top;
	background-size: 100%;
}

hr.is-bottom {
	width: 100%;
	background: url(../image/hr-bottom.png) no-repeat center top;
	background-size: 100%;
}

#wrapper.v2 hr {
	width: 100%;
	background: url(../image/hr-head-v2.png) no-repeat center top;
	background-size: 100%;
}

#wrapper.v2 hr.is-bottom {
	width: 100%;
	background: url(../image/hr-bottom-v2.png) no-repeat center top;
	background-size: 100%;
}

.textEvent { top: 11%; }
}

@media screen and (max-width:640px) {

body {
	min-width: 320px;
	background-size: 45%;
}

.bg {
	position: fixed;
	z-index: -1;
	left: 0;
	top: 0;
	min-width: 320px;
	width: 100%;
	height: 100%;
	background-image: url("../image/bg.jpg") no-repeat;
	background-size: 200%;
	background-position: top center;
}

header { position: relative; }

.contents {
	margin: 0 auto;
	padding: 2% 0;
	box-sizing: border-box;
}

/*movie*/
.movie {
	width: 80%;
	top: 108%;
	left: 10%;
}

.movie a:hover img { opacity: 0.7; }

#wrapper.v2 .main { padding-top: 60%; }

#wrapper.v2 .snsBtn { top: 176.5%; }

.main { margin-top: 16%; }

.bleachBox { width: 47%; }

.snsBtn {
	right: 0;
	top: 106.5%;
	text-align: center;
}

.snsBtn.is-foot li, .snsBtn li {
	display: inline-block;
	width: 10.32%;
	margin: 1%;
}

.btn {
	width: 84.24%;
	margin: 5% auto;
}

.sliderNav {
	width: 93%;
	margin: 2% auto;
	text-align: left;
}

.sliderNav li {
	width: 19.97%;
	display: inline-block;
	margin-bottom: 2%;
	margin: 0 1%;
}

.sliderNav li:nth-child(5) { clear: both; }

.imgPuyo.is-puyo-red03 {
	background: url(../image/puyo-r-03.png) no-repeat;
	background-size: 12%;
	top: 82%;
	left: 86%;
}

.pageTop {
	width: 30%;
	margin: 2% auto;
}

.imgChara.is-rei {
	top: 35%;
	left: -10%;
}

.imgChara.is-asuka {
	top: 35%;
	left: 72%;
}

.imgChara.is-kaworu {
	top: 77%;
	left: -10%;
}

.imgChara.is-mari {
	top: 77%;
	left: 70%;
}

#wrapper.update0804 .imgPuyo.is-puyo-green03 {
	background: url(../image/puyo-g-03.png) no-repeat;
	background-size: 14%;
	top: 31.5%;
	left: 1%;
}

  .imgPuyo.is-puyo-purple04 {
    top: 91%;
  }
  .imgPuyo.is-puyo-blue04 {
    top: 91.5%;
    left: 81%;
  }

.text-att {
	width: 90%;
	margin: 0 auto;
}
}

.mb4 { margin-bottom: 4%; }

.mt4 { margin-top: 4%; }

.txtNext { margin: 6% auto 2% auto; }

/*==================================
banner
===================================*/

.siteBtn {
	display: block;
	width: 57.24%;
	margin: 5% auto;
}

@media screen and (max-width:640px) {

.sliderNav li {
	width: 18.2%;
	display: inline-block;
  margin: 0 1% 0 0;
	margin-bottom: 1.3%;
}

.sliderNav li:nth-child(5n) { margin-right: 0; }

.siteBtn {
	display: block;
	width: 87.24%;
	margin: 5% auto;
}
}

.banner {
	width: 100%;
	max-width: 970px;
	min-width: 310px;
	margin: 0 auto;
	text-align: center;
}

.banner li {
	display: inline-block;
	margin-right: 1%;
	margin-bottom: 1%;
}

.banner li.portalBanner {
	margin-top: 1%;
	border: 1px solid #0086d1;
}

/*==================================
appDl
===================================*/

.appDl {
	width: 100%;
	padding: 3% 0;
	background: #0d1049;
	color: #FFFFFF;
	font-size: 2rem;
}

.appDl .box {
	width: 100%;
	max-width: 980px;
	min-width: 320px;
	margin: 0 auto;
}

.appDl .box h3 {
	width: 79.68%;
	margin: 0 auto;
}

.appDl .dl { text-align: center; }

.appDl .dl li {
	display: inline-block;
	width: 24.37%;
	background: url(../image/appDL-bg.png) no-repeat center top;
	background-size: 79%;
}

@media screen and (max-width:640px) {

.appDl .dl li { width: 39.37%; }
}

.appDl .dl li a img {
	width: 90%;
	margin: 3% 0 25% 0;
}

.appDl .box .txt {
	width: 50.31%;
	margin: 0 auto;
}

.appDl .box p {
	margin: 0 auto;
	font-size: 3.0rem;
}

/***********************************************/
		

#top_scroll_btn {
	position: fixed;
	z-index: 9999;
	width: 15.93%;
	height: auto;
	bottom: 10px;
	right: 10px;
	visibility: visible;
}

.tcb-is-active {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp;
	visibility: visible !important;
}

.tcb-is-inactive {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown;
	visibility: visible !important;
}

#top_scroll_btn img:hover {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	visibility: visible !important;
}

@media screen and (max-width:640px) {

#top_scroll_btn { width: 23%; }
}

/*==================================
footer
===================================*/

footer {
	position: relative;
	width: 100%;
	min-width: 960px;
	background: #ffffff;
	font-size: 3.0rem;
	color: #111111;
}

.footer {
	width: 90%;
	max-width: 970px;
	min-width: 310px;
	margin: 0 auto;
	padding-bottom: 5%
}

#footerContents, #footer_text { padding: 10px; }

#footer_text { padding-top: 0; }

#footerContents li {
	float: left;
	margin-right: 16px;
}

#footerContents li p { margin-top: 13px; }

.sega-logo {
	display: inline-block;
	width: 104px;
	height: 36px;
	padding-top: 38px;
	margin-right: 16px!important;
}

.copyFooter {
	display: table-cell;
	vertical-align: bottom;
	height: 74px;
	line-height: 100px;
}

#footer_text a {
	display: inline-block;
	margin-right: 10px;
}

@media screen and (max-width:960px) {

footer { min-width: 320px !important; }
}

@media screen and (max-width:640px) {

footer { font-size: 3.0rem; }

#footerContents { padding: 10px 5px; }

#footerContents li { margin-right: 0; }

.footer { padding-bottom: 28% }

.copyFooter {
	display: table-cell;
	vertical-align: bottom;
	line-height: 100px;
}
}
