@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 21, ../scss/screen.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 24, ../scss/screen.scss */
a {
  color: #000;
  line-height: inherit;
  text-decoration: none;
}

/* line 30, ../scss/screen.scss */
body {
  width: 100%;
  font-size: 100%;
  line-height: 1.5;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* line 38, ../scss/screen.scss */
#wrapper {
  border-top: 5px solid #7c7c7c;
  background-color: #f8f8f8;
  margin: 0 auto;
}

/* line 44, ../scss/screen.scss */
h2 {
  font-size: 1.3rem;
  font-family: 'Libre Baskerville', serif;
  margin-bottom: 35px;
  line-height: 1.0;
  border-bottom: 1px solid #000;
}

/* line 51, ../scss/screen.scss */
h3 {
  font-size: 1.3rem;
  margin-bottom: 35px;
  line-height: 1.0;
}

/* line 57, ../scss/screen.scss */
header {
  max-width: 1024px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
/* line 62, ../scss/screen.scss */
header #navToggle {
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 6px 8px;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #000;
  font-family: "游明朝 Light", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  vertical-align: middle;
}
/* line 75, ../scss/screen.scss */
header .logo {
  margin-right: auto;
  padding: 20px 0;
}
/* line 78, ../scss/screen.scss */
header .logo .name-box-l {
  width: 320px;
  text-align: center;
  font-size: 2.375rem;
  border-bottom: 1px solid #000;
  font-family: "游明朝 Light", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 200;
}
/* line 86, ../scss/screen.scss */
header .logo .name-box-s {
  width: 320px;
  text-align: center;
  font-size: 1.125rem;
  font-family: 'Libre Baskerville', serif;
}
/* line 93, ../scss/screen.scss */
header .menu {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 97, ../scss/screen.scss */
header .menu .menu-item {
  padding-left: 20px;
}
/* line 99, ../scss/screen.scss */
header .menu .menu-item .navtext-l {
  font-size: 1.25rem;
  font-family: 'Libre Baskerville', serif;
}
/* line 103, ../scss/screen.scss */
header .menu .menu-item .navtext-s {
  font-size: 0.75rem;
}

/* line 109, ../scss/screen.scss */
footer {
  background-color: #7c7c7c;
}
/* line 111, ../scss/screen.scss */
footer .copyright {
  color: #fff;
  font-size: 0.75rem;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}

/* line 119, ../scss/screen.scss */
.content {
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 30px;
}
/* line 123, ../scss/screen.scss */
.content .column-2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 12px;
}
/* line 127, ../scss/screen.scss */
.content .column-2 .column-2__photo {
  max-width: 320px;
  max-height: 600px;
}
/* line 131, ../scss/screen.scss */
.content .column-2 .column-2__info, .content .column-2 .column-2__info-height-free {
  width: 690px;
  max-height: 600px;
  background-color: #FFF;
  padding: 12px;
}
/* line 136, ../scss/screen.scss */
.content .column-2 .column-2__info .info-area, .content .column-2 .column-2__info-height-free .info-area {
  padding-bottom: 35px;
}
/* line 138, ../scss/screen.scss */
.content .column-2 .column-2__info .info-area .textwidget, .content .column-2 .column-2__info-height-free .info-area .textwidget {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 141, ../scss/screen.scss */
.content .column-2 .column-2__info .info-area .textwidget .info-area__text, .content .column-2 .column-2__info-height-free .info-area .textwidget .info-area__text {
  padding-right: 5px;
}
/* line 143, ../scss/screen.scss */
.content .column-2 .column-2__info .info-area .textwidget .info-area__text .info-title, .content .column-2 .column-2__info-height-free .info-area .textwidget .info-area__text .info-title {
  font-size: 1.125rem;
  padding-bottom: 10px;
}
/* line 148, ../scss/screen.scss */
.content .column-2 .column-2__info .info-area .textwidget .info-area__photo img, .content .column-2 .column-2__info-height-free .info-area .textwidget .info-area__photo img {
  max-width: 350px;
}
/* line 155, ../scss/screen.scss */
.content .column-2 .column-2__info-height-free {
  max-height: 100%;
}
/* line 160, ../scss/screen.scss */
.content .top-works {
  border: 1px solid #000;
  padding: 20px 12px;
  margin-top: 20px;
}
/* line 164, ../scss/screen.scss */
.content .top-works h2 {
  display: -webkit-flex;
  display: flex;
}
/* line 166, ../scss/screen.scss */
.content .top-works h2 span {
  margin-left: auto;
  font-size: 0.9rem;
  text-align: right;
}
/* line 172, ../scss/screen.scss */
.content .top-works .top-worksarea {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 176, ../scss/screen.scss */
.content .top-works .top-worksarea .photo-bg {
  width: 158px;
  height: 158px;
  text-align: center;
  background-color: #fff;
  padding: 8px;
  margin-bottom: 10px;
}
/* line 189, ../scss/screen.scss */
.content .main .page h2 {
  padding-top: 15px;
}
/* line 191, ../scss/screen.scss */
.content .main .page h2 span.navtext-s {
  display: none;
}

/*PROFILEページ*/
/* line 199, ../scss/screen.scss */
table th {
  vertical-align: top;
  padding-right: 20px;
  padding-bottom: 20px;
  white-space: nowrap;
}

/* line 205, ../scss/screen.scss */
table td {
  padding-bottom: 20px;
}

/*WORKSページ*/
/* line 211, ../scss/screen.scss */
div.sp-slide.sp-selected p {
  padding-bottom: 10px;
}

/* line 216, ../scss/screen.scss */
div.sp-slide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}

/* line 221, ../scss/screen.scss */
div.sp-slide.sp-selected {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* WP画像配置*/
/* line 226, ../scss/screen.scss */
.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 230, ../scss/screen.scss */
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 236, ../scss/screen.scss */
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 241, ../scss/screen.scss */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 246, ../scss/screen.scss */
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 251, ../scss/screen.scss */
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 256, ../scss/screen.scss */
a img.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 260, ../scss/screen.scss */
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 265, ../scss/screen.scss */
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 271, ../scss/screen.scss */
.wp-caption {
  background: #eee;
  border: 1px solid #ddd;
  max-width: 96%;
  padding: 10px;
}

/* line 278, ../scss/screen.scss */
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 282, ../scss/screen.scss */
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

/* line 286, ../scss/screen.scss */
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

/* line 290, ../scss/screen.scss */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

/* line 299, ../scss/screen.scss */
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 5px 0;
}

/*--- 1024px以下の場合に適用するスタイル ---*/
@media screen and (max-width: 64em) {
  /* line 307, ../scss/screen.scss */
  header {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    display: -webkit-initial;
    display: initial;
    text-align: center;
    text-align: -webkit-center;
  }
  /* line 314, ../scss/screen.scss */
  header #navToggle {
    display: block;
  }
  /* line 317, ../scss/screen.scss */
  header .logo {
    margin: 0 auto;
    padding: 0 0;
  }
  /* line 321, ../scss/screen.scss */
  header nav {
    display: none;
  }
  /* line 324, ../scss/screen.scss */
  header nav.openNav {
    display: block;
  }
  /* line 326, ../scss/screen.scss */
  header nav.openNav .menu {
    display: -webkit-initial;
    display: initial;
  }
  /* line 328, ../scss/screen.scss */
  header nav.openNav .menu .menu-item {
    padding-bottom: 10px;
    padding-left: 0px;
    border-top: 1px solid #fff;
  }

  /* line 336, ../scss/screen.scss */
  .content {
    padding-right: 5px;
    padding-left: 5px;
  }
  /* line 340, ../scss/screen.scss */
  .content .column-2 .column-2__photo {
    width: 31.25%;
  }
  /* line 342, ../scss/screen.scss */
  .content .column-2 .column-2__photo img {
    width: 100%;
  }
  /* line 346, ../scss/screen.scss */
  .content .column-2 .column-2__info, .content .column-2 .column-2__info-height-free {
    width: 67.38%;
  }
  /* line 350, ../scss/screen.scss */
  .content .column-2 .column-2__info .info-area .textwidget .info-area__photo, .content .column-2 .column-2__info-height-free .info-area .textwidget .info-area__photo {
    width: 52.5%;
  }
  /* line 352, ../scss/screen.scss */
  .content .column-2 .column-2__info .info-area .textwidget .info-area__photo img, .content .column-2 .column-2__info-height-free .info-area .textwidget .info-area__photo img {
    width: 100%;
  }
}
/*--- 667px以下 ---*/
@media screen and (max-width: 41.69em) {
  /* line 367, ../scss/screen.scss */
  .alignright {
    float: none;
    display: block;
    margin: 5px auto 5px auto;
  }

  /* line 372, ../scss/screen.scss */
  .alignleft {
    float: none;
    display: block;
    margin: 5px auto 5px auto;
  }

  /* line 377, ../scss/screen.scss */
  a img.alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 382, ../scss/screen.scss */
  a img.alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
/*--- 640px以下の場合に適用するスタイル ---*/
@media screen and (max-width: 40em) {
  /* line 395, ../scss/screen.scss */
  header .logo .name-box-l {
    font-size: 1.3rem;
    width: 50%;
  }
  /* line 399, ../scss/screen.scss */
  header .logo .name-box-s {
    width: 50%;
  }

  /* line 405, ../scss/screen.scss */
  a img.alignright {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
  }

  /* line 412, ../scss/screen.scss */
  a img.alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
  }

  /* line 419, ../scss/screen.scss */
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
  }

  /* line 426, ../scss/screen.scss */
  a img.alignnone {
    max-width: 100%;
    height: auto;
  }

  /*WORKSページ*/
  /* line 436, ../scss/screen.scss */
  div.sp-slide.sp-selected p img,
  div.sp-slide p img {
    max-width: 100%;
    height: auto;
  }
}
