@charset "UTF-8";
/* ==================================================
  Color
================================================== */
/* Base
-------------------------------------------------- */
/* Custom
-------------------------------------------------- */
/*
　デフォルト
　レイアウト

  ページ構成
  - ヘッダー
  - フッター
*/
/* ==================================================
  デフォルト
================================================== */
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  margin: 0;
  background-color: #fff;
  color: #2e003d;
  font-size: 1.4rem;
  line-height: 1.3;
  font-family: "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", helvetica, arial, verdana, sans-serif;
  letter-spacing: -0.05em;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 769px) {
  body {
    line-height: 1.5;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #103998;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  vertical-align: bottom;
}

.view_sp {
  display: block !important;
}

@media screen and (min-width: 769px) {
  .view_sp {
    display: none !important;
  }
}

.view_pc {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .view_pc {
    display: block !important;
  }
}

/* ==================================================
  レイアウト
================================================== */
#container {
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

#wrapper {
  position: relative;
}

.content {
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (min-width: 769px) {
  .content {
    max-width: 1030px;
    padding: 0 15px;
  }
}

/* ==================================================
ヘッダー
================================================== */
.lp_header {
  overflow: hidden;
  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;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  background: #000;
  z-index: 100;
}

.lp_header_logo a {
  display: block;
}

@media screen and (min-width: 769px) {
  .lp_header_logo a:hover {
    opacity: 0.7;
  }
}

.lp_header_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
}

.lp_header_link_item-twitter {
  width: 75px;
  height: 20px;
  margin-right: 5px;
}

@media screen and (min-width: 769px) {
  .lp_header_link_item-twitter {
    margin-right: 10px;
  }
}

.lp_header_link li a {
  display: block;
  height: 40px;
  padding: 0 5px;
  line-height: 40px;
  color: #ccc;
  font-size: 1rem;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .lp_header_link li a {
    width: 100px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  .lp_header_link li a:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
  }
}

/* ==================================================
フッター
================================================== */
.lp_footer {
  width: 100%;
  padding: 20px 15px;
  background: #000;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  .lp_footer {
    padding: 60px 15px;
    font-size: 1.4rem;
  }
}

.lp_footer p:not(:last-child) {
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  .lp_footer p:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  .lp_footer a:hover {
    text-decoration: underline;
  }
}

.lp_return_top {
  display: block;
  overflow: hidden;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 0;
  padding-top: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}

.lp_return_top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin: -5px 0 0 -7px;
  -webkit-box-shadow: -2px 2px 0 #fff inset;
          box-shadow: -2px 2px 0 #fff inset;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.lp_return_top.is-hide {
  visibility: hidden;
  bottom: 10px;
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  .lp_return_top:hover {
    background: rgba(255, 255, 255, 0.5);
  }
}
/*# sourceMappingURL=lp_common.css.map */