@charset "UTF-8";
/*　------------------------------------------------------------

Swiper -[.swiper]-

------------------------------------------------------------　*/
.swiper[layout=character] {
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
  background-color: #f5d8d8;
  overflow: hidden;
}
/* .swiper[layout=character]::after {
  display: block;
  content: "";
  width: 100%;
  height: 160px;
  background-color: #f5d8d8;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_pc/img/20240510/chumoku_top.png);
  background-position: bottom center;
  background-size: auto 100%;
} */

.swiper[layout=character] .swiper-container {
  position: relative;
  display: none;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}

.swiper[layout=character] .swiper-container-initialized {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.swiper[layout=character] .swiper-wrapper {
  align-items: center;
}

.swiper[layout=character] .swiper-slide {
  box-sizing: border-box;
  border-radius: 5px;
  width: 265px !important;
  overflow: hidden;
  /* box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2); */
  padding: 6px;
}

.swiper[layout=character] .swiper-image-circle {
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
}

.swiper[layout=character] .swiper-image {
  display: block;
  width: 100%;
  height: auto;
}

.swiper[layout=character] .swiper-name {
  color: #e02567;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 0.4em;
}

.swiper[layout=character] .swiper-slide:not(.swiper-slide-active) {
  position: relative;
  z-index: -1;
  width: 265px !important;
  opacity: 0.5;
  padding: 12px;
}

.swiper[layout=character] .swiper-slide:not(.swiper-slide-active) > * {
  display: block;
}

@media screen and (min-width: 415px) {
  .swiper[layout=character] .swiper-slide:not(.swiper-slide-active) > * {
    z-index: 1;
  }
}
.swiper[layout=character] .swiper-slide > * {
  text-decoration: none !important;
  transition: all 0.2s 0s ease;
}

.swiper[layout=character] .swiper-image {
  display: block;
  width: 100%;
  height: auto;
}

.swiper[layout=character] .swiper-button-prev {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 45px;
  margin-top: 0px;
  margin-right: 40px;
  vertical-align: middle;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_pc/img/20240510/carousel_prev.png);
  background-size: 100% auto;
}

.swiper[layout=character] .swiper-button-next {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 45px;
  margin-top: 0px;
  margin-left: 40px;
  vertical-align: middle;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_pc/img/20240510/carousel_next.png);
  background-size: 100% auto;
}

.swiper[layout=character] .swiper-pagination {
  position: relative;
  bottom: 0;
  z-index: 100;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  vertical-align: middle;
}

.swiper[layout=character] .swiper-pagination-bullet {
  outline: none !important;
  border-radius: 7px;
  width: 14px;
  height: 14px;
  margin: 0 6.5px;
  background-color: #ffffff;
  opacity: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent !important;
}

.swiper[layout=character] .swiper-pagination-bullet-active {
  background-color: #e02567;
}

/*　------------------------------------------------------------

Background

------------------------------------------------------------　*/
.bg[data-layout=pickup] {
  position: relative;
}
.bg[data-layout=pickup]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  width: 100vw;
  min-width: 1024px;
  height: 100%;
  background-color: #f1edd9;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_pc/img/20240510/pickup_bg.png);
  background-repeat: repeat;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

/*　------------------------------------------------------------

看板 -[.ecm-kanban]-

------------------------------------------------------------　*/
.ecm-kanban[data-layout=princess] {
  position: relative;
}
.ecm-kanban[data-layout=princess]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  width: 100vw;
  height: 100%;
  background-color: #ffcdcd;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

/*　------------------------------------------------------------

フローティング・ナビ（右） -[.ecm-floating-menu]-

------------------------------------------------------------　*/
.ecm-floating-menu[data-layout=princess] .ecm-floating-nav-pill {
  min-width: 194px;
  padding-left: 28px;
  background-color: #E96696;
}
.ecm-floating-menu[data-layout=princess] .ecm-floating-nav-pill[data-in-viewport=true] {
  background-color: #e02567;
}
.ecm-floating-menu[data-layout=princess] .ecm-floating-nav-pill[href="#chumoku"] {
  background-color: #8faccc;
}
.ecm-floating-menu[data-layout=princess] .ecm-floating-nav-pill[href="#chumoku"][data-in-viewport=true] {
  background-color: #528CCB;
}
.ecm-floating-menu[data-layout=princess] .ecm-floating-nav-pill[href="#elsa"] {
  background-color: #6a9193;
}
.ecm-floating-menu[data-layout=princess] .ecm-floating-nav-pill[href="#elsa"][data-in-viewport=true] {
  background-color: #386c6f;
}
.ecm-floating-menu[data-layout=princess] .ecm-floating-nav-pill[href="#anna"] {
  background-color: #6a9193;
}
.ecm-floating-menu[data-layout=princess] .ecm-floating-nav-pill[href="#anna"][data-in-viewport=true] {
  background-color: #386c6f;
}

/*　------------------------------------------------------------

Section -[.section]-

------------------------------------------------------------　*/
.section[data-layout=pickup] {
  position: relative;
}
.section[data-layout=pickup]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  width: 100vw;
  min-width: 1024px;
  height: 100%;
  background-color: #f1edd9;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_pc/img/20240510/pickup_bg.png);
  background-repeat: repeat;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.section[data-layout=princess] {
  position: relative;
}
.section[data-layout=princess]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  width: 100vw;
  height: 100%;
  background-color: #ffcdcd;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

/*　------------------------------------------------------------

Heading -[.content_ttl]-

------------------------------------------------------------　*/
.content_ttl {
  font-weight: normal;
  text-align: center;
}

.content_ttl span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 15px;
}

.content_ttl._character {
  color: #e02567;
  font-size: 32px;
  margin-bottom: 21px;
}

.content_ttl._character span {
  padding: 0 16px;
}

.content_ttl._character:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 66px;
  height: 63px;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_pc/img/20240510/character_ttl_before.png);
  background-size: 100% auto;
}

.content_ttl._character:after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 65px;
  height: 63px;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_pc/img/20240510/character_ttl_after.png);
  background-size: 100% auto;
}

.content_ttl._elsa {
  color: #386c6f;
  font-size: 30px;
  margin-bottom: 36px;
}

.content_ttl._elsa span {
  padding: 0 48px;
}

.content_ttl._elsa:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 68px;
  height: 65px;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_pc/img/20240510/elsa_ttl_before.png);
  background-size: 100% auto;
}

.content_ttl._elsa:after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 68px;
  height: 66px;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_pc/img/20240510/elsa_ttl_after.png);
  background-size: 100% auto;
}

.content_ttl._anna {
  color: #386c6f;
  font-size: 30px;
  margin-bottom: 30px;
}

.content_ttl._anna span {
  padding: 0 58px;
}

.content_ttl._anna:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 72px;
  height: 78px;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_pc/img/20240510/anna_ttl_before.png);
  background-size: 100% auto;
}

.content_ttl._anna:after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 72px;
  height: 78px;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_pc/img/20240510/anna_ttl_after.png);
  background-size: 100% auto;
}

.content_ttl._snowwhite {
  color: #e02567;
  font-size: 30px;
  margin-bottom: 30px;
}

.content_ttl._snowwhite span {
  padding: 0 70px 0 60px;
}

.content_ttl._snowwhite:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 112px;
  height: 90px;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_sp/img/20240510/snowwhite_ttl_before.png);
  background-size: 100% auto;
}

.content_ttl._snowwhite:after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 87px;
  height: 105px;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_sp/img/20240510/snowwhite_ttl_after.png);
  background-size: 100% auto;
  margin-right: 0.5em;
}

.content_ttl._cinderella {
  color: #e02567;
  font-size: 30px;
  margin-bottom: 30px;
}

.content_ttl._cinderella span {
  padding: 0 43px 0 41px;
}

.content_ttl._cinderella:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 92px;
  height: 70px;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_sp/img/20240510/cinderella_ttl_before.png);
  background-size: 100% auto;
}

.content_ttl._cinderella:after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 99px;
  height: 73px;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_sp/img/20240510/cinderella_ttl_after.png);
  background-size: 100% auto;
}

.content_ttl._aurola {
  color: #e02567;
  font-size: 30px;
  margin-bottom: 30px;
}

.content_ttl._aurola span {
  padding: 0px 60px 0 63px;
}

.content_ttl._aurola:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 79.5px;
  height: 94.5px;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_sp/img/20240510/aurola_ttl_before.png);
  background-size: 100% auto;
  margin-left: 9px;
}

.content_ttl._aurola:after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 93px;
  height: 51px;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_sp/img/20240510/aurola_ttl_after.png);
  background-size: 100% auto;
}

.content_ttl._ariel {
  color: #e02567;
  font-size: 30px;
  margin-bottom: 30px;
}

.content_ttl._ariel span {
  padding: 0 47px 0 36px;
}

.content_ttl._ariel:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 105px;
  height: 103px;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_sp/img/20240510/ariel_ttl_before.png);
  background-size: 100% auto;
}

.content_ttl._ariel:after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 78px;
  height: 73px;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_sp/img/20240510/ariel_ttl_after.png);
  background-size: 100% auto;
  margin-right: 18px;
}

.content_ttl._belle {
  color: #e02567;
  font-size: 30px;
  margin-bottom: 30px;
}

.content_ttl._belle span {
  padding: 0 54px;
}

.content_ttl._belle:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 159px;
  height: 88px;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_sp/img/20240510/belle_ttl_before.png);
  background-size: 100% auto;
}

.content_ttl._belle:after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 76.5px;
  height: 114px;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_sp/img/20240510/belle_ttl_after.png);
  background-size: 100% auto;
  margin-left: 22px;
  margin-right: 62px;
}

.content_ttl._jasmin {
  color: #e02567;
  font-size: 30px;
  margin-bottom: 30px;
}

.content_ttl._jasmin span {
  padding: 0 38px;
}

.content_ttl._jasmin:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 150px;
  height: 81px;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_sp/img/20240510/jasmin_ttl_before.png);
  background-size: 100% auto;
}

.content_ttl._jasmin:after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 127px;
  height: 92px;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_sp/img/20240510/jasmin_ttl_after.png);
  background-size: 100% auto;
  margin-right: 15px;
}

.content_ttl._rapunzel {
  color: #e02567;
  font-size: 30px;
  margin-bottom: 30px;
}

.content_ttl._rapunzel span {
  padding: 0 46px;
}

.content_ttl._rapunzel:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 100.5px;
  height: 78px;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_sp/img/20240510/rapunzel_ttl_before.png);
  background-size: 100% auto;
}

.content_ttl._rapunzel:after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 87px;
  height: 97.5px;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_sp/img/20240510/rapunzel_ttl_after.png);
  background-size: 100% auto;
}

.sub_ttl {
  font-weight: normal;
}
.sub_ttl._rapunzel {
  font-size: 24px;
  color: #9561a8;
  text-align: center;
  margin-bottom: 0.8em;
}

/*　------------------------------------------------------------

Button -[.disney-contents-button]-

------------------------------------------------------------　*/
.disney-contents-button-princess {
  background-color: #e02567;
}
.disney-contents-button-elsa {
  background-color: #5694af;
}
.disney-contents-button-anna {
  background-color: #d9838f;
}
.disney-contents-button-rapunzel {
  background-color: #9561a8;
}
.disney-contents-button-frozen {
  background-color: #528CCB;
}

/*　------------------------------------------------------------

ディズニー プリンセス

------------------------------------------------------------　*/
#princess::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  width: 100vw;
  min-width: 1024px;
  height: 100%;
  background-color: #ffcdcd;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

.dp_logo {
  text-align: center;
  position: relative;
}
.dp_logo::before {
  display: block;
  content: "";
  position: relative;
  left: 50%;
  z-index: -1;
  width: 100vw;
  min-width: 1024px;
  height: 150px;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_pc/img/20240510/pickup_udr.png);
  background-position: top center;
  background-size: auto 100%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.dp_logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  width: 100vw;
  height: 100%;
  background-color: #ffcdcd;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

/*　------------------------------------------------------------

注目アイテム

------------------------------------------------------------　*/
/* 20240509 add chumoku contents */
.chumoku_bg {
  position: relative;
  padding-top: 190px;
}
.chumoku_bg::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  width: 100vw;
  min-width: 1024px;
  height: 160px;
  background-color: #f5d8d8;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_pc/img/20240510/chumoku_top.png);
  background-position: bottom center;
  background-size: auto 100%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  /* content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  width: 100vw;
  min-width: 1024px;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0); */
}

.chumoku_bg:after {
  display: block;
  content: "";
  position: relative;
  left: 50%;
  width: 100vw;
  min-width: 1024px;
  height: 164px;
  background-color: #f5d8d8;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_pc/img/20240510/chumoku_udr.png);
  background-position: top center;
  background-size: auto 100%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

.chumoku_bg .chumoku_inner {
  /* background-color: #ffffff; */
  padding: 200px 0 80px;
}

.content_ttl._chumoku {
  font-size: 28px;
  line-height: 98px;
  color: #111821;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_pc/img/20240510/chumoku_ttl_bg.png);
  background-repeat: no-repeat;
  background-position: top left calc(50% - 8px);
  background-size: auto 100%;
  margin-bottom: 24px;
}

.chumoku_sub_ttl {
  font-size: 34px;
  font-weight: normal;
  color: #9561a8;
  text-align: center;
  padding: 0 16px;
  margin-bottom: 0.8em;
}

.cntBtn._chumoku a {
  background-color: #9561a8;
}

/*　------------------------------------------------------------

アナと雪の女王

------------------------------------------------------------　*/
.pickup_bg {
  padding: 0 0 80px;
}
.pickup_bg::before {
  display: block;
  content: "";
  position: relative;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  min-width: 1024px;
  height: 142px;
  margin-bottom: 40px;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_pc/img/20240510/pickup_top.png);
  background-position: bottom center;
  background-size: auto 100%;
  background-color: #f5d8d8;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.pickup_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  width: 100vw;
  min-width: 1024px;
  height: 100%;
  background-color: #f1edd9;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_pc/img/20240510/pickup_bg.png);
  background-repeat: repeat;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

.content_ttl._frozen {
  font-size: 32px;
  color: #386c6f;
  position: relative;
  padding-bottom: 32px;
}
.content_ttl._frozen::before {
  display: block;
  content: "";
  position: relative;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  min-width: 1024px;
  height: 142px;
  margin-bottom: 40px;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_pc/img/20240510/pickup_top.png);
  background-position: bottom center;
  background-size: auto 100%;
  background-color: #f5d8d8;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}
.content_ttl._frozen::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -2;
  width: 100vw;
  min-width: 1024px;
  height: 100%;
  background-color: #f1edd9;
  background-image: url(https://r.r10s.jp/evt/event/disney/character/princess/_pc/img/20240510/pickup_bg.png);
  background-repeat: repeat;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}