@charset "UTF-8";
/* [ variable ]
-------------------------------------------------*/
/* element */
/* font */
/* [ font style ]
-------------------------------------------------*/
/* [ add element ]
-------------------------------------------------*/
/* [ position center ]
-------------------------------------------------*/
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ easing style ]
-------------------------------------------------*/
/* [ Hover Motion style ]
-------------------------------------------------*/
/* [ icon style ]
-------------------------------------------------*/
/* [ form parts ]
-------------------------------------------------*/
/* -----------------------------------------------
 [index]
-------------------------------------------------- */
.index_list {
  background-size: cover !important;
}

.index_list .element {
  padding-left: 50%;
}

.index_list .element .catch span {
  display: table;
  position: relative;
  margin-bottom: 15px;
}

.index_list .element .catch span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -10%;
  width: 98%;
  /* IE8以下とAndroid4.3以下用フォールバック */
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  height: 105%;
  _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6063156,endColorstr=#E6063156);
  _background: rgba(6, 49, 86, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6ffffff,endColorstr=#E6ffffff);
  background: rgba(255, 255, 255, 0.9);
}

.index_list .element .catch span i {
  font-family: YuMincho, '游明朝', serif;
  font-style: italic;
  _color: #fff;
  color: #063156;
  letter-spacing: 0.75em;
  line-height: 0;
  padding-left: 2px;
  position: relative;
  white-space: nowrap;
  vertical-align: baseline;
}

@media (max-width: 750px) {
  .index_list .element .catch span {
    margin-bottom: 5px;
  }
  .index_list .element .catch span:before {
    top: 6%;
    width: 98%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(100% - 5px);
    width: calc(100% - 5px);
    height: 80%;
  }
}

.index_list .element .jp,
.index_list .element .en {
  color: #063156;
}

.index_list .element .jp {
  font-weight: bold;
  letter-spacing: 0.1em;
}

.index_list .element .en {
  font-family: 'Avenir Bold';
  letter-spacing: 0.1em;
}

.index_list .element .hover_cover .btn.move_element {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
}

@media only screen and (min-width: 751px) {
  .index_list {
    width: 100%;
    height: 500px;
  }
  .index_list .element {
    height: 500px;
  }
  .index_list .element .catch {
    margin: 192px 0 45px;
  }
  .index_list .element .catch span {
    height: 20px;
  }
  .index_list .element .catch span i {
    font-size: 20px;
  }
  .index_list .element .catch span:before {
    top: -12%;
    width: 98%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(100% - 5px);
    width: calc(100% - 5px);
  }
  .index_list .element .catch span:nth-child(2):before {
    width: 98%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(100% - 18px);
    width: calc(100% - 18px);
  }
  .index_list .element .jp {
    margin-bottom: 15px;
    font-size: 23px;
  }
  .index_list .element .en {
    font-size: 10px;
    letter-spacing: 0.4em;
  }
  .index_list .element .hover_cover {
    height: 500px;
  }
  .index_list .element .hover_cover .btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .index_list:nth-of-type(1) {
    background: url("../img/team/bg01_pc.jpg") no-repeat center center;
  }
  .index_list:nth-of-type(2) {
    background: url("../img/team/bg02_pc.jpg") no-repeat center center;
  }
  .index_list:nth-of-type(3) {
    background: url("../img/team/bg03_pc.jpg") no-repeat center center;
  }
}

@media only screen and (max-width: 750px) {
  .index_list {
    width: 100%;
  }
  .index_list .element {
    padding-bottom: 38px;
  }
  .index_list .element .catch {
    margin: 45px 0 20px;
  }
  .index_list .element .catch span {
    height: 14px;
  }
  .index_list .element .catch span i {
    font-size: 14px;
    letter-spacing: 0.4em;
  }
  .index_list .element .catch span:before {
    top: 10%;
    width: 98%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(100% - 11px);
    width: calc(100% - 11px);
  }
  .index_list .element .catch span.min:before {
    width: 98%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
  }
  .index_list .element .jp {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .index_list .element .en {
    font-size: 8px;
    letter-spacing: 0.3em;
  }
  .index_list .element .hover_cover {
    height: 100%;
  }
  .index_list .element .hover_cover .btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .index_list:nth-of-type(1) {
    background: url("../img/team/bg01_smp.jpg") no-repeat center center;
  }
  .index_list:nth-of-type(2) {
    background: url("../img/team/bg02_smp.jpg") no-repeat center center;
  }
  .index_list:nth-of-type(3) {
    background: url("../img/team/bg03_smp.jpg") no-repeat center center;
  }
}

/* -----------------------------------------------
 [detail]
-------------------------------------------------- */
#kv_wrap {
  background-size: cover !important;
  position: relative;
  left: -50px;
  opacity: 0;
}

#kv_wrap .main_text {
  font-family: 'Avenir Bold';
  letter-spacing: 0.1em;
  color: #063156;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  opacity: 0;
}

#kv_wrap .main_text.show {
  opacity: 1;
}

#kv_wrap .fade_text span {
  display: table;
  position: relative;
  margin-bottom: 15px;
}

#kv_wrap .fade_text span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -10%;
  width: 98%;
  /* IE8以下とAndroid4.3以下用フォールバック */
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  height: 105%;
  _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6063156,endColorstr=#E6063156);
  _background: rgba(6, 49, 86, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6ffffff,endColorstr=#E6ffffff);
  background: rgba(255, 255, 255, 0.9);
}

#kv_wrap .fade_text span i {
  font-family: YuMincho, '游明朝', serif;
  font-style: italic;
  _color: #fff;
  color: #063156;
  letter-spacing: 0.75em;
  line-height: 0;
  padding-left: 2px;
  position: relative;
  white-space: nowrap;
  vertical-align: baseline;
}

@media (max-width: 750px) {
  #kv_wrap .fade_text span {
    margin-bottom: 5px;
  }
  #kv_wrap .fade_text span:before {
    top: 6%;
    width: 98%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(100% - 5px);
    width: calc(100% - 5px);
    height: 80%;
  }
}

#kv_wrap .fade_text span i {
  opacity: 0;
}

#kv_wrap .fade_text span:before {
  opacity: 0;
}

#kv_wrap .fade_text span:before {
  width: 0;
}

#kv_wrap .name_wrap {
  _background-color: #063156;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 2;
  opacity: 0;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition-delay: 1.8s;
  -moz-transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  -ms-transition-delay: 1.8s;
}

#kv_wrap .name_wrap h1,
#kv_wrap .name_wrap p {
  _color: #fff;
  color: #063156;
  text-align: center;
}

#kv_wrap .name_wrap h1 {
  font-weight: bold;
}

#kv_wrap .name_wrap.show {
  opacity: 1;
}

@media only screen and (min-width: 751px) {
  #kv_wrap {
    height: 600px;
  }
  #kv_wrap .main_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-top: 265px;
    display: table;
    width: 100%;
    text-align: center;
    letter-spacing: 0.9em;
    font-size: 33px;
    text-indent: 25px;
  }
  #kv_wrap .fade_text {
    position: absolute;
    left: 50%;
    top: 416px;
    margin-left: -480px;
  }
  #kv_wrap .fade_text span {
    height: 20px;
  }
  #kv_wrap .fade_text span i {
    font-size: 20px;
  }
  #kv_wrap .fade_text.show span:before {
    opacity: 1;
    top: -12%;
    width: 98%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(100% - 5px);
    width: calc(100% - 5px);
  }
  #kv_wrap .fade_text.show span:nth-child(2):before {
    width: 98%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
  }
  #kv_wrap .name_wrap {
    position: absolute;
    left: 50%;
    bottom: -170px;
    margin-left: 172px;
    width: 250px;
    height: 230px;
  }
  #kv_wrap .name_wrap h1 {
    font-size: 23px;
    margin: 78px 0 20px;
    letter-spacing: 0.2em;
  }
  #kv_wrap .name_wrap p {
    font-size: 13px;
    letter-spacing: 0.2em;
  }
  #sakurai #kv_wrap {
    background: url("../img/team/sakurai/bg_main_pc.jpg") no-repeat center center;
  }
  #sakurai #kv_wrap .fade_text span:before {
    -webkit-transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
  }
  #sakurai #kv_wrap .fade_text span:last-child:before {
    -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
  }
  #ohshima #kv_wrap {
    background: url("../img/team/ohshima/bg_main_pc.jpg") no-repeat center center;
  }
  #ohshima #kv_wrap .fade_text span:before {
    -webkit-transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
  }
  #ohshima #kv_wrap .fade_text span:last-child:before {
    -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
  }
  #hattori #kv_wrap {
    background: url("../img/team/hattori/bg_main_pc.jpg") no-repeat center center;
  }
  #hattori #kv_wrap .fade_text span:before {
    -webkit-transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
  }
  #hattori #kv_wrap .fade_text span:last-child:before {
    -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
  }
  #fujiwara #kv_wrap {
    background: url("../img/team/fujiwara/bg_main_pc.jpg") no-repeat center center;
  }
  #fujiwara #kv_wrap .fade_text span:before {
    -webkit-transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
  }
  #fujiwara #kv_wrap .fade_text span:last-child:before {
    -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
  }
  #miyamoto #kv_wrap {
    background: url("../img/team/miyamoto/bg_main_pc.jpg") no-repeat center center;
  }
  #miyamoto #kv_wrap .fade_text span:before {
    -webkit-transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
  }
  #miyamoto #kv_wrap .fade_text span:last-child:before {
    -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
  }
  #yamamoto #kv_wrap {
    background: url("../img/team/yamamoto/bg_main_pc.jpg") no-repeat center center;
  }
  #yamamoto #kv_wrap .fade_text span:before {
    -webkit-transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2.2s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
  }
  #yamamoto #kv_wrap .fade_text span:last-child:before {
    -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
  }
}

@media only screen and (max-width: 750px) {
  #kv_wrap .main_text {
    display: table;
    margin: 0 auto;
    padding: 125px 0 50px;
    font-size: 15px;
    letter-spacing: 0.6em;
    text-indent: 12px;
  }
  #kv_wrap .fade_text {
    padding: 0 0 75px 20px;
  }
  #kv_wrap .fade_text span {
    height: 14px;
  }
  #kv_wrap .fade_text span i {
    font-size: 14px;
    letter-spacing: 0.5em;
  }
  #kv_wrap .fade_text.show span:before {
    opacity: 1;
    top: 10%;
    width: 98%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
  }
  #kv_wrap .fade_text.show span:nth-child(2):before {
    width: 98%;
    /* IE8以下とAndroid4.3以下用フォールバック */
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
  }
  #kv_wrap .name_wrap {
    width: 0;
    padding: 13px 0;
    position: absolute;
  }
  #kv_wrap .name_wrap h1 {
    font-size: 16px;
    margin-bottom: 1px;
    letter-spacing: 0.2em;
  }
  #kv_wrap .name_wrap p {
    font-size: 13px;
  }
  #kv_wrap .name_wrap.show {
    width: 100%;
  }
  #sakurai #kv_wrap {
    background: url("../img/team/sakurai/bg_main_smp.jpg") no-repeat center center;
  }
  #sakurai #kv_wrap .fade_text span:before {
    -webkit-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
  }
  #sakurai #kv_wrap .fade_text span:last-child:before {
    -webkit-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
  }
  #ohshima #kv_wrap {
    background: url("../img/team/ohshima/bg_main_smp.jpg") no-repeat center center;
  }
  #ohshima #kv_wrap .fade_text span:before {
    -webkit-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
  }
  #ohshima #kv_wrap .fade_text span:last-child:before {
    -webkit-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
  }
  #hattori #kv_wrap {
    background: url("../img/team/hattori/bg_main_smp.jpg") no-repeat center center;
  }
  #hattori #kv_wrap .fade_text span:before {
    -webkit-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
  }
  #hattori #kv_wrap .fade_text span:last-child:before {
    -webkit-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
  }
  #fujiwara #kv_wrap {
    background: url("../img/team/fujiwara/bg_main_smp.jpg") no-repeat center center;
  }
  #fujiwara #kv_wrap .fade_text span:before {
    -webkit-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
  }
  #fujiwara #kv_wrap .fade_text span:last-child:before {
    -webkit-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
  }
  #miyamoto #kv_wrap {
    background: url("../img/team/miyamoto/bg_main_smp.jpg") no-repeat center center;
  }
  #miyamoto #kv_wrap .fade_text {
    padding: 0 0 60px 20px;
  }
  #miyamoto #kv_wrap .fade_text span:before {
    -webkit-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
  }
  #miyamoto #kv_wrap .fade_text span:last-child:before {
    -webkit-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
  }
  #yamamoto #kv_wrap {
    background: url("../img/team/yamamoto/bg_main_smp.jpg") no-repeat center center;
  }
  #yamamoto #kv_wrap .fade_text {
    padding: 0 0 60px 20px;
  }
  #yamamoto #kv_wrap .fade_text span:before {
    -webkit-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.8s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
  }
  #yamamoto #kv_wrap .fade_text span:last-child:before {
    -webkit-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.4s cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    /* easeOutExpo */
    transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
  }
}

/* -----------------------------------------------
 [section_wrap]
-------------------------------------------------- */
div.section_wrap img {
  position: relative;
  z-index: 1;
}

div.section_wrap .text_wrap h2 {
  color: #063156;
  font-weight: bold;
}

@media only screen and (min-width: 751px) {
  div.section_wrap {
    overflow: hidden;
    padding: 130px 0 115px;
  }
  div.section_wrap > section {
    box-sizing: border-box;
    position: relative;
    width: 960px;
    margin: 0 auto;
  }
  div.section_wrap > section img {
    width: 676px;
    margin-bottom: 70px;
  }
  div.section_wrap > section .text_wrap {
    width: 676px;
  }
  div.section_wrap > section .text_wrap h2 {
    font-size: 28px;
    margin-top: -5px;
    margin-bottom: 30px;
  }
  div.section_wrap > section .text_wrap p {
    font-size: 15px;
    line-height: 2.2;
  }
  div.section_wrap > section:before {
    content: "";
    display: block;
  }
  div.section_wrap > section:after {
    content: "";
    display: block;
  }
  div.section_wrap > section:before {
    width: 55px;
    height: 70px;
    position: absolute;
    background-size: contain !important;
  }
  div.section_wrap > section:after {
    position: absolute;
  }
  div.section_wrap > section.first {
    padding-bottom: 60px;
  }
  div.section_wrap > section.first:before {
    left: 835px;
    top: 385px;
    background: url("../img/team/num01.svg") no-repeat center center;
  }
  div.section_wrap > section.first:after {
    border-right: 1px solid #eff1f1;
    border-bottom: 1px solid #eff1f1;
    width: 4500px;
    height: 100%;
    left: -3725px;
    top: 0;
  }
  div.section_wrap > section.second {
    padding-top: 75px;
    padding-bottom: 165px;
  }
  div.section_wrap > section.second .text_wrap {
    padding-left: 285px;
  }
  div.section_wrap > section.second:before {
    left: 57px;
    top: 226px;
    background: url("../img/team/num02.svg") no-repeat center center;
  }
  div.section_wrap > section.second:after {
    border-left: 1px solid #eff1f1;
    border-bottom: 1px solid #eff1f1;
    width: 4500px;
    height: 100%;
    left: 182px;
    top: 0;
  }
  div.section_wrap > section.last {
    margin-top: -100px;
    padding-bottom: 60px;
  }
  div.section_wrap > section.last img {
    padding-left: 284px;
  }
  div.section_wrap > section.last:before {
    left: 835px;
    top: 570px;
    background: url("../img/team/num03.svg") no-repeat center center;
  }
  div.section_wrap > section.last:after {
    border-right: 1px solid #eff1f1;
    border-bottom: 1px solid #eff1f1;
    width: 4500px;
    height: 100%;
    left: -3722px;
    top: 0;
  }
}

@media only screen and (max-width: 750px) {
  div.section_wrap {
    overflow: hidden;
    margin: 100px 20px 0;
  }
  div.section_wrap > section {
    margin-bottom: 45px;
  }
  div.section_wrap > section img {
    margin-bottom: 22px;
  }
  div.section_wrap > section h2 {
    font-size: 19px;
    margin-bottom: 15px;
  }
  div.section_wrap > section.second {
    margin-bottom: 22px;
  }
  div.section_wrap > section.last img {
    margin-bottom: 45px;
  }
}

/* -----------------------------------------------
 [section_wrap]
-------------------------------------------------- */
.section_wrap .section_title {
  border-top: 1px solid #eff1f1;
}


#shops .section_contents .element {
    background-size: cover;
}
#shops .section_contents .element .hover_cover .jp {
    font-weight: bold;
}
@media only screen and (min-width: 751px) {
#shops .section_contents {
    display: table;
    width: 100%;
}
#shops .section_contents .element {
    _display: table-cell;
	width: 33.333%;
    height: 300px;
	float: left;
}
#shops .section_contents .element .hover_cover {
    height: 300px;
	color : #eee;
	background: rgba(0, 0, 0, 0.6) none no-repeat scroll 0 0;
}
#shops .section_contents .element .hover_cover .en {
    font-size: 10px;
    margin-bottom: 10px;
    margin-top: 110px;
}
#shops .section_contents .element .hover_cover .jp {
    font-size: 18px;
    margin-bottom: 25px;
    font-family: 'DINProCondensedRegular';
	font-weight: 700;
	letter-spacing: 0.05em;
}
#shops .section_contents .element:nth-of-type(1) {
    background: rgba(0, 0, 0, 0) url("../../common/images/shop_saros_pc.jpg") no-repeat scroll center center;
	background-size: cover;
}
#shops .section_contents .element:nth-of-type(2) {
    background: rgba(0, 0, 0, 0) url("../../common/images/shop_sarosnightmarche_pc.jpg") no-repeat scroll center center;
	background-size: cover;
}
#shops .section_contents .element:nth-of-type(3) {
    background: rgba(0, 0, 0, 0) url("../../common/images/shop_ohmyfish_pc.png") no-repeat scroll center center;
	background-size: cover;
}
#shops .section_contents .element:nth-of-type(4) {
    background: rgba(0, 0, 0, 0) url("../../common/images/shop_yuno_pc.png") no-repeat scroll center center;
	background-size: cover;
}
#shops .section_contents .element:nth-of-type(5) {
    background: rgba(0, 0, 0, 0) url("../../common/images/shop_xato_pc.jpg") no-repeat scroll center center;
	background-size: cover;
}
}
@media only screen and (max-width: 750px) {
#shops .section_contents .element .hover_cover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    opacity: 1;
    position: relative;
    transform: translateX(0px);
	height: 300px;
}
#shops .section_contents .element .hover_cover > p {
    padding-left: calc(15px);
    padding-top: calc(230px);
}
#shops .section_contents .element .hover_cover .jp, #shops .section_contents .element .hover_cover .en {
    _color: #063156;
	color: #fff;
    opacity: 1;
    text-align: left;
    transform: translateX(0px);
}
#shops .section_contents .element .hover_cover .jp {
    font-size: 16px;
    margin-bottom: 5px;
    padding-top: 0.5em;
	letter-spacing: 1px;
}
#shops .section_contents .element .hover_cover .en {
    font-size: 10px;
	padding-bottom: 0;
    margin-bottom: 0;
}
#shops .section_contents .element .hover_cover .hover_cover_inner {
    _background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	background: rgba(0, 0, 0, 0.6) none no-repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateX(-60px);
    transition: all 0.1s ease 0s;
    width: 100%;
}
#shops .section_contents .element .hover_cover .hover_cover_inner .btn {
    bottom: 0;
    height: 40px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-60px);
    transition: all 0.1s ease 0.1s;
}
#shops .section_contents .element .hover_cover:hover .hover_cover_inner {
    opacity: 1;
    transform: translateX(0px);
}
#shops .section_contents .element .hover_cover:hover .hover_cover_inner .btn {
    opacity: 1;
    transform: translateX(0px);
}
#shops .section_contents .element {
	margin-bottom: 1px;
}
#shops .section_contents .element:nth-of-type(1) {
    background: rgba(0, 0, 0, 0) url("../../common/images/shop_saros_smp.jpg") no-repeat scroll center center;
	background-size: cover;
}
#shops .section_contents .element:nth-of-type(2) {
    background: rgba(0, 0, 0, 0) url("../../common/images/shop_sarosnightmarche_smp.jpg") no-repeat scroll center center;
	background-size: cover;
}
#shops .section_contents .element:nth-of-type(3) {
    background: rgba(0, 0, 0, 0) url("../../common/images/shop_ohmyfish_smp.png") no-repeat scroll center center;
	background-size: cover;
}
#shops .section_contents .element:nth-of-type(4) {
    background: rgba(0, 0, 0, 0) url("../../common/images/shop_yuno_smp.png") no-repeat scroll center center;
	background-size: cover;
}
#shops .section_contents .element:nth-of-type(5) {
    background: rgba(0, 0, 0, 0) url("../../common/images/shop_xato_smp.jpg") no-repeat scroll center center;
	background-size: cover;
}
}

#shops .btn a {
color: #eee;
}
#shops .btn a:hover {
color: #ccc;
}