@charset "UTF-8";


.main__contents{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
.main__contents-area{
    margin-top: 80px;
}
.main__title{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.5;
}
.main__title::after{
    content: "";
    display: block;
    width: 40px;
    margin-top: 15px;
    border-top: 1px solid;
}
.main__area{
    margin-top: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.main__area a{
    margin: 10px;
}

.profile__txt ol{
    margin-left: 1.5em;
    list-style-type: decimal-leading-zero;
}
.profile__txt a{
    text-decoration: underline;
}
@media (hover:hover){
    .profile__txt a{
        transition: opacity .3s ease-in-out;
    }
    .profile__txt a:hover{
        opacity: .6;
    }
}
.profile__update{
    margin-top: 40px;
    text-align: center;
}
.profile__update small{
    font-size: 10px;
}
.profile__btn-area{
    margin-top: 6px;
    width: 100%;
    display: flex;
}
#reload{
    margin: auto;
    padding: 5px 20px;
    background-color: #7C7C7C;
    color: #FFF;
    border-radius: 20px;
    transition: opacity .3s;
}
#reload:hover{
    opacity: 0.7;
}

.main__btn{
    appearance: none;
    width: 260px;
    margin: 0;
    padding: 15px;
    border: 0;
    border-radius: 50px;
    color: #fff;
    line-height: 1.4;
    cursor: pointer;
    transition: opacity .3s;
    position: relative;
    display: inline-block;
}
.main__btn::after{
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    width: 0.7em;
    height: 0.7em;
    border-top: 2px solid;
    border-right: 2px solid;
    color: #fff;
    transform: rotate(45deg);
}
.main__btn:hover{
    opacity: 0.7;
}
.main__btn-twitter{
    background-color: #1C9CEF;
}
.main__btn-Instagram{
    background-color: #F7467D;
}
.main__btn-note{
    background-color: #40C9B3;
}
.main__btn-marshmallow{
    background-color: #BF8DA6;
}
.main__btn-links{
    background-color: darkgrey;
    padding: 5px 15px;
}

.column__content{
    width: 260px;
    margin: 30px 10px 0;
}
.column__youtube{
    width: 260px;
    aspect-ratio: 16/9;
}
.column__title{
    margin-bottom: 10px;
    padding-left: .5em;
    border-left: 2px solid #745399;
    font-size: 20px;
    line-height: 1.5;
}
.column__text{
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
}
.column__list li{
    list-style: disc;
    margin-left: 1em;
    line-height: 1.2;
    margin-top: 4px;
}
.column__list li:first-of-type{
    margin-top: 0;
}
.column__content a{
    margin: 0;
}
.main__btn-others{
    margin-top: 10px;
    padding: 5px 15px;
}
.main__btn-youtube{
    background-color: #FF0200;
}