@charset "utf-8";

body{color: #333;}
.cnt-color-35312b{color: #35312b;}
.cnt-bgc-e4dccc{background-color: #e4dccc;}
.ecm-container[data-layout="default"]{
  position: relative;
}

/*
 kanban
============================================= */
.kanban__wrap{
  width:100%;
  max-width:1920px;
  min-width:1024px;
  margin: 0 auto;
  overflow:hidden;
}
.kanban{
  position: relative;
  width: 960px;
  height: 451px;
  margin: 0 auto;
}
.kanban__logo{
  position: absolute;
  width: 465px;
  height: 389px;
  left: 248px;
  top: 34px;
  z-index:0;
  opacity:0;
  transform:translateY(24px);
  animation:logo 0.3s 1.8s forwards linear
}
.kanban__anime01{
  position: absolute;
  width: 185px;
  height: 143px;
  left: 162px;
  top: 281px;
  z-index:1;
  transform:scale(0);
  animation: image 0.3s 0s forwards linear;
}
.kanban__anime01-01{
  position: absolute;
  width:173px;
  height:143px;
  right: 0;
  top: 0;
  transform:rotate(0deg);
  animation:rotate-left 1s steps(1,end) 2.1s infinite;
}
.kanban__anime01-02{
  position: absolute;
  width: 68px;
  height: 38px;
  left: 0;
  top: 22px;
}
.kanban__anime02{
  position: absolute;
  width: 464px;
  height: 285px;
  right:-242px;
  top: 97px;
  z-index:1;
  transform:scale(0);
  animation: image 0.3s 0.3s forwards linear;
}
.kanban__anime02-01{
  position: absolute;
  width:92px;
  height:142px;
  left: 136px;
  bottom: 16px;
  transform:rotate(0deg);
  animation:rotate-right 1s steps(1,end) 2.1s infinite;
  z-index:1;
}
.kanban__anime02-02{
  position: absolute;
  width:105px;
  height:135px;
  left: 0;
  bottom: 20px;
  transform:rotate(0deg);
  animation:rotate-left 1s steps(1,end) 2.1s infinite;
  z-index:1;
}
.kanban__anime02-03{
  position: absolute;
  width:436px;
  height:284px;
  right: 0;
  top: 0;
}
.kanban__anime03{
  position: absolute;
  width: 153px;
  height: 150px;
  right:88px;
  top: 14px;
  transform:scale(0);
  animation: image 0.3s 0.6s forwards linear;
}
.kanban__anime03-01{
  position: absolute;
  width: 143px;
  height: 150px;
  top: 0;
  right: 0;
  z-index:1;
}
.kanban__anime03-02{
  position: absolute;
  width:52px;
  height:105px;
  left: 0;
  top: 5px;
  transform:rotate(0deg);
  animation:rotate-right 1s steps(1,end) 2.1s infinite;
}
.kanban__anime04{
  position: absolute;
  width: 594px;
  height: 233px;
  left:-327px;
  top: 119px;
  transform:scale(0);
  animation: image 0.3s 0.9s forwards linear;
}
.kanban__anime04-01{
  position: absolute;
  width: 81px;
  height: 90px;
  bottom: 0;
  right: 176px;;
  z-index:1;
  transform:rotate(0deg);
  animation:rotate-right 1s steps(1,end) 2.1s infinite;
}
.kanban__anime04-02{
  position: absolute;
  width: 594px;
  height: 233px;
  left:0;
  top: 0;
}
.kanban__anime05{
  position: absolute;
  width: 111px;
  height: 109px;
  right: 226px;
  top: 313px;
  transform:scale(0);
  z-index:1;
  animation: image 0.3s 1.2s forwards linear;
}
.kanban__anime05-01{
  position: absolute;
  width: 111px;
  height: 109px;
  top: 0;
  right: 0;
}
.kanban__anime05-02{
  position: absolute;
  width: 54px;
  height: 47px;
  left: 1px;
  top: 5px;
  transform:rotate(0deg);
  animation:rotate-right 1s steps(1,end) 2.1s infinite;
}
.kanban__anime06{
  position: absolute;
  width: 140px;
  height: 117px;
  left: 124px;
  top: 32px;
  transform:scale(0);
  z-index:1;
  animation: image 0.3s 1.5s forwards linear;
}
.kanban__anime06-01{
  position: absolute;
  width: 123px;
  height: 114px;
  bottom: 0;
  left: 0;
}
.kanban__anime06-02{
  position: absolute;
  width: 37px;
  height: 39px;
  right: 0;;
  top: 0;
  transform:scale(1);
  animation:scale 1s steps(1,end) 2.1s infinite;
}
.kanban__sun{
  position: absolute;
  width: 182px;
  height: 86px;
  top: 0;
  left: -91px;
  overflow:hidden;
}
.kanban__sun img{
  display: block;
  width: 100%;
  height: auto;
  transform:translateY(0);
  animation:sun 1s steps(1,end) 2.1s infinite;
}

/* animation */
@keyframes logo {
	0% {
		transform:translateY(24px);
    opacity:0;
	}
  100% {
		transform:translateY(0);
    opacity:1;
	}
}
@keyframes image{
  0% {
    opacity: 0;
    transform: scale(0);
  }
  68% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes rotate-left{
	0% {
		transform:rotate(0deg);
	}
  50% {
    transform:rotate(-5deg);
	}
	100% {
		transform:rotate(0deg);
	}
}

@keyframes rotate-right{
	0% {
		transform:rotate(0deg);
	}
  50% {
    transform:rotate(5deg);
	}
	100% {
		transform:rotate(0deg);
	}
}

@keyframes scale{
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes sun {
	0% {
		transform:translateY(0);
	}
  50% {
		transform:translateY(-96px);
	}
	100% {
		transform:translateY(0);
	}
}

/*
 loopSwiper
============================================= */
.loopSwiper{
  overflow: hidden;
  box-sizing: border-box;
}
.loopSwiper[data-layout="kanban"]{
  padding: 0 0 27px;
  margin: 0 auto;
}
.loopSwiper[data-layout="we-love-camp"]{
  padding: 0 0 27px;
  margin: 0 auto;
}
.loopSwiper .loopSwiper_box{
  overflow: hidden;
  pointer-events: none;
}
.loopSwiper .swiper-container01 {
  position: relative;
  display: flex;
  width: 100%;
}
.loopSwiper ul {
  display: flex;
  flex-shrink: 0;
}
.loopSwiper[data-layout="kanban"] ul {
  padding: 0;
  /*ロゴの枚数で下記の数値（8）を変更*/
  width: calc(208px * 12);
}
.loopSwiper[data-layout="we-love-camp"] ul {
  padding: 0;
  /*ロゴの枚数で下記の数値（1）を変更*/
  width: calc((2373px + 57px) * 1);
}
.loopSwiper[data-layout="kanban"] ul:first-child{
  animation: loopslide1 60s -30s linear infinite;
}
.loopSwiper[data-layout="kanban"] ul:last-child{
  animation: loopslide2 60s linear infinite;
}
.loopSwiper[data-layout="we-love-camp"] ul:first-child{
  animation: loopslide1 60s -30s linear infinite;
}
.loopSwiper[data-layout="we-love-camp"] ul:last-child{
  animation: loopslide2 60s linear infinite;
}
.loopSwiper ul li img {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes loopslide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loopslide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/* loopSlide _slideimg */
.loopSwiper .loopSwiper_box ul li {
  display: inline-block;
  list-style: none;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
.loopSwiper[data-layout="kanban"] .loopSwiper_box ul li{
  width: 200px;
  margin-right: 8px;
  border-radius: 8px;
}
.loopSwiper[data-layout="we-love-camp"] .loopSwiper_box ul li{
  width: 2373px;
  margin-right: 57px;
}
.loopSwiper .loopSwiper_box ul li img {
  image-rendering: -webkit-optimize-contrast;
}

/*
 article-wrap
============================================= */
.article-wrap{position: relative;}
.entry.article-wrap{padding-bottom:152px;}
.adplats.article-wrap{
  background-color: #248c5c;
  border-radius: 40px 40px 0 0;
  top: -40px;
  margin-bottom: -40px;
  padding-bottom: 193px;
}
.coupon-campaign.article-wrap{
  background-color: #e15e2a;
  border-radius: 40px 40px 0 0;
  top: -40px;
  margin-bottom: -40px;
  padding-bottom: 207px;
}
.update.article-wrap{
  background-color: #e4dccc;
  border-radius: 40px 40px 0 0;
  top: -40px;
  margin-bottom: -40px;
  padding-bottom: 210px;
}
.off-line.article-wrap{
  background-color: #35312b;
  border-radius: 40px 40px 0 0;
  top: -40px;
  padding-bottom: 152px;
  margin-bottom: -40px;
}
.shops.article-wrap{
  background-color: #fff;
  border-radius: 40px 40px 0 0;
  top: -40px;
  margin-bottom: -40px;
  padding-bottom: 112px;
}


/*
 article__title
============================================= */
.article__title{text-align: center;}

/*
 entry
============================================= */
.entry .insen{
  width:960px;
  height: 93px;
  margin: 0 auto 32px;
  position: relative;
  text-align: center;
}
.entry .insen__day{
  position: absolute;
  width:171px;
  top: 0;
  left: 20px;
}
.entry .insen__text{
  width: 573px;
  height: 84px;
  margin-top: 9px;
}
.entry__notice{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.75;
}
.cnt-entry{margin-bottom: 20px;}
.entry__period{text-align: center;}
.entry__period p{
  font-size: 18px;
  letter-spacing: 0.08em;
}
.entry__anchorWrap{
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  text-align: center;
  margin-top: 16px;
}
.entry__anchor{
  display: inline-flex;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  position: relative;
}
.entry__anchor + .entry__anchor::before{
  content: '';
  display: inline-flex;
  width: 2px;
  height: 32px;
  background-color: #333;
  margin-right: 64px;
  margin-left: 64px;
}

/*
 adplats
============================================= */
.adplats .catch__text{
  position: absolute;
  top: -52px;
  left: 50%;
  transform:translateX(-50%);
  width: 198px;
  height: 95px;
}
.adplats .article__title{
  padding-top: 53px;
  padding-bottom: 24px;
}
.adplats__notice{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #fff;
  margin-bottom: 30px;
}
.adplats .article__subtitle{
  font-size: 32px;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

/*
 coupon-campaign
============================================= */
.coupon-campaign .catch__text{
  position: absolute;
  top: -54px;
  left: 0;
  width: 100%;
}
.coupon-campaign .article__title{
  padding-top: 110px;
  padding-bottom: 20px;
}
.coupon-campaign__notice{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #fff;
}
.coupon-campaign__period{
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.08em;
}
.coupon-campaign__anchorWrap{
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  text-align: center;
  margin-top: 16px;
}
.coupon-campaign__anchor{
  display: inline-flex;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  position: relative;
}
.coupon-campaign__anchor > a{color: #fff !important;}
.coupon-campaign__anchor > a:hover{
  opacity: 0.8;
}
.coupon-campaign__anchor + .coupon-campaign__anchor::before{
  content: '';
  display: inline-flex;
  width: 2px;
  height: 32px;
  background-color: #ffffff;
  margin-right: 64px;
  margin-left: 64px;
}

/*
 shops
============================================= */
.shops .catch__text{
  width: 200px;
  position: absolute;
  top: -57px;
  left: 50%;
  transform:translateX(-50%);
}
.shops .article__title{
  padding-top: 54px;
  padding-bottom: 36px;
  text-align: center;
}
.shops .article__subtitle > h3{
  font-size: 32px;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding-top: 24px;
}
.shops .article__subtitle.-favorite > h2{
  font-size: 32px;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: center;
  color: #35312b;
  padding-top: 108px;
}
.shops .article__subtitle.-shop{
  margin-bottom: 32px;
}
.shops .article__subtitle.-favorite{
  margin-bottom: 32px;
}
.shops .article__subtitle.-shop .notice{
  position: absolute;
  width: 194px;
  top: 1px;
  left: 126px;
}
.shops .shoplist__link{
  display: block;
  background-color: #fff;
  border-radius: 8px;
  overflow:hidden;
}
.shops .shoplist__link img{display: block;}
.shops .shoplist__link:hover img{opacity:.8;}
.shops .three__point{margin-bottom: 50px;}
.shops .favorite__lead{
  font-size: 20px;
  text-align: center;
  color: #35312b;
  margin-bottom: 28px;
}
.shops .favorite__link{
  overflow:hidden;
  border-radius: 8px;
}
.shops .favorite__bg{
  background-color: #e4dccc;
  padding-bottom: 10px;
}
.shops .favorite__logo{padding: 20px 20px 0;}
.shops .favorite__logo > img{
  border:solid 1px #cccccc;
  border-radius: 4px;
  overflow:hidden;
  display: block;
}
.shops .favorite__link:hover{
  opacity:.8;
  text-decoration: none;
}
.shops .favorite__shopName{
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.428;
  font-weight: bold;
  color: #35312b !important;
  height:2.9em;
  padding: 0 20px;
  margin: 12px 0 0;
}
.shops .favorite__text{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  background-color: #e15e2a;
}
.shops__SubTitle{
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
  text-align: center;
}

/*
 update
============================================= */
.update .catch__text{
  position: absolute;
  top: -65px;
  left: 50%;
  transform:translateX(-50%);
  width: 258px;
}
.update .article__title{
  padding-top: 96px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  color: #35312b;
}
.update .article__subtitle {
  font-size: 24px;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: center;
  color: #35312b;
}
.update .moreBtn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 72px;
  border-radius: 36px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  color: #35312b !important;
  background-color: #fff;
  margin: 0 auto 60px;
}

/* ecm-search */
.ecm-search[data-layout="default"]{
  height: 40px;
  width: 400px;
  margin: 0 auto 40px;
  border-radius: 20px;
  border:none;
}
.ecm-search[data-layout="default"] .ecm-search-input{
  font-size: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 32px;
  color: #35312b;
}
.ecm-search[data-layout="default"] .ecm-search-submit{
  border-radius: 0 20px 20px 0;
  background-color: inherit !important;
  width: 84px;
  padding: 0!important;
}
.ecm-search[data-layout="default"] .ecm-search-submit .ecm-icon-search{
  font-size: 20px;
  color: #35312b;
}

/* category__wrap */
.category__wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}
.category__wrap > *{
  display: block;
  width:140px;
  margin-right: 16px;
  color: #35312b!important;
  text-decoration: none!important;
}
.category__wrap > :hover{opacity:.8;}
.category__wrap > :nth-child(n+7){margin-top: 16px;}
.category__wrap > :nth-child(6n),
.category__wrap > :last-child{margin-right: 0!important;}
.category__name{
  margin-top: 10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}

/* ecm-tab-container */
.ecm-tab-container[data-layout="default"]{
  width: 686px;
  margin-right: auto;
  margin-left: auto;
}
.ecm-tab-container[data-layout="default"] > .ecm-tab{
  width:calc((100% - 33px) / 4);
  margin-right: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 8px;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  color: #35312b!important;
}
.ecm-tab-container[data-layout="default"] > .ecm-tab:last-child{margin-right: 0!important;}
.ecm-tab-container[data-layout="default"] > .ecm-tab:hover,
.ecm-tab-container[data-layout="default"] > .ecm-tab[aria-selected=true]{
  border-bottom:none!important;
  color: #fff !important;
  background-color: #2a67ac!important;
}
[data-module-name=ecm-tab] .tab__wrapper [role=tabpanel]{
  display: block !important;
  width: 100%;
  height: 0;
  overflow:hidden;
}
[data-module-name=ecm-tab] .tab__wrapper [role=tabpanel][aria-hidden=false]{
  height: auto;
  overflow:visible;
}
.ranking__notice{
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #35312b;
  text-align: center;
  width: 804px;
  margin: 20px auto 0;
}

/*
 off-line
============================================= */
.off-line .fukidashi{
  position: absolute;
  top: -67px;
  left: 50%;
  transform:translateX(-50%);
  width: 258px;
  height: 123px;
}
.off-line .catch__text{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  padding-top: 92px;
  margin-bottom: 40px;
  color: #fff;
}
.off-line .article__titleWrap{
  display: flex;
  flex-wrap:wrap;
  width: 889px;
  margin-left: 31px;
  margin-right: 40px;
  margin-bottom: 79px;
}
.off-line .article__title{
  width: 449px;
  margin-right: 28px;
}

/* off-line__period */
.off-line__periodWrap{
  width: 412px;
  padding-top: 97px;
}
.off-line__period{
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.5em;
  padding: 14px 0 16px;
  border-bottom:solid 2px #c1baac;
}
.off-line__periodWrap > .off-line__period:first-child{padding: 0 0 21px;}
.off-line__period .day{
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  letter-spacing: -.02em;
  width: 212px;
  line-height: 1;
  padding-left: 10px;
  color: #fff;
}
.off-line__period .time{
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  letter-spacing: .08em;
  line-height: 1;
  width: 200px;
  color: #fff;
}
.off-line__period p > img{
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 28px;
  padding-right: 4px;
  padding-left: 4px;
}

/* off-line__anchorBtn */
.off-line__anchorBtn{
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #35312b!important;
  background-color: #fff;
}
.off-line__anchorBtn > p::after{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #35312b transparent transparent transparent;
  border-width: 11px 6.5px 0px 6.5px;
  margin: 8px auto 0;
}

/* off-line__concept */
.off-line__conceptIcon{
  margin-bottom: 33px;
}
.off-line__conceptLead{
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 3.1;
  text-align: center;
  font-weight: 600;
  margin-bottom: 48px;
  color: #fff;
  position: relative;
}
.off-line__conceptLead::before{
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  width: 960px;
  height: 351px;
  background: url(https://r.r10s.jp/evt/event/sports/outdoorfesta/_pc/img/20250530/fire.png) no-repeat center top;
}
.off-line__conceptFeatureWrap{
  padding-right: 43px;
  padding-left: 43px;
  grid-gap:31px;
  margin-bottom: 40px;
}
.off-line__conceptFeature{
  position: relative;
  width:272px;
}
.off-line__conceptFeatureText{
  position: absolute;
  font-weight: 600;
  color: #fff;
  top: 108px;
  left: 35px;
  width:calc(100% - 70px);
  z-index:1;
}
.off-line__conceptFeatureText ._title{
  font-size: 24px;
  text-align: center;
  line-height: 1.333;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.off-line__conceptFeatureText ._text{
  font-size: 14px;
  line-height: 1.428;
  letter-spacing: 0.08em;
}
.off-line__conceptMoreBtn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 72px;
  border-radius: 36px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  color: #35312b !important;
  background-color: #fff;
  margin: 0 auto 110px;
}

/* off-line__special */
.off-line__specialTitle{margin-bottom:147px;}
.off-line__special .article__subtitle{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}
.off-line__specialBox{
  position: relative;
  width: 880px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 40px;
  background-color: #e15e2a;
}
.off-line__specialGuest{
  position: absolute;
  display: block;
  width: 240px;
  height: 240px;
  top: -114px;
  left: 50%;
  transform:translateX(-50%);
}
.off-line__special-left{
  position: absolute;
  display: block;
  width: 126px;
  height: 174px;
  top: -74px;
  left: 164px;
}
.off-line__special-right{
  position: absolute;
  display: block;
  width: 118px;
  height: 181px;
  top: -81px;
  right:175px;
}
.off-line__specialName{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  padding-top: 146px;
  margin-bottom: 12px;
}
.off-line__specialName span{
  font-size: 16px;
}
.off-line__specialProfile{
  width: 486px;
  margin: 0 auto 32px;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.08em;
  color: #fff;
}
.off-line__specialPeriod{
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 36px;
}
.off-line__specialPeriod > span{
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
  letter-spacing: .02em;
}
.off-line__specialPeriod > img{
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 28px;
  padding-right: 4px;
  padding-left: 4px;
}
.off-line .ecm-slider-slide:hover{cursor:default!important;}
.off-line__specialEventBox{
  background-color: #fff;
  padding: 54px 30px 24px 32px;
  border-radius: 0 20px 20px 20px;
  position: relative;
  /* filter:drop-shadow(0 6.5px 12.5px rgba(20,111,69,.6)); */
}
.off-line__specialEventTime{
  position: absolute;
  width: 230px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #248c5c;
  border-radius: 0 8px 8px 8px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.02em;
  top: -23px;
  left: 0;
}
.off-line__specialEventTitle{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.65;
  margin-bottom: 8px;
}
.off-line__specialEventLead{
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
.addGuest__wrap{
  width: 620px;
  margin: 0 auto;
  display: flex;
  flex-wrap:wrap;
}
.addGuest__wrap > .addGuest:first-child{
  width:160px;
  margin-left: 76px;
  margin-right: 74px;
  text-align: center;
}
.addGuest__wrap > .addGuest:last-child{
  width: 310px;
  text-align: center;
}
.addGuest__name{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  color: #fff;
  margin-top: 14px;
}
.addGuest__name > span{font-size: 18px;}

/* we-love-camp */
.we-love-camp{
  padding-top: 30px;
  padding-bottom: 58px;
}
.we-love-camp .article__subtitle{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 24px;
  letter-spacing: 0.08em;
}
.we-love-campLead{
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.75;
  margin-bottom: 28px;
  color: #fff;
}
.we-love-campXarea{
  margin: 0 auto;
  width: 600px;
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
}

/* off-line__booth */
.off-line__boothLead{
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #fff;
}
.off-line__boothSubTitle{
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
  text-align: center;
  color: #fff;
}
.off-line__boothBanner{
  display: block;
  width: 600px;
  margin: 0 auto;
  border-radius: 8px;
  overflow:hidden;
  background-color: #fff;
}
.off-line__boothBanner img{display: block;}
.off-line__boothBanner:hover img{opacity:.8;}
/* off-line__ad */
.outdoor-ad-custom-booth .ecm-ad-image-block-100162{
  width: inherit;
}
.outdoor-ad-custom-booth .ecm-ad{
  background: none;
}

/* off-line__pamphlet */
.off-line__pamphletLead{
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
  color: #fff;
}
.off-line__pamphletArea{
  position: relative;
  width: 480px;
  height: 602px;
  margin-right: auto;
  margin-left: auto;
}
.off-line__pamphletArea::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: rgba(0,0,0,.4);
  z-index:1;
}
.off-line__pamphletBtn{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width:360px;
  height:72px;
  border-radius:36px;
  background-color: #fff;
  color: #248c5c!important;
  font-size:20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  bottom: 32px;
  left: 50%;
  transform:translateX(-50%);
  z-index:2;
}
.off-line__pamphletBtn:hover{
  opacity:.8;
  text-decoration: none!important;
}

/* off-line__access */
.off-line__accessWrap{
  display: flex;
  flex-wrap:wrap;
  align-items: flex-start;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.off-line__accessLogo{
  width: 226px;
  margin-right: 22px;
  background-color: #fff;
}
.off-line__accessText{
  width:calc(100% - 248px);
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.75;
  margin-bottom: 14px;
  color: #fff;
}
.off-line__accessNameName{
  font-size: 18px;
  font-weight: bold;
  display: block;
}

/*
 recommend
============================================= */
.recommend__title{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 24px;
}

/*
 floating__btn
============================================= */
.floating__btn[data-module-name=ecm-floating][aria-hidden=true]{
  z-index:110!important;
  position: fixed!important;
  visibility:visible!important;
  height: auto!important;
  pointer-events:visible!important;
  opacity:1!important;
}
.floating__btn[data-module-name=ecm-floating][aria-hidden=false]{
  z-index:-1!important;
  position: static!important;
  visibility:hidden!important;
  height:0!important;
  pointer-events:none!important;
  opacity:0!important;
}
.floating-invisible{
  position: relative;
  top: -80px;
  z-index:-1;
}