@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Roboto+Slab&display=swap");
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block;
}

html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 100%;
  color: #5d2f07;
  line-height: 1.8;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Sans-Serif;
  background: url(../images/bg_dark.jpg) repeat;
  letter-spacing: 0.05em;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

hr {
  height: 1px;
  background-color: #ccc;
  border: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.pc_only_inline {
  display: inline;
}

.sp_only_inline {
  display: none;
}

/*----- wrap -----*/
.wrap {
  max-width: 960px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrap:after {
  content: "";
  display: block;
  clear: both;
}

/*----- link -----*/
a {
  text-decoration: none;
  color: #5d2f07;
}

/*----- btn -----*/
.btn a {
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 12px 20px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn a:hover {
  background: #1a1a1a;
}

/*=======================================
	header
=======================================*/
header {
  position: absolute;
  top: 100px;
  left: 30px;
  z-index: 90;
  line-height: 1;
  /*	width: 300px;*/
  /*	li.insta{
  		padding-left: 0;
  		
  		&:before{
  			display: none;
  		}
  		a{
  			
  			&:after{
  				display: none;
  			}
  		}
  		svg{
  			width: 24px;
  			height: 24px;
  			fill: $dark;
  		}
  	}*/
}
header #g_nav_sp {
  display: none;
}
header h1 {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
header h2 a {
  display: block;
  width: 100px;
  height: 25px;
  text-indent: -9999px;
  background: url(../images/logo.png) no-repeat;
  background-size: contain;
  margin: 0 0 18px;
}
header h3 {
  display: none;
}
header li {
  margin: 0 0 15px;
  padding-left: 10px;
  position: relative;
}
header li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 3px solid #bda854;
  border-right: none;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header li a {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
}
header li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #a7907c;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header li a:hover {
  color: #5d2f07;
}
header li a:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
header li.insta a {
  padding-right: 24px;
}
header li.insta svg {
  width: 16px;
  height: 16px;
  fill: #5d2f07;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header li.store {
  margin-top: 20px;
}
header li.store a,
header li.store a:visited {
  display: inline-block;
  background: #fff;
  font-size: 13px;
  border: 1px solid #bdb7ac;
  padding: 3px 15px;
  color: #333;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header li.store a:before {
  font-family: 'FontAwesome';
  content: "\f07a";
  font-size: 14px;
  color: #333;
  top: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header li.store a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header li.store a:hover,
header li.store a:hover:before {
  color: #fff;
}
header li.store a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*=======================================
	footer
=======================================*/
footer {
  width: 100%;
  height: 42px;
  position: fixed;
  bottom: 0;
}
footer:after {
  content: "";
  display: block;
  clear: both;
}
footer p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 42px;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  color: #fff;
  padding: 0 15px;
}

/*----- share_area -----*/
#share_area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  text-align: right;
  float: right;
  padding: 10px;
  line-height: 1;
}
#share_area li {
  display: inline-block;
  width: 40px;
  height: 22px;
  line-height: 22px;
  margin: 0 0 0 10px;
  vertical-align: top;
}
#share_area li a {
  display: block;
  background: #FFF;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#share_area li a i:before {
  font-style: normal;
  font-family: 'FontAwesome';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#share_area li.tw a i:before {
  content: "\f099";
  color: #55acee;
}
#share_area li.fb a i:before {
  content: "\f09a";
  color: #3a5795;
}
#share_area li.tw a:hover {
  background: #55acee;
}
#share_area li.fb a:hover {
  background: #3a5795;
}
#share_area li.tw a:hover i:before,
#share_area li.fb a:hover i:before {
  color: #fff;
}

/*=======================================
	contents
=======================================*/
.contents {
  margin: 72px 0 0 0;
  border-top: 1px solid #e1d8be;
  border-bottom: 2px solid #FFF;
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  position: relative;
  background: url(../images/bg_light.jpg) repeat;
}
.sp_index .contents {
  margin: 0;
  border-top: none;
  border-bottom: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contents#home {
  width: 4560px;
}
.contents#works {
  width: 5660px;
}
.contents#drawing {
  min-width: 950px;
}
.contents#writing {
  width: 6340px;
  height: 600px;
}
.contents .box {
  float: left;
  height: 600px;
}
.contents:after {
  content: "";
  display: block;
  clear: both;
}
.contents:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: -2px;
}

/*=======================================
	home
=======================================*/
#home .last {
  width: 653px;
  background: url(../images/mache_07.jpg) no-repeat;
}
#home .last div {
  width: 199px;
  height: 90px;
  padding: 54px 0 0 0;
  background: url(../images/fukidashi.png) no-repeat;
  text-align: center;
  margin: 110px 0 0 30px;
}
#home .last div a {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

#tail {
  width: 210px;
  height: 120px;
  background: url(../images/tail.png) no-repeat;
  position: absolute;
  top: 673px;
  left: 384px;
}

/*=======================================
	works
=======================================*/
#works #carousel {
  display: none;
}
#works .flex-container a:hover,
#works .flex-slider a:hover,
#works .flex-container a:focus,
#works .flex-slider a:focus {
  outline: none;
}
#works .slides,
#works .slides > li,
#works .flex-control-nav,
#works .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
#works .flexslider {
  margin: 0;
  padding: 0 0 0 300px;
  position: relative;
  zoom: 1;
}
#works .flexslider .slides > li {
  /*	display: none;*/
  -webkit-backface-visibility: hidden;
  width: 460px;
  height: 600px;
  float: left;
}
#works .flexslider .slides img {
  display: block;
  width: 300px;
  margin: 50px auto;
  border: 5px solid #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
#works .flexslider .slides img.v {
  width: 200px;
}
#works .flexslider .slides figcaption {
  width: 148px;
  padding: 10px 20px;
  margin: 60px auto 0 auto;
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  color: #9a8a7f;
  font-size: 11px;
  border: 1px solid #d6cbbe;
  line-height: 1.4;
}
#works .flexslider .slides:after {
  content: "";
  display: block;
  clear: both;
}

/*=======================================
	drawing
=======================================*/
#drawing .inner {
  padding: 0 0 0 300px;
}
#drawing div.ss-controls {
  font-size: 12px;
  line-height: 1;
  margin: 5px 0 0 0;
}
#drawing div.nav-controls {
  display: none;
}
#drawing div.slideshow-container {
  margin: 20px 0 0 0;
  position: relative;
}
#drawing div.loader {
  width: 600px;
  height: 48px;
  background: url(../images/loader.gif) no-repeat center center;
  position: absolute;
  top: 50%;
  margin: -24px 0 0 0;
}
#drawing div.slideshow {
  width: 600px;
  height: 470px;
  position: relative;
}
#drawing div.slideshow span.image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
#drawing div.slideshow a.advance-link {
  display: block;
}
#drawing div.slideshow a.advance-link img {
  width: 600px;
}
#drawing div.caption-container {
  width: 600px;
  line-height: 1;
  margin: 0 0 5px 0;
}
#drawing div.photo-index {
  font-size: 12px;
  color: #888;
  text-align: center;
}
#drawing div.navigation {
  width: 600px;
  text-align: center;
  line-height: 1;
  margin: 0 0 20px 0;
}
#drawing div.navigation a.pageLink {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 50px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#drawing div.navigation a.prev:before,
#drawing div.navigation a.next:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #5d2f07;
  border-bottom: 2px solid #5d2f07;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
#drawing div.navigation a.next:before {
  left: auto;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
#drawing div.navigation a:hover {
  opacity: 0.6;
}
#drawing div.navigation a.pageLink:focus {
  outline: none;
}
#drawing ul.thumbs {
  display: inline-block;
  margin: 0 10px;
}
#drawing ul.thumbs li {
  display: inline-block;
  margin: 0 2px;
  width: 48px;
  border: 1px solid #b9afa3;
  opacity: 0.6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#drawing ul.thumbs li.selected,
#drawing ul.thumbs li:hover {
  opacity: 1;
}
#drawing a.thumb {
  display: block;
}
#drawing a.thumb:focus {
  outline: none;
}

/*=======================================
	writing
=======================================*/
#writing h2 {
  width: 840px;
  padding: 260px 0 0 0;
  font-size: 24px;
  float: left;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}
#writing h2 span {
  display: block;
  font-size: 11px;
  margin: 10px 0 0 0;
}
#writing > div, #writing > p {
  width: 500px;
  margin: 50px 50px 0 0;
  float: left;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  font-family: "Times New Roman", Times, serif;
}
#writing > div p {
  margin: 0 0 2em 0;
}
#writing > div span {
  font-size: 20px;
  font-weight: bold;
  margin: 0 10px 0 0;
}
#writing > p a:before {
  font-family: 'FontAwesome';
  content: "\f104";
  margin: 0 5px 0 0;
}

/*=======================================
	contact
=======================================*/
#contact {
  height: 600px;
}
#contact .inner {
  padding: 50px 0 0 300px;
  font-size: 14px;
}
#contact .h p + p {
  font-size: .8em;
}
#contact form {
  max-width: 400px;
  margin: 20px 0 0 0;
}
#contact form > div.name,
#contact form > div.mail,
#contact form > div.msg {
  margin: 0 0 20px;
  position: relative;
}
#contact input,
#contact textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  padding: 0 10px;
  width: 100%;
}
#contact input {
  height: 40px;
  line-height: 40px;
}
#contact textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 150px;
  font-size: 14px;
}
#contact label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  line-height: 1;
  color: #999;
  border-radius: 2px;
  height: 36px;
  padding: 0 10px 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  position: absolute;
  top: 2px;
  left: 5px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
#contact label span span {
  display: block;
  font-size: .7em;
  margin: .2em 0 0 .2em;
}
#contact div.active label {
  background: #333;
  color: #FFF;
}
#contact div.active.name label {
  left: -76px;
}
#contact div.active.mail label {
  left: -142px;
}
#contact div.active.msg label {
  left: -114px;
}
#contact label:before {
  font-family: 'FontAwesome';
  position: absolute;
  top: .5em;
  left: 8px;
}
#contact .name label:before {
  content: "\f007";
}
#contact .mail label:before {
  content: "\f0e0";
}
#contact .msg label:before {
  content: "\f040";
}
#contact div.active label:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  right: -10px;
}
#contact ul {
  max-width: 50%;
  margin: 0 auto;
}
#contact li {
  line-height: 1;
  margin: 0 0 10px 0;
}
#contact li button {
  width: 100%;
  border: none;
  background: #333;
  color: #FFF;
  line-height: 1;
  font-family: Arial,Helvetica,meiryo,"Hiragino Kaku Gothic Pro","MS PGothic",Sans-Serif;
  font-size: 15px;
  padding: 12px 20px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#contact li button span {
  display: block;
  font-size: .8em;
  margin-top: .3em;
}
#contact li button:hover {
  background: #1a1a1a;
}
#contact li:last-child {
  width: 50%;
  margin: 0 auto;
}
#contact li:last-child button {
  border: 1px solid #666;
  background: none;
  color: #666;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 3px;
}
#contact li:last-child button:hover {
  background: rgba(255, 255, 255, 0.3);
}
#contact.thanks .en {
  margin: 1em 0 0;
  font-size: .9em;
}
#contact.thanks .btn {
  margin: 30px 0 0;
}
#contact.thanks .btn span {
  display: block;
  font-size: .7em;
  margin-top: .4em;
  text-align: center;
}

#mfp_overlay_inner h4 {
  margin-bottom: .8rem;
}
#mfp_overlay_inner h4 span {
  font-size: .8em;
}
#mfp_overlay_inner h4 span:before {
  content: "/";
  margin: 0 .5em;
}
#mfp_overlay_inner .mfp_buttons button span {
  display: block;
  font-size: .8em;
  margin-top: .3em;
}

/*=======================================
	modal
=======================================*/
#modal-content {
  width: auto;
  margin: 0;
  position: fixed;
  display: none;
  z-index: 101;
  color: #fff;
  text-align: center;
}
#modal-content a {
  display: block;
  border: 1px solid #fff;
  line-height: 1;
  width: 300px;
  margin: 20px auto;
  padding: 20px 0;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 3px;
}
#modal-content a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#modal-content a:hover {
  color: #333;
}
#modal-content a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#modal-content a:after {
  font-family: 'FontAwesome';
  content: "\f08e";
  margin: 0 0 0 8px;
}

#modal-overlay {
  z-index: 100;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}
#modal-overlay:hover {
  cursor: url(../images/icon_close.png), crosshair;
}

/******************************************************************************************

	860px

******************************************************************************************/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/******************************************************************************************

	sp size

******************************************************************************************/
@media only screen and (max-width: 640px) {
  body {
    padding-top: calc(100vw / ( 640 / 80 ));
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .pc_only_inline {
    display: none;
  }

  .sp_only_inline {
    display: inline;
  }

  /*=======================================
  	header
  =======================================*/
  header {
    position: fixed;
    top: 0;
    left: 0;
    height: calc(100vw / ( 640 / 80 ));
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  }
  header #g_nav_sp {
    display: block;
    width: calc(100vw / ( 640 / 60 ));
    height: calc(100vw / ( 640 / 60 ));
    position: absolute;
    top: 50%;
    right: calc(100vw / ( 640 / 20 ));
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
  }
  header #g_nav_sp span,
  header #g_nav_sp span:before,
  header #g_nav_sp span:after {
    content: "";
    display: block;
    width: calc(100vw / ( 640 / 40 ));
    height: calc(100vw / ( 640 / 4 ));
    background: #5d2f07;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  header #g_nav_sp span:before {
    margin-top: calc(100vw / ( 640 / -14 ));
  }
  header #g_nav_sp span:after {
    margin-top: calc(100vw / ( 640 / 14 ));
  }
  header #g_nav_sp.active span {
    background: none;
  }
  header #g_nav_sp.active span:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    margin-top: 0;
  }
  header #g_nav_sp.active span:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    margin-top: 0;
  }
  header h1 {
    font-size: calc(100vw / ( 640 / 30 ));
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: calc(100vw / ( 640 / 30 ));
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header nav {
    padding: 0 calc(100vw / ( 640 / 20 ));
  }
  header ul {
    margin: calc(100vw / ( 640 / 100 )) 0 0;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  }
  header li {
    margin: 0;
    padding-left: 0;
    border-bottom: 1px dotted #999;
    background: #fff;
  }
  header li:before {
    display: none;
  }
  header li:after {
    content: "";
    display: block;
    width: calc(100vw / ( 640 / 16 ));
    height: calc(100vw / ( 640 / 16 ));
    border-right: calc(100vw / ( 640 / 2 )) solid #5d2f07;
    border-bottom: calc(100vw / ( 640 / 2 )) solid #5d2f07;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: calc(100vw / ( 640 / 40 ));
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  header li a {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: calc(100vw / ( 640 / 26 ));
    letter-spacing: 0.05em;
    padding: calc(100vw / ( 640 / 40 )) calc(100vw / ( 640 / 30 ));
  }
  header li a:after {
    display: none;
  }
  header li:first-child {
    border-radius: calc(100vw / ( 640 / 10 )) calc(100vw / ( 640 / 10 )) 0 0;
  }
  header li:last-child {
    border-bottom: none;
    border-radius: 0 0 calc(100vw / ( 640 / 10 )) calc(100vw / ( 640 / 10 ));
  }
  header li.insta:after {
    display: none;
  }
  header li.insta a {
    padding-right: calc(100vw / ( 640 / 80 ));
  }
  header li.insta svg {
    width: calc(100vw / ( 640 / 32 ));
    height: calc(100vw / ( 640 / 32 ));
    right: calc(100vw / ( 640 / 28 ));
  }
  header li.store {
    margin-top: 0;
    padding: 10px 0;
    text-align: center;
  }
  header li.store:after {
    content: "";
  }
  header li.store a,
  header li.store a:visited {
    padding: 6px 20px;
  }
  header li.store a:before {
    display: inline-block;
  }

  /*=======================================
  	footer
  =======================================*/
  footer {
    width: auto;
    height: auto;
    position: static;
    bottom: auto;
    padding: calc(100vw / ( 640 / 30 )) 0;
    text-align: center;
  }
  footer p {
    line-height: 1;
    font-size: calc(100vw / ( 640 / 18 ));
    padding: 0;
  }

  /*=======================================
  	contents
  =======================================*/
  .contents#works, .contents#drawing, .contents#writing, .contents#contact {
    min-width: inherit;
    width: auto;
    height: auto;
    margin: 40px 0 0 0;
    border-top: none;
  }
  .contents#drawing {
    margin: 0;
  }
  .contents#works:before, .contents#drawing:before {
    display: none;
  }

  /*=======================================
  	home
  =======================================*/
  #tail {
    display: none;
  }

  /*=======================================
  	works
  =======================================*/
  #works .flexslider {
    padding: 0;
  }
  #works .flexslider .slides > li {
    display: none;
    width: auto;
    height: auto;
    float: none;
  }
  #works .flexslider .slides img {
    width: auto;
    height: 220px;
    margin: 20px auto;
    border: 3px solid #fff;
  }
  #works .flexslider .slides img.v {
    width: auto;
  }
  #works .flexslider .slides figcaption {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 60%;
    padding: 10px;
    margin: 20px auto 0 auto;
  }
  #works .flexslider .slides:after {
    content: "";
    display: block;
    clear: both;
  }
  #works html[xmlns] .flexslider .slides {
    display: block;
  }
  #works * html .flexslider .slides {
    height: 1%;
  }
  #works .no-js .flexslider .slides > li:first-child {
    display: block;
  }
  #works .flexslider .slides {
    zoom: 1;
  }
  #works .flex-direction-nav {
    *height: 0;
  }
  #works .flex-direction-nav a {
    display: block;
    width: 25px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 100px;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #5b4620;
    background: url(../images/bg_light.jpg) repeat;
    border: 1px solid #a49f96;
    border-left: none;
    border-radius: 0 5px 5px 0;
  }
  #works .flex-direction-nav a.flex-next {
    border: 1px solid #a49f96;
    border-right: none;
    border-radius: 5px 0 0 5px;
  }
  #works .flex-direction-nav a:before {
    font-family: 'FontAwesome';
    content: "\f053";
  }
  #works .flex-direction-nav a.flex-next:before {
    content: '\f054';
  }
  #works .flexslider .flex-direction-nav .flex-prev {
    left: 0;
  }
  #works .flexslider .flex-direction-nav .flex-next {
    right: 0;
  }
  #works .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
  }
  #works .flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
  }
  #works .flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
  }
  #works .flex-pauseplay a:hover {
    opacity: 1;
  }
  #works .flex-pauseplay a.flex-play:before {
    content: '\f003';
  }
  #works .flex-control-nav {
    text-align: center;
    line-height: 1;
    margin: 10px 0;
  }
  #works .flex-control-nav li {
    display: inline;
    font-size: 12px;
  }
  #works .flex-control-nav li a {
    display: none;
  }
  #works .flex-control-nav li a.flex-active {
    display: inline;
  }
  #works .flex-control-nav li a.flex-active:after {
    content: "/";
    margin: 0 3px;
  }
  #works .flex-control-nav li:after {
    display: inline;
    content: attr(data-content);
  }
  #works .flex-control-nav li a:hover {
    color: #5d2f07;
  }
  #works .flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
  }
  #works .flex-control-thumbs li {
    width: 30px;
    float: left;
    margin: 0;
  }
  #works .flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
  #works .flex-control-thumbs img:hover {
    opacity: 1;
  }
  #works .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
  }
  #works .loading {
    min-height: 300px;
    background: url(../images/loader.gif) no-repeat center center;
    background-size: 24px;
  }

  /*=======================================
  	drawing
  =======================================*/
  #drawing .inner {
    padding: 0;
  }
  #drawing div.ss-controls {
    display: none;
  }
  #drawing div.nav-controls {
    display: block;
  }
  #drawing div.nav-controls a {
    display: block;
    width: 25px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 100px;
    left: 0;
    border: 1px solid #a49f96;
    border-left: none;
    border-radius: 0 5px 5px 0;
  }
  #drawing div.nav-controls a.next {
    left: auto;
    right: 0;
    border: 1px solid #a49f96;
    border-right: none;
    border-radius: 5px 0 0 5px;
  }
  #drawing div.nav-controls a:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #5d2f07;
    border-bottom: 2px solid #5d2f07;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
  }
  #drawing div.nav-controls a.next:before {
    left: auto;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  #drawing div.slideshow-container {
    margin: 0;
    padding: 20px 0 0 0;
  }
  #drawing div.loader {
    width: 100%;
    background: url(../images/loader.gif) no-repeat center center;
    background-size: 24px;
  }
  #drawing div.slideshow {
    width: 81.25%;
    height: 203px;
    position: relative;
    margin: 0 auto;
  }
  #drawing div.slideshow span.image-wrapper {
    left: 50%;
    margin-left: -130px;
  }
  #drawing div.slideshow a.advance-link {
    display: block;
    height: 203px;
  }
  #drawing div.slideshow a.advance-link img {
    width: auto;
    height: 100%;
  }
  #drawing div.caption-container {
    width: auto;
    margin: 0;
    position: relative;
    top: 60px;
  }
  #drawing .navigation-container {
    position: relative;
    margin: 8px 0 0 0;
    padding: 0 0 10px 0;
  }
  #drawing div.navigation {
    width: auto;
    margin: 0 0 20px 0;
  }
  #drawing div.navigation a.pageLink {
    display: block;
    width: 25px;
    height: 30px;
    background: #FFF;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #drawing div.navigation a.next {
    border-radius: 5px 0 0 5px;
    left: auto;
    right: 0;
  }
  #drawing div.navigation a.prev:before,
  #drawing div.navigation a.next:before {
    line-height: 30px;
    font-size: 14px;
  }
  #drawing ul.thumbs {
    display: inline-block;
    margin: 0;
  }
  #drawing ul.thumbs li {
    width: 28px;
  }

  /*=======================================
  	writing
  =======================================*/
  #writing h2 {
    width: auto;
    padding: 50px 0;
    font-size: 18px;
    float: none;
  }
  #writing h2 span {
    font-size: 10px;
    margin: 10px 0 0 0;
  }
  #writing > div, #writing > p {
    width: auto;
    margin: 0;
    padding: 0 15px;
    float: none;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }
  #writing > div:after {
    display: block;
    content: "・・・";
    text-align: center;
    line-height: 1;
    margin: 2em 0;
  }
  #writing > div:last-of-type:after {
    display: none;
    content: "";
  }
  #writing > div p {
    margin: 0 0 2em 0;
  }
  #writing > div span {
    font-size: 15px;
    margin: 0;
  }
  #writing > p {
    margin: 0 0 30px 0;
  }
  #writing > p a:before {
    content: "\f106";
  }

  /*=======================================
  	contact
  =======================================*/
  #contact {
    height: auto;
  }
  #contact .inner {
    padding: calc(100vw / ( 640 / 40 )) calc(100vw / ( 640 / 40 )) calc(100vw / ( 640 / 80 ));
    font-size: calc(100vw / ( 640 / 26 ));
  }
  #contact form {
    max-width: 90%;
    margin: calc(100vw / ( 640 / 40 )) auto 0;
  }
  #contact input[type="text"],
  #contact input[type="email"] {
    font-size: 16px;
    height: calc(100vw / ( 640 / 70 ));
    line-height: calc(100vw / ( 640 / 70 ));
    padding: calc(100vw / ( 640 / 20 ));
  }
  #contact textarea {
    height: 8rem;
    padding: calc(100vw / ( 640 / 20 ));
    font-size: 16px;
  }
  #contact label {
    color: #333;
    border-radius: 0;
    height: auto;
    padding: 0 0 0 calc(100vw / ( 640 / 34 ));
    position: static;
    top: auto;
    left: auto;
    margin: 0 0 calc(100vw / ( 640 / 16 ));
    font-size: calc(100vw / ( 640 / 26 ));
  }
  #contact label span span {
    display: inline-block;
    margin: .4em 0 0 0;
  }
  #contact label span span:before {
    content: "/";
    margin: 0 .4em;
  }
  #contact label:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
  }
  #contact div.active label {
    background: none;
    color: #333;
  }
  #contact div.active.name label {
    left: auto;
  }
  #contact div.active.mail label {
    left: auto;
  }
  #contact div.active.msg label {
    left: auto;
  }
  #contact div.active label:after {
    display: none;
  }
  #contact ul {
    max-width: 60%;
    margin: 0 auto;
  }
  #contact li {
    margin: 0 0 calc(100vw / ( 640 / 30 ));
  }
  #contact li button {
    font-size: calc(100vw / ( 640 / 26 ));
    width: 100%;
    padding: calc(100vw / ( 640 / 24 )) calc(100vw / ( 640 / 40 ));
  }
  #contact li:last-child button {
    font-size: calc(100vw / ( 640 / 22 ));
    padding: calc(100vw / ( 640 / 12 )) calc(100vw / ( 640 / 20 ));
    border-radius: calc(100vw / ( 640 / 6 ));
  }
  #contact.thanks .inner {
    text-align: center;
  }
  #contact.thanks .btn {
    margin: calc(100vw / ( 640 / 40 )) 0 0;
  }

  #mfp_overlay_inner h4 span {
    display: block;
    line-height: 1.2;
  }
  #mfp_overlay_inner h4 span:before {
    content: "";
    margin: 0;
    display: none;
  }
  #mfp_overlay_inner .mfp_buttons button span {
    display: block;
    font-size: .8em;
    margin-top: .3em;
  }

  /*=======================================
  	modal
  =======================================*/
  #modal-content {
    padding: 0 20px;
    font-size: 14px;
  }
  #modal-content a {
    width: auto;
  }
}
