@charset "UTF-8";
/*共通部分*/
*{
    margin: 0;
    padding: 0;
}
html{
    font-size: 100%;
}
body{
    font-size: 1.5rem;
    margin: 0;
    background-color: #ffffff;
}
.body{
    overflow: auto;
}
.body.open{
    overflow: hidden;
}
ul{
    padding: 0;
}
li{
    list-style: none;
}
img{
    width: 100%;
    vertical-align: bottom;
}
a{
    text-decoration: none;
    color: black;
}
.wrapper{
    max-width: 1200px;
    margin: 0 auto;
}
.top-wrapper{
    padding: 120px;
}

/*--------------------------------
ヘッダー
--------------------------------*/
#header{
    position: fixed;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    z-index: 20;
}
#header .site-title{
    width: 50%;
    margin-left: 5%;
}
#header .main-nav {
    width: 50%;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
#header .main-nav ul{
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0px auto;
    padding: 0 2rem;
    height: 50px;
    border-radius:30px;
    background-color: rgb(127, 127, 127);
}
#header a{
    font-size: 1.25rem;
    padding: 2.5rem;
    color:rgb(255, 255, 255);
}
/*--------------------------------
トップジャンル
--------------------------------*/
.top-articles{
    display: flex;
    width: 100%;
    border-radius:30px;
    background-color:rgb(127, 127, 127);

}
.top-articles .category-card{
    width: 25%;
    padding: 3%;

}

.category .category-card{
    width: 20%;
}
/*--------------------------------
カテゴリー
--------------------------------*/
#section {
    display: flex;
    justify-content: center;
    text-align: center;
}
#section .category-text{
    padding: 5%;
}
#section .category-card{
    width: 100%;
    padding: 5%;
}
#section .category-card img{
    border-radius:30px;
}
#section category-swiper {
    background-color: rgb(127, 127, 127);
}
#section .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        font-size: 20px;
        border-radius:30px;
}
#section .swiper-slide>img{
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 50%;
}
/*--------------------------------
カテゴリー
--------------------------------*/
.main{
    display: flex;
    width: 100%;
}
.main-content{
    width: 70%;
    padding: 2%;
    text-align: center;
}
.content{
    display: flex;
    justify-content: center;
}
.content .content-card{
    width: 320px;
    height: 300px;
    margin: 2%;
    border-radius:30px;
    background-color:rgb(127, 127, 127);
}
.content .content-card .picture{
    height: 60%;
}
.content .content-card img{
    border-radius:30px;
}
.content .content-card .text{
    display: flex;
    align-items: center;
    height: 40%;
}
.content .content-card .text p{
    align-items: center;
}
.content .content-card .text-sentence{
    font-size: 1.25rem;
    padding: 2%;
    color: #ffffff;
}
/*--------------------------------
プロフィール
--------------------------------*/
.profile{
    background-color:rgb(127, 127, 127);
    width: 20%;
    height: 480px;
    border-radius:30px;
    text-align: center;
}
.profile h2{
    padding: 5%;
    color:rgb(255, 255, 255);
}
.profile .side-flame{
    padding: 10%;
}
.profile .side-flame img{
    border-radius:50%;
    width: 150px;
    height: 150px;
}
.text-intro{
    margin: 0 auto;
    width: 200px;
    height: 120px;
    margin: 0 auto;
    border-radius:30px;
    background-color: #ffffff;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
}
.text-intro p{
    margin: 0 auto;
    text-align: center;
}
/*--------------------------------
フッター
--------------------------------*/
#footer{
    width: 70%;
    margin: 20% 0 20% 10%;
    text-align: left;
}
#footer h2{
    color: black;
}
#footer .footer-content{
    padding: 5%;
    background-color: rgb(127, 127, 127);
    display: flex;
    border-radius:30px;
}
#footer .footer-content .footer-card{
    padding: 2%;

}
#footer .footer-content .footer-card img{
    border-radius:30px;
}
/*--------------------------------
広告
--------------------------------*/
