@charset "UTF-8";
/*=======================================

【楽天】　ディズニーゾーン

=========================================*/

/* headline */
.headline {
  background-image: url(https://r.r10s.jp/evt/event/disney/special/twisted-wonderland/_pc/img/20200624/headline_bg.png);
  background-repeat: no-repeat;
  width: 265px;
  height: 89px;
  display: table;
  text-align: center;
  margin: 0 auto;
  font-size: 19.52px;
  color: #ffffff;
  font-weight: bold;
}
.headline span {
  display: table-cell;
  vertical-align: middle;
}
.headline._party {
  background-image: url(https://r.r10s.jp/evt/event/disney/special/twisted-wonderland/_pc/img/20240201/party_headline_bg.png);
  width: 415px;
}
.line {
background:linear-gradient(transparent 60%, #fafbb8 60%);
}
.disney-mainContents .cntBtn a{
  display: flex;
  width: 365px;
  height: 72px;
  margin: auto;
  justify-content: center;
  align-items: center;
  background-color: #cccccc;
  border-radius: 40px;
  font-size: 24px;
  color: #ffffff !important;
  text-align: center;
  position: relative;
}
.disney-mainContents .cntBtn._000000 a {
  border: 3px solid #856e3d;
  -webkit-box-shadow:3px 2px 6px rgba(0,0,0,0.2);
  -moz-box-shadow:3px 2px 6px rgba(0,0,0,0.2);
  box-shadow:3px 2px 6px rgba(0,0,0,0.2);
  background-color: #000;
}
.disney-mainContents .cntBtn a:hover{opacity:.7;}

/* cnt-kanban */
.cnt-kanban{
  position: relative;
  font-size: 4vw!important;
  z-index:1;
}

/* article */
.article {
  width: 100%;
  max-width:1920px;
  height: calc(100% + 600px);
  margin: -370px auto 0;
  padding-top: 406px;
  background: repeating-linear-gradient(90deg, #d1af91, #d1af91 38px, #b5977d 38px, #b5977d 76px);
}
.article #a_special{
  padding-bottom: 160px;
}
.article .itemlist{
  width: 100%;
  max-width:1920px;
  height: calc(100% - 40px);
  margin: 0 auto;
  background-image: url(https://r.r10s.jp/evt/event/disney/special/twisted-wonderland/_pc/img/20200624/itemlist02_bg.gif);
  background-position: center top;
}
.article .itemlist__head {
  margin: 80px auto 0;
  width: 100%;
  max-width:1920px;
  height: 102px;
  background-image: url(https://r.r10s.jp/evt/event/disney/special/twisted-wonderland/_pc/img/20200624/itemlist02_bg_top.png);
  background-position: center top;
}

/* itemAlcor */
.itemAlcor > * {
  background-color: #ffffff;
  border-radius: 7px;
  -webkit-box-shadow:3px -2px 6px rgba(0,0,0,0.1);
  -moz-box-shadow:3px -2px 6px rgba(0,0,0,0.1);
  box-shadow:3px -2px 6px rgba(0,0,0,0.1);
  overflow: hidden;
/*  border: 1px solid #e9e6e6;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.itemAlcor > .cnt-alcor:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 7px;
  bottom: 7px;
  border-style: solid;
  border-width: 7px;
  border-color: transparent #856e3d #856e3d transparent;
}
.itemAlcor .cnt-alcor-body {
  padding: 10px;
}
.itemAlcor .cnt-alcor-price {
  /*  font-size: 24px;*/
}


/* disney-contents-button */
.disney-contents-button{
  width: 300px;
  height: 66px;
  font-size: 28px;
  font-weight: bold;
  color: #856e3d !important;
  border: 2px solid #856e3d;
  background-color: #ffffff;
  border-radius: 35px;
  box-sizing: border-box;
}
.disney-contents-button:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  opacity:1!important;
  background-color: #856e3d;/* ボタン色変更の際にここを変更 */
  border: 2px solid #856e3d;/* ボタン色変更の際にここを変更 */
}
.disney-contents-button::after{
  width: 8px;
  height: 8px;
  right: 25px;
  border-right: 3px solid #856e3d;
  border-bottom: 3px solid #856e3d;
  box-sizing: content-box!important;
}
.disney-contents-button:hover::after {
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}

/* cnt-floatingRightNavi */
.cnt-floatingRightNavi{
  right: 0;
  top: auto!important;
  bottom: 100px;
  height: auto!important;
}
.cnt-floatingRightNavi .ecm-floating-nav-pill{
  display: block;
  width: 100%;
  padding: 11.5px 12px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 20px 0 0 20px;
  line-height: 17px;
  font-size: 13px;
  font-weight: normal;
  color: #fff;
}
.cnt-floatingRightNavi .ecm-floating-nav-pill:hover,
.cnt-floatingRightNavi .ecm-floating-nav-pill[data-in-viewport=true]{
  font-weight: bold;
  background-color: #000!important;
}


.disneyFooterWrap {
  width: 100%;
  margin: 0 -500%;
  padding: 45px 500% 0;
  background-color: #eeeeee;
}