@charset "UTF-8";
/*reset*/
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, main, menu, nav, section, summary {
  display: block; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

html {
  font-size: 16px;
  line-height: 1.875;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt'; }

body {
  font-family: Helvetica,Arial, '游ゴシック', 'Yu Gothic',YuGothic, 'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro', 'メイリオ','Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
  background-color: #000;
  color: #fff;
  font-weight: bold; }
  body > .ruler {
    display: block;
    position: fixed;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1; }

a {
  color: inherit;
  text-decoration: none;
  -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; }
  a:hover {
    opacity: .7; }
  a.cs, a[href="#"] {
    opacity: 1;
    cursor: default; }

img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a.btn {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  padding: 0 0.5em;
  margin-top: 15px;
  background: white;
  color: black;
  letter-spacing: 0.05em; }
  a.btn[href="#"] {
    display: none; }

article section {
  position: relative; }
  article section .secInner {
    max-width: 800px;
    width: 89.33333%;
    margin: 0 auto; }
    article section .secInner > .label img {
      height: 84px;
      width: auto; }
    article section .secInner > .label + h2.title {
      margin-top: 100px; }
    article section .secInner > h2.title img {
      height: 85.84px;
      width: auto; }
    article section .secInner .pre {
      white-space: pre-line; }

article #TOP {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100vh;
  padding: 40px 0; }
  article #TOP:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    -webkit-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    opacity: 0;
    background: url(../images/bg_TOP.jpg) no-repeat center;
    background-size: cover;
    z-index: -1; }
  article #TOP .logo {
    display: block; }
    article #TOP .logo img {
      width: 77px;
      height: 35.3px; }
  article #TOP .titWrap {
    width: 430px; }
    article #TOP .titWrap .title img {
      height: 360px;
      width: auto; }
    article #TOP .titWrap #nav {
      height: 50px;
      margin-top: 10px;
      position: relative; }
      article #TOP .titWrap #nav.fixed .navInner {
        position: fixed; }
      article #TOP .titWrap #nav .navInner {
        height: 30px;
        width: 100%;
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        z-index: 10; }
        article #TOP .titWrap #nav .navInner ul {
          width: 430px;
          max-width: 100%;
          margin: 0 auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
        article #TOP .titWrap #nav .navInner li {
          width: 47.90698%; }
          article #TOP .titWrap #nav .navInner li a {
            display: block;
            position: relative;
            height: 6.93333vw;
            overflow: hidden; }
            article #TOP .titWrap #nav .navInner li a:hover {
              opacity: 1; }
              article #TOP .titWrap #nav .navInner li a:hover img {
                opacity: 1;
                pointer-events: none; }
                article #TOP .titWrap #nav .navInner li a:hover img:first-child {
                  opacity: 0; }
            article #TOP .titWrap #nav .navInner li a img {
              width: 100%;
              position: absolute;
              top: 0;
              left: 0;
              opacity: 0;
              -webkit-transition: opacity 0.2s;
              -o-transition: opacity 0.2s;
              transition: opacity 0.2s; }
              article #TOP .titWrap #nav .navInner li a img:first-child {
                position: relative;
                opacity: 1; }
  article #TOP .scroll {
    display: block; }
    article #TOP .scroll img {
      width: 82px;
      height: 44.2px; }
  article #TOP.move:before {
    opacity: 1; }

article #OVERVIEW {
  padding: 100px 0; }
  article #OVERVIEW .secInner .lead {
    margin-top: 80px;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.05em; }
  article #OVERVIEW .secInner #MOVIE {
    margin-top: 100px; }
    article #OVERVIEW .secInner #MOVIE .movieBox {
      width: 800px; }
      article #OVERVIEW .secInner #MOVIE .movieBox iframe {
        display: block;
        width: 800px;
        height: 450px; }
    article #OVERVIEW .secInner #MOVIE .howto {
      margin-top: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      article #OVERVIEW .secInner #MOVIE .howto .img {
        width: 390px; }
      article #OVERVIEW .secInner #MOVIE .howto .stock {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-left: 30px; }
        article #OVERVIEW .secInner #MOVIE .howto .stock .title {
          width: 270px; }
        article #OVERVIEW .secInner #MOVIE .howto .stock .ex {
          margin-top: 30px; }
        article #OVERVIEW .secInner #MOVIE .howto .stock ul.note {
          margin-top: 30px;
          font-size: 14px;
          line-height: 1.8; }
          article #OVERVIEW .secInner #MOVIE .howto .stock ul.note li {
            padding-left: 1em;
            text-indent: -1em;
            -webkit-font-feature-settings: initial;
            font-feature-settings: initial; }
            article #OVERVIEW .secInner #MOVIE .howto .stock ul.note li:before {
              content: "・";
              display: inline-block;
              width: 1em;
              height: 1em;
              text-align: center;
              line-height: 1;
              text-indent: 0; }
            article #OVERVIEW .secInner #MOVIE .howto .stock ul.note li.ast:before {
              content: '※'; }

article #CLIMBING {
  background: url(../images/bg_CLIMBING.jpg) no-repeat center;
  background-size: cover;
  padding: 200px 0 100px;
  z-index: 2; }
  article #CLIMBING .secInner .lead {
    margin-top: 60px; }
    article #CLIMBING .secInner .lead .tit {
      font-size: 18px;
      text-align: center;
      margin-bottom: 40px; }
    article #CLIMBING .secInner .lead .txt {
      font-size: 14px;
      line-height: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      article #CLIMBING .secInner .lead .txt .column {
        width: 385px;
        height: 26em;
        overflow: hidden;
        text-align: justify;
        -webkit-font-feature-settings: initial;
        font-feature-settings: initial;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        article #CLIMBING .secInner .lead .txt .column:nth-child(2) {
          -webkit-box-align: end;
          -ms-flex-align: end;
          align-items: flex-end; }

article #CLIMBING_LOOK:before {
  background-image: url(../images/bg_CLIBIMG_LOOK.jpg); }

article #CAMP {
  background: url(../images/bg_CAMP.jpg) no-repeat center;
  background-size: cover;
  padding: 200px 0 200px;
  z-index: 2; }
  article #CAMP .secInner .lead {
    margin-top: 60px;
    text-align: center;
    line-height: 2;
    letter-spacing: 0.05em; }

article #CAMP_LOOK:before {
  background-image: url(../images/bg_CAMP_LOOK.jpg); }

article section.look {
  padding: 100px 0; }
  article section.look:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    -webkit-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    z-index: 0; }
  article section.look.fixed:before {
    position: fixed; }
  article section.look .secInner {
    position: relative;
    z-index: 2; }
    article section.look .secInner .look {
      margin-top: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      article section.look .secInner .look:first-child {
        margin-top: 0; }
      article section.look .secInner .look .img {
        margin-top: 40px;
        opacity: 0;
        -webkit-transform: translateY(2rem);
        -ms-transform: translateY(2rem);
        transform: translateY(2rem);
        -webkit-transition: all .8s ease-in-out;
        -o-transition: all .8s ease-in-out;
        transition: all .8s ease-in-out; }
        article section.look .secInner .look .img.move {
          opacity: 1;
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          transform: translateY(0); }
        article section.look .secInner .look .img:first-child {
          margin-top: 0; }
      article section.look .secInner .look .data {
        margin-top: 35px;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        article section.look .secInner .look .data .name {
          font-size: 20px;
          line-height: 1.25; }
        article section.look .secInner .look .data .spec {
          font-weight: normal;
          font-size: 14px;
          line-height: 1.78571; }
      article section.look .secInner .look .txt {
        margin-top: 30px;
        width: 400px;
        font-size: 13px;
        line-height: 1.6;
        -webkit-font-feature-settings: initial;
        font-feature-settings: initial; }

.copyright {
  border-top: #fff solid 1px;
  font-size: 14px;
  text-align: center;
  width: 740px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  font-weight: normal;
  position: relative;
  z-index: 1; }

.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10; }
  .pagetop a {
    display: block;
    width: 30px;
    opacity: 0;
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .pagetop a.active {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .pagetop a:hover {
      opacity: 1; }
      .pagetop a:hover img {
        opacity: 1; }
        .pagetop a:hover img:first-child {
          opacity: 0; }
    .pagetop a img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      transition: opacity 0.2s; }
      .pagetop a img:first-child {
        position: relative;
        opacity: 1; }

@media screen and (min-width: 769px) {
  .forSP {
    display: none; }
  img[src*="_sp"] {
    display: none; }
  a.btn:hover {
    background: black;
    color: white; } }

@media screen and (max-width: 1100px) {
  html {
    font-size: 2vw; } }

@media screen and (max-width: 768px) {
  html {
    font-size: 3.73333vw; }
  body {
    min-width: 0; }
  a {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out; }
    a:hover {
      opacity: 1; }
  .forPC {
    display: none; }
  img[src*="_pc"] {
    display: none; }
  a.btn {
    font-size: 2.66667vw;
    margin-top: 3.33333vw; }
  article section {
    position: relative; }
  article #TOP {
    padding: 8vw 0; }
    article #TOP .logo {
      display: block; }
      article #TOP .logo img {
        width: 15.06667vw;
        height: 6.93333vw; }
    article #TOP .titWrap {
      width: 84vw; }
      article #TOP .titWrap .title img {
        height: auto;
        width: 68vw; }
      article #TOP .titWrap #nav {
        height: 6.93333vw;
        margin-top: 4vw;
        position: relative; }
        article #TOP .titWrap #nav.fixed .navInner {
          position: fixed; }
        article #TOP .titWrap #nav .navInner {
          height: 6.93333vw;
          top: 8vw; }
          article #TOP .titWrap #nav .navInner ul {
            width: 84vw; }
          article #TOP .titWrap #nav .navInner li {
            width: 46.8254%; }
            article #TOP .titWrap #nav .navInner li a img {
              display: none; }
              article #TOP .titWrap #nav .navInner li a img:first-child {
                display: block; }
            article #TOP .titWrap #nav .navInner li a:hover {
              opacity: 1; }
              article #TOP .titWrap #nav .navInner li a:hover img:first-child {
                opacity: 1; }
    article #TOP .scroll img {
      width: 16.4vw;
      height: 8.84667vw; }
  article #OVERVIEW {
    padding: 13.33333vw 0; }
    article #OVERVIEW .secInner > h2.title img {
      height: auto;
      width: 73.33333vw; }
    article #OVERVIEW .secInner .lead {
      margin-top: 13.33333vw;
      line-height: 1.9; }
    article #OVERVIEW .secInner #MOVIE {
      margin-top: 13.33333vw; }
      article #OVERVIEW .secInner #MOVIE .movieBox {
        width: 100%;
        height: 50.26667vw; }
        article #OVERVIEW .secInner #MOVIE .movieBox iframe {
          display: none; }
        article #OVERVIEW .secInner #MOVIE .movieBox a.forSP {
          display: block;
          width: 100%; }
          article #OVERVIEW .secInner #MOVIE .movieBox a.forSP img {
            width: 100%; }
      article #OVERVIEW .secInner #MOVIE .howto {
        margin-top: 8vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        article #OVERVIEW .secInner #MOVIE .howto > .title {
          width: 50.93333vw; }
        article #OVERVIEW .secInner #MOVIE .howto .img {
          margin-top: 8vw;
          width: 70.66667vw; }
        article #OVERVIEW .secInner #MOVIE .howto .stock {
          padding-left: 0;
          text-align: center; }
          article #OVERVIEW .secInner #MOVIE .howto .stock .ex {
            margin-top: 8vw;
            font-size: 3.46667vw; }
          article #OVERVIEW .secInner #MOVIE .howto .stock ul.note {
            margin-top: 8vw;
            font-size: 3.46667vw;
            font-weight: normal;
            line-height: 1.6; }
  article #CLIMBING {
    background-image: url(../images/bg_CLIMBING_SP.jpg);
    padding: 29.33333vw 0 13.33333vw; }
    article #CLIMBING .secInner > .label img {
      width: 48.53333vw;
      height: auto; }
    article #CLIMBING .secInner > h2.title {
      margin-top: 13.33333vw; }
      article #CLIMBING .secInner > h2.title img {
        width: 79.2vw;
        height: auto; }
    article #CLIMBING .secInner .lead {
      margin-top: 10.66667vw; }
      article #CLIMBING .secInner .lead .tit {
        font-size: 4vw;
        margin-bottom: 8vw; }
      article #CLIMBING .secInner .lead .txt {
        font-size: 3.46667vw;
        line-height: 1.9;
        display: block;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        article #CLIMBING .secInner .lead .txt .column {
          width: auto;
          height: auto;
          overflow: hidden;
          text-align: left;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          article #CLIMBING .secInner .lead .txt .column:nth-child(2) {
            display: none; }
  article #CLIMBING_LOOK:before {
    background-image: url(../images/bg_CLIBIMG_LOOK_SP.jpg); }
  article #CAMP {
    background-image: url(../images/bg_CAMP_SP.jpg);
    padding: 29.33333vw 0 13.33333vw; }
    article #CAMP .secInner > .label img {
      width: 33.06667vw;
      height: auto; }
    article #CAMP .secInner > h2.title {
      margin-top: 13.33333vw; }
      article #CAMP .secInner > h2.title img {
        width: 28.4vw;
        height: auto; }
    article #CAMP .secInner .lead {
      margin-top: 10.66667vw;
      font-size: 3.46667vw;
      line-height: 1.9; }
  article #CAMP_LOOK:before {
    background-image: url(../images/bg_CAMP_LOOK_SP.jpg); }
  article section.look {
    padding: 13.33333vw 0; }
    article section.look.fixed:before {
      position: fixed; }
    article section.look .secInner .look {
      margin-top: 10.66667vw; }
      article section.look .secInner .look:first-child {
        margin-top: 0; }
      article section.look .secInner .look .img {
        margin-top: 6.66667vw;
        width: 70.66667vw; }
        article section.look .secInner .look .img.full {
          width: 100%; }
        article section.look .secInner .look .img:first-child {
          margin-top: 0; }
      article section.look .secInner .look .data {
        margin-top: 6.66667vw; }
        article section.look .secInner .look .data .name {
          font-size: 4.53333vw;
          line-height: 1.05882; }
        article section.look .secInner .look .data .spec {
          font-weight: normal;
          font-size: 2.4vw;
          line-height: 2; }
      article section.look .secInner .look .txt {
        margin-top: 6.66667vw;
        width: 70.66667vw;
        font-size: 3.46667vw;
        line-height: 1.6; }
  .copyright {
    font-size: 2.13333vw;
    line-height: 1.625;
    width: 89.33333vw;
    height: auto;
    display: block;
    padding: 0.5em 0; }
  .pagetop {
    bottom: 4vw;
    right: 4vw; }
    .pagetop a {
      width: 8vw;
      -webkit-transform: translateX(12vw);
      -ms-transform: translateX(12vw);
      transform: translateX(12vw); }
      .pagetop a.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
      .pagetop a:hover {
        opacity: 1; }
        .pagetop a:hover img {
          opacity: 0; }
          .pagetop a:hover img:first-child {
            opacity: 1; } }
