@import url("reset.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

body {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: black;
    width: 100%;
    height: 100%; 
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    letter-spacing: normal;
    text-align: center;
}

a {
    text-decoration: none;
    color: inherit;
}


#body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

#body > img {
    width: 100%;
    height: 75px;
    object-fit: contain;
    margin: 0px auto 10px auto;
}

@media (min-width: 768px) {
    #body > img {
        width: 740px;
        height: 167px;
        margin: 0px auto 20px auto;
    }
}

#body > p {
    font-family: 'Noto Sans JP', sans-serif;
    max-width: 90%;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-shadow: 0px 0px 4px #000000, 0px 0px 4px #000000, 0px 0px 4px #000000, 0px 0px 4px #000000, 0px 0px 4px #000000;
    text-align: justify;
    color: #fff;
}

@media (min-width: 768px) {
    #body > p {
        font-size: 19px;
        max-width: 680px;
    }
}

main {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

main > section {
    width: 90%;
    padding: 30px 0px 10px 0px;
}

@media (min-width: 768px) {
    main > section {
        padding: 1.5rem 36px 0rem 36px;
    }
}

#shop-header {
	height: 70px; 
    width: 100%;
	z-index: 12;
    float: right;
    padding: 10px 0px 0px 0px;
    background: linear-gradient(to right, black 0%, #39FF14 20%, #39FF14 80%, black 100%);
}
@media (min-width: 768px) {  
    #shop-header {
        height: 55px;
        background: linear-gradient(to right, black 0%, #39FF14 20%, #39FF14 50%, #39FF14 80%, black 100%);
    }
}

#shop-header .shop-callout  {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    width: 330px; 
    font-size: 14px;
    color: black;
    text-shadow: 0px 0px .5px black, 0px 0px .5px black, 0px 0px .5px black, 0px 0px .5px black, 0px 0px .5px black;
}
@media (min-width: 768px) {  
    #shop-header .shop-callout {
        margin: 0px 0px 5px 0px;
        width: 100%;
        font-size: 20px;
    }
}

#shop-header .shop-button {
    display: inline-block;
    opacity: 1; 
    background-color: black; 
    color: white;
    padding: 1px 16px;
    text-align: center;
    font-size: 14px;
    margin: 5px 0px 5px 0px;
    cursor: pointer;
    border-radius: 20px; /* Rounded corners */
}
#shop-header .shop-button:hover {
    opacity: .7;
}
@media (min-width: 768px) {  
    #shop-header .shop-button {
        padding: 4px 20px;
        margin: 0px 0px 5px 10px;
    }
}

#play-now-button {
    font-family: PTSerif;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    border: 0;
    background: none;
    color: #fafafa;
    text-transform: uppercase;
    margin-top: 15px;
    position: relative;
}

@media (min-width: 768px) {
    #play-now-button {
        font-size: 32px;
        margin-top: 30px;
    }
}

#play-now-button > img {
    height: 32px;
}

@media (min-width: 768px) {
    #play-now-button > img {
        height: 54px;
    }
}

#play-now-button > .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -55%);
    width: 100%;
}

#stores {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
    margin-top: 10px;
    width: 350px;
}

#stores .store-button {
    height: 28px;
}

@media (min-width: 768px) {
    #stores {
        margin-top: 30px;
        gap: 1rem;
        width: 600px;
    }
    #stores .store-button {
        height: 40px;
    }
}

footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px 0 15px 0;
    font-size: x-small;
    text-shadow: 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000, 0px 0px 2px #000000;
}

@media (min-width: 768px) {
    footer {
        font-size: small;
    }
}

footer p {
    margin: 5px;
}

.footer-social-networks {
    display: flex;
    justify-content: center;
    gap: 12px;
    order: -1;
}

.footer-social-networks .icon {
    opacity: 1;
    object-fit: contain;
    width: 32px;
    height: 32px;
}

.footer-social-networks .icon:hover {
    opacity: 0.7;
}

.footer-social-networks .forum-icon {
    opacity: 1;
    width: 50px;
    margin-top: 7px;
}

.footer-social-networks .forum-icon:hover {
    opacity: 0.7;
}

#legal {
	padding: 0;
}

#legal .policy-link {
    font-weight: 700;
}

#legal .mf-logo {
	width: 40px;
	height: 50px;
	background: url("images/mf-face.png") no-repeat center;
	background-size: 100%;	
	text-indent: -9000px;
	margin: 2px 0px 1px 7px;
	float: left;
}

#legal .dev-mf {
    display: flex;
	width: 90px;
    margin: 0px 10px 0 0px; 
}
#legal .dev-dp {
	display: flex;
    width: 90px;
    margin: 9px 0 0 10px; 
}
@media (max-width: 767px) {
   #legal .dev-mf {
        width: 75px;
        margin: 0px 5px 0 0px; 
    }
    #legal .dev-dp {
        width: 75px;
        margin: 9px 0 0 5px; 
    } 
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.uppercase {
    text-transform: uppercase;
}


@media (max-width: 767px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: initial;
    }
}
@media (min-width: 768px) {
    .desktop {
        display: initial;
    }
    .mobile {
        display: none;
    }
}
