@charset "UTF-8";
html {
  margin: 0;
  padding: 0; }

body {
  background-color: #fff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  color: #101010; }

a,
a:active {
  text-decoration: none;
  color: #101010;
  /*color: $color-link-light;*/ }

a:hover,
a:active:hover {
  /*color: $color-link;*/ }

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

ul,
ol,
dl {
  list-style: none;
  margin: 0;
  padding: 0; }

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none; }

img {
  width: 100%; }

/* =========================================================
 Foundation
========================================================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

/* Reset Style */
html {
  overflow-y: scroll;
  font-size: 100%;
  font-size: 62.5%; }

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

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

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

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

img,
object,
embed {
  vertical-align: bottom; }

hr, legend {
  display: none; }

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

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

li {
  list-style-type: none; }

body {
  *font-size: small;
  *font: x-small;
  word-wrap: break-word; }

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

html {
  margin: 0;
  padding: 0; }

body {
  background-color: #fff;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  color: #101010; }

a,
a:active {
  text-decoration: none;
  color: #101010;
  /*color: $color-link-light;*/ }

a:hover,
a:active:hover {
  /*color: $color-link;*/ }

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

ul,
ol,
dl {
  list-style: none;
  margin: 0;
  padding: 0; }

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none; }

img {
  width: 100%; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

/* Reset Style */
html {
  overflow-y: scroll;
  font-size: 100%;
  font-size: 62.5%; }

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

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

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

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

img,
object,
embed {
  vertical-align: bottom; }

hr, legend {
  display: none; }

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

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

li {
  list-style-type: none; }

body {
  *font-size: small;
  *font: x-small;
  word-wrap: break-word; }

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

.l-footer {
  width: 100%;
  background: black; }

.l-copy {
  font-size: 11px;
  font-size: 1.1rem;
  color: white;
  text-align: center; }

.l-header {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "futura-pt",sans-serif;
  line-height: 1.4;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  padding-top: 46px;
  padding-top: 4.6rem; }

@media print, screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    height: 50px;
    padding-top: 0;
    background: white;
    box-shadow: inset 0 -1px #eee; } }

.l-header.is_sticky {
  top: 0;
  position: fixed;
  padding-top: 10px;
  padding-top: 1rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  z-index: 101;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0); }

.l-header.is_sticky a {
  color: #1d1d1d; }

.l-header.is_sticky a:after {
  background-color: #1d1d1d; }

.l-header.is_unpinned {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.l-header__content {
  position: relative;
  *zoom: 1;
  width: 1024px;
  margin-top: 0px;
  margin-top: 0rem;
  margin-right: auto;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  margin-left: auto; }

.l-header__content:after {
  content: "";
  display: table;
  clear: both; }

@media print, screen and (min-width: 640px) and (max-width: 999px) {
  .l-header__content {
    width: 90%; } }

@media print, screen and (max-width: 767px) {
  .l-header__content {
    margin-top: 0rem;
    margin-bottom: 0rem;
    width: 100%; } }

@media print, screen and (max-width: 767px) {
  .l-header__content {
    height: 100%; } }

.l-header__logo {
  float: left;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.08em; }

@media print, screen and (max-width: 767px) {
  .l-header__logo {
    float: none;
    font-size: 2rem;
    position: initial;
    display: inline-block;
    margin-top: 1rem; } }

.l-header__logo a {
  color: white; }

@media print, screen and (max-width: 767px) {
  .l-header__logo a {
    color: #101010; } }

.c-change-border:before, .c-change-border .btn_more:before, .c-change-border:after, .c-change-border .btn_more:after {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #ff4081; }

.c-change-border {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  color: #ff4081;
  padding: 16px; }

.c-change-border:before {
  right: -1px;
  bottom: -1px;
  width: 0;
  height: 1px; }

.c-change-border:after {
  top: -1px;
  left: -1px;
  width: 0;
  height: 1px; }

.c-change-border:hover:before {
  width: 100%;
  width: calc(100% + 1px); }

.c-change-border:hover:after {
  width: 100%;
  width: calc(100% + 1px); }

.c-change-border:hover .btn_more:before {
  height: 100%;
  height: calc(100% + 1px); }

.c-change-border:hover .btn_more:after {
  height: 100%;
  height: calc(100% + 1px); }

.c-change-border .btn_more {
  display: inline-block;
  letter-spacing: 2px; }

.c-change-border .btn_more:before {
  top: -1px;
  right: -1px;
  width: 1px;
  height: 0; }

.c-change-border .btn_more:after {
  bottom: -1px;
  left: -1px;
  width: 1px;
  height: 0; }

.c-button {
  display: inline-block;
  border: 1px solid #101010;
  border-radius: 100px;
  padding: 10px 16px;
  padding: 1rem 1.6rem;
  text-align: center;
  min-width: 260px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.c-button:hover {
  background: #101010;
  color: #ffffff; }

.c-button.-reversal {
  border: 1px solid #ffffff;
  color: #ffffff; }

.c-button.-reversal:hover {
  background: #ffffff;
  color: #101010; }

.c-headline {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "futura-pt",sans-serif;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.4; }

@media print, screen and (max-width: 767px) {
  .c-headline {
    font-size: 2.4rem;
    letter-spacing: 0.16em;
    text-align: center; } }

.c-headline__label {
  font-size: 12px;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  letter-spacing: 0.18em; }

@media print, screen and (max-width: 767px) {
  .c-headline__label {
    text-align: center; } }

.c-link {
  color: #33bad2;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }

.c-link:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.c-loaderbg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  top: 0;
  bottom: 0;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.c-loaderbg.is_hide {
  display: none; }

.c-loader {
  position: fixed;
  margin: auto;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.p-history__body p, .p-topSection__body p, .p-topWorks__content p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.4;
  margin-top: 16px;
  margin-top: 1.6rem; }

@media print, screen and (max-width: 767px) {
  .p-history__body p, .p-topSection__body p, .p-topWorks__content p {
    font-size: 1.4rem;
    margin-top: 1.4rem;
    line-height: 2.0; } }

.p-author {
  font-family: "futura-pt",sans-serif;
  background-image: url(../img/about/author.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 160px;
  padding-top: 16rem;
  padding-bottom: 160px;
  padding-bottom: 16rem;
  width: 1024px;
  margin-top: 80px;
  margin-top: 8rem;
  margin-right: auto;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  margin-left: auto; }

@media print, screen and (min-width: 640px) and (max-width: 999px) {
  .p-author {
    width: 90%; } }

@media print, screen and (max-width: 767px) {
  .p-author {
    margin-top: 4rem;
    margin-bottom: 0rem;
    width: 100%; } }

@media print, screen and (max-width: 767px) {
  .p-author {
    width: calc(100% - 2rem);
    margin-top: 4rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 4rem;
    padding-bottom: 4rem; } }

.p-author__body {
  display: inline-block;
  margin-left: 20px; }

.p-author__name {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  padding: 5px 20px;
  background-color: white;
  letter-spacing: 0.2em; }

@media print, screen and (max-width: 767px) {
  .p-author__name {
    font-size: 2rem;
    padding: 3px 10px; } }

.p-author__job {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px 20px;
  background-color: white;
  margin-top: 5px;
  letter-spacing: 0.2em;
  display: inline-block; }

@media print, screen and (max-width: 767px) {
  .p-author__job {
    padding: 3px 10px; } }

.p-history {
  width: 1024px;
  margin-top: 80px;
  margin-top: 8rem;
  margin-right: auto;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  margin-left: auto; }

@media print, screen and (min-width: 640px) and (max-width: 999px) {
  .p-history {
    width: 90%; } }

@media print, screen and (max-width: 767px) {
  .p-history {
    margin-top: 4rem;
    margin-bottom: 0rem;
    width: 100%; } }

@media print, screen and (max-width: 767px) {
  .p-history {
    padding: 3.125%; } }

.p-history__timeline {
  *zoom: 1;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 14px;
  margin-top: 1.4rem;
  margin-left: 56%; }

.p-history__timeline:after {
  content: "";
  display: table;
  clear: both; }

@media print, screen and (max-width: 767px) {
  .p-history__timeline {
    margin-top: 0;
    margin-left: auto; } }

.p-history__body {
  width: 50%;
  float: left; }

@media print, screen and (max-width: 767px) {
  .p-history__body {
    float: none;
    width: 100%; } }

.p-timeline {
  position: relative; }

.p-timeline:before {
  content: '';
  width: 1px;
  background: #e1e1e1;
  position: absolute;
  top: 12px;
  bottom: 36px;
  left: 83px; }

@media print, screen and (max-width: 767px) {
  .p-timeline:before {
    display: none; } }

.p-timeline__headline,
.p-timeline__data {
  line-height: 2; }

@media print, screen and (max-width: 767px) {
  .p-timeline__headline,
  .p-timeline__data {
    font-size: 1.6rem; } }

.p-timeline__headline {
  font-family: "futura-pt",sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 60px;
  margin-top: 6rem;
  margin-bottom: 4px;
  margin-bottom: 0.4rem; }

@media print, screen and (max-width: 767px) {
  .p-timeline__headline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0; } }

.p-timeline__headline:first-child {
  margin-top: 0; }

.p-timeline__data {
  position: relative;
  margin-top: -2.7em;
  margin-left: 119px; }

@media print, screen and (max-width: 767px) {
  .p-timeline__data {
    width: 100%;
    margin-top: 0;
    margin-left: 0; } }

.p-timeline__data:before {
  content: '';
  width: 7px;
  height: 7px;
  background: #e60012;
  position: absolute;
  left: -39px;
  top: 6px;
  border-radius: 100%; }

@media print, screen and (max-width: 767px) {
  .p-timeline__data:before {
    display: none; } }

.p-workInfo {
  *zoom: 1;
  position: relative;
  width: 1024px;
  margin-top: 80px;
  margin-top: 8rem;
  margin-right: auto;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  margin-left: auto; }

.p-workInfo:after {
  content: "";
  display: table;
  clear: both; }

@media print, screen and (min-width: 640px) and (max-width: 999px) {
  .p-workInfo {
    width: 90%; } }

@media print, screen and (max-width: 767px) {
  .p-workInfo {
    margin-top: 4rem;
    margin-bottom: 0rem;
    width: 100%; } }

.p-workInfo__text {
  float: right;
  width: 40%; }

@media print, screen and (max-width: 767px) {
  .p-workInfo__text {
    float: none;
    width: calc(100% - 2rem);
    margin-right: auto;
    margin-left: auto; } }

.p-workInfo__headline {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.04em; }

@media print, screen and (max-width: 767px) {
  .p-workInfo__headline {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.6; } }

.p-workInfo__headline__label {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 16px;
  margin-top: 1.6rem; }

@media print, screen and (max-width: 767px) {
  .p-workInfo__headline__label {
    font-size: 1.4rem; } }

.p-workInfo__link {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 16px;
  margin-top: 1.6rem; }

.p-workInfo__img {
  width: 60%;
  float: left;
  background: url(../img/works/works_bg.png) no-repeat center top;
  background-size: 100%; }

@media print, screen and (max-width: 767px) {
  .p-workInfo__img {
    float: none;
    width: calc(100% - 2rem);
    margin-top: 4rem;
    margin-right: auto;
    margin-left: auto; } }

.p-workInfo__frame {
  display: block;
  padding: 3.84% 17.2% 68px; }

@media print, screen and (max-width: 767px) {
  .p-workInfo__frame {
    padding: 3.8% 17.4% 11%; } }

.p-credit {
  margin-top: 44px;
  margin-top: 4.4rem; }

@media print, screen and (max-width: 767px) {
  .p-credit {
    width: calc(100% - 2rem);
    margin-top: 2rem;
    margin-right: auto;
    margin-left: auto; } }

.p-credit__headline {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 32px;
  margin-top: 3.2rem;
  font-weight: bold; }

.p-credit__tab {
  margin-top: 0px;
  margin-top: 0rem;
  font-size: 0; }

.p-credit__tab__list {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-top: 10px;
  margin-top: 1rem;
  margin-right: 10px;
  margin-right: 1rem;
  line-height: 1;
  position: relative;
  padding: 8px 14px 8px 16px;
  color: #ffffff;
  background: #101010;
  border-radius: 20px;
  font-family: "futura-pt",sans-serif; }

@media print, screen and (max-width: 767px) {
  .p-credit__tab__list {
    margin-right: 0.6rem; } }

.p-article {
  width: 1024px;
  margin-top: 80px;
  margin-top: 8rem;
  margin-right: auto;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  margin-left: auto; }

@media print, screen and (min-width: 640px) and (max-width: 999px) {
  .p-article {
    width: 90%; } }

@media print, screen and (max-width: 767px) {
  .p-article {
    margin-top: 4rem;
    margin-bottom: 0rem;
    width: 100%; } }

@media print, screen and (max-width: 767px) {
  .p-article {
    margin-top: 4rem; } }

.p-article__text {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 35px;
  margin-top: 3.5rem;
  line-height: 1.8; }

.p-article__text:first-child {
  margin-top: 0; }

@media print, screen and (max-width: 767px) {
  .p-article__text {
    font-size: 1.4rem;
    width: calc(100% - 2rem);
    margin-right: auto;
    margin-left: auto; } }

.p-article__name {
  margin-right: 16px;
  margin-right: 1.6rem; }

@media print, screen and (max-width: 767px) {
  .p-article__name {
    width: calc(100% - 2rem);
    margin-right: auto;
    margin-left: auto; } }

.p-article__img {
  background: url(../img/works/gallery_pc_img_bg.png) no-repeat center top;
  background-size: 100%;
  margin-top: 40px;
  margin-top: 4rem;
  padding-top: 35px;
  padding-top: 3.5rem;
  display: block;
  overflow: hidden; }

@media print, screen and (max-width: 767px) {
  .p-article__img {
    width: calc(100% - 2rem);
    margin-right: auto;
    margin-left: auto;
    padding: 3.5% 0 0; } }

.p-articleSp {
  *zoom: 1;
  position: relative;
  margin: 35px auto 0;
  margin: 3.5rem auto 0;
  width: 600px; }

.p-articleSp:after {
  content: "";
  display: table;
  clear: both; }

@media print, screen and (max-width: 767px) {
  .p-articleSp {
    width: 100%;
    display: none; } }

.p-articleSp__body {
  float: left;
  width: 320px;
  margin-left: 80px;
  margin-left: 8rem;
  margin-top: 80px;
  margin-top: 8rem; }

@media print, screen and (max-width: 767px) {
  .p-articleSp__body {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 0; } }

.p-articleSp__text {
  font-size: 12px;
  font-size: 1.2rem; }

@media print, screen and (max-width: 767px) {
  .p-articleSp__text {
    width: calc(100% - 2rem);
    margin-right: auto;
    margin-left: auto; } }

.p-articleSp__link {
  margin-top: 20px;
  margin-top: 2rem;
  font-size: 14px;
  font-size: 1.4rem; }

@media print, screen and (max-width: 767px) {
  .p-articleSp__link {
    width: calc(100% - 2rem);
    margin-right: auto;
    margin-left: auto; } }

.p-articleSp__img {
  width: 200px;
  float: left;
  background: url(../img/works/gallery_sp_img_bg.png) no-repeat center top;
  background-size: 100%;
  padding: 62px 30px 56px; }

@media print, screen and (max-width: 767px) {
  .p-articleSp__img {
    float: none;
    width: calc(100% - 2rem);
    margin-right: auto;
    margin-left: auto;
    padding: 31.2% 15.2% 30%; } }

.p-articleSp__qr {
  margin-top: 10px;
  margin-top: 1rem;
  max-width: 130px; }

.p-pageNavi {
  *zoom: 1;
  width: 1024px;
  margin-top: 40px;
  margin-top: 4rem;
  margin-right: auto;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  margin-left: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  background: #f2f2f2; }

.p-pageNavi:after {
  content: "";
  display: table;
  clear: both; }

@media print, screen and (min-width: 640px) and (max-width: 999px) {
  .p-pageNavi {
    width: 90%; } }

@media print, screen and (max-width: 767px) {
  .p-pageNavi {
    margin-top: 2rem;
    margin-bottom: 0rem;
    width: 100%; } }

@media print, screen and (max-width: 767px) {
  .p-pageNavi {
    display: table; } }

.p-pageNavi:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #e0e0e0;
  z-index: 1; }

.p-pageNavi__item {
  width: 50%;
  text-align: center;
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  z-index: 1; }

.p-pageNavi__item.-prev {
  float: left; }

.p-pageNavi__item.-next {
  float: right; }

.p-pageNavi__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 15px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1; }

@media print, screen and (max-width: 767px) {
  .p-pageNavi__link {
    padding: 1.6rem 4%; } }

.p-pageNavi__link:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 0.2s cubic-bezier(0.47, 0, 0.745, 0.715); }

.p-pageNavi__link:after {
  position: absolute;
  top: 50%;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.p-pageNavi__link.-prev:before {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0); }

.p-pageNavi__link.-prev:after {
  border-right-color: #ffffff;
  left: 2.2em; }

.p-pageNavi__link.-next:before {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0); }

.p-pageNavi__link.-next:after {
  border-left-color: #ffffff;
  right: 2.2em; }

.p-pageNavi__link:hover {
  color: #ffffff; }

.p-pageNavi__link:hover:before {
  background: #101010;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }

.p-pageNavi__link:hover.-prev:after {
  -webkit-animation: arrowPrev 1.2s infinite;
          animation: arrowPrev 1.2s infinite; }

.p-pageNavi__link:hover.-next:after {
  -webkit-animation: arrowNext 1.2s infinite;
          animation: arrowNext 1.2s infinite; }

@-webkit-keyframes arrowPrev {
  50% {
    left: 1.4em;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  100% {
    left: 1em;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@keyframes arrowPrev {
  50% {
    left: 1.4em;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  100% {
    left: 1em;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@-webkit-keyframes arrowNext {
  50% {
    right: 1.4em;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  100% {
    right: 1em;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

@keyframes arrowNext {
  50% {
    right: 1.4em;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  100% {
    right: 1em;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; } }

.p-hero__text, .p-hero__text__label {
  font-family: "futura-pt",sans-serif;
  color: white;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto; }

.p-hero {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden; }

.p-hero__bg {
  width: 100%;
  height: 100%;
  background: url(../img/top/hero_bg.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 40s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 40s cubic-bezier(0.19, 1, 0.22, 1); }

.p-hero__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.p-hero__text {
  font-size: 84px;
  font-size: 8.4rem;
  letter-spacing: 0.42em;
  font-weight: 700;
  height: 80px;
  line-height: 1; }

@media print, screen and (max-width: 767px) {
  .p-hero__text {
    font-size: 4rem; } }

.p-hero__text__label {
  font-size: 12px;
  font-size: 1.2rem;
  top: 220px;
  height: 13px;
  letter-spacing: 0.42em;
  line-height: 1; }

@media print, screen and (max-width: 767px) {
  .p-hero__text__label {
    top: 90px; } }

.p-detail__hero__headline {
  font-family: "futura-pt",sans-serif;
  color: white;
  text-align: center; }

.p-detail__hero {
  position: relative;
  width: 100%;
  padding-top: 43.75%; }

@media print, screen and (max-width: 767px) {
  .p-detail__hero {
    margin-top: 5rem;
    height: 0 !important; } }

.p-detail__hero__text {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0;
  left: 0;
  margin: -43px 0 0 0; }

@media print, screen and (max-width: 767px) {
  .p-detail__hero__text {
    font-size: 3.7rem;
    margin: auto;
    height: 59px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; } }

.p-detail__hero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.p-detail__hero__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.p-detail__hero__headline {
  font-size: 84px;
  font-size: 8.4rem;
  letter-spacing: 0.42em;
  font-weight: 700; }

@media print, screen and (max-width: 767px) {
  .p-detail__hero__headline {
    font-size: 3.7rem; } }

.p-header__navi__list {
  *zoom: 1;
  margin-top: 10px;
  float: right; }

.p-header__navi__list:after {
  content: "";
  display: table;
  clear: both; }

@media print, screen and (max-width: 767px) {
  .p-header__navi__list {
    float: none;
    position: absolute;
    width: 100%;
    z-index: 9998;
    background: #ffffff;
    top: 50px;
    margin-top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; } }

@media print, screen and (max-width: 767px) {
  .p-header__navi__list.is_active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } }

.p-header__navi__item {
  float: left;
  letter-spacing: 0.1em;
  position: relative;
  margin-left: 60px; }

.p-header__navi__item:first-child {
  margin-left: 0; }

@media print, screen and (max-width: 767px) {
  .p-header__navi__item {
    font-size: 1.6rem;
    float: none;
    display: block;
    margin-left: 0;
    box-shadow: inset 0 -1px #eee; } }

.p-header__navi__item a {
  position: relative;
  color: white; }

@media print, screen and (max-width: 767px) {
  .p-header__navi__item a {
    padding: 10px 0; } }

.p-header__navi__item a:after {
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #ffffff;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715), -webkit-transform 0.2s cubic-bezier(0.47, 0, 0.745, 0.715); }

.p-header__navi__item a:hover:after, .p-header__navi__item a.is_active:after {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(1);
          transform: scale(1); }

@media print, screen and (max-width: 767px) {
  .p-header__navi__item a {
    display: block;
    color: black; } }

.p-header__menur__humberge {
  display: none; }

@media print, screen and (max-width: 767px) {
  .p-header__menur__humberge {
    display: block;
    position: absolute;
    top: 18px;
    right: 20px;
    height: 19px;
    width: 18px;
    z-index: 14;
    z-index: 9999; } }

.sprite {
  position: absolute;
  background-color: #000;
  width: 18px;
  height: 2px;
  text-align: center;
  display: block; }

.sprite:nth-child(1) {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.sprite:nth-child(2) {
  -webkit-transform: translateY(6px);
          transform: translateY(6px); }

.sprite:nth-child(3) {
  -webkit-transform: translateY(12px);
          transform: translateY(12px); }

.p-sns {
  width: 1024px;
  margin-top: 80px;
  margin-top: 8rem;
  margin-right: auto;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  margin-left: auto;
  margin-bottom: 80px;
  margin-bottom: 8rem;
  position: relative;
  background-image: url(../img/top/hero_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 80px;
  padding-top: 8rem;
  padding-bottom: 80px;
  padding-bottom: 8rem;
  overflow: hidden;
  z-index: 0; }

@media print, screen and (min-width: 640px) and (max-width: 999px) {
  .p-sns {
    width: 90%; } }

@media print, screen and (max-width: 767px) {
  .p-sns {
    margin-top: 4rem;
    margin-bottom: 0rem;
    width: 100%; } }

.p-sns:before {
  content: '';
  background: inherit;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="8" /></filter></svg>#filter');
  -webkit-filter: blur(8px);
          filter: blur(8px);
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  z-index: -1; }

@media print, screen and (max-width: 767px) {
  .p-sns {
    width: calc(100% - 2rem);
    margin-top: 4rem;
    margin-right: auto;
    margin-bottom: 4rem;
    margin-left: auto;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem; } }

.p-sns .c-headline,
.p-sns .c-headline__label {
  color: #ffffff;
  text-align: center; }

.p-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  margin-top: 2.4rem; }

@media print, screen and (max-width: 767px) {
  .p-sns__list {
    margin-top: 1.6rem; } }

.p-sns__item {
  text-align: center;
  margin: 0 16px;
  margin: 0 1.6rem; }

.p-sns__item a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1); }

.p-sns__item a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.p-sns__item img {
  width: 26px; }

.p-topSection__body, .p-topSection__img {
  width: 50%;
  vertical-align: middle; }

@media print, screen and (max-width: 767px) {
  .p-topSection__body, .p-topSection__img {
    width: 100%; } }

.p-topSection {
  width: 100%;
  width: 1024px;
  margin-top: 80px;
  margin-top: 8rem;
  margin-right: auto;
  margin-bottom: 0px;
  margin-bottom: 0rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 80px;
  padding-bottom: 8rem; }

@media print, screen and (min-width: 640px) and (max-width: 999px) {
  .p-topSection {
    width: 90%; } }

@media print, screen and (max-width: 767px) {
  .p-topSection {
    margin-top: 4rem;
    margin-bottom: 0rem;
    width: 100%; } }

@media print, screen and (max-width: 767px) {
  .p-topSection {
    padding: 3.125%; } }

.p-topSection.-history {
  padding-bottom: 0; }

.p-topSection__body {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

@media print, screen and (max-width: 767px) {
  .p-topSection__body {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1.6rem; } }

.p-topSection__img {
  padding-left: 3%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

@media print, screen and (max-width: 767px) {
  .p-topSection__img {
    padding-left: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; } }

.p-topSection__btn {
  margin-top: 40px;
  margin-top: 4rem; }

@media print, screen and (max-width: 767px) {
  .p-topSection__btn {
    margin-top: 1.6rem;
    text-align: center; } }

.p-topWorks {
  padding: 80px 0;
  padding: 8rem 0;
  position: relative;
  background: url(../img/top/works_bg.png) center top no-repeat;
  background-size: cover; }

@media print, screen and (max-width: 767px) {
  .p-topWorks {
    margin-top: 4rem;
    padding: 3.125%;
    min-height: 200px; } }

.p-topWorks:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.p-topWorks__content {
  width: 1000px;
  margin: 0 auto;
  color: #ffffff;
  position: relative;
  z-index: 2; }

@media print, screen and (min-width: 640px) and (max-width: 999px) {
  .p-topWorks__content {
    width: 90%; } }

@media print, screen and (max-width: 767px) {
  .p-topWorks__content {
    width: 100%;
    padding: 2%; } }

.p-topWorks__content .c-headline__label {
  color: #ffffff; }

.p-topWorks__content p {
  color: #ffffff; }

.p-topWorks__btn {
  margin-top: 40px;
  margin-top: 4rem; }

@media print, screen and (max-width: 767px) {
  .p-topWorks__btn {
    margin-top: 1.6rem;
    text-align: center; } }

.p-workSection__link {
  display: block;
  position: relative;
  background: #ffffff;
  -webkit-transition: all 40s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 40s cubic-bezier(0.19, 1, 0.22, 1); }

.p-workSection__link:hover .p-workSection__overlay {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }

.p-workSection__link:hover .p-workSection__headline {
  -webkit-transform: translate(0, -40px);
          transform: translate(0, -40px); }

.p-workSection__link:hover .p-workSection__label {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0, -40px);
          transform: translate(0, -40px); }

.p-workSection__link:hover .p-workSection__img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }

.p-workSection__cover {
  position: relative;
  width: 100%;
  padding-top: 43.75%;
  overflow: hidden;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px); }

.p-workSection__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000000;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  width: 100%;
  height: 100%; }

.p-workSection__headline {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.4em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 32px;
  margin: auto;
  z-index: 3;
  -webkit-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  color: #ffffff;
  text-align: center; }

@media print, screen and (max-width: 767px) {
  .p-workSection__headline {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding: 0 2%; } }

.p-workSection__label {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  top: 110px;
  bottom: 0;
  right: 0;
  left: 0;
  height: 20px;
  letter-spacing: 0.2em;
  margin: auto;
  z-index: 3;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  color: #ffffff;
  text-align: center; }

@media print, screen and (max-width: 767px) {
  .p-workSection__label {
    display: none; } }

.p-workSection__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 40s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 40s cubic-bezier(0.19, 1, 0.22, 1);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }

.p-workSection__img.-kip {
  background-image: url(../img/works/k-pot/k-pot_hero.jpg); }

.p-workSection__img.-tgt {
  background-image: url(../img/works/tgt/tgt_hero.jpg); }

.p-workSection__img.-corporate {
  background-image: url(../img/works/corporate/corporate_hero.jpg); }

.p-workSection__img.-yonezawa {
  background-image: url(../img/works/yonezawa/yonezawa_hero.jpg); }

.p-workSection__img.-sogoshikaku {
  background-image: url(../img/works/sogoshikaku/sogoshikaku_hero.jpg); }
