@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
}

body {
    background-image: url(../images/background2.jpg);
}

h2 {
    font-size: 1.3vw;
}

p {
    display: block;
    color: #202020;
    font-size: 1vw;
}

a {
    color: #202020;
    font-size: 1.2vw;
    text-decoration: none;
}

ul {
    list-style-type: none;
}

/* ヘッダーここから */
.top {
    position: fixed;
    display: flex;
    top: -25vw;
    left: 2vw;
    width: 100%;
    animation: top 1s linear forwards;
    z-index: 999;
}

h1 {
    width: 23%;
    padding-bottom: 10vw;
    margin-right: 25vw;
}

h1 img {
    width: 100%;
    vertical-align: bottom;
}

@keyframes top {
    85% {
        margin-top: 30vw;
        transform: scale(1,1);
    }
    100% {
        margin-top: 26vw;
    }
}
.top ul {
    display: flex;
    
}

.top ul li {
    margin-top: 1vw;
    margin-left: 1vw;
    margin-right: 2vw;
    background-color: rgb(255, 209, 122);
    border-radius: 8px;
    box-shadow: 5px 5px 10px black;
    transition: .5s;
}

.top ul li:hover {
    background-color: burlywood;
    transform: scale(1.1);
    transition: .5s;
}

.top ul li a {
    display: block;
    font-size: 1.5vw;
    text-shadow: 1px 1px 1px rgb(67, 60, 60);
    padding: 1.5vw;
}
/* ヘッダーここまで */

/* 自己紹介ここから */
.pro1 {
    width: 100%;
    margin-top: 15vw;
    margin-left: auto;
    margin-right: auto;
    
}

.pro1 h2 {
    width: 25vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3vw;
}

.pro1 h2 img {
    width: 100%;
    vertical-align: bottom;
}
/*  */
.pro2 {
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.pro2 p {
    font-size: 1.8vw;
}

p span {
    font-size: 3.5vw;
}

.proimg {
    width: 30%;
    margin-right: 10%;
    box-shadow: 5px 5px 10px black;
}

.pppp {
    width: 50%;
    font-size: 1.8vw;
}

.pppp p {
    display: block;
    width: 100%;
}

.pro2 .proimg img {
    width: 100%;
    vertical-align: bottom;
}

.ppp {
    margin-top: 1vw;
    text-align: 8;
}
/* 自己紹介ここから */

/* 趣味の作品ここから */
.pro3 {
    width: 100%;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
}

.pro3 h2 {
    width: 25vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3vw;
}

.pro3 img {
    width: 100%;
    vertical-align: bottom;
}

.main-graphic1 {
    display: flex;
    width: 95%;
    margin-top: 2vw;
    margin-bottom: 8vw;
    margin-left: auto;
    margin-right: auto;
}

.main-graphic1 .work11 {
    width: 35%;
    margin-left: 10%;
}

.main-graphic1 .work11:hover {
    background-color: rgba(255,255,255,0.8);
    transform: scale(1.3);
    transition: .5s;
}

.main-graphic1 .work11 img {
    width: 100%;
    vertical-align: bottom;
}

.main-graphic1 .work12 {
    width: 35%;
    margin-left: 10%;
    margin-right: 10%;
}

.main-graphic1 .work12:hover {
    background-color: rgba(255,255,255,0.8);
    transform: scale(1.3);
    transition: .5s;
}


.main-graphic1 .work12 img {
    width: 100%;
    vertical-align: bottom;
}
/*  */
.main-graphic2 {
    display: flex;
    width: 95%;
    margin-top: 2vw;
    margin-bottom: 10vw;
    margin-left: auto;
    margin-right: auto;
}

.main-graphic2 .work13 {
    width: 35%;
    margin-left: 10%;
}

.main-graphic2 .work13:hover {
    background-color: rgba(255,255,255,0.8);
    transform: scale(1.3);
    transition: .5s;
}


.main-graphic2 .work13 img {
    width: 100%;
    vertical-align: bottom;
}

.main-graphic2 .work14 {
    width: 35%;
    margin-left: 10%;
    margin-right: 10%;
}

.main-graphic2 .work14:hover {
    background-color: rgba(255,255,255,0.8);
    transform: scale(1.3);
    transition: .5s;
}


.main-graphic2 .work14 img {
    width: 100%;
    vertical-align: bottom;
}
/*  */
.main-graphic3 {
    display: flex;
    width: 95%;
    margin-top: 2vw;
    margin-bottom: 10vw;
    margin-left: auto;
    margin-right: auto;
}

.main-graphic3 .work15 {
    width: 35%;
    margin-left: 10%;
}

.main-graphic3 .work15:hover {
    background-color: rgba(255,255,255,0.8);
    transform: scale(1.3);
    transition: .5s;
}


.main-graphic3 .work15 img {
    width: 100%;
    vertical-align: bottom;
}

.main-graphic3 .work16 {
    width: 35%;
    margin-left: 10%;
    margin-right: 10%;
}

.main-graphic3 .work16:hover {
    background-color: rgba(255,255,255,0.8);
    transform: scale(1.3);
    transition: .5s;
}

.main-graphic3 .work16 img {
    width: 100%;
    vertical-align: bottom;
}
/* 趣味の作品ここまで */

/* フッターここから */
.pro4 {
    width: 100%;
    margin-top: 2vw;
    margin-left: auto;
    margin-right: auto;
}

.pro4 h2 {
    width: 15vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 3vw;
}

.pro4 img {
    width: 100%;
    vertical-align: bottom;
}

.social-box {
    display: flex;
    width: 38%;
    margin-top: 1vw;
    margin-left: auto;
    margin-right: auto;
}

.footer-box1 a:nth-of-type(1) {
    margin-left: 27%;
    font-size: 3vw;
    color: black;
}

.footer-box1 a:nth-of-type(2) {
    margin-left: 5%;
    font-size: 2.7vw;
    line-height: 1.7;
    color: green;
}

.footer-box1 a:nth-of-type(3) {
    margin-left: 5%;  
    font-size: 2.8vw;
    line-height: 1.6;
    color: blue;
}

.footer-box1 a:nth-of-type(4) {
    margin-left: 5%;
    margin-right: 52%;
    font-size: 3vw;
    color: red;
}

footer p {
    text-align: center;
    font-size: 1vw;
}

.gyou {
    font-size: 2vw;
}

.tel-mailbox {
    display: flex;
    width: 60%;
    margin-left: 37%;
    margin-right: auto;
    padding-top: 0.8%;
    text-align: center;
}

.tel-mailbox a {
    display: block;
    margin-right: 8%;
    color: #000;
    text-decoration: none;
    font-size: 1.2vw;
    font-family: 'Sawarabi_Mincho';
}

.tel-mailbox a:hover {
    color: brown;
    transition: 0.5s;
}


.last {
    width: 30%;
    margin-bottom: 1vw;
    margin-left: auto;
    margin-right: auto;
}
/* フッターここまで */