@charset "UTF-8";
/*
 common
======================================================= */
html {
  overflow: auto;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 960px;
}

dl, dt, dd {
  margin: 0;
}

.pb-100 {
  padding-bottom: 100px;
}

/*alcor*/
.ecm-alcor {
  background-color: transparent !important;
  background: none !important;
}

/*
ecm-kanban
======================================================= */
.ecm-kanban-bousai-guide .ecm-kanban-text {
  width: 416px;
  bottom: 38px;
  text-align: left;
}

/*
coupon
======================================================= */
.ecm-coupon-data-layout .ecm-coupon-link:before {
  content: "";
  z-index: 20;
  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 11px, #f1fff7 12px), radial-gradient(circle at center right, transparent 0px, transparent 11px, #f1fff7 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;
}
.ecm-coupon-data-layout .ecm-coupon-link:after {
  content: "";
  z-index: 19;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at center left, transparent 0px, transparent 11px, #118e43 12px), radial-gradient(circle at center right, transparent 0px, transparent 11px, #118e43 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;
}
.ecm-coupon-data-layout .ecm-coupon-discount {
  color: #ff7200;
}
.ecm-coupon-data-layout .ecm-coupon-text {
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  padding: 8px 0;
  color: #ffffff;
  font-weight: 700;
  border-top: none;
  background-color: #118e43;
}
.ecm-coupon-data-layout .ecm-coupon-text .ecm-icon-coupon-filled {
  color: #ffffff;
}

/*
index
======================================================= */
.index {
  padding-top: 70px;
  padding-bottom: 70px !important;
}

.index_area {
  width: 600px;
  margin: 0 auto;
  padding: 6px;
  background-color: #e7f3ec;
  border-radius: 16px;
  box-sizing: border-box;
}

.index_box {
  border: 1px solid #b8e0c8;
  background-color: #e7f3ec;
  padding: 28px 0 24px;
  border-radius: 16px;
  box-sizing: border-box;
}

.index_box a:hover {
  text-decoration: underline;
}

.index_inner dt p {
  cursor: default;
}

.index_inner {
  justify-content: center;
}

.index_inner dt {
  font-size: 17px;
  color: #118e43;
  padding-bottom: 22px;
}

/*.index_inner dt:last-of-type{
  padding-bottom: 11px;
}*/
.index_inner dt a,
.index_inner dt p {
  position: relative;
  display: inline-block;
  padding-left: 17px;
  color: #118e43;
  font-weight: bold;
}

.index_inner dt a::before,
.index_inner dt p::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(0.75em - 6px);
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #118e43;
}

.index_inner dd {
  position: relative;
  font-size: 15px;
  margin-bottom: 11px;
}

.index_inner dd::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 1px;
  background-color: #118e43;
  top: 49%;
  left: 3px;
}

.index_inner dd a {
  color: #333;
  padding-left: 20px;
}

.index_inner.d-grid-col-2 > dl {
  padding-left: 24px;
  box-sizing: border-box;
}

/*.right_index dt:first-of-type {
  padding-bottom: 11px;
}*/
.right_index dd:last-of-type {
  margin-bottom: 22px;
}

.right_index {
  position: relative;
}

.right_index::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 160px;
  background: url(https://r.r10s.jp/evt/event/daily/bousai/_pc/img/20230801/index_line.png);
  background-repeat: repeat-y;
  background-size: 100%;
  left: -2px;
  top: -9px;
}

.index_area._guide .right_index::before {
  height: 120px;
}

.index_area._guide .index_inner dt {
  padding-bottom: 22px !important;
}

.index_area._guide .index_box {
  padding-bottom: 8px;
}

/*
floating_navi
======================================================= */
.ecm-floating-menu-bousai .ecm-floating-nav-pill {
  width: 220px;
  background-color: #eefff5;
  color: #118e43;
  font-size: 14px;
  border: 1px solid #118e43;
  border-right: none;
  padding: 10px 14px;
}
.ecm-floating-menu-bousai .ecm-floating-nav-pill:hover {
  background-color: #118e43;
  color: #fff;
  font-weight: bold;
}
.ecm-floating-menu-bousai .ecm-floating-nav-pill[data-in-viewport=true] {
  background-color: #118e43;
  color: #fff;
}

/*
anchor
======================================================= */
.d-grid-anchor-pickup-genre .d-grid-anchor-pickup-genre-link {
  background-color: #eefff5;
  border: 1px solid #118e43;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 10px 10px 10px 16px;
}
.d-grid-anchor-pickup-genre .d-grid-anchor-pickup-genre-link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.d-grid-anchor-pickup-genre .d-grid-anchor-pickup-genre-inner {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}
.d-grid-anchor-pickup-genre .d-grid-anchor-pickup-genre-image {
  width: 42px;
  height: 53px;
}
.d-grid-anchor-pickup-genre .d-grid-anchor-pickup-genre-text {
  font-size: 18px;
  font-weight: bold;
  color: #118e43;
  margin-left: 12px;
}
.d-grid-anchor-pickup-genre .ecm-icon-chevron-down {
  color: #118e43;
}

/*
title
======================================================= */
.index .title01 {
  margin-bottom: 40px;
}

._title_text {
  font-size: 16px;
  padding: 49px 16px 0;
  line-height: 1.7;
  text-align: center;
}

/* title02 */
.title02 .title_ic {
  margin: 0 auto;
  position: relative;
}

.title02 .h2_ic_area img {
  width: 100%;
}

.title02 h2 {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
  margin-bottom: 20px;
}

.title02 .title_ic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}

.title02._bgWG .title_ic::before {
  background: linear-gradient(#fffce9 30%, #e7f3ec 0%);
}

.title02._bgWY .title_ic::before {
  background: linear-gradient(#fff 30%, #fffce9 0%);
}

.blackout .title_ic::before {
  background: linear-gradient(#cde7d8 30%, #fffce9 0%);
}

.title02._bgYG .title_ic::before {
  background: linear-gradient(#fffce9 30%, #e7f3ec 0%);
}

.title02._bgGY .title_ic::before {
  background: linear-gradient(#e7f3ec 30%, #fffce9 0%);
}

/*
main_section
======================================================= */
.main_section {
  padding: 88px 0 0;
}

._bg01 {
  position: relative;
}

._bg01::before {
  content: "";
  background-color: #fffce9;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}

/*
sub_section
======================================================= */
.sub_section {
  position: relative;
  padding-bottom: 40px;
}

.title01.sub_section {
  padding-bottom: 0px;
}

.title01.sub_section + ._title_text {
  padding-bottom: 40px;
}

/* color */
.sub_section._01::after,
.sub_section._01_1::after,
.sub_section._02::after {
  content: "";
  background-color: #e7f3ec;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}

.sub_section._01::after {
  background-color: #e7f3ec;
}

.sub_section._01_1::after {
  background-color: #cde7d8;
}

.sub_section._02::after {
  background-color: #fffce9;
}

.sub_section._02 {
  padding-bottom: 0;
}

/* section_text */
.section_text {
  padding: 33px 0 44px;
  font-size: 16px;
  width: 770px;
  text-align: center;
  margin: 0 auto;
}

.section_text p {
  padding-bottom: 25px;
}

.section_text p:last-of-type {
  padding-bottom: 0;
}

.section_text ._bold {
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #ffee55 10%);
}

.small_text {
  font-size: 12px;
}

/* search_alcor_box */
.search_alcor_box {
  padding-bottom: 32px;
}

.search_alcor_box .ri-searchAlcor__keywordIcon::before {
  vertical-align: middle;
}

/* img_area */
.img_area._QAimg {
  width: 770px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.img_area._bg_line01 {
  position: relative;
  /* height: 40px; */
}

.img_area._bg_line01::before {
  content: "";
  position: absolute;
  background: url(https://r.r10s.jp/evt/event/daily/bousai/_pc/img/20230106/bg_line01.png) top center/1920px auto no-repeat;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*
btn
======================================================= */
/* button01 */
.button01 {
  margin: 14px auto 0;
}

.button01 + .button01 {
  margin: 16px auto 0;
}

.button01 .buttonLink {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 358px;
  height: 72px;
  margin: 0 auto;
  border-radius: 36px;
  background: #118e43;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
}

.button01 a.buttonLink::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 29px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}

.button01 a:hover {
  opacity: 0.8;
}

/*
pickup
======================================================= */
.pickup {
  padding-bottom: 71px;
}

.ad_wrap .ri-shopCampaign {
  background-color: #ffffff;
}

/*
ranking
======================================================= */
.ranking {
  padding-bottom: 103px;
}

.ranking_wrap .rp-showMore__button {
  padding-top: 0;
}

.ranking_note {
  padding: 16px 0 0;
  font-size: 14px;
  color: #717171;
}

.ranking_note p {
  text-indent: -1em;
  padding-left: 1em;
}

.ecm-tab-shop {
  padding: 0;
}
.ecm-tab-shop .ecm-tab-panel-card {
  padding: 0px;
}
.ecm-tab-shop .ecm-tab-card {
  position: relative;
  box-sizing: border-box;
  display: flex;
  width: 33.33%;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  margin: 0;
  border-left: none;
  border-bottom: none;
  background-color: #f9fff2;
  border: 1px solid #118e43;
  border-radius: 0;
  font-weight: bold;
}
.ecm-tab-shop .ecm-tab-card span {
  color: #118e43;
  font-size: 18px;
  letter-spacing: -0.04em;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
.ecm-tab-shop .ecm-tab-card + * {
  border-left: none;
}
.ecm-tab-shop .ecm-tab-card[aria-selected=true] {
  background-color: #118e43;
  border: none;
}
.ecm-tab-shop .ecm-tab-card[aria-selected=true] span {
  color: #ffffff;
}
.ecm-tab-shop .ecm-tab-card[aria-selected=true]:after {
  width: 16px;
}
.ecm-tab-shop .ecm-tab-grid {
  margin-left: auto;
  margin-right: auto;
  border-bottom: none;
  flex-wrap: nowrap;
  flex-shrink: 0;
  width: 540px;
}
@media (hover: hover) {
  .ecm-tab-card[aria-selected="false"]:hover {
    opacity: 0.8;
  }
}

/*.tabWrap_opacity
========================*/
.ranking_wrap .rn-tab .rn-tab__itemBox {
  display: block !important;
  width: 960px;
  height: 0;
  overflow: hidden;
}

.ranking_wrap .rn-tab .rn-tab__itemBox.-opened {
  height: auto;
  overflow: visible;
}

/*
set
======================================================= */
.set {
  padding-bottom: 103px;
}

.set .section_text {
  padding: 52px 0 44px !important;
}

/*
scene
======================================================= */
.rolling_stock {
  margin-top: -1px;
}

.rolling_stock ._text {
  font-size: 16px;
  padding: 60px 0 42px;
  text-align: center;
}

/*
protect
======================================================= */
/*
search_area
======================================================= */
.search_area {
  padding-bottom: 88px;
}

/* search01 */
.search01 {
  width: 770px;
  margin: 0 auto;
}

.search01 .rc-searchForm {
  padding-bottom: 18px;
}

.search01 .rc-searchForm__inputContainer {
  border: 2px solid #118e43;
  border-radius: 30px;
  overflow: hidden;
  font-size: 16px;
  background: #118e43;
}

.search01 .rc-searchForm__button {
  background: #118e43;
  width: 69px;
  font-size: 30px;
}

.search01 .rc-searchForm__textInput {
  background-color: #fff;
  /* text-indent: 9px; */
}

.rc-searchForm__textInputContainer {
  height: 57px;
}

/* search01 */
.search01 .ecm-search {
  border: 2px solid #118e43;
  border-radius: 30px;
  overflow: hidden;
  font-size: 16px;
  height: 60px;
  margin-bottom: 18px;
}

.search01 .ecm-search-input {
  padding-left: 16px;
}

.search01 .ecm-search-submit {
  background: #118e43;
  width: 70px;
  font-size: 20px;
}

.search01 .ecm-icon-search {
  font-size: 30px;
}

/* keyword01 */
.keyword01 .ecm-pill:hover{
  opacity: 0.8;
}
.keyword01 .ecm-pill {
  display: flex;
  background-color: #f9fff2;
  color: #118e43;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  box-sizing: border-box;
  border-radius: 25px;
  height: 50px;
  border: 1px solid #118e43;
  padding: 0;
}

/* keyword01 */
.keyword01 .rc-searchKeyword__list {
  margin-left: 0;
  /*justify-content: center;*/
}

.keyword01 .rc-searchKeyword__list > li {
  width: 180px;
  margin-right: 16px;
  margin-bottom: 14px;
  border: none;
}

.keyword01 .rc-searchKeyword__list > li:nth-child(4n) {
  margin-right: 0;
}

.keyword01 .rc-searchKeyword__list > li a {
  display: flex;
  background-color: #f9fff2;
  color: #118e43;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  box-sizing: border-box;
  border-radius: 25px;
  height: 50px;
  border: 1px solid #118e43;
}
/*
info
======================================================= */
.info {
  width: 770px;
  margin: 0 auto;
  position: relative;
  padding: 30px 0 20px;
  background-color: #f7f7f7;
}

.info_text01 {
  font-size: 12px;
  color: #666;
  padding: 0 16px 18px;
  text-align: center;
}

.info_list_area {
  display: flex;
  justify-content: center;
}

.info_list_box {
  padding: 0 10px;
  font-size: 12px;
}

.info_list {
  padding-bottom: 3px;
}

.info_list_box a {
  color: #0783c2;
}

.info_list_box a:hover {
  text-decoration: underline;
}

.mark {
  padding-right: 8px;
}

/*
kantou100
======================================================= */
.kantou100 {
  margin-bottom: 60px;
}

.kantou100 dt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 62px;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.1;
  box-sizing: border-box;
}

.kantou100 dt::before {
  content: "";
  background-color: #eefff5;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}

.kantou100 dt > div {
  margin-right: 8px;
}

.kantou100 dd {
  width: 540px;
  margin: 18px auto 0;
  font-size: 15px;
}

.kantou100_logo {
  margin-top: 12px;
  text-align: center;
}

/*
coupon
======================================================= */
.coupon_wrap {
  padding: 56px 0 80px;
}
.coupon_ttl{
  margin-bottom: 20px;
  font-size: 28px;
  color: #09844c;
  line-height: 1.2;
  text-align: center;
}
.coupon_ttl > span{
  position: relative;
  display: inline-block;
  padding: 0 32px;
}
.coupon_ttl > span::before,
.coupon_ttl > span::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 31px;
  margin: auto 0;
  background-image: url("https://r.r10s.jp/evt/event/daily/bousai/_pc/img/20250829/couponttl_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto;
}
.coupon_ttl > span::before{
  left: 0;
}
.coupon_ttl > span::after{
  right: 0;
  transform: scale(-1, 1);
}
.coupon_ttl > span ._bold{
  font-weight: bold;
}
/*クーポン１*/
.coupon1 .rc-noTransitionCoupon .rc-noTransitionCoupon__container::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 10px, #118e43 11px), radial-gradient(circle at center right, transparent 0, transparent 10px, #118e43 11px);
}

.coupon1 .rc-noTransitionCoupon .rc-noTransitionCoupon__link {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}

.coupon1 .rc-noTransitionCoupon .rc-noTransitionCoupon__link::before {
  background-image: radial-gradient(circle at -1px, transparent 0, transparent 12px, #f1fff7 13px), radial-gradient(circle at calc(100% + 1px), transparent 0, transparent 12px, #f1fff7 13px);
}

.coupon1 .rc-noTransitionCoupon .rc-noTransitionCoupon__text {
  color: #fff;
  border-color: #118e43;
  background-color: #118e43;
}

.coupon1 .ri-item__buttonIcon {
  color: #fff;
}

.coupon1 .rc-noTransitionCoupon__discount {
  color: #ff7200;
}

.coupon_wrap,
.tab01._goods {
  position: relative;
}

.coupon_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% + 56px);
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
  background-color: #fff6bd;
}

.index_note {
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 72px 16px 0px;
}

/* periodWrap02 */
.periodWrap02 {
  background-color: #fffce9;
  width: 660px;
  margin: 40px auto 0;
  padding: 32px 0;
  box-sizing: border-box;
}

.periodWrap02 .periodTxt_wrap {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4;
}

.periodWrap02 .period_ttl {
  font-weight: bold;
}

.periodWrap02 .cautionTxt {
  font-size: 14px;
  text-align: left;
  width: 540px;
  margin: 0 auto;
  box-sizing: border-box;
  text-indent: -1em;
  padding-left: 1em;
}

.campaignLinkList.d-grid-col-2 {
  width: 400px;
  margin: 32px auto 0;
  padding: 0;
}

.campaignLinkList.d-grid-col-2 > li {
  margin-right: 0 !important;
  box-sizing: border-box;
}

.campaignLinkList.d-grid-col-2 > li:nth-of-type(2n) {
  border-left: 2px solid #a3a3a3;
}

.campaignLinkList li a {
  display: block;
  /* color: #444; */
  font-size: 16px;
  text-align: center;
  line-height: 1;
  text-decoration: underline;
}

.campaignLinkList li a:hover {
  text-decoration: underline;
}

/*
accordion_contents
======================================================= */
.accordion_contents {
  display: none;
}

.scene .accordion_area {
  width: 770px;
  margin: 0 auto;
  padding-bottom: 32px;
}

.question {
  padding: 0 10px;
  border-radius: 16px;
  background-color: #118e43;
}

.question .accordion_btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 88px;
  position: relative;
}

.question .accordion_btn:hover {
  opacity: 0.8;
}

.question .accordion_contents {
  padding-bottom: 10px;
}

.question .accordion_btn::before,
.question .accordion_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 19px;
  height: 3px;
  margin: auto 0;
  background: #fff;
  transition: 0.3s ease;
}

.question .accordion_btn::after {
  transform: rotate(90deg);
}

.question .accordion_btn.-open::before {
  display: none;
}

.question .accordion_btn.-open::after {
  content: "";
  transform: rotate(180deg);
}

/* tab01 */
.tab01 {
  position: relative;
}

.tab01::before {
  content: "";
  background-color: #118e43;
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: 1;
}

.tab01 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  margin: 0 auto;
}

.tab01 ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 auto;
  width: calc((100% - 10px) / 2);
  height: 56px;
  box-sizing: border-box;
  border-radius: 4px 4px 0 0;
  line-height: 1.2;
  text-align: center;
}

.tab01 ul > li.active {
  width: calc((100% - 10px) / 2 + 30px);
}

.tab01 ul > li.border {
  width: calc((100% - 10px) / 2 - 30px);
}

.tab01 ul > li:nth-child(2) {
  margin-left: 10px;
}

.tab01 ul > li > a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 8px 8px 0 0;
  padding-top: 3px;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
}

.tab01 ul > li.active > a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -24px;
  height: 80px;
  color: #fff;
  background-color: #118e43;
}

.tab01 ul > li.border > a {
  position: relative;
  border-style: solid;
  border-color: #6dab7f;
  border-width: 2px 2px 0 2px;
  color: #6dab7f;
  background-color: #eefff5;
  overflow: hidden;
}

.tab01 ul > li.border > a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 2px solid #6dab7f;
  border-top: 2px solid #6dab7f;
  transform: rotate(45deg);
}

.tab01 ul > li.border > a:hover {
  color: #fff;
  background-color: #6dab7f;
}

.tab01 ul > li.border > a:hover::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

/*
FloatingNotification
===================================== */
.rc-toTop {
  right: 16px;
}

.floatingBnr .RJSFloatingNotification {
  position: fixed;
  bottom: 24px;
  right: 85px;
  z-index: 100;
  border: 0;
  height: 92px;
}

.floatingBnr .RJSFloatingNotification a {
  position: relative;
  display: flex;
  width: 112px;
  height: 92px;
  justify-content: center;
  align-items: center;
  border: 2px solid #118e43;
  border-radius: 8px;
  padding-bottom: 10px;
  font-size: 19px;
  font-weight: bold;
  color: #118e43;
  background-color: #eefff5;
  box-sizing: border-box;
}

.floatingBnr .RJSFloatingNotification a::before {
  content: "";
  display: block;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 50px;
  height: 48px;
  background-image: url(https://r.r10s.jp/evt/event/daily/bousai/_cmn/img/20230801/icon_guide.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.floatingBnr._guide .RJSFloatingNotification a::before {
  background-image: url(https://r.r10s.jp/evt/event/daily/bousai/_cmn/img/20230801/icon_guide.png);
}

.floatingBnr._goods .RJSFloatingNotification a::before {
  background-image: url(https://r.r10s.jp/evt/event/daily/bousai/_cmn/img/20230801/icon_goods.png);
}

.floatingBnr .RJSFloatingNotification a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(https://r.r10s.jp/evt/event/daily/bousai/_cmn/img/20230801/icon_arrow.png);
}

.floatingBnr .RJSFloatingNotification button {
  display: none;
}

.floatingBnr .RJSFloatingNotification a:hover {
  opacity: 0.8;
}

.shop,
.rule {
  padding-bottom: 103px;
}

.other {
  padding-bottom: 64px;
}

.shop .sub_section01 {
  margin-top: 32px;
}

.shop_wrap ul li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-left: 12px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #d3d3d3;
  box-sizing: border-box;
}

.shop_wrap ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 7px;
  height: 7px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(45deg);
}

.shop_wrap ul li a:hover {
  text-decoration: underline;
}

.other ul li a:hover {
  opacity: 0.8;
}

.rule {
  position: relative;
}

.rule::before {
  content: "";
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}

/*=============================================
  ガイドページ
=============================================*/
.bag,
.rollingstock,
.falldown,
.related {
  padding-bottom: 103px;
}

.bag_set {
  margin-top: 88px;
}

.bag_set:first-of-type {
  margin-top: 56px;
}

.bag_set_ttl {
  margin-bottom: 36px;
  text-align: center;
}

.bag_set_ttl img {
  width: auto;
  height: 32px;
}

.bag_set_list {
  display: flex;
  flex-wrap: wrap;
}

.bag_set_list li {
  width: calc((100% - 208px - 0.01pt) / 5);
  margin-right: 52px;
  margin-top: 30px;
}

.bag_set_list li:nth-of-type(5n) {
  margin-right: 0;
}

.bag_set_list li:nth-of-type(-n+5) {
  margin-top: 0;
}

.bag_set_list li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #333;
  text-align: center;
}

.bag_set_list li a:hover {
  opacity: 0.8;
}

.bag_set_list li a:hover p {
  text-decoration: underline;
}

.bag_set_list li a.no_link:hover {
  opacity: 1;
}

.bag_set_list li a.no_link:hover p {
  text-decoration: none;
}

.bag_set_list li a ._img {
  border-radius: 50%;
  background-color: #e3f1e9;
}

.bag_set_list li a p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  color: #333;
  margin-top: 12px;
}

.bag_set_list li a p span {
  position: relative;
  display: inline-block;
  padding-right: 14px;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.bag_set_list li a.no_link p span {
  padding-left: 6px;
}

.bag_set_list li a p span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(45deg);
}

.bag_set_list li a.no_link p span::before {
  content: none !important;
}

.rollingstock .img_area,
.falldown .img_area {
  width: 770px;
  margin: 56px auto 0;
}

.rollingstock .img_area._border,
.falldown .img_area._border {
  padding: 10px;
  border-radius: 16px;
  background-color: #118e43;
  box-sizing: border-box;
}

.timeline_img {
  width: 100%;
  margin-bottom: 32px;
}

.timeline_txt_wrap {
  margin-bottom: 56px;
}

.rollingstock_ttl {
  position: relative;
  margin: 0 16px;
  padding-bottom: 24px;
  text-align: center;
}

.rollingstock_ttl::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 4px;
  background-image: url(https://r.r10s.jp/evt/event/daily/bousai/_pc/img/20230801/guide/dot_line.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.rollingstock_txt {
  margin-top: 20px;
  font-size: 16px;
}

.rollingstock_txt ._img {
  text-align: center;
}

.rollingstock_txt ._txt {
  padding: 20px 0 0 40px;
  box-sizing: border-box;
}

.rollingstock_txt._03 {
  display: flex;
  margin-top: 36px;
}

.rollingstock_txt._03 > ._img {
  width: 492px;
}

.rollingstock_txt._03 > ._txt {
  width: 460px;
  padding: 36px 0 0;
}

.rollingstock_txt > ._txt span {
  margin-left: 4px;
  font-size: 0.8em;
  letter-spacing: 0.1em;
}

.falldown_check_wrap {
  margin: 20px 0 0;
}

.falldown_check {
  margin-top: 40px;
}

.falldown_check dt {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 14px;
}

.falldown_check dt img {
  width: auto;
  height: 24px;
}

.falldown_check dt::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 4px;
  background-image: url(https://r.r10s.jp/evt/event/daily/bousai/_pc/img/20230801/guide/dot_line.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
}

.falldown_check dd p {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
}

.falldown_check dd p + p {
  margin-top: 4px;
}

.falldown_check dd p::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(0.75em - 1px);
  bottom: 0;
  left: 0;
  width: 6px;
  height: 2px;
  background-color: #118e43;
}

.falldown_check .btn_wrap {
  margin: 0;
  margin-top: 12px;
}

.falldown_check .btn_wrap .button01 {
  margin: 0;
}

.falldown_check .btn_wrap .button01 a.buttonLink {
  width: 194px;
  height: 32px;
  margin: 0;
  border: 1px solid #118e43;
  font-size: 14px;
  color: #118e43;
  background-color: #feffff;
  box-sizing: border-box;
  letter-spacing: 0.02em;
}

.falldown_check .btn_wrap .button01 a.buttonLink::before {
  width: 4px;
  height: 4px;
  right: 10px;
  border-right: 1px solid #118e43;
  border-top: 1px solid #118e43;
}

.falldown_check .btn_wrap._col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 336px;
}

.falldown_check .btn_wrap._col2 .button01 a.buttonLink {
  width: 160px;
  height: 32px;
}

.related_list {
  margin-top: 56px;
}

.related_list.rl-column2 > li {
  width: calc(-0.1px + (100% - 16px) / 2) !important;
  margin-right: 16px !important;
}

.related_list.rl-column2 > li:nth-of-type(2n) {
  margin-right: 0 !important;
}

.related_list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 22px;
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  background-color: #0c823e;
  box-sizing: border-box;
}

.related_list li a:hover {
  opacity: 0.8;
}

.related_list li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  margin: auto 0;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}

.related_ttl img {
  width: auto;
  height: 100%;
}

.related_ttl {
  margin-bottom: 14px;
  height: 30px;
}/*# sourceMappingURL=cnt_daily_bousai20250829.css.map */