@charset "UTF-8";

@import url(common.css);

* {
    margin: 0;
    padding: 0;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 8;
    text-align: center;
    background: #666;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
}
#page-top a:hover {
    opacity: 0.5;
}

.about-box {
    width: 85%;
    height: 50vw;
    margin-left: auto;
    background-image: url(../images/about.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 5vw;
    color:#fffaed;
}

.about-textbox1 {
    padding-top: 15%;
    padding-left: 7%;
}

.about-textbox1 h2 {
    font-size: 4.8vw;
    margin-right: 1em;
}

.about-textbox1 p {
    font-size: 2vw;
}

.about-box2 {
    background-color: #fffaed;
    width: 85%;
    margin-left: auto;
}

/* プロフィール */
.plofile-textbox1 {
    display: flex;
    align-items: baseline;
}

.plofile-textbox1 h2 {
    font-size: 3vw;
    margin-right: 1em;
}

.plofile-textbox1 p {
    font-size: 1.5vw;
}

.plofile-flexbox {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10%;
}

.plofile-flexbox img {
    padding: 4%;
    width: 300px;
    height: 300px;
}

.plofile-textbox2 {
    padding: 2% 4%;
    width:380px;
}

.plofile-textbox2 p:nth-of-type(1) {
    font-size: 2.7vw;
    font-weight: 100px;
}

.plofile-textbox2 p:nth-of-type(2) {
    margin-bottom: 5%;
    font-size: 2vw;
}

.plofile-textbox2 p:nth-of-type(3),.plofile-textbox2 p:nth-of-type(4) {
    font-size: 1.5vw;
    line-height: 1.8;
}
/* ここまで */



/* 好きなこと */
.like-textbox1 {
    display: flex;
    align-items: baseline;
}

.like-textbox1 h2 {
    font-size: 3vw;
    margin-right: 1em;
}

.like-textbox1 p {
    font-size: 1.5vw;
}

.like {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 7%;
    margin-left: auto;
    margin-right: auto;
}

.like img {
    width: 100%;
}

/* ↓ここからスポーツ */
.like-sports {
    width: 400px;
    padding: 2%;
    margin-left: 5%;
    border-radius: 20px;
    background-color: beige;
}

.like-sports p:nth-of-type(1) {
    text-align: center;
    font-weight: bolder;
    font-size: 2vw;
}

.like-sports p:nth-of-type(2) {
    text-align: justify;
    font-size: 1.4vw;
}


/* ↑ここまで */

/* ↓ここから犬 */
.like-dogs {
    width: 400px;
    padding: 2%;
    margin-left: 5%;
    border-radius: 20px;
    background-color: beige;
}

.like-dogs p:nth-of-type(1) {
    text-align: center;
    font-weight: bolder;
    font-size: 2vw;
}

.like-dogs p:nth-of-type(2) {
    text-align: justify;
    font-size: 1.4vw;
}
/* ↑ここまで */

/* ↓ここから車 */
.like-dtive {
    width: 400px;
    padding: 2%;
    margin-top: 5%;
    margin-left: 5%;
    border-radius: 20px;
    background-color: beige;
}

.like-dtive p:nth-of-type(1) {
    text-align: center;
    font-weight: bolder;
    font-size: 2vw;
}

.like-dtive p:nth-of-type(2) {
    text-align: justify;
    font-size: 1.4vw;
}
/* ↑ここまで */

/* ↓ここから車 */
.like-eat {
    width: 400px;
    padding: 2%;
    margin-top: 5%;
    margin-left: 5%;
    border-radius: 20px;
    background-color: beige;
}

.like-eat p:nth-of-type(1) {
    text-align: center;
    font-weight: bolder;
    font-size: 2vw;
}

.like-eat p:nth-of-type(2) {
    text-align: justify;
    font-size: 1.4vw;
}
/* ↑ここまで */