@charset "UTF-8";
html{
    font-size: 100%;
}
body{
    background-color: #fff8e0;
    font-family: 'M PLUS 1 Code', sans-serif;
    font-family: 'Sawarabi Gothic', sans-serif;
    line-height: 1.7;
    color: #26120a;
    text-align: center;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}
.logo{
    justify-content: center;
    width: 210px;
    margin-top: 14px;
}
.main-nav{
    display: flex;
    justify-content: center;
    font-size: 1.25rem;
    text-transform: uppercase;
    padding: 12px;
    list-style: none;
}
.main-nav li{
    margin-left: 36px;
}
.main-nav a{
    color: #26120a;
}
.main-nav a:hover{
    color: #fcc800;
}
.page-header{
    justify-content: center;
}
.top{
    justify-content: center;
    width: 1100px; 
}
article{
    margin: 55px 55px;
}
.icon{
    justify-content: center;
    width: 350px; 
}
.information{
    justify-content: center;
    width: 350px; 
}
h1{
    font-size: 2rem;
}
.wrapper{
    background-color: #26120a;
    color: #fff8e0;
}
.main-nav2{
    display: flex;
    justify-content: center;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 24px;
    padding: 12px;
    list-style: none;
}
.main-nav2 li{
    margin-left: 36px;
}
.main-nav2 a{
    color: #fff8e0;
}
.main-nav2 a:hover{
    color: #fcc800;
}
.twitter{
    justify-content: center;
    width: 60px;
    margin-bottom: 14px;
}
.booth{
    justify-content: center;
    width: 170px;
    margin-bottom: 14px;
}
/* モバイル版
-----------------------------------　*/
@media (max-width: 600px){
    .pege-header{
        flex-direction: column;
        align-items: center;
    }
/* ヘッダー */
    .logo{
        width: 80px;
        margin-top: 7px;
    }
    .main-nav{
        font-size: 0.5rem;
    }
    .main-nav li{
        margin: 10px;
    }
/* プロフィール */
    h1{
        font-size: 1.2rem;
    }
    h2{
        font-size: 1.2rem;
    }
    h3{
        font-size: 0.9rem;
    }
    p{
        font-size: 0.6rem;
    }
    .icon{
        width: 150px;
        margin-top: 14px;
    }
    .information{
        width: 150px;
        margin-top: 14px;
    }
/* フッター */
    .main-nav2{
        font-size: 0.5rem;
        margin-top: 10px;
    }
    .main-nav2 li{
        margin: 0 10px;
    }
    .twitter{
        justify-content: center;
        width: 30px;
        margin-bottom: 10px;
}
    .booth{
        justify-content: center;
        width: 85px;
        margin-bottom: 10px;
}
}