* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  * {
    opacity: 1!important;
  }
}
a {
  color: #111;
}
a:hover {
  color: #bbb;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  color: #222;
}
.scr {
  overflow-y: scroll;
}
.visible * {
  opacity: 1!important;
}
h1,
h2 {
  font-family: poiret-one, "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-weight: normal;
}
.shd_all {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}
.shd_in {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25) inset;
}
.bb {
  box-sizing: border-box;
}
.l {
  float: left;
}
.r {
  float: right;
}
header {
  margin: 0;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 500;
  width: 100%;
}
header h1 {
  font-size: 28px;
  color: #222;
  padding: 0 10px;
  line-height: 48px;
  box-sizing: border-box;
}
header h1 a {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
@media screen and (max-width: 640px) {
  header h1 {
    font-size: 20px;
    line-height: 40px;
  }
}
header h1 img {
  width: 100%;
}
header nav {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
header nav ul {
  float: right;
}
header nav ul li {
  line-height: 48px;
  float: left;
  font-size: 14px;
}
header nav ul li a {
  display: block;
  padding: 0 25px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header nav ul.pc {
  display: block;
  overflow: hidden;
}
header nav ul.pc li:last-child {
  padding-right: 15px;
}
@media screen and (max-width: 960px) {
  header nav ul.pc {
    display: none;
  }
}
header nav ul.mb {
  display: none;
}
@media screen and (max-width: 960px) {
  header nav ul.mb {
    display: block;
  }
}
header nav ul.mb li.menu {
  display: block;
  padding: 0 10px;
  float: right;
  cursor: pointer;
}
header nav ul.mb li.menu img {
  position: relative;
  top: 9px;
}
@media screen and (max-width: 640px) {
  header nav ul.mb li.menu img {
    top: 5px;
  }
}
header nav ul.mb li.hide {
  display: none;
  clear: both;
  background: rgba(0, 0, 0, 0.9);
  width: 310px;
  line-height: 65px;
  position: relative;
  top: 7px;
  right: 10px;
  z-index: 1000;
  margin-bottom: 0px;
}
header nav ul.mb li.hide:last-child {
  padding-bottom: 7px;
}
@media screen and (max-width: 640px) {
  header nav ul.mb li.hide {
    top: 0px;
  }
  header nav ul.mb li.hide:last-child {
    padding-bottom: 0;
  }
}
header nav ul.mb li.hide a {
  text-indent: 5px;
  color: #fff;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header nav ul.mb li.hide a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
div.top_slide {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  color: #222;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: table;
}
@media screen and (max-width: 960px) {
  div.top_slide {
    background-size: 450px,450px;
  }
}
@media screen and (max-width: 640px) {
  div.top_slide {
    background-size: 350px,350px;
  }
}
div.top_slide div {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
}
div.top_slide div p {
  display: inline-block;
  font-size: 42px;
  font-family: poiret-one, "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}
@media screen and (max-width: 960px) {
  div.top_slide div p {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  div.top_slide div p {
    font-size: 30px;
  }
}
div.topbg {
  width: 100%;
  height: 100%;
  background: url('../img/bg01.jpg') fixed;
  background-size: cover;
  top: 0;
  z-index: 1;
}
section {
  margin: 0 auto;
  z-index: 50;
  position: relative;
  padding: 65px 35px 85px;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  section {
    padding: 65px 25px 72px;
  }
}
@media screen and (max-width: 640px) {
  section {
    padding: 65px 0;
  }
}
section * {
  opacity: 0;
}
section h2 {
  text-align: center;
  margin: 0 auto;
  font-size: 60px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 960px) {
  section h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 640px) {
  section h2 {
    font-size: 40px;
  }
}
section > p {
  max-width: 600px;
  margin: 0 auto;
  padding: 45px 0 0;
  text-align: justify;
  font-size: 16px;
  line-height: 1.9;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  display: inline-block;
}
@media screen and (max-width: 960px) {
  section > p {
    font-size: 15px;
    padding: 35px 20px 0;
    line-height: 1.8;
  }
}
@media screen and (max-width: 640px) {
  section > p {
    font-size: 14px;
    line-height: 1.75;
  }
}
section > p + p {
  padding-top: 25px;
}
section#About {
  background: url("../img/profile.jpg") fixed;
  background-size: cover;
  color: #fff;
  z-index: 120;
  text-align: 　left;
  text-align: center;
}
section#About > p {
  background: rgba(0, 0, 0, 0.42);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25) inset;
  padding: 50px;
  margin: 55px auto 0;
  line-height: 2.2;
}
@media screen and (max-width: 640px) {
  section#About > p {
    margin: 55px 25px 0;
    padding: 35px;
  }
}
@media screen and (max-width: 480px) {
  section#About > p {
    margin: 55px 10px 0;
    padding: 30px;
  }
}
section#About > div {
  max-width: 900px;
  margin: 50px auto 0;
  padding: 67px;
  font-size: 14px;
  line-height: 1.9;
  background: #ffffff;
  color: #222;
  text-align: justify;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  section#About > div {
    margin: 35px auto 0;
    line-height: 1.8;
    padding: 50px;
  }
}
@media screen and (max-width: 640px) {
  section#About > div {
    font-size: 13px;
    margin: 35px 10px 0;
    line-height: 1.70;
    padding: 40px;
  }
}
@media screen and (max-width: 480px) {
  section#About > div {
    background-image: none;
    padding: 30px;
  }
}
section#About > div h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 26px;
  border-left: 2px solid #222;
  padding: 2px 0 2px 18px;
  line-height: 1;
  margin-top: 40px;
}
@media screen and (max-width: 480px) {
  section#About > div h3 {
    clear: both;
  }
}
section#About > div h3.name {
  border: none;
  font-size: 30px;
  padding-left: 3px;
  margin: 0 0 8px 0;
  font-family: poiret-one, "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  border-bottom: 1px solid #ccc;
}
section#About > div h3.name + p {
  padding: 0 0 0 3px;
  background: none;
  border: none;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  section#About > div h3.name + p {
    padding-bottom: 10px;
  }
}
section#About > div h3.cl {
  clear: both;
}
section#About > div > p {
  padding: 25px;
  background: #f6f6f6;
  border: 1px solid #eee;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
@media screen and (max-width: 640px) {
  section#About > div > p {
    padding: 24px;
  }
}
section#About > div p.sh {
  margin: 25px 240px 0 0;
}
@media screen and (max-width: 640px) {
  section#About > div p.sh {
    margin: 25px 0 0 0;
    clear: both;
  }
}
section#About > div img {
  width: 210px;
  height: auto;
  float: right;
  padding: 25px 0 30px 30px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  section#About > div img {
    max-width: 300px;
    float: none;
    padding: 15px 0 0;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
section#About > div > p + p {
  margin-top: 25px;
}
section#About > div div.skill_box {
  background: #f6f6f6;
  padding: 5px 25px 5px 25px;
  overflow: hidden;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
section#About > div div.skill_box.first {
  padding-top: 25px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-top: 1px solid #eee;
}
section#About > div div.skill_box.last {
  padding-bottom: 25px;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-bottom: 1px solid #eee;
}
section#About > div div.skill_box h4 {
  width: 160px;
  margin: 20px 0;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.7;
  background: #555;
  color: #fff;
}
@media screen and (max-width: 640px) {
  section#About > div div.skill_box h4 {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 3px solid #eee;
    padding: 12px 0;
    margin: 0;
  }
}
section#About > div div.skill_box p {
  font-size: 13px;
  display: table-cell;
  background: #fff;
  padding: 25px;
}
@media screen and (max-width: 640px) {
  section#About > div div.skill_box p {
    display: block;
    padding: 20px;
  }
}
section#Works {
  background: none;
  z-index: 115;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25) inset;
  background: #fff;
  padding: 65px 140px 85px;
}
@media screen and (max-width: 1700px) {
  section#Works {
    padding: 65px 110px 72px;
  }
}
@media screen and (max-width: 1500px) {
  section#Works {
    padding: 65px 70px 72px;
  }
}
@media screen and (max-width: 1200px) {
  section#Works {
    padding: 65px 50px 72px;
  }
}
@media screen and (max-width: 960px) {
  section#Works {
    padding: 65px 25px 72px;
  }
}
@media screen and (max-width: 640px) {
  section#Works {
    padding: 65px 0;
  }
}
section#Works > p {
  text-shadow: none;
}
section#Works h2 {
  text-shadow: none;
}
section#Works ul {
  position: relative;
  overflow: hidden;
  margin: 60px auto 0;
}
section#Works ul li {
  width: 250px;
  float: left;
  overflow: hidden;
  margin: 15px;
  text-align: justify;
}
@media screen and (max-width: 960px) {
  section#Works ul li {
    margin: 10px;
  }
}
@media screen and (max-width: 640px) {
  section#Works ul li {
    margin: 10px;
  }
}
section#Works ul li img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
section#Works ul li h3 {
  padding: 20px 5px 12px;
  font-size: 18px;
  line-height: 1.35;
}
section#Works ul li h3 a:hover {
  color: #777;
}
section#Works ul li p {
  padding: 0 5px 10px;
  font-size: 12px;
  line-height: 1.7;
}
section#Contact {
  background-size: cover;
  text-align: center;
  color: #333;
  z-index: 120;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25) inset;
}
section#Contact h2 {
  text-shadow: none;
}
section#Contact > p {
  text-shadow: none;
}
section#Contact span + span input {
  margin-top: 10px;
}
section#Contact span input {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  max-width: 600px;
  width: 100%;
  background: #e6e6e6;
  display: block;
  margin: 45px auto 0;
  box-sizing: border-box;
  padding: 15px;
  font-size: 14px;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media screen and (max-width: 640px) {
  section#Contact span input {
    width: 90%;
  }
}
section#Contact .btn {
  display: block;
  width: 180px;
  height: 60px;
  background: #222;
  color: #fff;
  padding: 0;
  margin: 25px auto 0;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
section#Contact .btn:hover {
  background: #666;
}
section#Contact textarea {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  max-width: 600px;
  width: 100%;
  height: 240px;
  background: #eee;
  border: 1px solid #dfdfdf;
  display: block;
  margin: 10px auto 0;
  box-sizing: border-box;
  padding: 15px;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
@media screen and (max-width: 640px) {
  section#Contact textarea {
    width: 90%;
  }
}
section#Contact div.wpcf7-validation-errors {
  border: none!important;
  padding-top: 16px!important;
}
section#Contact div.wpcf7-mail-sent-ok {
  border: none!important;
}
section#Contact .wpcf7-not-valid-tip {
  opacity: 1!important;
  padding-top: 6px!important;
}
section#Single {
  width: 960px;
  z-index: 20;
  color: #333;
  text-align: center;
  padding: 90px 0 100px;
}
@media screen and (max-width: 980px) {
  section#Single {
    width: 636px;
    padding: 65px 0 82px;
  }
}
@media screen and (max-width: 660px) {
  section#Single {
    width: 100%;
    padding: 55px 0 55px;
  }
}
section#Single h2 {
  font-size: 36px;
  text-shadow: none;
  padding-bottom: 7px;
}
@media screen and (max-width: 980px) {
  section#Single h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 660px) {
  section#Single h2 {
    font-size: 24px;
  }
}
section#Single > p {
  text-shadow: none;
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 660px) {
  section#Single > p {
    padding: 35px 30px 0;
  }
}
section#Single > p a {
  text-decoration: underline;
  color: #666;
}
section#Single > p a:hover {
  color: #aaa;
}
section#Single > dl {
  margin: 25px auto;
  max-width: 600px;
  font-size: 12px;
  text-align: left;
  padding: 0 20px;
}
section#Single > dl dt {
  font-size: 14px;
  border-bottom: 1px dotted #aaa;
  border-left: 3px solid #aaa;
  margin-top: 27px;
  padding: 0 0 0 10px;
}
section#Single > dl dd {
  line-height: 1.7;
  padding: 10px 5px 0 20px;
}
@media screen and (max-width: 660px) {
  section#Single > dl dd {
    padding: 9px 5px 0;
  }
}
section#Single div.info {
  width: 600px;
  max-width: 100%;
  overflow: hidden;
  margin: 60px auto 0;
}
@media screen and (max-width: 660px) {
  section#Single div.info {
    width: 100%;
    margin: 36px auto 0;
  }
}
section#Single div.info dl {
  float: left;
  width: 285px;
  margin-right: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
@media screen and (max-width: 660px) {
  section#Single div.info dl {
    float: none;
    width: 75%;
    min-width: 285px;
    margin: 10px auto 0!important;
  }
}
section#Single div.info dl:nth-child(2n) {
  margin-right: 0;
}
section#Single div.info dl dt {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background: #333;
  color: #fff;
  font-size: 14px;
}
section#Single div.info dl dd {
  width: 100%;
  background: #f3f3f3;
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
}
section#Single div.comment_box {
  max-width: 600px;
  margin: 35px auto 0;
  padding: 0 15px;
  padding: 36px 25px 36px 115px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 2;
}
@media screen and (max-width: 660px) {
  section#Single div.comment_box {
    width: 90%;
    line-height: 1.7;
    padding: 20px 24px 24px;
    background: none!important;
    border: none;
  }
}
section#Single div.comment_box + div.comment_box {
  margin-top: -1px;
}
@media screen and (max-width: 660px) {
  section#Single div.comment_box + div.comment_box {
    margin-top: 0;
    padding: 24px 24px 0;
    border-top: 1px solid #ccc;
  }
}
section#Single div.comment_box p {
  font-size: 14px;
  text-align: justify;
}
section#Single div.comment_box p + p {
  padding-top: 25px;
}
@media screen and (max-width: 660px) {
  section#Single div.comment_box p {
    font-size: 13px;
  }
}
section#Single div.comment_box.caution {
  background: url(../img/caution.png) center left no-repeat;
}
section#Single div.comment_box.caution p {
  color: #F84833;
}
section#Single div.comment_box.quote {
  background: url(../img/quote.png) center left no-repeat;
}
section#Single div.comment_box.quote p.q {
  text-align: left;
  font-size: 14px;
}
section#Single div.comment_box.quote p.q a {
  color: #888;
  text-decoration: underline;
}
section#Single div.comment_box.quote p.q a:hover {
  color: #ccc;
}
section#Single div.img_box {
  overflow: hidden;
  width: 900px;
  margin: 60px auto 0;
}
@media screen and (max-width: 980px) {
  section#Single div.img_box {
    width: 636px;
  }
}
@media screen and (max-width: 660px) {
  section#Single div.img_box {
    width: 96%;
  }
}
section#Single div.img_box img {
  width: 94%;
  height: auto;
  display: block;
  margin: 0 auto;
}
section#Single div.img_box.multi > img,
section#Single div.img_box.multi > a img {
  float: left;
  width: 44%;
  margin: 0 3%;
}
section#Single div.img_box.multi > img.long,
section#Single div.img_box.multi > a img.long {
  width: 62%;
}
section#Single div.img_box.multi > img.short,
section#Single div.img_box.multi > a img.short {
  width: 26%;
}
section#Single div.img_box.multi > img.right,
section#Single div.img_box.multi > a img.right {
  float: right;
}
@media screen and (max-width: 660px) {
  section#Single div.img_box.multi > img,
  section#Single div.img_box.multi > a img {
    width: 94%!important;
  }
  section#Single div.img_box.multi > img:nth-child(1),
  section#Single div.img_box.multi > a img:nth-child(1) {
    margin-bottom: 30px;
  }
}
section#Single div.img_box.multi p {
  float: left;
  width: 44%;
  margin: 0 3%;
  background: #f3f3f3;
  padding: 12px 24px;
  text-align: justify;
  line-height: 1.70;
  box-sizing: border-box;
}
section#Single div.img_box.multi p.long {
  width: 62%;
}
section#Single div.img_box.multi p.short {
  width: 26%;
}
@media screen and (min-width: 661px) {
  section#Single div.img_box.multi p.first {
    padding-top: 24px;
  }
  section#Single div.img_box.multi p.last {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 980px) {
  section#Single div.img_box.multi p {
    line-height: 1.67;
  }
}
@media screen and (max-width: 660px) {
  section#Single div.img_box.multi p {
    width: 94%!important;
    padding: 16px;
    line-height: 1.75;
  }
  section#Single div.img_box.multi p:nth-child(1) {
    margin-bottom: 30px;
  }
  section#Single div.img_box.multi p + p {
    margin-top: 10px;
  }
}
section#Single div.img_box + div.img_box {
  margin-top: 54px;
}
@media screen and (max-width: 980px) {
  section#Single div.img_box + div.img_box {
    margin-top: 36px;
  }
}
@media screen and (max-width: 660px) {
  section#Single div.img_box + div.img_box {
    margin-top: 30px;
  }
}
.adjust {
  margin-top: -47px;
  padding-top: 47px;
}
@media screen and (max-width: 640px) {
  .adjust {
    margin-top: -39px;
    padding-top: 39px;
  }
}
.adjust_single {
  padding-top: 48px;
}
.top_link {
  margin: -25px auto 60px;
  text-align: center;
  font-size: 22px;
  font-family: righteous, "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  position: relative;
  z-index: 100;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .top_link {
    margin-top: -10px;
  }
}
@media screen and (max-width: 660px) {
  .top_link {
    margin-top: 15px;
  }
}
.top_link a {
  width: 260px;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 12px 0;
  display: block;
  color: #222;
  margin: 20px auto 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  box-sizing: border-box;
}
.top_link a:hover {
  background: #222;
  color: #fff;
  border: 1px solid #222;
}
footer {
  padding: 90px 0 80px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  z-index: 150;
  position: relative;
  background: url("../img/profile.jpg") fixed;
  background-size: cover;
  color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25) inset;
  margin-top: 15px;
}
footer.top {
  margin-top: 0px;
}
footer br {
  display: none;
}
@media screen and (max-width: 640px) {
  footer br {
    display: inline;
  }
}
footer * {
  opacity: 0;
}
