@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;
}

/* animation */
a:link, a:visited {
  color: white;
  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 {
  color: white;
}
a:hover img {
  text-decoration: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
}

strong {
  font-weight: bold;
}

.mini {
  font-size: 10px;
}

/****************************************
          utility
*****************************************/
.ta_C {
  text-align: center;
}

.ta_L {
  text-align: left;
}

.ta_R {
  text-align: right;
}

strong {
  font-weight: bold;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

/****************************************
          Layout
*****************************************/
body {
  color: white;
  background: #000;
  font-size: 14px;
  line-height: 1.8;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', Meiryo, "メイリオ", 'ＭＳ Ｐゴシック',sans-serif;
  z-index: -1;
}

#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  background-image: url("../images/bg_01.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#bg.move {
  opacity: 1;
}

#bgscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -50;
  background-color: #000;
  opacity: 0;
}

#wrapper {
  width: 976px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
}

header {
  width: 976px;
  margin: 0 auto;
  text-align: center;
  background-color: #3e3a39;
  padding: 1.5em 0;
}
header h1 img {
  margin: 0 10px;
  height: 80px;
}
header h1 a {
  display: inline-block;
  margin: 0 10px;
}
header h1 a img {
  height: 80px;
  -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;
  margin: 0;
}
header h1 a:hover img {
  opacity: .75;
}

nav#navi {
  background-color: #000;
  height: 45px;
  width: 976px;
  margin: 0 auto;
}
nav#navi #menu {
  height: 44px;
}
nav#navi #menu.fixed {
  position: fixed;
  width: 976px;
  top: 0;
  background: #000;
  z-index: 200;
}
nav#navi #menu:after {
  content: "";
  display: block;
  clear: both;
}
nav#navi #menu li {
  width: 25%;
  float: left;
  text-align: center;
}
nav#navi #menu li:first-child a {
  border-left: none;
}
nav#navi #menu li a {
  border-left: #fff solid 1px;
  display: block;
  height: 14px;
  padding: 15px 0;
}
nav#navi #menu li a img {
  height: 14px;
  display: block;
  margin: 0 auto;
}
nav#navi #menu li a img.on {
  display: none;
}
nav#navi #menu li a.active img, nav#navi #menu li a:hover img {
  display: none;
}
nav#navi #menu li a.active img.on, nav#navi #menu li a:hover img.on {
  display: block;
}

article#container {
  margin: 0 auto;
  width: 976px;
  background-color: #3e3a39;
}
article#container section h2 {
  background-color: #eae9e9;
  padding: 35px 30px 25px;
  position: relative;
}
article#container section h2 img {
  height: 30px;
}
article#container section h2 .logo {
  position: absolute;
  height: 65%;
  text-align: right;
  right: 16px;
  top: 16px;
}
article#container section h2 .logo img {
  height: 100%;
  margin-left: 16px;
}
article#container #intro .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
article#container #intro .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
article#container #concept .lead {
  background-image: url("../images/concept_bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 87%;
  padding: 50px 30px;
}
article#container #concept .lead .tit {
  margin-bottom: 20px;
}
article#container #concept .lead .txt_en {
  margin-bottom: 17px;
}
article#container #movie .lead {
  padding: 20px 25px 15px;
}
article#container #movie ul.list li {
  width: 33.333%;
  height: 200px;
  float: left;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
article#container #movie ul.list li a {
  position: absolute;
  width: 100%;
  border-top: transparent solid 4px;
  padding: 85px 0 89px;
  text-align: center;
}
article#container #movie ul.list li a img {
  height: 22px;
  margin: 0 auto 0;
}
article#container #movie ul.list li a img.on {
  display: none;
}
article#container #movie ul.list li a.active, article#container #movie ul.list li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  border-top: #e62c17 solid 4px;
  padding-top: 85px;
}
article#container #movie ul.list li a.active img, article#container #movie ul.list li a:hover img {
  display: none;
}
article#container #movie ul.list li a.active img.on, article#container #movie ul.list li a:hover img.on {
  display: block;
}
article#container #movie ul.list li.running {
  background-image: url("../images/movie_running_bg.jpg");
}
article#container #movie ul.list li.ski {
  width: 33.334%;
  background-image: url("../images/movie_ski_bg.jpg");
}
article#container #movie ul.list li.climbing {
  float: right;
  background-image: url("../images/movie_climbing_bg.jpg");
}
article#container #movie ul.list:after {
  content: "";
  display: block;
  clear: both;
}
article#container #movie .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
article#container #movie .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
article#container #pickup_item ul.itembox {
  margin-top: 15px;
  margin-bottom: 20px;
}
article#container #pickup_item ul.itembox:after {
  content: "";
  display: block;
  clear: both;
}
article#container #pickup_item ul.itembox li.item {
  width: 315px;
  height: 445px;
  position: relative;
  border: #3e3a39 solid 5px;
  background-color: #c0c0c0;
  float: left;
}
article#container #pickup_item ul.itembox li.item a {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -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;
}
article#container #pickup_item ul.itembox li.item a.move {
  opacity: 1;
}
article#container #pickup_item ul.itembox li.item a .frame {
  position: absolute;
  display: block;
  width: 315px;
  height: 445px;
  background-color: #ebebeb;
  -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;
}
article#container #pickup_item ul.itembox li.item a .tit {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  height: 19px;
}
article#container #pickup_item ul.itembox li.item a .tit.notail {
  height: 16px;
}
article#container #pickup_item ul.itembox li.item a .img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0.85);
}
article#container #pickup_item ul.itembox li.item a .img.scl_100 {
  transform: scale(1);
}
article#container #pickup_item ul.itembox li.item a .btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -76px;
  display: inline-block;
  height: 14px;
  background-color: #000;
  padding: 9px 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -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;
}
article#container #pickup_item ul.itembox li.item a .btn img {
  width: 92px;
  height: 13px;
}
article#container #pickup_item ul.itembox li.item a:hover .frame {
  width: 299px;
  height: 429px;
  margin: 8px;
}
article#container #pickup_item ul.itembox li.item a:hover .btn {
  background-color: #e62c17;
}
article#container #shop_list {
  padding-bottom: 40px;
}
article#container #shop_list h2 {
  margin-bottom: 40px;
}
article#container #shop_list table {
  width: 90%;
  margin: 20px auto 0;
}
article#container #shop_list table tr th {
  font-size: 12px;
  padding-bottom: 5px;
}
article#container #shop_list table tr th span {
  display: inline-block;
  border-bottom: #fff solid 1px;
  line-height: 1.3;
}
article#container #shop_list table tr td {
  font-size: 12px;
}
article#container #shop_list table tr .zip {
  padding: 0 1em;
}

footer {
  background-color: #3e3a39;
}
footer #copyright {
  padding: 15px 0 30px;
  text-align: center;
  font-size: 0.75em;
}
footer #copyright a {
	color: #ff;
}
footer #copyright a:link {
	text-decoration: none;
	color:#fff;
}
footer #copyright a:visited {
	text-decoration: none;
	color: #fff;
}
footer #copyright a:hover {
	text-decoration: underline;
	color:#fff;
}
footer #copyright a:active {
	text-decoration: underline;
	color:#fff;
}

#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: #000;
  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/arrow_pagetop.png") no-repeat;
  margin-right: 0;
}
#pagetop a:hover {
  opacity: 1;
}

/****************************************
          Clearfix
*****************************************/
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}

/* clearfix for ie7 */
.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
}
