@charset "UTF-8";
html{
    width: 100%;
    font-size: 100%;
}
body{
    @font-face {
        font-family: Urbanist;
        src: 
        url(../fonts/Urbanist-Regular) format('truetype'); 
    }
    font-family: "Zen Kaku Gothic New",
                 'Helvetica',
                 'Noto Sans JP',
                 "ヒラギノ角ゴ ProN",
                  YuGothic,
                 "游ゴシック",
                 "Yu Gothic",
                 sans-serif;
    .zen-kaku-gothic-new-regular {
        font-family: "Zen Kaku Gothic New",
                    'Hiragino Kaku Gothic ProN',
                    'ヒラギノ角ゴ ProN W3',
                    Meiryo,
                    メイリオ,
                    Osaka,
                    'MS PGothic',
                    arial,
                    helvetica,
                    sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    
    
    font-size: 13px;
    font-optical-sizing: none;
    background-color: #eee;
    background-image: url("../image/backimage_amiten.png");
    background-attachment: fixed;
    background-size: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
main{
    padding-top: 81px;
}
h1{
    font-size: 100px;
    margin-left: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
}
h2{
    margin-left: 5%;
}
@media screen and (max-width: 640px){
    h2{
        font-size: 32px;
    }
}
h3{
    margin-top: 20px;
    text-align: center;
}
p{
    font-size: 16px;
}
@media screen and (max-width: 640px){
    p{
        font-size: 12px;
    }
}
rp,rt{
    font-size: 16px;
}
button{
    font-family: "Zen Kaku Gothic New",
                 'Helvetica',
                 'Noto Sans JP',
                 "ヒラギノ角ゴ ProN",
                  YuGothic,
                 "游ゴシック",
                 "Yu Gothic",
                 sans-serif;
    .zen-kaku-gothic-new-regular {
        font-family: "Zen Kaku Gothic New",
                    'Hiragino Kaku Gothic ProN',
                    'ヒラギノ角ゴ ProN W3',
                    Meiryo,
                    メイリオ,
                    Osaka,
                    'MS PGothic',
                    arial,
                    helvetica,
                    sans-serif;
        font-weight: 400;
        font-style: normal;
    }
    
}
.chuou{
    text-align: center;
}
.red{
    color: #e11;
}
.blue{
    color: #006aff;
}
.green{
    color: #0a0;
}
.yellow{
    color: #ed3;
}
.white{
    color: #fff;
}
.gray{
    color: #666;
}
.center{
    text-align: center;
    margin: 0 auto;
}
.left{
    text-align: left;
}
.small{
    font-size: 50%;
}
flex{
    display: flex;
}


/*header*/
header{
    position: fixed;
    display: flex;
    font-size: 50px;
    justify-content: space-between;
    text-align: left;
    background-color:#fff;
    width: 100%;
    height: 81px;
    border-bottom: 1px solid #000;
    z-index: 10000;
}
header ul{
    margin-top: 20%;
    margin-left: 20%;
}
header ul li{
    transition: .2s;
}
header ul li a{
    display: block;
}
header ul li:hover{
    background-color: #aaa;
}
.aoaoaoao_logo{
    text-align: left;
    height: 64px;
    margin-top: 9px;
    margin-left: 10px;
    margin-right: 10px;
    transition: .2s;
}
.aoaoaoao_logo:hover{
    opacity: .5;
}
/*header*/



/*footer*/
footer{
    padding: 20px;
}
footer p{
    font-size: 13px;
    text-align: right;
    color: #fff;
    mix-blend-mode: difference;
    opacity: .3;
}
/*footer*/



/*トップ*/
.top{
    background: linear-gradient(120deg, #006aff, #5574fa);
    width: 100%;
    height: calc(100vh - 81px);
}
.profile{
    height: 300px;
    border-top: 1px solid #000;
}
.profile_contents{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
}
.profile_contents img{
    width: 200px;
    height: 200px;
    border-radius: 100px;
    border: 1px solid #000;
}
@media screen and (max-width: 520px){
    .profile_contents img{
        width: 100px;
        height: 100px;
        margin-right: -30px;
    }
}
.profile_sentence{
    margin-left: 50px;
}
.blue_back{
    background: linear-gradient(120deg, #006aff, #5574fa);
}
/*トップ*/





/*errorページ*/
.error_message{
    text-align: center;
    margin-top: 50px;
    color: #006aff;
}
.error_message p{
    display: inline-block;
}
.back_home{
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 24px;
    padding: 5px 32px;
    color: white;
    background: linear-gradient(120deg, #006aff, #5574fa);
    text-align: center;
    border-radius: 16px;
    transition: 0.4s;
}
.back_home:hover{
    color: #000;
}
/*errorページ*/










/*色々*/
.iroiro_main{
    margin-bottom: 50px;
}

.iroiro_image_container{
    margin: 0 auto;
    width: 80%;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
}
.iroiro_image_container li:not(:last-child){
    margin-right: 12px;
}
.iroiro_image_container img{
    width: 20vw;
    max-width: 240px;
    min-width: 120px;
    border-radius: 1vw;
    border: 1px solid #000;
    transition: .3s;
}
.iroiro_image_container img:hover{
    opacity: .5;
}
.iroiro_image_container a p{
    text-align: center;
    margin: 8px 0;
    width: 20vw;
    max-width: 240px;
    min-width: 120px;
}

.iroiro_container{
    margin: 0 auto;
    width: 80%;
    max-width: 800px;
    border: 1px solid #666;
    border-radius: 5px;
    margin-top: 50px;
}
.iroiro_container li{
    font-size: 16px;
    width: calc(auto + 24px);
    height: calc(auto + 16px);
    transition: .2s;
}
.iroiro_container li:not(:last-child){
    border-bottom: 1px solid #aaa;
}
.iroiro_container li:hover{
    background-color: #ddd;
}
.iroiro_container a{
    display: block;
    padding: 8px 12px;
}
/*色々*/









/*BLOG*/
.blog_main{
    margin-bottom: 100px;
}
.blog_container{
    margin: 0 auto;
    width: 80%;
    max-width: 800px;
    border: 1px solid #666;
    border-radius: 5px;
    margin-top: 50px;
}
.blog_container a{
    display: block;
    padding: 8px 12px;
}
.blog_container span{
    background-color: #999;
    color: #fff;
    padding: 0 8px 01px 8px;
    border-radius: 5px;
    margin-right: 8px;
}
.blog_container li{
    font-size: 16px;
    width: calc(auto + 24px);
    height: calc(auto + 16px);
    transition: .2s;
}
.blog_container li:not(:last-child){
    border-bottom: 1px solid #aaa;
}
.blog_container li:hover{
    background-color: #ddd;
}
/*BLOG*/