@charset "UTF-8";

* {
    box-sizing: border-box;
    zoom: 1;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-size: 0.97656vw;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    margin: 0 auto;
    font-family: Noto Sans JP,Hiragino Kaku Gothic ProN,Hiragino Kaku Gothic Pro,"ＭＳ ゴシック",sans-serif,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,Osaka,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    word-wrap: break-word;
    word-break: break-all;
    overflow-wrap: break-word;
    position: relative;
    line-height: 1;
}

img {
    pointer-events: none;
}

a {
    text-decoration: none;
}

p {
	color: #505050;
}

.footer .list li.text:after {
    content: "";
    width: 1.26953vw;
    height: 1.95312vw;
    margin: 0.1vw 5.44141vw 0 2.44141vw;
    background: url(arrow_footer.png) 0 0 no-repeat;
    background-size: contain;
    display: block;
}

@media print, screen and (max-width: 1199px) {
html {
    font-size: 0.97656vw;
}}

@media print, screen and (max-width: 1199px) {
body {
    min-width: 100vw;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}}

@media print, screen and (max-width: 1199px) {
img {
    width: 100%;
    height: auto;
}}

.wrap {
    background: url(bg1_pattern.png);
	background-size: 100%;
}

.logo {
    margin-bottom:20px;
	padding: 3% 15% 3%;
	text-align: center;
}

.subtitle1 {
    margin: 15px auto 30px;
    display: block;
    width: 85%;
}

.game_main {
    position: relative;
    text-align: center;
}

.game_btn {
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    right: 0;
    left: 0;
    width: 85%;
}

.game_btn img {
    display: block;
    margin: 0 auto;
    width: 95%;
}

.main_text {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-50%,-50%);
    margin: 0 auto;
    padding: 0;
    font-size: 5.2rem;
    color: white;
    width: 100%;
    text-align: center;
}

.sub_text {
    font-size: 3.4rem;
}

.notes_text {
    text-align: center;
    padding: 10px;
    line-height: 1.5em;
    font-size: 2.4rem;
}

.subtitle2 {
    margin: 10px auto;
    display: block;
    width: 85%;
}

.stores {
	width: 90%;
	background: #ffffff;
	border-radius: 8px;
	margin: 0 auto;
	text-align: center;
	padding: 0 10px 0 0;
}

.app_icon {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.app_icon img {
	margin: 10px auto;
	display: block;
	height: 80%;
	width: 80%;
}

.ios_link {
    width: 30%;
    display: inline-block;
    vertical-align: bottom;
    font-size: 2rem;
    padding: 0px;
}

.ios_link img, .android_link img {
	margin: 10px auto;
	display: block;
}

.android_link {
    width: 36%;
    display: inline-block;
    vertical-align: bottom;
    font-size: 2rem;
    padding: 0px;
}
.aboutTitle {
    margin: 25px auto 25px;
    display: block;
    width: 85%;
}
.aboutTitle img {
    display: block;
    position: relative;
	padding-top: 8%;
}

.about {
    display: block;
    position: relative;
}

.about img {
    margin: 10px auto;
    display: block;
    width: 90%;
	margin-bottom: 8%;
}

.trademark_notes p {
    color: #434343;
    text-align: center;
    padding: 8px 10px 0 10px;
    line-height: 1.5em;
    font-size: 2rem;
}

.footer {
	background: #ffffff;
	border-radius: 20px 20px 0 0;
	margin: 8% 0 0;
	padding: 20px 10px;
	text-align: center;
}

.footer img {
    width: 67%;
    margin-right: 20px;
}

.footer .list {
    width: 85.9375vw;
    margin: 2.20312vw auto 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer .list .text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer .list .text a {
    font-weight: 500;
    color: #505050;
    font-size: 2.4rem;
}

.footer .list.list .text {
    margin: 0 0 0 7.8125vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.copyright p {
    color: #505050;
    text-align: center;
    font-size: 2.0rem;
    line-height: 1.91667;
    margin: 25px 0px 0px;
}