@charset "UTF-8";


/* 残りタスク
・App Storeロゴの大きさ
・実際のゲームイラスト
・その文章
・楓りとぅんの画像 */



/* COMMON */

html {
    font-size: 100%;
}

body {
    font-family: "Yu Cothic Medium", YuGothic, sans-serif;
    color: #333;
    background-color: #CCFFCC;
}


h2.title {
    font-family: 'Bowlby One SC', cursive;
    font-size: 2.5rem;
    text-align: center;
    padding: 2%;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}

#content {
    z-index: 2;
}







/* HEADER */

/* .page-header {
    display: flex;
} */

.page-header {
    position: fixed;
    right: 0;
}

.page-header .main-nav {
    display: flex;
    justify-content: flex-end;
    margin-right: 40%;
}

.page-header .main-nav li {
    margin: 15px;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0 3px 3px rgba(83,78,61,.3);
    background-color: #fff;
}

.page-header .main-nav li a {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #3399FF;
    font-size: 18px;
    transition: .3s;
}

.page-header .main-nav li a:hover {
    opacity: 0.4;
}










/* HOME */

#home {
    padding-top: 12%;
    height: 1050px;
    background-color: #fff;
}

.home-content {
    text-align: center;
}

.home-content h1 {
    font-size: 3.5rem;
    margin-bottom: 6%;
}

.home-content h2 {
    font-size: 2rem;
    margin-bottom: 2%;
}












/* STORY */


#story {
    margin-top: 6%;
    background-color: #fff;
    height: auto;
}

.article {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.article .pic {
    margin-top: 5%;
}

#story .tuduki {
    font-size: 2rem;
    text-align: center;
    padding-top: 6%;
    padding-bottom: 8%;
}








/* DEVELOPER */


#developer {
    margin-top: 6%;
    background-color: #fff;
    height: auto;
    padding-bottom: 2%;
}

.profiles {
    display: flex;
    justify-content: center;
}

.profile {
    margin-left: 4%;
    padding: 5%;
}

.profile img {
    border-radius: 80%;
}

.profile h3 {
    margin-top: 2%;
    font-size: 1.25rem;
}

.profile p {
    margin-top: 2%;
}











/* TOPIC */


#topic {
    margin-top: 6%;
    background-color: #fff;
    height: auto;
    padding-bottom: 8%;
}

.movie {
    margin-top: 4%;
    text-align: center;
}

.movie p {
    margin-bottom: 3%;
    font-size: 1.5rem;
}








/* CALL TO ACTION */

#call-to-action {
    margin-top: 6%;
    background-color: #fff;
    height: auto;
    padding-bottom: 6%;
    margin-bottom: 7%;
}

.action {
    text-align: center;
}

.action h2 {
    font-size: 2rem;
    padding: 8%;
}







/* FOOTER */


.copylight {
    text-align: center;
    padding: 3%;
    background-color: #555;
}

.copylight p {
    color: #fff;
    font-size: 1.25rem;
}