.bg-z {
  background-image: url(../img/zA2/bg.jpg);
}
.ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.ttl.active {
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.bg-top2{
  max-width: 900px;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  top: 32%;
  left: 40%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.bg-top .inner{
  max-width: 900px;
  width: 100%;
  height: 388px;
  position: relative;
  top: 50%;
  left: calc(50% - 50px);
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.logo_z {
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
          transform: scale(0.5, 0.5);
}
.icon_3 {
  position: absolute;
  top: 95px;
  right: 0;
  opacity: 0;
  -webkit-transform: scale(0.2, 0.2);
          transform: scale(0.2, 0.2);
}
.logo_z.active,
.icon_3.active {
  opacity: 1;
  -webkit-animation-name: anim_sc;
          animation-name: anim_sc;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: .14s;
          animation-duration: .14s;
}

@-webkit-keyframes anim_sc {
  100% {
    -webkit-transform: scale(1.7, 1.7);
            transform: scale(1.7, 1.7);
  }
}

@keyframes anim_sc {
  100% {
    -webkit-transform: scale(1.7, 1.7);
            transform: scale(1.7, 1.7);
  }
}
.container{
  background-color: rgba(255,255,255,.93);
  padding: 60px 0;
}
.container .inner{
  max-width: 800px;
  margin: 0 auto;
}
.container .inner div{
  width: 330px;
  display: inline-block;
  white-space: nowrap;
  padding-bottom: 70px;
  vertical-align: top;
}
.container .inner div:nth-of-type(odd){
  margin-right: 130px;
}
.container .inner h2{
  font-size: 3.4rem;
  line-height: 1.45;
  padding-bottom: 35px;
}
.container .inner h2 span{
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  display: block;
}
.container .inner p{
  font-size: 1.4rem;
  line-height: 2;
}
.container .inner .product{
  text-align: center;
  padding-bottom: 40px;
  margin: 0;
}
.container .inner h3{
  font-size: 1.6rem;
  line-height: 1.875;
  padding-top: .6em;
}
.container .inner .price{
  font-size: 1.4rem;
}
.container .inner .price span{
  font-size: 1.3rem;
  font-family: "Koburina Gothic W1 JIS2004", sans-serif;
}
.date{
  width: 100%;
  height: 100vh;
  position: relative;
}
.date img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.share{
  background-color: #ffffff;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px){
  .container .inner div{
    width: 86%;
    margin: 0 auto;
    white-space: normal;
    display: block;
  }
  .container .inner div:nth-of-type(odd){
    margin: 0 auto;
  }
  .container .inner .product{
    margin: 0 auto;
  }
  /* .ttl{
    left: 40%;
  } */
  .ttl img.pcOnly{
    width: 130%;
  }
  .bg-top .inner{
    top: 0;
    left: 0;
    height: auto;
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  .logo_z,.icon_3{
    top: 0;
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  .logo_z{
    width: 40%;
    top: 50vh;
    top: calc(var(--vh, 1vh) * 50);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition : all 2s;
    transition : all 2s;
  }
  .logo_z.move.active{
    width: 50.98%;
    top: 7.25vw;
    left: 7.25vw;
    -webkit-animation-iteration-count:1;
            animation-iteration-count:1;
    -webkit-animation-direction:normal;
            animation-direction:normal;
    -webkit-transform: none;
            transform: none;
    -webkit-animation-name:anim_sc_sp;
            animation-name:anim_sc_sp;
    -webkit-animation-duration: .4s;
            animation-duration: .4s;
  }
  .logo_z.move {
    opacity: 1;
    -webkit-transition : all .4s;
    transition : all .4s;
  }
  @-webkit-keyframes anim_sc_sp {
    0% {
      width: 40%;
    }
    40% {
      width: 70%;
    }
   100% {
      width: 50.98%;
    }
  }
  @keyframes anim_sc_sp {
    0% {
      width: 40%;
    }
    40% {
      width: 70%;
    }
   100% {
      width: 50.98%;
    }
  }
  .icon_3{
    width: 23.4375%;
    top: 76.256vw;
    left: 23vw;
  }
  .container .inner h2 {
    font-size: 2.5rem;
    padding-bottom: 1em;
  }
  .container .inner h2 span {
    font-size: 1.3rem;
  }
  .container .inner div {
    padding-bottom: 2em;
  }
  .date img{
    width: 68.906%;
  }
  .container .inner h3 {
    font-size: 1.4rem;
  }
  .container .inner .price span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 640px){
  br{
    display: none;
  }
  br.sp-br{
    display: block;
  }
  .bg-z {
    background-image: url(../img/zA2/bg_sp.jpg);
  }
  .ttl{
    width: 52.5%;
  }
}