@charset "utf-8";
/* CSS Document */
#mainimg {
	background-image: url(../images/top/titleimg_sp.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-top: 134.7%;
	height: 0;
	width: 100%;
	position: relative;
	z-index: 0;
}
#mainimg h1 {
	text-indent: -9999px;
}
#mainimg p.mi-cat1 {
	text-indent: -9999px;
}

.mi-cat2 {
	display: none;
}

#mi-menu {
	display: none;
}


.god {
    animation-name: swinggod;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

@keyframes swinggod {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}

.sp-item #god-a {
	margin: 50px auto;
	width: 60%;
}
.sp-item #god-a img {
	height: auto;
	width: 100%;
}
.mi-spcat2 {
	display: block;
	margin: 0 auto;
	width: 96%;
}
.mi-spcat2 img {
	height: auto;
	width: 100%;
}

#fortune {
	display: block;
	margin: 60px auto;
	width: 96%;
}
#fortune input {
	background-image: url(../images/top/bn_oraclecard_sp.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 0;
	padding-top: 38.89%;
	height: 0;
	width: 100%;
}

#topics {
	display: block;
	margin: 50px auto;
	width: 100%;
}
#topics h2 {
	background-image: url(../images/top/ti_topics_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding-top: 24.3%;
	height: 0;
	width: 100%;
}
#topics iframe {
	display: block;
	margin: 40px auto;
	width: 96%;
}

@media only screen and (min-width: 769px) {
#mainimg {
	background-image: url(../images/top/titleimg.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	height: 831px;
	width: 1300px;
	position: relative;
	z-index: 0;
}
.mi-spcat2 {
	display: none;
}
.mi-cat2 {
	display: block;
	animation: fadeIn 10s ease 0s 1 normal;
	-webkit-animation: fadeIn 10s ease 0s 1 normal;
	position: absolute;
	top: 193px;
	left: 598px;
	z-index: 1;
}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
 
@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

#mi-menu {
	display: block;
	width: 964px;
	position: absolute;
	top: 760px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 2;
}
#mi-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	width: 964px;
}

#mi-menu ul li a {
	font-size: 18px;
	text-decoration: none;
	background-image: url(../images/top/mm_line.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	padding: 0 8px;
	height: 45px;
	width: auto;
}
#mi-menu ul li a:hover {
	text-decoration: none;
	background-image: url(../images/top/mm_line_on.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	opacity: 0.8;
}


#fortune {
	display: block;
	margin: 60px auto;
	padding: 0;
	width: 653px;
}
#fortune input {
	background-image: url(../images/top/bn_oraclecard.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	margin: 0;
	padding-top: 0;
	height: 222px;
	width: 653px;
}

#fortune input:hover {
	opacity: 0.8;
}

#topics {
	display: block;
	margin: 96px auto;
	height: 150px;
	width: 1050px;
	position: relative;
}
#topics h2 {
	background-image: url(../images/top/ti_topics.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	height: 150px;
	width: 334px;
	position: absolute;
	top: 0;
	left: 0;
}
#topics iframe {
	display: block;
	margin: 0;
	height: 150px;
	width: 670px;
	position: absolute;
	top: 0;
	right: 0;
}

#god-a {
	display: block;
	margin: 0 auto;
	width: 242px;
}
#god-a img {
	height: auto;
	width: 100%;
}
}