@charset "utf-8";

body {
  background-color: #000;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  color: #fff;
}

#wrapper {
  margin: 0 auto;
  font-size: 0;
  line-height: 1;
  overflow: hidden;
}
#wrapper img {
  width: 100%;
  height: auto;
}
.btn {
  display: block;
  transition: opacity 0.3s;
}
.btn:hover {
  opacity: 0.7;
}
.inner {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

#btn-top {
  position: fixed;
  top: 314px;
  left: 0;
  width: 55px;
}

#btn-online {
  position: fixed;
  top: 550px;
  left: 0;
  width: 55px;
}

#btn-store {
  position: fixed;
  top: 314px;
  right: 0;
  width: 55px;
}

.inview {
  opacity: 0;
  animation-delay: 0.1s;
  animation-duration: 0.8s;
}

#popup-image01 {
  position: relative;
  margin: 10px auto;
  padding: 50px 0;
  max-width: 1002px;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
}

/* ----------------------------------------------------------------------------------------------------

  スプラッシュ

---------------------------------------------------------------------------------------------------- */
#splash {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #000;
  animation-delay: 5s;
  animation-duration: 2.5s;
}
.splash-txt {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  animation-delay: 3s;
  animation-duration: 3.5s;
}
.splash-txt01, .splash-txt02 {
  display: block;
}
.splash-txt01 {
  opacity: 0;
  z-index: 2;
  animation-delay: 0.2s;
  animation-duration: 1s;
}
.splash-txt02 {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 100%;
  animation-delay: 0;
  animation-duration: 1.5s;
}
.splash-smoke {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.splash-smoke01 {
  background: url(../images/splash-smoke01.png) left top no-repeat;
  background-size: cover;
  animation-duration: 8s;
}
.splash-smoke02 {
  background: url(../images/splash-smoke02.png) right bottom no-repeat;
  background-size: cover;
  animation-duration: 8s;
}
.splash-smoke03 {
  background: url(../images/splash-smoke01.png) right top no-repeat;
  background-size: cover;
  animation-duration: 7s;
  animation-delay: 0.5s;
}
.splash-smoke04 {
  background: url(../images/splash-smoke02.png) left bottom no-repeat;
  background-size: cover;
  animation-duration: 9s;
  animation-delay: 0.5s;
}
.slideIn {
    opacity: 1;
}
.slideIn:before {
  animation: slideIn 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #000;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes slideIn {
  100% {
    transform: translateX(100%);
  }
}

/* ----------------------------------------------------------------------------------------------------

  キービジュアル

---------------------------------------------------------------------------------------------------- */
#kv {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
#kv-kuji-logo {
  position: absolute;
  top: 61px;
  left: 48px;
  z-index: 1;
  width: 104px;
}
#kv-onepiece-logo {
  position: absolute;
  top: 61px;
  right: 40px;
  z-index: 1;
  width: 207px;
}

#kv-kaido, #kv-marco {
  position: relative;
  outline: none;
}
#kv-kaido span, #kv-marco span {
  opacity: 0;
  position: absolute;
  z-index: 1;
}
.kv-kaido-txt01 {
  top: 222px;
  top: 18.5vw;
  left: 619px;
  left: 51.583333vw;
  width: 179px;
  width: 14.916666vw;
  animation-delay: 0;
  animation-duration: 2s;
}
.kv-kaido-txt02 {
  top: 255px;
  top: 21.25vw;
  left: 619px;
  left: 51.583333vw;
  width: 448px;
  width: 37.333333vw;
  animation-delay: 0.7s;
  animation-duration: 2.5s;
}

.kv-marco-txt01 {
  top: 222px;
  top: 18.5vw;
  left: 128px;
  left: 10.666666vw;
  width: 179px;
  width: 14.916666vw;
  animation-delay: 0;
  animation-duration: 2s;
}
.kv-marco-txt02 {
  top: 250px;
  top: 20.83333333vw;
  left: 128px;
  left: 10.666666vw;
  width: 521px;
  width: 43.416666vw;
  animation-delay: 0.7s;
  animation-duration: 2.5s;
}

#kv-smoke {
  display: block;
  position: absolute;
  bottom: 0;
  left: -50%;

  width: 4096px;
  width: 341.333333vw;
  animation-duration: 10s;
  transform-origin: 100% 100%;
}


/* ----------------------------------------------------------------------------------------------------

  About
  
---------------------------------------------------------------------------------------------------- */
#about {
  background: url(../images/about-bg01.jpg) center center no-repeat;
  background-size: cover;
}

.about-head {
  margin: -60px auto 33px auto;
  max-width: 852px;
}
.about-txt01 {
  margin: 0 auto 16px auto;
  max-width: 874px;
}
.about-txt02 {
  margin: 0 auto 55px auto;
  max-width: 973px;
}
.about-txt03 {
  margin: 0 auto 47px auto;
  max-width: 524px;
}
.about-note-list {
  padding: 0 0 42px 0;
  list-style: none;
}
.about-note-item {
  position: relative;
  font-size: 18px;
  padding-left: 1em;
  line-height: 1.5;
}
.about-note-item:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}



/* ----------------------------------------------------------------------------------------------------

  Brand
  
---------------------------------------------------------------------------------------------------- */
#brand {
  position: relative;
}

/* 背景 */
.brand-bg-left, .brand-bg-right {
  position: absolute;
  top: 0;
  display: block;
  width: 50%;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.brand-bg-left {
  left: 0;
  background-image: url(../images/brand-kaido-img01.jpg);
}
.brand-bg-right {
  right: 0;
  background-image: url(../images/brand-marco-img01.jpg);
}

.brand-head {
  margin: 0 auto;
  padding: 85px 0 84px 0;
  max-width: 560px;
}
.brand-txt {
  margin: 0 auto;
  padding-bottom: 50px;
  max-width: 726px;
}


/* ----------------------------------------------------------------------------------------------------

  image slider
  
---------------------------------------------------------------------------------------------------- */
#image-slide {
  display: flex;
  width: 100vw;

  overflow: hidden;
}
.image-slide-list {
  padding: 0;
  width: 100vw;
  display: flex;
  flex-shrink: 0;
}
.image-slide-list:first-child {
  animation: slide1 60s -30s linear infinite;
}

.image-slide-list:last-child {
  animation: slide2 60s linear infinite;
}

.image-slide-item {
  display: inline-block;
  width: 100%;
  list-style: none;
  text-align: center;
}
.image-slide-item img {
    display: block;
    width: 100%;
    height: auto;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}


/* ----------------------------------------------------------------------------------------------------

  interview
  
---------------------------------------------------------------------------------------------------- */
#interview {
  padding: 80px 0;
  background: url(../images/interview-bg01.jpg) center center no-repeat;
  background-size: cover;
}


/* ----------------------------------------------------------------------------------------------------

  promotion movie
  
---------------------------------------------------------------------------------------------------- */
#movie {
  background: url(../images/movie-bg01.jpg) center center no-repeat;
  background-size: cover;
}
.movie-player {
  margin: 0 auto;
  padding: 70px 0 27px 0;
  max-width: 665px;
}
.movie-player a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}
.movie-player a:after {
  content: '';
  position: absolute;
  display: block;
  width: 76px;
  height: 76px;
  background: url(../images/movie-play-ico01.png) center center no-repeat;
  background-size: cover;
}
.movie-player a img {
  transition: 0.3s;
}
.movie-player a:hover img{
  transform: scale(1.1);
}

.movie-title {
  margin: 0 auto;
  padding-bottom: 30px;
  width: 164px;
}



/* ----------------------------------------------------------------------------------------------------

  prize
  
---------------------------------------------------------------------------------------------------- */
.prize-brand-logo {
  position: absolute;
  top: 44px;
  left: 105px;
  display: block;
  max-width: 235px;
}

/* --------------------------------------------------
  A賞
  -------------------------------------------------- */
#prize-a {
  position: relative;
  padding-top: 362px;
}
.prize-a-bg {
  position: relative;
  left: 0;
  z-index: -2;
  width: 100%;
  max-height: 427px;
  height: 35.583333vw;
  background: url(../images/prize-a-bg01.png) left top repeat;
  background-size: contain;
}

.prize-a-bg-txt {
  position: absolute;
  top: 533px;
  left: 50%;
  z-index: -1;
  max-width: 1200px;
  transform: translateX(-50%);
}
.prize-a-bg-txt01 {
  display: block;
  margin-bottom: 14px;
  width: 586px;

}
.prize-a-bg-txt02 {
  display: block;
  width: 1200px;
}

.prize-a-figure {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1200px;
  transform: translateX(-50%);
}
.prize-a-figure-list {
  padding: 0;
}
.prize-a-figure-item {
  position: absolute;
  top: 50px;
}
.prize-a-figure01 {
  left: 197px;
  max-width: 986px;
}
.prize-a-figure02 {
  left: 197px;
  width: 1127px;
}
.prize-a-figure03 {
  left: 311px;
  width: 970px;
}
.prize-a-figure-item:not(:first-of-type) {
  display: none;
}

.prize-a-detail {
  position: relative;
  z-index: 1;
  margin: 150px auto 0;
  max-width: 960px;
}
.prize-a-detail-upper {
  display: flex;
  justify-content: space-between;
}
.prize-a-head {
  margin: -65px 0 0 0;
  max-width: 447px;
}
.prize-a-thumbs-list {
  padding: 0;
  font-size: 0;
}
.prize-a-thumbs-item {
  display: inline-block;
  width: 146px;
  background-color: #fff;
  cursor: pointer;
}
.prize-a-thumbs-item + .prize-a-thumbs-item {
  margin-left: 18px;
}
.prize-a-thumbs-item img {
  transition: 0.3s;
}
.prize-a-thumbs-item:hover img, .prize-a-thumbs-item.cr img {
  opacity: 0.7;
}
.prize-a-txt {
  margin: 0;
  padding: 15px 0 50px;
  font-size: 18px;
  line-height: 1.3;
}

.prize-a-pickup {
  margin: 0 auto;
  padding: 30px 15px;
  width: 1000px;
  background-color: #333;
}
.prize-a-point {
  display: flex;
  justify-content: space-between;
}
.prize-a-point-item {
  width: 222px;
}
.prize-a-pickup-thumb {
  margin: 0 0 10px 0;
}
.prize-a-pickup-txt {
  font-size: 16px;
  line-height: 1.3;
}

.prize-a-multiview {
  position: relative;
}
.prize-a-multiview-ico {
  position: absolute;
  top: 36px;
  right: 22px;
  z-index: 1;
  display: block;
  width: 146px;
}
.multiview-txt {
  margin: 0 auto;
  padding-top: 0.5em;
  width: 1000px;
  font-size: 16px;
  color: #fff;
}


/* --------------------------------------------------
  B賞
  -------------------------------------------------- */
#prize-b {
  position: relative;
  padding-top: 362px;
}
.prize-b-bg {
  position: relative;
  left: 0;
  z-index: -2;
  width: 100%;
  max-height: 427px;
  height: 35.583333vw;
  background: url(../images/prize-b-bg01.png) left top repeat;
  background-size: contain;
}

.prize-b-bg-txt {
  position: absolute;
  top: 533px;
  left: 50%;
  z-index: -1;
  max-width: 1200px;
  transform: translateX(-50%);
}
.prize-b-bg-txt01 {
  display: block;
  margin-bottom: 14px;
  width: 586px;

}
.prize-b-bg-txt02 {
  display: block;
  width: 1200px;
}

.prize-b-figure {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1200px;
  transform: translateX(-50%);
}
.prize-b-figure-list {
  padding: 0;
}
.prize-b-figure-item {
  position: absolute;
  top: 50px;
}
.prize-b-figure01 {
  left: 197px;
  max-width: 986px;
}
.prize-b-figure02 {
  left: 359px;
  width: 851px;
}
.prize-b-figure03 {
  left: 361px;
  width: 1344px;
}
.prize-b-figure-item:not(:first-of-type) {
  display: none;
}

.prize-b-detail {
  position: relative;
  z-index: 1;
  margin: 150px auto 0;
  max-width: 960px;
}
.prize-b-detail-upper {
  display: flex;
  justify-content: space-between;
}
.prize-b-head {
  margin: -65px 0 0 0;
  max-width: 409px;
}
.prize-b-thumbs-list {
  padding: 0;
  font-size: 0;
}
.prize-b-thumbs-item {
  display: inline-block;
  width: 146px;
  background-color: #fff;
  cursor: pointer;
}
.prize-b-thumbs-item + .prize-b-thumbs-item {
  margin-left: 18px;
}
.prize-b-thumbs-item img {
  transition: 0.3s;
}
.prize-b-thumbs-item:hover img, .prize-b-thumbs-item.cr img {
  opacity: 0.7;
}
.prize-b-txt {
  margin: 0;
  padding: 15px 0 50px;
  font-size: 18px;
  line-height: 1.3;
}

.prize-b-pickup {
  margin: 0 auto;
  padding: 30px 15px;
  width: 1000px;
  background-color: #333;
}
.prize-b-point {
  display: flex;
  justify-content: space-between;
}
.prize-b-point-item {
  width: 222px;
}
.prize-b-pickup-thumb {
  margin: 0 0 10px 0;
}
.prize-b-pickup-txt {
  font-size: 16px;
  line-height: 1.3;
}

.prize-b-multiview {
  position: relative;
}
.prize-b-multiview-ico {
  position: absolute;
  top: 36px;
  right: 22px;
  z-index: 1;
  display: block;
  width: 146px;
}


/* --------------------------------------------------
  C賞〜E賞
  -------------------------------------------------- */
.image-change-item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.image-change-item.cr {
  position: relative;
  z-index: 2;
}

.image-change-item:not(:first-of-type) {
  display: none;
}

/* --------------------------------------------------
  C賞
  -------------------------------------------------- */
#prize-c {
  position: relative;
  margin-top: 150px;
  padding-top: 60px;
}
.prize-c-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  max-height: 427px;
  height: 35.583333vw;
  background: url(../images/prize-bg01.jpg) left top repeat;
  background-size: contain;
}
.prize-c-select {
  display: block;
  position: absolute;
  top: -95px;
  right: 0;
  z-index: 3;
  width: 181px;
}

#prize-c .image-change-expansion {
  position: relative;
  margin: 0 auto;
  width: 846px;
}

#prize-c .image-change-item img {
  box-shadow: 8px 10px 4px rgba(12, 0, 3, 0.45);
}
#prize-c .image-change-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  padding: 0;
}
.image-change-thumbs a {
  pointer-events: none;
}

#prize-c .image-change-thumbs-item {
  width: 114px;
  background-color: #fff;
  cursor: pointer;
}
#prize-c .image-change-thumbs-item img {
  transition: 0.3s;
}
#prize-c .image-change-thumbs-item:hover img, #prize-c .image-change-thumbs-item.cr img {
  opacity: 0.7;
}

.prize-c-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
}
.prize-c-detail-head {
  margin: 10px 0 0 0;
  width: 430px;
}
.prize-c-detail-txt {
  width: 510px;
  font-size: 16px;
  line-height: 1.3;
}


/* --------------------------------------------------
  D賞
  -------------------------------------------------- */
#prize-d {
  position: relative;
  margin-top: 130px;
}
.prize-d-bg {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: -2;
  width: 100%;
  max-height: 427px;
  height: 35.583333vw;
  background: url(../images/prize-bg01.jpg) left top repeat;
  background-size: contain;
}
.prize-d-brand {
  display: block;
  position: absolute;
  top: -40px;
  right: 15px;
  width: 144px;
}
.prize-d-select {
  display: block;
  position: absolute;
  bottom: -57px;
  right: -50px;
  z-index: 3;
  width: 181px;
}
#prize-d .image-change-expansion .prize-d-select img {
  box-shadow: none;
}

#prize-d .image-change {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 15px;
  font-size: 0;
}

#prize-d .image-change-expansion {
  position: relative;
  width: 410px;

}
#prize-d .image-change-expansion img {
  display: block;
  box-shadow: 8px 10px 4px rgba(12, 0, 3, 0.45);
}

#prize-d .image-change-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  width: 496px;
  font-size: 0;
}
#prize-d .image-change-thumbs-item {
  margin-top: 11px;
  width: 114px;
  background-color: #fff;
  cursor: pointer;
  font-size: 0;
}
#prize-d .image-change-thumbs-item img {
  transition: 0.3s;
}
#prize-d .image-change-thumbs-item:hover img, #prize-d .image-change-thumbs-item.cr img {
  opacity: 0.7;
}

.prize-d-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 40px 15px 0;
}
.prize-d-detail-head {
  margin: 0;
  width: 352px;
}
.prize-d-detail-txt {
  width: 590px;
  font-size: 16px;
  line-height: 1.3;
}


/* --------------------------------------------------
  D賞
  -------------------------------------------------- */
#prize-e {
  position: relative;
  margin-top: 130px;
}
.prize-e-bg {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: -2;
  width: 100%;
  max-height: 427px;
  height: 35.583333vw;
  background: url(../images/prize-bg01.jpg) left top repeat;
  background-size: contain;
}

#prize-e .image-change {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 15px;
  font-size: 0;
}

#prize-e .image-change-expansion {
  margin-bottom: -10px;
  position: relative;
  width: 455px;

}
#prize-e .image-change-expansion img {
  display: block;
}

#prize-e .image-change-thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  width: 496px;
  font-size: 0;
}
#prize-e .image-change-thumbs-item {
  margin-top: 11px;
  width: 114px;
  background-color: #fff;
  cursor: pointer;
  font-size: 0;
}
#prize-e .image-change-thumbs-item img {
  transition: 0.3s;
}
#prize-e .image-change-thumbs-item:hover img, #prize-e .image-change-thumbs-item.cr img {
  opacity: 0.7;
}

.prize-e-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 50px 15px 0;
}
.prize-e-detail-head {
  margin: 0;
  width: 438px;
}
.prize-e-detail-txt {
  width: 527px;
  font-size: 16px;
  line-height: 1.3;
}


/* --------------------------------------------------
  ラストワン
  -------------------------------------------------- */
#lastone {
  position: relative;
  margin-top: 180px;
  padding-bottom: 50px;
}
#lastone .prize-brand-logo {
  top: 115px;
  left: 105px;
}
.lastone-bg {
  position: relative;
  z-index: -2;
  margin-top: 396px;
  width: 100%;
  height: 427px;
  background: url(../images/lastone-bg01.jpg) left top repeat;
  background-size: contain;
}

.lastone-catch {
  display: block;
  margin: 0 auto 0;
  width: 961px;
}

.lastone-bg-txt {
  position: absolute;
  top: 665px;
  left: 50%;
  z-index: -1;
  max-width: 1200px;
  transform: translateX(-50%);
}
.lastone-bg-txt01 {
  display: block;
  margin-bottom: 14px;
  width: 586px;

}
.lastone-bg-txt02 {
  display: block;
  width: 1200px;
}

.lastone-figure {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1200px;
  transform: translateX(-50%);
}
.lastone-figure-list {
  padding: 0;
}
.lastone-figure-item {
  position: absolute;
  top: 90px;
}
.lastone-figure01 {
  left: 180px;
  width: 1128px;
}
.lastone-figure02 {
  left: 380px;
  width: 873px;
}
.lastone-figure-item:not(:first-of-type) {
  display: none;
}

.lastone-detail {
  position: relative;
  z-index: 1;
  margin: 122px auto 0;
  width: 960px;
}
.lastone-detail-upper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.lastone-head {
  margin: -65px 0 0 0;
  max-width: 447px;
}
.lastone-thumbs-list {
  margin-bottom: 12px;
  padding: 0;
  font-size: 0;
}
.lastone-thumbs-item {
  display: inline-block;
  width: 146px;
  background-color: #fff;
  cursor: pointer;
}
.lastone-thumbs-item + .lastone-thumbs-item {
  margin-left: 18px;
}
.lastone-thumbs-item img {
  transition: 0.3s;
}
.lastone-thumbs-item:hover img, .lastone-thumbs-item.cr img {
  opacity: 0.7;
}
.lastone-txt {
  margin: 0;
  padding: 15px 0 50px;
  font-size: 18px;
  line-height: 1.3;
}

.lastone-pickup {
  margin: 0 auto;
  padding: 30px 15px;
  width: 1000px;
  background-color: #333;
}
.lastone-point {
  display: flex;
  justify-content: space-between;
}
.lastone-point-item {
  width: 222px;
}
.lastone-pickup-thumb {
  margin: 0 0 10px 0;
}
.lastone-pickup-txt {
  margin: 0;
  padding: 15px 0 50px;
  font-size: 16px;
  line-height: 1.3;
}

.lastone-multiview {
  position: relative;
}
.lastone-multiview-ico {
  position: absolute;
  top: 36px;
  right: 22px;
  z-index: 1;
  display: block;
  width: 146px;
}


/* --------------------------------------------------
  ギャラリー
  -------------------------------------------------- */
#gallery {
  margin-bottom: 80px;
  padding: 60px 0 20px;
  background: url(../images/gallery-bg01.jpg) left top repeat;
  background-size: contain;
}
#gallery .inner {
  max-width: 600px;
}
#gallery .slider-for {
  margin-bottom: 20px;
  background-color: #000;
}
#gallery .slider-nav {
  margin-bottom: 30px;
  background-color: #000;
}
#gallery .slider-nav-item {
  margin: 20px 10px;
  border: 1px solid #fff;
}
#gallery .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 72px;
  height: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  text-indent: -9999px;
}
#gallery .slick-prev {
  left: 0;
  background: url(../images/gallery-prev-btn01.png) center center no-repeat;
  background-size: 100% auto;
  transition: 0.3s;
}
#gallery .slick-prev:hover {
  margin-left: -10px;
}
#gallery .slick-next {
  right: 0;
  background: url(../images/gallery-next-btn01.png) center center no-repeat;
  background-size: 100% auto;
  transition: 0.3s;
}
#gallery .slick-next:hover {
  margin-right: -10px;
}

.gallery-title {
  margin: 0 auto;
  width: 70px;
}


/* --------------------------------------------------
  Twitterキャンペーンバナー
  -------------------------------------------------- */
.twitter-campaign {
  margin: 0 auto;
  width: 880px;
}


/* --------------------------------------------------
  ダブルチャンス
  -------------------------------------------------- */
#double {
  position: relative;
  margin-bottom: 100px;
  padding-top: 130px;
}
#double .prize-brand-logo {
  top: 150px;
  left: 0;
  max-width: 202px;
}
.double-catch01 {
  display: block;
  margin: 0 auto;
  padding-bottom: 25px;
  width: 879px;
}
.double-catch02 {
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
  width: 751px;
}
.double-figure {
  position: relative;
}
.double-figure-item {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 980px;
  transform: translateX(-70px);
}
.double-figure-smoke {
  display: block;
  position: absolute;
  bottom: 0;
  left: -50%;
  z-index: -1;
  background-size: 50%;
}

.double-detail {
  position: relative;
  margin-top: -155px;
  padding: 155px 0 35px;
  background: url(../images/double-bg01.jpg) center top no-repeat;
  background-size: cover;
}
.double-detail .inner {
  padding: 0 50px;
}
.double-head {
  margin: 0;
  padding-bottom: 20px;
  width: 545px;
}
.double-ico {
  position: absolute;
  top: -195px;
  display: block;
  width: 179px;
}

.double-note-list {
  padding: 0;
  list-style: none;
}
.double-note-item {
  position: relative;
  font-size: 18px;
  padding-left: 1em;
  line-height: 1.5;
}
.double-note-item:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}


/* --------------------------------------------------
  フッター
  -------------------------------------------------- */
footer {
  padding-bottom: 40px;
}
.footer-onepiece-bnr {
  display: block;
  margin: 0 auto 70px;
  width: 480px;
}
.footer-bandai-logo {
  display: block;
  margin: 0 auto 55px;
  width: 116px;
}
small {
  display: block;
  color: #fff;
  font-size: 20px;
  text-align: center;
}


/* ----------------------------------------------------------------------------------------------------

  ここから1199px以下
  
---------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1199px) {
  #btn-top {
    top: 26.166666vw;
    width: 4.583333vw;
  }
  #btn-online {
    top: 45.833333vw;
    width: 4.583333vw;
  }
  #btn-store {
    top: 26.166666vw;
    width: 4.583333vw;
  }
  
  .inner {
    width: 83.333333vw;
  }
  
  /* ----------------------------------------------------------------------------------------------------
  
    キービジュアル
  
  ---------------------------------------------------------------------------------------------------- */
  #kv {
  }
  #kv-kuji-logo {
    position: absolute;
    top: 5.083333vw;
    left: 4vw;
    z-index: 1;
    width: 8.666666vw;
  }
  #kv-onepiece-logo {
    top: 5.083333;
    right: 3.333333vw;
    width: 17.25vw;
  }
  
  
  /* ----------------------------------------------------------------------------------------------------
  
    About
    
  ---------------------------------------------------------------------------------------------------- */
  #about {
  }
  
  .about-head {
    margin: -5vw auto 2.75vw auto;
    max-width: 71vw;
  }
  .about-txt01 {
    margin: 0 auto 1.333333vw auto;
    max-width: 72.833333vw;
  }
  .about-txt02 {
    margin: 0 auto 4.583333vw auto;
    max-width: 81.083333vw;
  }
  .about-txt03 {
    margin: 0 auto 3.916666vw auto;
    max-width: 43.666666vw;
  }
  .about-note-list {
    padding-bottom: 3.5vw;
  }
  .about-note-item {
    font-size: 1.5vw;
  }
  .about-note-item:before {
  }
  
  
  
  /* ----------------------------------------------------------------------------------------------------
  
    Brand
    
  ---------------------------------------------------------------------------------------------------- */
  .brand-head {
    padding: 7.083333vw 0 7vw 0;
    max-width: 46.666666vw;
  }
  .brand-txt {
    padding-bottom: 4.166666vw;
    max-width: 60.5vw;
  }
  
  
  /* ----------------------------------------------------------------------------------------------------
  
    interview
    
  ---------------------------------------------------------------------------------------------------- */
  #interview {
    padding: 6.666666vw 0;
  }
  
  
  /* ----------------------------------------------------------------------------------------------------
  
    promotion movie
    
  ---------------------------------------------------------------------------------------------------- */
  .movie-player {
    padding: 5.833333vw 0 2.25vw 0;
    max-width: 55.416666vw;
  }
  .movie-player a:after {
    width: 6.333333vw;
    height: 6.333333vw;
  }
  .movie-title {
    padding-bottom: 2.5vw;
    width: 13.666666vw;
  }
  
  
  
  /* ----------------------------------------------------------------------------------------------------
  
    prize
    
  ---------------------------------------------------------------------------------------------------- */
  .prize-brand-logo {
    top: 3.666666vw;
    left: 8.75vw;
    max-width: 19.583333vw;
  }
  
  /* --------------------------------------------------
    A賞
    -------------------------------------------------- */
  #prize-a {
    padding-top: 30.166666vw;
  }
  .prize-a-bg {
    max-height: 35.583333vw;
  }
  
  .prize-a-bg-txt {
    top: 44.416666vw;
    max-width: 1200px;
  }
  .prize-a-bg-txt01 {
    margin-bottom: 1.166666vw;
    width: 48.833333vw;
  
  }
  .prize-a-bg-txt02 {
    width: 100vw;
  }
  
  .prize-a-figure {
    width: 100vw;
  }
  .prize-a-figure-list {
  }
  .prize-a-figure-item {
    top: 4.166666vw;
  }
  .prize-a-figure01 {
    left: 16.416666vw;
    max-width: 82.166666vw;
  }
  .prize-a-figure02 {
    left: 16.416666vw;
    width: 93.916666vw;
  }
  .prize-a-figure03 {
    left: 25.916666vw;
    width: 80.833333vw;
  }
  .prize-a-figure-item:not(:first-of-type) {
  }
  
  .prize-a-detail {
    margin: 12.5vw auto 0;
    max-width: 80vw;
  }
  .prize-a-detail-upper {
  }
  .prize-a-head {
    margin: -5.416666vw 0 0 0;
    max-width: 37.25vw;
  }
  .prize-a-thumbs-list {
  }
  .prize-a-thumbs-item {
    width: 12.166666vw;
  }
  .prize-a-thumbs-item + .prize-a-thumbs-item {
    margin-left: 1.5vw;
  }
  .prize-a-thumbs-item img {
  }
  .prize-a-thumbs-item:hover img, .prize-a-thumbs-item.cr img {
  }
  .prize-a-txt {
    padding: 1.25vw 0 4.166666vw;
    font-size: 1.5vw;
  }
  
  .prize-a-pickup {
    padding: 2.5vw 1.25vw;
    width: 83.333333vw;
  }
  .prize-a-point {
  }
  .prize-a-point-item {
    width: 18.5vw;
  }
  .prize-a-pickup-thumb {
    margin: 0 0 0.833333vw 0;
  }
  .prize-a-pickup-txt {
    font-size: 1.333333vw;
  }
  
  .prize-a-multiview {
  }
  .prize-a-multiview-ico {
    top: 3vw;
    right: 1.833333vw;
    width: 12.166666vw;
  }
  .multiview-txt {
    font-size: 1.333333vw;
  }

  
  
  /* --------------------------------------------------
    B賞
    -------------------------------------------------- */
  #prize-b {
    padding-top: 30.166666vw;
  }
  .prize-b-bg {
    max-height: 35.583333vw;
    height: 35.583333vw;
  }
  
  .prize-b-bg-txt {
    top: 44.416666vw;
    max-width: 100vw;
  }
  .prize-b-bg-txt01 {
    margin-bottom: 1.166666vw;
    width: 48.833333vw;
  
  }
  .prize-b-bg-txt02 {
    width: 100vw;
  }
  
  .prize-b-figure {
    width: 100vw;
  }
  .prize-b-figure-list {
  }
  .prize-b-figure-item {
    top: 4.166666vw;
  }
  .prize-b-figure01 {
    left: 16.416666vw;
    max-width: 82.166666vw;
  }
  .prize-b-figure02 {
    left: 29.916666vw;
    width: 70.916666vw;
  }
  .prize-b-figure03 {
    left: 30.083333vw;
    width: 112vw;
  }
  .prize-b-figure-item:not(:first-of-type) {
  }
  
  .prize-b-detail {
    margin: 12.5vw auto 0;
    max-width: 80vw;
  }
  .prize-b-detail-upper {
  }
  .prize-b-head {
    margin: -5.416666vw 0 0 0;
    max-width: 34.083333vw;
  }
  .prize-b-thumbs-list {
  }
  .prize-b-thumbs-item {
    width: 12.166666vw;
  }
  .prize-b-thumbs-item + .prize-b-thumbs-item {
    margin-left: 1.5vw;
  }
  .prize-b-thumbs-item img {
  }
  .prize-b-thumbs-item:hover img, .prize-b-thumbs-item.cr img {
  }
  .prize-b-txt {
    padding: 1.25vw 0 4.166666vw;
    font-size: 1.5vw;
  }
  
  .prize-b-pickup {
    padding: 2.5vw 1.25vw;
    width: 83.333333vw;
  }
  .prize-b-point {
  }
  .prize-b-point-item {
    width: 18.5vw;
  }
  .prize-b-pickup-thumb {
    margin: 0 0 0.833333vw 0;
  }
  .prize-b-pickup-txt {
    font-size: 1.333333vw;
  }
  
  .prize-b-multiview {
  }
  .prize-b-multiview-ico {
    top: 0.3vw;
    right: 1.833333vw;
    width: 12.166666vw;
  }

  
  /* --------------------------------------------------
    C賞
    -------------------------------------------------- */
  #prize-c {
    margin-top: 12.5vw;
    padding-top: 5vw;
  }
  .prize-c-bg {
    max-height: 35.583333vw;
    height: 35.583333vw;
  }
  .prize-c-select {
    top: -7.9166666vw;
    width: 15.083333vw;
  }
  
  #prize-c .image-change-expansion {
    width:70.5vw;
  }
  
  #prize-c .image-change-item img {
  }
  #prize-c .image-change-thumbs {
    margin-top: 4.166666vw;
  }
  .image-change-thumbs a {
  }
  
  #prize-c .image-change-thumbs-item {
    width: 9.5vw;
  }
  #prize-c .image-change-thumbs-item img {
  }
  #prize-c .image-change-thumbs-item:hover img, #prize-c .image-change-thumbs-item.cr img {
  }
  
  .prize-c-detail {
    margin: 0 1.666666vw;
  }
  .prize-c-detail-head {
    margin: 0.833333vw 0 0 0;
    width: 35.833333vw;
  }
  .prize-c-detail-txt {
    width: 42.5vw;
    font-size: 1.333333vw;
  }
  
  
  /* --------------------------------------------------
    D賞
    -------------------------------------------------- */
  #prize-d {
    margin-top: 10.833333vw;
  }
  .prize-d-bg {
    top: 3.75vw;
    max-height: 35.583333vw;
    height: 35.583333vw;
  }
  .prize-d-brand {
    top: -3.333333vw;
    right: 1.25vw;
    width: 12vw;
  }
  .prize-d-select {
    bottom: -4.75vw;
    right: -4.166666vw;
    width: 15.083333vw;
  }
  #prize-d .image-change-expansion .prize-d-select img {
  }
  
  #prize-d .image-change {
    margin: 0 1.25vw;
    font-size: 0;
  }
  
  #prize-d .image-change-expansion {
    width: 34.166666vw;
  
  }
  #prize-d .image-change-expansion img {
  }
  
  #prize-d .image-change-thumbs {
    width: 41.333333vw;
  }
  #prize-d .image-change-thumbs-item {
    margin-top: 0.916666vw;
    width: 9.5vw;
  }
  #prize-d .image-change-thumbs-item img {
  }
  #prize-d .image-change-thumbs-item:hover img, #prize-d .image-change-thumbs-item.cr img {
  }
  
  .prize-d-detail {
    margin: 3.333333vw 1.25vw 0;
  }
  .prize-d-detail-head {
    width: 29.333333vw;
  }
  .prize-d-detail-txt {
    width: 49.166666vw;
    font-size: 1.333333vw;
  }
  
  
  /* --------------------------------------------------
    D賞
    -------------------------------------------------- */
  #prize-e {
    margin-top: 10.833333vw;
  }
  .prize-e-bg {
    top: 3.75vw;
    max-height: 35.583333vw;
    height: 35.583333vw;
  }
  
  #prize-e .image-change {
    margin: 0 1.25vw;
  }
  
  #prize-e .image-change-expansion {
    margin-bottom: -0.833333vw;
    width: 37.916666vw;
  
  }
  #prize-e .image-change-expansion img {
  }
  
  #prize-e .image-change-thumbs {
    width: 41.333333vw;
  }
  #prize-e .image-change-thumbs-item {
    margin-top: 0.916666vw;
    width: 9.5vw;
  }
  #prize-e .image-change-thumbs-item img {
  }
  #prize-e .image-change-thumbs-item:hover img, #prize-e .image-change-thumbs-item.cr img {
  }
  
  .prize-e-detail {
    margin: 4.166666vw 1.25vw 0;
  }
  .prize-e-detail-head {
    width: 36.5vw;
  }
  .prize-e-detail-txt {
    width: 43.916666vw;
    font-size: 1.333333vw;
  }
  
  
  /* --------------------------------------------------
    ラストワン
    -------------------------------------------------- */
  #lastone {
    margin-top: 15vw;
    padding-bottom: 8.333333vw;
  }
  #lastone .prize-brand-logo {
    top: 9.583333vw;
    left: 8.75vw;
  }
  .lastone-bg {
    margin-top: 33vw;
    height: 35.583333vw;
  }
  
  .lastone-catch {
    width: 80.083333vw;
  }
  
  .lastone-bg-txt {
    top: 55.416666vw;
    max-width: 100vw;
  }
  .lastone-bg-txt01 {
    margin-bottom: 1.166666vw;
    width: 48.833333vw;
  
  }
  .lastone-bg-txt02 {
    width: 100vw;
  }
  
  .lastone-figure {
    width: 100vw;
  }
  .lastone-figure-list {
  }
  .lastone-figure-item {
    top: 7.5vw;
  }
  .lastone-figure01 {
    left: 15vw;
    width: 94vw;
  }
  .lastone-figure02 {
    left: 31.666666vw;
    width: 72.75vw;
  }
  .lastone-figure-item:not(:first-of-type) {
  }
  
  .lastone-detail {
    margin: 10.166666vw auto 0;
    width: 80vw;
  }
  .lastone-detail-upper {
  }
  .lastone-head {
    margin: -5.416666vw 0 0 0;
    max-width: 37.25vw;
  }
  .lastone-thumbs-list {
    margin-bottom: 1vw;
  }
  .lastone-thumbs-item {
    width: 12.166666vw;
  }
  .lastone-thumbs-item + .lastone-thumbs-item {
    margin-left: 1.5vw;
  }
  .lastone-thumbs-item img {
  }
  .lastone-thumbs-item:hover img, .lastone-thumbs-item.cr img {
  }
  .lastone-txt {
    padding: 1.25vw 0 4.166666vw;
    font-size: 1.5vw;

  }
  
  .lastone-pickup {
    padding: 2.5vw 1.25vw;
    width: 83.333333vw;
  }
  .lastone-point {
  }
  .lastone-point-item {
    width: 18.5vw;
  }
  .lastone-pickup-thumb {
    margin: 0 0 0.833333vw 0;
  }
  .lastone-pickup-txt {
    margin: 0;
    padding: 1.25vw 0 4.166666vw;
    font-size: 1.333333vw;
  }
  
  .lastone-multiview {
  }
  .lastone-multiview-ico {
    top: 3vw;
    right: 1.833333vw;
    width: 12.166666vw;
  }
  
  
  /* --------------------------------------------------
    ギャラリー
    -------------------------------------------------- */
  #gallery {
    margin-bottom: 6.666666vw;
    padding: 5vw 0 1.666666vw;
  }
  #gallery .slider-for {
    margin-bottom: 1.666666vw;
  }
  #gallery .slider-nav {
    margin-bottom: 2.5vw;
  }
  #gallery .slider-nav-item {
    margin: 1.666666vw 0.833333vw;
  }
  #gallery .slick-arrow {
    width: 6vw;
  }
  #gallery .slick-prev {
  }
  #gallery .slick-prev:hover {
    margin-left: -0.833333vw;
  }
  #gallery .slick-next {
  }
  #gallery .slick-next:hover {
    margin-right: -0.833333vw;
  }
  
  .gallery-title {
    width: 5.833333vw;
  }
  
  
  /* --------------------------------------------------
    Twitterキャンペーンバナー
    -------------------------------------------------- */
  .twitter-campaign {
    width: 100%;
  }
  
  
  /* --------------------------------------------------
    ダブルチャンス
    -------------------------------------------------- */
  #double {
    margin-bottom: 8.333333vw;
    padding-top: 10.833333vw;
  }
  #double .prize-brand-logo {
    top: 12.5vw;
    left: 0;
    max-width: 16.833333vw;
  }
  .double-catch01 {
    padding-bottom: 2.083333vw;
    width: 73.25vw;
  }
  .double-catch02 {
    padding-bottom: 1.666666vw;
    width: 62.583333vw;
  }
  .double-figure {
  }
  .double-figure-item {
    width: 81.666666vw;
    transform: translateX(-5.833333vw);
  }
  .double-figure-smoke {
  }
  
  .double-detail {
    margin-top: -12.916666vw;
    padding: 12.916666vw 0 2.916666vw;
  }
  .double-detail .inner {
    padding: 0 4.166666vw;
  }
  .double-head {
    padding-bottom: 1.666666vw;
    width: 53.166666vw;
  }
  .double-ico {
    top: -16.25vw;
    width: 14.916666vw;
  }
  
  .double-note-list {
  }
  .double-note-item {
    font-size: 1.5vw;
  }
  .double-note-item:before {
  }
  
  
  /* --------------------------------------------------
    フッター
    -------------------------------------------------- */
  footer {
    padding-bottom: 3.333333vw;
  }
  .footer-onepiece-bnr {
    margin: 0 auto 5.833333vw;
    width: 40vw;
  }
  .footer-bandai-logo {
    margin: 0 auto 4.583333vw;
    width: 9.666666vw;
  }
  small {
    font-size: 1.666666vw;
  }
}


/* ----------------------------------------------------------------------------------------------------

  ここから767px以下
  
---------------------------------------------------------------------------------------------------- */
@media screen and (max-width:767px) {
  body {
  }
  
  #wrapper {
  }
  #wrapper img {
  }
  .btn {
  }
  .btn:hover {
  }
  .inner {
    position: relative;
    margin: 0 8vw;
    max-width: none;
    width: auto;
  }
  
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  
  #btn-top {
    top: 50.133333vw;
    width: 7.333333vw;
  }
  
  #btn-online {
    position: fixed;
    top: 84.4vw;
    left: 0;
    width: 7.333333vw;
  }
  
  #btn-store {
    position: fixed;
    top: 50.133333vw;
    right: 0;
    width: 7.333333vw;
  }
  
  .inview {
  }
  
  
  /* ----------------------------------------------------------------------------------------------------
  
    スプラッシュ
  
  ---------------------------------------------------------------------------------------------------- */
  #splash {
  }
  .splash-txt {
    width: 96%;
  }
  .splash-txt01, .splash-txt02 {
    display: block;
  }
  .splash-txt01 {
  }
  .splash-txt02 {
  }
  .splash-smoke {
  }
  .splash-smoke01 {
    background-size: contain;
  }
  .splash-smoke02 {
    background-size: contain;
  }
  .splash-smoke03 {
    background-size: contain;
  }
  .splash-smoke04 {
    background-size: contain;
  }
  .slideIn {
  }
  .slideIn:before {
  }
  
  @keyframes slideIn {
  }
  
  /* ----------------------------------------------------------------------------------------------------
  
    キービジュアル
  
  ---------------------------------------------------------------------------------------------------- */
  #kv {
  }
  #kv-kuji-logo {
    top: 8.133333vw;
    left: 2.533333vw;
    width: 12vw;
  }
  #kv-onepiece-logo {
    top: 8.133333vw;
    right: 2.533333vw;
    width: 23.066666vw;
  }
  
  #kv-kaido, #kv-marco {
  }
  #kv-kaido span, #kv-marco span {
  }
  .kv-kaido-txt01 {
    top: 33.066666vw;
    left: 51.333333vw;
    width: 17.6vw;
  }
  .kv-kaido-txt02 {
    top: 36.133333vw;
    left: 51.333333vw;
    width: 44vw;
  }
  
  .kv-marco-txt01 {
    top: 33.066666vw;
    left: 4.533333vw;
    width: 17.6vw;
    animation-delay: 0;
    animation-duration: 2s;
  }
  .kv-marco-txt02 {
    top: 35.733333vw;
    left: 4.533333vw;
    width: 51.066666vw;
    animation-delay: 0.7s;
    animation-duration: 2.5s;
  }
  
  #kv-smoke {
    left: 0;
    width: auto;
  }
  
  
  /* ----------------------------------------------------------------------------------------------------
  
    About
    
  ---------------------------------------------------------------------------------------------------- */
  #about {
    background: url(../images/about-bg01.jpg) center center no-repeat;
    background-size: cover;
  }
  
  .about-head {
    margin: -5.333333vw auto 4.4vw;
    max-width: none;
    width: auto;
  }
  .about-txt01 {
    margin: 0 auto 2.266666vw ;
    max-width: none;
    width: auto;
  }
  .about-txt02 {
    margin: 0 auto 6.133333vw ;
    max-width: none;
    width: auto;
  }
  .about-txt03 {
    margin: 0 auto 6.266666vw auto;
    max-width: none;
    width: 64.666666vw;
  }
  .about-note-list {
    padding-bottom: 5.6vw;
  }
  .about-note-item {
    font-size: 2.666666vw;
  }
  .about-note-item:before {
  }
  
  
  
  /* ----------------------------------------------------------------------------------------------------
  
    Brand
    
  ---------------------------------------------------------------------------------------------------- */
  #brand {
  }
  
  /* 背景 */
  .brand-bg-left, .brand-bg-right {
  }
  .brand-bg-left {
  }
  .brand-bg-right {
  }
  
  .brand-head {
    margin: 0 auto;
    padding: 8.933333vw 0 7.6vw 0;
    max-width: 69.466666vw;
  }
  .brand-txt {
    margin: 0 auto;
    padding-bottom: 8vw;
    max-width: none;
    width: auto;
  }
  
  
  /* ----------------------------------------------------------------------------------------------------
  
    image slider
    
  ---------------------------------------------------------------------------------------------------- */
  #image-slide {
    width: 100vw;
  }
  .image-slide-list {
    width: 200vw;
  }
  .image-slide-list:first-child {
    animation: slide1 60s -30s linear infinite;
  }
  
  .image-slide-list:last-child {
    animation: slide2 60s linear infinite;
  }
  
  .image-slide-item {
    display: inline-block;
    width: 100%;
    list-style: none;
    text-align: center;
  }
  .image-slide-item img {
      display: block;
      width: 100%;
      height: auto;
  }
  
  @keyframes slide1 {
    0% {
      transform: translateX(100%);
    }
  
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes slide2 {
    0% {
      transform: translateX(0);
    }
  
    to {
      transform: translateX(-200%);
    }
  }
  
  
  /* ----------------------------------------------------------------------------------------------------
  
    interview
    
  ---------------------------------------------------------------------------------------------------- */
  #interview {
    padding: 8vw 0;
  }
  
  
  /* ----------------------------------------------------------------------------------------------------
  
    promotion movie
    
  ---------------------------------------------------------------------------------------------------- */
  #movie {
    background: url(../images/movie-bg01.jpg) center center no-repeat;
    background-size: cover;
  }
  .movie-player {
    margin: 0 auto;
    padding: 9.333333vw 0 4vw 0;
    max-width: 665px;
  }
  .movie-player a {
  }
  .movie-player a:after {
    width: 10.133333vw;
    height: 10.133333vw;
  }
  .movie-player a img {
  }
  .movie-player a:hover img{
  }
  
  .movie-title {
    margin: 0 auto;
    padding-bottom: 4vw;
    width: 34.666666vw;
  }
  
  
  
  /* ----------------------------------------------------------------------------------------------------
  
    prize
    
  ---------------------------------------------------------------------------------------------------- */
  .prize-brand-logo {
    top: 8vw;
    left: 11vw;
    max-width: none;
    width: 20.533333vw  ;
  }
  
  /* --------------------------------------------------
    A賞
    -------------------------------------------------- */
  #prize-a {
    position: relative;
    padding-top: 44.133333vw;
  }
  .prize-a-bg {
    max-height: none;
    height: 37.333333vw;
  }
  
  .prize-a-bg-txt {
    top: 60.533333vw;
    left: 0;
    max-width: none;
    width: auto;
    transform: translateX(0);
  }
  .prize-a-bg-txt01 {
    display: block;
    margin-bottom: 0.933333vw;
    width: 48.888888;
  
  }
  .prize-a-bg-txt02 {
    display: block;
    width: auto;
  }
  
  .prize-a-figure {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    transform: translateX(0);
  }
  .prize-a-figure-list {
    padding: 0;
  }
  .prize-a-figure-item {
    position: absolute;
    top: 50px;
  }
  .prize-a-figure01 {
    left: 16.8vw;
    max-width: none;
    width: 86.266666vw;
  }
  .prize-a-figure02 {
    left: 2.933333vw;
    width: 98.666666vw;
  }
  .prize-a-figure03 {
    left: 29.333333vw;
    width: 84.933333vw;
  }
  .prize-a-figure-item:not(:first-of-type) {
    display: none;
  }
  
  .prize-a-detail {
    margin: 18.266666vw 8vw 0;
    max-width: none;
    width: auto;
  }
  .prize-a-detail-upper {
    display: block;
  }
  .prize-a-head {
    margin: 0 auto 1.6vw;
    max-width: none;
    width: 85.333333vw;
  }
  .prize-a-thumbs-list {
    padding: 0;
    font-size: 0;
    width: 100%;
  }
  .prize-a-thumbs-item {
    width: 30%;
  }
  .prize-a-thumbs-item + .prize-a-thumbs-item {
    margin-left: 5%;
  }
  .prize-a-thumbs-item img {
  }
  .prize-a-thumbs-item:hover img, .prize-a-thumbs-item.cr img {
  }
  .prize-a-txt {
    margin: 0;
    padding: 2.666666vw 0 6.666666vw;
    font-size: 3.733333vw;
  }
  
  .prize-a-pickup {
    margin: 0 8vw;
    padding: 2.5vw;
    width: auto;
  }
  .prize-a-point {
    flex-wrap: wrap;
  }
  .prize-a-point-item {
    width: 47%;
  }
  .prize-a-pickup-thumb {
    margin: 0 0 1.333333vw 0;
  }
  .prize-a-pickup-txt {
    padding: 0 0 4vw 0;
    font-size: 2.666666vw;
  }
  
  .prize-a-multiview {
  }
  .prize-a-multiview-ico {
    top: 3.066666vw;
    right: 2vw;
    width: 12.8vw;
  }
  .multiview-txt {
    margin: 0 10.5vw;;
    width: auto;
    font-size: 3.733333vw;
  }

  
  /* --------------------------------------------------
    B賞
    -------------------------------------------------- */
  #prize-b {
    position: relative;
    padding-top: 44.133333vw;
  }
  .prize-b-bg {
    max-height: none;
    height: 37.333333vw;
  }
  
  .prize-b-bg-txt {
    top: 60.533333vw;
    left: 0;
    max-width: none;
    width: auto;
    transform: translateX(0);
  }
  .prize-b-bg-txt01 {
    display: block;
    margin-bottom: 0.933333vw;
    width: 48.888888;
  
  }
  .prize-b-bg-txt02 {
    display: block;
    width: auto;
  }
  
  .prize-b-figure {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    transform: translateX(0);
  }
  .prize-b-figure-list {
    padding: 0;
  }
  .prize-b-figure-item {
    position: absolute;
    top: 50px;
  }
  .prize-b-figure01 {
    left: 12.666666vw;
    max-width: none;
    width: 99.866666vw;
  }
  .prize-b-figure02 {
    left: 30.666666vw;
    width: 74.533333vw;
  }
  .prize-b-figure03 {
    left: 25.866666vw;
    width: 117.733333vw;
  }
  .prize-b-figure-item:not(:first-of-type) {
    display: none;
  }
  
  .prize-b-detail {
    margin: 18.266666vw 8vw 0;
    max-width: none;
    width: auto;
  }
  .prize-b-detail-upper {
    display: block;
  }
  .prize-b-head {
    margin: 0 auto 1.6vw;
    max-width: none;
    width: 85.333333vw;
  }
  .prize-b-thumbs-list {
    padding: 0;
    font-size: 0;
    width: 100%;
  }
  .prize-b-thumbs-item {
    width: 30%;
  }
  .prize-b-thumbs-item + .prize-b-thumbs-item {
    margin-left: 5%;
  }
  .prize-b-thumbs-item img {
  }
  .prize-b-thumbs-item:hover img, .prize-b-thumbs-item.cr img {
  }
  .prize-b-txt {
    margin: 0;
    padding: 2.666666vw 0 6.666666vw;
    font-size: 3.733333vw;
  }
  
  .prize-b-pickup {
    margin: 0 8vw;
    padding: 2.5vw;
    width: auto;
  }
  .prize-b-point {
    flex-wrap: wrap;
  }
  .prize-b-point-item {
    width: 47%;
  }
  .prize-b-pickup-thumb {
    margin: 0 0 1.333333vw 0;
  }
  .prize-b-pickup-txt {
    padding: 0 0 4vw 0;
    font-size: 2.666666vw;
  }
  
  .prize-b-multiview {
  }
  .prize-b-multiview-ico {
    top: 3.066666vw;
    right: 2vw;
    width: 12.8vw;
  }
  
  
  /* --------------------------------------------------
    C賞〜E賞
    -------------------------------------------------- */
  .image-change-item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .image-change-item.cr {
    position: relative;
    z-index: 2;
  }
  
  .image-change-item:not(:first-of-type) {
    display: none;
  }
  
  /* --------------------------------------------------
    C賞
    -------------------------------------------------- */
  #prize-c {
    position: relative;
    margin-top: 20vw;
    padding-top: 5.066666vw;
  }
  .prize-c-bg {
    max-height: none;
    height: 61.866666vw;
  }
  .prize-c-select {
    top: -9.333333vw;
    right: 0;
    width: 20vw;
  }
  
  #prize-c .image-change-expansion {
    position: relative;
    margin: 0 auto;
    width: 74.133333vw;
  }
  
  #prize-c .image-change-item img {
    box-shadow: 4px 5px 4px rgba(12, 0, 3, 0.45);
  }
  #prize-c .image-change-thumbs {
    margin: 4.533333vw auto 0 ;
    width: 74.133333vw;
  }
  .image-change-thumbs a {
    pointer-events: none;
  }
  
  #prize-c .image-change-thumbs-item {
    margin-bottom: 3%;
    width: 23%;
  }
  #prize-c .image-change-thumbs-item img {
    transition: 0.3s;
  }
  #prize-c .image-change-thumbs-item:hover img, #prize-c .image-change-thumbs-item.cr img {
    opacity: 0.7;
  }
  
  .prize-c-detail {
    margin: 0 5vw;
  }
  .prize-c-detail-head {
    margin: 0 0 2.666666vw -2.666666vw;
    width: 71.2vw;
  }
  .prize-c-detail-txt {
    margin: 0 -4vw;
    width: auto;
    font-size: 3.733333vw;
  }
  
  
  /* --------------------------------------------------
    D賞
    -------------------------------------------------- */
  #prize-d {
    position: relative;
    margin-top: 24vw;
  }
  .prize-d-bg {
    max-height: none;
    height: 61.866666vw;
  }
  .prize-d-brand {
    display: block;
    position: absolute;
    top: -10.666666vw;
    right: 4vw;
    width: 18.666666vw;
  }
  .prize-d-select {
    top: -9.333333vw;
    right:auto;
    left: -2.5vw;
    width: 20vw;
  }
  #prize-d .image-change-expansion .prize-d-select img {
    box-shadow: none;
  }
  
  #prize-d .image-change {
    display: block;
    margin: 0;
  }
  
  #prize-d .image-change-expansion {
    position: relative;
    margin: 0 auto;
    width: 74.133333vw;
  
  }
  #prize-d .image-change-expansion img {
    display: block;
    box-shadow: 4px 5px 4px rgba(12, 0, 3, 0.45);
  }
  
  #prize-d .image-change-thumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    margin: 0 auto;
    width: 74.133333vw;
    font-size: 0;
  }
  #prize-d .image-change-thumbs-item {
    margin-top: 3%;
    width: 23%;
    background-color: #fff;
    cursor: pointer;
    font-size: 0;
  }
  #prize-d .image-change-thumbs-item img {
    transition: 0.3s;
  }
  #prize-d .image-change-thumbs-item:hover img, #prize-d .image-change-thumbs-item.cr img {
    opacity: 0.7;
  }
  
  .prize-d-detail {
    margin: 0 5vw;
  }
  .prize-d-detail-head {
    margin: 0 0 2.666666vw -2.666666vw;
    width: 61.2vw;
  }
  .prize-d-detail-txt {
    margin: 0 -4vw;
    width: auto;
    font-size: 3.733333vw;
  }
  
  
  /* --------------------------------------------------
    E賞
    -------------------------------------------------- */
  #prize-e {
    position: relative;
    margin-top: 14.666666vw;
  }
  .prize-e-bg {
    max-height: none;
    height: 61.866666vw;
  }
  
  #prize-e .image-change {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 15px;
    font-size: 0;
  }
  
  #prize-e .image-change-expansion {
    margin-bottom: 0;
    margin: 0 auto;
    width: 74.133333vw;
  
  }
  #prize-e .image-change-expansion img {
    display: block;
  }
  
  #prize-e .image-change-thumbs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0;
    width: 496px;
    font-size: 0;
  }
  #prize-e .image-change-thumbs-item {
    margin-top: 3%;
    width: 23%;
    background-color: #fff;
    cursor: pointer;
    font-size: 0;
  }
  #prize-e .image-change-thumbs-item img {
    transition: 0.3s;
  }
  #prize-e .image-change-thumbs-item:hover img, #prize-e .image-change-thumbs-item.cr img {
    opacity: 0.7;
  }
  
  .prize-e-detail {
    margin: 0 5vw;
  }
  .prize-e-detail-head {
    margin: 0 0 2.666666vw -2.666666vw;
    width: 438px;
  }
  .prize-e-detail-txt {
    margin: 0 -4vw;
    width: auto;
    font-size: 3.733333vw;
  }
  
  /* --------------------------------------------------
    ラストワン
  -------------------------------------------------- */
  #lastone {
    position: relative;
    margin-top: 24vw;
  }
  .lastone-catch {
    display: block;
    margin: 0 auto;
    width: 82.133333vw;
  }
  .lastone-bg {
    max-height: none;
    height: 37.333333vw;
  }
    
  .lastone-bg-txt {
    top: 60.533333vw;
    left: 0;
    max-width: none;
    width: auto;
    transform: translateX(0);
  }
  .lastone-bg-txt01 {
    display: block;
    margin-bottom: 0.933333vw;
    width: 48.888888;
  
  }
  .lastone-bg-txt02 {
    display: block;
    width: auto;
  }
  
  .lastone-figure {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    transform: translateX(0);
  }
  .lastone-figure-list {
    padding: 0;
  }
  .lastone-figure-item {
    position: absolute;
    top: 8.666666vw;
  }
  .lastone-figure01 {
    left: 12.666666vw;
    max-width: none;
    width: 99.866666vw;
  }
  .lastone-figure02 {
    left: 30.666666vw;
    width: 77.533333vw;
  }
  .lastone-figure03 {
    left: 25.866666vw;
    width: 117.733333vw;
  }
  .lastone-figure-item:not(:first-of-type) {
    display: none;
  }
  
  .lastone-detail {
    margin: 24vw 8vw 0;
    max-width: none;
    width: auto;
  }
  .lastone-detail-upper {
    display: block;
  }
  .lastone-head {
    margin: 0 auto 1.6vw;
    max-width: none;
    width: 85.333333vw;
  }
  .lastone-thumbs-list {
    padding: 0;
    width: 100%;
    font-size: 0;
    text-align: center;
  }
  .lastone-thumbs-item {
    width: 30%;
  }
  .lastone-thumbs-item + .lastone-thumbs-item {
    margin-left: 5%;
  }
  .lastone-thumbs-item img {
  }
  .lastone-thumbs-item:hover img, .lastone-thumbs-item.cr img {
  }
  .lastone-txt {
    margin: 0 1vw;
    padding: 2.666666vw 0 6.666666vw;
    font-size: 3.733333vw;
  }
  
  .lastone-pickup {
    margin: 0 8vw;
    padding: 2.5vw;
    width: auto;
  }
  .lastone-point {
    flex-wrap: wrap;
  }
  .lastone-point-item {
    width: 47%;
  }
  .lastone-pickup-thumb {
    margin: 0 0 1.333333vw 0;
  }
  .lastone-pickup-txt {
    padding: 0 0 4vw 0;
    font-size: 2.666666vw;
  }
  
  .lastone-multiview {
  }
  .lastone-multiview-ico {
    top: 3.066666vw;
    right: 2vw;
    width: 12.8vw;
  }
  
  
  /* --------------------------------------------------
    ギャラリー
    -------------------------------------------------- */
  #gallery {
    margin-bottom: 9.333333vw;
    padding: 8vw 0 2.666666vw;
    background-size: cover;
  }
  #gallery .slider-for {
    margin-bottom: 2.666666vw;
  }
  #gallery .slider-nav {
    margin-bottom: 2.666666vw;
  }
  #gallery .slider-nav-item {
    margin: 2.666666vw 1.333333vw;
  }
  #gallery .slick-arrow {

    width: 9.6vw;

  }
  #gallery .slick-prev {
  }
  #gallery .slick-prev:hover {
    margin-left: 0;
  }
  #gallery .slick-next {

  }
  #gallery .slick-next:hover {
    margin-right: 0;
  }
  
  .gallery-title {
    margin: 0 auto;
    width: 14.933333vw;
  }
  
  
  /* --------------------------------------------------
    Twitterキャンペーンバナー
    -------------------------------------------------- */
  .twitter-campaign {
    margin: 0 auto;
    width: auto;
  }
  
  
  /* --------------------------------------------------
    ダブルチャンス
    -------------------------------------------------- */
  #double {
    margin-bottom: 13.333333vw;
    padding-top: 12vw;
  }
  #double .prize-brand-logo {
    top: 26vw;
    left: 2.666666vw;
    max-width: none;
    width: 17.733333vw;
  }
  .double-catch01 {
    padding-bottom: 3.333333vw;
    width: auto;
  }
  .double-catch02 {
    padding-bottom: 2.666666;
    width: 70.933333vw;
  }
  .double-figure {
    position: relative;
  }
  .double-figure-item {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 85.866666vw;
    transform: translateX(-3.733333vw);
  }
  .double-figure-smoke {
    display: block;
    position: absolute;
    bottom: 0;
    left: -50%;
    z-index: -1;
    background-size: 50%;
  }
  
  .double-detail {
    position: relative;
    margin-top: -10.933333vw;
    padding: 13.333333vw 0 2.666666vw;

    background-size: cover;
  }
  .double-detail .inner {
    padding: 0 3.333333vw;
  }
  .double-head {
    margin: 0;
    padding-bottom: 2.666666vw;
    width: 82.133333vw;
  }
  .double-ico {
    top: -21.2vw;
    width: 18vw;
  }
  
  .double-note-list {
  }
  .double-note-item {
    font-size: 2.666666vw;
  }
  .double-note-item:before {
  }
  
  
  /* --------------------------------------------------
    フッター
    -------------------------------------------------- */
  footer {
    padding-bottom: 5.333333vw;
  }
  .footer-onepiece-bnr {
    margin: 0 auto 9.333333vw;
    width: 64vw;
  }
  .footer-bandai-logo {
    margin: 0 auto 7.333333vw;
    width: 15.466666vw;
  }
  small {
    font-size: 3.2vw;
  }
}