@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
.mv-heading.hellowoods-mv-heading .heading-subtext {
  font-family: "Noto Serif JP", serif;
  height: auto;
  color: #fff;
  font-size: 60px;
  width: auto;
  max-width: initial;
  font-weight: normal;
  line-height: 120%;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}
.heading .heading-subtext img {
  width: auto;
  height: 100%;
}
/*-- color --*/
.goods-shop-list.events-list .events-list-item .title.orange {
  color: #FF8316;
}
.button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 430px;
  height: auto;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  border: 1px dotted #333;
  position: relative;
  letter-spacing: 0.08em;
  padding: 10px;
}
.btn_gray {
  text-align: center;
  width: 430px;
  box-sizing: border-box;
  position: relative;
  background: #f2f2f2;
  margin-top: 50px;
}
.btn_gray::before {
  content: "";
  background: #f2f2f2;
  position: absolute;
  bottom: -6px;
  left: 6px;
  box-sizing: border-box;
  width: calc(100% - 12px);
  height: calc(100% + 12px);
}
.btn_gray span {
  position: relative;
  z-index: 2;
  padding: 10px;
  display: block;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.btn_gray span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: dotted 1px #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn_gray span::after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% + 10px);
  border: dotted 1px #333;
  position: absolute;
  bottom: -5px;
  left: 5px;
}
.boldLink {
  font-weight: bold;
}
.goods-shop-list.events-list .events-list-item.bdr {
  border-bottom: 1px solid #dfdfdf !important;
}
.goods-shop-list .wrapper-container .area-item-desc-wrapper .details-list .details-list-item .details-list-item-label {
  line-height: 1.2;
}
@media screen and (min-width: 750px) {
  br.sp {
    display: none;
  }
  img.sp {
    display: none;
  }
  span.sp {
    display: none;
  }
  a.sp {
    display: none;
  }
  .mv::after {
    content: '';
    position: absolute;
    bottom: -46px;
    left: 0;
    width: 100%;
    height: 134px;
    background: url("../images/events/mv-curve.png") no-repeat center top;
    background-size: cover;
  }
  .mv.mv-events .events-mv-heading {
    bottom: 100px;
  }
  /*-- 日付2行
 .heading{ margin: 80px auto;}
.mv.mv-events .mv-date{ line-height: 1.6;} --*/
  .goods-shop-list.events-list .events-list-item.bdrTop {
    border-top: 1px solid #dfdfdf;
    padding-top: 40px;
  }
  /*-- 日付1行  --*/
  .heading {
    margin: 40px auto !important;
  }
  .mv.mv-events .mv-date {
    line-height: 1.6;
  }
  .mv.mv-events {
    margin-bottom: 40px !important;
  }
  .logo-center {
    width: 100%;
    margin: 0 auto 0;
  }
  .logo-center.w450 {
    width: 450px;
  }
  .logo-center.w600 {
    width: 600px;
  }
  /*-- ATHLETIC --*/
  .athleticBox .text {
    margin-bottom: 60px;
  }
  .athleticBox .text img {
    display: block;
    height: auto;
    margin: 0 auto;
  }
  .pickupLinkList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 140px;
  }
  .pickupLinkList li {
    width: 300px;
  }
  .pickupLinkList li a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .pickupLinkList li a {
    display: block;
    transition: opacity 0.8s;
  }
  .pickupLinkList li a:hover {
    opacity: 0.8;
  }
  .subAthleticBox {
    margin: 0 auto 100px;
    width: 1020px;
  }
  .subAthleticBox .subAthleticList {
    width: 100%;
    display: flex;
  }
  .subAthleticBox .subAthleticList li {
    width: 50%;
  }
  .subAthleticBox .subAthleticList li a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .subAthleticBox .subAthleticList li a {
    display: block;
    transition: opacity 0.8s;
  }
  .subAthleticBox .subAthleticList li a:hover {
    opacity: 0.8;
  }
  .subAthleticBox img.sp {
    display: none !important;
  }
  .otherCaution {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
  }
  .bnrBox {
    width: 980px;
    margin: 80px auto 120px;
    text-align: center;
    padding: 0;
  }
  .bnrBox.mb_min {
    margin-bottom: 40px;
  }
  .bnrBox a {
    display: block;
    transition: all 0.5s;
    margin-bottom: 60px;
	  position: relative;
  }
  .bnrBox a .bnr-caution {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    text-align: center;
    color: #333;
  }
  .bnrBox a::last-child {
    margin-bottom: 0 !important;
  }
  .bnrBox a:hover {
    opacity: 0.7;
  }
  .bnrBox.pageTop {
    margin: 0 auto 100px;
  }
  .hashTagBox {
    margin: 0 auto 35px;
    border: 3px solid #d5d5d5;
    padding: 25px 30px;
  }
  .hashTagBox h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 10px;
    letter-spacing: 0.10em;
  }
  .hashTagBox h4 span {
    background-image: -webkit-gradient(0deg, #c3e8d8 19.44%, #ffffff 19.44%, #ffffff 50%, #c3e8d8 50%, #c3e8d8 69.44%, #ffffff 69.44%, #ffffff 100%);
    background-image: linear-gradient(0deg, #c3e8d8 19.44%, #ffffff 19.44%, #ffffff 50%, #c3e8d8 50%, #c3e8d8 69.44%, #ffffff 69.44%, #ffffff 100%);
    background-size: 36.00px 50.00px;
  }
  .hashTagBox .text {
    font-size: 16px;
    font-weight: bold;
  }
  .ttlSub {
    padding: 30px;
    background: #f2faf5;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 50px;
    color: #333;
    width: 1020px;
  }
  .ttlSub span {
    font-size: 28px;
    color: #00a040;
  }
  .ttlSub03 {
    padding: 30px;
    background: #ffffd8;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto 50px;
    color: #333;
    width: 1020px;
  }
  .ttlSub03 span {
    font-size: 28px;
    color: #716e2e;
  }
  .cmBox {
    margin-bottom: 120px;
  }
  .cmMainImg {
    margin: 0 auto 80px;
  }
  .cmMainImg img {
    width: 100%;
    display: block;
  }
  .csTtl {
    margin: 0 auto 0;
    text-align: center;
  }
  .csTtl .text {
    background: -webkit-gradient(linear, left top, right top, from(#027cc3), to(#09a046));
    background: linear-gradient(to right, #027cc3 0%, #09a046 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    letter-spacing: 5px;
    font-size: 24px;
    font-weight: bold; /*margin-bottom: 30px;*/
  }
  _:-ms-fullscreen, :root .csTtl .text {
    background: none;
    color: #00a040;
  }
  .csTtl .img {
    display: inline-block;
    width: 500px;
  }
  .csTtl .img img {
    display: block;
    width: 100%;
  }
  .youtubeBox {
    width: 100%;
    margin: 0 auto;
  }
  .innerYoutube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .innerYoutube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.titleEventLabel {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 700;
	margin-bottom: 20px;
}
.titleEventLabel span {
  font-family: "ヒラギノ角ゴ Pro", "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "-apple-system", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-size: 20px;
  background: url(../images/events/mv-gradient-rect.jpg) no-repeat;
  background-size: no-repeat;
  background-size: cover;
  display: inline-block;
  padding: 10px 17px;
  color: #fefefe;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1;
  margin-top: 10px;
}
.titleEventLabelImage {
  margin-bottom: 20px;
}
/*-- ページ上部のアンカーボタン
----------------------------------------------*/
ul.btn-list {
  list-style: none;
  margin: 0 auto 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #333;
  font-weight: bold;
}
ul.btn-list li {
  width: auto;
  font-size: 19px !important;
  position: relative;
  text-align: center;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 3em;
  display: flex;
}
ul.btn-list li a {
  position: relative;
  transition: all 0.6s;
  color: #333;
  /*background-image: -webkit-gradient(0deg, #c6daed 19.44%, #ffffff 19.44%, #ffffff 50%, #c6daed 50%, #c6daed 69.44%, #ffffff 69.44%, #ffffff 100%);
  background-image: linear-gradient(0deg, #c6daed 19.44%, #ffffff 19.44%, #ffffff 56%, #c6daed 50%, #c6daed 69.44%, #ffffff 69.44%, #ffffff 100%);
  background-size: 36.00px 72.00px;*/
	background: linear-gradient(transparent 70%, #c6daed 30%);
  margin: 0 auto 50px;
  padding: 0 10px 0 10px;
  display: inline-block;
  min-width: 12em;
}
ul.btn-list li a::after {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  content: '';
  display: block;
  width: 30px;
  height: 34px;
  background-image: url(../images/opened.png);
  background-size: contain;
  margin: auto;
}
ul.btn-list li a:hover {
  opacity: 0.7;
}
ul.btn-list li a span.tab_date {
  font-size: 16px;
  display: block;
  color: #00a040;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: auto;
}
/*-- アコーディオン
----------------------------------------------*/
.contactAccordionBtn .button-icon {
  width: 20px;
  height: 20px;
  transition: none;
}
.contactAccordionBtn .button-icon .inner {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  transition: all 0.5s;
}
.contactAccordionBtn:hover .button-icon {
  transform: none;
}
.contactAccordionBtn .button-icon .inner::before {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  background: #cccccc;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transition: all 0.5s;
}
.contactAccordionBtn .button-icon .inner::after {
  content: "";
  display: block;
  height: 20px;
  width: 2px;
  background: #cccccc;
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  transition: all 0.5s;
}
.contactAccordionBtn.active .button-icon .inner {
  transform: rotate(360deg);
}
.contactAccordionBtn.active .button-icon .inner::before {}
.contactAccordionBtn.active .button-icon .inner::after {
  opacity: 0;
  transform: scaleY(0)
}
.contactOpenBox {
  display: none;
  padding-top: 20px;
}
.contactOpenBox .ttl {
  font-size: 18px;
  font-weight: bold;
  margin: 40px auto 15px;
}
.contactOpenBox .ttl:first-child {
  margin-top: 0;
}
.contactOpenBox .ttl::before {
  content: "\25A0";
  color: #00a040;
  margin-right: 7px;
}
.contactOpenBox .linkList {
  border-top: 1px dashed #d5d5d5;
}
.contactOpenBox .linkList li {
  border-bottom: 1px dashed #d5d5d5;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
.contactOpenBox .linkList li .text {
  display: block;
  width: 200px;
}
.contactOpenBox .linkList li a {
  display: inline-block; /* margin-left: 30px;*/ color: #00a040;
  text-decoration: underline;
}
.contactOpenBox .caution {
  margin-top: 30px;
  font-size: 14px;
  line-height: 2;
}
.seasonAchordion .events-list {
  display: none;
}
.seasonAchordion .seasonAchordionBtn {
  position: relative;
  cursor: pointer;
}
.seasonAchordion .seasonAchordionBtn::before {
  content: "";
  display: block;
  height: 30px;
  width: 2px;
  background: #00a040;
  position: absolute;
  right: 34px;
  top: calc(50% - 15px);
  transition: all 0.5s;
}
.seasonAchordion .seasonAchordionBtn::after {
  content: "";
  display: block;
  height: 2px;
  width: 30px;
  background: #00a040;
  position: absolute;
  right: 20px;
  top: calc(50% - 1px);
  transition: all 0.5s;
}
.seasonAchordion .seasonAchordionBtn.active::before {
  transform: rotate(360deg) scale(0);
}
.seasonAchordion .seasonAchordionBtn.active::after {
  transform: rotate(360deg)
}
.eventOpenBox02 {
  border: 1px solid #c21500;
  border-image: linear-gradient(to right, #027cc3 0%, #09a046 100%);
  border-image-slice: 1;
}
.eventOpenBtn02 {
  width: 1021px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 50px 80px 50px 50px;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(#027cc3), to(#09a046));
  background: linear-gradient(to right, #027cc3 0%, #09a046 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  transition: opacity 0.8s;
  position: relative;
}
.eventOpenBtn02 .main {
  display: block;
  font-size: 28px;
  margin-bottom: 15px;
}
.eventOpenBtn02 .sub {
  display: block;
  font-size: 20px;
}
.eventOpenBtn02::before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #00a040;
  position: absolute;
  right: 30px;
  top: calc(50% - 1px);
  transform: rotate(90deg);
  transition: all 0.5s;
}
.eventOpenBtn02::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #00a040;
  position: absolute;
  right: 30px;
  top: calc(50% - 1px);
}
.eventOpenBtn02.active::before {
  transform: rotate(90deg) scale(0);
  opacity: 0;
}
.eventOpenBtn02 .eventCloseBox02 {
  display: none;
}
.eventCloseBox02 {
  padding-top: 0;
  display: none;
  background: #f2faf5;
  padding: 60px;
  box-sizing: border-box;
  margin: 0 auto;
}
.innerEventCloseBox02-01 {
  background: #fff;
  border-radius: 10px;
  padding: 50px 40px;
  width: 100%;
  box-sizing: border-box;
}
.reservation-event-list {
  list-style: none;
  padding: 0 20px 20px;
  display: flex;
  flex-wrap: wrap;
}
.innerEventCloseBox02-01 > .reservation-event-list {
  margin-bottom: 60px;
}
.innerEventCloseBox02-02 {
  border-bottom: 1px dotted #8d6f42;
  margin-bottom: 20px;
}
.innerEventCloseBox02-02:first-child {
  padding-top: 20px;
  border-top: 1px dotted #8d6f42;
}
.innerEventCloseBox02-02:last-child {
  margin: 0;
}
.innerEventCloseBox02-02 .ttl {
  margin-bottom: 0;
  color: #eb656b;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  padding: 0 20px
}
.reservation-event-list li {
  display: inline-block;
  margin: 10px 50px 0 0;
  font-size: 16px;
  font-weight: bold;
}
.reservation-event-list li a {
  white-space: nowrap;
  display: inline-block;
  color: #333333;
  position: relative;
  padding-right: 30px;
  transition: color 0.4s;
  line-height: 1;
}
.reservation-event-list li a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  transition: all 0.4s;
}
.reservation-event-list li a:hover {
  color: #09a046;
}
.reservation-event-list li a:hover::after {
  border-top: 1px solid #09a046;
  border-right: 1px solid #09a046;
}
.reservation-event-list li span {
  border: 1px solid #00a040;
  padding: 4px 5px;
  display: inline-block;
  font-size: 12px;
  color: #00a040;
  margin-right: 5px;
  border-radius: 50px;
  line-height: 1;
}
.reservation-Caution {
  margin-top: 10px;
  line-height: 2;
  font-size: 14px;
  padding: 0 20px;
}
.innerEventCloseBox02-03 {
  background: #eff8f9;
  margin: 30px auto 30px;
  box-sizing: border-box;
  padding: 30px 20px;
  border-radius: 10px;
}
.innerEventCloseBox02-03 .ttl {
  margin-bottom: 0;
  color: #eb656b;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
.innerEventCloseBox02-03 .reservation-event-list {
  padding: 0;
}
.innerEventCloseBox02-03 .text {
  margin: 15px auto 0;
  font-size: 14px;
}
.btnUnder {
  margin: 20px 0 0;
  font-size: 15px;
}
.btnUnder a {
  text-decoration: underline;
  color: #00a040;
  margin-top: 10px;
  display: block;
}
.btnUnder.bold {
  font-weight: bold;
}
/*-- GW
----------------------------------------------*/
#working-cars {
  margin-top: 120px;
}
#gw {
  margin-top: 120px;
}
.scheduleBox {
  margin: 100px auto 100px;
}
.ttl {
  text-align: center;
  margin: 0 auto 30px;
}
.ttl span {
  background: -webkit-gradient(linear, left top, right top, from(#027cc3), to(#09a046));
  background: linear-gradient(to right, #027cc3 0%, #09a046 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
}
.bdrSchedule {
  background: url("../images/events/bg-schedule.jpg") repeat center top;
  width: 1020px;
  padding: 60px 60px 40px;
  box-sizing: border-box;
  border-radius: 20px;
  margin: 0 auto;
}
.bdrSchedule .attention {
  margin-top: 30px;
  font-size: 14px;
  text-align: center;
}
.innerSchedule {
  background: #fff;
  border-radius: 10px;
  padding: 50px 40px;
  width: 100%;
  box-sizing: border-box;
}
.innerSchedule dl {
  border-bottom: 1px dotted #8d6f42;
  padding: 20px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.innerSchedule dl:first-of-type {
  border-top: 1px dotted #8d6f42;
}
.innerSchedule dl.everyday {
  border-top: 5px double #8d6f42;
  border-bottom: 5px double #8d6f42;
}
.innerSchedule dl::after {
  content: "";
  display: block;
  height: calc(100% - 40px);
  width: 1px;
  background: #8d6f42;
  position: absolute;
  top: 20px;
  left: 185px;
}
.innerSchedule dl dt {
  width: 165px;
  font-size: 24px;
  font-weight: bold;
}
.innerSchedule dl dt.green {
  color: #57b859;
}
.innerSchedule dl dt.blue {
  color: #027cc3;
}
.innerSchedule dl dt.pink {
  color: #eb656b;
}
.innerSchedule dl dt b.green {
  color: #57b859;
}
.innerSchedule dl dt b.blue {
  color: #027cc3;
}
.innerSchedule dl dt b.pink {
  color: #eb656b;
}
.innerSchedule dl dt span {
  font-size: 16px;
}
.innerSchedule dl dd {
  width: 550px;
}
.innerSchedule dl dd .text {
  margin-bottom: 10px;
  color: #eb656b;
  font-weight: bold;
  font-size: 18px;
}
.innerSchedule dl dd .link {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.innerSchedule dl dd .link a {
  text-decoration: none;
  color: #333;
  transition: color 0.4s;
}
.innerSchedule dl dd .link a:hover {
  color: #09a046;
}
.innerSchedule dl dd ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.innerSchedule dl dd ul li {
  display: block;
  margin-right: 20px;
  font-size: 16px;
  font-weight: bold;
}
.innerSchedule dl dd ul li:last-child {
  margin-right: 0;
}
.innerSchedule dl dd ul li a {
  white-space: nowrap;
  display: inline-block;
  color: #333333;
  position: relative;
  padding-right: 20px;
  transition: color 0.4s;
  line-height: 1;
}
.innerSchedule dl dd ul li a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 0;
  transition: all 0.4s;
}
.innerSchedule dl dd ul li a:hover {
  color: #09a046;
}
.innerSchedule dl dd ul li a:hover::after {
  border-top: 1px solid #09a046;
  border-right: 1px solid #09a046;
}
/*-- 働く車リスト
----------------------------------------------*/
#kuruma-list {
  letter-spacing: 0.1em;
}
.ttlSub02 {
  font-size: 30px;
  text-align: center;
  margin: 0 auto 50px;
  font-weight: bold;
  background: -webkit-gradient(linear, to top, right top, from(#027cc3), to(#09a046));
  background: linear-gradient(to right, #027cc3 0%, #09a046 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ttlSub02.mt100 {
  margin: 100px auto 50px;
}
.is-ie .ttlSub02 {
  background: none !important;
  color: #00a040;
  -webkit-text-fill-color: #00a040;
  -moz-text-fill-color: #00a040;
  -ms-text-fill-color: #00a040;
}
.medama-area {
  width: 100%;
  padding: 50px 40px;
  margin-bottom: 50px;
  background: #f2faf5;
}
ul.kuruma-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}
ul.kuruma-list li {
  width: 30%;
  margin: 40px 30px 0 0;
  padding: 0;
  font-size: 16px;
  text-align: left;
}
ul.kuruma-list li:nth-child(3n), ul.kuruma-list li:last-child {
  margin-right: 0;
}
ul.kuruma-list li:nth-child(-n+3) {
  margin-top: 0;
}
ul.kuruma-list li p.img {
  margin-bottom: 20px;
}
ul.kuruma-list li p.name {
  font-weight: bold;
  margin: 0 0 15px;
  text-align: center;
}
ul.kuruma-list li p.name span.new {
  font-weight: bold;
  margin: 0 0 15px;
  text-align: center;
  color: #00a040;
}
.medama-area ul.kuruma-list li p.name {
  font-size: 110%;
}
ul.kuruma-list li p.sponsor {
  font-size: 90%;
  text-align: center;
}
ul.kuruma-list li p.starringttl {
  font-weight: bold;
  color: #00a040;
  margin-bottom: 10px;
}
ul.kuruma-list li p.starringBox {
  font-size: 90%;
  margin: 0;
}
#kuruma-list .eventOpenBtn {
  width: 450px;
  margin: 0 auto 80px;
  color: #333;
  font-weight: bold;
  position: relative;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
}
#kuruma-list .eventOpenBtn span {
  background-image: -webkit-linear-gradient(left, #c3e8d8 50%, transparent 50%);
  background-image: linear-gradient(to right, #c3e8d8 50%, transparent 50%);
  background-position: 100% bottom;
  background-size: 200% 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-position .5s ease-out;
  transition: background-position .5s ease-out;
}
#kuruma-list .eventOpenBtn:hover span {
  background-position: 0% bottom;
}
#kuruma-list .eventOpenBtn span::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/plus-b.png);
  background-size: contain;
}
#kuruma-list .eventOpenBtn.active span::after {
  background-image: url(../images/minus-b.png);
}
#kuruma-list .eventOpenBtn .eventCloseBox {
  display: none;
}
#kuruma-list .eventCloseBox {
  padding-top: 0;
  display: none;
}
.kuruma-list-cau {
  text-align: center !important;
  margin: 30px auto 0;
}
ul.caulist {
  width: auto;
  margin: 50px auto 0;
  list-style: none;
}
ul.caulist li {
  font-size: 90%;
  line-height: 140%;
  margin-bottom: 5px;
}
ul.caulist li:last-child {
  margin-bottom: 0;
}
.sponsorBox {
  margin: 50px auto 80px;
  border: 3px solid #d5d5d5;
  padding: 25px 30px;
  font-size: 16px;
  line-height: 180%;
  display: block;
}
.sponsorBox h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 10px;
  letter-spacing: 0.10em;
}
.sponsorBox h4 span {
  background-image: -webkit-gradient(0deg, #c3e8d8 19.44%, #ffffff 19.44%, #ffffff 50%, #c3e8d8 50%, #c3e8d8 69.44%, #ffffff 69.44%, #ffffff 100%);
  background-image: linear-gradient(0deg, #c3e8d8 19.44%, #ffffff 19.44%, #ffffff 50%, #c3e8d8 50%, #c3e8d8 69.44%, #ffffff 69.44%, #ffffff 100%);
  background-size: 36.00px 50.00px;
}
.sponsorBox a {
  color: #00a040;
  text-decoration: underline;
}
.sponsorBox a:hover {
  color: #00a040;
  text-decoration: underline;
}
.fs-small {
  font-size: 80%;
}
.fw-bld {
  font-weight: bold !important;
}
/*-----------------------------
activityLink
-----------------------------*/
.activityLink {
  width: 1021px;
  list-style: none;
  margin: 80px auto 40px;
}
.activityLink.mb {
  margin-bottom: 120px
}
.activityLink.mt {
  margin-top: 40px;
}
.activityLink a {
  width: 800px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 50px 80px 50px 50px;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(#027cc3), to(#09a046));
  background: linear-gradient(to right, #027cc3 0%, #09a046 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  border: 1px solid #c21500;
  border-image: linear-gradient(to right, #027cc3 0%, #09a046 100%);
  border-image-slice: 1;
  transition: opacity 0.8s;
  position: relative;
}
.activityLink.wide a {
  width: 980px;
}
.activityLink.w100 a {
  width: 980px;
}
.activityLink.wide-max a {
  width: 1021px;
}
.activityLink a:hover {
  opacity: 0.8;
}
.activityLink a::after {
  content: "";
  width: 42px;
  height: 21px;
  background: url("../images/events/arrow-green.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: calc(50% - 10px);
}
.activityLink a .main {
  display: block;
  font-size: 28px;
  margin-bottom: 15px;
}
.activityLink a .sub {
  display: block;
  font-size: 20px;
}
/*-- 終了対応
----------------------------------------------*/
#secInfo {
  width: 100%;
  padding: 30px 0 20px;
  margin: 0 auto;
  background: #F5F5F5;
  font-family: "ヒラギノ角ゴ Pro", "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "-apple-system", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
}
#secInfo p {
  padding: 20px;
  width: 980px;
  text-align: center;
  font-size: 18px;
  color: #E50012;
  margin: 0 auto;
  line-height: 1;
  border: #E50012 solid 2px;
  box-sizing: border-box;
  background: #FFF;
}
/* 追加*/
.caption001 {
  font-size: 1.1rem;
  line-height: 120%;
}
@media screen and (max-width: 749px) {
  br.pc {
    display: none;
  }
  img.pc {
    display: none;
  }
  span.pc {
    display: none;
  }
  a.pc {
    display: none;
  }
  .mv::after {
    content: '';
    position: absolute;
    bottom: -10vw;
    left: 0;
    width: 100%;
    height: 20vw;
    background: url("../images/events/mv-curve.png") no-repeat left top;
    background-size: 110% 100%;
  }
  .mv {
    height: 570px;
  }
  .mv-image {
    background-position: center center;
    height: 570px;
  }
  .mv.mv-events {
    position: relative;
  }
  .mv.mv-events .events-mv-heading {
    bottom: auto;
    top: 0;
  }
  .mv-heading.hellowoods-mv-heading {
    padding: 0;
    margin: 0;
  }
  /*-- 日付2行
.heading{ margin: 40px auto !important;}
.mv.mv-events .mv-date{ line-height: 1.6;} --*/
  /*-- 日付1行  --*/
  .heading {
    margin: 20px auto !important;
  }
  .mv.mv-events .mv-date {
    line-height: 1.6;
  }
  .mv.mv-events .events-mv-heading {
    bottom: 50px;
  }
  .goods-shop-list.events-list .events-list-item.bdrTop {
    border-top: 1px solid #dfdfdf;
    padding-top: 40px;
  }
  .mv.mv-events {
    margin-bottom: 10% !important;
  }
  .logo-center {
    width: 100%;
    margin: 0 auto 0;
  }
  .logo-center.w450 {
    width: 50%;
  }
  .logo-center.w600 {
    width: 90%;
  }
  /*-- ATHLETIC --*/
  .athleticBox .text {
    margin-bottom: 60px;
  }
  .athleticBox .text img {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%;
  }
  .pickupLinkList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 15%;
    width: 90%
  }
  .pickupLinkList li {
    width: 48%;
  }
  .pickupLinkList li a img {
    width: 100%;
    height: auto;
  }
  .pickupLinkList li a {
    display: block;
    transition: opacity 0.8s;
  }
  .pickupLinkList li a:hover {
    opacity: 0.8;
  }
  .subAthleticBox {
    margin: 0 auto 7%;
    width: 90%;
  }
  .subAthleticBox .subAthleticList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .subAthleticBox .subAthleticList li {
    width: 50%;
  }
  .subAthleticBox .subAthleticList li:not(:last-child) {
    margin-bottom: 10%;
  }
  .subAthleticBox .subAthleticList li a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .subAthleticBox .subAthleticList li a {
    display: block;
    transition: opacity 0.8s;
  }
  .subAthleticBox .subAthleticList li a:hover {
    opacity: 0.8;
  }
  .subAthleticBox img.pc {
    display: none !important;
  }
  .subAthleticBox img.sp {
    display: block !important;
  }
  .otherCaution {
    margin-top: 10px;
    font-size: 12px;
    line-height: 2;
  }
  .l-section.section-events.eventLead {
    padding-bottom: 10%;
  }
  .eventLead .challenge.hellowoods {
    max-height: none;
  }
  .bnrBox {
    margin: 0 40px 15%;
    text-align: center;
    padding-bottom: 0;
  }

  .bnrBox.mb_min {
    margin-bottom: 7%;
  }
  .bnrBox a {
    display: block;
    margin-bottom: 10%;
  }
  .bnrBox a .bnr-caution {
    display: block;
    margin-top: 3%;
    font-size: 12px;
    text-align: center;
    color: #333;
  }
  .bnrBox a:last-child {
    margin-bottom: 0;
  }
  .bnrBox.pageTop {
    margin: 0 40px 5%;
  }
  .hashTagBox {
    margin: 0 auto 35px;
    border: 2px solid #d5d5d5;
    padding: 5%;
  }
  .hashTagBox h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto 15px;
    letter-spacing: 0.10em;
  }
  .hashTagBox h4 span {
    background-image: -webkit-gradient(0deg, #c3e8d8 19.44%, #ffffff 19.44%, #ffffff 50%, #c3e8d8 50%, #c3e8d8 69.44%, #ffffff 69.44%, #ffffff 100%);
    background-image: linear-gradient(0deg, #c3e8d8 19.44%, #ffffff 19.44%, #ffffff 50%, #c3e8d8 50%, #c3e8d8 69.44%, #ffffff 69.44%, #ffffff 100%);
    background-size: 32.00px 32.00px;
  }
  .hashTagBox .text {
    font-size: 12px;
    font-weight: bold;
  }
  .ttlSub {
    padding: 5%;
    background: #f2faf5;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto 7%;
    color: #333;
  }
  .ttlSub span {
    font-size: 16px;
    color: #00a040;
    display: block;
  }
  .ttlSub03 {
    padding: 5%;
    background: #ffffd8;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto 7%;
    color: #333;
  }
  .ttlSub03 span {
    font-size: 16px;
    color: #716e2e;
    display: block;
  }
  .cmBox {
    margin-bottom: 50px;
  }
  .cmMainImg {
    margin: 0 auto 30px;
  }
  .cmMainImg img {
    width: 100%;
    display: block;
  }
  .csTtl {
    margin: 0 auto 50px;
    text-align: center;
  }
  .csTtl .text {
    background: -webkit-gradient(linear, left top, right top, from(#027cc3), to(#09a046));
    background: linear-gradient(to right, #027cc3 0%, #09a046 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    letter-spacing: 5px;
    font-size: 14px;
    font-weight: bold; /* margin-bottom: 20px;*/
  }
  _:-ms-fullscreen, :root .csTtl .text {
    background: none;
    color: #00a040;
  }
  .csTtl .img {
    display: inline-block;
    width: 80%;
  }
  .csTtl .img img {
    display: block;
    width: 100%;
  }
  .youtubeBox {
    width: 100%;
    margin: 0 auto;
  }
  .innerYoutube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .innerYoutube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .titleEventLabel {
    font-size: 16px;
  }
  .titleEventLabel span {
    font-size: 14px;
    padding: 5px;
  }
  .mv-heading.hellowoods-mv-heading .heading-subtext {
    position: relative;
    bottom: 0px;
    font-size: 30px;
  }
  .button {
    font-size: 11px;
    max-width: 400px;
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .btn_gray {
    text-align: center;
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    background: #f2f2f2;
    margin-top: 50px;
  }
  .btn_gray::before {
    content: "";
    background: #f2f2f2;
    position: absolute;
    bottom: -6px;
    left: 6px;
    box-sizing: border-box;
    width: calc(100% - 12px);
    height: calc(100% + 12px);
  }
  .btn_gray span {
    position: relative;
    z-index: 2;
    padding: 10px;
    display: block;
    font-size: 11px;
    text-align: center;
  }
  .btn_gray span::before {
    content: "";
    display: block;
    width: calc(100% - 1px);
    height: 100%;
    border: dotted 1px #333;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .btn_gray span::after {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: calc(100% + 10px);
    border: dotted 1px #333;
    position: absolute;
    bottom: -5px;
    left: 5px;
  }
  /*-- ページ上部のアンカーボタン
----------------------------------------------*/
  ul.btn-list {
    list-style: none;
    margin: 0 auto 10%;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    color: #333;
    font-weight: bold;
  }
  ul.btn-list li {
    width: 45%;
    margin: 5% 1% 0 1%;
    position: relative;
    font-size: 3.7vw !important;
    text-align: center;
  }
  ul.btn-list li a {
    transition: all 0.6s;
    color: #333;
    /*background-image: -webkit-gradient(0deg, #c6daed 19.44%, #ffffff 19.44%, #ffffff 50%, #c6daed 50%, #c6daed 69.44%, #ffffff 69.44%, #ffffff 100%);
    background-image: linear-gradient(0deg, #c6daed 19.44%, #ffffff 19.44%, #ffffff 50%, #c6daed 50%, #c6daed 69.44%, #ffffff 69.44%, #ffffff 100%);
    background-size: 32.00px 32.00px;*/
	  background: linear-gradient(transparent 85%, #c6daed 15%);
  margin: 0 auto 50px;
  padding: 0 10px 0 10px;
    min-width: initial;
    position: relative;
    width: 100%;
	  display: flex;
	  justify-content: space-around;
	  align-items: center;
  }
  ul.btn-list li a::after {}
  ul.btn-list li a:hover {
    opacity: 0.7;
  }
  /*	ul.btn-list li:nth-of-type(1),
	ul.btn-list li:nth-of-type(2){
		padding-top: 1em;
	}
	*/
  ul.btn-list li a span.tab_date {
    display: block;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    top: 50px;
    margin: auto;
    left: 0;
    right: 0;
  }
  /*-- アコーディオン
----------------------------------------------*/
  .contactAccordionBtn .button-icon {
    width: 14px;
    height: 14px;
    transition: none;
  }
  .contactAccordionBtn .button-icon .inner {
    width: 14px;
    height: 14px;
    position: relative;
    display: block;
    transition: all 0.5s;
  }
  .contactAccordionBtn:hover .button-icon {
    transform: none;
  }
  .contactAccordionBtn .button-icon .inner::before {
    content: "";
    display: block;
    height: 2px;
    width: 14px;
    background: #cccccc;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    transition: all 0.5s;
  }
  .contactAccordionBtn .button-icon .inner::after {
    content: "";
    display: block;
    height: 14px;
    width: 2px;
    background: #cccccc;
    position: absolute;
    left: calc(50% - 1px);
    top: 0;
    transition: all 0.5s;
  }
  .contactAccordionBtn.active .button-icon .inner {
    transform: rotate(360deg);
  }
  .contactAccordionBtn.active .button-icon .inner::before {}
  .contactAccordionBtn.active .button-icon .inner::after {
    opacity: 0;
    transform: scaleY(0)
  }
  .contactOpenBox {
    display: none;
    padding-top: 20px;
  }
  .contactOpenBox .ttl {
    font-size: 13px;
    font-weight: bold;
    margin: 40px auto 15px;
  }
  .contactOpenBox .ttl:first-child {
    margin-top: 0;
  }
  .contactOpenBox .ttl::before {
    content: "\25A0";
    color: #00a040;
    margin-right: 7px;
  }
  .contactOpenBox .linkList {
    border-top: 1px dashed #d5d5d5;
  }
  .contactOpenBox .linkList li {
    border-bottom: 1px dashed #d5d5d5;
    padding: 10px 3px;
    font-size: 10.5px;
    font-weight: bold;
    display: flex;
    width: 100%;
    box-sizing: border-box;
  }
  .contactOpenBox .linkList li .text {
    display: block;
    width: 140px;
  }
  .contactOpenBox .linkList li a {
    display: inline-block;
    margin-left: 10px;
    color: #00a040;
    text-decoration: underline;
    text-align:
      right;
  }
  .contactOpenBox .caution {
    margin-top: 30px;
    font-size: 10px;
    line-height: 2;
  }
  .seasonAchordion .events-list {
    display: none;
  }
  .seasonAchordion .seasonAchordionBtn {
    position: relative;
    cursor: pointer;
  }
  .seasonAchordion .seasonAchordionBtn::before {
    content: "";
    display: block;
    height: 16px;
    width: 2px;
    background: #00a040;
    position: absolute;
    right: 17px;
    top: calc(50% - 8px);
    transition: all 0.5s;
  }
  .seasonAchordion .seasonAchordionBtn::after {
    content: "";
    display: block;
    height: 2px;
    width: 16px;
    background: #00a040;
    position: absolute;
    right: 10px;
    top: calc(50% - 1px);
    transition: all 0.5s;
  }
  .seasonAchordion .seasonAchordionBtn.active::before {
    transform: rotate(360deg) scale(0);
  }
  .seasonAchordion .seasonAchordionBtn.active::after {
    transform: rotate(360deg)
  }
  .btnUnder {
    margin: 15px 0 0;
    font-size: 12px;
  }
  .btnUnder a {
    text-decoration: underline;
    color: #00a040;
    margin-top: 10px;
    display: block;
  }
  .btnUnder.bold {
    font-weight: bold;
  }
  .eventOpenBox02 {
    border: 1px solid #c21500;
    border-image: linear-gradient(to right, #027cc3 0%, #09a046 100%);
    border-image-slice: 1;
  }
  .eventOpenBtn02 {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 3vw 5vw 3vw 3vw;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, right top, from(#027cc3), to(#09a046));
    background: linear-gradient(to right, #027cc3 0%, #09a046 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    transition: opacity 0.8s;
    position: relative;
  }
  .eventOpenBtn02 .main {
    display: block;
    font-size: 13px;
    margin-bottom: 1%;
  }
  .eventOpenBtn02 .sub {
    display: block;
    font-size: 11px;
  }
  .eventOpenBtn02::before {
    content: "";
    display: block;
    width: 3.5vw;
    height: 1px;
    background: #00a040;
    position: absolute;
    right: min(4vw, 15px);
    top: calc(50% - 0.5px);
    transform: rotate(90deg);
    transition: all 0.5s;
  }
  .eventOpenBtn02::after {
    content: "";
    display: block;
    width: 3.5vw;
    height: 1px;
    background: #00a040;
    position: absolute;
    right: min(4vw, 15px);
    top: calc(50% - 0.5px);
  }
  .eventOpenBtn02.active::before {
    transform: rotate(90deg) scale(0);
    opacity: 0;
  }
  .eventOpenBtn02 .eventCloseBox02 {
    display: none;
  }
  .eventCloseBox02 {
    padding-top: 0;
    display: none;
    background: #f2faf5;
    padding: 5%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .innerEventCloseBox02-01 {
    background: #fff;
    border-radius: 10px;
    padding: 15px 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .reservation-event-list {
    list-style: none;
    padding: 0 5% 5%;
    display: flex;
    flex-wrap: wrap;
  }
  .innerEventCloseBox02-01 > .reservation-event-list {
    margin-bottom: 60px;
  }
  .innerEventCloseBox02-02 {
    border-bottom: 1px dotted #8d6f42;
    margin-bottom: 20px;
  }
  .innerEventCloseBox02-02:first-child {
    padding-top: 20px;
    border-top: 1px dotted #8d6f42;
  }
  .innerEventCloseBox02-02:last-child {
    margin: 0;
  }
  .innerEventCloseBox02-02 .ttl {
    margin-bottom: 0;
    color: #eb656b;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    padding: 0
  }
  .reservation-event-list li {
    display: block;
    margin: 2px 12px 2px 0;
    font-size: 10px;
    font-weight: bold;
  }
  .reservation-event-list li a {
    white-space: nowrap;
    display: inline-block;
    color: #333333;
    position: relative;
    padding-right: 8px;
    transition: color 0.4s;
    line-height: 1;
  }
  .reservation-event-list li span {
    border: 1px solid #00a040;
    padding: 2px 3px;
    display: inline-block;
    font-size: 9px;
    color: #00a040;
    margin: 0 0 2px;
    border-radius: 50px;
    line-height: 1;
  }
  .reservation-event-list li a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    transition: all 0.4s;
  }
  .reservation-event-list li a:hover {
    color: #09a046;
  }
  .reservation-event-list li a:hover::after {
    border-top: 1px solid #09a046;
    border-right: 1px solid #09a046;
  }
  .reservation-Caution {
    margin-top: 10px;
    font-size: 9px;
    line-height: 2;
    padding: 0 5%;
  }
  .innerEventCloseBox02-03 {
    background: #eff8f9;
    margin: 10px auto 10px;
    box-sizing: border-box;
    padding: 5%;
    border-radius: 5px;
  }
  .innerEventCloseBox02-03 .ttl {
    margin-bottom: 0;
    color: #eb656b;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
  }
  .innerEventCloseBox02-03 .reservation-event-list {
    padding: 0;
  }
  .innerEventCloseBox02-03 .text {
    margin: 5px auto 0;
    font-size: 10px;
  }
  /*-- GW
----------------------------------------------*/
  #working-cars {
    margin-top: 60px;
  }
  #gw {
    margin-top: 60px;
  }
  .scheduleBox {
    margin: 30px auto;
  }
  .ttl {
    text-align: center;
    margin: 0 auto 15px;
  }
  .ttl span {
    background: -webkit-gradient(linear, left top, right top, from(#027cc3), to(#09a046));
    background: linear-gradient(to right, #027cc3 0%, #09a046 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
  }
  .bdrSchedule {
    background: url("../images/events/bg-schedule.jpg") repeat center top;
    width: 100%;
    padding: 5% 5% 20px;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0 auto;
  }
  .bdrSchedule .attention {
    margin-top: 20px;
    font-size: 9px;
    text-align: left;
    padding: 0 5%;
  }
  .innerSchedule {
    background: #fff;
    border-radius: 10px;
    padding: 15px 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .innerSchedule dl {
    border-bottom: 1px dotted #8d6f42;
    padding: 10px 0 10px 0;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    position: relative;
    align-items: center;
  }
  .innerSchedule dl:first-of-type {
    border-top: 1px dotted #8d6f42;
  }
  .innerSchedule dl.everyday {
    border-top: 3px double #8d6f42;
    border-bottom: 3px double #8d6f42;
  }
  .innerSchedule dl::after {
    content: "";
    display: block;
    height: calc(100% - 20px);
    width: 1px;
    background: #8d6f42;
    position: absolute;
    top: 10px;
    left: 50px;
  }
  .innerSchedule dl dt {
    width: 50px;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
  }
  .innerSchedule dl dt.green {
    color: #57b859;
  }
  .innerSchedule dl dt.blue {
    color: #027cc3;
  }
  .innerSchedule dl dt.pink {
    color: #eb656b;
  }
  .innerSchedule dl dt b.green {
    color: #57b859;
  }
  .innerSchedule dl dt b.blue {
    color: #027cc3;
  }
  .innerSchedule dl dt b.pink {
    color: #eb656b;
  }
  .innerSchedule dl dt b {
    margin-bottom: 5px;
    display: block;
  }
  .innerSchedule dl dt b:last-child {
    margin-bottom: 0;
  }
  .innerSchedule dl dt span {
    font-size: 10px;
    display: block;
  }
  .innerSchedule dl dd {
    width: calc(100% - 60px);
  }
  .innerSchedule dl dd ul {
    width: 100%;
    display: block;
    align-items: center;
  }
  .innerSchedule dl dd ul li {
    display: block;
    margin: 0 0 7px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
  }
  .innerSchedule dl dd ul li:last-child {
    margin: 0;
  }
  .innerSchedule dl dd .text {
    margin-bottom: 5px;
    color: #eb656b;
    font-weight: bold;
    font-size: 12px;
  }
  .innerSchedule dl dd .link {
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
  }
  .innerSchedule dl dd .link a {
    text-decoration: none;
    color: #333;
    transition: color 0.4s;
  }
  .innerSchedule dl dd .link a:hover {
    color: #09a046;
  }
  .innerSchedule dl dd ul li a {
    white-space: wrap;
    display: inline-block;
    color: #333333;
    position: relative;
    padding-right: 8px;
    transition: color 0.4s;
    line-height: 1.4;
    font-feature-settings: "palt"1;
  }
  .innerSchedule dl dd ul li a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    transition: all 0.4s;
  }
  .innerSchedule dl dd ul li a:hover {
    color: #09a046;
  }
  .innerSchedule dl dd ul li a:hover::after {
    border-top: 1px solid #09a046;
    border-right: 1px solid #09a046;
  }
  /*-- 働く車リスト
----------------------------------------------*/
  section#kuruma-list {
    letter-spacing: 0.1em;
  }
  .ttlSub02 {
    font-size: 15px;
    text-align: center;
    margin: 12% auto 7%;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, right top, from(#027cc3), to(#09a046));
    background: linear-gradient(to right, #027cc3 0%, #09a046 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .ttlSub02.mt100 {
    margin: 20% auto 7%;
  }
  .medama-area {
    width: 100%;
    padding: 7% 5%;
    margin-bottom: 5%;
    background: #f2faf5;
    box-sizing: border-box;
  }
  ul.kuruma-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto !important;
    padding: 0 !important;
    justify-content: center;
  }
  ul.kuruma-list li {
    width: 47%;
    margin: 7% 5% 0 0 !important;
    padding: 0;
    font-size: 11px;
    text-align: left;
  }
  ul.kuruma-list li:nth-child(2n), ul.kuruma-list li:last-child {
    margin-right: 0 !important;
  }
  ul.kuruma-list li:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  ul.kuruma-list li p.img {
    margin-bottom: 3%;
  }
  ul.kuruma-list li p.name {
    font-weight: bold;
    margin: 0 0 3%;
    text-align: center;
  }
  ul.kuruma-list li p.name span.new {
    font-weight: bold;
    margin: 0 0 3%;
    text-align: center;
    color: #00a040;
  }
  .medama-area ul.kuruma-list li p.name {
    font-size: 110%;
  }
  ul.kuruma-list li p.sponsor {
    font-size: 90%;
    text-align: center;
  }
  ul.kuruma-list li p.starringttl {
    font-weight: bold;
    color: #00a040;
    margin-bottom: 5%;
  }
  ul.kuruma-list li p.starringBox {
    font-size: 90%;
    margin: 0;
  }
  #kuruma-list .eventOpenBtn {
    width: 100%;
    margin: 10% auto 0;
    color: #333;
    font-weight: bold;
    position: relative;
    font-size: 13px;
    text-align: center;
  }
  #kuruma-list .eventOpenBtn span {
    background-image: -webkit-gradient(0deg, #c3e8d8 19.44%, #ffffff 19.44%, #ffffff 50%, #c3e8d8 50%, #c3e8d8 69.44%, #ffffff 69.44%, #ffffff 100%);
    background-image: linear-gradient(0deg, #c3e8d8 19.44%, #ffffff 19.44%, #ffffff 50%, #c3e8d8 50%, #c3e8d8 69.44%, #ffffff 69.44%, #ffffff 100%);
    background-size: 100% 32.00px;
  }
  #kuruma-list .eventOpenBtn span::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../images/plus-b.png);
    background-size: contain;
  }
  #kuruma-list .eventOpenBtn.active span::after {
    background-image: url(../images/minus-b.png);
  }
  #kuruma-list .eventCloseBox {
    padding-top: 7%;
    display: none;
  }
  .kuruma-list-cau {
    text-align: center !important;
    margin: 5% auto 0;
    font-size: 65%;
  }
  ul.caulist {
    width: auto;
    margin: 15% auto 0;
    list-style: none;
  }
  ul.caulist li {
    font-size: 11px;
    line-height: 140%;
    margin-bottom: 5px;
  }
  ul.caulist li:last-child {
    margin-bottom: 0;
  }
  .sponsorBox {
    margin: 10% auto 15%;
    border: 2px solid #d5d5d5;
    padding: 5%;
    font-size: 12px;
    line-height: 160%;
  }
  .sponsorBox h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto 10px;
    letter-spacing: 0.10em;
  }
  .sponsorBox h4 span {
    background-image: -webkit-gradient(0deg, #c3e8d8 19.44%, #ffffff 19.44%, #ffffff 50%, #c3e8d8 50%, #c3e8d8 69.44%, #ffffff 69.44%, #ffffff 100%);
    background-image: linear-gradient(0deg, #c3e8d8 19.44%, #ffffff 19.44%, #ffffff 50%, #c3e8d8 50%, #c3e8d8 69.44%, #ffffff 69.44%, #ffffff 100%);
    background-size: 32.00px 32.00px;
  }
  .sponsorBox a {
    color: #00a040;
    text-decoration: underline;
  }
  .sponsorBox a:hover {
    color: #00a040;
    text-decoration: underline;
  }
  .fs-small {
    font-size: 80%;
  }
  .fw-bld {
    font-weight: bold !important;
  }
  .spmb00 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .spmb05 {
    margin-bottom: 5% !important;
    padding-bottom: 5% !important;
  }
  .sp-ws {
    white-space: nowrap !important;
  }
  /*-----------------------------
activityLink
-----------------------------*/
  .activityLink {
    width: 80%;
    list-style: none;
    margin: 0 auto 15px;
    max-width: 320px;
  }
  .activityLink.mb {
    margin-bottom: 50px;
  }
  .activityLink.mt {
    margin-top: 10px;
  }
  .activityLink.wide {
    margin-left: 40px;
    margin-right: 40px;
    width: calc(100% - 80px);
    max-width: 100%;
  }
  .activityLink.wide a {
    width: 100%;
  }
  .activityLink.w100 {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .activityLink.w100 a {
    width: 100%;
  }
  .activityLink.wide-max {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .activityLink.wide-max a {
    width: 100%;
  }
  .activityLink a {
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 3vw 5vw 3vw 3vw;
    box-sizing: border-box;
    background: -webkit-gradient(linear, left top, right top, from(#027cc3), to(#09a046));
    background: linear-gradient(to right, #027cc3 0%, #09a046 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    border: 1px solid #c21500;
    border-image: linear-gradient(to right, #027cc3 0%, #09a046 100%);
    border-image-slice: 1;
    transition: opacity 0.8s;
    position: relative;
  }
  .activityLink a:hover {
    opacity: 0.8;
  }
  .activityLink a::after {
    content: "";
    width: 3.5vw;
    height: 1.4vw;
    background: url("../images/events/arrow-green.svg") no-repeat center center;
    background-size: cover;
    position: absolute;
    right: min(4vw, 15px);
    top: calc(50% - 0.7vw);
  }
  .activityLink a .main {
    display: block;
    font-size: 13px;
    margin-bottom: 1%;
  }
  .activityLink a .sub {
    display: block;
    font-size: 11px;
  }
  /*-- 終了対応
----------------------------------------------*/
  #secInfo {
    width: auto;
    padding: 3% 3% 5%;
    text-align: center;
    background: #F5F5F5;
    font-family: "ヒラギノ角ゴ Pro", "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "-apple-system", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  }
  #secInfo p {
    width: 100% !important;
    text-align: center;
    font-size: 11px !important;
    color: #E50012 !important;
    margin: 0 auto;
    line-height: 1;
    height: 42px;
    padding: 15px 3%;
    border: #E50012 solid 2px;
    box-sizing: border-box;
    background: #FFF;
  }
}
/* 追加*/
.caption001 {
  font-size: 11px;
  line-height: 140%;
  margin-top: 10px;
  display: inline-block;
}
.logo-event {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 160px;
}
@media screen and (max-width: 749px) {
  .logo-event {
    width: 70%;
    margin-top: 100px;
  }
}
body .trmWrapper {
  position: relative;
}
#page-top {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 200;
}
#page-top p {
  margin: 0;
  padding: 0;
}
#page-top p img {
  width: 50px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#page-top p:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#move-page-top {
  text-decoration: none;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  #page-top {
    width: 40px;
    height: 40px;
    display: none;
    position: fixed;
    right: 3%;
    bottom: 5%;
    z-index: 200;
  }
  #page-top p {
    margin: 0;
    padding: 0;
  }
  #page-top p img {
    width: 100%;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #page-top p:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  #move-page-top {
    text-decoration: none;
    display: block;
    cursor: pointer;
  }
}
a.link001 {
  color: #00a040;
  text-decoration: underline;
}
#footer {
  margin: 30px auto;
  overflow: hidden;
  width: 980px;
  font-family: "ヒラギノ角ゴ Pro", "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "-apple-system", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
}
#footer {
  overflow: hidden;
  padding-bottom: 30px;
  margin: 20px auto 10px auto;
  width: 94%;
  background: #ffffff;
}
/* #footer p.note { font-size: 12px; text-align: left; float: left; line-height: 150%;} */
#footer p.note {
  font-size: 12px;
  text-align: left;
  float: left;
  color: #000;
  width: 96% !important;
  max-width: 96% !important;
  line-height: 140%;
}
#footer.footer-notes {
  margin-bottom: 50px;
}
@media screen and (min-width: 750px) {
  #footer {
    margin: 30px auto;
    overflow: hidden;
    width: 980px;
  }
  #footer p.note {
    font-size: 12px;
    float: left;
    text-align: center;
    line-height: 150%;
  }
  #footer.footer-notes {
    margin-bottom: 50px;
    margin-bottom: 80px;
  }
}
.subpage {
  margin-bottom: 0;
}
/* スクロールダウン */
/*@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');*/
html {
  /* scroll-behavior: smooth;*/
}
.scroll_down {
  position: relative;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 80px;
  margin-bottom: 110px;
}
.scroll_down:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, rgba(#000, 0) 0, rgba(#000, .8) 80%, rgba(#000, .8) 100%);
}
.scroll_down a {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  z-index: 2;
  width: 11px;
  font-weight: bold;
  padding: 10px 10px 55px;
  color: #000;
  font-size: 10px;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: .2s;
  overflow: hidden;
  margin: auto;
}
.scroll_down a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 65%;
  width: 2px;
  height: 50px;
  background: #ddd;
}
.scroll_down a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 65%;
  width: 2px;
  height: 50px;
  background: #000;
}
.scroll_down a:hover {
  opacity: .5;
}
#type01 a:after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.athleticSubTitle {
  text-align: center;
  font-size: 26px;
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
}
.athleticSubTitle span {
  display: inline-block;
  background: linear-gradient(transparent 70%, #c3e8d8 30%);
}
@media screen and (max-width: 749px) {
  .athleticSubTitle {
    font-size: 16px;
  }
  .athleticSubTitle span {
    display: inline;
  }
}

.boxVideo {
  width: 70%;
	margin-left: auto;
	margin-right: auto;
  aspect-ratio: 16 / 9;
}
.boxVideo iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 749px) {
	.boxVideo {
		width: 100%;
		margin-bottom: 20px;
	}
}


/* -------------------------------------------------------
 utilities
------------------------------------------------------- */
.u-mt0:not(:root) {
  margin-top: 0;
}
.u-mt10:not(:root) {
  margin-top: 10px;
}
.u-mt20:not(:root) {
  margin-top: 20px;
}
.u-mt30:not(:root) {
  margin-top: 30px;
}
.u-mt40:not(:root) {
  margin-top: 40px;
}
.u-mt50:not(:root) {
  margin-top: 50px;
}
.u-mt60:not(:root) {
  margin-top: 60px;
}
.u-mt70:not(:root) {
  margin-top: 70px;
}
.u-mt80:not(:root) {
  margin-top: 80px;
}
.u-mt90:not(:root) {
  margin-top: 90px;
}
.u-mt100:not(:root) {
  margin-top: 100px;
}
.u-mt140:not(:root) {
  margin-top: 140px;
}
.u-mtM10:not(:root) {
  margin-top: -10px;
}
.u-mtM20:not(:root) {
  margin-top: -20px;
}
.u-mtM30:not(:root) {
  margin-top: -30px;
}
.u-mtM40:not(:root) {
  margin-top: -40px;
}
.u-mtM50:not(:root) {
  margin-top: -50px;
}
.u-mtM60:not(:root) {
  margin-top: -60px;
}
.u-mtM70:not(:root) {
  margin-top: -70px;
}
.u-mtM80:not(:root) {
  margin-top: -80px;
}
.u-mtM90:not(:root) {
  margin-top: -90px;
}
.u-mtM100:not(:root) {
  margin-top: -100px;
}
.u-mb0:not(:root) {
  margin-bottom: 0;
}
.u-mb10:not(:root) {
  margin-bottom: 10px;
}
.u-mb20:not(:root) {
  margin-bottom: 20px;
}
.u-mb30:not(:root) {
  margin-bottom: 30px;
}
.u-mb40:not(:root) {
  margin-bottom: 40px;
}
.u-mb50:not(:root) {
  margin-bottom: 50px;
}
.u-mb60:not(:root) {
  margin-bottom: 60px;
}
.u-mb70:not(:root) {
  margin-bottom: 70px;
}
.u-mb80:not(:root) {
  margin-bottom: 80px;
}
.u-mb90:not(:root) {
  margin-bottom: 90px;
}
.u-mb100:not(:root) {
  margin-bottom: 100px;
}
.u-mbM10:not(:root) {
  margin-bottom: -10px;
}
.u-mbM20:not(:root) {
  margin-bottom: -20px;
}
.u-mbM30:not(:root) {
  margin-bottom: -30px;
}
.u-mbM40:not(:root) {
  margin-bottom: -40px;
}
.u-mbM50:not(:root) {
  margin-bottom: -50px;
}
.u-mbM60:not(:root) {
  margin-bottom: -60px;
}
.u-mbM70:not(:root) {
  margin-bottom: -70px;
}
.u-mbM80:not(:root) {
  margin-bottom: -80px;
}
.u-mbM90:not(:root) {
  margin-bottom: -90px;
}
.u-mbM100:not(:root) {
  margin-bottom: -100px;
}
.u-ml0:not(:root) {
  margin-left: 0;
}
.u-ml10:not(:root) {
  margin-left: 10px;
}
.u-ml20:not(:root) {
  margin-left: 20px;
}
.u-ml30:not(:root) {
  margin-left: 30px;
}
.u-ml40:not(:root) {
  margin-left: 40px;
}
.u-ml50:not(:root) {
  margin-left: 50px;
}
.u-ml60:not(:root) {
  margin-left: 60px;
}
.u-ml70:not(:root) {
  margin-left: 70px;
}
.u-ml80:not(:root) {
  margin-left: 80px;
}
.u-ml90:not(:root) {
  margin-left: 90px;
}
.u-ml100:not(:root) {
  margin-left: 100px;
}
.u-mr0:not(:root) {
  margin-right: 0;
}
.u-mr10:not(:root) {
  margin-right: 10px;
}
.u-mr20:not(:root) {
  margin-right: 20px;
}
.u-mr30:not(:root) {
  margin-right: 30px;
}
.u-mr40:not(:root) {
  margin-right: 40px;
}
.u-mr50:not(:root) {
  margin-right: 50px;
}
.u-mr60:not(:root) {
  margin-right: 60px;
}
.u-mr70:not(:root) {
  margin-right: 70px;
}
.u-mr80:not(:root) {
  margin-right: 80px;
}
.u-mr90:not(:root) {
  margin-right: 90px;
}
.u-mr100:not(:root) {
  margin-right: 100px;
}
.u-alLeft:not(:root) {
  text-align: left;
}
.u-alRight:not(:root) {
  text-align: right;
}
.u-alCenter:not(:root) {
  text-align: center;
}
@media screen and (min-width: 750px) {
  .u-sp {
    display: none;
  }
}