@charset "UTF-8";
/*reset*/
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  text-align: left;
  vertical-align: baseline;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Sawarabi Mincho", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a img, :link img, :visited img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  list-style-type: none;
}

ul li img {
  vertical-align: top;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

@media (max-width: 640px) {
  html, body {
    font-size: 100%;
    font-size: 4vw;
  }
}

@media (max-width: 640px) {
  html * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

body {
  overflow-y: scroll;
}

.pcOnly {
  display: block;
}

@media (max-width: 1024px) {
  .pcOnly {
    display: none;
  }
}

.spOnly {
  display: none;
}

@media (max-width: 1024px) {
  .spOnly {
    display: block;
  }
}

.fade {
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 1;
}

.fade:hover {
  opacity: 0.50;
  cursor: pointer;
}

@media (max-width: 640px) {
  .fade:hover {
    opacity: 1;
    cursor: pointer;
  }
}

.coverArea {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #fff;
}

.coverArea .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 170px;
  height: 170px;
  text-align: center;
  font-size: 12px;
  color: #bbb;
  font-family: 'Bellefair', serif;
}

.coverArea .cover img {
  width: 100%;
}

.coverArea .shiroLogo {
  width: 30%;
  max-width: 160px;
  margin: 3% auto 0;
}

.coverArea .shiroLogo img {
  width: 100%;
  height: auto;
}

.motion {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-transform: translateY(5%);
  -ms-transform: translateY(5%);
  transform: translateY(5%);
  opacity: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.inView {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.fadeInUp {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.bg {
  width: 90%;
  margin: 0 5%;
  background: url(/shironekoproject/lp/kings_crown/assets/img/bg.png) center center;
  display: block;
}

@media (max-width: 1024px) {
  .bg {
    width: 100%;
    margin: 0;
  }
}

@-webkit-keyframes imgPan {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@keyframes imgPan {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}

.wrapper {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.wrapper.on {
  position: relative;
}

.wrap {
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .wrap {
    width: 100%;
  }
}

.imgFull {
  width: 100%;
}

.imgFull img {
  width: 100%;
  height: auto;
}

.on {
  display: block;
  opacity: 1;
}

.off {
  opacity: 0;
  display: none;
}

.inView path {
  fill-opacity: 0;
  /*塗り*/
  stroke: #000;
  /*線の色*/
  stroke-dasharray: 1200;
  /*線の間隔*/
  stroke-dashoffset: 0;
  /*線の開始位置*/
  stroke-width: .5;
  /*線の太さ*/
  -webkit-animation: write 2s ease-in forwards;
  animation: write 2s ease-in forwards;
}

@-webkit-keyframes write {
  0% {
    stroke-dashoffset: 1200;
    fill: transparent;
  }
  60% {
    fill: transparent;
    stroke-width: .5;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-width: 0;
    fill-opacity: 1;
  }
}

@keyframes write {
  0% {
    stroke-dashoffset: 1200;
    fill: transparent;
  }
  60% {
    fill: transparent;
    stroke-width: .5;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-width: 0;
    fill-opacity: 1;
  }
}

/*=============================
 header
===============================*/
header {
  position: relative;
  z-index: 100;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  opacity: 1;
  overflow: hidden;
}

header .headerBg {
  position: relative;
  width: 100%;
}

header .headerBg img {
  width: 100%;
  height: auto;
}

header .mainVisual {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: brightness(10);
  filter: brightness(10);
}

header .mainVisual img {
  width: 100vw;
  height: auto;
}

header.onHeader .mainVisual {
  -webkit-transition: -webkit-filter 2s cubic-bezier(0, 1, 0, 1) 2.6s;
  transition: -webkit-filter 2s cubic-bezier(0, 1, 0, 1) 2.6s;
  -o-transition: filter 2s cubic-bezier(0, 1, 0, 1) 2.6s;
  transition: filter 2s cubic-bezier(0, 1, 0, 1) 2.6s;
  transition: filter 2s cubic-bezier(0, 1, 0, 1) 2.6s, -webkit-filter 2s cubic-bezier(0, 1, 0, 1) 2.6s;
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

header .firstVisual {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(2.5);
  -ms-transform: scale(2.5);
  transform: scale(2.5);
  -webkit-filter: brightness(10);
  filter: brightness(10);
  opacity: 1;
}

header .firstVisual img {
  width: 100vw;
  height: auto;
}

header.onHeader .firstVisual {
  -webkit-transition: opacity 1s ease 2.5s, -webkit-transform 3s cubic-bezier(0, 1, 0, 1) 0s, -webkit-filter 1.3s ease 0s;
  transition: opacity 1s ease 2.5s, -webkit-transform 3s cubic-bezier(0, 1, 0, 1) 0s, -webkit-filter 1.3s ease 0s;
  -o-transition: transform 3s cubic-bezier(0, 1, 0, 1) 0s, opacity 1s ease 2.5s, filter 1.3s ease 0s;
  transition: transform 3s cubic-bezier(0, 1, 0, 1) 0s, opacity 1s ease 2.5s, filter 1.3s ease 0s;
  transition: transform 3s cubic-bezier(0, 1, 0, 1) 0s, opacity 1s ease 2.5s, filter 1.3s ease 0s, -webkit-transform 3s cubic-bezier(0, 1, 0, 1) 0s, -webkit-filter 1.3s ease 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-filter: brightness(1);
  filter: brightness(1);
  opacity: 0;
}

header .btnArea {
  position: absolute;
  bottom: 11vw;
  left: 50%;
  width: 74%;
  margin-left: -37%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  header .btnArea {
    bottom: 9vw;
    width: 100%;
    margin-left: -50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

header .btnArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 49%;
}

@media (max-width: 1024px) {
  header .btnArea ul {
    width: 100%;
    margin-top: 2vw;
  }
}

header .btnArea ul li {
  width: 49%;
}

@media (max-width: 1024px) {
  header .btnArea ul li {
    width: 45%;
  }
}

header .btnArea ul li a:hover {
  cursor: pointer;
  -webkit-animation: btnHover ease 1.6s;
  animation: btnHover ease 1.6s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

header .btnArea ul li a img {
  width: 100%;
  height: auto;
}

header.onHeader {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transition: opacity 2s cubic-bezier(0, 1, 0, 1) 0s, -webkit-transform 0.4s cubic-bezier(0, 1, 0, 1) 0s, -webkit-filter 1s ease 0s;
  transition: opacity 2s cubic-bezier(0, 1, 0, 1) 0s, -webkit-transform 0.4s cubic-bezier(0, 1, 0, 1) 0s, -webkit-filter 1s ease 0s;
  -o-transition: transform 0.4s cubic-bezier(0, 1, 0, 1) 0s, opacity 2s cubic-bezier(0, 1, 0, 1) 0s, filter 1s ease 0s;
  transition: transform 0.4s cubic-bezier(0, 1, 0, 1) 0s, opacity 2s cubic-bezier(0, 1, 0, 1) 0s, filter 1s ease 0s;
  transition: transform 0.4s cubic-bezier(0, 1, 0, 1) 0s, opacity 2s cubic-bezier(0, 1, 0, 1) 0s, filter 1s ease 0s, -webkit-transform 0.4s cubic-bezier(0, 1, 0, 1) 0s, -webkit-filter 1s ease 0s;
}

header.onHeader .logo {
  opacity: 1 !important;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transition: opacity 2s cubic-bezier(0, 1, 0, 1) 0.3s, -webkit-transform 0.4s cubic-bezier(0, 1, 0, 1) 0.3s, -webkit-filter 2s ease 0.3s;
  transition: opacity 2s cubic-bezier(0, 1, 0, 1) 0.3s, -webkit-transform 0.4s cubic-bezier(0, 1, 0, 1) 0.3s, -webkit-filter 2s ease 0.3s;
  -o-transition: transform 0.4s cubic-bezier(0, 1, 0, 1) 0.3s, opacity 2s cubic-bezier(0, 1, 0, 1) 0.3s, filter 2s ease 0.3s;
  transition: transform 0.4s cubic-bezier(0, 1, 0, 1) 0.3s, opacity 2s cubic-bezier(0, 1, 0, 1) 0.3s, filter 2s ease 0.3s;
  transition: transform 0.4s cubic-bezier(0, 1, 0, 1) 0.3s, opacity 2s cubic-bezier(0, 1, 0, 1) 0.3s, filter 2s ease 0.3s, -webkit-transform 0.4s cubic-bezier(0, 1, 0, 1) 0.3s, -webkit-filter 2s ease 0.3s;
}

/*=============================
 charaArea
===============================*/
.charaArea {
  position: relative;
  text-align: center;
  padding: 0vh 0 0vh;
  z-index: 1;
}

.charaArea .charaWrap {
  pointer-events: none;
  position: relative;
  width: 79vw;
  margin: 4vw auto 0;
}

@media (max-width: 1024px) {
  .charaArea .charaWrap {
    width: 100%;
  }
}

.charaArea .charaWrap h2.title {
  position: absolute;
  top: -.9vw;
  left: 4.4vw;
  width: 25vw;
  height: auto;
  z-index: 10;
}

@media (max-width: 1024px) {
  .charaArea .charaWrap h2.title {
    top: 0vw;
    left: 11vw;
    width: 50vw;
  }
}

.charaArea .charaWrap .parts01, .charaArea .charaWrap .parts02, .charaArea .charaWrap .parts03, .charaArea .charaWrap .parts04, .charaArea .charaWrap .parts05, .charaArea .charaWrap .parts06, .charaArea .charaWrap .parts07, .charaArea .charaWrap .parts08 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.charaArea .charaWrap .parts01 {
  -webkit-filter: brightness(10);
  filter: brightness(10);
  -webkit-transform: translateY(80%);
  -ms-transform: translateY(80%);
  transform: translateY(80%);
  z-index: 1;
}

@media (max-width: 1024px) {
  .charaArea .charaWrap .parts01 {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
  }
}

.charaArea .charaWrap .parts02 {
  -webkit-filter: brightness(10);
  filter: brightness(10);
  -webkit-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
  opacity: 0;
  z-index: 1;
}

@media (max-width: 1024px) {
  .charaArea .charaWrap .parts02 {
    -webkit-transform: translateX(0%) translateY(100%);
    -ms-transform: translateX(0%) translateY(100%);
    transform: translateX(0%) translateY(100%);
  }
}

.charaArea .charaWrap .parts03 {
  opacity: 0;
  -webkit-filter: brightness(10);
  filter: brightness(10);
  -webkit-transform: translateX(60%);
  -ms-transform: translateX(60%);
  transform: translateX(60%);
  z-index: 2;
}

@media (max-width: 1024px) {
  .charaArea .charaWrap .parts03 {
    -webkit-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
  }
}

.charaArea .charaWrap .parts04 {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 3;
}

@media (max-width: 1024px) {
  .charaArea .charaWrap .parts04 {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.charaArea .charaWrap .parts05 {
  opacity: 0;
  z-index: 3;
  left: auto;
  right: -4vw;
  top: 6vw;
  width: 9vw;
}

@media (max-width: 1024px) {
  .charaArea .charaWrap .parts05 {
    display: none;
  }
}

.charaArea .charaWrap .parts05 img {
  width: 100%;
  height: auto;
}

.charaArea .charaWrap .parts06 {
  opacity: 0;
  z-index: 3;
  left: auto;
  right: -4vw;
  top: 15vw;
  width: 9vw;
}

@media (max-width: 1024px) {
  .charaArea .charaWrap .parts06 {
    display: none;
  }
}

.charaArea .charaWrap .parts06 img {
  width: 100%;
  height: auto;
}

.charaArea .charaWrap .parts07 {
  opacity: 0;
  z-index: 3;
  left: auto;
  right: -4vw;
  top: 24vw;
  width: 9vw;
}

@media (max-width: 1024px) {
  .charaArea .charaWrap .parts07 {
    display: none;
  }
}

.charaArea .charaWrap .parts07 img {
  width: 100%;
  height: auto;
}

.charaArea .charaWrap .parts08 {
  opacity: 0;
  z-index: 3;
  left: auto;
  right: -4vw;
  top: 33vw;
  width: 9vw;
}

@media (max-width: 1024px) {
  .charaArea .charaWrap .parts08 {
    display: none;
  }
}

.charaArea .charaWrap .parts08 img {
  width: 100%;
  height: auto;
}

.charaArea .charaWrap .parts09 {
  position: absolute;
  bottom: 8vw;
  left: 4vw;
  z-index: 1;
  width: 18vw;
  -webkit-filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px #fff);
  filter: drop-shadow(0 0 3px #fff) drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px #fff);
}

.charaArea .charaWrap .parts05, .charaArea .charaWrap .parts06, .charaArea .charaWrap .parts07, .charaArea .charaWrap .parts08 {
  -webkit-transform: rotateY(360deg) scale(0.1);
  transform: rotateY(360deg) scale(0.1);
}

.charaArea .chara01 {
  margin: 0 auto;
}

.charaArea .chara01 .parts05 {
  top: 10vw;
}

.charaArea .chara01 .parts06 {
  top: 19vw;
}

.charaArea .chara01 .parts07 {
  top: 28vw;
}

.charaArea .chara01 .parts08 {
  top: 37vw;
}

@media (max-width: 1024px) {
  .charaArea .chara01 .parts09 {
    bottom: auto;
    left: auto;
    top: 47vw;
    right: 5vw;
    width: 30vw;
  }
}

.charaArea .chara02 .parts09 {
  width: 20vw;
}

@media (max-width: 1024px) {
  .charaArea .chara02 .parts09 {
    bottom: auto;
    left: 5vw;
    top: 37vw;
    width: 36vw;
  }
}

.charaArea .chara03 .parts09 {
  bottom: 5vw;
  width: 16vw;
}

@media (max-width: 1024px) {
  .charaArea .chara03 .parts09 {
    bottom: auto;
    left: auto;
    top: 37vw;
    right: 5vw;
    width: 30vw;
  }
}

@media (max-width: 1024px) {
  .charaArea .chara04 .parts09 {
    bottom: auto;
    left: 5vw;
    top: 37vw;
    width: 37vw;
  }
}

.charaArea .inView .parts01, .charaArea .inView .parts02, .charaArea .inView .parts03, .charaArea .inView .parts04, .charaArea .inView .parts05, .charaArea .inView .parts06, .charaArea .inView .parts07, .charaArea .inView .parts08, .charaArea .chara:nth-child(even) .inView .parts01, .charaArea .chara:nth-child(even) .inView .parts02, .charaArea .chara:nth-child(even) .inView .parts03, .charaArea .chara:nth-child(even) .inView .parts04, .charaArea .chara:nth-child(even) .inView .parts05, .charaArea .chara:nth-child(even) .inView .parts06, .charaArea .chara:nth-child(even) .inView .parts07, .charaArea .chara:nth-child(even) .inView .parts08 {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0) scaleX(1);
  -ms-transform: translateX(0) translateY(0) scaleX(1);
  transform: translateX(0) translateY(0) scaleX(1);
  -webkit-filter: brightness(1);
  filter: brightness(1);
}

.charaArea .inView .parts01, .charaArea .chara:nth-child(even) .inView .parts01 {
  -webkit-transition: opacity 0s ease 0s, -webkit-transform 2s cubic-bezier(0, 1, 0, 1) 0s, -webkit-filter 1.3s ease 0s;
  transition: opacity 0s ease 0s, -webkit-transform 2s cubic-bezier(0, 1, 0, 1) 0s, -webkit-filter 1.3s ease 0s;
  -o-transition: transform 2s cubic-bezier(0, 1, 0, 1) 0s, opacity 0s ease 0s, filter 1.3s ease 0s;
  transition: transform 2s cubic-bezier(0, 1, 0, 1) 0s, opacity 0s ease 0s, filter 1.3s ease 0s;
  transition: transform 2s cubic-bezier(0, 1, 0, 1) 0s, opacity 0s ease 0s, filter 1.3s ease 0s, -webkit-transform 2s cubic-bezier(0, 1, 0, 1) 0s, -webkit-filter 1.3s ease 0s;
}

.charaArea .inView .parts02, .charaArea .chara:nth-child(even) .inView .parts02 {
  -webkit-transition: opacity 0s ease 0s, -webkit-transform 2s cubic-bezier(0, 1, 0, 1) 0s, -webkit-filter 1.3s ease 0s;
  transition: opacity 0s ease 0s, -webkit-transform 2s cubic-bezier(0, 1, 0, 1) 0s, -webkit-filter 1.3s ease 0s;
  -o-transition: transform 2s cubic-bezier(0, 1, 0, 1) 0s, opacity 0s ease 0s, filter 1.3s ease 0s;
  transition: transform 2s cubic-bezier(0, 1, 0, 1) 0s, opacity 0s ease 0s, filter 1.3s ease 0s;
  transition: transform 2s cubic-bezier(0, 1, 0, 1) 0s, opacity 0s ease 0s, filter 1.3s ease 0s, -webkit-transform 2s cubic-bezier(0, 1, 0, 1) 0s, -webkit-filter 1.3s ease 0s;
}

@media (max-width: 1024px) {
  .charaArea .inView .parts02, .charaArea .chara:nth-child(even) .inView .parts02 {
    -webkit-transition: opacity 0s ease 0s, -webkit-transform 3s cubic-bezier(0, 1, 0, 1) 0s, -webkit-filter 1.3s ease 0s;
    transition: opacity 0s ease 0s, -webkit-transform 3s cubic-bezier(0, 1, 0, 1) 0s, -webkit-filter 1.3s ease 0s;
    -o-transition: transform 3s cubic-bezier(0, 1, 0, 1) 0s, opacity 0s ease 0s, filter 1.3s ease 0s;
    transition: transform 3s cubic-bezier(0, 1, 0, 1) 0s, opacity 0s ease 0s, filter 1.3s ease 0s;
    transition: transform 3s cubic-bezier(0, 1, 0, 1) 0s, opacity 0s ease 0s, filter 1.3s ease 0s, -webkit-transform 3s cubic-bezier(0, 1, 0, 1) 0s, -webkit-filter 1.3s ease 0s;
  }
}

.charaArea .inView .parts03, .charaArea .chara:nth-child(even) .inView .parts03 {
  -webkit-transition: opacity 0s cubic-bezier(0.25, 1, 0.25, 1) 0s, -webkit-transform 2s cubic-bezier(0, 1, 0, 1) 0s, -webkit-filter 1.3s ease 0s;
  transition: opacity 0s cubic-bezier(0.25, 1, 0.25, 1) 0s, -webkit-transform 2s cubic-bezier(0, 1, 0, 1) 0s, -webkit-filter 1.3s ease 0s;
  -o-transition: transform 2s cubic-bezier(0, 1, 0, 1) 0s, opacity 0s cubic-bezier(0.25, 1, 0.25, 1) 0s, filter 1.3s ease 0s;
  transition: transform 2s cubic-bezier(0, 1, 0, 1) 0s, opacity 0s cubic-bezier(0.25, 1, 0.25, 1) 0s, filter 1.3s ease 0s;
  transition: transform 2s cubic-bezier(0, 1, 0, 1) 0s, opacity 0s cubic-bezier(0.25, 1, 0.25, 1) 0s, filter 1.3s ease 0s, -webkit-transform 2s cubic-bezier(0, 1, 0, 1) 0s, -webkit-filter 1.3s ease 0s;
}

@media (max-width: 1024px) {
  .charaArea .inView .parts03, .charaArea .chara:nth-child(even) .inView .parts03 {
    -webkit-transition: opacity 4s cubic-bezier(0.25, 1, 0.25, 1) 0s, -webkit-transform 4s cubic-bezier(0, 1, 0, 1) 0.1s, -webkit-filter 3s cubic-bezier(0.25, 1, 0.25, 1) 0s;
    transition: opacity 4s cubic-bezier(0.25, 1, 0.25, 1) 0s, -webkit-transform 4s cubic-bezier(0, 1, 0, 1) 0.1s, -webkit-filter 3s cubic-bezier(0.25, 1, 0.25, 1) 0s;
    -o-transition: transform 4s cubic-bezier(0, 1, 0, 1) 0.1s, opacity 4s cubic-bezier(0.25, 1, 0.25, 1) 0s, filter 3s cubic-bezier(0.25, 1, 0.25, 1) 0s;
    transition: transform 4s cubic-bezier(0, 1, 0, 1) 0.1s, opacity 4s cubic-bezier(0.25, 1, 0.25, 1) 0s, filter 3s cubic-bezier(0.25, 1, 0.25, 1) 0s;
    transition: transform 4s cubic-bezier(0, 1, 0, 1) 0.1s, opacity 4s cubic-bezier(0.25, 1, 0.25, 1) 0s, filter 3s cubic-bezier(0.25, 1, 0.25, 1) 0s, -webkit-transform 4s cubic-bezier(0, 1, 0, 1) 0.1s, -webkit-filter 3s cubic-bezier(0.25, 1, 0.25, 1) 0s;
  }
}

.charaArea .inView .parts04, .charaArea .chara:nth-child(even) .inView .parts04 {
  -webkit-transition: opacity 1.8s cubic-bezier(0.25, 1, 0.25, 1) 0.7s, -webkit-transform 2s cubic-bezier(0, 1, 0, 1) 0.7s;
  transition: opacity 1.8s cubic-bezier(0.25, 1, 0.25, 1) 0.7s, -webkit-transform 2s cubic-bezier(0, 1, 0, 1) 0.7s;
  -o-transition: transform 2s cubic-bezier(0, 1, 0, 1) 0.7s, opacity 1.8s cubic-bezier(0.25, 1, 0.25, 1) 0.7s;
  transition: transform 2s cubic-bezier(0, 1, 0, 1) 0.7s, opacity 1.8s cubic-bezier(0.25, 1, 0.25, 1) 0.7s;
  transition: transform 2s cubic-bezier(0, 1, 0, 1) 0.7s, opacity 1.8s cubic-bezier(0.25, 1, 0.25, 1) 0.7s, -webkit-transform 2s cubic-bezier(0, 1, 0, 1) 0.7s;
}

@media (max-width: 1024px) {
  .charaArea .inView .parts04, .charaArea .chara:nth-child(even) .inView .parts04 {
    -webkit-transition: opacity 1.8s cubic-bezier(0.25, 1, 0.25, 1) 0.1s, -webkit-transform 4s cubic-bezier(0, 1, 0, 1) 0.1s;
    transition: opacity 1.8s cubic-bezier(0.25, 1, 0.25, 1) 0.1s, -webkit-transform 4s cubic-bezier(0, 1, 0, 1) 0.1s;
    -o-transition: transform 4s cubic-bezier(0, 1, 0, 1) 0.1s, opacity 1.8s cubic-bezier(0.25, 1, 0.25, 1) 0.1s;
    transition: transform 4s cubic-bezier(0, 1, 0, 1) 0.1s, opacity 1.8s cubic-bezier(0.25, 1, 0.25, 1) 0.1s;
    transition: transform 4s cubic-bezier(0, 1, 0, 1) 0.1s, opacity 1.8s cubic-bezier(0.25, 1, 0.25, 1) 0.1s, -webkit-transform 4s cubic-bezier(0, 1, 0, 1) 0.1s;
  }
}

.charaArea .inView .parts05, .charaArea .chara:nth-child(even) .inView .parts05 {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: opacity 1.3s ease .7s, -webkit-transform 1s ease .7s;
  transition: opacity 1.3s ease .7s, -webkit-transform 1s ease .7s;
  -o-transition: transform 1s ease .7s, opacity 1.3s ease .7s;
  transition: transform 1s ease .7s, opacity 1.3s ease .7s;
  transition: transform 1s ease .7s, opacity 1.3s ease .7s, -webkit-transform 1s ease .7s;
}

.charaArea .inView .parts06, .charaArea .chara:nth-child(even) .inView .parts06 {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: opacity 1.3s ease .9s, -webkit-transform 1s ease .9s;
  transition: opacity 1.3s ease .9s, -webkit-transform 1s ease .9s;
  -o-transition: transform 1s ease .9s, opacity 1.3s ease .9s;
  transition: transform 1s ease .9s, opacity 1.3s ease .9s;
  transition: transform 1s ease .9s, opacity 1.3s ease .9s, -webkit-transform 1s ease .9s;
}

.charaArea .inView .parts07, .charaArea .chara:nth-child(even) .inView .parts07 {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: opacity 1.3s ease 1.1s, -webkit-transform 1s ease 1.1s;
  transition: opacity 1.3s ease 1.1s, -webkit-transform 1s ease 1.1s;
  -o-transition: transform 1s ease 1.1s, opacity 1.3s ease 1.1s;
  transition: transform 1s ease 1.1s, opacity 1.3s ease 1.1s;
  transition: transform 1s ease 1.1s, opacity 1.3s ease 1.1s, -webkit-transform 1s ease 1.1s;
}

.charaArea .inView .parts08, .charaArea .chara:nth-child(even) .inView .parts08 {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: opacity 1.3s ease 1.3s, -webkit-transform 1s ease 1.3s;
  transition: opacity 1.3s ease 1.3s, -webkit-transform 1s ease 1.3s;
  -o-transition: transform 1s ease 1.3s, opacity 1.3s ease 1.3s;
  transition: transform 1s ease 1.3s, opacity 1.3s ease 1.3s;
  transition: transform 1s ease 1.3s, opacity 1.3s ease 1.3s, -webkit-transform 1s ease 1.3s;
}

.charaArea .imgFull {
  overflow: visible;
}

.charaArea .voiceArea {
  position: absolute;
  bottom: 2vw;
  left: 4.5vw;
  z-index: 10;
  pointer-events: auto;
}

@media (max-width: 1024px) {
  .charaArea .voiceArea {
    bottom: auto;
    left: auto;
    top: 5vw;
    right: 3vw;
  }
}

.charaArea .voiceArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .charaArea .voiceArea ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.charaArea .voiceArea ul li {
  width: 10vw;
  margin-right: 1vw;
}

@media (max-width: 1024px) {
  .charaArea .voiceArea ul li {
    width: 26vw;
    margin: 0 0 1.5vw 0;
  }
}

.charaArea .voiceArea ul li a:hover {
  cursor: pointer;
  -webkit-animation: btnHover ease 1.6s;
  animation: btnHover ease 1.6s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@media (max-width: 1024px) {
  .charaArea .charaWrap:nth-child(even) .voiceArea {
    bottom: auto;
    right: auto;
    top: 5vw;
    left: 3vw;
  }
}

@media (max-width: 1024px) {
  .charaArea .charaWrap:nth-child(1) .voiceArea {
    top: 15vw;
  }
}

/*=============================
 goodsArea
===============================*/
.goodsArea {
  width: 79vw;
  margin: 4vw auto 0;
}

@media (max-width: 1024px) {
  .goodsArea {
    width: 100%;
  }
}

.goodsArea::before {
  content: "";
  display: block;
  width: 100%;
  height: 6vw;
  background: url(/shironekoproject/lp/kings_crown/assets/img/waku3_y_1.png) no-repeat bottom center;
  background-size: 100%;
}

@media (max-width: 1024px) {
  .goodsArea::before {
    background: url(/shironekoproject/lp/kings_crown/assets/img/waku3_y_sp_1.png) no-repeat bottom center;
    background-size: 100%;
    height: 14vw;
  }
}

.goodsArea::after {
  content: "";
  display: block;
  width: 100%;
  height: 3vw;
  background: url(/shironekoproject/lp/kings_crown/assets/img/waku3_y_3.png) no-repeat top center;
  background-size: 100%;
}

@media (max-width: 1024px) {
  .goodsArea::after {
    background: url(/shironekoproject/lp/kings_crown/assets/img/waku3_y_sp_3.png) no-repeat top center;
    background-size: 100%;
    height: 7vw;
  }
}

.goodsArea .goodsWrap {
  position: relative;
  background: url(/shironekoproject/lp/kings_crown/assets/img/waku3_y_2.png) repeat-y center center;
  background-size: 100%;
  padding: 5vw 5vw 4vw;
}

@media (max-width: 1024px) {
  .goodsArea .goodsWrap {
    background: url(/shironekoproject/lp/kings_crown/assets/img/waku3_y_sp_2.png) repeat-y bottom center;
    background-size: 100%;
    padding: 5vw 5vw 2vw;
  }
}

.goodsArea .goodsWrap .title {
  position: absolute;
  top: -6.5vw;
  left: 4.5vw;
  width: 46vw;
  height: auto;
}

@media (max-width: 1024px) {
  .goodsArea .goodsWrap .title {
    top: -14vw;
    left: 10vw;
    width: 88vw;
  }
}

.goodsArea .goodsWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.goodsArea .goodsWrap ul li a:hover {
  cursor: pointer;
  -webkit-animation: btnHover ease 1.6s;
  animation: btnHover ease 1.6s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.goodsArea .goodsWrap ul li img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.3);
}

.goodsArea .goodsWrap ul li p {
  margin-top: 1em;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 1px;
}

@media (max-width: 640px) {
  .goodsArea .goodsWrap ul li p {
    font-size: 3vw;
  }
}

/*=============================
 campArea
===============================*/
.campArea {
  width: 79vw;
  margin: 4vw auto 0;
}

@media (max-width: 1024px) {
  .campArea {
    width: 100%;
  }
}

.campArea::before {
  content: "";
  display: block;
  width: 100%;
  height: 6vw;
  background: url(/shironekoproject/lp/kings_crown/assets/img/waku3_g_1.png) no-repeat bottom center;
  background-size: 100%;
}

@media (max-width: 1024px) {
  .campArea::before {
    background: url(/shironekoproject/lp/kings_crown/assets/img/waku3_g_sp_1.png) no-repeat bottom center;
    background-size: 100%;
    height: 14vw;
  }
}

.campArea::after {
  content: "";
  display: block;
  width: 100%;
  height: 3vw;
  background: url(/shironekoproject/lp/kings_crown/assets/img/waku3_g_3.png) no-repeat top center;
  background-size: 100%;
}

@media (max-width: 1024px) {
  .campArea::after {
    background: url(/shironekoproject/lp/kings_crown/assets/img/waku3_g_sp_3.png) no-repeat top center;
    background-size: 100%;
    height: 7vw;
  }
}

.campArea .campWrap {
  position: relative;
  background: url(/shironekoproject/lp/kings_crown/assets/img/waku3_g_2.png) repeat-y center center;
  background-size: 100%;
  padding: 5vw 5vw 4vw;
}

@media (max-width: 1024px) {
  .campArea .campWrap {
    background: url(/shironekoproject/lp/kings_crown/assets/img/waku3_g_sp_2.png) repeat-y bottom center;
    background-size: 100%;
    padding: 5vw 5vw 2vw;
  }
}

.campArea .campWrap .title {
  position: absolute;
  top: -7vw;
  left: 4.5vw;
  width: 30vw;
  height: auto;
}

@media (max-width: 1024px) {
  .campArea .campWrap .title {
    top: -15vw;
    left: 10vw;
    width: 58vw;
  }
}

.campArea .campWrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.campArea .campWrap ul li {
  text-align: center;
}

.campArea .campWrap ul li a:hover {
  cursor: pointer;
  -webkit-animation: btnHover ease 1.6s;
  animation: btnHover ease 1.6s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.campArea .campWrap ul li a img {
  width: 100%;
  max-width: 800px;
  height: auto;
  -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.3);
}

.campArea .campWrap ul li p {
  margin-top: 1em;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 1px;
}

@media (max-width: 640px) {
  .campArea .campWrap ul li p {
    font-size: 3vw;
  }
}

.campArea .campWrap ul li .btn {
  margin: 2em auto 0;
  max-width: 600px;
}

.campArea .campWrap ul li .btn:hover {
  cursor: pointer;
  -webkit-animation: btnHover ease 1.6s;
  animation: btnHover ease 1.6s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.campArea .campWrap ul li .tearms {
  display: none;
  margin-top: 2em;
  width: 100%;
  max-width: 1000px;
  height: 500px;
  padding: 1em;
  overflow-y: scroll;
  background: white;
  border: 2px solid #a58a00;
}

@media (max-width: 640px) {
  .campArea .campWrap ul li .tearms {
    height: 300px;
  }
}

.campArea .campWrap ul li .tearms h2 {
  font-size: 20px;
  text-align: center;
  padding: 1em;
  line-height: 1.3;
  font-weight: bold;
}

@media (max-width: 640px) {
  .campArea .campWrap ul li .tearms h2 {
    font-size: 16px;
  }
}

.campArea .campWrap ul li .tearms h3 {
  margin: 2em 0 1em;
  padding: 0 0 8px;
  font-size: 18px;
  border-bottom: 1px solid #000;
  font-weight: bold;
}

@media (max-width: 640px) {
  .campArea .campWrap ul li .tearms h3 {
    font-size: 16px;
  }
}

.campArea .campWrap ul li .tearms p {
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

.campArea .campWrap ul li .tearms ul {
  display: block;
}

.campArea .campWrap ul li .tearms ul li {
  text-align: left;
  font-size: 14px;
  line-height: 1.4;
  list-style: disc;
  margin: 1em 0 1em 1.5em;
}

.campArea .campWrap ul li .tearms ul li.num {
  list-style: none;
}

.campArea .campWrap ul li .tearms ul li.num li {
  list-style: decimal;
}

/*=============================
 wpArea
===============================*/
.wpArea {
  width: 79vw;
  margin: 4vw auto 0;
}

@media (max-width: 1024px) {
  .wpArea {
    width: 100%;
  }
}

.wpArea::before {
  content: "";
  display: block;
  width: 100%;
  height: 6vw;
  background: url(/shironekoproject/lp/kings_crown/assets/img/waku3g_y_1.png) no-repeat bottom center;
  background-size: 100%;
}

@media (max-width: 1024px) {
  .wpArea::before {
    background: url(/shironekoproject/lp/kings_crown/assets/img/waku3g_y_sp_1.png) no-repeat bottom center;
    background-size: 100%;
    height: 14.94vw;
  }
}

.wpArea::after {
  content: "";
  display: block;
  width: 100%;
  height: 3vw;
  background: url(/shironekoproject/lp/kings_crown/assets/img/waku3_y_3.png) no-repeat top center;
  background-size: 100%;
}

@media (max-width: 1024px) {
  .wpArea::after {
    background: url(/shironekoproject/lp/kings_crown/assets/img/waku3_y_sp_3.png) no-repeat top center;
    background-size: 100%;
    height: 7vw;
  }
}

.wpArea .wpWrap {
  position: relative;
  background: url(/shironekoproject/lp/kings_crown/assets/img/waku3_y_2.png) repeat-y center center;
  background-size: 100%;
  padding: 3vw 3vw 2vw;
}

@media (max-width: 1024px) {
  .wpArea .wpWrap {
    padding: 3vw 5vw 0;
    background: url(/shironekoproject/lp/kings_crown/assets/img/waku3_y_sp_2.png) repeat-y bottom center;
    background-size: 100%;
  }
}

.wpArea .wpWrap .title {
  position: absolute;
  top: -6.7vw;
  left: 4.5vw;
  width: 46vw;
  height: auto;
}

@media (max-width: 1024px) {
  .wpArea .wpWrap .title {
    top: -19vw;
    left: 10vw;
    width: 88vw;
  }
}

.wpArea .wpWrap .chair {
  position: absolute;
  top: 0vw;
  left: 0;
  width: 100%;
}

@media (max-width: 1024px) {
  .wpArea .wpWrap .chair {
    top: 28vw;
  }
}

.wpArea .wpWrap .chair img {
  width: 100%;
  height: auto;
}

.wpArea .wpWrap .textArea {
  position: relative;
  margin-left: 58%;
}

@media (max-width: 1024px) {
  .wpArea .wpWrap .textArea {
    margin-left: 0;
  }
}

.wpArea .wpWrap .textArea p {
  margin-bottom: 20px;
  font-size: 1.2vw;
  color: #fff;
  line-height: 1.8;
  text-shadow: 0 0 5px #5d510f, 0 0 10px #5d510f;
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  .wpArea .wpWrap .textArea p {
    margin-bottom: 36vw;
    font-size: 3vw;
  }
}

@media (max-width: 640px) {
  .wpArea .wpWrap .textArea p {
    font-size: 3vw;
  }
}

.wpArea .wpWrap .textArea .btnShare:hover {
  cursor: pointer;
  -webkit-animation: btnHover ease 1.6s;
  animation: btnHover ease 1.6s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.wpArea .wpWrap .galleryArea {
  position: relative;
  margin-top: 2%;
}

.wpArea .wpWrap .galleryArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wpArea .wpWrap .galleryArea ul.shareCover::before {
  content: "シェアして壁紙を開放";
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(49, 43, 2, 0.8);
  color: #e8e5d0;
  font-size: 2vw;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  letter-spacing: 2px;
  border: 2px solid #c3b86b;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px rgba(49, 43, 2, 0.5);
  box-shadow: 0 0 30px rgba(49, 43, 2, 0.5);
}

@media (max-width: 1024px) {
  .wpArea .wpWrap .galleryArea ul.shareCover::before {
    font-size: 4vw;
  }
}

@media (max-width: 640px) {
  .wpArea .wpWrap .galleryArea ul.shareCover::before {
    font-size: 5vw;
  }
}

.wpArea .wpWrap .galleryArea ul li {
  margin: 2% 1%;
  width: 14%;
}

@media (max-width: 640px) {
  .wpArea .wpWrap .galleryArea ul li {
    margin: 2%;
    width: 29%;
  }
}

.wpArea .wpWrap .galleryArea ul li img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 3px 3px 0 rgba(99, 88, 26, 0.8);
  box-shadow: 3px 3px 0 rgba(99, 88, 26, 0.8);
}

.wpArea .wpWrap .galleryArea ul li a img {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.wpArea .wpWrap .galleryArea ul li a:hover {
  cursor: pointer;
}

.wpArea .wpWrap .galleryArea ul li a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

/*=============================
 movieArea
===============================*/
.movieArea {
  width: 79vw;
  margin: 4vw auto 0;
}

@media (max-width: 1024px) {
  .movieArea {
    width: 100%;
  }
}

.movieArea::before {
  content: "";
  display: block;
  width: 100%;
  height: 6vw;
  background: url(/shironekoproject/lp/kings_crown/assets/img/waku3_g_1.png) no-repeat bottom center;
  background-size: 100%;
}

@media (max-width: 1024px) {
  .movieArea::before {
    background: url(/shironekoproject/lp/kings_crown/assets/img/waku3_g_sp_1.png) no-repeat bottom center;
    background-size: 100%;
    height: 14vw;
  }
}

.movieArea::after {
  content: "";
  display: block;
  width: 100%;
  height: 3vw;
  background: url(/shironekoproject/lp/kings_crown/assets/img/waku3_g_3.png) no-repeat top center;
  background-size: 100%;
}

@media (max-width: 1024px) {
  .movieArea::after {
    background: url(/shironekoproject/lp/kings_crown/assets/img/waku3_g_sp_3.png) no-repeat top center;
    background-size: 100%;
    height: 7vw;
  }
}

.movieArea .movieWrap {
  position: relative;
  background: url(/shironekoproject/lp/kings_crown/assets/img/waku3_g_2.png) repeat-y center center;
  background-size: 100%;
  padding: 1vw 2vw 2vw;
}

@media (max-width: 1024px) {
  .movieArea .movieWrap {
    background: url(/shironekoproject/lp/kings_crown/assets/img/waku3_g_sp_2.png) repeat-y bottom center;
    background-size: 100%;
  }
}

.movieArea .movieWrap .title {
  position: absolute;
  top: -7vw;
  left: 4.5vw;
  width: 18vw;
  height: auto;
}

@media (max-width: 1024px) {
  .movieArea .movieWrap .title {
    top: -15vw;
    left: 10vw;
    width: 38vw;
  }
}

.movieArea .movieWrap .movieList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.movieArea .movieWrap .movieList .inner {
  position: relative;
  width: 34vw;
  margin: 7vw 0 0;
}

@media (max-width: 1024px) {
  .movieArea .movieWrap .movieList .inner {
    width: 44vw;
  }
}

@media (max-width: 640px) {
  .movieArea .movieWrap .movieList .inner {
    width: 90vw;
    margin: 18vw 0 0;
  }
}

.movieArea .movieWrap .movieList .inner .title {
  position: absolute;
  top: -3vw;
  left: 0;
}

.movieArea .movieWrap .movieList .inner.movie01 .title {
  top: -4vw;
  width: 26vw;
}

@media (max-width: 640px) {
  .movieArea .movieWrap .movieList .inner.movie01 .title {
    top: -9.3vw;
    width: 64vw;
  }
}

.movieArea .movieWrap .movieList .inner.movie02 .title {
  top: -3.8vw;
  width: 34vw;
}

@media (max-width: 640px) {
  .movieArea .movieWrap .movieList .inner.movie02 .title {
    top: -9.3vw;
    width: 90vw;
  }
}

.movieArea .movieWrap .movieList .inner.movie03 .title {
  top: -4vw;
  width: 15vw;
}

@media (max-width: 640px) {
  .movieArea .movieWrap .movieList .inner.movie03 .title {
    top: -9.2vw;
    width: 36vw;
  }
}

.movieArea .movieWrap .movieList .inner .thumb {
  border: 1px solid #fff;
  -webkit-box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.3), 3px 3px 0 rgba(83, 108, 119, 0.5);
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.3), 3px 3px 0 rgba(83, 108, 119, 0.5);
}

.iframebox {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 52.25%;
}

.iframebox iframe, .iframebox a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.iframebox a img {
  width: 100%;
}

@-webkit-keyframes btnHover {
  0% {
    -webkit-filter: brightness(1.4);
    filter: brightness(1.4);
  }
  100% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
}

@keyframes btnHover {
  0% {
    -webkit-filter: brightness(1.4);
    filter: brightness(1.4);
  }
  100% {
    -webkit-filter: brightness(1);
    filter: brightness(1);
  }
}

.footerImg {
  margin: 7vw 0 0;
  width: 100%;
  text-align: center;
}

@media (max-width: 640px) {
  .footerImg img {
    width: 50vw;
    height: auto;
  }
}

/*=============================
 footer
===============================*/
footer {
  position: relative;
  background: url(/shironekoproject/lp/kings_crown/assets/img/footobi.png) no-repeat top center;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
}

footer .wrap {
  max-width: 540px;
  padding-bottom: 0%;
}

@media (max-width: 1024px) {
  footer .wrap {
    max-width: 380px;
  }
}

@media (max-width: 640px) {
  footer .wrap {
    max-width: 100%;
  }
}

footer .redirectArea {
  padding-top: 1vh;
  text-align: center;
}

@media (max-width: 1024px) {
  footer .redirectArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

footer .redirectArea .redirectBtn {
  display: inline-block;
  width: 46%;
  vertical-align: top;
}

footer .redirectArea .redirectBtn a {
  display: inline-block;
  width: 100%;
}

footer .redirectArea .redirectBtn a:hover {
  cursor: pointer;
  -webkit-animation: btnHover ease .6s;
  animation: btnHover ease .6s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

footer .redirectArea .redirectBtn a img {
  width: 100%;
  height: auto;
}

footer .shiroLogo {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 10vh 0 1vh;
}

footer .shiroLogo span {
  width: 100%;
}

@media (max-width: 640px) {
  footer .shiroLogo span::before {
    top: 7vh;
  }
}

footer .shiroLogo span img {
  text-align: center;
  width: 120px;
  margin: 0 auto;
}

footer .appNotice {
  width: 100%;
  margin: 0 auto;
  padding: 2%;
  border-radius: 4px;
  font-size: 11px;
  letter-spacing: .1em;
}

footer .appNotice li {
  margin: 0 0 8px 20px;
  list-style-type: disc;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 0 5px rgba(129, 151, 160, 0.8), 0 0 10px rgba(129, 151, 160, 0.8), 0 0 20px rgba(129, 151, 160, 0.8);
}

footer .appNotice li:last-child {
  margin-bottom: 0;
}

footer .appArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 3vh 2%;
  width: 100%;
}

@media (max-width: 1024px) {
  footer .appArea ul {
    padding: 3vh 3%;
  }
}

footer .appArea li {
  margin: 2% 0;
}

footer .appArea li:nth-child(1) {
  width: 25%;
}

@media (max-width: 1024px) {
  footer .appArea li:nth-child(1) {
    width: 40%;
  }
}

footer .appArea li:nth-child(2) {
  width: 31%;
}

@media (max-width: 1024px) {
  footer .appArea li:nth-child(2) {
    width: 50%;
  }
}

footer .appArea li:nth-child(3) {
  width: 32%;
}

@media (max-width: 1024px) {
  footer .appArea li:nth-child(3) {
    width: 51%;
  }
}

footer .appArea li img {
  width: 100%;
  height: auto;
}

footer .link {
  position: relative;
  padding: 3vh 0 40px;
  text-align: center;
  font-size: 10px;
  z-index: 10;
  line-height: 1.3;
  letter-spacing: .1em;
  text-indent: .1em;
}

@media (max-width: 640px) {
  footer .link {
    font-size: 3vw;
  }
}

footer .link a {
  margin: 0 .5em;
  color: #fff;
  text-shadow: 0 0 5px rgba(129, 151, 160, 0.8), 0 0 10px rgba(129, 151, 160, 0.8);
}

footer .copyright {
  position: relative;
  padding: 3vh 0 5vh;
  text-align: center;
  font-size: 10px;
  z-index: 10;
  line-height: 1.3;
  letter-spacing: .1em;
  text-indent: .3em;
  color: #fff;
  text-shadow: 0 0 5px rgba(129, 151, 160, 0.8), 0 0 10px rgba(129, 151, 160, 0.8);
}

footer .bnrArea {
  position: relative;
  display: block;
  width: 100%;
  max-width: 640px;
  text-align: center;
  margin: 0 auto;
  padding: 8vh 0 0;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

@media (max-width: 640px) {
  footer .bnrArea {
    padding: 8vh 5% 0;
  }
}

footer .bnrArea a {
  display: block;
  font-size: 0;
}

footer .bnrArea img {
  width: 100%;
  height: auto;
  font-size: 0;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  -webkit-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

footer .bnrArea:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

footer .bnrArea:hover img {
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

footer .officialSite {
  width: 100%;
  margin: 12px auto 24px;
  text-align: center;
}

footer .officialSite a {
  display: inline-block;
  width: 92%;
  padding: 3% 0;
  text-align: center;
  color: #f0f0f0;
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

@media (max-width: 1024px) {
  footer .officialSite a {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  footer .officialSite a {
    font-size: 5vw;
  }
}

footer .officialSite a:hover {
  cursor: pointer;
  -webkit-animation: btnHover ease .6s;
  animation: btnHover ease .6s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

footer .officialSite a img {
  width: 100%;
  height: auto;
}

footer .footerVisual {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  z-index: 0;
}

footer .footerVisual img {
  width: 100vw;
  height: auto;
  -webkit-transform: scale(1.008);
  -ms-transform: scale(1.008);
  transform: scale(1.008);
}

.snsArea {
  padding: 48px 0 24px;
  width: 100%;
  text-align: center;
}

.snsArea li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

.snsArea li.btn {
  width: 10%;
}

.snsArea li.btn img {
  width: 100%;
}
