@charset "utf-8";
/*================================================

【楽天市場】サンリオzone ｜ 大人サンリオ特集

=================================================*/

/*
 coupon_notice_band
---------------------------------------------- */
.coupon_notice_band {
  background: #f8648c;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 2.47em;
  letter-spacing: -0.02em;
}
.coupon_notice_band a {
  color: #fff!important;
}
.coupon_notice_band a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/*
 contop_lead
---------------------------------------------- */
.contop_lead{
  /* background-color: #fdeeed; */
  padding: 16px 0 36px;
  height: 165px;
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
  background: url(https://r.r10s.jp/evt/event/xmas/tieup/sanrio/_pc/img/20251101/read_bg.png) no-repeat center top 18px;
}
.contop_lead p{
  font-size: 16px;
  line-height: 1.5;
  color: #91633a;
  text-align: center;
}

/*
 ecm-floating-navi-container
---------------------------------------------- */
.ecm-floating-navi-container.-style {
  background-color: #90bdc7;
  border-bottom:none!important;
}
.ecm-floating-navi-container.-style .ecm-floating-navi{
  height:64px;
  width: 960px;
  margin: 0 auto;
  gap:6px;
}
.ecm-floating-navi-container.-style .ecm-floating-navi-item{
  font-weight: bold;
  color:#fff!important;
  font-size: 16px;
  position: relative;
  flex:0 1 auto;
  width: 100%;
  padding: 12px 6px;
}
.ecm-floating-navi-container.-style .ecm-floating-navi-item:hover::after,
.ecm-floating-navi-container.-style .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]::after{
  content: '';
  display: inline-block;
  position: absolute;
  width:57px;
  height: 12px;
  left: 50%;
  bottom: 6px;
  margin-left: -23.5px;
  background: url(https://r.r10s.jp/evt/event/xmas/tieup/sanrio/_pc/img/20251101/nav_dot.png) no-repeat;
}
.ecm-floating-navi-container.-style .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true] {
  border-bottom: none!important;
}
.ecm-floating-menu.-sanrio_awlife-right ._logo {
  display: block;
  margin: 0 auto;
}
.right_floating_sanrio .ecm-floating-nav-pill{
  background-color: #ffffff;
  color:#ad885b;
  border: 1px solid #ad885b;
  border-right: none;
  padding-right: 72px;
}
.right_floating_sanrio .ecm-floating-nav-pill[data-in-viewport="true"]{
  background-color: #ad885b !important;
  color:#fff;
  border-color:#ad885b;
}

.snow-wrapper{
  position: relative;
  min-width: 950px;
  width: 1400px;
  margin: 0 auto;
}

.snow-wrapper h1{
  position: relative;
  z-index: 2;
}


/*  Snow Animation */
.snow-flake {
  position: absolute;
  display: block;
  top:0;
  opacity: 0;
  transform-origin: 0px 0px;
  animation-name: Drop;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  z-index: 1;
}
.snow-flake img{
  width: 80%;
}

@keyframes Drop {
  0% {
    transform: translateY(0px);
    opacity: 0;
  }

  10% {
    transform: translateY(45px);
    opacity: .8;
  }
  20% {
    transform: translateY(90px);
    opacity: 1;
  }
  90% {
    transform: translateY(505px);
    opacity: 0.7;
  }
  100% {
    transform: translateY(505px);
    opacity: 0.1;
  }
}

.snow-flake img {
animation: snowRotate 2s infinite ease .5s both;
}
@keyframes snowRotate {
  from {
  transform: rotate(0deg);
  }
  to {
  transform: rotate(180deg);
  }
}
.snow-flake img {
  animation: snowRotate 6s infinite ease .5s both;
  -webkit-animation: snowRotate 6s infinite ease .5s both;
}

/*
 heading
---------------------------------------------- */
/* default */
.article[data-layout="udr"] .article__heading {
  font-size: 34px;
  color: #ad885b;
  padding-top: 60px;
  margin-bottom: 12px;
}
.article.-udr .article__heading.-event{
  color: #720012;
}
.article__heading--character_search{
  position: relative;
  padding-top: 100px;
  margin: 0 auto 10px;
}
.article__heading--character_search span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #ad885b;
}

/*
 article--bgc-carousel
---------------------------------------------- */
.article--bgc-carousel {
  background-image:url(https://r.r10s.jp/evt/event/xmas/tieup/sanrio/_pc/img/20251101/bg_pattern.png) ;
  background-position: top center;
  background-repeat: repeat;
  background-size: 867px auto;
  padding-top: 50px !important;
  padding-bottom: 64px!important;
}

/*
 definition
---------------------------------------------- */
.definition.-sign{
  display: flex;
  flex-wrap:wrap;
  width: 100%;
  height: 100%;
  background-color: #a0cbcf;
  border-radius: 16px;
  box-shadow: 0 8px 16px rgba(7,0,2,.2);
}
.definition.-sign .definition__link {
  color: #666!important;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 12px;
}
.definition.-sign .definition__link:hover{
  opacity: 0.8;
  text-decoration: none!important;
}
.definition.-sign .swiper-image{width: 100%;}
#pickup .definition.-sign {
  border: none!important;
}
#pickup .definition.-sign .swiper-imageBox{
  /* padding: 20px 16px 0; */
  position: relative;
}
.definition.-sign .definition__title {
  font-size: 14.88px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 14px;
  /* letter-spacing: 0.1em; */
  line-height: 1.21;
  text-align: center;
  margin-top: 13px;
  position: relative;
}

#price .definition.-sign .definition__title:after{
    display: block;
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    bottom: -14px;
    right: 0px;
}
.definition__description{
  font-size: 15px;
  line-height: 1.6;
  padding: 0 14px 0px;
  min-height: calc(9.5em + 6px);
  color: #333!important;
}
#price .definition.-sign .definition__more{
  padding:0 14px 16px;
  text-align: right;
  color: #8d4d28!important;
  font-size: 13px;
}




/* contents
-------------------------------------------------*/
.article--bgc.-udr{
  padding: 0;
  margin-top: 0 !important;
}

.article--bgc.-udr .contents__inner{
  padding-top: 44px;
  padding-bottom: 67px;
}
.article--bgc.-udr .contents__inner:last-child{
  padding-bottom: 93px;
}

/* bg */

.bottom_viewer .article--bgc.-udr.sanrio-article--sanrioshop:before{
  display: block;
  content: "";
  width:733px;
  height:395px;
  border-radius:50%;
  background-image:url(https://r.r10s.jp/evt/event/xmas/tieup/sanrio/_pc/img/20251101/bg_pattern.png) ;
  background-position: top -453px center;
  background-repeat: repeat;
  background-size: 867px auto;
  position: relative;
  z-index: 1;
  margin:0 auto -315px;

}
.bottom_viewer .article--bgc.-udr.sanrio-article--sanrioshop:after{
  display: block;
  content: "";
  width:136px;
  height:150px;
  background-image:url(https://r.r10s.jp/evt/event/xmas/tieup/sanrio/_pc/img/20251101/icon_cinnamo.png) ;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;  
  position: absolute;
  top:-24px;
  left:0;
  right:0;
  z-index: 2;
  margin: 0 auto ;
}
.article--bgc.sanrio-article--sanrioshop .contents__inner{
  background-image:url(https://r.r10s.jp/evt/event/xmas/tieup/sanrio/_pc/img/20251101/bg_pattern.png) ;
  background-position: top center;
  background-repeat: repeat;
  background-size: 867px auto;
  padding-top: 45px;
  padding-bottom: 80px;
}

.bottom_viewer #a01 .article--bgc.-udr:before{
  display: block;
  content: "";
  width:136px;
  height:150px;
  background-image:url(https://r.r10s.jp/evt/event/xmas/tieup/sanrio/_pc/img/20251101/icon_kuromi.png) ;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top:-43px;
  left:0;right: 0;
  z-index: 2;
  margin: 0 auto ;
}
.bottom_viewer #a02 .article--bgc.-udr:before{
  display: block;
  content: "";
  width:136px;
  height:150px;
  background-image:url(https://r.r10s.jp/evt/event/xmas/tieup/sanrio/_pc/img/20251101/icon_kikirara.png) ;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top:-43px;
  left:0;right: 0;
  z-index: 2;
  margin: 0 auto ;
}
.bottom_viewer #a03 .article--bgc.-udr:before{
  display: block;
  content: "";
  width:136px;
  height:150px;
  background-image:url(https://r.r10s.jp/evt/event/xmas/tieup/sanrio/_pc/img/20251101/icon_purin.png) ;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top:-43px;
  left:0;right: 0;
  z-index: 2;
  margin: 0 auto ;
}
.bottom_viewer #a04 .article--bgc.-udr:before{
  display: block;
  content: "";
  width:136px;
  height:150px;
  background-image:url(https://r.r10s.jp/evt/event/xmas/tieup/sanrio/_pc/img/20251101/icon_mymelo.png) ;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top:-43px;
  left:0;right: 0;
  z-index: 2;
  margin: 0 auto ;
}
.bottom_viewer #a05 .article--bgc.-udr:before{
  display: block;
  content: "";
  width:136px;
  height:150px;
  background-image:url(https://r.r10s.jp/evt/event/xmas/tieup/sanrio/_pc/img/20251101/icon_kitty.png) ;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top:-43px;
  left:0;right: 0;
  z-index: 2;
  margin: 0 auto ;
}
.bottom_viewer #a06 .article--bgc.-udr:before{
  display: block;
  content: "";
  width:136px;
  height:150px;
  background-image:url(https://r.r10s.jp/evt/event/xmas/tieup/sanrio/_pc/img/20251101/icon_cat.png) ;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top:-43px;
  left:0;right: 0;
  z-index: 2;
  margin: 0 auto ;
}

.bottom_viewer [id^="a"] .article.article--bgc{
  padding-top:110px;
      background-image:url(https://r.r10s.jp/evt/event/xmas/tieup/sanrio/_pc/img/20251101/con_top_deco.png) ;
  background-repeat: no-repeat;
  background-size: 412px auto;
  background-position: top 22px center;
}

.bottom_viewer #a01 .article.article--bgc{background-color: #fffef1;}
.bottom_viewer #a02 .article.article--bgc{background-color: #eaf9fc;}
.bottom_viewer #a03 .article.article--bgc{background-color:#ffe6f2;}
.bottom_viewer #a04 .article.article--bgc{background-color:#ffe6f2;}
.bottom_viewer #a05 .article.article--bgc{background-color:#ffe6f2;}
.bottom_viewer #a06 .article.article--bgc{background-color:#ffe6f2;}

.bottom_viewer #a01 .article.article--bgc .contents__inner:nth-child(3n+1),
.bottom_viewer #a02 .article.article--bgc .contents__inner:nth-child(3n+2),
.bottom_viewer #a03 .article.article--bgc .contents__inner:nth-child(3n),
.bottom_viewer #a04 .article.article--bgc .contents__inner:nth-child(3n),
.bottom_viewer #a05 .article.article--bgc .contents__inner:nth-child(3n),
.bottom_viewer #a06 .article.article--bgc .contents__inner:nth-child(3n)
{
background-color: #fffef1;
}
.bottom_viewer #a01 .article.article--bgc .contents__inner:nth-child(3n+2),
.bottom_viewer #a02 .article.article--bgc .contents__inner:nth-child(3n),
.bottom_viewer #a03 .article.article--bgc .contents__inner:nth-child(3n+1),
.bottom_viewer #a04 .article.article--bgc .contents__inner:nth-child(3n+1),
.bottom_viewer #a05 .article.article--bgc .contents__inner:nth-child(3n+1),
.bottom_viewer #a06 .article.article--bgc .contents__inner:nth-child(3n+1){
background-color:#ffe6f2;
}
.bottom_viewer #a01 .article.article--bgc .contents__inner:nth-child(3n),
.bottom_viewer #a02 .article.article--bgc .contents__inner:nth-child(3n+1),
.bottom_viewer #a03 .article.article--bgc .contents__inner:nth-child(3n+2),
.bottom_viewer #a04 .article.article--bgc .contents__inner:nth-child(3n+2),
.bottom_viewer #a05 .article.article--bgc .contents__inner:nth-child(3n+2),
.bottom_viewer #a06 .article.article--bgc .contents__inner:nth-child(3n+2){
background-color: #eaf9fc;
}
.bottom_viewer .article.article--bgc .contents__inner.-baby{
  background-color: #6bc4ca !important;
}


/* coupon */
.coupon_area {
  padding: 0 0 52px;
  /* background-color: #fffbe4; */
  color: #000;
}
.coupon_title{
  color: #91633a;
  background-image:url(https://r.r10s.jp/evt/event/xmas/tieup/sanrio/_pc/img/20251101/coupon_ttl_deco.png) ;
  background-repeat: no-repeat;
  background-size: 668px auto;
  background-position: bottom center;
}
.coupon_period{
  width:640px;
  color: #91633a;
  font-size:16px;
  text-align: center;
  line-height: 1.5;
  margin:0 auto;
}
.coupon_area .ecm-coupon-link:after {
  content: "";
  z-index: 0;
  display: block;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at center left, transparent 0px, transparent 10px,#ad885b 11px), radial-gradient(circle at center right, transparent 0px, transparent 10px,#ad885b 11px);
  background-size: calc(55% + 1px) 100%, calc(55% + 1px) 100%;
  background-repeat: no-repeat;
  background-position: -1px 50%, calc(100% + 1px) 50%;
  border-radius: 4px;
}
.coupon_area .ecm-coupon-link:before {
  position: absolute;
  top: 1px;
  left: 1px;
  display: block;
  width: calc( 100% - 2px);
  height: calc( 100% - 2px);
  background-image: radial-gradient(circle at center left, transparent 0px, transparent 10px,#ad885b 10px,#ad885b 11px, #fff 12px), radial-gradient(circle at center right, transparent 0px, transparent 10px,#ad885b 10px,#ad885b 11px, #fff 12px);
  background-size: calc(55% + 1px) 100%, calc(55% + 1px) 100%;
  background-repeat: no-repeat;
  background-position: -1px 50%, calc(100% + 1px) 50%;
  border-radius: 4px;
}
.coupon_area .coupon-width{
  width:460px;
  margin:0 auto 16px;
}
.coupon_area .ecm-coupon-discount{
  color:#f9648c;
}


.coupon_area .ecm-coupon-discount:before{
  display: block;
  content: "";
  width: 28.5px;
  height:41px;
  background-image:url(https://r.r10s.jp/evt/event/xmas/tieup/sanrio/_pc/img/20251101/coupon_left.png) ;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left:32px;
  top:10px;
  filter:drop-shadow(0 0 2px rgba(0,0,0,0.4));
}

.coupon_area .ecm-coupon-discount:after{
  display: block;
  content: "";
  width:33.5px;
  height: 34.5px;
  background-image:url(https://r.r10s.jp/evt/event/xmas/tieup/sanrio/_pc/img/20251101/coupon_right.png) ;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right:32px;
  top:15px;
  filter:drop-shadow(0 0 2px rgba(0,0,0,0.4));
}


.coupon_area .ecm-coupon-title{
  color:#555555;
}
.coupon_area .ecm-coupon-text{
  border-top-color:#ad885b;
  background-color:#ad885b;
  color:#ffffff;
}
.coupon_area .ecm-coupon-text i{
  color:#ffffff;
}
.coupon_area .ecm-coupon-note{
  color:#91633a;
}

/* heading */
.article--bgc.-udr:before{
  padding:0 !important;
}
.article--bgc.-udr:not(.-sanrioonline) .contents__inner:first-child{
  padding-top:0 !important;
}

.contents__heading {
  position: relative;
  width: 100%;
  margin-bottom: 18px;
  text-align: center;
  color:#91633a;
  z-index:2;
}
.contents__heading span {
  display: block;
  font-size: 34px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.article.-sanrioonline .contents__heading span{line-height: 1.3;}

.contents__heading.contents__heading--price {
      background-image:url(https://r.r10s.jp/evt/event/xmas/tieup/sanrio/_pc/img/20251101/con_top_deco.png) ;
  background-repeat: no-repeat;
  background-size: 412px auto;
  background-position: top 12px center;
}

.article__subHeading {
  position: relative;
  height: 60px;
  margin: 0 auto 22px;
}

.contents__inner:nth-child(odd) .article__subHeading {
  background-image: url(https://r.r10s.jp/evt/event/xmas/tieup/sanrio/_pc/img/20251101/cnt_heading01.png);

}
.contents__inner:nth-child(even) .article__subHeading {
  background-image: url(https://r.r10s.jp/evt/event/xmas/tieup/sanrio/_pc/img/20251101/cnt_heading02.png);

}
.article.article--bgc .contents__inner.-baby .article__subHeading{
  background-image: url(https://r.r10s.jp/evt/event/xmas/tieup/sanrio/_pc/img/20251101/sanrio_baby_logo.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 364px auto;
  height: 73px;
}
.article__subHeading span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #6bc4ca;
}
.article.article--bgc .contents__inner.-baby .article__subHeading span{display: none;}

/* caution */
.contents__caution{
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #ff0000;
}

/*
 article
---------------------------------------------- */
/* button */
.button.-udr .button__link {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 362px;
  height: 70px;
  margin: 0 auto;
  background-color: #000;
}
.button.-udr .button__link::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  width: 9px;
  height: 9px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.button[data-layout="udr"] .button__link {
  background-color: #ff79bb;
  width: 576px;
  height: 86px;
  border-radius: 43px;
  margin: 45px auto 0;
}
.md-d-grid-col-2 .button[data-layout="udr"] .button__link{
  width: 100%;
}
.button[data-layout="udr"] .button__link:hover {

  text-decoration: none;
  opacity: 0.8;
}

/* ecm-alcor */
.sanrio_customize .ecm-alcor {background-color: transparent;}
.sanrio_customize .ecm-alcor-image-link{
  border-radius: 8px;
  border: 1px solid #ffc57a;
  overflow: hidden;
  background-color: #fff;
}
.sanrio_customize .ecm-alcor-name {font-size: 14px;}
.sanrio_customize .ecm-alcor-price .ecm-alcor-price-num{
  font-size: 24px;
  color: #f485a1!important;
}
.sanrio-article--sanrioshop .sanrio_customize .ecm-alcor-price .ecm-alcor-price-num{
  color:#f485a1!important;
}

.article.article--bgc .contents__inner.-baby .sanrio_customize .ecm-alcor-price .ecm-alcor-price-num{
  color: #fdd6d6 !important;
}

.contents__inner.article--bgc-pink01 .sanrio_customize .ecm-alcor-price .ecm-alcor-price-num,
.contents__inner.article--bgc-blue01 .sanrio_customize .ecm-alcor-price .ecm-alcor-price-num{
  color: #ffedf1!important;
}

/*.検索フローティング調整 */

.-xmas_custom{
  bottom: 200px;
}

.-xmas_custom ~ .scm-modal-trigger-wrapper{
  bottom: 60px !important;
}