@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

html {
  min-height: 700px;
}

body {
  color: #fff;
  background-color: #000;
  font-size: 12px;
  line-height: 1.6;
  font-family: Helvetica,Arial,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}
a.hov {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
a.hov:hover {
  opacity: .7;
}

img {
  vertical-align: top;
}

sup {
  font-size: 0.85em;
  vertical-align: top;
}

.sub {
  margin: 0 0 10px 0;
}

.alp {
  font-family: Arial, Helvetica, sans-serif;
}

.ta_L {
  text-align: left;
}

.ta_R {
  text-align: right;
}

.boxLeft {
  float: left;
}

.boxRight {
  float: right;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

header {
  height: 35px;
  position: relative;
  overflow: visible;
  background-color: #000;
}
header h1 {
  padding-left: 123px;
  padding-top: 10px;
  font-size: 1.58333em;
  font-weight: bold;
  line-height: 1;
}
header nav {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 65px;
  z-index: 9999;
}
header nav .logo {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}
header nav .logo a {
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
  background-color: #000;
  border-right: #444 1px solid;
  z-index: 100;
}
header nav .logo a:hover img {
  opacity: .7;
}
header nav .logo a img {
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  display: block;
  width: 80px;
  height: 35px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -17.5px;
}
header nav #menu {
  padding-left: 100px;
}
header nav #menu .inner {
  display: table;
  width: 100%;
  height: 65px;
}
header nav #menu .inner li {
  width: 12.5%;
  display: table-cell;
  vertical-align: top;
  position: relative;
}
header nav #menu .inner li:last-child .inner a span {
  border-right: none;
}
header nav #menu .inner li:hover .inner a {
  background-color: rgba(65, 65, 65, 0.5);
}
header nav #menu .inner li .inner {
  display: table;
  width: 100%;
}
header nav #menu .inner li .inner a {
  display: table-row;
  background-color: black;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header nav #menu .inner li .inner a.current {
  background-color: rgba(65, 65, 65, 0.5);
}
header nav #menu .inner li .inner a span {
  border-right: #444 1px solid;
  display: table-cell;
  height: 65px;
  vertical-align: middle;
  text-align: center;
  font-size: 0.83333em;
  line-height: 1.4;
  font-weight: bold;
  padding: 0 0.5em;
  margin: 0 auto;
}
header nav #menu .inner li .submenu {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  width: 100%;
  top: 65px;
  left: 0;
}
header nav #menu .inner li .submenu a {
  display: table-row;
  background-color: rgba(65, 65, 65, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header nav #menu .inner li .submenu a:hover {
  background-color: black;
}
header nav #menu .inner li .submenu a span {
  display: table-cell;
  height: 55px;
  vertical-align: middle;
  text-align: center;
  font-size: 0.83333em;
  line-height: 1.4;
  font-weight: bold;
  padding: 0 0.5em;
  margin: 0 auto;
}
header nav #menu .inner li.steep .submenu {
  width: 10em;
  left: 50%;
  margin-left: -5em;
}

article {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  -moz-transition: opacity 1.5s ease-in-out;
  -o-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}
article.move {
  opacity: 1;
}

.top.sp article section.top {
  background-image: url("../images/top/sp_top_keyv.jpg");
  background-position: right top;
}
.top article {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 700px;
  display: table;
  top: 0;
  left: 0;
}
.top article:before {
  display: table-row;
  height: 35px;
  content: "";
}
.top article.move {
  opacity: 1;
}
.top article.move section.top .lead_ja {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.top article.move section.top .lead_en {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.top article.move section.top .theme {
  opacity: 1;
}
.top article section {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-size: cover;
  background-position: 50% top;
  background-repeat: no-repeat;
  position: relative;
}
.top article section a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  text-indent: -9999px;
  opacity: 0;
}
.top article section.top {
  background-image: url("../images/top/top_keyv.jpg");
}
.top article section.top .lead_ja {
  -webkit-transition: all 1.5s ease-in-out;
  -webkit-transition-delay: 2.5s;
  -moz-transition: all 1.5s ease-in-out 2.5s;
  -o-transition: all 1.5s ease-in-out 2.5s;
  transition: all 1.5s ease-in-out 2.5s;
  -webkit-transform: translate(-20px, 0);
  -moz-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  opacity: 0;
}
.top article section.top .lead_en {
  -webkit-transition: all 1.5s ease-in-out;
  -webkit-transition-delay: 2.5s;
  -moz-transition: all 1.5s ease-in-out 2.5s;
  -o-transition: all 1.5s ease-in-out 2.5s;
  transition: all 1.5s ease-in-out 2.5s;
  -webkit-transform: translate(20px, 0);
  -moz-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 0);
  opacity: 0;
}
.top article section.top .theme {
  -webkit-transition: all 2s ease-in-out;
  -webkit-transition-delay: 3.5s;
  -moz-transition: all 2s ease-in-out 3.5s;
  -o-transition: all 2s ease-in-out 3.5s;
  transition: all 2s ease-in-out 3.5s;
  opacity: 0;
}
.top article section.sasaki {
  background-image: url("../images/top/top_sasaki_keyv.jpg");
  vertical-align: middle !important;
  padding-bottom: 75px;
  background-position: 50% 40%;
}
.top article section.tmss {
  background-image: url("../images/top/top_tmss_keyv.jpg");
  background-position: 50% bottom;
  vertical-align: middle !important;
  padding-bottom: 75px;
}
.top article section.steep {
  background-image: url("../images/top/top_steep_keyv.jpg");
  padding-top: 270px;
}
.top article section.wallisch {
  background-image: url("../images/top/top_wallisch_keyv.jpg");
  padding-top: 220px;
}
.top article section.climbing {
  background-image: url("../images/top/top_climbing_keyv.jpg");
  background-position: 50% 50%;
  padding-top: 220px;
}
.top article section.noguchi {
  background-image: url("../images/top/top_noguchi_keyv.jpg");
  padding-top: 180px;
  background-position: 50% 50%;
}
.top article section.performance {
  background-image: url("../images/top/top_performance_keyv.jpg");
  padding-top: 120px;
  background-position: 50% 15%;
  background-color: #e3e7e8;
}
.top article section.performance h2.title {
  font-size: 3.33333em;
  line-height: 1.05;
}
.top article section.kaburaki {
  background-image: url("../images/top/top_kaburaki_keyv.jpg");
  padding-top: 150px;
}
.top article section.harf {
  vertical-align: top;
  width: 50%;
  height: 100%;
  position: relative;
}
.top article section.harf:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.top article section.harf:hover:before {
  opacity: 1;
}
.top article section h2 {
  font-size: 2.5em;
  line-height: 1.06667;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 0.03em;
  position: relative;
  z-index: 50;
  display: none;
}
.top article section h2.name {
  display: block;
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.top article section h2.title {
  display: block;
  font-size: 4em;
  line-height: 1.04167;
  margin-bottom: 0;
  letter-spacing: 0;
}
.top article section h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}
.top article section p {
  letter-spacing: 0.1em;
  line-height: 1.91667;
  position: relative;
  z-index: 50;
  font-size: 105%;
}
.top article section p.theme {
  margin-top: 20px;
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.top article section p.interview {
  font-size: 1em;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.00em;
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #fff;
  color: #000;
}
.top article section p.job {
  margin-top: 12px;
  font-size: 1.5em;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.top article section p.ja {
  font-size: 1.16667em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.top article section.bk {
  color: #000;
}
.top article section.bk:before {
  background-color: rgba(255, 255, 255, 0.5);
}
.top article section.bk p.interview {
  color: #fff;
  background-color: #000;
}
.top footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}

.catalog[data-category="tmss"] {
  background-color: #0e1b28;
}
.catalog[data-category="outdoor"] {
  background-color: #fff;
}
.catalog[data-category="outdoor"] article {
  color: #000;
}
.catalog[data-category="outdoor"] footer {
  color: #000;
}
.catalog[data-category="steep"] {
  background-color: #7989a3;
}
.catalog[data-category="steep"] article {
  color: #000;
}
.catalog[data-category="climbing"] {
  background-color: #e1e4ea;
}
.catalog[data-category="climbing"] article {
  color: #000;
}
.catalog[data-category="climbing"] footer {
  color: #000;
}
.catalog[data-category="performance"] {
  background-color: #e4e7e7;
}
.catalog[data-category="performance"] article {
  color: #000;
}
.catalog[data-category="performance"] footer {
  color: #000;
}
.catalog[data-category="unlimited"] {
  background-color: #000;
}
.catalog[data-category="kids"] {
  background-color: #fff;
}
.catalog[data-category="kids"] article {
  color: #000;
}
.catalog[data-category="kids"] footer {
  color: #000;
}
.catalog[data-category="ourteam"] {
  background-color: #fff;
}
.catalog[data-category="ourteam"] article {
  color: #000;
}
.catalog[data-category="ourteam"] footer {
  color: #000;
}
.catalog[data-category="material"] {
  background-color: #fff;
}
.catalog[data-category="material"] article {
  color: #000;
}
.catalog[data-category="material"] footer {
  color: #000;
}
.catalog article.steep {
  background-image: url("../images/catalog/steep_keyv.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% top;
}
.catalog article.unlimited {
  background-image: url("../images/catalog/unlimited_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% top;
}
.catalog article section.intro {
  padding-top: 65px;
  position: relative;
}
.catalog article section.intro.tmss {
  background-image: url("../images/catalog/tmss_keyv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% bottom;
}
.catalog article section.intro.tmss .inner {
  height: 685px;
}
.catalog article section.intro.outdoor {
  background-image: url("../images/catalog/outdoor_keyv.jpg");
  background-repeat: no-repeat;
  background-size: 718px 589px;
  background-position: right bottom;
}
.catalog article section.intro.outdoor .inner {
  min-height: 570px;
  padding-bottom: 20px;
}
.catalog article section.intro.outdoor .inner .lead {
  width: 270px;
}
.catalog article section.intro.steep .inner {
  min-height: 400px;
  padding-bottom: 60px;
}
.catalog article section.intro.steep .logo {
  bottom: 10px;
  right: auto;
  left: 35px;
}
.catalog article section.intro.climbing {
  background-image: url("../images/catalog/climbing_keyv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% bottom;
}
.catalog article section.intro.climbing .inner {
  min-height: 660px;
  padding-bottom: 30px;
}
.catalog article section.intro.climbing .inner .logo {
  bottom: 10px;
  right: auto;
  left: 0;
}
.catalog article section.intro.performance .inner {
  width: 1020px;
  padding-bottom: 30px;
}
.catalog article section.intro.performance .inner .title {
  width: 890px;
  margin: 0 auto 10px;
  padding-top: 20px;
  font-size: 5em;
  line-height: 1.1;
}
.catalog article section.intro.performance .inner .goods {
  width: 967px;
  padding-top: 395px;
  height: 240px;
  margin: 0 auto;
  position: relative;
}
.catalog article section.intro.performance .inner .goods img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0 auto;
}
.catalog article section.intro.performance .inner .goods .lead {
  position: relative;
  z-index: 100;
  width: 890px;
  margin: 0 auto;
}
.catalog article section.intro.performance .inner .logo {
  bottom: 10px;
  right: auto;
  left: 0;
}
.catalog article section.intro.unlimited .inner {
  min-height: 585px;
}
.catalog article section.intro.unlimited .inner .lead {
  width: 500px;
}
.catalog article section.intro.kids {
  width: 1020px;
  margin: 0 auto;
  background-image: url("../images/catalog/kids_bg-01.jpg");
  background-repeat: no-repeat;
  background-position: 50% 85px;
}
.catalog article section.intro.kids .inner {
  width: 1020px;
  background-image: url("../images/catalog/kids_bg-02.png");
  background-repeat: no-repeat;
  background-position: 50% bottom;
  min-height: 315px;
  padding: 140px 0 365px;
}
.catalog article section.intro.kids .inner .title {
  line-height: 1;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 30px;
}
.catalog article section.intro.kids .inner .lead {
  padding-left: 30px;
}
.catalog article section.intro.kids .inner .lead p {
  font-size: 1.08333em;
}
.catalog article section.intro.kids .inner .lead p:first-child {
  margin-bottom: 10px;
}
.catalog article section.intro.ourteam .inner .title {
  margin-bottom: 0;
  line-height: 1.1;
}
.catalog article section.intro.material .inner .title {
  margin-bottom: 0;
  line-height: 1.1;
}
.catalog article section.intro .inner {
  width: 890px;
  margin: 0 auto;
  position: relative;
}
.catalog article section.intro .inner .title {
  padding-top: 40px;
  font-size: 5em;
  line-height: 1.26667;
  margin-bottom: 30px;
  font-weight: bold;
}
.catalog article section.intro .inner .lead p {
  font-size: 1.16667em;
  line-height: 1.71429;
}
.catalog article section.intro .inner .lead p:first-child {
  margin-bottom: 20px;
}
.catalog article section.intro .logo {
  position: absolute;
  bottom: 35px;
  right: 35px;
}
.catalog article section.intro .photo {
  position: absolute;
  bottom: 10px;
  right: 35px;
  font-size: 1em;
  line-height: 1;
}
.catalog article section.intro .photo:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 11px;
  margin-right: 0.5em;
  background-image: url("../images/ico_photo_w.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.catalog article section.intro .photo.bk:before {
  background-image: url("../images/ico_photo.png");
}
.catalog article section.catalog {
  padding: 50px 0 0;
}
.catalog article section.catalog .slide {
  margin: 0 auto;
  overflow: hidden;
}
.catalog article section.catalog .slide .item {
  width: 835px;
  height: 561px;
  padding: 0 20px 10px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.catalog article section.catalog .slide .item.move {
  opacity: 1;
}
.catalog article section.catalog .slide .item a {
  display: block;
  height: 561px;
  background-color: #ccc;
  position: relative;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.catalog article section.catalog .slide .item a img {
  margin: 0 auto;
  height: 100%;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.catalog article section.catalog .slide .item a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -39px;
  margin-left: -39px;
  width: 78px;
  height: 78px;
  background-image: url("../images/ico_zoom.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
}
.catalog article section.catalog .slide .item a:hover {
  background-color: #444;
}
.catalog article section.catalog .slide .item a:hover img {
  opacity: .5;
}
.catalog article section.catalog .slide .item a:hover:after {
  opacity: 1;
}
.catalog article section.team {
  padding-top: 50px;
}
.catalog article section.team ul {
  width: 945px;
  margin: 0 auto;
}
.catalog article section.team ul:after {
  display: block;
  content: "";
  clear: both;
}
.catalog article section.team ul li {
  width: 33.33333%;
  float: left;
  margin-bottom: 20px;
}
.catalog article section.team ul li:after {
  display: block;
  content: "";
  clear: both;
}
.catalog article section.team ul li img {
  display: block;
  float: left;
  margin-right: 10px;
}
.catalog article section.team ul li .right {
  width: 220px;
  float: left;
}
.catalog article section.team ul li .right .job {
  font-size: 1em;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: bold;
}
.catalog article section.team ul li .right .name {
  font-size: 1.16667em;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: bold;
}
.catalog article section.team ul li .right .data {
  font-size: 1em;
  line-height: 1.16667;
}
.catalog article .modal {
  display: none;
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.catalog article .modal .close {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.catalog article .modal .close.btn {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 30px;
  right: 30px;
  left: auto;
  display: inline-block;
  background-image: url("../images/ico_close.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.catalog article .modal .item {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin-top: -25%;
  margin-left: -25%;
}
.catalog article .modal .item.draggable {
  cursor: move;
}
.catalog article .modal .item img {
  cursor: move;
}
.catalog article .modal .item area {
  cursor: pointer;
}
.catalog .pop {
  display: inline-block;
  position: fixed;
  background-color: #e04431;
  padding: 0.4em 1em;
  color: #fff;
  z-index: 999999;
}

.interview[data-category="tmss"] {
  background-color: #e6eef1;
}
.interview[data-category="tmss"] article {
  color: #000;
}
.interview[data-category="tmss"] footer {
  color: #000;
}
.interview[data-category="steep"] {
  background-color: #07162f;
}
.interview[data-category="climbing"] {
  background-color: #ffe5cb;
}
.interview[data-category="climbing"] article {
  color: #000;
}
.interview[data-category="climbing"] footer {
  color: #000;
}
.interview[data-category="performance"] {
  background-color: #c7c3c0;
}
.interview[data-category="performance"] article {
  color: #000;
}
.interview[data-category="performance"] footer {
  color: #000;
  background-color: #f0f0f1;
}
.interview .photo {
  position: absolute;
  bottom: 10px;
  right: 35px;
  font-size: 1em;
  line-height: 1;
}
.interview .photo:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 11px;
  margin-right: 0.5em;
  background-image: url("../images/ico_photo_w.png");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.interview .photo.bk:before {
  background-image: url("../images/ico_photo.png");
}
.interview article.tmss {
  background-image: url("../images/interview/sasaki_keyv.jpg");
  background-size: 100% auto;
  background-position: 50% top;
  background-repeat: no-repeat;
}
.interview article.tmss .intro .inner {
  height: 480px;
}
.interview article.tmss .intro .inner .lead {
  padding-top: 165px;
  text-align: right;
  font-size: 2.16667em;
  margin-bottom: 10px;
}
.interview article.tmss .intro .inner .copy {
  text-align: right;
  font-size: 1.16667em;
  font-weight: bold;
}
.interview article.steep {
  background-image: url("../images/interview/wallisch_keyv.jpg");
  background-size: 100% auto;
  background-position: 50% top;
  background-repeat: no-repeat;
}
.interview article.steep .intro .inner {
  height: 485px;
}
.interview article.steep .intro .inner .title {
  padding-top: 310px;
  padding-bottom: 10px;
  border-bottom: #5c718a 1px solid;
}
.interview article.steep .intro .inner .title .interview {
  border-bottom: #5c718a 1px solid;
}
.interview article.steep .intro .inner .title .job {
  padding-top: 15px;
}
.interview article.steep .intro .inner .title .name .en {
  font-size: 5em;
}
.interview article.steep .intro .inner .title .name .ja {
  padding-bottom: 10px;
}
.interview article.steep .intro .inner .lead {
  padding-top: 165px;
  text-align: right;
  font-size: 2.16667em;
  margin-bottom: 10px;
}
.interview article.steep .intro .inner .copy {
  text-align: right;
  font-size: 1.16667em;
  font-weight: bold;
}
.interview article.steep .interview .QA {
  margin-bottom: 15px;
}
.interview article.steep .interview .QA:after {
  content: "";
  display: block;
  clear: both;
}
.interview article.steep .interview .QA h3 {
  font-size: 1.16667em;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.75;
}
.interview article.steep .interview .QA .txt {
  font-size: 1.16667em;
  line-height: 1.75;
}
.interview article.steep .interview .QA .ja {
  float: left;
  width: 390px;
}
.interview article.steep .interview .QA .en {
  float: right;
  width: 430px;
}
.interview article.steep .interview .QA ul li {
  margin-bottom: 35px;
}
.interview article.steep .interview .goodCompany {
  background-color: #1e2d47;
  padding: 20px;
}
.interview article.steep .interview .goodCompany:after {
  content: "";
  display: block;
  clear: both;
}
.interview article.steep .interview .goodCompany img {
  float: left;
}
.interview article.steep .interview .goodCompany .boxRight {
  width: 685px;
}
.interview article.steep .interview .goodCompany .boxRight h4 {
  font-size: 1.5em;
  line-height: 1;
}
.interview article.steep .interview .goodCompany .boxRight p {
  margin-bottom: 0;
}
.interview article.steep .interview .goodCompany .boxRight .txt {
  font-size: 1.08333em;
  line-height: 1.69231;
  margin-top: 10px;
}
.interview article.climbing .intro {
  background-image: url("../images/interview/noguchi_keyv.jpg");
  background-size: cover;
  background-position: 50% bottom;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.interview article.climbing .intro .inner {
  height: 580px;
}
.interview article.climbing .photo {
  bottom: -22px;
}
.interview article.climbing .interview .title {
  padding-bottom: 15px;
  border-bottom: #5c718a 1px solid;
  margin-bottom: 20px;
}
.interview article.climbing .interview .title:after {
  content: "";
  display: block;
  clear: both;
}
.interview article.climbing .interview .title .interview {
  border-bottom: #5c718a 1px solid;
}
.interview article.climbing .interview .title .boxLeft {
  padding-top: 13px;
  width: 150px;
}
.interview article.climbing .interview .title .boxLeft img {
  display: block;
}
.interview article.climbing .interview .title .boxRight {
  float: left;
  padding-left: 20px;
}
.interview article.climbing .interview .title .job {
  padding-top: 15px;
  letter-spacing: 0.02em;
}
.interview article.climbing .interview .title .name {
  display: block;
}
.interview article.climbing .interview .title .name .en {
  display: block;
  font-size: 5em;
}
.interview article.climbing .interview .title .name .ja {
  display: block;
  padding-bottom: 10px;
  padding-left: 0;
}
.interview article.climbing .interview .lead {
  text-align: left;
  font-size: 2em;
  line-height: 1.41667;
  margin-bottom: 5px;
}
.interview article.climbing .interview .copy {
  text-align: left;
  font-weight: normal;
  margin-bottom: 25px;
}
.interview article.climbing .interview img.boxRight {
  margin-left: 20px;
}
.interview article.climbing .interview .twoColumn img.boxRight {
  margin-left: 10px;
  margin-bottom: 20px;
}
.interview article.performance .intro .inner {
  width: 870px;
  padding: 30px 0 25px;
}
.interview article.performance .intro .inner img {
  width: 100%;
}
.interview article.performance section.interview {
  padding-top: 0;
  margin-bottom: 30px;
}
.interview article.performance section.interview .main .title {
  padding-bottom: 10px;
  border-bottom: #5c718a 1px solid;
  margin-bottom: 20px;
}
.interview article.performance section.interview .main .title:after {
  content: "";
  display: block;
  clear: both;
}
.interview article.performance section.interview .main .title .interview {
  border-bottom: #5c718a 1px solid;
}
.interview article.performance section.interview .main .title .boxLeft {
  padding-top: 13px;
  width: 150px;
}
.interview article.performance section.interview .main .title .boxLeft img {
  display: block;
}
.interview article.performance section.interview .main .title .boxRight {
  float: left;
  padding-left: 20px;
}
.interview article.performance section.interview .main .title .job {
  padding-top: 15px;
  letter-spacing: 0.02em;
  padding-bottom: 2px;
}
.interview article.performance section.interview .main .title .name {
  display: block;
}
.interview article.performance section.interview .main .title .name .en {
  display: block;
  font-size: 4.83333em;
  margin-bottom: 5px;
}
.interview article.performance section.interview .main .title .name .ja {
  display: block;
  padding-bottom: 5px;
  padding-left: 0;
}
.interview article.performance section.interview .photo {
  right: 0;
}
.interview article.performance .ultraTrail {
  padding-top: 45px;
  background-color: #f0f0f1;
}
.interview article.performance .ultraTrail .inner {
  width: 870px;
  margin: 0 auto 25px;
}
.interview article.performance .ultraTrail .inner h4 {
  margin-bottom: 25px;
}
.interview article.performance .ultraTrail .inner h4:after {
  content: "";
  display: block;
  clear: both;
}
.interview article.performance .ultraTrail .inner h4 img {
  display: block;
  float: left;
  margin-right: 25px;
}
.interview article.performance .ultraTrail .inner h4 em {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: bold;
}
.interview article.performance .ultraTrail .inner h4 p {
  font-size: 1.16667em;
  line-height: 1.75;
}
.interview article.performance .ultraTrail .inner .map {
  margin-bottom: 25px;
}
.interview article.performance .ultraTrail .inner .map img {
  width: 100%;
}
.interview article.performance .ultraTrail .inner h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: bold;
}
.interview article.performance .ultraTrail .inner .txt {
  font-size: 1.16667em;
  line-height: 1.75;
}
.interview article.performance .ultraTrail .img img {
  width: 100%;
}
.interview article section.intro {
  padding-top: 65px;
  position: relative;
}
.interview article section.intro .inner {
  width: 890px;
  margin: 0 auto;
  position: relative;
}
.interview article section.interview {
  width: 870px;
  padding-top: 20px;
  margin: 0 auto 20px;
}
.interview article section.interview .mt30 {
  margin-top: 30px;
}
.interview article section.interview .mb0 {
  margin-bottom: 0 !important;
}
.interview article section.interview .lead {
  text-align: right;
  font-size: 2.16667em;
  margin-bottom: 10px;
}
.interview article section.interview .copy {
  text-align: right;
  font-size: 1.16667em;
  font-weight: bold;
}
.interview article section.interview .twoColumn {
  position: relative;
}
.interview article section.interview .twoColumn:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: 210px;
  background-color: #000;
}
.interview article section.interview .twoColumn:after {
  content: "";
  display: block;
  clear: both;
}
.interview article section.interview .twoColumn .main {
  float: left;
  width: 630px;
}
.interview article section.interview .twoColumn .side {
  float: right;
  width: 190px;
}
.interview article section.interview .twoColumn .side.bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.interview article section.interview .twoColumn .side img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.interview article section.interview .twoColumn .side .img {
  margin-bottom: 15px;
}
.interview article section.interview .twoColumn .side .img img {
  margin-bottom: 0;
}
.interview article section.interview .twoColumn .side .txt {
  font-size: 1em;
  line-height: 1.75;
}
.interview article section.interview h3 {
  font-size: 1.33333em;
  line-height: 1.3125;
  margin-bottom: 25px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.interview article section.interview .txt {
  font-size: 1.16667em;
  line-height: 1.75;
  margin-bottom: 30px;
}
.interview article section.interview .txt:last-child {
  margin-bottom: 0;
}
.interview article section.interview .img {
  margin-bottom: 30px;
}
.interview article section.interview .img.boxRight {
  margin-left: 10px;
}
.interview article section.interview .img:after {
  content: "";
  display: block;
  clear: both;
}
.interview article section.interview .img img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.interview article section.interview .img .photo {
  position: static;
  margin-top: 10px;
  display: block;
  font-size: 0.83333em;
}
.interview article section.interview .img .photo:before {
  vertical-align: middle;
}
.interview article section.interview .img .left {
  width: 50%;
  float: left;
}
.interview article section.interview .img .left .photo {
  text-align: left;
}
.interview article section.interview .img .right {
  width: 50%;
  float: right;
}
.interview article section.interview .img .right .photo {
  text-align: right;
}
.interview article .title {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: #fff 1px solid;
  padding-bottom: 0.6em;
  margin-bottom: 10px;
  position: relative;
}
.interview article .title.bk {
  border-bottom: #000 1px solid;
}
.interview article .title.bk .interview {
  border-bottom: #000 1px solid;
}
.interview article .title.bk .interview span {
  color: #fff;
  background-color: #000;
}
.interview article .title .interview {
  border-bottom: #fff 1px solid;
  line-height: 1;
}
.interview article .title .interview span {
  display: inline-block;
  padding: 0.4em 1.3em;
  color: #000;
  background-color: #fff;
  line-height: 1;
}
.interview article .title .job {
  line-height: 1;
  font-size: 1.33333em;
  padding: 0.6em 0 0.3em;
  letter-spacing: 0.05em;
}
.interview article .title .name {
  display: table;
}
.interview article .title .name .en {
  font-size: 3.5em;
  line-height: 1;
  font-weight: bold;
  display: table-cell;
  vertical-align: bottom;
}
.interview article .title .name .ja {
  font-size: 1.16667em;
  line-height: 1;
  letter-spacing: 0.05em;
  vertical-align: bottom;
  display: table-cell;
  padding-bottom: 7px;
  padding-left: 1em;
}

footer {
  padding: 20px 0;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
}

#pagetop {
  position: fixed;
  bottom: 30px;
  right: -30px;
  width: 50px;
  height: 30px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#pagetop.active {
  right: 30px;
  opacity: 1;
}
#pagetop a {
  position: absolute;
  opacity: .7;
  background: #333;
  padding: 5px 9px;
  padding-bottom: 5px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#pagetop a i {
  width: 32px;
  height: 12px;
  display: inline-block;
  background: url("../images/common/arrow_pagetop.png") no-repeat;
  margin-right: 0;
}
#pagetop a:hover {
  opacity: 1;
}
