/* --- GoogleフォントからWebフォントをインポート --- */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0px;
}

#red_message{
    font-size: 80%;
    color: red;
}

.red_message{
    font-size: 100%;
    color: red;
}

#message{
    font-weight: bold;
}

#bold{
    font-weight: bold;

}

.horizontal {
    display: inline-block;
}

.left{
    text-align: left;
}

.center{
    text-align: center;
}

.right{
    text-align: right;
}

.f_right{
    float: right;
}

.backGroundColor{
    background-color: #e4f5ff;
}

h1 {
    color: white;
    position: relative;
    font-size:1.3em;
    text-align: center;
}

/* -- トップ(ヘッダーの更に上) -- */
#top {
    padding: 0em 0em 0.5em 0em;
}

.female_btn{
    display: inline-block;
    padding: 0.25em 0.25em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#fd67fd 0%, #fd67ad 100%);
    background-image: linear-gradient(#fd67fd 0%, #fd67ad 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #ca5eca;
    font-weight: bold;
}

.female_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.male_btn{
    display: inline-block;
    padding: 0.25em 0.25em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#67ceff 0%, #6795fd 100%);
    background-image: linear-gradient(#67ceff 0%, #6795fd 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
    font-weight: bold;
}

.male_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.comment_btn{
    display: inline-block;
    padding: 0.25em 0.25em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#ffa500 0%, #ff8c00 100%);
    background-image: linear-gradient(#ffa500 0%, #ff8c00 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #d2691e;
    font-weight: bold;
}

.comment_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.news_btn{
    display: inline-block;
    padding: 0.25em 0.25em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#67ff67 0%, #39d36c 100%);
    background-image: linear-gradient(#67ff67 0%, #39d36c 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #5e7fca;
    font-weight: bold;
}

.news_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.application_btn{
    display: inline-block;
    padding: 0.25em 0.25em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff;
    background-image: -webkit-linear-gradient(#8b008b 0%, #4b0082 100%);
    background-image: linear-gradient(#8b008b 0%, #4b0082 100%);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #483d8b;
    font-weight: bold;
}

.application_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.middle{
    vertical-align: middle;
}

/* ---　ボタン ---*/
.btn{
    position: relative;
    display: inline-block;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    padding: 0.1em 0.2em;
    text-decoration: none;
    color: #FFF;
    background: #47078c;/*色*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    border: solid 2px #27044c;/*線色*/
}

.btn:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}




/* --- SNSボタン ---*/
.twitter_btn {
    width: 50%;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    margin: 0.1em;
    text-decoration: none;
    color: #FFF;
    background: #00aced;/*背景色*/
    border-bottom: solid 2px #00aced;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.twitter_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.instagram_btn {
    width: 50%;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    margin: 0.1em;
    text-decoration: none;
    color: #FFF;
    background: #D93177;/*背景色*/
    border-bottom: solid 2px #D93177;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.instagram_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.facebook_btn {
    width: 50%;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    margin: 0.1em;
    text-decoration: none;
    color: #FFF;
    background: #305097;/*背景色*/
    border-bottom: solid 2px #305097;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.facebook_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.youtube_btn {
    width: 50%;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    margin: 0.1em;
    text-decoration: none;
    color: #FFF;
    background: #cd201f;/*背景色*/
    border-bottom: solid 2px #cd201f;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.youtube_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


.sns_disable_btn {
    pointer-events: none;
    width: 50%;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    margin: 0.1em;
    text-decoration: none;
    color: #FFF;
    background: #e8e8ea;/*背景色*/
    border-bottom: solid 2px #e8e8ea;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
}

.sns_disable_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}



.invisible{
    color: white;
}


.tik_tok_info{
    width: 90%;
    padding: 2%;
    vertical-align: top;
}


/* --- 自動スクロール ---*/
.move-top{
    box-sizing: border-box;
    position: fixed;
    bottom: 50px;
    right: 30px;
    width: 50px;
    height: 50px;
    border: 1px solid black;
    border-radius: 3px;
    opacity: 0.8;
}
.move-top:before{
    content: "";
    position: absolute;
    left: 11px;
    border-top: 10px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 24px solid black;
    border-left: 13px solid transparent;
}

.move-top:after{
    content: "";
    position: absolute;
    left: 13px;
    border-top: 12px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 21px solid #294A70;
    border-left: 11px solid transparent;
    z-index: 99;
}