@charset "utf-8";

body {
    background-color: #D9D9D9;
    font-family: "游ゴシック体" ;
    font-family: sans-serif ;
	
}
.wrapper {
   width:90vw ;
   display: block;
   margin: 0  auto;
}
a {
    text-decoration: none;
}
a,a:visited{
    color: #848B8C;/*カラーコードは任意*/
}
a,a:hover{
    color: #DB4C14;/*カラーコードは任意*/
}
p {color: #848B8C;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    line-height: 2;
} 
h1 {
    color: #848B8C;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
h2 {
    color: #848B8C;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
} 
h3 {
    color: #848B8C; 
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
} 
/* header */

.main-nav {
    position: relative;
    position: fixed;
    margin: 0 auto;
    height: 8%;
    text-decoration:none;
    width: 100vw;
} 

/* 画面左上ロゴ */
.main-logo {
    position: absolute;
    width: 100%;
    z-index: 2;
}   
.main-logo img{
    position: absolute;
    padding: 0.9% 0 0 2% ;    
    width: 22vw;
    z-index: 2;
    top: -10%;
    filter:drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.29));
}  
.main-logo img:active  {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.29);
    border-bottom: none;
  }

/* ナビメニュー */
  ul{
    display: flex;
    justify-content:flex-end;
    position: absolute;
    gap: 2%;
    list-style: none;
    padding: 3% 2% ;    
    width: 100vw;
    background-color: #D9D9D9;
    /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.29); */
    /* border-bottom: solid 3px #627295; */
    z-index: 1;
    font-weight: bolder;
    font-size: 0.9rem;
}

li{
    min-width: 4vw;
}
.btn-emboss {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #DCD3D3;/*ボタン色*/
    color: #848B8C;/*ボタン色より暗く*/
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    /* border-bottom: solid 3px #627295; */
    border-radius: 25px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  }
  
  .btn-emboss:active  {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.29);
    border-bottom: none;
  }



  



.top-img {
    margin: 0 auto;
    text-align: center;
}
.top-img  img{
    margin-top: 10%;
    width: 100vw;
}

/* skills   works*/

#skills {
    margin-top:-100px;
  padding-top:100px;

}

.skills-title{
    padding-top: 5%;
    padding-bottom: 5%;
    margin: 0 auto;
    width: 90vw;
    color: #848B8C;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid #848B8C;
    text-align: center;
}
.skills-title p{
    padding-top: 2%;   
}

#works {
    margin-top:-100px;
  padding-top:100px;
}

.works-title{
    padding-top: 5%;
    text-align: center;
    color: #848B8C;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.art-works{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5% 1%;
    margin: 3% 3% 2%;  
    text-align: center;
}
.art-works p{
 padding-bottom: 5%;
}
.art-works img{
    width: 30vw;
}
/* ================WORKSのページ======================== */

/* #skills {

}

.skills-title{
    padding-top: 5%;
    text-align: center;
    color: #848B8C;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.art-works{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5% 1%;
    margin: 5% 3%;
    text-align: center;

    
}
.art-works img{
    width: 30vw;
} */

/* ================profile======================== */

.profile { 
    padding: 10% auto;

}

.profile-title h2 {
    color: #848B8C;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    text-align: center;
    margin: 0 auto 3%;
    padding: 0 0 5%;
    width: 60vw;
    border-bottom: 1px solid #848B8C;

}
.profile-text p{
    color: #848B8C;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    text-align: left;
    margin: 0 auto 5%;

}

.profile-img img{  
    width: 60vw;
    margin: 12% 20% 3% 20%;
    border-radius: 5%;
  
}
.profile-text {
    /* margin: 0 auto; */
    text-align: start;
    width: 80vw;
    position: relative;
    z-index: -1;
}
.aisatu{
    
    z-index: -1;
}
.illust img {
    position: absolute;
    width: 30vw;
    top: 10%;
    right: 0%;
    
}
/* ===================contact=================== */
#contactBOX {
    margin: 0% auto;
    padding-top:10% ;   
}
.contact {
    
}

.contact h2 {
    margin: 5% 0% 0%;
    font-size: 2vw;
    color: #848B8C;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    
}
.contact p {
    margin: 5% 0% 0%;
    
    
}

label {
    display: block;
    font-size: 1.25vw;
    color: #848B8C;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

label.label{
    margin-top: 3%;
    margin-bottom: 1%;
    font-weight: bold;
}
input[type="text"],
input[type="email"]
 {
    background: hwb(60 21% 78% / 0.1);
    bottom: 1px #fff solid;
    border-radius: 5px;
    width:100%;
    height: 3em;
    max-width: 50%;
    font-size: 1rem;
}
textarea{
    background: hwb(60 21% 78% / 0.1);
    bottom: 1px #fff solid;
    border-radius: 5px;
    width: 100%;
}
.submit-btn {
    width: 15%;
}

form div {
    margin-bottom: 14px;
}

/* ===========slills-food============ */
#skills-food{
    /* position: relative; */
    padding-top:5%;
    padding-bottom: 10%;
    margin: 0 auto 20%;
    max-height: 10vh;
    z-index: -1;
    
}
.skills-food-title{
    text-align: center;
    margin: 5%;
    padding-bottom: 5%;
    border-bottom: 1px solid #848B8C;
}

.skills-food-title p{
   /* padding: 5%; */
}

.skills-food{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3%;
    max-height: 10vh;

}
.skills-food-text{
    width: 38vw;
    padding:2%;
    height: 80vh;   
}
.skills-food-text a{
    color: #D96B43;
}

.skills-food img{
    width: 39vw;
}

#myslider1{
    width: 39vw;
    z-index: -1;

}
#myslider1 img {
    width: 39vw;
    
}
.flexslider ul{
    display: block;
    width: 39vw;
    height: 10vh;
    margin-bottom: 5%;
}

#myslider2{
    width: 39vw;
    z-index: -1;
}

#myslider2 img {
    width: 39vw;
    z-index: -1;
    margin: 0 auto;
    margin-bottom: 10%;
}

/* ===========slills-web============ */
#skills-web{
    /* position: relative; */
    padding-top: 5%;
    margin: 0 auto 10%;
    max-height: 10vh;
    z-index: -1;
    
}
.skills-web-title{
        text-align: center;
        margin: 5%;
        padding-bottom: 5%;
        border-bottom: 1px solid #848B8C;
}

.skills-web{
    /* padding-top: 5%; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3%;
    max-height: 10vh;

}
.skills-web-text{
    width: 38vw;
    padding:2%;
    height: 100vh;
}
.skills-web img{
    width: 39vw;
}

/* ===========slills-graphic============ */
#skills-graphic{
    /* position: relative; */
    padding-top: 5%;
    margin: 0 auto 10%;
    max-height: 1vh;
    z-index: -1;
    
}
.skills-graphic-title{

    text-align: center;
    margin: 5%;
    padding-bottom: 5%;
    border-bottom: 1px solid #848B8C;
}
.skills-graphic-title h1{
    font-size: 1.5rem;
}


.skills-graphic{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3%;
    max-height: 10vh;

}
.skills-graphic-text{
    width: 38vw;
    padding:2%;
    height: 100vh;
    background: #DCD3D3;/*ボタン色*/
    color: #848B8C;/*ボタン色より暗く*/
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    /* border-bottom: solid 3px #627295; */
    border-radius: 25px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.skills-graphic img{
    width: 40vw;
}
#reproduction{
    height: 100vh;
}

.reproduction-title{
    margin-top: 100px;
    margin: 0 auto 5%;
    text-align: center;
    padding: 0;

}

.reproduction-art-works{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
    /* max-height: 10vh; */
}
.reproduction-art-works img{
   width: 42.5vw;
}

.logodesign-title{
    margin-top: 100px;
    margin: 10% auto 5%;
    text-align: center;
    

}

.logodesign-art-works{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
    /* max-height: 10vh; */
}
.logodesign-art-works img{
   width: 42.5vw;
}

/* ===========footer================ */

.footer {
    display: block;
    /* position: absolute; */
    text-align: center;
   margin: 0 auto 2%;
}               

/* =============mediaquery ===========*/

@media (max-width:600px) {

body {
	font-family: sans-serif ;
}

main-nav{
    
}

.main-logo  img{
    position: absolute;
    margin-top: 0%;
    left: 1%;   

}

.top-img  img{
    margin: 15% auto 0;
    padding: 100% auto;
    /* padding: 100% auto; */
    
}


.ul{
    min-width: 420px;
    padding: 50% auto;
}
li{
    font-size: 0.9rem;
}
    
#skills {
    display: block;
}
.skills-title{
    border: none;
    
}

.skills-title h2{
 font-size: 1.2rem;
 padding: 5% auto 2%;
}
.skills-title h2{
 font-size: 1rem;
}

.art-works {
    display: block;
}
.art-works  img{
    width: 80vw;
    padding-top: 10%;
    border-top: 1px solid #848B8C;

   
}
.art-works  p{
    margin: 0% auto 5%  ; 
   
    /* padding: 10% auto 5%; */

}

.profile-img img{
    margin: 20% auto;
    width: 100vw;

}
.profile-title h2{
    font-size: 1.3rem;
    margin-bottom: 10%;
}
.profile-title p{
    display: block;
    /* margin-top: 10%; */
    width: 90vw;
}

.illust img{
    top: 70vh;
    right: -10%;
    z-index: -1;
    width: 50vw;
}



br {
    display: none;
  }

.skills-web-title{
    margin: 15% auto ;
    padding-bottom: 10%;
    width: 90vw;
    border-bottom: 2px solid #848B8C;
}
.skills-web-title h2{
    margin-bottom: 5%;
}

.skills-web{
    display: block;
}
.skills-web-text{
    width: 90vw;
    height: 70vw;
}
.skills-web img{
    width: 90vw;
    margin-top: 10%;
}
.skills-web-text h3{
    margin-bottom: 5%;
    text-align: center;

}
.skills-web-text P{
    margin-bottom: 10%;
    /* text-align: center; */

}
.skills-food{
    display: block;
}
.skills-food-title{
    margin: 15% auto ;
    padding-bottom: 10%;
    width: 90vw;
    border-bottom: 1px solid #848B8C;
}
.skills-food-title h2{
    margin-bottom: 5%;
}

.skills-food-text{
    width: 90vw;
    height: auto;
}

.skills-food-text h3{
    margin-bottom: 10%;
    text-align: center;

}
.skills-food-text P{
    margin: 10% auto 10%;
    /* text-align: center; */
    width: 90vw;
    text-align: center;

}
.skills-food-img img{
    width: 90vw ;
    margin-bottom:  10%;
    padding-bottom: 10%;
    border-bottom: 1px solid #848B8C;
    
}
#myslider1 {
    height: 30vh;
    margin-bottom: 20%;

}

#myslider1 img{
    width: 90vw;
    margin-bottom: 100vh;
    margin-bottom: 20%;
    padding-bottom: 30%;
    border-bottom: 1px solid #848B8C;
    
}
#myslider2 img{
    width: 90vw;
}
.skills-food-text2 h3{
    margin-top: 38vh;
    margin-bottom:0%;
    text-align: center;

}
.skills-food-text2 p{
    /* margin-top: 40vh; */
    margin-bottom:10%;
    text-align: center;

}

#contactBOX {
    padding: 30% auto;
    width: 90vw;
}
.contact {
    margin-top: 20%;
}
.contact h2{
    font-size: 1.5rem;
}
.label{
    font-size: 1rem;
    height: 7%;
}
.submit-btn{
    width: 20vw;
}
.skills-graphic-title{
    margin-top: 15%;
    min-width: 90vw;
    font-size: 1rem;
    padding: 5%;
}
}


/* @media終わり */