
.lang{
    display: none;
}
body{
    font-family: -apple-system, 'Meiryo', "Osaka", sans-serif;
}
body#index{
    font-family: "M PLUS 1p", -apple-system, 'Meiryo', "Osaka", sans-serif;
}
body#index h1 {
    border-bottom: none;
}
body > .container:first-child{
    padding-top: 60px;
}
.container img{
    max-width: 100%;
}
.font-sp-text{
    font-family: 'Alfa Slab One', -apple-system, 'Meiryo', "Osaka", sans-serif;
}
h1, h2{
    font-family: 'Alfa Slab One', -apple-system, 'Meiryo', "Osaka", sans-serif;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: solid 1px #ccc;
}
.content{
    padding: 20px 0 40px;
}
*:not(input){
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.footer {
    width: 100%;
    background-color: #f5f5f5;
}
.footer .container{
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}
.store-badge{
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.store-badge object{
    max-width: 100%;
    height: 80px;
}
.store-badge img{
    max-width: 100%;
    max-height: 74px;
}
.store-badge-apple object {
    padding: 4px 0;
}
.store-badge-container{
    margin-bottom: 40px;
}
.store-badge-container > div{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.main-image{
    text-align: center;
}
.main-image img{
    max-height: 200px;
}