@charset "UTF-8";
/* core	================================================	*/
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: 'Ubuntu', 'メイリオ', 'Mairyo', 'sans-serif';
  color: #323232;
  letter-spacing: -0.01em;
}
body a {
  color: #323232;
  text-decoration: none;
}

.alphaBtn:hover {
  cursor: pointer;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

#wrapper .hasHover {
  position: relative;
  cursor: pointer;
}
#wrapper .hasHover .on {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
#wrapper footer {
  width: 100%;
  background: #000000;
  padding: 57px 0;
  color: #ffffff;
  position: relative;
}
#wrapper footer .footMain {
  width: 460px;
  position: relative;
  left: 40px;
}
#wrapper footer .footMain h1 {
  margin-bottom: 21px;
}
#wrapper footer .footMain li {
  display: inline;
  float: left;
}
#wrapper footer .footMain .link {
  margin-bottom: 14px;
}
#wrapper footer .footMain .link li, #wrapper footer .footMain .link li a {
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
}
#wrapper footer .footMain .link .line {
  margin: 0 15px;
}
#wrapper footer .footMain .note {
  font-size: 10px;
  line-height: 180%;
  margin-bottom: 2px;
}
#wrapper footer .footMain .copy {
  font-size: 10px;
}
#wrapper footer .footMain .share {
  position: absolute;
  left: 222px;
  top: 12px;
}
#wrapper footer .footMain .share li {
  width: 110px;
  overflow: hidden;
  width: 115px;
  background: no-repeat left center #ff80aa;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}
#wrapper footer .footMain .share li.tw {
  background-image: url("../img/common/ft_tw.png");
  background-position: center 0px;
}
#wrapper footer .footMain .share li.fb {
  background-image: url("../img/common/ft_fb.png");
}
#wrapper footer .footMain .share li a {
  padding-left: 40px;
  display: block;
  height: 38px;
  font-family: "Montserrat";
}
#wrapper footer .footMain .share li a p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 38px;
  color: #FFF;
}
#wrapper footer .footMain .share li.fb {
  position: relative;
  left: 10px;
}
#wrapper footer .btnTop {
  width: 150px;
  height: 149px;
  position: absolute;
  right: 40px;
  top: 65px;
}

#floatMovie {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
}
#floatMovie .floatBg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../img/common/bg000.png) repeat 0 0;
}
#floatMovie .playerWrap {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
}
#floatMovie .btnClose {
  width: 57px;
  height: 58px;
  background: url(../img/common/btn_close.png) no-repeat 0 0;
  position: absolute;
  right: 18px;
  top: 16px;
  cursor: pointer;
}

/* Delete white space generated by remarketing code */
iframe[name="google_conversion_frame"] {
  position: absolute;
  height: 0;
}