a{
    color: initial;
}
a:hover {
    color: initial;
    text-decoration: none;
}
.main-bg{
    background-image: url(/vendor/images/top/top_bg_main_pc.png);
//background-size: cover;
    background-size:100% auto;
    background-repeat: no-repeat;
    background-position:top center
}
.bg-circle{
    color: white;
    font-size: 0.8rem;
    background-color:  rgba(218, 234, 47, 1);
    border-radius: 50%;
    width: 1.2rem;
    height: 1.2rem;
    text-align: center;
}
.creator-bg-circle{
    color: white;
    font-size: 0.8rem;
    background-color: rgb(117,192,151);
    border-radius: 50%;
    width: 1.2rem;
    height: 1.2rem;
    text-align: center;
}
.newType1{
    position: relative;

}
.newType1::before{
    position: absolute;
    content: "NEW";
    background-color: crimson;
    color: white;
    top: -7px;
    left: -20px;
    font-size: 0.8rem;
    padding: 0 0.3rem;
    transform: rotate(-30deg);
}
@media (min-width: 576px) {
    .main-bg{
        background-image: url(/vendor/images/top/top_bg_main_pc.png);
        background-repeat:no-repeat;
    }
}

.register-bg{
    background-image: url(/vendor/images/common/main_bg_sp.png),url(/vendor/images/common/main_bg_pc.png);
    background-repeat:no-repeat,no-repeat;
    background-size: 100% 400px,100% 400px;
    background-position:top,bottom;

    /*background-image: url(/vendor/images/common/main_bg_pc.png);
    background-repeat:no-repeat;
    background-size: 100% 500px;*/
}
@media (min-width: 576px) {
    .register-bg{
        background-image: url(/vendor/images/common/main_bg_pc.png);
        background-repeat:no-repeat;
        background-size: 100% 500px;
    }
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    padding:50px 0;
}
.all-black-bg{
    position: absolute;
    top:0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}
.vh-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.vh-top{
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}

.all-bg-inner-w{
    width: 90%;
}

.trim-image-to-circle {
    //background-image: url("summerriver.jpg");  /* 表示する画像 */
    width:  130px;       /* ※縦横を同値に */
    height: 130px;       /* ※縦横を同値に */
    border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

}
.trim-image-to-circle-small{
    width:  50px;       /* ※縦横を同値に */
    height: 50px;       /* ※縦横を同値に */
    border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.tag-word{
    font-size: 0.8rem;
    color: #42bfcd;
    border: solid 1px #53ecfc;
    border-radius: 0.5rem;
    padding: 2px 5px;
}
.tag-word-front{
    font-size: 0.5rem;
    color: #0062b8;
}
.body-ellipsis-2line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.body-ellipsis-1line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
/**
アイコン関連
************************/
.icon-news{
    content: url(/vendor/images/icon/icon_news.png);
    vertical-align: middle;
}
.icon-follow{
    content: url(/vendor/images/icon/icon_follow.png);
    vertical-align: middle;
}
.icon-follower{
    content: url(/vendor/images/icon/icon_follower.png);
    width: 15px;
    height: 13px;
    vertical-align: middle;
    margin-top: auto;
}
.icon-plan{
    content: url(/vendor/images/icon/icon_plan.png);
    width: 15px;
    height: 13px;
    vertical-align: middle;
    margin-top: auto;
}
/**
トップ関連
***********************/
#top-news-height{
    height: 200px;
}

#top-twitter-height{
    height: 400px;
}
.twitter-timeline-height{
    height: 200px!important;
}

#top-header-wrap{
    background-image: url(/vendor/images/top/top_bg_header.png);
    //background-size:65% 5px;
    background-repeat: no-repeat;
    //height: 10px;
    background-position:top center
}
#top-first-wrap{
    background-color: #e8e8e8;
}

#top-second-wrap{
    background-image: url(/vendor/images/top/top_bg_main_sp.png);
    background-repeat: no-repeat;
    background-position:top center;
    background-color: rgba(218, 234, 47, 1);
}

.top-blog-list-thumb > img{
    object-fit: cover;
    display: block;
    height: 120px;
    width: 100%;
}

.ranking-no{
    background-color: #b39b53;
    color: white;
    text-align: center;
    height: 25px;
    width: 25px;
}

.follower-cnt-wrap{
    background-color: #e6f633;
    border-radius: 0.2rem;
    padding: 2px 8px;
    font-size: 0.8rem;
}

@media (min-width: 576px) {
    #top-second-wrap{
        background-image: initial;
        background-color: rgba(218, 234, 47, 0.8);
    }
    #top-first-wrap{
        background-image: url(/vendor/images/top/top_bg_main_pc.png);
    //background-size: cover;
        background-size:100% auto;
        background-repeat: no-repeat;
        background-position:top center
    }
    #top-news-height{
        height: 400px;
    }
}
@media (min-width: 768px) {


}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
}

/**
ヘッダー
******************/
.new-message-wrap{

}
@media (min-width: 992px) {
    .new-message-wrap{
        position: absolute;
        top:0;
        right: 20%;
    }
}

/**
クリエイター共通ヘッダー
***********************/
.creator-header{

}
.creator-header .img-header-wrap{
    height: 500px;
    background-repeat: no-repeat;
    background-size:cover;
    background-position:top center;
}

.creator-header .img-prof-wrap{
    position: absolute;
    top: -130px;
}
.creator-header .fun-cnt-wrap{
    position: absolute;
    top: -25px;
    left:135px;
    background-color: #e6f633;
    border-radius: 0.2rem;
    padding: 0.2rem 0.4rem;
    font-size: 0.8rem;
    width: 100px;
}
.creator-header .description-wrap{
    margin-top: 2rem;
}
.creator-menu-link{
    background-color: initial;
}
.creator-menu-link div{
    border-bottom: black solid 2px;
}
.creator-menu-link div a{
    color: black;
}
.creator-menu-link .active{
    border-bottom: rgb(54,201,157) solid 2px !important;
}
.creator-category{
    background-color: #e5e5e5;
    font-size: 0.4rem;
    padding: 0.1rem 0.3rem;
    color: black;
}
.creator-sns-link{
    color:black;
    font-size: 2rem
}
@media (min-width: 992px) {
    .creator-header .img-header-wrap{

    }
    .creator-header .img-prof-wrap{
        top:-20px;
    }
    .creator-header .fun-cnt-wrap{
        top:120px;
        left: 30px;
    }
    .creator-header .description-wrap{
        margin-top: 0;
    }
    .creator-menu-link{
        background-color: initial;
    }
}
/**
ボタン
***********************/
.btn-main {
    background: rgb(54,201,157);
    background: linear-gradient(90deg, rgba(54,201,157,1) 0%, rgba(108,206,109,1) 90%);
    color:white;
    text-align: center!important;
}

.btn-main:hover {
    background: rgb(54,201,157);
    background: linear-gradient(90deg, rgba(54,201,157,0.8) 0%, rgba(54,201,157,0.8) 90%);
    color:white;
}

.btn-main-outline {
    background: #fff;
    border:solid 2px rgba(54,201,157,1);
    color:rgb(54,201,157);
    text-align: center!important;
}

.btn-main-outline:hover {
    background: rgb(54,201,157);
    background: linear-gradient(90deg, rgba(54,201,157,0.8) 0%, rgba(54,201,157,0.8) 90%);
    color:white;
}

.btn-sub {
    background: rgb(71, 71, 71);
    color:white;
    text-align: center!important;
}

.btn-sub:hover {
    background: rgba(71, 71, 71,0.8);
    color:white;
}

.btn-100px{
    width: 100px;
}

.btn-200px{
    width: 200px;
}

/**
フォント関連
************************/
.font-xxs{
    font-size: 0.5rem;
}
.font-xs{
    font-size: 0.7rem;
}
.font-s{
    font-size: 0.8rem;
}
.font-m{
    font-size: 1.5rem;
}
.font-l{
    font-size: 2rem;
}
.required-txt{
    background-color: red;
    color: white;
    font-size: 0.5rem;
    padding: 0.1rem 0.3rem;
    border-radius: 0.2rem;
}
.flowchart-active{
    color: #61cc74;
}
.flowchart-bar{
    background-image: url(/vendor/images/common/flow_bg_bar.png);
    background-size:65% 5px;
    background-repeat: no-repeat;
    height: 10px;
    background-position:top center
}
.txt-black{
    color: #000;
}
.txt-light-gray{
    color: #bababa;
}

.txt-link-main{
    color: #029e60;
}
.txt-under-line{
    text-decoration: underline;
}
/**
背景色
************************/
.bg-lime{
    background-color: #e6f633;
}

.bg-light-gray{
    background-color: #f5f5f5;
}
.bg-gray {
    background-color: #e8e8e8 !important;
}
.bg-plan{
    background-color: #eaf9e0;
}

.bg-main-gradient{
    background: rgb(96,206,122);
    background: linear-gradient(90deg, rgba(96,206,122,1) 0%, rgba(150,223,81,1) 94%);
}
/**
ボーダーカラー
************************/
.border-black {
    border-color: #000 !important;
}

.border-dark-gray-bold {
    border: solid 3px #d3d3d3 !important;
}



/**
ボックス
************************/
.fg-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.fg-box label {
    font-size: 0.8rem;
}
@media (min-width: 576px) {
    .fg-box {
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0.25rem;
    }
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
}
.card {
    border-radius: 0.8rem !important;

}
.card-header2 {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
}

.card-header2:first-child {
    border-radius: calc(0.8rem - 1px) calc(0.8rem - 1px) 0 0;
}
.card-footer2 {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);

}

.card-footer2:last-child {
    border-radius: 0 0 calc(0.8rem - 1px) calc(0.8rem - 1px);
}
.card-no-radius{
    border-radius: 0.1rem!important;
}

@media (min-width: 576px) {
    .card-no-radius{
        border-radius: 0.8rem !important;
    }
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
}
/**
プラン関連
************************/
.side-plan-name{
    font-size: 1rem;
    margin-top: 1rem;
}
.side-plan-price{
    background-color: white;
    color:rgb(54,201,157);
}
/**
ブログ関連
************************/
.blog-title-h3{
    font-size: 1.2rem;
}
.blog-list-thumb > img{
    object-fit: cover;
    display: block;
    height: 120px;
    width: 100%;
}
.blog-list-title-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.blog-list-like-comment-wrap{
    background-color: #f4f4f4;
    padding: 0.2rem 0.8rem;
    font-size: 0.4rem;
}
.blog-good-wrap{
    border-radius: 0.8rem;
    border: solid 1px #000;
}

.blog-plan-price-wrap{
    background-color: #fff;
    color: #000;
    border-radius: 0.5rem;
    font-size: 0.8rem;
    top:25%;
    right: 10px;
    padding: 1px 10px;
}
.blog-have-coin-wrap{
    background-color: #fff;
    color: #000;
    border-radius: 0.5rem;
    font-size: 0.8rem;
    top:35%;
    right: 10px;
    padding: 1px 10px;
}

/**
マイページ関連
************************/
.mypage-bord-title{
    background-color: #e8f743;
    color: white;
    font-size: 1.2rem;
}
.mypage-label-hd-mark{

}
.mypage-label-hd-mark:before {
    content:"　";
    display:inline-block;
    background-color: #e8f743;
    width: 5px;
    margin-right: 3px;

}

#side-menu{
    position: absolute !important;
    top:-145px;
    left:10px;
    z-index:99999!important;
}

@media (min-width: 576px) {

}
@media (min-width: 768px) {
    #side-menu{
        position: relative !important;
        top:0;
        left:0;
    }
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
}

.img-drop-box-white{
    border:2px dotted white;
}

.absolute-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

/***
プロジェクト
 */
.p-h1{
    color:rgb(54,201,157);
}
.chat-offline{
    color: rgb(138, 138, 138);
}
.chat-online{
    color:rgb(54,201,157);
}
.chat-hr{
    border: solid 1px rgb(54,201,157);;
    width: 100%
}
.project-p-mark{
    background-color: red;
    color:white;
    border-radius: 20px;
    padding: 1px 5px;
    font-size: 0.7rem;
    font-weight: bold;
}
.project-p-mark{
    background-color: blue;
    color:white;
    border-radius: 20px;
    padding: 1px 5px;
    font-size: 0.7rem;
    font-weight: bold;
}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
}