@charset "utf-8";
/* _vers SCSS */
/* layout SCSS */
/*

		1. reset
		2. font
		3. bar
		4. container
		5. main-contents
		6. side-pane
		7. main-pane
		8. go-top
		9. footer

*/
/* -------------------------------------------
		1. reset
	------------------------------------------- */
html, body {
  width: 100%;
  min-width: 1024px;
  height: 100%;
  line-height: 26px;
  font-size: 15px;
  color: #222222;
  text-align: left;
  background-color: #FFF;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  display: block;
  position: relative;
  height: auto !important;
  min-height: 100%;
  height: 100%;
}

img {
  vertical-align: baseline;
  -ms-interpolation-mode: bicubic;
}

a img {
  border: 0;
}

/* -------------------------------------------
		2. font
	------------------------------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: #222222;
  overflow: hidden;
  outline: none;
  text-decoration: underline;
}
a:hover {
  color: #888888;
}

/* -------------------------------------------
		3. bar
	------------------------------------------- */
.bar {
  margin: 0 auto;
  padding: 8px 0;
  width: 1024px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bar-search {
  float: right;
  width: 260px;
}
.bar-search .bar-search-ttl {
  float: left;
  font-style: italic;
  font-weight: lighter;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Alegreya Sans SC';
  color: #a6a6a6;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.bar-search .bar-search-form {
  float: right;
  position: relative;
  z-index: 0;
}
.bar-search .bar-search-form input {
  border: none;
  outline: none;
}
.bar-search .bar-search-form .bar-search-txt {
  float: left;
  display: block;
  padding: 1px 26px 1px 5px;
  width: 178px;
  height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  background-color: #e5e5e5;
}
.bar-search .bar-search-form .bar-search-btn {
  float: left;
  width: 22px;
  height: 20px;
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background: url("../images/top/icon-search.gif");
  cursor: pointer;
}
.bar-search .bar-search-form .bar-search-arrow {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 10px;
  line-height: 20px;
  color: #ababab;
  text-align: center;
  cursor: pointer;
  z-index: 100;
}

.bar-contact {
  float: right;
  margin: 0 20px 0 12px;
  line-height: 0;
}

.bar-home {
  float: right;
  line-height: 0;
}

.custom-search-box {
  display: none;
  margin: 0 -512px 0 0;
  padding: 20px;
  width: 510px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 45px;
  right: 50%;
  font-size: 12px;
  color: #FFF;
  background-color: rgba(100, 100, 100, 0.8);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 9999;
}
.custom-search-box .custom-search-ttl {
  margin: 0;
  font-weight: bold;
}
.custom-search-box p {
  margin: 10px 0 0;
}
.custom-search-box input, .custom-search-box label {
  display: inline-block;
  outline: none;
  cursor: pointer;
}
.custom-search-box:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -20px;
  right: 24px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(100, 100, 100, 0.8);
  border-left: 10px solid transparent;
}
.custom-search-box.open {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* -------------------------------------------
		4. container
	------------------------------------------- */
.container {
  width: 100%;
  min-width: 1024px;
  overflow: hidden;
  position: relative;
}

/* -------------------------------------------
		5. main-contents
	------------------------------------------- */
.main-contents {
  margin: 0 auto;
  padding: 0 0 40px 0;
  width: 1024px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* -------------------------------------------
		6. side-pane
	------------------------------------------- */
.side-pane {
  float: left;
  width: 240px;
  overflow: visible;
}

.side-ttl {
  margin: 0 0 10px 0;
  font-size: 36px;
  line-height: 36px;
  font-family: 'Racing Sans One';
  color: #8b8b8b;
  letter-spacing: 0.5px;
}
.side-ttl:before {
  content: "";
  display: inline-block;
  margin: 0 10px 0 5px;
  width: 12px;
  height: 27px;
  background-color: #e6e6e6;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}

.side-other-link {
  margin: 0 0 30px 0;
}
.side-other-link a {
  float: left;
  display: block;
  margin: 0 10px 10px 0;
  line-height: 0;
}
.side-other-link .side-other-link-facebook {
  margin-right: 3px;
}
.side-other-link .side-other-link-twitter {
  margin-right: 0;
}
.side-other-link .side-other-link-music {
  margin: 20px 0 0 0;
}

/* -------------------------------------------
		7. main-pane
	------------------------------------------- */
.main-pane {
  float: right;
  width: 750px;
}

.main-ttl {
  margin: 0 0 1px 14px;
  font-size: 30px;
  line-height: 30px;
  font-family: 'Racing Sans One';
  color: #989898;
  letter-spacing: 0.5px;
}

.main-facebook {
  border: 1px solid #e6e6e6;
}

/* -------------------------------------------
		8. go-top
	------------------------------------------- */
.go-top {
  position: fixed;
  right: 0;
  bottom: 0;
  pointer-events: none;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  z-index: 9999;
}
.go-top a {
  display: block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  height: 217px;
  width: 85px;
  background: url('../images/scss/btn-go-top-sbcfa9a44de.png') 0 -247px;
}
.go-top a:hover {
  background-position: 0 0;
}
.go-top.act {
  pointer-events: auto;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.go-top.stop {
  position: absolute;
}

@media screen and (max-width: 1200px) {
  .go-top {
    display: none;
  }
}
/* -------------------------------------------
		9. footer
	------------------------------------------- */
.footer {
  width: 100%;
  height: 419px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.footer:before {
  content: "";
  display: block;
  margin: 0 0 0 -100%;
  width: 100%;
  height: 419px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #2d2d2d;
  z-index: 0;
}
.footer:after {
  content: "";
  display: block;
  margin: 0 -100% 0 0;
  width: 100%;
  height: 419px;
  position: absolute;
  top: 0;
  right: 50%;
  background-color: #222;
  z-index: 0;
}

.footer-contents {
  margin: 0 auto;
  padding: 53px 0 0 0;
  width: 1024px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 200;
}
.footer-contents:before {
  content: "";
  display: block;
  margin: 0 0 0 -673.5px;
  width: 1347px;
  height: 419px;
  position: absolute;
  top: 0;
  left: 50%;
  background: url("../images/top/bg-foot.gif");
  z-index: 100;
}

.footer-description {
  float: left;
  width: 512px;
  font-size: 11px;
  font-family: Helvetica;
  color: #b2b2b2;
  position: relative;
  z-index: 300;
}
.footer-description .footer-logo {
  margin: 0 0 30px;
  line-height: 0;
}
.footer-description .footer-copy {
  font-size: 12px;
}

.footer-menu {
  float: right;
  padding: 0 0 0 87px;
  width: 512px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-family: Helvetica;
  color: #b2b2b2;
  position: relative;
  z-index: 300;
}
.footer-menu .footer-ttl {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 24px;
  font-family: 'Racing Sans One';
  color: #ccc;
  letter-spacing: 0.5px;
}
.footer-menu .footer-ttl:before {
  content: "";
  display: inline-block;
  margin: 0 8px 0 5px;
  width: 8px;
  height: 16px;
  background-color: #8b8b8b;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
.footer-menu .footer-list {
  margin: 0 0 16px;
}
.footer-menu .footer-list a {
  line-height: 24px;
  color: #ccc;
  text-decoration: none;
}
.footer-menu .footer-list a:hover {
  color: #ccc;
}
.footer-menu .btn-contact {
  font-size: 24px;
  line-height: 24px;
  font-family: 'Racing Sans One';
  color: #ccc;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.footer-menu .btn-contact:hover {
  color: #ccc;
}
