@charset "utf-8";

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd{
	padding: 0;
	margin: 0;
}

ol,ul{
	list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/

html{
	overflow-y: scroll;
}

body{
	overflow:hidden;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/

html{
	overflow-x: hidden;
	font-size: medium;
}

body{
	min-width: 1200px;
	font-size: 62.5%; /* 16px -> 10px */
}

div{
	line-height: 0;
}

dt,dd,li,
caption,th,td,
input,button,textarea,select,
h1,h2,h3,h4,h5,h6,address{
	line-height: 0;
	font-size: 140%;
	margin: 0;
	padding: 0;
}

p{
	line-height: 1.5;
	font-size: 140%;
	margin: 0;
	padding: 0;
}

h1 *,h2 *,h3 *,h4 *,h5 *,h6 *,
p input,p button,p select,
li h1,li h2,li h3,li h4,li h5,li h6,li p,li dt,li dd,li li,li th,li td,li input,li button,li textarea,li select,
dd h1,dd h2,dd h3,dd h4,dd h5,dd h6,dd p,dd dt,dd dd,dd li,dd th,dd td,dd input,dd button,dd textarea,dd select,
tr h1,tr h2,tr h3,tr h4,tr h5,tr h6,tr p,tr dt,tr dd,tr li,            tr input,tr button,tr textarea,tr select{
	font-size: 100%;
}

input,button,select,option,textarea{
	font-size: 14px;
}

figure{
	margin: 0;
}

a,
a:link,
a:visited{
	color: #1d99c1;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

section{
	position: relative;
}

@media only screen and (max-width: 640px) {
	body{
		min-width: 0;
	}	
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/

.clearfix:after {
	content: " "; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/

.hover :hover{
	opacity: 0.8;
	animation: btn 0.5s;
	-webkit-animation: btn 0.5s;
	-moz-animation: btn 0.5s;
}

@keyframes btn {
	0% { 
		opacity: 1;
	}
	10% { 
		opacity: 0.4;
	}
	100% {
		opacity: 0.8;
	}
}

@-webkit-keyframes btn {
	0% { 
		opacity: 1;
	}
	10% { 
		opacity: 0.4;
	}
	100% {
		opacity: 0.8;
	}
}
@-moz-keyframes btn {
	0% { 
		opacity: 1;
	}
	10% { 
		opacity: 0.4;
	}
	100% {
		opacity: 0.8;
	}
}

/*-----------------------------------------------
 body
-----------------------------------------------*/
body{
	background-image:  url(../img/global/bg.png);
	background-position: center top;
	background-repeat: repeat;
	background-attachment:  fixed;
	background-size:100%;
}
#ground {
	background-image:url(../img/header/bg_paper_top.png) , url(../img/global/bg_paper.png);
	background-position:center top,center top 671px;
	background-repeat:no-repeat ,repeat-x;
	background-attachment: fixed , fixed;

}
@media only screen and (max-width: 1000px) {
	body{
		min-width: 0;
	}
}


/*-----------------------------------------------
 content
-----------------------------------------------*/
#content{
	position: relative;
	width: 1010px;
	margin: 0 auto 98px;
	padding: 0 0 10px;
	box-sizing: border-box;
	border-radius: 30px;
	background-size: auto auto;
	background-color: rgba(255,255,255,0.8);
	background-image: repeating-linear-gradient(135deg, rgba(255,255,255,0.8), rgba(255,255,255,0.8) 8px, rgba(255,255,255,0.32) 8px, rgba(255,255,255,0.32) 18px );
	border:solid 4px #1f2678;
}
#content section > .inner{
	position: relative;
	z-index: 1;
	width: 920px;
	min-height: 300px;
	margin: 0 auto 20px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
}
#content section > .inner .box{
	position: relative;
	min-height: 100px;
	box-sizing: border-box;
	border-radius: 20px;
}
#content h2{
	text-align: center;
}
#content h2 img{
	margin-top: -50px;
}
#content h3{
	position: relative;
	z-index: 1;
	margin-bottom: 13px;
	text-align: center;
	margin-left: 5px;
}

@media only screen and (max-width: 1000px) {
	#content{
		padding: 0 0 20px;
		width:1000px;
	}
	#content > .inner{
		margin-bottom: 40px;
	}
}
/*-----------------------------------------------
 topic1
-----------------------------------------------*/

#topic1 p{
	margin-bottom: 9px;
	text-align:center;
}
#topic1 .btn{
	position: relative;
	z-index: 1;
	width: 303px;
	height: 74px;
	margin: 0 auto;
}
#topic1 .btn a{
	display: block;
	width: 303px;
	height: 73px;
	background-image: url(../img/top/btn.png);
	font-size: 22px;
	line-height: 66px;
	text-align: center;
	color: #ffff00;
}
#topic1 .btn a:hover{
	display: block;
	width: 303px;
	height: 73px;
	background-image: url(../img/top/btn-on.png);
	color: #e0282c;
	text-decoration:none;
}
#topic1 .image{
	position: relative;
	z-index: 1;
	text-align: right;
}
#content #topic1 .inner {
	margin-bottom:18px;
}
#topic1 .inner .box {
	margin-top:-16px;
}
/*-----------------------------------------------
 topic2
-----------------------------------------------*/
#topic2 p{
	margin-bottom: 15px;
}
#topic2{
	text-align: center;
}
#topic2 .box div{
	position: relative;
}
#topic2 .box .app{
	position: absolute;
    left: 222px;
    bottom: 26px;
}
#content #topic2 .inner {
	margin-bottom:18px;
}
/*-----------------------------------------------
 topic3
-----------------------------------------------*/
#topic3 p{
	margin-bottom: 17px;
	margin-left: 17px;
}
#topic3{
	text-align: center;
}
#topic3 .box {
	margin-left: -5px;
}
#topic3 .box div{
	position: relative;
}
#topic3 .box .app{
	position: absolute;
    left: 222px;
    bottom: 26px;
}
#topic3 .btn{
	position: relative;
	z-index: 1;
	width: 343px;
	height: 74px;
	margin: 0 auto;
}
#topic3 .btn a{
	display: block;
	width: 343px;
	height: 73px;
	background-image: url(../img/top/btn2.png);
	font-size: 22px;
	line-height: 66px;
	text-align: center;
	color: #ffff00;
}
#topic3 .btn a:hover{
	display: block;
	width: 343px;
	height: 73px;
	background-image: url(../img/top/btn2-on.png);
	color: #e0282c;
	text-decoration:none;
}



/*-----------------------------------------------
 topic4
-----------------------------------------------*/
#content #topic4 .inner {
	margin-bottom:40px;
}
/*-----------------------------------------------
 gatya
-----------------------------------------------*/
#gatya{
	height: 564px;
	background-color: rgba(51, 145, 207, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(51, 156, 212, 1) 10px, rgba(51, 156, 212, 1) 20px );
	border-radius: 20px;
	padding-top:155px;
	margin-top:41px;
}
#gatya .back{
	position: absolute;
	top: -64px;
	left: 32px;
}
#gatya .left{
	position: absolute;
	z-index: 1;
	top: 426px;
	left: -9px;
}
#gatya .right{
	position: absolute;
	z-index: 1;
	top: 449px;
	right: -17px;
}
#gatya .bottom {
	position: absolute;
	z-index: 1;
	bottom: -36px;
	left: 23px;
}
#gatya .panel{
	position: relative;
	width: 800px;
	height: 499px;
	padding: 10px;
	margin: 0 auto;
	box-sizing: border-box;
	background:#fff;
	overflow: hidden;
}

#gatya .panel > .inner{
	position: relative;
	height: 508px;
}

/* start */
#about,#entrance,#result  {
	opacity: 0;
}
#start .bg{
	position: absolute;
	top: 0;
	left: 0;
}
#start .shine{
	position: absolute;
	top: 0;
	left: 0;
	animation: shine 4s ease infinite;
}
#start .title{
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
#start .hand{
	position: absolute;
	top: 210px;
	right: 66px;
	cursor: pointer;
	transform: translateY(30px) translateX(-10px);
	animation: hand 2s ease infinite;
}
#start .circle{
	position: absolute;
	top: 230px;
	right: 92px;
	cursor: pointer;
	transform: scale(0);
	animation: circle 2s ease infinite;
}
@keyframes shine {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
	
}
@keyframes hand {
	0% {
		transform: translateY(0) translateX(0);
	}
	20% {
		transform: translateY(30px) translateX(-10px);
	}
	80% {
		transform: translateY(0) translateX(0);
	}
	100% {
		transform: translateY(0) translateX(0);
	}
	
}
@keyframes circle {
	0% {
		transform: scale(0);
	}
	30% {
		transform: scale(1.2);
	}
	80% {
		transform: scale(1.2);
	}
	100% {
		opacity: 0;
		transform: scale(0);
	}
	
}
/* about */
#about .bg{
	position: absolute;
	top: 0;
	left: 0;
}
#about .txt{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#about .btn{
	position: absolute;
	top: 274px;
	left: 50%;
	width: 460px;
	height: 106px;
	transform: translateX(-50%);
	cursor: pointer;
	opacity: 0;
}
#about .btn::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #a5a8c9;
	border-radius: 100px;
}
#about .btn span{
	position: absolute;
	top: -10px;
	left: 0;
	cursor: pointer;
	transition: all 0.3s ease;
}
#about .btn:hover span {
	top: 0;
}

/* entrance */
#entrance .image{
	position: absolute;
	top: 0;
	left: 0;
}
/* result */
#result .bg1{
	position: absolute;
	top: 0;
	left: 0;
}
#result .bg2 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#result .shine{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
#result .paper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/top/game/paper.png") repeat;
	animation: bgloop 100s linear infinite;
	opacity: 0;
}
#result .paper2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../img/top/game/paper2.png") repeat;
	animation: bgloop 100s linear infinite;
	opacity: 0;
}
@keyframes bgloop {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 5878px 2000px;
	}
}
#result .card-box {
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}
#result .card-box .wrap {
	width: 625px;
	height: 329px;
	border: 2px solid #fff;
	box-shadow: 0 0 10px rgba(255,255,255,0.5);
	opacity: 0;
	overflow: hidden;
}
#result .card-box .cover {
	position: absolute;
	top: -105%;
    right: -18%;
    transform: rotate(
-45deg
);
    width: 150%;
    height: 280%;
	background-color: #fff;
}
#result .card-box .card {
	display: block;
	width: 100%;
	height: 100%;
}
#result1 .card-box .card {
	background: url("../img/global/ogp-chara01.jpg") no-repeat top center;
	background-size: contain;
}
#result2 .card-box .card {
	background: url("../img/global/ogp-chara02.jpg") no-repeat top center;
	background-size: contain;
}
#result3 .card-box .card {
	background: url("../img/global/ogp-chara03.jpg") no-repeat top center;
	background-size: contain;
}
#result4 .card-box .card {
	background: url("../img/global/ogp-chara04.jpg") no-repeat top center;
	background-size: contain;
}
#result5 .card-box .card {
	background: url("../img/global/ogp-chara05.jpg") no-repeat top center;
	background-size: contain;
}
#result6 .card-box .card {
	background: url("../img/global/ogp-chara06.jpg") no-repeat top center;
	background-size: contain;
}
#result7 .card-box .card {
	background: url("../img/global/ogp-chara07.jpg") no-repeat top center;
	background-size: contain;
}
#result8 .card-box .card {
	background: url("../img/global/ogp-chara08.jpg") no-repeat top center;
	background-size: contain;
}
#result9 .card-box .card {
	background: url("../img/global/ogp-chara09.jpg") no-repeat top center;
	background-size: contain;
}
#result10 .card-box .card {
	background: url("../img/global/ogp-chara10.jpg") no-repeat top center;
	background-size: contain;
}
#result11 .card-box .card {
	background: url("../img/global/ogp-chara11.jpg") no-repeat top center;
	background-size: contain;
}
#result12 .card-box .card {
	background: url("../img/global/ogp-chara12.jpg") no-repeat top center;
	background-size: contain;
}
#result13 .card-box .card {
	background: url("../img/global/ogp-chara13.jpg") no-repeat top center;
	background-size: contain;
}
#result14 .card-box .card {
	background: url("../img/global/ogp-chara14.jpg") no-repeat top center;
	background-size: contain;
}
#result15 .card-box .card {
	background: url("../img/global/ogp-chara15.jpg") no-repeat top center;
	background-size: contain;
}
#result16 .card-box .card {
	background: url("../img/global/ogp-chara16.jpg") no-repeat top center;
	background-size: contain;
}
#result17 .card-box .card {
	background: url("../img/global/ogp-chara17.jpg") no-repeat top center;
	background-size: contain;
}
#result18 .card-box .card {
	background: url("../img/global/ogp-chara18.jpg") no-repeat top center;
	background-size: contain;
}
#result19 .card-box .card {
	background: url("../img/global/ogp-chara19.jpg") no-repeat top center;
	background-size: contain;
}
#result20 .card-box .card {
	background: url("../img/global/ogp-chara20.jpg") no-repeat top center;
	background-size: contain;
}
#result21 .card-box .card {
	background: url("../img/global/ogp-chara21.jpg") no-repeat top center;
	background-size: contain;
}
#result .btn-tweet{
	position: absolute;
	top: 354px;
	left: 50%;
	width: 278px;
	height: 63px;
	transform: translateX(-50%);
	cursor: pointer;
	opacity: 0;
}
#result .btn-tweet::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(31, 38, 120, 0.4);
	border-radius: 100px;
}
#result .btn-tweet span{
	position: absolute;
	top: -4px;
	left: 0;
	display: block;
	cursor: pointer;
	transition: all 0.3s ease;
}
#result .btn-back{
	position: absolute;
	top: 425px;
	left: 50%;
	width: 213px;
	height: 48px;
	transform: translateX(-50%);
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}
#result .btn-back::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(31, 38, 120, 0.4);
	border-radius: 100px;
}
#result .btn-back span{
	position: absolute;
	top: -4px;
	left: 0;
	display: block;
	cursor: pointer;
	transition: all 0.3s ease;
}
#result .btn-tweet:hover span,#result .btn-back:hover span {
	top: 0;
}




/*-----------------------------------------------
 topic5
-----------------------------------------------*/
#content #topic5 .inner {
	padding-top:25px;
	margin-bottom:30px;
}
#topic5 .box{
	position: relative;
	min-height: 100px;
	box-sizing: border-box;
	border-radius: 20px;
	background-size: auto auto;
	background-color: rgba(51, 145, 207, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(51, 156, 212, 1) 10px, rgba(51, 156, 212, 1) 20px );
	padding:33px 0 34px;
}
#topic5 h4{
	position: relative;
    z-index: 1;
    margin-bottom: 14px;
    font-size: 26.5px;
    font-weight: bold;
    line-height: 1.5;
    color: #ffff00;
    letter-spacing: -0.06em;
}
#topic5 p{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-left:20px;
}
#topic5 ul {
	margin-bottom: 20px;
	margin-left:20px;
}
#topic5 ul:nth-of-type(1) {
	margin-bottom:40px;
}
#topic5 ul li{
	font-size: 18px;
	line-height: 1.83;
	color: #fff;
	letter-spacing: -0.02em;
}

/*-----------------------------------------------
 topic6
-----------------------------------------------*/
#content #topic6 .inner {
	padding-top:25px;
	margin-bottom:40px;
}
#topic6 .box{
	position: relative;
	min-height: 100px;
	box-sizing: border-box;
	border-radius: 20px;
	background-size: auto auto;
	background-color: rgba(51, 145, 207, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(51, 156, 212, 1) 10px, rgba(51, 156, 212, 1) 20px );
	padding:33px 0 70px;
}
#topic6 h4{
	position: relative;
    z-index: 1;
    margin-bottom: 14px;
    font-size: 27.56px;
    font-weight: bold;
    line-height: 1.5;
    color: #ffff00;
    text-align: center;
    letter-spacing: -0.04em;
}
#topic6 p{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-bottom:10px;
	text-align:center;
}
#topic6 ul{
	margin-bottom: 20px;
	margin-left:20px;
}
#topic6 ul li{
	font-size: 18px;
	line-height: 1.83;
	color: #fff;
	letter-spacing: -0.02em;
}

/*-----------------------------------------------
 header
-----------------------------------------------*/
#header{
	position: relative;
	width: 1000px;
	height: 620px;
	margin: 0 auto;
}
#header h1{
    position: absolute;
    z-index: 1;
	top: 162px;
	left: 50%;
	transform: translateX(-50%);
}
#header h1 img {
	margin-right:15px;
}
#header .c1{
	position: absolute;
    top: 10px;
    left: -197px;
}
#header .c2{
    position: absolute;
    top: 0px;
	right: -249px;
}
#header .catch{
	position: absolute;
	top: 406px;
	left: 0;
}
/*-----------------------------------------------
 footer
-----------------------------------------------*/
#footer{
	position: relative;
	padding: 27px 0 27px;
	min-height: 170px;
	color: #fff;
	background-color: #1f2678;
	font-family:Hiragino Sans,"ヒラギノ角ゴシック",   Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",   Roboto,"Droid Sans",YuGothic,"游ゴシック",Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
}
#footer p{
	font-size: 12px;
}
#footer .sns {
	margin-bottom: 20px;
	text-align: center;
}
#footer .sns li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
#footer .logo{
	margin-bottom: 13px;
	text-align: center;
}
#footer .copy{
	text-align: center;
}
#footer .author{
	width: 1000px;
	margin: 0 auto 36px;
	text-align: center;
	line-height:1.5;
}
#footer .pagetop{
	position: fixed;
	z-index: 10;
	right: 20px;
	bottom: 20px;
}

@media only screen and (max-width: 1000px) {
	#footer{
		padding: 20px;
	}
	#footer p{
		font-size: 2.813vw;
	}
	#footer .author{
		width: auto;
	}
}


/*-----------------------------------------------
 shoplist
-----------------------------------------------*/


#shoplist header{
	height: 205px;
	padding: 20px 0;
}
#shoplist h1{
	position:relative;
	text-align: center;
	top:38px;
}
#shoplist h1 img {
	margin:0;
}
#shoplist #content .inner {
	background:none;
}
#shoplist #content .chara {
	position:absolute;
	top: -82px;
	left: 2px;
}
#shoplist .navigation{
	margin: 0 0 40px;
	border: 1px solid #1f2678;
	background-color: #fff;
}
#shoplist .navigation h2{
	margin-bottom: 0;
	background-color: #1f2678;
	border: none;
	font-size: 18px;
	text-align: center;
	line-height: 2.5;
	color: #fff;
}

#shoplist #content{
	padding: 86px 40px 40px;
}

#shoplist .navigation ul{
	width: 872px;
	margin: 0 auto;
	padding: 20px 0;
}

#shoplist .navigation li{
	float: left;
	display: block;
	width: 109px;
	padding: 10px 0;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	color: #ccc;
}
#shoplist .navigation li a{
	color: #1f2678;
}

/* list */

#shoplist h3{
	margin-bottom: 0;
	margin-left:0;
	padding: 10px 0;
	border-top: 1px solid #1f2678;
	border-left: 1px solid #1f2678;
	border-right: 1px solid #1f2678;
	text-align: center;
	line-height: 1.5;
	background-color: #f0f1f6;
}

#shoplist .list{
	margin-bottom: 20px;
	border-top: 1px solid #1f2678;
	border-left: 1px solid #1f2678;
	box-sizing: border-box;
}

#shoplist .list li{
	float: left;
	width: 33.3%;
	width: calc(100% / 3);
	padding: 10px 0;
	border-right: 1px solid #1f2678;
	border-bottom: 1px solid #1f2678;
	box-sizing: border-box;
	background-color: #fff;
	line-height: 1.5;
	text-align: center;
}