*{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
body{
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
header{
  background: #fff;
  height: 80px;
  box-shadow: 0 0 13px #ccc;
  position: fixed;
  width: 100%;
  top: 0;
  text-align: center;
  padding-top: 5px;
}
footer{
  background: #cccc;
  text-align: center;
  padding-top: 10px;
}
footer img{
  width: 80px;
}

a{
  color: #000;
  text-decoration: none;
}
a:hover{
  color: red;
}
img{
  width: 100%;
}h2{
  font-size: 23px;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
nav{
  font-size: 18px;
}
nav ul{
  display: flex;
  padding-top: 20px;
  justify-content: center;
}
nav ul li {
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 15px;
  background-image: url(img/nav3.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 10px 10px;
}
.title{
  font-size: 33px;
  text-align: center;
  line-height: 1;
  letter-spacing: 5px;
  padding: 200px 0 50px 0;
  background-image:
  url(img/main4.png);
  background-repeat: no-repeat;
  background-position: center bottom 10px;
}
.title img{
  width: 300px;
  animation-name: fadein;
  animation-duration: 3s;
}
@keyframes fadein{
  from{
  opacity: 0;
  transform: translatey(20px);
  }
  to{
  opacity: 1;
  transform: translatey(0);
  }
}
.title span{
  font-size: 23px;
  letter-spacing: 3px;
}
main{
  text-align: center;
}


/*        WORKS     */

#WORKS{
  background-color: #efefef;
  padding: 90px 0 40px 0;
}
.myworks p{
  font-size: 14px;
}
.myworks dl dt{
  font-size: 18px;
  margin: 10px 0 10px 0;
}
.myworks dl dt span{
  font-size: 15px;
}
.myworks dl dd{
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 26px;
}
.myworks .gerberasite, .gerberashopcard, .logo, .medical-busicard, .fujita-banner, .web-site, .orekon-banner, .canby-banner, .atrack-banner, .cc-banner{
  padding: 20px 10px 40px 10px;
  margin: 30px 15px 0 15px;
  background-color: #fff;
  box-shadow: 0 0 13px #ccc;
}
.myworks .gerberashopcard .picture{
  text-align: center;
}
.myworks .gerberasite img{
  width: 80%;
}
.myworks .works-card img{
  width: 40%;
}
.myworks .logo img{
  width: 30%;
  padding: 15px;
}
.myworks .logo .bottega img{
  width: 55%;
}
.myworks .web-site .site img{
  width: 100%;
}
.myworks .atrack-banner .atrack-banner2 img{
  width: 48%;
}
.myworks .cc-banner .cc-banner2 img{
  width: 80%;
  padding-top: 50px;
  padding-bottom: 30px;
}




/*        SKILL     */

#SKILL{
  padding: 90px 0 40px 0;
}
.myskill dl dt{
  font-s ize: 20px;
}
.myskill dl dd{
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 26px;
  text-align: left;
}

.myskill{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 40px 0 40px 0;
}
.designskill {
  margin: 0 30px 0 30px;
}
.codingskill {
  margin: 70px 30px 0 30px;
}

.designpicture img{
  width: 70px;
  margin-bottom: 20px;
}
.codingpicture img{
  width: 80px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.designicon img{
  width: 150px;
  margin-top: 25px;
}
.codingicon img{
  width: 110px;
  margin-top: 25px;
}

/*        ABOUT     */

#ABOUT{
  background-color: #efefef;
  padding: 90px 0 50px 0;
}
.my p{
  text-align: left;
}
.my{
  display: inline-block;
  padding: 0 30px 40px 30px;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 26px;
}



/*      page top      */

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  margin-bottom: 40px;
  margin-right: -10px;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #6e7174;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #6e7174;
}





@media screen and (min-width: 768px){
header{
  display: flex;
  justify-content: space-around;
  height: 70px;
}
h2{
  font-size: 28px;
}
nav ul li{
  margin-left: 50px;
  margin-right: 50px;
  font-size: 18px;
}
nav ul{
  margin-top: 3px;
}
.title {
  font-size: 38px;
  letter-spacing: 8px;
  padding: 220px 0 80px 0;
  background-image:
  url(img/main8.png),
  url(img/main24.png);
  background-position:center, center bottom -50px;
  background-size: 1300px, auto;
}
.title span{
  font-size: 30px;
}
.title img{
  width: 450px;
  margin-top: -15px;
  animation-name: fadein;
  animation-duration: 3s;
}
@keyframes fadein{
  from{
  opacity: 0;
  transform: translatey(20px);
  }
  to{
  opacity: 1;
  transform: translatey(0);
  }
}



/*        WORKS     */

#WORKS{
  padding: 90px 0 90px 0;
}
.myworks p{
  font-size: 14px;
}
.myworks .works-card{
  width: 45%;
  height: 300px;
}
.myworks .gerberashopcard, .logo, .medical-busicard, .fujita-banner, .orekon-banner, .canby-banner, .atrack-banner, .cc-banner{
  padding: 20px 0 40px 0;
}
.myworks .web-site{
  padding: 0px;
  padding-bottom: 60px;
}
.myworks .more, .webmore{
  border: 1px solid #ccc;
  background-color: #ccc;
  margin: 5px 100px 0 100px;
  color: #fff;
  margin-top: 15px;
}
.myworks .work-wrapper{
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 10px;
}
.myworks dt{
  font-size: 20px;
}
.myworks dt span{
  font-size: 17px;
}
.myworks dd{
  font-size: 14px;
  line-height: 23px;
}
.myworks .works-card{
  margin-top: 40px;
}
.myworks .web-site .site img{
  height: 240px;
}
.myworks .gerberashopcard img{
  padding-top: 30px;
}
.myworks .fujita-banner .fujita-banner2 img{
  width: 50%;
  margin-top: 25px;
  padding: 0;
}
.myworks .orekon-banner .orekon-banner2 img{
  width: 50%;
  margin-top: 25px;
  padding: 0;
}
.myworks .canby-banner .canby-banner2 img{
  width: 50%;
  margin-top: 25px;
  padding: 0;
}



/*        SKILL     */

#SKILL{
  padding: 90px 0 40px 0;
}
.myskill dl dt{
  font-s ize: 20px;
}
.myskill dl dd{
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 26px;
  text-align: left;
}
.myskill{
  display: flex;
  justify-content: center;
  margin: 40px 0 40px 0;
}
.designskill ,.codingskill{
  width: 450px;
  margin: 0 40px 0 40px;
}
.designpicture img{
  width: 80px;
  margin-bottom: 30px;
}
.codingpicture img{
  width: 100px;
  margin: 55px 55px;
}

.designicon img{
  width: 150px;
  margin-top: 40px;
}
.codingicon img{
  width: 110px;
  margin-top: 50px;
}



/*        ABOUT     */

#ABOUT{
  padding: 90px 0 90px 0;
}
.my{
  background-image: url(img/about2.png),
                    url(img/about2.png);
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: center left, center right;
  padding-left: 90px;
  padding-right: 90px;
}
.my .profile{
  width: 550px;
  line-height: 30px;
  margin-left: 30px;
}

/*      page top      */

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  margin-bottom: 10px;
  margin-right: 20px;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #6e7174;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #6e7174;
}






@media screen and (min-width: 1200px){

/*        WORKS     */
#WORKS{
  padding: 90px 0 90px 0;
}
.myworks p{
  font-size: 14px;
}
.myworks .no1, .no2, .no3{
  display: flex;
  justify-content: center;
}
.myworks .works-card{
  width: 30%;
  height: 250px;
}
.myworks .gerberashopcard, .logo, .medical-busicard, .fujita-banner, .orekon-banner, .canby-banner, .atrack-banner, .cc-banner{
  padding: 20px 0 40px 0;
}
.myworks .web-site{
  padding: 0px;
  padding-bottom: 60px;
}
.myworks .more, .webmore{
  border: 1px solid #ccc;
  background-color: #ccc;
  margin: 5px 100px 0 100px;
  color: #fff;
  margin-top: 15px;
}
.myworks{
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.myworks dt{
  font-size: 20px;
}
.myworks dt span{
  font-size: 17px;
}
.myworks dd{
  font-size: 14px;
  line-height: 23px;
}
.myworks .picture{
  display: flex;
  justify-content: center;
}
.myworks .gerberashopcard .shopcard1 img{
  width: 180px;
  margin-top: -15px;
}
.myworks .medical-busicard .businesscard1 img{
  width: 170px;
  margin-top: -15px;
}
.myworks .fujita-banner .fujita-banner2 img{
  width: 65%;
  margin-top: 25px;
  padding: 0;
}
.myworks .orekon-banner .orekon-banner2 img{
  width: 65%;
  margin-top: 25px;
  padding: 0;
}
.myworks .canby-banner .canby-banner2 img{
  width: 65%;
  margin-top: 25px;
  padding: 0;
}
.myworks .web-site .site img{
  height: 173px;
}
.myworks .logo img{
  width: 45%;
  margin-top: -10px;
}
.myworks .works-card{
  margin-top: 40px;
}
.myworks .gerberashopcard img{
  padding-top: 0;
}


/*        ABOUT     */

.my{
  background-image: url(img/about2.png),
                    url(img/about2.png);
  background-repeat: no-repeat;
  background-size: 13%;
  background-position: center left, center right;
  padding-left: 200px;
  padding-right: 200px;
}
}
