@charset "UTF-8";
/* CSS Document */

/*
 common
==================================================== */
body{color: #333;}

/*
 kanban__head
==================================================== */
.kanban__head {
  background-color: #009797;
  padding: 9px 0;
  text-align: center;
}
.kanban__head a {
  color: #ffffff!important;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: -0.04em;
}
.kanban__head a ._yellow {
  color: #ffea00;
}

/*
 mainTtl
==================================================== */
.mainTtl{background-color:#8f0c00;}

/*
 caption
==================================================== */
.caption {
  background-color: #ffffff;
  padding: 42px 0 40px;
}
.caption p{
  font-size: 18px;
  line-height: 2;
  letter-spacing: -0.04em;
  color: #060607;
}

/*
 ecm-floating-menu
==================================================== */
.ecm-floating-menu[data-layout="spiderman"] .ecm-floating-nav-pill{
  background-color: #767676!important;
  background-image: url(https://r.r10s.jp/evt/event/marvel/spiderman/_pc/img/20250725/bg_sidenavi.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 162px;
  height: 40px;
}
.ecm-floating-menu[data-layout="spiderman"] .ecm-floating-nav-pill[data-in-viewport=true]{
  background-color: #000!important;
}

/*
 marvelCon
==================================================== */
.marvelCon{
  padding-top: 72px;
  padding-bottom: 40px;
}
._bgblue {
  padding-top: 76px;
  padding-bottom: 135px;
  background-color: #3563a1;
  background-image: url(https://r.r10s.jp/evt/event/marvel/spiderman/_pc/img/20250725/bg_green.png);
  background-repeat: no-repeat;
  background-position: center top;
}
._bgred {
  position: relative;
}
._bgred::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #8f0c00;
  z-index:-2;
}
._bgred::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(https://r.r10s.jp/evt/event/marvel/spiderman/_pc/img/20250725/bg_red.png);
  background-repeat: no-repeat;
  background-position: center top;
  mix-blend-mode: screen;
  z-index:-1;
}
._bgred02 {
  padding-top: 76px;
  padding-bottom: 135px;
  background-color: #8f0c00;
  background-image: url(https://r.r10s.jp/evt/event/marvel/spiderman/_pc/img/20250725/bg_green.png);
  background-repeat: no-repeat;
  background-position: center top;
}
._bggreen {
  padding-top: 76px;
  padding-bottom: 135px;
  background-color: #008f53;
  background-image: url(https://r.r10s.jp/evt/event/marvel/spiderman/_pc/img/20250725/bg_green.png);
  background-repeat: no-repeat;
  background-position: center top;
}
#cnt02 ._bggreen{
  padding-top: 96px;
  padding-bottom: 88px;
}
#about ._bgred{
  padding-top: 0;
  padding-bottom: 88px;
}

/*
 period
==================================================== */
.period__wrap {
  color: #ffffff;
  text-align: center;
  letter-spacing: -0.04em;
  margin-bottom: 32px;
  font-weight: bold;
}
.period__title{
  font-size: 18px;
  line-height: 1.6;
}
.period__date{
  font-size: 18px;
  line-height: 1.84;
}
.period__campaign > a{
  color: #53b2fc !important;
  font-size: 16px;
}

/*
 marvel-baseHeadline
==================================================== */
.marvel-baseHeadline__text.-big {
  color: #ffffff;
  font-size: 36px;
  letter-spacing: -0.04em;
  text-align: center;
  margin-bottom: 28px;
}
.marvel-baseHeadline__text.-big span{font-size: 36px;}
#cnt01 .marvel-baseHeadline__text.-big ._yellow{color: #fff001;}
[data-module-name="ecm-auto-parameter"] .marvel-baseHeadline__text.-big{
  font-size: 36px;
  margin-bottom: 40px;
}
.marvel-baseHeadline__text.-pickup {
  color: #ffffff;
  font-size: 36px;
  letter-spacing: -0.04em;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.marvel-baseHeadline__text.-pickup:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 98px;
  height: 67px;
  background-image: url(https://r.r10s.jp/evt/event/marvel/spiderman/_pc/img/20250725/pickup.png);
  background-repeat: no-repeat;
  position: absolute;
  top:-54px;
  left: 316px;
}

/*
 contents-subHeadline
==================================================== */
.contents-subHeadline{
  letter-spacing: -0.05em;
  text-align:center;
  margin-bottom: 18px;
}
.contents-subHeadline::before,
.contents-subHeadline::after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 70px;
  height: 6px;
  background-color: #fff;
}
.contents-subHeadline__text{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -0.04em;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
}

/*
 marvelConBtn
==================================================== */
.marvelConBtn.-pointbtn > *{
  display: flex;
  justify-content: center;
  align-items: center;
  width:368px;
  margin: 0 auto;
  background-color: #000639;
  height:70px;
  line-height: 1.3 !important;
  border-radius: 35px;
  text-align: center;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff!important;
}
.marvelConBtn.-pointbtn .ecm-icon-chevron-right{
  font-size: 16px;
  color: #fff !important;
  position: absolute;
  top: 50%;
  right: 40px;
  transform:translateY(-50%);
}
.marvelConBtn.-pointbtn > ::after{display: none;}
.swiper-slide .marvelConBtn.-pointbtn > *{width: 100%;}
.marvelConBtn.-pointbtn.-pointup > *{
  width: 450px;
  height: 86px;
  border-radius: 43px;
  font-size: 26px;
}
.swiper-slide .marvelConBtn.-pointbtn > *{
  background-color: #ea232a;
  margin-top: 24px;
}

/*
 marvelCon__notice
==================================================== */
.marvelCon__notice{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  padding-left: 1em;
  text-indent: -1em;
  color: #fff;
}

/*
 swiper
==================================================== */
.ecm-slider-prev.ecm-slider-prev-pagination {
  display: flex;
  opacity: 1;
  width: 48px;
  height: 48px;
  background-color:#fff ;
  color:#ea232a;
  border:solid 4px #ea232a;
  left: 50%;
  margin-top: -48px !important;
  margin-left: -186px;
}
.ecm-slider-next.ecm-slider-next-pagination {
  display: flex;
  opacity: 1;
  width: 48px;
  height: 48px;
  background-color:#fff ;
  border:solid 4px #ea232a;
  right: 50%;
  margin-top: -48px !important;
  margin-right: -186px;
}
.ecm-slider-prev.ecm-slider-prev-pagination > *,
.ecm-slider-next.ecm-slider-next-pagination > *{
  color:#ea232a!important;
  font-size: 24px!important;
  font-weight: bold;
}
.ecm-slider-pagination{
  margin-top: 28px;
}
.ecm-slider-pagination-bullet:not(:first-child){
  margin-left: 12px;
}
.ecm-slider-pagination-bullet{
  background-color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 9px;
}
.ecm-slider-pagination-bullet.ecm-slider-pagination-bullet-active{
  background-color: #ea232a;
}
.ecm-slider-container._customized{
  width: 960px;
  overflow:hidden;
  margin: 0 auto;
}

/*
 definition
---------------------------------------------- */
.swiper-slide{
  width: 310px;
  padding: 16px;
  border-radius: 12px;
  background-color: #fff;
}
.swiper-slide:hover{
  cursor:pointer!important;
  opacity:.9;
}
.definition.-sign {
  -webkit-transform: none;
          transform: none;
}
.definition.-sign .swiper-image{width: 100%;}
.definition.-sign .definition__title {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.04em;
  color: #ea232a;
  line-height: 1.3;
  min-height:3.9em;
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.definition.-sign .definition__description{
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
  min-height: 5.2em;
  margin-top: 14px;
}

/*
 about
---------------------------------------------- */
#about .marvel-baseHeadline__text {
  font-size: 36px;
  text-align: center;
  color: #ffffff;
  margin-top: 48px;
  margin-bottom: 20px;
}
.about__image img{
  width: 244px;
  height: auto;
}
.about__text{
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  letter-spacing: -0.04em;
  color: #fff;
}