@charset "UTF-8";
/*----------------------------------------------------
setting
----------------------------------------------------*/
/*----------------------------------------------------
web fonts
----------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Homemade+Apple);
/* font-family: 'Homemade Apple', cursive; */
/*----------------------------------------------------
drawer menu
----------------------------------------------------*/
.drawer-hamberger {
  z-index: 100;
  border: 0px solid #ddd;
  width: 35px;
  height: 35px;
  padding: 10px;
  top: 36px;
  margin-right: 22px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0);
}

.drawer-hamberger span,
.drawer-hamberger span:before,
.drawer-hamberger span:after {
  background-color: #111;
  width: 14px;
}

.drawer-default {
  background-color: #fff;
  z-index: 100;
}

.drawer-default .drawer-nav-list li a {
  padding: 15px 20px;
  color: #111;
  font-size: 16px;
  font-family: "bebas-neue", sans-serif;
  letter-spacing: 2px;
}

.drawer-default .drawer-copyright {
  padding: 0 20px;
  font-size: 12px;
  color: #888;
  font-family: "bebas-neue", sans-serif;
}

.drawer-hamberger span:before {
  top: -5px;
}

.drawer-hamberger span:after {
  bottom: -5px;
}

.drawer-hamberger span {
  margin-top: 6px;
}

.drawer-brand img {
  height: 25px;
}

.drawer-brand img {
  height: 33px;
  width: auto;
}

.drawer-nav-list {
  border-top: 1px solid #ddd;
}

.drawer-nav-list li {
  border-bottom: 1px solid #eee;
}

.drawer-right.drawer-open .drawer-main {
  right: 0;
}

/*----------------------------------------------------
common
----------------------------------------------------*/
html,
body,
#body {
  height: 100%;
}

body {
  color: #111;
}

.element {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .element {
    margin-bottom: 30px;
  }
}

.hl {
  font-family: "bebas-neue", sans-serif;
}
.hl.primary {
  font-size: 24px;
  margin-bottom: 20px;
}

.reed {
  font-size: 13px;
  line-height: 150%;
}

.scaleHalf:before {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

/*----------------------------------------------------
wrapper
----------------------------------------------------*/
#wrapper {
  width: 100%;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
}

#contents {
  padding: 194px 18px 105px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  #contents {
    padding: 100px 18px 72px;
  }
}

.frame {
  position: fixed;
  z-index: 99;
}
.frame.top {
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 15px 0;
}
.frame.bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px 15px;
}
.frame.top:before, .frame.bottom:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #111;
}
.frame.left {
  top: 0;
  left: 0;
  height: 100%;
  padding: 15px 0 15px 15px;
}
.frame.right {
  top: 0;
  right: 0;
  height: 100%;
  padding: 15px 15px 15px 0;
}
.frame.left:before, .frame.right:before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background: #111;
}

/*----------------------------------------------------
header
----------------------------------------------------*/
#header {
  /*	position: fixed;
	top: 0; left: 0;
	z-index: 9999;
	padding: 15px; */
  width: 100%;
  height: 100%;
}
#header #fixicon_email {
  position: fixed;
  top: 102px;
  right: 58px;
  z-index: 99;
}
@media (max-width: 767px) {
  #header #fixicon_email {
    display: none;
  }
}
#header #fixicon_email a {
  display: inline-block;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
#header #fixicon_email a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#header #header_logo {
  text-align: center;
  position: fixed;
  top: 58px;
  left: 50%;
  margin-left: -210px;
  z-index: 99;
}
#header #header_logo h1 a {
  display: inline-block;
}
#header #header_logo h1 a img {
  margin-left: 48px;
}
@media (max-width: 767px) {
  #header #header_logo {
    top: 28px;
    left: 0;
    margin-left: 0;
    text-align: left;
    padding: 0px 58px 0 33px;
  }
  #header #header_logo h1 a img {
    margin-left: 0;
  }
}
#header #header_navi {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  padding: 0 18px 18px;
}
#header #header_navi .sweeptop {
  width: 100%;
  padding: 25px 20px;
}
#header #header_navi #navi_news {
  display: none;
  float: left;
  color: #666;
  font-size: 12px;
  line-height: 20px;
}
#header #header_navi #navi_news .date {
  display: inline-block;
  font-family: Helvetica;
  font-weight: bold;
  margin-right: 10px;
}
#header #header_navi #navi_news a {
  color: #666;
}
#header #header_navi #navi_copyright {
  float: right;
  color: #888;
  font-size: 14px;
  font-family: "bebas-neue", sans-serif;
  font-weight: 100;
  line-height: 20px;
}
#header #header_navi #navi_list {
  float: right;
}
#header #header_navi #navi_list li {
  float: left;
  margin-right: 20px;
}
#header #header_navi #navi_list li a {
  color: #111;
  font-size: 18px;
  font-family: "bebas-neue", sans-serif;
  letter-spacing: 1px;
  line-height: 18px;
}
#header #header_navi #navi_list li a:hover {
  color: #0072ff;
}
#header .header_navi-xs #header_navi_content-xs {
  border-top: 1px solid #111;
  width: 100%;
}
#header .header_navi-xs #header_navi_content-xs li {
  float: left;
  width: 50%;
}
#header .header_navi-xs #header_navi_content-xs li:first-child {
  border-right: 1px solid #111;
}
#header .header_navi-xs #header_navi_content-xs li.works span {
  padding-right: 16px;
}
#header .header_navi-xs #header_navi_content-xs li.contact span {
  padding-right: 23px;
}
#header .header_navi-xs #header_navi_content-xs li.works span:before {
  content: url("../images/icon_works_@2x.png");
  position: absolute;
  top: 0px;
  right: -10px;
}
#header .header_navi-xs #header_navi_content-xs li.contact span:before {
  content: url("../images/icon_contact_@2x.png");
  position: absolute;
  top: 4px;
  right: -18px;
}
#header .header_navi-xs #header_navi_content-xs a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  text-align: center;
  color: #111;
  font-size: 18px;
  font-family: "bebas-neue", sans-serif;
}
#header .header_navi-xs #header_navi_content-xs a span {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  #header {
    width: 100%;
  }
}

#body.works .header_navi-xs #header_navi_content-xs li.works,
#body.contact .header_navi-xs #header_navi_content-xs li.contact {
  display: none;
}

#body.works .header_navi-xs #header_navi_content-xs li.contact,
#body.contact .header_navi-xs #header_navi_content-xs li.works {
  width: 100%;
  border: 0;
}

/*----------------------------------------------------
effect
----------------------------------------------------*/
.sweeptop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.sweeptop:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #111;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.sweeptop:hover,
.sweeptop:focus,
.sweeptop:active {
  color: white;
}

.sweeptop:hover:before,
.sweeptop:focus:before,
.sweeptop:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/*----------------------------------------------------
top
----------------------------------------------------*/
.home #navi_news {
  display: block !important;
}

.home #wrapper {
  background-image: url(../images/topimage.jpg);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .home #wrapper {
    background-size: cover;
  }
}

/*----------------------------------------------------
profile
----------------------------------------------------*/
#profile #name {
  font-size: 30px;
  margin-bottom: 20px;
}
#profile table#cv th,
#profile table#cv td {
  vertical-align: top;
  text-align: left;
  padding: 7px 0;
  font-size: 13px;
}
#profile table#cv th {
  color: #666;
  font-family: Helvetica;
}
@media (max-width: 767px) {
  #profile table#cv th,
  #profile table#cv td {
    display: block;
  }
  #profile table#cv th {
    padding-bottom: 0;
  }
  #profile table#cv td {
    padding-top: 0;
  }
}
#profile ul#links li {
  float: left;
  margin-right: 30px;
}
#profile ul#links li a {
  color: #111;
  font-size: 18px;
  font-family: "bebas-neue", sans-serif;
}
#profile ul#links li a.works {
  padding-right: 16px;
}
#profile ul#links li a.works:before {
  width: 10px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon_works_s.png");
  background-size: contain;
  content: "";
  display: block;
  top: 0;
  right: 0;
}
#profile ul#links li a.contact {
  padding-right: 23px;
}
#profile ul#links li a.contact:before {
  width: 17px;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon_contact_s.png");
  background-size: contain;
  content: "";
  display: block;
  top: 0;
  right: 0;
}

#workslist table th,
#workslist table td {
  vertical-align: top;
  text-align: left;
  padding: 15px 0 0;
  font-size: 13px;
  border-bottom: 1px solid #dadada;
}

/* Icon Rotate */
.icon-rotate {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 16px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.icon-rotate:before {
  /*  content: "\f0c6";
  font-family: FontAwesome; */
  position: absolute;
  right: 0;
  padding: 0 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.icon-rotate:hover:before,
.icon-rotate:focus:before,
.icon-rotate:active:before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/*----------------------------------------------------
works
----------------------------------------------------*/
#works_gallery {
  text-align: center;
  margin-right: -4px;
  margin-left: -4px;
}
#works_gallery .image {
  display: inline-block;
  height: 320px;
  margin: 0 15px 30px;
}
#works_gallery .image .imggallery_caption {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  #works_gallery .image {
    height: 280px;
  }
}
#works_gallery .image a {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 82px;
}
#works_gallery .image img {
  width: auto;
  height: 100%;
}
@media (max-width: 767px) {
  #works_gallery .image {
    float: left;
    width: 33.33333333333333%;
    height: 100%;
    margin: 0 0 8px;
    padding-right: 4px;
    padding-left: 4px;
  }
}

.imageLink {
  position: relative;
}

.imageLink:hover .bd1 div.bdT {
  width: 100%;
}

.imageLink:hover .bd1 div.bdB {
  width: 100%;
}

.imageLink:hover .bd1 div.bdR {
  height: 100%;
}

.imageLink:hover .bd1 div.bdL {
  height: 100%;
}

.bd div {
  background: #111;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bd div.bdT {
  width: 0;
  height: 1px;
  top: 0;
  left: 0;
}

.bd div.bdB {
  width: 0;
  height: 1px;
  bottom: 0;
  right: 0;
}

.bd div.bdR {
  height: 0;
  width: 1px;
  right: 0;
  top: 0;
}

.bd div.bdL {
  height: 0;
  width: 1px;
  left: 0;
  bottom: 0;
}

/* ALL（共通） */
.box {
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  position: relative;
}

.bd div {
  background: #111;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bd div.bdT {
  width: 0;
  height: 1px;
  top: 0;
  left: 0;
}

.bd div.bdB {
  width: 0;
  height: 1px;
  bottom: 0;
  right: 0;
}

.bd div.bdR {
  height: 0;
  width: 1px;
  right: 0;
  top: 0;
}

.bd div.bdL {
  height: 0;
  width: 1px;
  left: 0;
  bottom: 0;
}

/*++++++++++ クラス切り替えでの実装 ++++++++++*/
/* No.1 */
.box:hover .bd1 div.bdT {
  width: 100%;
}

.box:hover .bd1 div.bdB {
  width: 100%;
}

.box:hover .bd1 div.bdR {
  height: 100%;
}

.box:hover .bd1 div.bdL {
  height: 100%;
}

/* chocolat rewrite */
#Choco_overlay {
  top: 18px !important;
  left: 18px !important;
}

#Choco_container_photo {
  padding: 20px 0;
}

#Choco_bigImage {
  width: auto !important;
  max-height: 100%;
  margin-top: 0 !important;
}

#Choco_close {
  margin: 0 !important;
  top: 18px !important;
  right: 18px !important;
  width: 13px !important;
  height: 13px !important;
  background-image: url(./close.gif) !important;
  padding: 30px;
  background-position: center center;
}
@media (max-width: 767px) {
  #Choco_close {
    margin: 0 !important;
    top: auto !important;
    right: 0 !important;
    width: 100% !important;
    height: 13px !important;
    background-image: url(./close.gif) !important;
    padding: 15px 0 25px;
    background-position: center center;
    bottom: 18px;
  }
}

#Choco_right_arrow {
  left: auto !important;
  right: -30px !important;
  background-position: right center !important;
}
@media (max-width: 767px) {
  #Choco_right_arrow {
    right: -5px !important;
  }
}

#Choco_left_arrow {
  left: -30px !important;
  background-position: left center !important;
}
@media (max-width: 767px) {
  #Choco_left_arrow {
    left: -5px !important;
  }
}

.Choco_arrows {
  margin-top: 0 !important;
}

/*----------------------------------------------------
contact
----------------------------------------------------*/
#contact {
  text-align: center;
}
#contact #email {
  margin: 40px 0;
}
@media (max-width: 767px) {
  #contact #email {
    margin: 20px 0;
  }
}
#contact #email a {
  display: inline-block;
  padding: 10px;
}
#contact #email img {
  width: 208px;
  height: 20px;
}
#contact #other ul {
  text-align: center;
}
#contact #other li {
  display: inline-block;
  margin: 0 20px 18px;
}
#contact #other li#address {
  display: block;
  clear: both;
  color: #666;
  font-size: 11px;
}
#contact #other span {
  display: block;
  color: #111;
  font-size: 14px;
  font-family: Helvetica;
  height: 18px;
  line-height: 18px;
}
#contact #other span#tel {
  padding-left: 26px;
  background-image: url(../images/contact_tel@2x.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px 18px;
}
#contact #other span#fax {
  padding-left: 28px;
  background-image: url(../images/contact_fax@2x.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 17px;
}
#contact #other span a {
  color: #111;
}
#contact #manager p {
  font-size: 13px;
}
#contact #manager p span {
  font-size: 11px;
}

/*----------------------------------------------------
category
----------------------------------------------------*/
.single_post_wrap {
  width: 520px;
  text-align: center;
}
@media (max-width: 767px) {
  .single_post_wrap {
    width: 100%;
  }
}
.single_post_wrap .single_post {
  margin-bottom: 100px;
}
.single_post_wrap .single_post .date {
  text-align: center;
  color: #0072ff;
  font-size: 12px;
  font-family: Helvetica;
  margin-bottom: 20px;
}
.single_post_wrap .single_post .eyecatch {
  margin-bottom: 15px;
}
.single_post_wrap .single_post .eyecatch a {
  display: block;
  position: relative;
  width: 100%;
  height: 215px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
}
.single_post_wrap .single_post .eyecatch a:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 114, 255, 0.75);
  text-align: center;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.single_post_wrap .single_post .eyecatch:hover a:after {
  background: rgba(0, 114, 255, 0);
}
.single_post_wrap .single_post .eyecatch .title_box {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
.single_post_wrap .single_post .eyecatch .title {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 16px;
  padding: 10px 10px;
  border: 1px solid #fff;
  text-align: center;
  width: 320px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .single_post_wrap .single_post .eyecatch .title {
    width: auto;
    max-width: 100%;
  }
}
.single_post_wrap .single_post .eyecatch .eyecatch_btm {
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: rgba(0, 114, 255, 0.75) transparent transparent transparent;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.single_post_wrap .single_post .eyecatch:hover .eyecatch_btm {
  border-color: rgba(0, 114, 255, 0) transparent transparent transparent;
}
.single_post_wrap .single_post .contents {
  padding: 0 45px;
  margin-bottom: 45px;
  line-height: 200%;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 767px) {
  .single_post_wrap .single_post .contents {
    padding: 0 0;
  }
}
.single_post_wrap .single_post .contents .content p {
  font-size: 13px;
}
.single_post_wrap .single_post .navigation {
  width: 100%;
}
.single_post_wrap .single_post .navigation .navigation_prev,
.single_post_wrap .single_post .navigation .navigation_next {
  width: 50%;
}
@media (max-width: 767px) {
  .single_post_wrap .single_post .navigation .navigation_prev,
  .single_post_wrap .single_post .navigation .navigation_next {
    width: 100%;
  }
}
.single_post_wrap .single_post .navigation .navigation_prev a,
.single_post_wrap .single_post .navigation .navigation_next a {
  display: inline-block;
  color: #0072ff;
  font-size: 13px;
}
.single_post_wrap .single_post .navigation .navigation_prev span,
.single_post_wrap .single_post .navigation .navigation_next span {
  color: #111;
  font-size: 16px;
  font-family: helvetica;
}
.single_post_wrap .single_post .navigation .navigation_prev {
  float: left;
  text-align: left;
}
.single_post_wrap .single_post .navigation .navigation_next {
  float: right;
  text-align: right;
}

/*----------------------------------------------------
wp-pagenavi
----------------------------------------------------*/
.wp-pagenavi {
  clear: both;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  /*	border: 1px solid #ccc; */
  padding: 5px 7px;
  margin: 4px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  /*	border-color: $primary-color; */
}

.wp-pagenavi span.current {
  color: #0072ff;
}
