@charset "utf-8";
/*
 common
============================================*/
dl,dt,dd{
  margin: 0;
  padding: 0;
}

html{overflow:auto;}
body{
  position:relative;
  min-width:950px;
  overflow:hidden;
}
#riGlobalWrap{
  overflow:hidden;
  /* IE Bug Support */
  overflow-x:hidden;
}

.all_contents{
  font-size: 14px;
  color: #333;
}

/*
 title
============================================*/
.main_title{
  position: relative;
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

/*
 mainNavi
============================================*/
.mainNavi_container{
  border-bottom: none!important;
}
.mainNavi_navi{
  height: 60px;
  background-color: #44aec6;
}
.mainNavi_navi .mainNavi_anchor{
  width: 137px;
  padding: 0;
  border: none;
  border-bottom: 3px solid #44aec6;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
.mainNavi_navi .mainNavi_anchor + .mainNavi_anchor::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #7dc6d7;
  display: block;
  z-index: 1;
}
.mainNavi_navi .mainNavi_anchor[data-in-viewport=true]{
  background-color: transparent;
  border-bottom: 3px solid #fd9a00;
  font-weight: bold;
  color: #fff;
}
.mainNavi_navi .mainNavi_anchor:hover{
  background-color: transparent;
  border-bottom: 3px solid #fd9a00;
  font-weight: bold;
  color: #fff;
}

.kanban_wrap{
  position: relative;
}
.kanban_link{
  position: absolute;
	bottom: 50px;
  left: 90px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.kanban_link a{
  display: inline-block;
}

/* periodWrap01 */
.periodWrap01{
  display: block;
  width: 640px;
  margin: 0 auto 24px;
  padding: 28px 0 30px;
  background-color: #f3f3f3;
  font-size: 14px;
  color: #404040!important;
  line-height: 1.3;
}
.periodWrap01 .campaignLinkList{
  width: 400px;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
}
.periodWrap01 .periodTxt{
  text-align: center;
  font-size: 18px;
}
.periodWrap01 .periodTxt ._bold{
  font-weight: bold;
}
.periodWrap01 .campaignLink{
  width: calc((100% - 8px)/2)!important;
  margin-right: 0!important;
  margin-bottom: 0!important;
  font-size: 16px;
  line-height: 1.1!important;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.periodWrap01 .campaignLink a{
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #404040!important;
  position: relative;
  text-decoration: none;
}
.periodWrap01 .campaignLink a:hover{
  text-decoration: underline;
}
.periodWrap01 .campaignLink:nth-child(2n) {
  border-left: solid 1px #c6c6c6;
}
.periodWrap01 .couponNote_Info{
  margin: 20px 0;
  padding: 0 30px;
}
.periodWrap01 .campaignLink{
  margin-right: 0!important;
}
.periodWrap01 .couponNote_Info li{
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
/* section_wrap
============================================*/
.main_contents{
  padding: 72px 0;
}
.main_ttl{
  margin: 0 auto 40px;
  text-align: center;
}
.common_list ul li a{
  display: block;
  border-radius: 10px;
  padding: 4px 0 0;
  color: #333;
  line-height: 1.25;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.common_list ul li a > .img_wrap{
  border-radius: 10px 10px 0 0;
  padding: 0 4px;
  box-sizing: border-box;
  overflow: hidden
}
.common_list ul li a > p{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 82px;
  padding: 8px 0;
  font-size: 20px;
  /* font-weight: bold; */
  letter-spacing: -0.05em;
}
.main_contents._flow{
  width: 100%;
  position: relative;
  margin: 0 auto 16px;
  background: #cfecf0 url(https://r.r10s.jp/evt/event/genre/service/_pc/img/20221216/bg_flow.jpg) repeat-y bottom center;
  background-size: cover;
}
.main_contents._shop,
.main_contents._item
{
  width: 100%;
  position: relative;
  margin: 0 auto 16px;
}
.main_contents._shop::before,
.main_contents._item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  padding: 0 500%;
  margin: 0 -500%;
  background: #cfecf0;
}
.alcor_list{
  padding: 32px 16px 0;
  background-color: #fff;
  border-radius: 10px;
}
.default_btn{
  margin: 48px 0 24px;
}
.default_btn a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 72px;
  margin: 0 auto 24px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 38px;
  background-color: #44b1c6;
  text-align: center;
}
.default_btn a:hover{
  opacity: .8;
  text-decoration: none;
}
.default_btn a .rex-icon:before{
  position: absolute;
  top: calc(50% - 10px);
  right: 24px;
  display: inline-block;
}
.flow_intro {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.flow_intro .note{
  font-size: 14px;
}
.flow_inner {
	margin: 26px 52px;
	border-top: 1px solid #565a61;
	box-sizing: border-box;
}
.flow_inner ol {
  display: flex;
	padding: 26px 0 0;
	box-sizing: border-box;
}
.flow_inner ol li {
	width: 100%;
	text-align: center;
}
.flow_inner ol li:last-child {
	margin-right: 0;
}
.flow_inner ol li span {
	display: block;
	margin-bottom: 40px;
}
.flow_inner ol li p {
	display: block;
	position: relative;
	font-size: 16px;
	color: #060606;
	font-weight: bold;
}
.flow_inner ol li p strong {
	color: #ff7901;
}
.flow_inner ol li p::after {
  display: block;
	content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
	width: 24px;
	height: 24px;
	text-align: center;
	margin: auto 0;
	border-top: solid 2px #565a61;
	border-right: solid 2px #565a61;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.flow_inner ol li:last-child p::after {
	display: none;
}
.flow_inner ol li img {
	width: 242px;
}
/* point */
.point_wrap{
  display: flex;
  justify-content: space-between;
}
.point_wrap dl {
  width: 290px;
  margin-: 44px;
}
.point_wrap dl dt {
  position: relative;
  height: 60px;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1.35;
}
.point_wrap dl dt::before {
  content: '';
  display: block;
  width: 115px;
  height: 39px;
  margin-right: 16px;
  background-position: left center;
  background-size: 100% auto;
}
.point_wrap dl.point01 dt::before {
  background-image: url(https://r.r10s.jp/evt/event/genre/service/explanation/_pc/img/20220222/article_definition_term_icon01.png);
}
.point_wrap dl.point02 dt::before {
  background-image: url(https://r.r10s.jp/evt/event/genre/service/explanation/_pc/img/20220222/article_definition_term_icon02.png);
}
.point_wrap dl.point03 dt::before {
  background-image: url(https://r.r10s.jp/evt/event/genre/service/explanation/_pc/img/20220222/article_definition_term_icon03.png);
}
.point_wrap dl dd p {
  margin-top: 20px;
  font-size: 16px;
}
.shop_intro{
  margin-bottom: 36px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  color: #44b1c6;
}
.shop_wrap ul{
  width: 570px;
  margin: 0 auto;
}
.shop_wrap ul li a{
  display: block;
  padding: 20px;
  background-color: #fff;
  box-sizing: border-box;
}
.contents_bnr{
  margin: 56px auto 0;
  text-align: center;
}
.contents_bnr ul li a{
  display: inline-block;
  text-align: center;
}
.category_section{
  margin-bottom: 80px;
}
.category_section:last-of-type{
  margin-bottom: 0;
}
.category_ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  margin: 0 0 40px;
  font-size: 22px;
  font-weight: bold;
  color: #fdf5e0;
  background-color: #44aec4;
  background-image: url(https://r.r10s.jp/evt/event/genre/service/_pc/img/20221216/h3_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.common_list ul li a:hover,
.shop_wrap ul li a:hover,
.contents_bnr ul li a:hover{
  opacity: .8;
  text-decoration: none;
}
.main_contents .ranking_wrap:first-of-type{
  padding-top: 20px;
}
.main_contents .ranking_wrap + .ranking_wrap{
  margin-top: 76px;
}
.ranking_ttl{
  font-size: 30px;
  font-weight: bold;
  color: #45b1c7;
  text-align: center;
  line-height: 1.1;
}
.ranking_ttl span{
  position: relative;
  display: inline-block;
  padding: 0 36px;
}
.ranking_ttl > span::before,
.ranking_ttl > span::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 3px;
  margin: auto 0;
  background-color: #47b1c7;
}
.ranking_ttl > span::after{
  left: 0;
}
.ranking_ttl > span::before{
  right: 0;
}
/* rankingNote01 */
.rankingNote01{
  margin: 32px 0 24px;
  padding: 24px 32px;
  background-color: #f0f0f0;
  font-size: 12px;
  line-height: 1.3;
}
.rankingNote01 li{
  padding-left: 1em;
  text-indent: -1em;
}



