/*全体*/
body {
    font-family: 'M PLUS 2',meiryo,ヒラギノ角ゴ pro w3,hiragino kaku gothic pro, sans-serif;
    padding-top: 100px;/*ヘッダ用*/
}

h6 {
    font-size: 18px;
}
h5 {
    font-size: 20px;
}
h4 {
    font-size: 22px;
}

iframe {
    vertical-align: bottom;
}

.container {
    max-width: 100%;
    padding: unset;
}

a{
    text-decoration: none;
    color: #232323;
}

li {
    list-style:none;
}

/*文字関連*/
.bold {
    font-weight: bold;
}

/*ボタン*/
.area-btn {
    position: fixed;
    top: 500px;
    right: 0;
    margin-right: 20px;
}
.area-btn li {
    list-style:none;
}
.area-btn a{
    text-decoration: none;
    color: #D2F300;
}
.area-btn .btn {
    border: 2px solid #D2F300;
    color: #D2F300;
	width: 180px;
    height: 50px;
    margin-bottom: 10px;
    line-height: 30px;
    --bs-btn-border-radius:unset;
    font-weight: bold;
}

.area-btn .btn:hover {
    background-color: #D2F300;
    color: #232323;
}

/*ハッシュタグ*/
.h-tag {
    color: #1D9BF0;
}
.hash-arae a:hover{
    opacity: 0.5;
}

/*Comming soon*/
.comming {
    padding: 150px 0 200px;
}

@media screen and (max-width: 1280px) {
    /*全体*/
    body {
        padding-top: unset;
    }
    h6 {
        font-size: 14px;
    }
    h5 {
        font-size: 15px;
    }
    h4 {
        font-size: 16px;
    }
    h3 {
        font-size: 18px;
    }
    h2 {
        font-size: 20px;
    }
    h1 {
        font-size: 22px;
    }

    /*Comming soon*/
    .comming {
        padding: 50px 0 100px;
    }

}