@charset "UTF-8";
/* リセット */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  list-style: none;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
body {
    font-family: Helvetica, '游ゴシック', 'Yu Gothic', YuGothic, HiraKakuProN-W3, 'メイリオ', Meiryo, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.9;
    text-align: left;
    -webkit-text-size-adjust: 100%;
}
a {
    color: #333;
    text-decoration: none;
}
/* ヘッダーデザイン */
header {
    position: relative;
    max-width: 960px;
    height: 240px;
    margin: 0 auto;
}
@media (max-width: 1080px){
  header {
      max-width: 700px;
  }
}
@media (max-width: 820px){
  header {
      max-width: 628px;
  }
}
header h1 {
    position: absolute;
    top: 85px;
    left: 0;
}
header h1 img {
    width: auto;
    height: 48px;
}
@media (max-width: 680px){
  header h1 {
      position: absolute;
      top: 18px;
      left: 10px;
  }
  header h1 img {
      /* width: auto; */
      height: 28px;
  }
}

nav {
    position: absolute;
    bottom: 30px;
    right: 0;
}
nav li {
    margin-left: 50px;
    display: inline;
    float: none;
    border-bottom: none;
    text-align: right;
}
nav ul li a {
    display: inline;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    transition: .3s;
}
.cf li a:hover {
  color: #13c3ac;
}
.cf {
    zoom: 1;
}
/* header-sp */
@media (max-width: 680px){
  header {
    margin-bottom: 0px;
    height: 190px;
}
  nav ul {
    list-style: none;
  }
  nav {
    width: 100%;
    margin-bottom: 0px;
    border-top: 1px solid #d9d9d9;
    position: absolute;
    right: auto;
  }
  nav ul li:nth-child(odd) {
    background: url(../common/line_nav.gif) repeat-y right top;
    background-size: 1px 10px;
  }

  nav li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    margin-left: 0px;
  }
  nav ul li a {
    display: block;
    width: 100%;
    padding: 12px 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .cf:after {
    clear: both;
}
}
#main.inner {
    max-width: 920px;
    padding: 0;
    margin: 0 auto;
}
@media (max-width: 1080px){
  #main.inner {
      max-width: 700px;
  }
}
@media (max-width: 820px){
  #main.inner {
      max-width: 628px;
  }
}
@media (max-width: 680px){
  #main.inner {
      max-width: auto;
      margin-left: 1.5em;
      margin-right: 1.5em;
  }
}
.contBox {
    margin: 0 0;
    font-size: 15px;
}

/* Blog */
#main.inner h2.ttl {
    margin: 0 0 50px;
}
#main h2.ttl.large {
    margin: 0 0 70px 0;
    font-size: 46px;
    text-align: left;
}
#main h2.ttl {
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.0;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 40px;
    letter-spacing: 0.05em;
}
.blogArea {
    margin-bottom: 90px;
}
.ttlSet {
    margin: 0 0 40px;
    text-align: center;
}
@media (max-width: 680px){
  .ttlSet {
      margin: 0 0 ;
      text-align: center;
  }
}
/* .ttlSet {
    text-align: center;
} */
.photo a{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.photo a:hover{
  opacity: 0.7;
}
.ttlSet h3 {
    float: left;
    width: 70%;
    text-align: left;
    font-size: 28px;
    font-weight: 100;
}
.ttlSet h3 {
    font-size: 23px;
    letter-spacing: 2px;
}
.ttlSet h3 a{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.ttlSet h3 a:hover{
  opacity: 0.4;
}

.ttlSet .date {
    float: right;
    width: 30%;
    padding-top: 15px;
    font-size: 12px;
    text-align: right;
}
.ttlSet .date {
    margin-bottom: 15px;
    font-size: 12px;
}
@media (max-width: 680px){
  .ttlSet h3 {
      float: none;
      width: 100%;
      text-align: center;
      font-size: 23px;
      font-weight: 100;
      margin-top: 2em;
  }
  .ttlSet .date {
      float: none;
      width: 100%;
      padding-top: 0px;
      font-size: 15px;
      text-align: center;
  }
}
.photo {
    margin-bottom: 40px;
}
.blogArea img {
    width: 100%;
    height: auto;
    margin-top: 2em;
}
@media (max-width: 680px){
  .blogArea img {
      margin-top: 0em;
  }
  .photo {
      margin-bottom: 30px;
  }
}

.textFloat, .photoFloatL, .photoFloatR {
    margin-bottom: 50px;
}
p{
  text-align: justify;
}
.photo li {
    margin-bottom: 25px;
}

#main h2.ttl.large {
    margin: 0 0 70px 0;
    font-size: 46px;
    text-align: justify;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
}
@media (max-width: 680px){
  #main h2.ttl.large {
      margin: 0 0 20px 0;
      font-size: 46px;
      text-align: center;
      font-family: 'Lato', sans-serif;
      font-weight: 100;
  }
}
.main h2.ttl {
  margin-bottom: 65px;
  font-size: 38px;
    text-align: left;
    line-height: 1.0;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    letter-spacing: 0.05em;
}

/* Workslist */
#worksList {
    margin-bottom: 50px;
    font-size: 15px;
}
#worksList li {
    margin-bottom: 160px;
}
#worksList .img {
    margin-bottom: 45px;
}
#worksList .img img {
    width: 100%;
    height: auto;
}
@media (max-width: 680px){
  #worksList li {
      margin-bottom: 60px;
  }
  #worksList .img {
      margin-bottom: 5px;
  }
}
element.style {
    display: inline-block;
    width: 0px;
    overflow: hidden;
    line-height: 0;
}
#worksList h3.ttl {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
}
#worksList img.popup {
    width: 11px;
    height: 9px;
    vertical-align: middle;
}
#worksList .skill {
    margin-bottom: 15px;
}
#worksList .readLast {
    margin-bottom: 30px;
}
/* ページリスト */
.wp-pagenavi {
    clear: both;
    text-align: left;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    padding: 3px 5px;
    margin: 2px;
}
.wp-pagenavi span.current {
    font-weight: bold;
    text-decoration: underline;
}

/* copyright */
.copyright{
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1080px){
  .copyright{
    width: 700px;
  }
}
@media (max-width: 820px){
  .copyright{
    width: 600px;
  }
}
#copyright {
  font-size: 12px;
    float: right;
    width: 40%;
    margin-top: 32px;
    margin-bottom: 0;
    text-align: right;
}
#copyright-sp {
  display: none;
}
@media (max-width: 680px){
  #copyright-sp {
    display: block;
    font-size: 12px;
      width: auto;
      margin-top: 22px;
      margin-bottom: 20px;
      text-align: center;
  }
  #copyright{
    display: none;
  }
}

/* scroll */
.scroll a {
  display: block;
  width: 24px;
  margin: 0 auto 20px auto;
  padding: 8px 20px;
    scroll-behavior: smooth;
    transition: all 0.3s;
    text-transform: uppercase;
}
.scroll{
  text-align: center;
  margin-top: 3em;
}
html { scroll-behavior: smooth;}


/* footer */
#footer{
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1080px){
  #footer{
    width: 700px;
  }
}
@media (max-width: 820px){
  #footer{
    width: 600px;
  }
}
.footer {
    position: relative;
    float: left;
    width: 60%;
    margin: 60px 0 0 0px;
    zoom: 1;
}
nav.footer a {
    font-size: 14px;
    font-weight: 400;
    transition: .3s;
}
nav.footer li a:hover {
  color: #13c3ac;
}
nav.footer li {
    margin: 0 40px 0 0;
}
/* footer-sp */
@media (max-width: 680px){
  .footer {
      position: relative;
      float: none;
      width: auto;
      margin: auto;
      zoom: 1;
      margin-top: 4em;
  }
  #footer{
    width: 100%;
  }
  nav ul {
    list-style: none;
  }
  nav {
    width: 100%;
    margin-bottom: 0px;
    border-top: 1px solid #d9d9d9;
    position: absolute;
    right: auto;
  }
  nav ul li:nth-child(odd) {
    background: url(../common/line_nav.gif) repeat-y right top;
    background-size: 1px 10px;
  }
  nav li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    margin-left: 0px;
  }
  nav.footer li {
      margin: 0;
  }
  nav ul li a {
    display: block;
    width: 100%;
    padding: 12px 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .footer:after {
    clear: both;
  }
}
