@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

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

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

html {
  width: 100%;
}

body {
  background-color: #fffdf3;
  font: 400 14px/1.6 "Noto Sans JP", sans-serif;
  color: #333;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}
body::-webkit-scrollbar {
  background: #fffdf3;
  width: 3px;
  height: 3px;
}
body::-webkit-scrollbar-thumb {
  background: #997f5d;
  border-radius: 10px;
}

.win body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

::-moz-selection {
  background-color: #997f5d;
  color: #fff;
}

::selection {
  background-color: #997f5d;
  color: #fff;
}

#column_wrap {
  overflow: hidden;
  margin-left: 30%;
}

.inner {
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 8%;
  }
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  border-right: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ttl_site {
  position: absolute;
  left: 5%;
  top: 0.6em;
  line-height: 1;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  font-size: clamp(1.1em, 0.633em + 1.99vw, 2.5em);
  letter-spacing: 0.01em;
  margin-right: 5%;
}

#gnavi {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #gnavi {
    font-size: 1.1em;
  }
}
#gnavi ul li {
  margin-bottom: 2em;
  cursor: pointer;
  position: relative;
}
#gnavi ul li:last-child {
  margin-bottom: 0;
}
#gnavi ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 42%;
  width: 0;
  height: 1px;
  background-color: #333;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#gnavi ul li.select::before {
  width: 100%;
}

.header_navi {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_navi li {
  margin-right: 20px;
}
.header_navi li:last-child {
  margin-right: 0;
}

.ttl_cmn {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 2em;
}

.sct_top {
  padding: 8%;
}
@media screen and (max-width: 767px) {
  .sct_top {
    padding: 15% 12%;
  }
}

.list_works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_works li {
  width: 47%;
  margin-bottom: 6%;
}
@media screen and (max-width: 767px) {
  .list_works li {
    width: 100%;
    margin-bottom: 15%;
  }
}
.list_works li a {
  display: block;
  overflow: hidden;
}
.list_works li a:hover {
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.list_works li a:hover img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.list_works li a img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.txt_cm {
  text-align: right;
  font-size: 0.9em;
}

.profile_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .profile_wrap {
    width: 110%;
  }
}
.profile_wrap .profile_l {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .profile_wrap .profile_l {
    width: 91%;
    margin-bottom: 10%;
  }
}
.profile_wrap .profile_r {
  width: 70%;
  padding-right: 4%;
  border-right: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .profile_wrap .profile_r {
    width: 100%;
    padding-right: 6%;
  }
}
.profile_wrap .profile_r .name {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 2em;
  line-height: 1;
  border-bottom: 1px solid #333;
  margin-left: -7.5%;
  width: 116.5%;
}
@media screen and (max-width: 767px) {
  .profile_wrap .profile_r .name {
    width: 120%;
  }
}
.profile_wrap .profile_r .txt {
  margin-bottom: 2em;
}

.tbl_profile {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .tbl_profile {
    width: 97%;
  }
}
.tbl_profile th {
  vertical-align: top;
  font-weight: 400;
  width: 6em;
  border-top: 1px solid #333;
  padding: 1.5em 0;
}
@media screen and (max-width: 767px) {
  .tbl_profile th {
    display: block;
    width: 100%;
    padding: 1.5em 0 0;
  }
}
.tbl_profile td {
  border-top: 1px solid #333;
  padding: 1.5em 0;
}
@media screen and (max-width: 767px) {
  .tbl_profile td {
    display: block;
    width: 100%;
    border-top: unset;
    padding: 1em 0 1.5em;
  }
}