*{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    line-height: 1.75rem;
}

#content{
    width :100%;
    max-width : 1080px;
    margin : 0 auto;
    color: #29292d;
}

#header{
    text-align: center;
    padding: 1rem;    
}

#header a{
    background-image: url('logo.png');
    display: inline-block;
    width: 20rem;
    height: 4rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px; /* テキストを視覚的に隠す */
    overflow: hidden;
}
#header img{
    width: 50%;
    max-width: 25rem;
    margin: 0 auto;
    padding: 1.5rem 0;
}

#footer{
    text-align: center;
    padding-top: 1rem;
}
#about{
    text-align: center;
    padding-bottom: 1rem;
}

.item {
    display: flex;
    align-items: center;       /* 垂直方向の中央揃え */
    flex-wrap: wrap;
    padding: 1rem;
    border-top: 1px solid #626285;
}

.item img{
    width: 20rem;
    height: auto;
    flex-shrink: 0;
    flex-wrap: wrap;
    margin: 0 2rem ;
}

.item .info div{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.item .info h1{
    font-size: 1.75rem;
}

#whatsnext .item img{
    width: 20rem;
    height: auto;
    flex-shrink: 0;
    margin: 0 2rem 0 0;
}

#whatsnext .item {
    align-items: start;
}

h1 a{
    line-height: inherit;
}

h1.whats_next_title,h1.whats_next_lite_title{
    background-image: url('icon_whats_next_full.png');
    background-position: left, center;
    background-size: 3rem;
    background-repeat: no-repeat;
    padding-left: 4rem;
    line-height: 3rem;
}
h1.whats_next_lite_title{
    background-image: url(icon_whats_next_lite.png);
}

.link {
    margin: 1rem 1rem 3rem 1rem;
    padding: 1rem;
    border: 1px solid #d0d0f9;
    border-radius: 15px;
}
.link a{
    background-image: url('icon_link.svg');
    background-position: left, center;
    background-size: 1rem;
    background-repeat: no-repeat;
    padding-left: 2rem;
    display: block;
}

.storelink a{
    display: inline-block;
    width : 7rem;
    height : 2.5rem;
    max-width: 8rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px; /* テキストを視覚的に隠す */
    overflow: hidden;
    margin-left: 2rem;
}

.storelink a:first-child {
    margin-left: 0;
}

.app_apple {
    background-image: url('apple_app_store_badge.svg');
}
.app_amazon {
    background-image: url('amazon-appstore-badge.png');
    width: 12rem !important;
}

.storelink{
    padding: 1rem 0rem;
}
.disabled-link {
    pointer-events: none;
    text-decoration: none;
    cursor: default;
}