/* ここからタブレットのレスポンシブ */

@media (max-width: 1000px){
header {
    height: 50px;
}
    .header-left{
        height: 50px;
        display: flex;
        align-items: center;
    }
    .header-logo {
        height: 30px;
    }
    .header-name {
        height: 30px;
        gap: 10px;
    }

.header-left a {
    height: 50px;
}
.header-left a:hover {
    background-size: 30px;
}
    header nav {
        display: flex;
        justify-content: end;
        height: 50px;
    }
    .header-list {
        display: flex;
        justify-content: end;
    }
    .header-list a {
        text-decoration: none;
        font-family: "Hiragino Mincho Pro","Hiragino Mincho ProN",serif;
        font-size: 15px;
        line-height: 50px;
        padding: 0 10px;
        gap: 5px;
    }
    .header-list a:hover {
        background-size: 40px;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .top-wrapper {
        height: 300px;
        padding-top: 50px;
        display: flex;
    }
    .top-left {
        align-items: center;
        text-align: center;
    }
    h3 {
        font-size: 15px;
    }
.section {
    padding-bottom: 50px;
}
.content-upper {
    padding: 20px 20px 10px 20px;
}
.role {
    width: 40px;
    height: 40px;
}
.content-downer a {
    width: 150px;
    font-size: 12px;
}
footer {
    height: 160px;
}
.footer-logo {
    height: 50px;
}
.footer-logo img{
    height: 50px;
}
.preface {
    margin-bottom: 0;
}
.script {
    min-height: calc(100% - 370px);
}
}
    
/* ここからスマートホンのレスポンシブ */
@media (max-width: 630px){
header nav {
    display: none;
}
.top-wrapper {
    padding-top: 70px;
    height: auto;
    display: block;
    text-align: center;
}
.top-left {
    align-items: center;
    text-align: center;
    font-size: 10px;
}
.top-right {
    width: 50%;
    margin: 10px 0;
}
.section-title img {
    height: 25px;
    width: 25px
}
.section-title h2 {
    font-size: 20px;
    padding: 0 5px;
}
.contents {
    margin: 0 10px 10px 10px;
    padding: 5px;
}
.content-upper {
    width: flex;
    padding: 10px 10px 20px 10px;
    display: block;
    align-items: center;
}
.content-left1{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.poster {
    width: 100%;
    margin: 5px auto 0 auto;
}
.content-right{
    width: 100%;
    padding-left: 5px;
}
.content-downer {
    text-align: center;
    padding-bottom: 15px;
}
.content-downer a {
    width: 90%;
    padding: 5px;
    margin: 3px;
    height: 18px;
    font-size: 10px;
    transition: 0.5s;
}
.shop-text,h,.contact-text{
    font-size: 12px;
}
footer {
    height: auto;
    padding: 20px 10px 70px 10px;
}
.footer-logo {
    height: 40px;
    margin-bottom: 15px;
}
.footer-logo img {
    height: 40px;
}
aside {
    box-sizing: border-box;
    display: block;
    position: fixed;
    bottom: -10px;
    width: 100%;
}
aside ul {
    margin: 0;
    list-style: none;
    display: inline-block;
    display: flex;
    margin: 0;
    padding: 0;
}
aside li {
    display: inline-block;
    flex: 1;
    height: 40px;
    padding-bottom: 20px;
    gap: 5px;
    border-radius: 5px;
    border: 2px solid #FFEFC1;
    background-color: #522f1f;
}
aside a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    color: #FFEFC1;
    font-family: "Hiragino Mincho Pro","Hiragino Mincho ProN",serif;
    font-size: 13px;
    padding: 15px auto 25px auto;
    transition: 0.5s;
}
aside a:hover {
    background-color: rgba(54, 184, 162, 0.8);
}
aside img {
    height: 25px;
    width: 25px;
}
/* ここから自己紹介のみのレスポンシブ */
.profile {
    padding: 70px 30px 0 30px;
}
.preface {
    margin-bottom: 0;
}
.coming-soon p {
    font-size: 5px;
}
.script {
    min-height: calc(100% - 370px);
}
}
    