@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

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

img {
  vertical-align: bottom;
  border: none; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

caption, th, td {
  text-align: left; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle;
  border: 1px solid #ddd; }

address {
  font-style: normal; }

/* form */
button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

/* ベース
---------------------------------- */
*, :after, :before {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  min-height: 100%;
  height: 100%; }

body {
  color: #000;
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  min-height: 100%;
  letter-spacing: 0.05em;
  height: 100%; }

a {
  color: #000;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #333333; }

img {
  max-width: 100%;
  height: auto; }

p {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph; }

.f_en {
  font-family: 'Roboto',YuGothic,sans-serif;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.15em; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  background-image: url("../img/loading.gif");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 300px auto;
  width: 100%;
  height: 100%;
  z-index: 9000; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .loading {
      background-size: 120px auto; } }

body .mrg__btm0 {
  margin-bottom: 0 !important; }
body .mrg__btm05 {
  margin-bottom: .5em !important; }
body .mrg__btm1 {
  margin-bottom: 1em !important; }
body .mrg__btm2 {
  margin-bottom: 2em !important; }
body .mrg__btm3 {
  margin-bottom: 3em !important; }
body .mrg__btm4 {
  margin-bottom: 4em !important; }
body .mrg__btm5 {
  margin-bottom: 5em !important; }
body .mrg__btm6 {
  margin-bottom: 6em !important; }
body .mrg__top0 {
  margin-top: 0 !important; }
body .mrg__top05 {
  margin-top: .5em !important; }
body .mrg__top1 {
  margin-top: 1em !important; }
body .mrg__top2 {
  margin-top: 2em !important; }
body .mrg__top3 {
  margin-top: 3em !important; }
body .mrg__left0 {
  margin-left: 0 !important; }
body .mrg__left1 {
  margin-left: 1em !important; }
body .mrg__left2 {
  margin-left: 2em !important; }
body .mrg__left3 {
  margin-left: 3em !important; }
body .mrg__right0 {
  margin-right: 0 !important; }
body .mrg__right1 {
  margin-right: 1em !important; }
body .mrg__right2 {
  margin-right: 2em !important; }
body .mrg__right3 {
  margin-right: 3em !important; }
body .pad__top0 {
  padding-top: 0 !important; }
body .pad__top1 {
  padding-top: 1em !important; }
body .pad__top2 {
  padding-top: 2em !important; }
body .pad__top3 {
  padding-top: 3em !important; }
body .pad__btm0 {
  padding-bottom: 0 !important; }
body .pad__btm1 {
  padding-bottom: 1em !important; }
body .pad__btm2 {
  padding-bottom: 2em !important; }
body .pad__btm3 {
  padding-bottom: 3em !important; }

/* 表示アニメーション ----------------------------- */
.cont__fadeup {
  opacity: 0;
  transform: translateY(50px);
  transition: all .8s ease; }

.cont__fadeup2 {
  opacity: 0;
  transform: translateY(50px);
  transition: all .8s ease; }

.cont__fadedown {
  opacity: 0;
  transform: translateY(-50px);
  transition: all .8s ease; }

.cont__fadein {
  opacity: 0;
  transition: all 1s ease; }

.cont__fadein.delay_6 {
  transition: all 1s .6s ease; }

.cont__fadeup.active {
  opacity: 1;
  transform: translateY(0); }

.cont__fadeup2.active {
  opacity: 1;
  transform: translateY(0); }

.cont__fadedown.active {
  opacity: 1;
  transform: translateY(0); }

.cont__fadein.active {
  opacity: 1; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

img {
  display: block;
  max-width: 100%;
  height: auto; }
  img.unlimit {
    width: 100%; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

/* ========================================
containerの幅を変更
======================================== */
@media (min-width: 769px) {
  .container {
    width: 100%; } }
@media (min-width: 992px) {
  .container {
    width: 100%; } }
@media (min-width: 1070px) {
  .container {
    max-width: 1070px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
/* ========================================
間隔を40pxに拡張
======================================== */
/*
.container{
	padding-left: 20px;
	padding-right: 20px;
}
*/
.row-40 {
  margin-left: -20px;
  margin-right: -20px; }
  .row-40 > [class^="col-"], .row-40 > [class*=" col-"] {
    padding-left: 20px;
    padding-right: 20px; }

/* ========================================
間隔を20pxに縮小
======================================== */
/*
.container{
	padding-left: 10px;
	padding-right: 10px;
}
*/
.row-20 {
  margin-left: -10px;
  margin-right: -10px; }
  .row-20 > [class^="col-"], .row-20 > [class*=" col-"] {
    padding-left: 10px;
    padding-right: 10px; }

/* ========================================
間隔を10pxに縮小
======================================== */
/*
.container{
	padding-left: 5px;
	padding-right: 5px;
}
*/
.row-10 {
  margin-left: -5px;
  margin-right: -5px; }
  .row-10 > [class^="col-"], .row-10 > [class*=" col-"] {
    padding-left: 5px;
    padding-right: 5px; }

/* ========================================
間隔を0に
======================================== */
/*
.container{
	padding-left: 0;
	padding-right: 0;
}
*/
.row-pad0 {
  margin-left: 0;
  margin-right: 0; }
  .row-pad0 > [class^="col-"], .row-pad0 > [class*=" col-"] {
    padding-left: 0;
    padding-right: 0; }

/* ========================================
pull-left
======================================== */
@media only screen and (min-width: 480px), print and (max-width: 1cm) {
  .pull-xs−left {
    float: left !important; }
    .pull-xs−left + [class^="col-"] .img-responsive, .pull-xs−left [class*=" col-"] .img-responsive {
      width: 100%; } }
@media only screen and (min-width: 769px), print and (min-width: 2cm) {
  .pull-sm−left {
    float: left !important; }
    .pull-sm−left + [class^="col-"] .img-responsive, .pull-sm−left [class*=" col-"] .img-responsive {
      width: 100%; } }
@media only screen and (min-width: 1000px), print and (min-width: 2cm) {
  .pull-md−left {
    float: left !important; }
    .pull-md−left + [class^="col-"] .img-responsive, .pull-md−left [class*=" col-"] .img-responsive {
      width: 100%; } }
@media only screen and (min-width: 1200px), print and (min-width: 2cm) {
  .pull-lg−left {
    float: left !important; }
    .pull-lg−left + [class^="col-"] .img-responsive, .pull-lg−left [class*=" col-"] .img-responsive {
      width: 100%; } }
/* ========================================
pull-right
======================================== */
@media only screen and (min-width: 480px), print and (max-width: 1cm) {
  .pull-xs−right {
    float: right !important; }
    .pull-xs−right + [class^="col-"] .img-responsive, .pull-xs−right [class*=" col-"] .img-responsive {
      width: 100%; } }
@media only screen and (min-width: 769px), print and (min-width: 2cm) {
  .pull-sm−right {
    float: right !important; }
    .pull-sm−right + [class^="col-"] .img-responsive, .pull-sm−right [class*=" col-"] .img-responsive {
      width: 100%; } }
@media only screen and (min-width: 1000px), print and (min-width: 2cm) {
  .pull-md−right {
    float: right !important; }
    .pull-md−right + [class^="col-"] .img-responsive, .pull-md−right [class*=" col-"] .img-responsive {
      width: 100%; } }
@media only screen and (min-width: 1200px), print and (min-width: 2cm) {
  .pull-lg−right {
    float: right !important; }
    .pull-lg−right + [class^="col-"] .img-responsive, .pull-lg−right [class*=" col-"] .img-responsive {
      width: 100%; } }
/* ========================================
br
======================================== */
/*br-XX-block*/
.br-xs-block {
  display: none; }
  @media only screen and (min-width: 480px), print and (max-width: 1cm) {
    .br-xs-block {
      display: inline-block; } }

.br-sm-block {
  display: none; }
  @media only screen and (min-width: 769px), print and (min-width: 2cm) {
    .br-sm-block {
      display: inline-block; } }

.br-md-block {
  display: none; }
  @media only screen and (min-width: 1000px), print and (min-width: 2cm) {
    .br-md-block {
      display: inline-block; } }

.br-lg-block {
  display: none; }
  @media only screen and (min-width: 1200px), print and (min-width: 2cm) {
    .br-lg-block {
      display: inline-block; } }

/*br-XX-none*/
@media only screen and (min-width: 480px), print and (max-width: 1cm) {
  .br-xs-none {
    display: none; } }
@media only screen and (min-width: 769px), print and (min-width: 2cm) {
  .br-sm-none {
    display: none; } }
@media only screen and (min-width: 1000px), print and (min-width: 2cm) {
  .br-md-none {
    display: none; } }
@media only screen and (min-width: 1200px), print and (min-width: 2cm) {
  .br-lg-none {
    display: none; } }
@media only screen and (max-width: 768px), print and (min-width: 2cm) {
  .mb1e-sm-min {
    margin-bottom: 1em; } }

@media only screen and (max-width: 768px), print and (min-width: 2cm) {
  .mb2e-sm-min {
    margin-bottom: 2em; } }

@media only screen and (max-width: 768px), print and (min-width: 2cm) {
  .mb3e-sm-min {
    margin-bottom: 2em; } }

.img-center .img-responsive {
  margin: 0 auto; }

/* ========================================
グリッド　5等分.col-XX-1-5　追加ver
======================================== */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-xs-1, .col-xs-1-5, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: none;
  width: 100%; }

.col-xxs-1, .col-xxs-1-5, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xxs-12 {
  width: 100%; }

.col-xxs-11 {
  width: 91.66666667%; }

.col-xxs-10 {
  width: 83.33333333%; }

.col-xxs-9 {
  width: 75%; }

.col-xxs-8 {
  width: 66.66666667%; }

.col-xxs-7 {
  width: 58.33333333%; }

.col-xxs-6 {
  width: 50%; }

.col-xxs-5 {
  width: 41.66666667%; }

.col-xxs-4 {
  width: 33.33333333%; }

.col-xxs-3 {
  width: 25%; }

.col-xxs-2 {
  width: 16.66666667%; }

.col-xxs-1-5 {
  width: 20%; }

.col-xxs-1 {
  width: 8.33333333%; }

.col-xxs-pull-12 {
  right: 100%; }

.col-xxs-pull-11 {
  right: 91.66666667%; }

.col-xxs-pull-10 {
  right: 83.33333333%; }

.col-xxs-pull-9 {
  right: 75%; }

.col-xxs-pull-8 {
  right: 66.66666667%; }

.col-xxs-pull-7 {
  right: 58.33333333%; }

.col-xxs-pull-6 {
  right: 50%; }

.col-xxs-pull-5 {
  right: 41.66666667%; }

.col-xxs-pull-4 {
  right: 33.33333333%; }

.col-xxs-pull-3 {
  right: 25%; }

.col-xxs-pull-2 {
  right: 16.66666667%; }

.col-xxs-pull-1 {
  right: 8.33333333%; }

.col-xxs-pull-0 {
  right: auto; }

.col-xxs-push-12 {
  left: 100%; }

.col-xxs-push-11 {
  left: 91.66666667%; }

.col-xxs-push-10 {
  left: 83.33333333%; }

.col-xxs-push-9 {
  left: 75%; }

.col-xxs-push-8 {
  left: 66.66666667%; }

.col-xxs-push-7 {
  left: 58.33333333%; }

.col-xxs-push-6 {
  left: 50%; }

.col-xxs-push-5 {
  left: 41.66666667%; }

.col-xxs-push-4 {
  left: 33.33333333%; }

.col-xxs-push-3 {
  left: 25%; }

.col-xxs-push-2 {
  left: 16.66666667%; }

.col-xxs-push-1 {
  left: 8.33333333%; }

.col-xxs-push-0 {
  left: auto; }

.col-xxs-offset-12 {
  margin-left: 100%; }

.col-xxs-offset-11 {
  margin-left: 91.66666667%; }

.col-xxs-offset-10 {
  margin-left: 83.33333333%; }

.col-xxs-offset-9 {
  margin-left: 75%; }

.col-xxs-offset-8 {
  margin-left: 66.66666667%; }

.col-xxs-offset-7 {
  margin-left: 58.33333333%; }

.col-xxs-offset-6 {
  margin-left: 50%; }

.col-xxs-offset-5 {
  margin-left: 41.66666667%; }

.col-xxs-offset-4 {
  margin-left: 33.33333333%; }

.col-xxs-offset-3 {
  margin-left: 25%; }

.col-xxs-offset-2 {
  margin-left: 16.66666667%; }

.col-xxs-offset-1 {
  margin-left: 8.33333333%; }

.col-xxs-offset-0 {
  margin-left: 0%; }

@media (min-width: 480px) {
  .col-xs-1, .col-xs-1-5, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left; }

  .col-xs-12 {
    width: 100%; }

  .col-xs-11 {
    width: 91.66666667%; }

  .col-xs-10 {
    width: 83.33333333%; }

  .col-xs-9 {
    width: 75%; }

  .col-xs-8 {
    width: 66.66666667%; }

  .col-xs-7 {
    width: 58.33333333%; }

  .col-xs-6 {
    width: 50%; }

  .col-xs-5 {
    width: 41.66666667%; }

  .col-xs-4 {
    width: 33.33333333%; }

  .col-xs-3 {
    width: 25%; }

  .col-xs-2 {
    width: 16.66666667%; }

  .col-xs-1-5 {
    width: 20%; }

  .col-xs-1 {
    width: 8.33333333%; }

  .col-xs-pull-12 {
    right: 100%; }

  .col-xs-pull-11 {
    right: 91.66666667%; }

  .col-xs-pull-10 {
    right: 83.33333333%; }

  .col-xs-pull-9 {
    right: 75%; }

  .col-xs-pull-8 {
    right: 66.66666667%; }

  .col-xs-pull-7 {
    right: 58.33333333%; }

  .col-xs-pull-6 {
    right: 50%; }

  .col-xs-pull-5 {
    right: 41.66666667%; }

  .col-xs-pull-4 {
    right: 33.33333333%; }

  .col-xs-pull-3 {
    right: 25%; }

  .col-xs-pull-2 {
    right: 16.66666667%; }

  .col-xs-pull-1 {
    right: 8.33333333%; }

  .col-xs-pull-0 {
    right: auto; }

  .col-xs-push-12 {
    left: 100%; }

  .col-xs-push-11 {
    left: 91.66666667%; }

  .col-xs-push-10 {
    left: 83.33333333%; }

  .col-xs-push-9 {
    left: 75%; }

  .col-xs-push-8 {
    left: 66.66666667%; }

  .col-xs-push-7 {
    left: 58.33333333%; }

  .col-xs-push-6 {
    left: 50%; }

  .col-xs-push-5 {
    left: 41.66666667%; }

  .col-xs-push-4 {
    left: 33.33333333%; }

  .col-xs-push-3 {
    left: 25%; }

  .col-xs-push-2 {
    left: 16.66666667%; }

  .col-xs-push-1 {
    left: 8.33333333%; }

  .col-xs-push-0 {
    left: auto; }

  .col-xs-offset-12 {
    margin-left: 100%; }

  .col-xs-offset-11 {
    margin-left: 91.66666667%; }

  .col-xs-offset-10 {
    margin-left: 83.33333333%; }

  .col-xs-offset-9 {
    margin-left: 75%; }

  .col-xs-offset-8 {
    margin-left: 66.66666667%; }

  .col-xs-offset-7 {
    margin-left: 58.33333333%; }

  .col-xs-offset-6 {
    margin-left: 50%; }

  .col-xs-offset-5 {
    margin-left: 41.66666667%; }

  .col-xs-offset-4 {
    margin-left: 33.33333333%; }

  .col-xs-offset-3 {
    margin-left: 25%; }

  .col-xs-offset-2 {
    margin-left: 16.66666667%; }

  .col-xs-offset-1 {
    margin-left: 8.33333333%; }

  .col-xs-offset-0 {
    margin-left: 0%; } }
@media (min-width: 768px) {
  .col-sm-1, .col-sm-1-5, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1-5 {
    width: 20%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0%; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-1-5, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1-5 {
    width: 20%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0%; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-1-5, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1-5 {
    width: 20%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0%; } }
/* ---------------------------------------------
  TOP
--------------------------------------------- */
body.bg_work .bg_photo .bg_g.bg_g_main {
  opacity: 0; }
body.bg_work .bg_photo .bg_g.bg_g_work {
  opacity: 1;
  transition: 2s; }
body.bg_work .bg_photo .overlay__main {
  opacity: 0; }
body.bg_work .bg_photo .overlay__work {
  opacity: 0.6; }
body.bg_work .bg_photo .overlay__artwork {
  opacity: 0; }
body.bg_work.bg_artwork .bg_photo .bg_g.bg_g_main {
  opacity: 0; }
body.bg_work.bg_artwork .bg_photo .bg_g.bg_g_work {
  opacity: 0; }
body.bg_work.bg_artwork .bg_photo .bg_g.bg_g_artwork {
  opacity: 1; }
body.bg_work.bg_artwork .bg_photo:before {
  opacity: 1; }
body.bg_work.bg_artwork .bg_photo .overlay__main {
  opacity: 0; }
body.bg_work.bg_artwork .bg_photo .overlay__work {
  opacity: 0; }
body.bg_work.bg_artwork .bg_photo .overlay__artwork {
  opacity: 0.7; }

#container {
  width: 100%;
  overflow: hidden;
  position: relative; }
  #container .inner {
    width: 100%;
    max-width: 1000px;
    padding: 0 10px;
    margin: 0 auto; }
  #container .h_opa {
    transition: all .2s ease;
    display: block; }
    #container .h_opa:hover {
      opacity: 0.7; }
  #container .btn_more {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: solid 8px #fff;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 500;
    transition: 0.4s;
    transition-timing-function: cubic-bezier(0.18, 0.8, 0.63, 1.25);
    font-family: 'Roboto',YuGothic,sans-serif;
    letter-spacing: 0.35em;
    font-size: 18px;
    font-size: 1.8rem;
    text-indent: 0.4em; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      #container .btn_more {
        width: 110px;
        height: 110px;
        border-radius: 55px;
        font-size: 13px;
        font-size: 1.3rem;
        background-color: #fff;
        color: #000;
        border: none !important; } }
    @media only screen and (min-width: 769px), print and (min-width: 2cm) {
      #container .btn_more:hover {
        width: 240px;
        height: 240px;
        border-radius: 120px;
        background-color: #fff;
        color: #000; } }
  #container header {
    position: relative;
    width: 100%;
    z-index: 900; }
    #container header .logo_set .logo {
      position: fixed;
      left: 30px;
      top: 30px;
      width: 36px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #container header .logo_set .logo {
          left: 15px;
          top: 15px; } }
      #container header .logo_set .logo:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: transparent; }
      #container header .logo_set .logo .logo_o1, #container header .logo_set .logo .logo_o2 {
        background-image: url("../img/logo_o.svg");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        padding-top: 100%;
        display: block;
        position: relative;
        transition: 0.4s;
        border-top-left-radius: 18px;
        border-bottom-left-radius: 18px;
        overflow: hidden;
        pointer-events: none; }
        #container header .logo_set .logo .logo_o1 span, #container header .logo_set .logo .logo_o2 span {
          content: "";
          display: block;
          height: 36px;
          width: 0;
          background-color: #000;
          position: absolute;
          left: 0;
          top: 0;
          border-radius: 18px;
          color: transparent;
          text-align: right;
          transition: 0.4s;
          line-height: 36px;
          transition-timing-function: cubic-bezier(0.31, 0.05, 0.31, 1.04);
          letter-spacing: 0.4em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-family: 'Roboto',YuGothic,sans-serif; }
      #container header .logo_set .logo .logo_n {
        background-image: url("../img/logo_n.svg");
        background-position: left center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 100%;
        height: 36px;
        display: block;
        margin: 11px 0;
        position: relative;
        transition: 0.4s;
        border-top-left-radius: 18px;
        overflow: hidden;
        pointer-events: none; }
        #container header .logo_set .logo .logo_n span {
          content: "";
          display: block;
          height: 100%;
          width: 0;
          background-color: #000;
          position: absolute;
          left: 0;
          top: 0;
          border-top-left-radius: 18px;
          border-top-right-radius: 18px;
          color: transparent;
          text-align: right;
          transition: 0.4s;
          transition-delay: 0.1s;
          line-height: 36px;
          transition-timing-function: cubic-bezier(0.31, 0.05, 0.31, 1.04);
          letter-spacing: 0.4em;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-family: 'Roboto',YuGothic,sans-serif; }
      #container header .logo_set .logo .logo_o2 span {
        transition-delay: 0.2s; }
      @media only screen and (min-width: 769px), print and (min-width: 2cm) {
        #container header .logo_set .logo:hover .logo_o1 {
          width: 300px;
          margin-left: -50px; }
        #container header .logo_set .logo:hover .logo_o2 {
          width: 300px;
          margin-left: -50px; }
        #container header .logo_set .logo:hover .logo_n {
          width: 300px;
          margin-left: -50px; }
        #container header .logo_set .logo:hover a {
          pointer-events: all; }
          #container header .logo_set .logo:hover a span {
            width: 300px;
            color: #fff;
            padding-right: 20px; }
          #container header .logo_set .logo:hover a:hover {
            margin-left: -20px; }
        #container header .logo_set .logo:hover:before {
          width: 300px; } }
      #container header .logo_set .logo.open .logo_o1 {
        width: 300px;
        margin-left: -50px; }
      #container header .logo_set .logo.open .logo_o2 {
        width: 300px;
        margin-left: -50px; }
      #container header .logo_set .logo.open .logo_n {
        width: 300px;
        margin-left: -50px; }
      #container header .logo_set .logo.open a {
        pointer-events: all; }
        #container header .logo_set .logo.open a span {
          width: 300px;
          color: #fff;
          padding-right: 20px; }
      #container header .logo_set .logo.open:before {
        width: 100vw;
        height: 100vh;
        left: -15px;
        top: -15px; }
    #container header .logo_set p {
      position: fixed;
      left: -60px;
      top: 50%;
      font-size: 11px;
      font-size: 1.1rem;
      transform: rotate(90deg);
      letter-spacing: 1em;
      color: #ccc;
      font-family: 'Roboto',YuGothic,sans-serif;
      font-weight: 300;
      pointer-events: none; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #container header .logo_set p {
          left: -90px;
          font-size: 10px;
          font-size: 1rem; } }
  #container .pagetop {
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0;
    bottom: -60px;
    z-index: 1000;
    background-color: #000;
    cursor: pointer;
    color: #fff;
    transition: .6s; }
    #container .pagetop:after {
      display: block;
      content: "";
      width: 9px;
      height: 9px;
      border-bottom: solid 1px #fff;
      border-left: solid 1px #fff;
      transform: rotate(135deg) translate(-50%, -50%);
      position: absolute;
      left: 50%;
      top: 50%; }
    #container .pagetop.active {
      bottom: 0px; }
  #container footer {
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    background-color: #000;
    padding: 30px 0; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      #container footer {
        font-size: 12px;
        font-size: 1.2rem;
        padding-top: 24px; } }
    #container footer p {
      text-align: center; }
  #container #main_img {
    width: 100%;
    height: 120vh; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      #container #main_img {
        height: 100vh; } }
    #container #main_img .main_slide {
      width: 100%;
      height: 100vh;
      position: relative; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #container #main_img .main_slide {
          transform: scale(0.45);
          margin-top: -10px; } }
      #container #main_img .main_slide ul li {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        z-index: 10;
        transition: 0.8s; }
        #container #main_img .main_slide ul li:before {
          content: "";
          display: block;
          width: 620px;
          height: 620px;
          border-radius: 310px;
          background-color: #fff;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 20;
          opacity: 0;
          transition: 0.8s;
          transition-timing-function: cubic-bezier(0.32, 0.04, 0.29, 1.62); }
        #container #main_img .main_slide ul li figure {
          width: 620px;
          height: 620px;
          border-radius: 310px;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          transition: 1.2s;
          transform: scale(0) rotate(60deg);
          transition-timing-function: cubic-bezier(0.31, 0.05, 0.31, 1.04); }
        #container #main_img .main_slide ul li.main_p {
          opacity: 1;
          z-index: 100; }
          #container #main_img .main_slide ul li.main_p:before {
            z-index: 110;
            opacity: 0;
            transform: translate(-50%, -50%) scale(0.1); }
          #container #main_img .main_slide ul li.main_p figure {
            transform: scale(1) rotate(0deg); }
        #container #main_img .main_slide ul li.sub_p {
          opacity: 0.8;
          z-index: 50; }
          #container #main_img .main_slide ul li.sub_p:before {
            z-index: 60;
            opacity: 1;
            transform: translate(-50%, -50%) scale(1.05); }
          #container #main_img .main_slide ul li.sub_p figure {
            transform: scale(1.23) rotate(60deg);
            transition-timing-function: cubic-bezier(0.31, 0.05, 0.31, 1.04); }
  #container #sec_work, #container #sec_artwork {
    width: 100%;
    height: calc(100vh + 80px);
    padding: 80px 0 80px;
    position: relative; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      #container #sec_work, #container #sec_artwork {
        padding: 20px 0 300px; } }
    #container #sec_work h2, #container #sec_artwork h2 {
      width: 313px;
      z-index: 300; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #container #sec_work h2, #container #sec_artwork h2 {
          transform: scale(0.7) translateY(-60px); } }
    #container #sec_work .keyword, #container #sec_artwork .keyword {
      position: absolute;
      left: 89%;
      top: 50%;
      white-space: nowrap;
      transform: rotate(90deg) translate(0px, -50%);
      letter-spacing: 0.4em;
      text-align: left;
      font-family: 'Roboto',YuGothic,sans-serif;
      font-weight: 300;
      font-size: 12px;
      font-size: 1.2rem;
      color: #fff; }
  #container #sec_work h2 {
    width: 313px; }
  #container #sec_artwork h2 {
    width: 390px; }
  #container #sec_profile {
    padding: 200px 0;
    background-color: #fff; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      #container #sec_profile {
        padding: 100px 0 50px; } }
    #container #sec_profile .inner {
      position: relative; }
    #container #sec_profile h2 {
      width: 275px;
      position: absolute;
      right: 60px;
      top: 180px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #container #sec_profile h2 {
          transform: scale(0.7);
          position: static; } }
    #container #sec_profile p {
      line-height: 2.6;
      margin: 20px 0 40px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #container #sec_profile p {
          line-height: 2.2;
          padding: 0 30px 0 30px; } }
      #container #sec_profile p span {
        background: linear-gradient(#000, #000) 0 100%/100% 1em no-repeat;
        transition: background 1s .6s;
        background-position: 0 100%; }
      #container #sec_profile p.active span {
        background-size: 0 1em; }
  #container #sec_atlier {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    filter: grayscale(40%); }
    #container #sec_atlier:before {
      content: "";
      width: 100%;
      height: 100%;
      background-color: #e6e6e6;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0.35;
      z-index: 2; }
    #container #sec_atlier .inner {
      width: 660px;
      position: relative;
      height: 900px;
      z-index: 10; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #container #sec_atlier .inner {
          width: 100%;
          height: auto;
          padding-top: 600px; } }
      #container #sec_atlier .inner h2 {
        width: 240px;
        position: absolute;
        left: 0px;
        bottom: 100px; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          #container #sec_atlier .inner h2 {
            transform: scale(0.7);
            bottom: 70px;
            right: 0;
            left: auto; } }
      #container #sec_atlier .inner p {
        color: #fff;
        position: absolute;
        left: 0;
        bottom: 70px;
        width: 100%;
        padding-left: 140px; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          #container #sec_atlier .inner p {
            font-size: 12px;
            font-size: 1.2rem;
            bottom: 30px;
            padding: 0 30px; } }
        #container #sec_atlier .inner p span {
          background: linear-gradient(#fff, #fff) 0 100%/100% 1em no-repeat;
          transition: background 1s .8s;
          background-position: 0 100%; }
        #container #sec_atlier .inner p.active span {
          background-size: 0 1em; }
  #container #sec_map {
    padding: 210px 0 120px;
    background-color: #fff; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      #container #sec_map {
        padding: 150px 0 50px; } }
    #container #sec_map .inner {
      position: relative; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #container #sec_map .inner {
          padding: 0; }
          #container #sec_map .inner iframe {
            width: 100%; } }
    #container #sec_map h2 {
      width: 240px;
      position: absolute;
      right: -94px;
      top: -130px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #container #sec_map h2 {
          transform: scale(0.6);
          right: auto;
          left: -10px;
          top: -120px; } }
    #container #sec_map .gmap {
      margin-bottom: 40px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #container #sec_map .gmap {
          margin-bottom: 15px; } }
    #container #sec_map p {
      line-height: 2.6; }
      #container #sec_map p br {
        display: none; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #container #sec_map p {
          line-height: 1.8;
          padding: 0 15px;
          margin-bottom: 20px; }
          #container #sec_map p br {
            display: block; } }
      #container #sec_map p span {
        background: linear-gradient(#000, #000) 0 100%/100% 1em no-repeat;
        transition: background 1s .6s;
        background-position: 0 100%; }
    #container #sec_map .active span {
      background-size: 0 1em; }
  #container .circle_btn {
    opacity: 0;
    transition: 0.4s;
    transform: scale(0); }
    #container .circle_btn:before {
      content: "";
      width: 430px;
      height: 430px;
      border: solid 90px rgba(255, 255, 255, 0.15);
      border-radius: 215px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -215px;
      margin-top: -215px;
      opacity: 0; }
    #container .circle_btn:after {
      content: "";
      width: 1430px;
      height: 1430px;
      border: solid 300px rgba(255, 255, 255, 0.1);
      border-radius: 715px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -715px;
      margin-top: -715px;
      opacity: 0; }
    #container .circle_btn.active {
      opacity: 1;
      transform: scale(1); }
      #container .circle_btn.active:before {
        animation: ripplesAnime1 8s linear infinite; }
      #container .circle_btn.active:after {
        animation: ripplesAnime2 8s linear infinite; }
    #container .circle_btn.color_2:before {
      border: solid 90px rgba(255, 255, 255, 0.25); }
    #container .circle_btn.color_2:after {
      border: solid 300px rgba(255, 255, 255, 0.2); }
    #container .circle_btn.color_2 .btn_more {
      border: solid 8px #000; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #container .circle_btn.color_2 .btn_more {
          background-color: #000;
          color: #fff; } }
      @media only screen and (min-width: 769px), print and (min-width: 2cm) {
        #container .circle_btn.color_2 .btn_more:hover {
          background-color: #000;
          color: #fff; } }

.bg_photo {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 2s; }
  .bg_photo .bg_g {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-position: 0 0;
    background-size: 2100px auto;
    animation: scrollMain 200s linear infinite;
    transition: 2s;
    opacity: 0; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      .bg_photo .bg_g {
        background-size: 1050px auto;
        animation: scrollMainSp 160s linear infinite; } }
    .bg_photo .bg_g_main {
      background-image: url("../img/bg_main.png");
      background-color: #fff;
      opacity: 1; }
    .bg_photo .bg_g_work {
      background-image: url("../img/bg_work.png");
      background-color: #000; }
    .bg_photo .bg_g_artwork {
      background-image: url("../img/bg_artwork.png"); }
  .bg_photo:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #bbffef, #ecedcb 34%, #f8e3b7 72%, #ffb1d8 97%);
    transition: 2s;
    opacity: 0; }

.overlay {
  transition: 2s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .overlay > div {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 2s;
    left: 0;
    top: 0; }
  .overlay__main {
    background: #ddd;
    opacity: 0.8; }
  .overlay__work {
    background: #000;
    opacity: 0; }
  .overlay__artwork {
    background: linear-gradient(90deg, #bbffef, #ecedcb 34%, #f8e3b7 72%, #ffb1d8 97%);
    opacity: 0;
    mix-blend-mode: lighten; }

@keyframes scrollMain {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 4200px 4500px; } }
@keyframes scrollMainSp {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 2100px 2250px; } }
@keyframes ripplesAnime1 {
  20% {
    opacity: 0;
    transform: scale(0); }
  60% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(1); } }
@keyframes ripplesAnime2 {
  0% {
    opacity: 0;
    transform: scale(0); }
  40% {
    opacity: 1; }
  80% {
    opacity: 0;
    transform: scale(1); } }
/* ---------------------------------------------
  Artwork
--------------------------------------------- */
.mfp-container .box_modal {
  display: block; }

#container {
  padding-bottom: 60px; }
  #container .inner2 {
    width: 100%;
    max-width: 1400px;
    padding: 0 80px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      #container .inner2 {
        padding: 0 15px; } }
  #container .section:nth-child(even) {
    background-color: #f3f3f3; }
  #container .section h2 {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    font-family: 'Roboto',YuGothic,sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    transform: translateX(100%);
    transition: 0.6s;
    transition-delay: 0.4s;
    transition-timing-function: cubic-bezier(0.31, 0.05, 0.31, 1.04);
    z-index: 1100; }
  #container .section.active h2 {
    transform: translateX(0); }
  #container .box_modal {
    display: none; }
  #container .sec_nav {
    overflow: hidden; }
    #container .sec_nav h1 {
      width: 390px;
      position: relative;
      z-index: 300;
      pointer-events: none;
      margin: 50px auto 20px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #container .sec_nav h1 {
          transform: scale(0.7);
          margin: 0px auto; } }
    #container .sec_nav .top_nav {
      display: flex;
      flex-wrap: wrap; }
      #container .sec_nav .top_nav li {
        width: 20%;
        padding: 30px; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          #container .sec_nav .top_nav li {
            width: 33.33%;
            padding: 10px;
            margin-left: 0; } }
        #container .sec_nav .top_nav li:first-child {
          margin-left: 0; }
        #container .sec_nav .top_nav li img {
          transition: 0.5s; }
        #container .sec_nav .top_nav li span {
          font-family: 'Roboto',YuGothic,sans-serif;
          font-size: 13px;
          font-size: 1.3rem;
          display: block;
          margin-top: 15px;
          position: relative;
          float: left;
          line-height: 1.4;
          transition: 0.4s; }
          @media only screen and (max-width: 768px), print and (min-width: 2cm) {
            #container .sec_nav .top_nav li span {
              margin-top: 0;
              position: absolute;
              left: 0;
              bottom: 0;
              color: #fff;
              font-size: 12px;
              font-size: 1.2rem;
              padding-bottom: 10px;
              padding-left: 5px; } }
          #container .sec_nav .top_nav li span:before {
            content: "";
            display: block;
            width: 0;
            height: 100%;
            background-color: #000;
            position: absolute;
            left: 0;
            top: 0;
            transition: 0.4s;
            transition-timing-function: cubic-bezier(0.31, 0.05, 0.31, 1.04);
            z-index: -1; }
        #container .sec_nav .top_nav li a {
          display: block;
          overflow: hidden; }
          @media only screen and (max-width: 768px), print and (min-width: 2cm) {
            #container .sec_nav .top_nav li a {
              position: relative; } }
          #container .sec_nav .top_nav li a:hover img {
            filter: grayscale(100%);
            transform: scale(1.05); }
          #container .sec_nav .top_nav li a:hover span {
            color: #fff; }
            #container .sec_nav .top_nav li a:hover span:before {
              width: 100%; }
      #container .sec_nav .top_nav.set3 li {
        width: 33.3%; }
  #container .sec_1 h1 {
    width: 390px;
    position: relative;
    z-index: 300;
    pointer-events: none;
    margin-top: -90px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      #container .sec_1 h1 {
        transform: scale(0.7);
        margin-top: 0px; } }
  #container .sec_1 .top_nav {
    float: right;
    margin-top: -30px; }
    @media only screen and (max-width: 768px), print and (min-width: 2cm) {
      #container .sec_1 .top_nav {
        float: none;
        position: relative;
        margin: -20px -10px 0; } }
    #container .sec_1 .top_nav li {
      width: 125px;
      float: left;
      margin-left: 65px; }
      @media only screen and (max-width: 768px), print and (min-width: 2cm) {
        #container .sec_1 .top_nav li {
          width: 33.33%;
          margin-left: 0; } }
      #container .sec_1 .top_nav li:first-child {
        margin-left: 0; }
      #container .sec_1 .top_nav li img {
        transition: 0.2s; }
      #container .sec_1 .top_nav li span {
        font-family: 'Roboto',YuGothic,sans-serif;
        font-size: 13px;
        font-size: 1.3rem;
        display: block;
        margin-top: 15px;
        position: relative;
        float: left;
        line-height: 1;
        transition: 0.4s; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          #container .sec_1 .top_nav li span {
            margin-top: 0;
            position: absolute;
            left: 0;
            bottom: 0;
            color: #fff;
            font-size: 12px;
            font-size: 1.2rem;
            padding-bottom: 10px;
            padding-left: 5px; } }
        #container .sec_1 .top_nav li span:before {
          content: "";
          display: block;
          width: 0;
          height: 100%;
          background-color: #000;
          position: absolute;
          left: 0;
          top: 0;
          transition: 0.4s;
          transition-timing-function: cubic-bezier(0.31, 0.05, 0.31, 1.04);
          z-index: -1; }
      #container .sec_1 .top_nav li a {
        display: block;
        overflow: hidden; }
        @media only screen and (max-width: 768px), print and (min-width: 2cm) {
          #container .sec_1 .top_nav li a {
            position: relative; } }
        #container .sec_1 .top_nav li a:hover img {
          filter: grayscale(100%); }
        #container .sec_1 .top_nav li a:hover span {
          color: #fff; }
          #container .sec_1 .top_nav li a:hover span:before {
            width: 100%; }

.nav_anc {
  position: fixed;
  right: 40px;
  top: 40px;
  z-index: 1000;
  cursor: pointer;
  display: none; }
  .nav_anc_inner span {
    display: block;
    color: #ccc;
    font-family: 'Roboto',YuGothic,sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-48%, -53%);
    transition: 0.6s;
    transition-timing-function: cubic-bezier(0.31, 0.05, 0.31, 1.04);
    z-index: 9003; }
  .nav_anc_inner:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
    transform: scale(4);
    background-color: transparent;
    transition: 0.3s;
    transition-timing-function: cubic-bezier(0.31, 0.05, 0.31, 1.04);
    z-index: 9006; }
  .nav_anc_inner:after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    background-color: #000;
    transition: 0.8s;
    transition-timing-function: cubic-bezier(0.32, 0.04, 0.29, 1.62);
    z-index: 9001; }
  .nav_anc_inner ul {
    visibility: hidden;
    z-index: 9004;
    position: absolute; }
    .nav_anc_inner ul li {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) rotate(60deg);
      transition-timing-function: cubic-bezier(0.31, 0.05, 0.31, 1.04);
      transition: 0.6s;
      opacity: 0; }
      .nav_anc_inner ul li a {
        display: block;
        white-space: nowrap;
        width: 320px;
        color: #fff;
        font-family: 'Roboto',YuGothic,sans-serif;
        font-weight: 300;
        font-size: 13px;
        font-size: 1.3rem;
        transition: 0.4s;
        pointer-events: none;
        line-height: 1.2; }
      .nav_anc_inner ul li:nth-child(1) {
        z-index: 10; }
        .nav_anc_inner ul li:nth-child(1) a {
          transform: rotate(0deg); }
      .nav_anc_inner ul li:nth-child(2) a {
        transform: rotate(-21deg); }
      .nav_anc_inner ul li:nth-child(3) a {
        transform: rotate(-42deg); }
      .nav_anc_inner ul li:nth-child(4) a {
        transform: rotate(-64deg); }
      .nav_anc_inner ul li:nth-child(5) a {
        transform: rotate(-86deg); }
  .nav_anc_inner:hover span {
    opacity: 0;
    font-size: 11px;
    font-size: 1.1rem;
    color: #fff;
    transform: translate(-50%, -50%) rotate(-120deg); }
  .nav_anc_inner:hover:before {
    transform: scale(3);
    background-color: #eee; }
  .nav_anc_inner:hover:after {
    transform: scale(8);
    border: none;
    background-color: #000; }
  .nav_anc_inner:hover ul {
    visibility: visible; }
    .nav_anc_inner:hover ul li {
      transform: translate(-50%, -50%) rotate(0deg);
      opacity: 1; }
      .nav_anc_inner:hover ul li a {
        color: #fff;
        pointer-events: all;
        position: relative; }
        .nav_anc_inner:hover ul li a:before {
          display: block;
          content: "";
          width: 15px;
          height: 1px;
          background-color: #fff;
          position: absolute;
          left: -40px;
          top: 45%;
          transition-timing-function: cubic-bezier(0.31, 0.05, 0.31, 1.04);
          transition: 0.6s; }
        .nav_anc_inner:hover ul li a.active {
          opacity: 0.4;
          pointer-events: none;
          cursor: default; }
        .nav_anc_inner:hover ul li a:hover {
          opacity: 0.6; }
          .nav_anc_inner:hover ul li a:hover:before {
            left: -50px; }

.fp-controlArrow.fp-prev {
  width: 60px;
  height: 60px;
  border: none;
  z-index: 6000;
  left: 60px; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .fp-controlArrow.fp-prev {
      left: -10px; } }
  .fp-controlArrow.fp-prev:before {
    content: '';
    display: block;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    position: relative;
    top: 15px;
    left: 23px; }

.fp-controlArrow.fp-next {
  width: 60px;
  height: 60px;
  border: none;
  z-index: 1000;
  right: 60px; }
  @media only screen and (max-width: 768px), print and (min-width: 2cm) {
    .fp-controlArrow.fp-next {
      right: -10px; } }
  .fp-controlArrow.fp-next:before {
    content: '';
    display: block;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    width: 30px;
    height: 30px;
    transform: rotate(-45deg);
    position: relative;
    top: 15px;
    left: 9px; }

.fp-slide img {
  max-height: 100vh;
  margin: 0 auto; }

.s_slide .slick-slide {
  height: 100vh;
  display: flex !important;
  justify-content: center;
  align-items: center; }
  .s_slide .slick-slide figure {
    width: 80px;
    height: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(75%);
    transition: all 0.6s cubic-bezier(0, 0.48, 0.4, 1); }
  .s_slide .slick-slide.slick-current figure {
    width: 100%;
    height: 90vh;
    filter: grayscale(0%);
    background-size: contain; }

.s_slide_single li {
  height: 100vh;
  display: flex !important;
  justify-content: center;
  align-items: center; }
  .s_slide_single li figure {
    width: 100%;
    height: 90vh;
    filter: grayscale(0%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }

.box_modal h2 {
  display: inline-block;
  background-color: #fff;
  padding: 10px 20px 10px 80px;
  font-weight: bold;
  position: fixed;
  left: 0;
  top: 0; }
  .box_modal h2:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 43px;
    top: 0;
    background-color: #eee; }
.box_modal .mfp-close {
  right: auto;
  left: -5px;
  font-size: 30px;
  font-size: 3rem;
  width: 42px;
  height: 42px; }

.slick-dots {
  bottom: 50px; }

.slick-dots li {
  margin: 0 2px; }

.slick-dots li button:before {
  transform: scale(0.6);
  opacity: 0.1; }

.slick-dots li.slick-active button:before {
  transform: scale(0.8); }

.txt_slide {
  z-index: 1200;
  position: fixed;
  color: #fff;
  width: 200px;
  bottom: 30px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (min-width: 769px), print and (min-width: 2cm) {
    .txt_slide {
      display: none; } }
  .txt_slide span {
    display: inline-block;
    margin: 0 10px;
    letter-spacing: 0.2em;
    font-family: 'Roboto',YuGothic,sans-serif; }

/*# sourceMappingURL=style.css.map */
