@charset "UTF-8";

/* --------------------------------
 * base
 * -------------------------------- */
html {
/*  font-size: 62.5%;*/
/*  scroll-behavior: smooth;*/
}
body {
  background: #808080;
  color: #808080;
/*  font-size: 1.4rem;*/
  text-align: center;
  font-family: "yumincho","yu mincho","Hiragino Mincho ProN","MS PMincho",serif;
/*  font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic","Meiryo", sans-serif;*/
}
h1 {
/*  font-size: 2em;*/
  margin: 0.67em 0;
}
h2 {
/*  font-size: 1.4em;*/
  margin: 0;
}
h3 {
/*  font-size: 0.8em;*/
  margin: 0;
}
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
a {
  font-weight:bold;
  text-decoration:none;
}
a:link {
  color:#FFFFFF;
}
a:visited {
  color:#FFFFFF;
}
a:hover {
  color:#FFFFFF;
}
a:active {
  color:#FFFFFF;
}

/* --------------------------------
 * parts
 * -------------------------------- */
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.line {
  text-decoration: underline;
}
.line:hover{
  color:#FFFFFF;
  opacity: 0.7;
}

/* --------------------------------
 * header
 * -------------------------------- */
.header-index {
  width: 580px;
  padding: 80px 0 0;
  margin:0 auto;
}
.header-title{
  margin: 0 auto;
}
.site-title {
  font-size: 40px;
  font-weight: bold;
  font-family: "Arial";
  color: #FFFFFF;
  text-decoration: none;
  margin: 20px 0;
}
.site-title a:hover {
  color:#FFFFFF;
  text-decoration:none;
}
.site-title-sub {
  margin: 0 0 100px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 1px;
  line-height: 24px;
}
.global-nav{
  font-family: "Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic","Meiryo", sans-serif;
  text-align: center;
}
.global-nav .nav-item{
  font-size: 16px;
  display: inline-block;
  margin: 0 10px;
  letter-spacing: 1px;
}
.global-nav ul{
  margin: 0;
  padding: 0;
}
.nav-item:hover {
color:#FFFFFF;
opacity: 0.7;
}
.top-image{
  width: 580px;
  padding: 20px 0 0;
  margin:0 auto;
}

/* --------------------------------
 * about
 * --------------------------------*/
.heading-text{
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: left;
}
.about-zone{
  width: 800px;
  padding: 0;
  margin: 40px auto;
}
.about-zone-top{
  margin-top: 60px;
  margin-bottom: 100px;
}
.about-text {
  margin: 0;
  padding: 20px 0 20px;
  font-size: 13.5px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: left;
}
.profile-name{
  margin: 30px auto 10px;
  padding: 0;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 24px;
  text-align: left;
}
.profile-name-sub{
  margin: 0 auto 10px;
  padding: 0;
  font-size: 13.5px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: left;
}
.global-nav .nav-item-about{
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  display: inline-block;
  margin: 0 10px;
  letter-spacing: 1px;
  text-decoration-line: underline overline;
  text-decoration-thickness: 2px;
}

/* --------------------------------
 * works
 * --------------------------------*/
.works-zone{
  width: 800px;
  padding: 0;
  margin: 50px auto;
}
.works-box {
  margin: 40px auto 0;
  padding: 0 30px 30px;
  background-color: #FFFFFF;
  overflow: hidden;
  height: 300px;
  position: relative;
}
.works-title{
  margin: 30px 0;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: left;
}
.works-image{
  margin: 0 20px 0 0;
  width: 250px;
  height: 210px;
  object-fit: cover;
  display: block;
  float: left;
}
.works-text{
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: left;
}
.works-text-sub{
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 20px;
  text-align: left;
  position: absolute;
  bottom: 30px;
  left: 300px;
}

/* --------------------------------
 * footer
 * --------------------------------*/
.footer{
  padding: 10px 0;
  clear:both;
}
.footer-text {
  margin: 0;
  font-family: "Arial";
  font-size: 12px;
  color: #cccccc;
  line-height: 22px;
  letter-spacing: 0.5px;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media (max-width: 768px) {

/*   --- header ---*/
  .header-index {
    width: 100%;
    padding: 40px 0 0;
  }
  .header-title{
    padding: 0 15px;
  }
  .site-title {
    font-size: 28px;
    margin:35px 0 8px;
  }
  .site-title-sub {
    margin: 0 0 80px;
    font-size: 10.5px;
  }
  .global-nav .nav-item{
    font-size: 14px;
  }
  .top-image-box{
    overflow: hidden;
  }
  .top-image{
    width: 155%;
  }

/*   --- about ---*/
  .about{
   padding: 0 30px;
  }
  .about-zone{
    width: 100%;
  }
  .global-nav-about{
    margin-top: 15px;
  }
  .global-nav .nav-item-about{
    font-size: 14px;
  }

/*   --- works ---*/
  .works-zone{
    width: 100%;
  }
  .works-box {
    padding: 0 30px 20px;
    height: auto;
  }
  .works-title{
    margin: 20px 0;
    color: black;
  }
  .works-image-box{
    overflow: hidden;
  }
  .works-image{
    margin: 0 auto;
    width: 400px;
    float: none;
  }
  .works-text{
    color: black;
  }
  .works-text-sub{
    margin: 25px auto 0;
    color: black;
    letter-spacing: 0.5px;
    position: static;
  }

/*   --- footer ---*/
  .footer{
    padding: 5px 0;
  }
  .footer-text {
    font-size: 10px;
  }

}
