.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ============================================================================================
  TOP

  @date 2017-07-12
  @include _top

  memo: */
.main {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 0;
}

.main__inner {
  width: 100%;
  height: 100%;
  min-height: 850px;
  position: relative;
  zoom: 1;
  border: none;
}

.main__inner:after {
  content: "";
  clear: both;
  display: block;
}

.main__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -377px);
}

.main__block {
  width: 950px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 65px);
}

.main__block__lead {
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 108px;
  letter-spacing: -.007em;
  line-height: 1.0em;
  margin-bottom: 25px;
}

.main__block__text {
  font-size: 20px;
  line-height: 1.0em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 30px;
}

.main__block__button {
  margin-bottom: 15px;
}

.main__block__button p {
  display: inline-block;
  line-height: 1.0em;
}

.main__block__button a {
  display: block;
  text-decoration: none;
  color: #d70c18;
  background-color: #000000;
  line-height: 1.0em;
  font-size: 26px;
  letter-spacing: .02em;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 15px 105px;
  border: #000000 solid 5px;
  box-sizing: border-box;
  transition: all .2s;
}

.main__block__button a:hover {
  color: #000000;
  background-color: #d70c18;
}

.main__block__caps {
  font-size: 10px;
  line-height: 1.0em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.main__official {
  position: absolute;
  left: 70px;
  top: 50%;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.main__official a {
  text-decoration: none;
  color: #000000;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: .02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}

.main__official a:before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: all .2s;
}

.main__official a:hover:before {
  transform: scaleX(0);
}

.main__share {
  position: absolute;
  top: 50%;
  right: 50px;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform: translate(50%, -50%) rotate(90deg);
  zoom: 1;
}

.main__share:after {
  content: "";
  clear: both;
  display: block;
}

.main__share__head {
  font-size: 14px;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  float: left;
  position: relative;
  padding: 10px 45px 10px 15px;
}

.main__share__head:after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.main__share__list {
  letter-spacing: 0;
  font-size: 0;
  float: left;
}

.main__share__list li {
  letter-spacing: normal;
  font-size: medium;
  display: inline-block;
  position: relative;
}

.main__share__list li:after {
  content: '';
  display: block;
  width: 1px;
  height: 11px;
  background-color: #000000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.main__share__list li:last-child:after {
  display: none;
}

.main__share__list a {
  color: #000000;
  text-decoration: none;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.0em;
  display: block;
  padding: 10px 15px;
}

.main__share__list a:hover span:after {
  transform: translate(-50%, -50%) scaleX(1);
}

.main__share__list span {
  display: inline-block;
  line-height: 1.0em;
  position: relative;
}

.main__share__list span:after {
  content: '';
  display: block;
  width: 140%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scaleX(0);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: all .3s;
}

.main__copyright {
  font-size: 12px;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.0em;
  position: absolute;
  left: 50%;
  bottom: 45px;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 1024px) {
  /* ============================================================================================
  SP TOP

  @date 2017-07-12
  @include sp/_top

  memo:
  padding: 70px
  padding: 21.875vw
  @include spimg(width, 346)
  @mixin =========================================================================================== */
  #top-page {
    padding-bottom: 25px;
    padding-bottom: 7.8125vw;
  }
  .main {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 0;
  }
  .main__inner {
    width: 100%;
    height: 100%;
    min-height: auto;
    position: relative;
    zoom: 1;
    border: none;
  }
  .main__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .main__logo {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    text-align: center;
    width: 100%;
    padding-top: 34px;
    padding-top: 10.625vw;
  }
  .main__logo img {
    height: 119.5px;
    height: 37.34375vw;
    width: auto;
  }
  .main__block {
    width: 100%;
    text-align: center;
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    margin-bottom: 115px;
    margin-bottom: 35.9375vw;
  }
  .main__block__lead {
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 60.5px;
    font-size: 18.90625vw;
    letter-spacing: -.007em;
    line-height: 1.062em;
    margin-bottom: 15px;
    margin-bottom: 4.6875vw;
  }
  .main__block__text {
    font-size: 12px;
    font-size: 3.75vw;
    line-height: 1.666em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 32.5px;
    margin-bottom: 10.15625vw;
  }
  .main__block__button {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-bottom: 3.125vw;
  }
  .main__block__button p {
    display: block;
    line-height: 1.0em;
  }
  .main__block__button a {
    display: block;
    text-decoration: none;
    color: #d70c18;
    background-color: #000000;
    line-height: 1.0em;
    font-size: 17px;
    font-size: 5.3125vw;
    letter-spacing: .02em;
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    padding-top: 15px;
    padding-top: 4.6875vw;
    padding-bottom: 15px;
    padding-bottom: 4.6875vw;
    border: none;
    box-sizing: border-box;
    transition: all .2s;
  }
  .main__block__button a:hover {
    color: #000000;
    background-color: #d70c18;
  }
  .main__block__caps {
    font-size: 10px;
    font-size: 3.125vw;
    line-height: 1.0em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform: scale(0.9);
  }
  .main__official {
    position: relative;
    left: auto;
    top: auto;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform: translate(0, 0) rotate(0deg);
    width: 100%;
    text-align: center;
    padding-bottom: 135px;
    padding-bottom: 42.1875vw;
  }
  .main__official a {
    text-decoration: none;
    color: #000000;
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 700;
    font-size: 17px;
    font-size: 5.3125vw;
    letter-spacing: .02em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    padding-bottom: 4.6875vw;
  }
  .main__official a:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    height: 0.625vw;
    background-color: #000000;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: none;
  }
  .main__official a:hover:before {
    transform: scaleX(1);
  }
  .main__official span {
    display: block;
    font-size: 31px;
    font-size: 9.6875vw;
    line-height: 1.0em;
    padding-top: 5px;
    padding-top: 1.5625vw;
  }
  .main__share {
    position: relative;
    top: auto;
    right: auto;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform: translate(0, 0) rotate(0deg);
    zoom: 1;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-bottom: 3.125vw;
  }
  .main__share:after {
    content: "";
    clear: both;
    display: block;
  }
  .main__share__head {
    font-size: 13px;
    font-size: 4.0625vw;
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    float: none;
    display: inline-block;
    position: relative;
    padding-top: 10px;
    padding-top: 3.125vw;
    padding-right: 45px;
    padding-right: 14.0625vw;
    padding-bottom: 10px;
    padding-bottom: 3.125vw;
    padding-left: 17px;
    padding-left: 5.3125vw;
  }
  .main__share__head:after {
    content: '';
    display: block;
    width: 30px;
    width: 9.375vw;
    height: 1px;
    height: 0.3125vw;
    background-color: #000000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .main__share__list {
    letter-spacing: 0;
    font-size: 0;
    float: none;
    display: inline-block;
  }
  .main__share__list li {
    letter-spacing: normal;
    font-size: medium;
    display: inline-block;
    position: relative;
  }
  .main__share__list li:after {
    content: '';
    display: block;
    width: 1px;
    width: 0.3125vw;
    height: 11px;
    height: 3.4375vw;
    background-color: #000000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
  .main__share__list li:last-child:after {
    display: none;
  }
  .main__share__list a {
    color: #000000;
    text-decoration: none;
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 700;
    font-size: 13px;
    font-size: 4.0625vw;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.0em;
    display: block;
    padding-top: 10px;
    padding-top: 3.125vw;
    padding-right: 17px;
    padding-right: 5.3125vw;
    padding-bottom: 10px;
    padding-bottom: 3.125vw;
    padding-left: 17px;
    padding-left: 5.3125vw;
  }
  .main__share__list a:hover span:after {
    display: none;
  }
  .main__share__list span {
    display: inline-block;
    line-height: 1.0em;
    position: relative;
  }
  .main__share__list span:after {
    display: none;
  }
  .main__copyright {
    font-size: 10px;
    font-size: 3.125vw;
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.0em;
    position: relative;
    left: auto;
    bottom: auto;
    transform: translate(0, 0);
    width: 100%;
    text-align: center;
    transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform: scale(0.95);
  }
}
