.lpSpiderman {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  background: #fff;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-print-color-adjust: exact;
}
/* button
----------------------------------------------- */
.lpSpidermanButton a {
  transition-property: transform;
  transition-duration: 0.25s;
}
.lpSpidermanButton__label, .lpSpidermanButton__arrow, .lpSpidermanButton__arrow svg, .lpSpidermanButton__base svg {
  transition-property: color, transform, fill;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}
/* hover */
.lpSpidermanButton a:hover .lpSpidermanButton__arrow, .lpSpidermanButton a:hover .lpSpidermanButton__base svg, .lpSpidermanButton--large a:hover .lpSpidermanButton__label, .lpSpidermanButton--large a:hover .lpSpidermanButton__arrow svg, .lpSpidermanButton--large a:hover .lpSpidermanButton__base svg {
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}
.lpSpidermanButton a:hover {
  opacity: 1;
  transform: translateY(-5px);
}
.lpSpidermanButton a:hover .lpSpidermanButton__arrow {
  transform: translateX(5px);
}

.lpSpidermanButton a .lpSpidermanButton__base svg {
  fill: #0d2741;
}

.lpSpidermanButton a:hover .lpSpidermanButton__base svg {
  fill: #bd1313;
}

.lpSpidermanButton--large a .lpSpidermanButton__base svg {
  fill: #000;
}


.lpSpidermanButton--large a:hover .lpSpidermanButton__label {
  color: #fff;
}

.lpSpidermanButton--large a .lpSpidermanButton__label{
	text-align: center;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 19px 0 0;
	line-height: 1.4;
	letter-spacing: 0.07rem;
	font-weight: 700;
}

.lpSpidermanButton--large a .lpSpidermanButton__label span{
  font-size: 13px;
	display: block;
	font-weight: 400;
}

.lpSpidermanButton--large a .lpSpidermanButton__arrow{
	margin: -6px 0 0;
	right: 25px;
}

.lpSpidermanButton--large a:hover .lpSpidermanButton__arrow svg {
  fill: #fff;
}
.lpSpidermanButton--large a:hover .lpSpidermanButton__base svg {
  fill: #bd1313;
}

.lpSpidermanlMore{
	padding: 80px 0 20px;
}

.lpSpidermanlMoreB{
	padding: 40px 0 130px;
}

/* page
----------------------------------------------- */
/* hover */
.lpSpidermanPage__list:hover:after {
  transform: scaleY(1);
  transform-origin: top;
}
/* intro
----------------------------------------------- */
.lpSpidermanIntro {
  position: relative;
  z-index: 2;
}
.lpSpidermanIntro img {
  width: 100%;
  height: auto;
}
.lpSpidermanIntro__logo, .lpSpidermanIntro__venom, .lpSpidermanIntro__copyright {
  position: absolute;
}
.lpSpidermanIntro__logo {
  top: 5vw;
  right: 4vw;
  width: 55vw;
  z-index: 5;
}
.lpSpidermanIntro__venom {
  top: 2vw;
  left: 3vw;
  width: 52vw;
  z-index: 3;
}
.lpSpidermanIntro__copyright {
  right: 1.5vw;
  bottom: 1.6vw;
  color: #000;
  font-size: 10px;
  letter-spacing: 0.01em;
  z-index: 2;
}
.lpSpidermanIntro__base {
  font-size: 0;
}
/* concept
----------------------------------------------- */
.lpSpidermanConcept {
  position: relative;
  z-index: 1;
  margin:0 0 0;
  text-align: center;
  background: #eee url("../img/concepts_bg.jpg") top center no-repeat;
  background-size: 	cover;
}

.lpSpidermanConcept__inner {
	width: 1000px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.lpSpidermanConcept__TxtDateItem{
	background: #d61518;
	padding: 20px 0;
	text-align: center;
}

.lpSpidermanConcept__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.24px;
  color: #fff;
}
.lpSpidermanConcept__date--big {
  font-size: 36px;
}
.lpSpidermanConcept__date--light {
  font-weight: 400;
}
.lpSpidermanConcept__time {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.4px;
  color: #fff;	
}


.lpSpidermanConcept__inner--character {
	position: absolute;
	top: -1px;
	left: -100px;
}

.lpSpidermanConcept__inner--right {
	padding:50px 0 130px 300px;
	text-align: left;
}

.lpSpidermanConcept__title {
  margin: 30px 0 0;
  font-size: 30px;
  font-weight: 900;
}

.lpSpidermanConcept__text {
  margin: 29px 0 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 37px;
}
.lpSpidermanConcept__text span {
  display: block;
}
.lpSpidermanConcept__image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  width: 1110px;
  font-size: 0;
  z-index: 1;
}

.lpSpidermanConcept__image img {
  width: 100%;
  height: auto;
}


.lpSpidermanConcept__information{
	background: #fff;
	padding:30px 40px;
}

.lpSpidermanConcept__information h3{
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 10px;
	text-indent: -10px;
}

.lpSpidermanConcept__information .txt__small{
	font-size: 12px;
}

.lpSpidermanConcept__information p{
	line-height: 1.8;
	padding: 0 0 5px;
}

.lpSpidermanConcept__information .store-list a{
	color: #0077b7;
	padding: 0 3px 0;
}

.lpSpidermanConcept__information .txt-ichiran a{
	color: #0077b7;
	background: url("../../common/img/icon_link.svg") center left no-repeat;
	padding: 0 0 0 15px;
}





/* Banner
----------------------------------------------- */
.lpSpidermanBanner {
  text-align: center;
  padding: 80px 0 0;
}
.lpSpidermanBanner__inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.lpSpidermanBanner__imgbox {
  width: 740px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  background: #000;
}

/* lineup
----------------------------------------------- */
.lpSpidermanLineup {
  padding:0;
  text-align: center;
  overflow: hidden;
}

.lpSpidermanLineup__nav{
	background: #001125 url("../img/lineup_nav_bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 80px 0 200px;
}

.lpSpidermanLineup__nav--title{
	color: #fff;
	font-family: 'Goldman', cursive;
  font-weight: 400;
  letter-spacing: 0.2rem;
	font-size:60px;
}

.lpSpidermanLineup__nav--contents{
	display: flex;
	justify-content: space-between;
	max-width: 1280px;
	margin:30px auto 0;
	padding: 0 20px;
}

.lpSpidermanLineup__nav--item{
	max-width: 310px;
	margin:0 5px;
	position: relative;
}



.lpSpidermanLineup__nav--item img{
	width: 100%;
	height: auto;
}

.lpSpidermanLineup__nav--item a:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
}


.lpSpidermanLineup__nav--icon{
	width: 25px;
	height: 22px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin: 0 0 0 -10px;
	transform: rotate(90deg);
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	filter:alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

.lpSpidermanLineup__nav--item a:hover .lpSpidermanLineup__nav--icon{
	bottom: 18px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}



.lpSpidermanLarge__title{
	margin: -110px 0 100px;
	position: relative;
}

.lpSpidermanLarge__titleB{
	margin: 50px 0 100px;
	position: relative;
}


.lpSpidermanProduct__detailpoint{
	width: 890px;
	height: 540px;
	margin: 100px auto 130px;
	position: relative;
}

.lpSpidermanProduct__detailpoint--title {
	font-family: 'Goldman', cursive;
  font-weight: 400;
  letter-spacing: 0.2rem;
	font-size:30px;
	padding: 30px 0 0;
}

.lpSpidermanProduct__detailpoint--item01{
	width: 331px;
	position: absolute;
	top:0; 
	left: 0;
}

.lpSpidermanProduct__detailpoint--item02{
	width: 331px;
	position: absolute;
	top:50px; 
	left: 50%;
	margin: 100px 0 0 -165px;
}

.lpSpidermanProduct__detailpoint--item03{
	width: 331px;
	position: absolute;
	top:0; 
	right: 0;
}

.lpSpidermanProduct__detailpoint--txt{
	padding: 25px 40px 0;
	font-size: 14px; 
	line-height: 1.8;
	text-align: center;
}


.lpSpidermanLineup__title {
  font-size: 70px;
  font-family: 'Goldman', cursive;
  font-weight: 400;
  color: #bd1313;
  letter-spacing: 0.2rem;
}

.lpSpidermanLineup__titleB {
  font-size: 50px;
  font-family: 'Goldman', cursive;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.2rem;
	margin: 100px 0 20px;
}

.lpSpidermanLineup__titleC {
  font-size: 45px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  color: #000;
	margin: 100px 0 20px;
	font-style: italic;
}


.lpSpidermanLineup__price {
  margin: 0px 0 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.lpSpidermanLineup__price span {
  display: block;
  font-size: 26px;
  font-weight: 700;
	
}
.lpSpidermanLineup__price em {
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
}
.lpSpidermanLineup__price small {
  font-size: 14px;
}
/* product
----------------------------------------------- */

/* 2カラム　メガネ　*/
.lpSpidermanProduct__flex{
	display: flex;
	width:1080px;
	margin: 0 auto;
	justify-content: space-around;
	flex-wrap: wrap;
	position: relative;
}

.lpSpidermanProduct__flex .lpSpidermanGallery__inner {
	position: relative;
	margin: auto;
	width: 500px;
	z-index: 1;
	vertical-align: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	user-drag: none;
}

.lpSpidermanProduct__flex .lpSpidermanGallery__inner .lpSpidermanGallery__gara {
	position: absolute;
	bottom:-90px;
	right: 0;
}




.lpSpidermanProduct__flex .lpSpidermanGallery__items {
	margin: auto;
	width: 420px;
	font-size: 0;
	white-space: nowrap;
}

.lpSpidermanProduct__flex .lpSpidermanProduct__content {
  padding: 20px 0 0;
  width: 100%;
  margin: 0 auto;
  position: relative;
}


.lpSpidermanProduct__flex .lpSpidermanGallery__arrow {
	position: absolute;
	top: 50%;
	margin: -49px 0 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1;
}

.lpSpidermanProduct__flex .lpSpidermanButton a {
	display: block;
	position: relative;
	width: 270px;
	height: 59px;
	z-index: 1;
}


.lpSpidermanProduct__flex .lpSpidermanButton__label {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	z-index: 2;
}

.lpSpidermanProduct__flex .lpSpidermanButton__arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -7px 0 0;
	width: 13px;
	height: 15px;
	z-index: 2;
}
.lpSpidermanProduct__flex .lpSpidermanButton__arrow svg {
	width: 100%;
	height: auto;
	fill: #fff;
	stroke: none;
}
.lpSpidermanProduct__flex .lpSpidermanButton__base {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.lpSpidermanProduct__flex .lpSpidermanButton__base svg {
	display: block;
	width: 100%;
	height: auto;
	fill: #7e0000;
	stroke: none;
}


.lpSpidermanLineup__characterbox01{
	width: 960px;
	height: 330px;
	margin: 0 auto;
	position: relative;	
}

.lpSpidermanLineup__characterbox01 img{
		width: 90%;
		height: auto;
	}



.lpSpidermanLineup__characterbox02{
	width: 960px;
	height: 330px;
	margin: 0 auto;
	position: relative;	
}

.lpSpidermanLineup__characterbox02 img{
		width: 90%;
		height: auto;
	}



.lpSpidermanLineup__character01{
	position: absolute;
	top: 0;
	left:0;
	z-index: 5;
	width: 640px;
}

.lpSpidermanLineup__character02{
	position: absolute;
	bottom: 0;
	right:0;
	width: 640px;
}

.lpSpidermanLineup__character03{
	position: absolute;
	top: 0;
	left:-20px;
	z-index: 5;
	width: 640px;
}

.lpSpidermanLineup__character04{
	position: absolute;
	bottom: 0;
	right:0;
	width: 640px;
}











/* 1カラム　メガネ　*/


.lpSpidermanProduct {
  padding: 0 0 70px;
  overflow: hidden;
}
.lpSpidermanProduct__image {
  margin: 0;
  font-size: 0;
  overflow: hidden;
}
.lpSpidermanProduct__image span {
  display: block;
}
.lpSpidermanProduct__image img {
  width: 100%;
  height: auto;
}
.lpSpidermanProduct__title {
  margin: 90px 0 0;
}
.lpSpidermanProduct__content {
  padding: 20px 0 0;
  width: 1100px;
  margin: 0 auto;
  position: relative;
}


.lpSpidermanProduct__price {
  font-size: 17px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  
}
.lpSpidermanProduct__price small {
  font-size: 12px;
}
.lpSpidermanProduct__code {
  margin: 1px 0 0;
  font-size: 16px;
  color: #929292;
  font-family: 'Goldman', cursive;
  font-weight: 600;
  
}
.lpSpidermanProduct__summary {
  margin: 0;
  font-size: 16px;
  line-height: 30px !important;
}
/* gallery */
.lpSpidermanProduct .lpSpidermanGallery {
  margin: 48px 0 0;
}
/* button */
.lpSpidermanProduct .lpSpidermanButton {
  margin: 42px 0 0;
}
.lpSpidermanProduct .lpSpidermanButton a {
  margin: auto;
}
/* ready */
.js-lpSpidermanIndicate-ready.lpSpidermanProduct__image span {
  position: relative;
  z-index: 1;
}
.js-lpSpidermanIndicate-ready.lpSpidermanProduct__image span:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 100px;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}
/* start */
.js-lpSpidermanIndicate-start.lpSpidermanProduct__image span:after {
  transform: scaleX(0);
  transform-origin: right;
  transition-property: transform;
  transition-duration: 0.85s;
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
/* gallery
----------------------------------------------- */
.lpSpidermanGallery__arrow svg {
  transition-property: fill;
  transition-duration: 0.25s;
}
/* hover */
.lpSpidermanGallery__arrow:hover {
  animation-duration: 0.85s;
  animation-iteration-count: infinite;
}
.lpSpidermanGallery__arrow--prev:hover {
  animation-name: lpSpidermanGalleryPrev;
}
.lpSpidermanGallery__arrow--next:hover {
  animation-name: lpSpidermanGalleryNext;
}
.lpSpidermanGallery__arrow:hover svg {
  fill: #bd1313;
}
/* nav
----------------------------------------------- */
.lpSpidermanNav__base {
  transition-property: transform;
  transition-duration: 0.25s;
}
.lpSpidermanNav__item a img {
  transition-property: opacity;
  transition-duration: 0.25s;
}
/* hover */
.lpSpidermanNav__list a:hover, .lpSpidermanNav__item a:hover {
  opacity: 1;
}
.lpSpidermanNav__item a:hover img {
  opacity: 0.8;
}
.lpSpidermanNav__list a:hover .lpSpidermanNav__arrow, .lpSpidermanNav__item a:hover .lpSpidermanNav__arrow {
  animation-name: lpSpidermanNavArrow;
  animation-duration: 0.85s;
  animation-iteration-count: infinite;
}
.lpSpidermanNav__list a:hover .lpSpidermanNav__base {
  transform: translateY(-5px);
}
/* badge
----------------------------------------------- */
.lpSpidermanBadge a {
  transition: initial !important;
}
.lpSpidermanBadge img {
  transition-property: transform;
  transition-duration: 0.25s;
}
.lpSpidermanBadge__arrow {
  will-change: transform;
}
/* hover */
.lpSpidermanBadge a:hover {
  opacity: 1;
}
.lpSpidermanBadge a:hover img {
  transform: translateY(-3px);
}
.lpSpidermanBadge a:hover .lpSpidermanBadge__arrow {
  animation-name: lpSpidermanNavArrow;
  animation-duration: 0.85s;
  animation-iteration-count: infinite;
}
/* slide
----------------------------------------------- */
.lpSpidermanSlider__item img {
  transition-property: opacity;
  transition-duration: 0.25s;
}
.lpSpidermanSlider__arrow svg {
  transition-property: fill;
  transition-duration: 0.25s;
}
/* hover */
.lpSpidermanSlider__item a:hover img {
  opacity: 0.7;
}
.lpSpidermanSlider__arrow:hover {
  animation-duration: 0.85s;
  animation-iteration-count: infinite;
}
.lpSpidermanSlider__arrow--prev:hover {
  animation-name: lpSpidermanSliderPrev;
}
.lpSpidermanSlider__arrow--next:hover {
  animation-name: lpSpidermanSliderNext;
}
.lpSpidermanSlider__arrow:hover svg {
  fill: #7e0001;
}
/* banner
----------------------------------------------- */
.lpSpidermanBanner__list img {
  transition-property: opacity;
  transition-duration: 0.25s;
}
/* hover */
.lpSpidermanBanner__list a:hover {
  opacity: 1;
}
.lpSpidermanBanner__list a:hover img {
  opacity: 0.8;
}
/* benefits
----------------------------------------------- */
.lpSpidermanBenefits {
  padding: 30px 0 20px;
  background-color: #ffd34d;
  background-image: url(../../../../marvel_spiderman/ver1.0.0/pc/img/benefits_base.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.lpSpidermanBenefits__inner {
  margin: auto;
  width: 1000px;
  box-sizing: border-box;
}
.lpSpidermanBenefits__columns {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.lpSpidermanBenefits__columns--left {
	width: 430px;
	text-align: left;
	padding: 80px 0 0;
}

.lpSpidermanBenefits__columns--right {
	width: 490px;
}


.lpSpidermanBenefits__column:first-child {
  padding: 68px 0 0;
  width: 261px;
}
.lpSpidermanBenefits__image {
  position: relative;
  margin: 0 0 0 -26px;
  font-size: 0;
  z-index: 1;
}
.lpSpidermanBenefits__image img {
  width: 100%;
  height: auto;
}
.lpSpidermanBenefits__attention {
  position: absolute;
  top: -40px;
  left: 40px;
  width: 159px;
  z-index: 1;
}
.lpSpidermanBenefits__title {
  font-size: 44px;
  color: #000;
  font-weight: 400;
  font-family: 'Goldman', cursive;
	line-height: 1.2;
}
.lpSpidermanBenefits__title small {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 4;
	
}
.lpSpidermanBenefits__summary {
  margin: 20px 0 0;
  font-size: 17px;
  text-align: left;
  line-height: 2;
	font-weight: 600;
}


/* movie
----------------------------------------------- */
.lpSpidermanMovie {
  padding: 90px 0;
  background-color: #ffd34d;
  background-image:url("../img/lineup_nav_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  
}

.lpSpidermanMovie__inner {
	width: 980px;
	margin: 0 auto;
	display: flex;
  justify-content: space-between;
}
.lpSpidermanMovie__leftbox {
	width: 470px;
	padding: 10px 0 0;
}

.lpSpidermanMovie__leftbox--txt {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin: 20px 0 0;
}

.lpSpidermanMovie__leftbox--copy {
	font-size: 11px;
	color: #fff;
	text-align: center;
	margin: 20px 0 0;
}


.lpSpidermanMovie__rightbox {
	width: 470px;
}

.lpSpidermanMovie__rightbox a:hover{
	filter: brightness(50%);
	filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.lpSpidermanMovie__youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.lpSpidermanMovie__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}





/* copyright
----------------------------------------------- */
.lpSpidermanCopyright {
  margin: -42px 0 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.lpSpidermanBanner__bg {
  background: #030303;
  padding: 50px 0 0;
}
.lpSpidermanBanner {
  margin: auto;
  max-width: 1080px;
}
.lpSpidermanBanner__lists {
  margin: -50px 50px 0;
  padding: 0 0 130px;
}
.lpSpidermanBanner__list {
  margin: 60px 0 0;
}
.lpSpidermanBanner__list a {
  display: block;
  background-color: #fff;
}
.lpSpidermanBanner__copyright {
  display: block;
  margin: 60px 0 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.lpSpidermanBanner__list img {
  width: 100%;
  height: auto;
  border: 1px solid #333;
}
/* keyframes
----------------------------------------------- */
@keyframes lpSpidermanGalleryPrev {
  30% {
    transform: translateX(-5px);
  }
}
@keyframes lpSpidermanGalleryNext {
  30% {
    transform: translateX(5px);
  }
}
@keyframes lpSpidermanSliderPrev {
  30% {
    transform: translateX(-2px);
  }
}
@keyframes lpSpidermanSliderNext {
  30% {
    transform: translateX(2px);
  }
}
@keyframes lpSpidermanNavArrow {
  30% {
    transform: translateY(3px);
  }
}
/*

fuwat
-----------------------------------*/
.lpSpiderman__fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.lpSpiderman__fuwatAnime02 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fuwatAnime02;
  -ms-animation-name: fuwatAnime02;
  animation-name: fuwatAnime02;
  visibility: visible !important;
}
@-webkit-keyframes fuwatAnime02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnime02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.lpSpiderman__fuwatAnime03 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fuwatAnime03;
  -ms-animation-name: fuwatAnime03;
  animation-name: fuwatAnime03;
  visibility: visible !important;
  animation-delay: 0.2s;
}
@-webkit-keyframes fuwatAnime03 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fuwatAnime03 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.lpSpiderman__fuwatAnime04 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: fuwatAnime04;
  -ms-animation-name: fuwatAnime04;
  animation-name: fuwatAnime04;
  visibility: visible !important;
  animation-delay: 0.2s;
}
@-webkit-keyframes fuwatAnime04 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fuwatAnime04 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}


.lpSpiderman__fuwatAnime05 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.2s;
  -ms-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-name: fuwatAnime05;
  -ms-animation-name: fuwatAnime05;
  animation-name: fuwatAnime05;
  visibility: visible !important;
}
@keyframes fuwatAnime05 {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fuwatAnime05 {
  0% {
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
.lpSpiderman__mvAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: mvAnime;
  -ms-animation-name: mvAnime;
  animation-name: mvAnime;
  visibility: visible !important;
  animation-delay: 0.3s;
}
@-webkit-keyframes mvAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes mvAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.lpSpiderman__loading {
  position: absolute;
  left: 50%;
  top: 50%;
  width:60px;
  height: 100px;
  margin: 100px 0 0 0px;
  opacity: 1;
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.1;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.1;
  }
}
.lpSpiderman__loading img {
  width: 100%;
  height: auto;
}
.lpSpiderman__loader--bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #bd1313;
  z-index: 10;
}



