@charset "utf-8";

html { overflow-x: hidden;}

.scm-modal-trigger-wrapper.-awlife2025 {
  display: none;
}
#floating-banner {
  display: none;
}
.awlife2025-scm-floating-top {
  right: 32px;
  bottom: 32px;
}

/*
 pageHeader
============================================*/
.pageHeader{background-color: #bf0000;}
.pageHeader > .ecm-container {
	display: flex;
	justify-content: center;
	align-items: center;
  height: 60px;
}
.pageHeader a{
	color: #fff!important;
	font-size: 24px;
	font-weight: bold;
}
.pageHeader a > span{font-size: 30px;}
.pageHeader a:hover{opacity:.8;text-decoration: none;}


/*
 disney-floating-navi-container-under
============================================*/
.disney-floating-navi-container-under[data-color="373c36"] {
  background-color: #373c36;
}

/*
 disneyCon
============================================*/
.disneyCon{
  padding-top: 28px;
  padding-bottom: 198px;
  position: relative;
  overflow:hidden;
}
.disneyCon[data-layout="point"]{
  padding-top: 56px;
  padding-bottom: 94px;
  background: url(https://r.r10s.jp/evt/event/season/awlife/tieup/disney/_pc/img/20240920/leaf_pattern.png) repeat-y center top #f3e3e1;
  position:static;
}
.disneyCon[data-layout="category"]{
  padding-top: 44px;
  padding-bottom: 36px;
  background-color: #f2e9e2;
  position:static;
}
.mainContents > .disneyCon:nth-child(odd){
  background-color: #fbe0a7;
}
.mainContents > .disneyCon:nth-child(even){
  background-color: #ece7dd;
}
.mainContents > .disneyCon:nth-child(odd)::after{
  content: '';
  display: block;
  position: absolute;
  width:372px;
  height:141px;
  background: url(https://r.r10s.jp/evt/event/season/awlife/tieup/disney/_pc/img/20240920/con_bottom_right.png) no-repeat;
  left: calc(50% + 100px);
  bottom: 25px;
  z-index:1;
}
.mainContents > .disneyCon:nth-child(even)::after{
  content: '';
  display: block;
  position: absolute;
  width:397px;
  height:134px;
  background: url(https://r.r10s.jp/evt/event/season/awlife/tieup/disney/_pc/img/20240920/con_bottom_left.png) no-repeat;
  right:calc(50% + 80px);
  bottom: 19px;
  z-index:1;
}

/*
 point
============================================*/
.pointup__title{
  position: relative;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.04em;
  line-height: 52px;
  margin-bottom: 26px;
}
.pointup__title::before{
  content: '';
  display: block;
  width: 477px;
  height: 70px;
  background: url(https://r.r10s.jp/evt/event/season/awlife/tieup/disney/_pc/img/20240920/point_ttl_bg.png) no-repeat left bottom;
  position: absolute;
  left: calc(50% - 238.5px);
  bottom: 16px;
}
.pointup__titleSmall{font-size: 36px;}
.pointup__titlebig{font-size: 48px;}
.pointup__anchor{
  font-size: 16px;
  text-align: center;
  margin-top: 6px;
}
.pointup__anchor > a{text-decoration: underline;}
.pointup__subtitle{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
.pointup__subtitle > span{font-size: 48px;}
.pointup__notice{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  background-color: #fbe0a7;
  padding: 40px 0;
}

/*
 category
============================================*/
.category__title{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #50362a;
  margin-bottom: 16px;
}

/*
 disneyConTtl
====================================== */
.disneyConTtl > h2{
  display: flex;
  width: 510px;
  height: 85px;
  margin: 0 auto 22px;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #333;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(https://r.r10s.jp/evt/event/season/awlife/tieup/disney/_pc/img/20240920/con_ttl_bg.png);
}
.disneyConTtl > h2 > span{display: block;}


/*
 ecm-alcor
============================================*/
._custom-category .ecm-alcor {
  -webkit-box-shadow:0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow:0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  -ms-border-radius:4px;
  -o-border-radius:4px;
  border-radius:4px;
  overflow:hidden;
  background-color: #fff;
}
._custom-category .ecm-alcor-body {
  padding:8px 12px;
  position:relative;
  background-color: #fff;
}
._custom-category .ecm-alcor-name {
  font-size:14px;
  color:#333333;
  line-height:1.3;
  margin-top:0!important;
}
._custom-category .ecm-alcor-shop-link {
  margin-top:20px;
}
._custom-category .ecm-alcor:after {
  content:"";
  display:block;
  width:0;
  height:0;
  position:absolute;
  right:8px;
  bottom:8px;
  border-style:solid;
  border-width:7px;
  border-color:transparent #c95772 #c95772 transparent;
}

/*
disney-contents-button
===================================================== */
.disney-contents-button{
  width: 365px;
  height: 72px;
  border-radius: 36px;
  margin: 0 auto;
  font-weight: bold;
  color: #fff!important;
  display: flex;
  justify-content: center;
  font-size: 24px;
  align-items: center;
  text-align: center;
  position: relative;
}
.disney-contents-button[data-layout="disneyCon"] {
  background-color: #373c36;
}
.disney-contents-button[data-layout="pointItem"] {
  width:405px;
  height: 77px;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 39px;
  font-size: 22px;
  background-color: #bf0000;
}
.disney-contents-button[data-layout="point"] {
  width:448px;
  height: 96px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
  border-radius: 48px;
  background-color: #52362a;
}
.disney-contents-button:after {
  content: '';
  width: 9px;
  height: 9px;
  border-right: solid 2px #ffffff;
  border-bottom: solid 2px #ffffff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 40px;
  -webkit-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.disney-contents-button[data-layout="pointItem"]::after{
  width: 8px !important;
  height: 8px !important;
  right: 35px!important;
}
.disney-contents-button[data-layout="point"]::after{
  width: 8px !important;
  height: 8px !important;
  right: 23px!important;
}
.disney-contents-button:hover{opacity:.8; text-decoration: none;}


/*
 swiper -[js]-
----------------------------------------*/
.swiper[layout="awlife2024"] {
  text-align: center;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper[layout="awlife2024"] .swiperArea{
  width: 100%;
  max-width:320px;
  margin: 0 auto;
}
.swiper[layout="awlife2024"] .swiper-container {
  margin-bottom: 27px;
  overflow:visible!important;
}
.swiper[layout="awlife2024"] .swiper-container .swiper-slide{
  overflow: hidden;
}
.swiper[layout="awlife2024"] .swiper-image {
  display: block;
  width: 100%;
  height: auto;
}
.swiper[layout="awlife2024"] [class^="swiper-button"] {
  vertical-align: middle;
  position: static;
  display: inline-block;
  width: 63px;
  height: 63px;
  margin-top: 0;
  background-image: url(https://r.r10s.jp/evt/event/season/awlife/tieup/disney/_pc/img/20240920/btn_arrow.png);
  background-size: 100% auto;
}
.swiper[layout="awlife2024"] [class^="swiper-button"]:hover{opacity:.8; text-decoration: none;}
.swiper[layout="awlife2024"] .swiper-button-next {
  background-position: 0 0;
  -webkit-transform:rotate(180deg);
	transform:rotate(180deg);
  margin-right: -150px;
}
.swiper[layout="awlife2024"] .swiper-button-prev {
  background-position: 0 0;
  margin-left: -150px;
}
.swiper[layout="awlife2024"] .swiper-pagination {
  position: static;
  vertical-align: middle;
  display: inline-block;
  margin: 0 12px;
}
.swiper[layout="awlife2024"] .swiper-pagination-bullet {
  margin: 0 5px;
  width: 12px !important;
  height: 12px !important;
  opacity:1!important;
  background-color: #cec3b1;
}
.swiper[layout="awlife2024"] .swiper-pagination-bullet-active {
  background-color: #f5b122;
}

.disneyCon .swiper[layout="awlife2024"] .swiper-wrapper > .swiper-slide > a{
	display: block;
	width: 100%;
	padding: 26px 16px 20px;
	box-sizing: border-box;
	border-radius: 12px;
}
.disneyCon .swiper[layout="awlife2024"] .swiper-wrapper > .swiper-slide:nth-child(odd) > a{background-color: #e2b9b3;}
.disneyCon .swiper[layout="awlife2024"] .swiper-wrapper > .swiper-slide:nth-child(even) > a{background-color: #9cae88;}
.disneyCon .swiper[layout="awlife2024"] a:hover{opacity:.8!important;text-decoration: none;}
.disneyCon .swiper[layout="awlife2024"] .category_img{
	position: relative;
	width: 270px;
	margin: 0 auto 24px;
}
.disneyCon .swiper[layout="awlife2024"] .category_img:before,
.disneyCon .swiper[layout="awlife2024"] .category_img:after{
	content: '';
	position: absolute;
	z-index: 1;
}
.disneyCon .swiper[layout="awlife2024"] .category_img:before {
	bottom: -16px;
    left: -16px;
    background: url(https://r.r10s.jp/evt/event/season/awlife/tieup/disney/_pc/img/20240920/category_left.png) no-repeat;
    width: 69px;
    height: 50px;
    background-size: contain;
}
.disneyCon .swiper[layout="awlife2024"] .category_img:after {
	top: -21px;
	right: -21px;
	background: url(https://r.r10s.jp/evt/event/season/awlife/tieup/disney/_pc/img/20240920/category_right.png) no-repeat;
	width: 110px;
    height: 70px;
    background-size: contain;
}
.disneyCon .swiper[layout="awlife2024"] .category_name{
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #50362a;
}

/*
 ruleCon
===================================================== */
.ruleCon{
  padding: 62px 0 96px;
  background: url(https://r.r10s.jp/evt/event/season/awlife/tieup/disney/_pc/img/20240920/leaf_pattern.png) repeat-y center top #f3e3e1;
}

/*
 .ecm-floating-menu
============================================ */
._logo{
  justify-content: center;
  display: flex;
  align-items: center;
}
._logo:hover{opacity:.8; text-decoration: none;}
.ecm-floating-menu-dizney-awlife a.ecm-floating-nav-pill {
  padding: 12px 24px 12px 28px;
  border-radius: 20px 0 0 20px;
  font-weight: bold;
  background-color: #fb7a47;
}
.ecm-floating-menu-dizney-awlife a.ecm-floating-nav-pill:hover,
.ecm-floating-menu-dizney-awlife a.ecm-floating-nav-pill[data-in-viewport="true"] {
  background-color: #50362a;
}
.rn-floatingRightNavi__menuItem._logo:hover{opacity:.8; text-decoration: none;}

/*
 .con_bgc_eeeeee
============================================ */
.con_bgc_eeeeee{
  background-color: #eee;
}
.con_bgc_eeeeee #dz_common_footer{
  position: static;
}
.con_bgc_eeeeee #dz_common_footer:before{
  display: none;
}
.con_bgc_eeeeee #dz_common_footer .dzItemListTtl{z-index:1;}