.clearfix {
  zoom: 1;
}

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

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

  @date 2017-07-12
  @include _top

  memo: */
.opening {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5;
  left: 0;
  top: 0;
  background-color: #ffffff;
}

.opening__inner {
  width: 100%;
  height: 100%;
  position: relative;
  zoom: 1;
  border: none;
}

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

.opening__bg1,
.opening__bg2,
.opening__bg3,
.opening__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
}

.opening__bg1 {
  margin-top: -574px;
  margin-left: -1010px;
}

.opening__bg2 {
  margin-top: -651px;
  margin-left: -1337px;
}

.opening__bg3 {
  margin-top: -556px;
  margin-left: -960px;
}

.opening__logo {
  transform: translateX(-50%);
  margin-top: -29px;
}

.opening__logo span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.visual {
  position: relative;
  width: 100%;
  max-width: 1280px;
  z-index: 0;
}

.visual__inner {
  width: 100%;
  position: relative;
  zoom: 1;
  border: none;
}

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

.visual__logoSp {
  display: none;
}

.visual__img {
  background: url("/shared/img/top/main_3_visual_pc.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
  width: calc(100% - 240px);
  pointer-events: none;
}

.visual__img__cover {
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: #fff;
  mix-blend-mode: overlay;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.visual__img__white {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #ffffff;
}

.visual__img__lead {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.visual__img__copy {
  width: 296px;
  height: 100px;
  position: absolute;
  left: 4.47917%;
  top: 2.30196%;
  z-index: 2;
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  border: none;
}

.visual__img__copy p {
  position: relative;
  width: 100%;
  height: 100%;
}

.visual__img__copy img {
  width: 100%;
  height: auto;
  position: relative;
}

.visual__img__copy span {
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  width: 37px;
  height: 50px;
  background-image: url("/shared/img/top/main_3_copy.png");
  background-repeat: no-repeat;
  background-size: 296px auto;
}

.visual__img__copy span:nth-child(1) {
  left: 0px;
  top: 0;
  background-position: 0px top;
}

.visual__img__copy span:nth-child(2) {
  left: 37px;
  top: 0;
  background-position: -37px top;
}

.visual__img__copy span:nth-child(3) {
  left: 74px;
  top: 0;
  background-position: -74px top;
}

.visual__img__copy span:nth-child(4) {
  left: 111px;
  top: 0;
  background-position: -111px top;
}

.visual__img__copy span:nth-child(5) {
  left: 148px;
  top: 0;
  background-position: -148px top;
}

.visual__img__copy span:nth-child(6) {
  left: 0px;
  bottom: 0;
  background-position: 0px bottom;
}

.visual__img__copy span:nth-child(7) {
  left: 37px;
  bottom: 0;
  background-position: -37px bottom;
}

.visual__img__copy span:nth-child(8) {
  left: 74px;
  bottom: 0;
  background-position: -74px bottom;
}

.visual__img__copy span:nth-child(9) {
  left: 111px;
  bottom: 0;
  background-position: -111px bottom;
}

.visual__img__copy span:nth-child(10) {
  left: 148px;
  bottom: 0;
  background-position: -148px bottom;
}

.visual__img__copy span:nth-child(11) {
  left: 185px;
  bottom: 0;
  background-position: -185px bottom;
}

.visual__img__copy span:nth-child(12) {
  left: 222px;
  bottom: 0;
  background-position: -222px bottom;
}

.visual__img__copy span:nth-child(13) {
  left: 259px;
  bottom: 0;
  background-position: -259px bottom;
}

.visual__date {
  width: calc(100% - 140px);
  position: absolute;
  left: 2px;
  bottom: 86px;
  z-index: 1;
}

@keyframes rotatePickup {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

@keyframes bouncePickup {
  0% {
    transform: rotate(0deg) translate(0px, 0px);
  }
  10% {
    transform: rotate(-0.3deg) translate(-1.5px, 1.5px);
  }
  20% {
    transform: rotate(0.3deg) translate(-1px, -1.5px);
  }
  30% {
    transform: rotate(0deg) translate(-1.5px, 0px);
  }
  40% {
    transform: rotate(0.3deg) translate(1.5px, -1.5px);
  }
  50% {
    transform: rotate(0deg) translate(-1px, 1.5px);
  }
  60% {
    transform: rotate(0.3deg) translate(1px, -3px);
  }
  70% {
    transform: rotate(-0.3deg) translate(-1.5px, -1px);
  }
  80% {
    transform: rotate(0deg) translate(1.5px, 1px);
  }
  90% {
    transform: rotate(-0.3deg) translate(-1.5px, -3px);
  }
}

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

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

  memo:
  padding: 70px
  padding: 18.66667vw
  @include spimg(width, 346)
  @mixin =========================================================================================== */
  .header__logo {
    display: none;
  }
  .header__ham__icon span {
    background-color: #ffffff;
  }
  .header__ham__text {
    color: #ffffff;
  }
  .wrapper {
    min-height: auto;
  }
  .opening {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5;
    left: 0;
    top: 0;
    background-color: #ffffff;
  }
  .opening__inner {
    width: 100%;
    height: 100%;
    position: relative;
    zoom: 1;
    border: none;
  }
  .opening__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .opening__bg1,
  .opening__bg2,
  .opening__bg3 {
    position: absolute;
    left: 0;
    top: 50%;
    pointer-events: none;
  }
  .opening__bg1 img,
  .opening__bg2 img,
  .opening__bg3 img {
    width: 100%;
    height: auto;
  }
  .opening__bg1 {
    margin-top: -358px;
    margin-top: -95.46667vw;
    margin-left: 0;
  }
  .opening__bg2 {
    margin-top: -412px;
    margin-top: -109.86667vw;
    margin-left: 0;
  }
  .opening__bg3 {
    margin-top: -310.5px;
    margin-top: -82.8vw;
    margin-left: 0;
  }
  .opening__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    pointer-events: none;
    transform: translateX(-50%);
    margin-top: -24px;
    margin-top: -6.4vw;
  }
  .opening__logo img {
    width: 219.5px;
    width: 58.53333vw;
    height: 48px;
    height: 12.8vw;
  }
  .opening__logo span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .visual {
    position: relative;
    width: 100%;
    max-width: 100%;
    z-index: 0;
  }
  .visual__inner {
    width: 100%;
    position: relative;
    zoom: 1;
    border: none;
  }
  .visual__inner:after {
    content: "";
    clear: both;
    display: block;
  }
  .visual__logoSp {
    display: block;
    position: absolute;
    right: 20px;
    right: 5.33333vw;
    top: 20px;
    top: 5.33333vw;
    z-index: 1;
  }
  .visual__logoSp img {
    width: 86.5px;
    width: 23.06667vw;
    height: auto;
  }
  .visual__img {
    background: url("/shared/img/top/main_3_visual_sp.jpg") center top no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    pointer-events: none;
  }
  .visual__img__cover {
    width: 100%;
    position: relative;
    z-index: 0;
    background-color: #fff;
    mix-blend-mode: overlay;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .visual__img__white {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: #ffffff;
  }
  .visual__img__lead {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .visual__img__copy {
    width: 104.5px;
    width: 27.86667vw;
    height: 35.5px;
    height: 9.46667vw;
    position: absolute;
    left: 16px;
    left: 4.26667vw;
    top: 40px;
    top: 10.66667vw;
    z-index: 2;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    border: none;
  }
  .visual__img__copy p {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .visual__img__copy img {
    width: 100%;
    height: auto;
    position: relative;
  }
  .visual__img__copy span {
    display: block;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    width: 13px;
    width: 3.46667vw;
    height: 17.5px;
    height: 4.66667vw;
    background-image: url("/shared/img/top/main_3_copy.png");
    background-repeat: no-repeat;
    background-size: 104.5px auto;
    background-size: 27.86667vw auto;
  }
  .visual__img__copy span:nth-child(1) {
    left: 0px;
    left: 0vw;
    top: 0;
    background-position-x: 0px;
    background-position-x: 0vw;
    background-position-y: top;
  }
  .visual__img__copy span:nth-child(2) {
    left: 13px;
    left: 3.46667vw;
    top: 0;
    background-position-x: -13px;
    background-position-x: -3.46667vw;
    background-position-y: top;
  }
  .visual__img__copy span:nth-child(3) {
    left: 26px;
    left: 6.93333vw;
    top: 0;
    background-position-x: -26px;
    background-position-x: -6.93333vw;
    background-position-y: top;
  }
  .visual__img__copy span:nth-child(4) {
    left: 39px;
    left: 10.4vw;
    top: 0;
    background-position-x: -39px;
    background-position-x: -10.4vw;
    background-position-y: top;
  }
  .visual__img__copy span:nth-child(5) {
    left: 52px;
    left: 13.86667vw;
    top: 0;
    background-position-x: -52px;
    background-position-x: -13.86667vw;
    background-position-y: top;
  }
  .visual__img__copy span:nth-child(6) {
    left: 0px;
    left: 0vw;
    bottom: 0;
    background-position-x: 0px;
    background-position-x: 0vw;
    background-position-y: bottom;
  }
  .visual__img__copy span:nth-child(7) {
    left: 13px;
    left: 3.46667vw;
    bottom: 0;
    background-position-x: -13px;
    background-position-x: -3.46667vw;
    background-position-y: bottom;
  }
  .visual__img__copy span:nth-child(8) {
    left: 26px;
    left: 6.93333vw;
    bottom: 0;
    background-position-x: -26px;
    background-position-x: -6.93333vw;
    background-position-y: bottom;
  }
  .visual__img__copy span:nth-child(9) {
    left: 39px;
    left: 10.4vw;
    bottom: 0;
    background-position-x: -39px;
    background-position-x: -10.4vw;
    background-position-y: bottom;
  }
  .visual__img__copy span:nth-child(10) {
    left: 52px;
    left: 13.86667vw;
    bottom: 0;
    background-position-x: -52px;
    background-position-x: -13.86667vw;
    background-position-y: bottom;
  }
  .visual__img__copy span:nth-child(11) {
    left: 65px;
    left: 17.33333vw;
    bottom: 0;
    background-position-x: -65px;
    background-position-x: -17.33333vw;
    background-position-y: bottom;
  }
  .visual__img__copy span:nth-child(12) {
    left: 78px;
    left: 20.8vw;
    bottom: 0;
    background-position-x: -78px;
    background-position-x: -20.8vw;
    background-position-y: bottom;
  }
  .visual__img__copy span:nth-child(13) {
    left: 91px;
    left: 24.26667vw;
    bottom: 0;
    background-position-x: -91px;
    background-position-x: -24.26667vw;
    background-position-y: bottom;
  }
  .visual__date {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 38px;
    bottom: 10.13333vw;
    z-index: 1;
  }
}
