@charset "UTF-8";
body {
  opacity: 0;
}
body.show_b {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#opening {
  opacity: 0;
}
#opening.opening {
  opacity: 1;
}

.opening {
  width: 100%;
  height: 100%;
  max-height: 500px;
  min-height: 500px;
  z-index: 0;
  background-color: #000;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .opening {
    max-height: 200px;
    min-height: 200px;
  }
}
.opening ul {
  width: 100%;
  height: 100%;
  /* position: absolute;
    top: 0;
    left: 0; */
  overflow: hidden;
}
.opening ul li {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  overflow: hidden;
}
.opening ul li img {
  width: 80%;
  max-width: 800px !important;
  opacity: 0;
  z-index: 0;
  　　-webkit-backface-visibility: hidden;
  -webkit-animation: ImgAnime 20s linear 1 0s forwards;
  -moz-animation: ImgAnime 20s linear 1 0s forwards;
  -o-animation: ImgAnime 20s linear 1 0s forwards;
  -ms-animation: ImgAnime 20s linear 1 0s forwards;
  animation: ImgAnime 20s linear 1 0s forwards;
}
.opening ul li:nth-of-type(2) img {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  -ms-animation-delay: 5s;
  animation-delay: 5s;
}
.opening ul li:nth-of-type(3) img {
  -webkit-animation-delay: 10s;
  -moz-animation-delay: 10s;
  -o-animation-delay: 10s;
  -ms-animation-delay: 10s;
  animation-delay: 10s;
}
@keyframes ImgAnime {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  10% {
    opacity: 1;
    transform: scale(1.05);
    animation-timing-function: linear;
  }
  15% {
    opacity: 1;
    transform: scale(1.07);
  }
  30% {
    opacity: 1;
    transform: scale(1.1);
  }
  35% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
  }
}

/* platinum */
#platinum-cs.op_end_hide .section-hero-v4 {
  height: auto;
}
body.op_end_hide #platinum-cs .section-hero-v4 .hero-wrap-bg {
  background: none;
}
#platinum-cs .section-hero-v4.v5 .hero-wrap-bg {
  background: url(/amextop/platinum-cs/images_v4/bg.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  #platinum-cs.op_end_hide .section-hero-v4 {
    padding-bottom: 0;
  }
  #platinum-cs .section-hero-v4.v5 .area-fill {
    background-color: transparent;
  }
}

/* sbs */
#sbs-cs.op_end_hide .section--hero .section--content {
  padding: 0;
}
body.op_end_hide#sbs-cs .section--hero.sbs .section--content {
  background: none;
}
#sbs-cs .section--hero.sbs .section--content {
  background: url(/amextop/sbs-cs/images_v3/bg_slide03_pc.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #sbs-cs .section--hero.sbs .section--content {
    background: url(/amextop/sbs-cs/images_v3/bg_slide03_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

/* cobalt */
#cobalt.op_end_hide .section-hero {
  height: auto;
}
body.op_end_hide #cobalt .section-hero .top_bg {
  background: none;
}
#cobalt .section-hero .top_bg {
  background: url(/amextop/cobalt-cs/images/re_hd_bg_01.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  #cobalt.op_end_hide .opening {
    margin-top: 40px;
  }
  #cobalt .section-hero .top_bg {
    background: url(/amextop/cobalt-cs/images/re_hd_bg_01_sp.png) no-repeat center 40px !important;
    background-size: cover;
  }
}

/* gold */
.op_end_hide#gold-cs .section--hero.gd .section--content {
  background: #000;
}
@media only screen and (max-width: 768px) {
  .op_end_hide#gold-cs .section--hero .section--content {
    padding: 0;
  }
}

/* pearl */
.op_end_hide#pearl-cs #new-visual #visual.gw {
  background: #000;
}
@media only screen and (max-width: 768px) {
  .op_end_hide#pearl-cs .opening {
    margin-top: 44px;
  }
  .op_end_hide#pearl-cs #main {
    margin-top: 0;
  }
}

/* inter */
#lineup-ca145.op_end_hide #MainVisualArea {
  background: #000;
  height: auto;
}
#lineup-ca145.op_end_hide .cmnBrn:not(.is-fixed) {
  display: none !important;
}
#lineup-ca145 .cmnBrnInner {
  justify-content: center;
  align-items: center;
}
