@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, img, table, tr, th, td, p {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  html { scroll-behavior: smooth;}
article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}
body {
  font-family: "ヒラギノ叔ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
}
.main a,
.header a{
  transition-property: opacity;
  transition-duration: 0.5s;
}
img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}


/* ---- プレゼントキャンペーン ---- */
.wrapper {
  max-width: 100%;
  width: 900px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.sp_none{
  display: block !important;
}
.pc_none{
  display: none !important;
}
.header{
  position: fixed;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .10);
  width: 100%;
  z-index: 2;
}
.header .header_nav{
  display: flex;
  justify-content: center;
  width: 682px;
  margin: 0 auto;
  gap: 65px;
  padding: 20px 0;
}
.header .header_nav .header_item{
  position: relative;
}
.header .header_nav .header_item::before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #F37236;
  border-right: 2px solid #F37236;
  position: absolute;
  transform: rotate(135deg);
  right: -20px;
}
.header .header_nav .header_item a{
  color: #F37236;
  font-weight: bold;
}
.mv-content{
  background:url(../img/pc_mvbg.jpg) no-repeat center center;
  height: 800px;
  background-size: cover;
  height: 100vh;
  min-height: 800px;
}
section{
  background:url(../img/border-bg.png) repeat-x center top;
}
.mv-content h1{
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  padding-top: 170px;
}
.mv-content .mv-btnarea{
  width: 600px;
  background: #fff;
  margin: 0 auto;
  padding: 40px;
  border-radius: 8px;
  box-sizing: border-box;
  display: none;
}
.mv-content .mv-btnarea .mv-title{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #F37236;
  position: relative;
  width: 245px;
  margin: 0 auto 24px;
}
.mv-content .mv-btnarea .mv-title:after,
.mv-content .mv-btnarea .mv-title:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #F37236;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(60deg) translateY(-50%);
  transform: rotate(60deg) translateY(-50%);
}
.mv-content .mv-btnarea .mv-title:after {
  left: auto;
  right: 0;
  -webkit-transform: rotate(-62deg) translateY(-50%);
  transform: rotate(-62deg) translateY(-50%);
}
.mv-content .mv-btnarea .mv-btn{
  margin-bottom: 15px;
}
.mv-content .mv-btnarea .mv-btn a{
  width: 249px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF5800;
  background: linear-gradient(90deg,rgba(255, 88, 0, 1) 0%, rgba(255, 194, 96, 1) 100%);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 8px;
}
.mv-content .mv-btnarea .mv-btn a:hover{
  
}
.mv-content .mv-btnarea .mv-period{
  text-align: center;
  font-size: 22px;
  color: #F20000;
  font-weight: bold;
}
.about {
  background-image: none;
}
.about .about_inr{
  display: flex;
  justify-content: space-between;
  background:url(../img/about_bg.png) no-repeat;
}
.about .about_inr .about_inr-text{
  width: 100%;
  height: 663px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  padding: 71px 110px;
}
.about .about_inr .about_inr-text .about_inr-textitem{
  width: 377px;
}
.about .about_inr .about_inr-text .about_inr-textitem h2{
  font-family:'Arial Black',sans-serif;
  font-size: 42px;
  font-weight: bold;
  color: #F37236;
  margin-bottom: 20px;
}
.about .about_inr .about_inr-text .about_inr-textitem h2 span{
  font-size: 12px;
  display: block;
}
.about .slideshow-fade{
  position: relative;
}
.about .about_inr .about_inr-text .about_inr-textitem .about_text{
  margin-bottom: 52px;
}
.about .about_inr .about_inr-text .about_inr-textitem .about_text p{
  line-height: 1.7;
  font-size: 14px;
}
.about .about_inr .about_inr-text .about_inr-textitem .about_event{
  background: #F37236;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
  position: relative;
}
.about .about_inr .about_inr-text .about_inr-textitem .about_event::before{
  content: "";
  position: absolute;
  background:url(../img/event01.svg) no-repeat center center;
  top: -25px;
  left: 50%;
  width: 102px;
  height: 32px;
  transform: translateX(-50%);
}
.about .about_inr .about_inr-text .about_inr-textitem .about_event:last-child:before{
  content: "";
  position: absolute;
  background:url(../img/event02.svg) no-repeat center center;
  top: -25px;
  left: 50%;
  width: 102px;
  height: 32px;
  transform: translateX(-50%);
}
.about .about_inr .about_inr-text .about_inr-textitem .about_event .about_eventtitle{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.about .about_inr .about_inr-text .about_inr-textitem .about_event p{
  font-size: 12px;
}
.about .about_inr .about_inr-slide{
  width: 90%;
}
.about .about_inr .about_inr-slide ul li{
  width: 100%;
}
.about .about_inr .about_inr-slide ul li img{
  object-fit: cover;
  width: 100%;
  height: 663px;
}
.event {
  padding: 140px 0 110px;
}
.event .event_inr{
  width: 670px;
  margin: 0 auto 0;
}
.event .event_inr .event_inr01{
  margin-bottom: 37px;
}
.event .event_inr h2{
  font-family:'Arial Black',sans-serif;
  font-size: 42px;
  font-weight: bold;
  color: #F37236;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
.event .event_inr .benefits_area .benefits_areatitle{
  margin-bottom: 55px;
}
.event.event03 .event_inr h2::before{
  content: none;
}
.event .event_inr h2::before{
  content: "";
  position: absolute;
  background:url(../img/event01.svg) no-repeat center center;
  top: -45px;
  left: 50%;
  width: 102px;
  height: 32px;
  transform: translateX(-50%);
}
.event.event02 .event_inr h2::before{
  background:url(../img/event02.svg) no-repeat center center;
}
.event .event_inr .event_inr01 .iframe_img{
  margin-bottom: 40px;
}
.event .event_inr .event_inr01 .event06_inr{
  border: 1px solid #F37236;

}
.event .event_inr .event_inr01 .event06_notestitle{
  color: #F37236;
  font-size: 24px;
  margin-bottom: 24px;
}



.event .event_inr .event_inr01-title{
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}
.event .event_inr .event_item{
  background: #FFE4C6;
  padding: 35px 40px;
  border-radius: 8px;
}
.event .event_inr .event_item p{
  color: #782020;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}
.event .event_inr .event_item dl{
  display: flex;
  font-size: 22px;
  margin-bottom: 20px;
  align-items: flex-start;
}
.event .event_inr .event_item dl:last-of-type{
  margin-bottom: 10px;
}
.event .event_inr .event_item dl:last-child{
  margin: 0;
  align-items: flex-start;
}
.event .event_inr .event_item dl dt{
  background: #782020;
  border-radius: 4px;
  color: #fff;
  margin-right: 16px;
  padding: 3px 15px;
  font-weight: bold;
}
.event .event_inr .event_item dl dd{
  color: #782020;
  font-weight: bold;
}
.event .event_inr .event_item dl dd span{
  display: block;
  font-size: 16px;
  margin-top: 8px;
}
.event .event_inr .event_item iframe{
  margin-top: 20px;
}

.event .event_inr .iframe_txt{
  font-size: 18px;
  color: #F20000;
  line-height: 1.3;
  margin: 10px 0 75px;
}
.event .event_inr .iframe_btn{
  width: 385px;
  margin: 15px auto 0;
}
.event .event_inr .iframe_btn a{
  width: 385px;
  display: block;
  text-align: center;
  border: 1px solid #006ECC;
  border-radius: 8px;
  padding: 20px 30px 20px 0;
  color: #006ECC;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
}
.event .event_inr .iframe_btn a::before{
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
  background: url(../img/rink_icon.svg) repeat-x center center;
}
.event .event_inr h3{
  font-family: 'Arial Black', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #006ECC;
  text-align: center;
  margin-bottom: 24px;
}
.event.event02 .event_inr .event_inr02{
  margin-bottom: 80px;
}
.event .event_inr .event_inr02 h3{
  font-family:'Arial Black',sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #F37236;
  text-align: center;
  margin-bottom: 20px;
}
.event .event_inr .event_item02{
  background: #FFE4C6;
  padding: 40px 40px;
  border-radius: 8px;
  position: relative;
}
.event .event_inr .event_item02::before{
  content: "";
  position: absolute;
  background: url(../img/event_inr02mc.png) no-repeat center center;
  background-size: 100%;
  top: -80px;
  right: 30px;
  width: 171px;
  height: 139px;
}
.event .event_inr .event_inr02.inr02_spot .event_item02{
  padding: 0;
  margin-bottom: 5px;
}
.event .event_inr .event_inr02.inr02_spot .inr02_spottext{
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}
.event .event_inr .event_item02 dl{
  border-bottom: 1px dotted #000;
  margin-bottom: 24px;
}
.event.event02 .event_inr .event_item02 dl{
  border: none;
  padding: 0;
  display: flex;
}
.event.event02 .event_inr .event_item02 dl:last-child{
  margin: 0;
}
.event .event_inr .event_item02 dl:first-child,
.event .event_inr .event_item02 dl:last-of-type{
  padding-bottom: 24px;
}
.event .event_inr .event_item02 dl:first-child dt,
.event .event_inr .event_item02 dl:last-of-type dt{
  margin: 0;
}
.event .event_inr .event_item02 dl dt{
  display: flex;
  font-size: 20px;
  color: #782020;
  font-weight: bold;
  margin-right: 16px;
  margin-bottom: 10px;
}
.event .event_inr .event_item02 dl dt > span{
  width: 95px;
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
}
.event .event_inr .event_item02 dl dt p{
  font-weight: bold;
}
.event .event_inr .event_item02 dl dt p span{
  font-size: 16px;
}
.event.event02 .event_inr .event_item02 dl dt{
  font-size: 12px;
  background: #26316A;
  color: #fff;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  width: 94px;
}
.event.event02 .event_inr .event_item02 dl dd{
  width: 480px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  color: #26316A;
}
.event.event02 .event_inr .event_item02 dl dd span{
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 8px;
  color: #26316A;
}
.event .event_inr .event_item02 dl dd{
  font-size: 14px;
  font-weight: normal;
  display: block;
  line-height: 1.4;
  padding-left: 117px;
  color: #782020;
  margin-bottom: 24px;
}
.event .event_inr .event_item02 .event_inr02text{
  font-size: 16px;
  font-weight: bold;
  color: #F20000;
  line-height: 1.4;
}
.event.event03{
  background-color: #FFFADE;
}
.fee_item {
  margin-bottom: 40px;
}
.fee_item .fee_itemtitle{
  font-family:'Arial Black',sans-serif;
  background: #4A97E8;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  padding: 18px 0;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.fee_item.feebox2{
  position: relative;
}
.fee_item.feebox2::before{
  content: "";
  position: absolute;
  background:url(../img/feebox2_img.png) no-repeat center center;
  top: -8px;
  left: -48px;
  width: 121px;
  height: 121px;
  z-index: 1;
}
.fee_item.feebox2 .fee_itemtitle{
  background: #FF7729;
}
.fee_item.feebox2 dl dd .fee_entrybtn a{
  background: #FF5800;
background: linear-gradient(90deg,rgba(255, 88, 0, 1) 0%, rgba(255, 194, 96, 1) 100%);
}
.fee_item .fee_itemtitle span{
  display: block;
  font-size: 24px;
  margin-top: 5px;
}
.fee_item.feebox2 .fee_itemtitle span:first-child{
  display: inline-block;
  font-size: 32px;
}
.fee_item .fee_itemtitle::before{
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-top: 15px solid #4A97E8;
  border-bottom: 0;
  transform: translateX(-50%);
}
.fee_item.feebox2 .fee_itemtitle::before{
  border-top: 15px solid #FF7729;
}
.fee_item dl dd{
  background: #fff;
  text-align: center;
  padding: 30px 0 10px;
  border-radius: 0 0 8px 8px;
}
.fee_item dl dd .fee_title{
  font-size: 42px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
}
.fee_item dl dd .fee_title span{
  font-size: 32px;
  font-weight: normal;
}
.fee_item dl dd .fee_text{
  font-size: 14px;
  padding: 0 24px;
  line-height: 1.7;
  text-align: left;
  margin-bottom: 13px;
  text-align: center;
}
.fee_item dl dd .fee_text span{
  color: #F20000;
  display: block;
  margin-top: 16px;
  text-align: left;
}
.fee_item.feebox3 dl dd .fee_text span{
  margin-top: 0;
}


.fee_item dl dd .fee_app{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 622px;
  margin: 0 auto 0;
  padding: 16px 0;
  border-top: 1px solid #CCCCCC;
}
.fee_item dl dd .fee_app p{
  color: #F37236;
  font-size: 16px;
  font-weight: bold;
  margin-right: 24px;
}
.fee_item dl dd .fee_applink{
  display: flex;
  justify-content: center;
  gap: 10px;
}
.fee_item dl dd .fee_applink .ios-btn{
  display: block;
  width: 142px;
  height: auto;
}
.fee_item dl dd .fee_applink .gp-btn{
  display: block;
  width: 158px;
  height: auto;
}

.fee_item dl dd .fee_entry{
  text-align: center;
}
.fee_item dl dd .fee_entry .fee_entrytitle{
  background: #F1F1F1;
  border-radius: 30px;
  width: 400px;
  padding: 13px 0;
  text-align: center;
  margin: 0 auto 29px;
  font-size: 24px;
  font-weight: bold;
}
.fee_item dl dd .fee_entry .fee_entrytext{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 27px;
}
.fee_item dl dd .fee_entrybtn{
  margin-bottom: 10px;
}
.fee_item dl dd .fee_entrybtn a{
  width: 418px;
  height: 62px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0F6AE9;
background: linear-gradient(90deg,rgba(15, 106, 233, 1) 0%, rgba(89, 189, 255, 1) 100%);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 8px;
}
.fee_item dl dd .fee_entrybtn a span{
  position: relative;
}
.fee_item dl dd .fee_entrybtn a span::after{
  content: "";
  position: absolute;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: -20px;
  transform: rotate(45deg) translateY(-50%);
  transition: .3s;
}
.fee_item dl dd .fee_entry .fee_entrybtn-period{
  margin-top: 15px;
  text-align: center;
  font-size: 22px;
  color: #F20000;
  font-weight: bold;
}
.benefits_area .benefits_areatitle{
  font-size: 42px;
  font-weight: bold;
  color: #006ECC;
  text-align: center;
  margin-bottom: 60px;
}
.benefits_area .benefits_areatitle::before{
  content: none !important;
}
.benefits_area .benefits_item{
  background: #FFE4C6;
  width: 670px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 45px 24px;
  border-radius: 8px;
  position: relative;
  margin-bottom: 60px;
  box-sizing: border-box;
}
.benefits_area .benefits_item:last-child{
  margin: 0;
}
.benefits_area .benefits_item::before{
  content: "";
  position: absolute;
  background:url(../img/benefits01.svg) no-repeat center center;
  top: -25px;
  left: 50%;
  width: 160px;
  height: 44px;
  transform: translateX(-50%);
}
.benefits_area .benefits_item:nth-child(3)::before{
  background:url(../img/benefits02.svg) no-repeat center center;
}
.benefits_area .benefits_item:nth-child(4)::before{
  background:url(../img/benefits03.svg) no-repeat center center;
}
.benefits_area .benefits_item:nth-child(5)::before{
  background:url(../img/benefits04.svg) no-repeat center center;
}
.benefits_area .benefits_item .benefits_img{
  width: 222px;
  margin-right: 24px;
}
.benefits_area .benefits_item .benefits_img img{
  width: 100%;
}
.benefits_area .benefits_item .benefits_contents{
  width: 376px;
}
.benefits_area .benefits_item .benefits_contents .benefits_title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #532020;
}
.benefits_area .benefits_item .benefits_contents .benefits_text{
  line-height: 1.7;
  font-size: 14px;
  color: #532020;
}
.benefits_area .benefits_item .benefits_contents .benefits_text span{
  display: block;
  font-size: 12px;
  margin-top: 14px;
}
.benefits_area .benefits_note{
  background: #fff;
  padding: 24px;
}
.benefits_area .benefits_note p{
  font-size: 14px;
  font-weight: bold;
  color: #F20000;
  line-height: 1.7;
}

.event.event04{
  background: #DBF9FF;
  position: relative;
}
.event.event04::before{
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  width: 100%;
  height: 13px;
  background: url(../img/bg-t.png) repeat-x center center;
  transform: translateX(-50%);
}
.event.event04::after{
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 100%;
  height: 13px;
  background: url(../img/bg-b.png) repeat-x center center;
  transform: translateX(-50%);
}
.event.event04 .event04_inr-text h2{
  font-family:'Arial Black',sans-serif;
  font-size: 42px;
  font-weight: bold;
  color: #006ECC;
  text-align: center;
  margin-bottom: 67px;
}
.event.event04 .event04_inr-textitem{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 80px;
}
.event.event04 .event04_inr-textitem .event04_dummy{
  width: 100%;
}
.event.event04 .event04_inr-textitem .event04_text{
  width: 570px;
  min-width: 570px;
  display: flex;
  margin-right: 50px;
  flex-wrap: wrap;
}
.event.event04 .event04_inr-textitem .event04_img{
  Width: 100%;
  max-width: 560px;
}
.event.event04 .event04_inr-textitem .event04_img img{
  width: 100%;
  height: auto;
  max-width: 560px;
  min-width: 353px;
}
.event.event04 .event04_inr-textitem .event04_text h3{
  font-family:'Arial Black',sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #006ECC;
  margin-bottom: 40px;
}
.event.event04 .event04_inr-textitem .event04_text p{
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.7;
}
.event.event04 .event04_inr-textitem .event04_text .event04_btn a{
  width: 385px;
  display: block;
  text-align: center;
  border: 1px solid #006ECC;
  border-radius: 8px;
  padding: 20px 30px 20px 0;
  color: #006ECC;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  box-sizing: border-box;
}
.event.event04 .event04_inr-textitem .event04_text .event04_btn a::before{
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
  background: url(../img/rink_icon.svg) repeat-x center center;
}
.event.event04 .event04_inr-text .event04_access{
  width: 670px;
  margin: 0 auto;
}
.event.event04 .event04_inr-text .event04_access h3{
  font-family:'Arial Black',sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #006ECC;
  text-align: center;
  margin-bottom: 24px;
}
.event.event04 .event04_inr-text .event04_access .event04_access-item{
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.event.event04 .event04_inr-text .event04_access .event04_access-item:last-child{
  margin: 0;
}
.event.event04 .event04_inr-text .event04_access .event04_access-item .access-title{
  font-size: 16px;
  font-weight: bold;
  color: #26316A;
  margin-bottom: 10px;
}
.event.event04 .event04_inr-text .event04_access .event04_access-item p{
  font-size: 14px;
  line-height: 1.7;
  color: #26316A;
}
.event.event05{
  padding: 80px 0;
  background-image: none;
}
.event.event05 .event05_inr{
  width: 100%;
  margin: 0 auto;
}
.event.event05 .event05_inr .event05_item{
  text-align: center;
  margin-bottom: 80px;
}
.event.event05 .event05_inr .event05_item:last-child{
  margin: 0;
}
.event.event05 .event05_inr .event05_item .event05_itemtitle{
  font-family:'Arial Black',sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #F37236;
  margin-bottom: 24px;
}
.event.event05 .event05_inr .event05_item .event05_itemtext{
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
}
.event.event05 .event05_inr .event05_item .event05_itembox{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  }
.event.event05 .event05_inr .event05_item .event05_itembox a {
  width: 320px;
  display: inline-block;
}
.event.event06{
  background: #F1F1F1;
  padding: 80px 0;
}
.event06_inr{
  width: 670px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
  padding: 24px 40px 30px;
  border-radius: 8px;
  box-sizing: border-box;
  border: 1px solid #F37236;
}
.event06_inr .event06_notestitle{
  font-family:'Arial Black',sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #F37236;
  margin-bottom: 24px;
  text-align: center;
}
.event06_inr .event06_notestext{
  font-size: 14px;
  line-height: 1.7;
  word-break: break-all;
  text-indent: -1em;
  padding-left: 1em;
}
.event06_inr .event06_notestext:first-of-type{
  padding: 0;
  text-indent: 0;
}
.event06_inr .event06_notestext.txtb{
  margin-bottom: 15px;
}
.fee_item.feebox4 .event06_inr{
  width: 670px;
  margin: 0 auto;
  text-align: left;
  background: #fff;
  padding: 40px 43px 40px;
  border-radius: 8px;
  box-sizing: border-box;
  border: none;
}
.fee_item.feebox4 .event06_inr .event06_notestitle{
  font-family:'Arial Black',sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #F37236;
  margin-bottom: 24px;
  text-align: center;
}
.fee_item.feebox4 .event06_inr .event06_notestext{
  font-size: 14px;
  line-height: 1.7;
  word-break: break-all;
  text-indent: inherit;
  padding: 0;
}
.event.event06 .event06_share{
  width: 670px;
  margin: 0 auto;
}
.event.event06 .event06_share .share_title{
  font-family:'Arial Black',sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #006ECC;
  text-align: center;
  margin-bottom: 24px;
}
.event.event06 .event06_share .share_content{
  display: flex;
  justify-content: center;
  gap: 32px;
}
.entry{
  display: none;
  position: fixed;
  bottom: 30px;
  right: 60px;
  z-index: 2;
}
.entry a{
  display: block;
  width: 180px;
  height: 180px;
  background: rgb(255,88,0);
  background: linear-gradient(90deg, rgba(255,88,0,1) 0%, rgba(255,194,96,1) 100%);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.4;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 25px;
  box-sizing: border-box;
}
.entry a::before{
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 45px;
  height: 45px;
  background:url(../img/entry_icon.svg) no-repeat center center;
  transform: translateX(-50%);
}

.header.UpMove{
  display: block;
	position: fixed;
	width:100%;
	animation: UpAnime 0.5s forwards;
}
.entry.UpMove{
  display: block;
	position: fixed;
	animation: UpAnime2 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
}
@keyframes UpAnime2{
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.header.DownMove{
  display: block;
	position: fixed;
	width:100%;
	animation: DownAnime 0.5s forwards;
}
.entry.DownMove{
  display: block;
	position: fixed;
	animation: DownAnime2 0.5s forwards;
}


.camp_note{
  position: relative;
}
.event06inr_areatxt{
  position: absolute;
  bottom: 20px;
  width: 90px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  color: #F37236;
  font-weight: bold;
}
.event06inr_areatxt::before{
  content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #F37236;
    border-right: 2px solid #F37236;
    position: absolute;
    transform: rotate(135deg);
    right: -15px;
    top: 3px;
}
.event06inr_areatxt.open{
  position: relative;
  width: 60px;
  margin: 0 auto;
  bottom: 30px;
  left: auto;
  transform: none;
}
.event06inr_areatxt.open::before{
  content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #F37236;
    border-right: 2px solid #F37236;
    position: absolute;
    transform: rotate(-45deg);
    right: -15px;
    top: 4px;
}
.event.event02 .event06_inr {
  position: relative;
  max-height: 274px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  padding: 24px 20px 50px;
}
.event.event02 .event06_inr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 55%);
  pointer-events: none;
  transition: opacity 0.3s;
}
.event.event02 .event06_inr.open {
  max-height: 1300px; /* 十分な高さに設定（またはnoneに） */
}
.event.event02 .event06_inr.open::after {
  opacity: 0;
} 











@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}
@keyframes DownAnime2{
  from {
  	opacity: 0;
  }
  to {
  	opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .sp_none{
    display: none !important;
  }
  .pc_none{
    display: block !important;
  }
  .header .header_nav{
    width: 100%;
    gap: 30px;
    padding: 15px 0 25px;
  }
  .header .header_nav .header_item{
    text-align: center;
    align-items: center;
    display: flex;
  }
  .header .header_nav .header_item::before{
    width: 6px;
    height: 6px;
    position: absolute;
    left: 50%;
    bottom: -11px;
    transform: translateX(-50%) rotate(135deg);
  }
  .header .header_nav .header_item a{
    font-size: 12px;
  }
  .mv-content{
    position: relative;
    background-image: none;
    height: auto;
    min-height: 670px;
  }
  .mv-content h1{
    margin: 0;
    padding: 0;
  }
  .mv-content h1 img{
    width: 100%;
  }
  .mv-content .mv-btnarea{
    width: 90%;
    padding: 24px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
  }
  .mv-content .mv-btnarea .mv-title{
    font-size: 20px;
    width: 202px;
    margin-bottom: 13px;
  }
  .mv-content .mv-btnarea .mv-btn a{
    width: 100%;
  }
  .mv-content .mv-btnarea .mv-period{
    font-size: 10px;
    line-height: 1.7;
    color: #333;
  }
  .about{
    height: 663px;
  }
  .about .about_inr .about_inr-text{
    padding: 24px;
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
  }
  .about .about_inr .about_inr-text .about_inr-textitem{
    width: 100%;
  }
  .about .about_inr .about_inr-text .about_inr-textitem h2{
    text-align: center;
    font-size: 28px;
  }
  .about .about_inr .about_inr-text .about_inr-textitem h2 span{
    font-size: 12px;
  }
  .about .about_inr .about_inr-text .about_inr-textitem .about_event{
    margin-bottom: 45px;
  }
  .about .about_inr .about_inr-text .about_inr-textitem .about_event:last-child{
    margin: 0;
  }
  .about .about_inr .about_inr-text .about_inr-textitem .about_event .about_eventtitle{
    font-size: 20px;
  }
  .about .about_inr{
    display: block;
    position: relative;
    background-image: none;
  }
  .about .about_inr .about_inr-slide{
    width: 100%;
  }
  .event{
    padding: 110px 0 76px;
  }
  .event .event_inr{
    width: 100%;
    padding: 0px 24px;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .event .event_inr h2{
    font-size: 28px;
    margin-bottom: 24px;
  }
  .event .event_inr .event_inr01-title{
    margin-bottom: 24px;
  }
  .event .event_inr .event_inr01 .iframe_img{
    margin-bottom: 24px;
  }
  .event .event_inr .event_item{
    padding: 24px;
  }
  .event .event_inr .event_item dl{
    display: block;
    margin-bottom: 28px;
  }
  .event .event_inr .event_item dl dt{
    margin-bottom: 8px;
    width: 112px;
    font-size: 20px;
    margin: 0 auto 8px;
  }
  .event .event_inr .event_item dl dd{
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
  }
  .event_inr01 iframe{
    height: 400px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 24px !important;
  }
  .event .event_inr .iframe_txt{
    margin: 10px 0 50px;
    font-size: 16px;
  }
  .event .event_inr .iframe_btn{
    width: 100%;
  }
  .event .event_inr .iframe_btn a{
    width: 100%;
  }
  .event .event_inr .event_item dl dd span{
    font-size: 14px;
    margin: 0;
  }
  .event .event_inr .event_item02::before{
    content: none;
  }
  .event .event_inr .event_item02 dl{
    display: block;
  }
  .event .event_inr .event_item02 dl:last-of-type{
    padding-bottom: 15px;
  }
  .event .event_inr .event_item02 dl dt{
    font-size: 18px;
    margin-right: 0;
    display: block;
    line-height: 1.4;
  }
  .event .event_inr .event_item02 dl dt span{
    width: 85px;
  }
  .event .event_inr .event_item02 dl dt p span{
    font-size: 14px;
  }
  .event .event_inr .event_item02 dl dd{
    padding: 0;
    width: 100%;
  }
  .event .event_inr .event_item02 .event_inr02text{
    font-size: 12px;
  }
  .event .event_inr .event_item02{
    padding: 24px 24px;
  }
  .event .event_inr .event_inr02.inr02_spot .event_item02{
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .event.event02 .event_inr .event_inr02:last-child{
    margin: 0;
  }
  .event.event02 .event_inr .event_item02 dl{
    display: block;
  }
  .event.event02 .event_inr .event_item02 dl dd{
    width: 100%;
  }
  .event.event03{
    background: url(../img/border-bg.png) repeat-x center top #FFFADE;
    padding: 70px 0 76px;
  }
  .event.event04{
    padding: 76px 0;
  }
  .event.event04 .event04_inr-text h2{
    font-size: 28px;
    margin-bottom: 32px;
  }
  .event.event04 .event04_inr-textitem{
    display: block;
    padding: 0 24px;
    margin-bottom: 76px;
  }
  .event.event04 .event04_inr-textitem .event04_text{
    width: 100%;
    display: block;
    min-width: auto;
    margin: 0;
  }
  .event.event04 .event04_inr-textitem .event04_text h3{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .event.event04 .event04_inr-textitem .event04_img{
    margin-bottom: 24px;
  }
  .event.event04 .event04_inr-textitem .event04_text .event04_btn a{
    width: 100%;
    line-height: 1.2;
    padding: 13px 0;
  }
  .event.event04 .event04_inr-textitem .event04_text .event04_btn a::before{
    position: absolute;
    top: 15px;
    right: 20px;
  }
  .event.event04 .event04_inr-textitem .event04_img img{
    max-width: none;
    min-width: auto;
  }
  .event.event04 .event04_inr-text .event04_access h3{
    font-size: 20px;
  }
  .fee_item .fee_itemtitle{
    font-size: 24px;
    padding: 16px 0;
  }
  .fee_item .fee_itemtitle span{
    font-size: 14px;
  }
  .fee_item dl dd{
    padding: 26px 24px 10px;
  }
  .fee_item dl dd .fee_title{
    font-size: 24px;
  }
  .fee_item dl dd .fee_title span{
    font-size: 24px;
  }
  .fee_item dl dd .fee_entrybtn a{
    width: 100%;
  }
  .fee_item.feebox2 dl dd .fee_entrybtn a{
    width: 100%;
  }
  .fee_item dl dd .fee_text{
    font-size: 12px;
    padding: 0;
  }
  .fee_item dl dd .fee_app{
    width: 100%;
    display: block;
  }
  .fee_item dl dd .fee_app p{
    margin: 0 0 14px;
  }
  .fee_item dl dd .fee_applink{

  }
  .fee_item.feebox4 .event06_inr{
    width: 100%;
    padding: 40px 24px;
  }
  .fee_item.feebox4 .event06_inr .event06_notestext{
    padding: 0;
  }

  .fee_item dl dd .fee_entry .fee_entrytitle{
    width: 100%;
    font-size: 18px;
    margin-bottom: 13px;
  }
  .fee_item dl dd .fee_entry .fee_entrytext{
    font-size: 18px;
    margin-bottom: 22px;
    line-height: 1.4;
  }
  .fee_item dl dd .fee_entry .fee_entrybtn a{
    width: 100%;
  }
  .fee_item dl dd .fee_entry .fee_entrybtn-period{
    font-size: 16px;
  }
  .benefits_area .benefits_item::before,
  .benefits_area .benefits_item:nth-child(3)::before,
  .benefits_area .benefits_item:nth-child(4)::before,
  .benefits_area .benefits_item:nth-child(5)::before{
    width: 144px;
    height: 39px;
    background-size: 100%;
  }
  .benefits_area .benefits_item{
    width: 100%;
    display: block;
    padding: 35px 24px;
  }
  .benefits_area .benefits_areatitle{
    margin-bottom: 55px !important;
  }
  .benefits_area .benefits_item .benefits_img{
    margin: 0;
    width: 100%;
    margin-bottom: 21px;
  }
  .benefits_area .benefits_item .benefits_contents{
    width: 100%;
  }
  .benefits_area .benefits_item .benefits_contents .benefits_title{
    text-align: center;
    font-size: 18px;
  }
  .event.event04 .event04_inr-text .event04_access{
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
  }
  .event.event05 .event05_inr{
    width: 100%;
  }
  .event.event05 .event05_inr .event05_item{
    margin-bottom: 70px;
  }
  .event.event05 .event05_inr .event05_item .event05_itemtitle{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .event.event05 .event05_inr .event05_item .event05_itemtext{
    font-size: 20px;
  }
  .event.event06{
    padding: 80px 24px 170px;
  }
  .event06_inr{
    width: 100%;
    padding: 24px;
    margin-top: 30px;
  }
  .event.event02 .event06_inr.open{
    max-height: max-content;
  }
  .event.event06 .event06_share{
    width: 100%;
  }
  .event06_inr .event06_notestitle{
    margin-bottom: 24px;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .entry {
    bottom: 20px;
    right: 24px;
  }
  .entry a{
    width: 100px;
    height: 100px;
    font-size: 12px;
  }
  .entry a::before{
    bottom: 13px;
    width: 35px;
    height: 35px;
    background-size: 100%;
  }
  .event_inr02mc{
    width: 171px;
    margin: 0 auto 25px;
  }
  .event .event_inr .event_item02 dl:first-child{
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .event .event_inr .event_item02 dl dd{
    margin-bottom: 15px;
  }
  .event .event_inr .event_item02 dl{
    margin-bottom: 15px;
  }
  .event .event_inr .event_item p{
    font-size: 12px;
  }
  .fee_item.feebox2 .fee_itemtitle{
    padding-left: 60px;
  }
  .fee_item.feebox2 .fee_itemtitle span:first-child{
    font-size: 18px;
  }
  .fee_item.feebox2::before{
    content: "";
    position: absolute;
    top: -5px;
    left: -20px;
    width: 85px;
    height: 85px;
    z-index: 1;
    background-size: 100%;
  }
}

@media screen and (max-width: 979px) {
  .event.event04{
    padding: 76px 0;
  }
  .event.event04 .event04_inr-text h2{
    font-size: 28px;
    margin-bottom: 32px;
  }
  .event.event04 .event04_inr-textitem{
    display: block;
    padding: 0 24px;
    margin-bottom: 76px;
  }
  .event.event04 .event04_inr-textitem .event04_text{
    width: 100%;
    display: block;
    min-width: auto;
    margin: 0;
  }
  .event.event04 .event04_inr-textitem .event04_text h3{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .event.event04 .event04_inr-textitem .event04_img{
    margin: 0 auto 24px;
  }
  .event.event04 .event04_inr-textitem .event04_text .event04_btn a{
    width: 100%;
    line-height: 1.2;
    padding: 13px 0;
  }
  .event.event04 .event04_inr-textitem .event04_text .event04_btn a::before{
    position: absolute;
    top: 15px;
    right: 20px;
  }
  .event.event04 .event04_inr-textitem .event04_img img{
    max-width: none;
    min-width: auto;
    border-radius: 8px;
  }
  .event.event04 .event04_inr-text .event04_access h3{
    font-size: 20px;
  }
  .event.event04 .event04_inr-textitem .event04_img.sp_none{
    display: none !important;
  }
  .event.event04 .event04_inr-textitem .event04_img.pc_none{
    display: block !important;
  }
}