@charset "utf-8";

/* ヘッダー */
header {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 100%;
  padding: 44px 0 0 0;
  background-color: #149d48;
}
header #keyvisual {
  position: relative;
  margin: 0 auto;
  background-image: url("../img/main.jpg");
  background-repeat: no-repeat;
  /*background-position: 0 0;*/
  background-position: center;
  background-size: contain;
  padding-top: 140.62%;
  width: 100%;
  background-color: #149d48;
}

header #keyvisual.pc {
  display: none;
}

header #keyvisual.sp {
  display: block;
}

header #keyvisual.sp_yoko {
  display: block;
  background-image: url("../img/main_pc.jpg");
  padding-top: 54.166%;
}

/* 期間 */
#term {
  padding: 10px 0;
  background-color: rgba(0, 94, 32, 0.6);
  color: #fff;
  text-align: center;
}
#term .size_max {
  font-weight: bold;
  /*padding: 0 0 10px 0;*/
  font-size: 0.18rem;
}
#term .size_min {
  font-size: 80%;
}

#eventwari {
  margin-top: 10px;
  padding: 10px 0;
  background-color: rgba(0, 94, 32, 0.6);
  color: #fff;
  text-align: center;
}
#eventwari img {
  margin: auto;
  width: 90%;
  max-width: 600px;
}

#eventwari .size_max {
  font-weight: bold;
  padding: 14px 0;
  font-size: 0.22rem;
}
#eventwari .size_min {
  font-size: 80%;
}

/* キャッチコピー */
#about {
  position: relative;
  margin: 0 auto;
  padding: 0;
  background-image: url("../img/bg_about.png");
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
#about p {
  position: relative;
  margin: 0 auto;
  padding: 30px;
  display: block;
  width: calc(100% - 60px);
  color: #250443;
  /*background-image: url("../img/about01.png"), url("../img/about02.png");*/
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% auto;
  text-align: center;
  font-size: 0.12rem;
}
#about p img {
  padding-bottom: 10px;
  margin: auto;
}

/* ポイント */
#point {
  position: relative;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
#point .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../img/bg_point.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: cover;
  z-index: -2;
}
#point .bg1 {
  position: relative;
  padding-top: 80.46%;
  background: -webkit-linear-gradient(top, #c5eeba, #82bbb8);
  background: -o-linear-gradient(top, #c5eeba, #82bbb8);
  background: linear-gradient(to top, #82bbb8, #c5eeba);
}
#point .contetsWrap {
  width: calc(100% - 10px);
}
#point ul {
  position: relative;
  /*margin: 15px auto 0 auto;*/
  margin: 15px auto;
}
#point ul li {
  position: relative;
  margin: 0;
  width: calc(30% - 2px);
  text-align: center;
}
#point ul li img {
  width: calc(100% - 10px);
  margin: 0 auto 10px auto;
}
#point ul li p {
  position: relative;
  margin: 0 auto 5px auto;
  line-height: 1.4em;
  font-size: 0.14rem;
  color: #281300;
}

#point .caution {
  font-size: 80%;
}

/* photo */
#photo {
  position: relative;
  padding: 0 0 40px;
  background-color: #f8f6d6;
  z-index: 4;
}
#photo .photoWrap {
  position: relative;
  margin: 0 auto;
}
#photo .slick-slide {
  margin: 0 1px;
  background-color: transparent;
}
#photo p {
  text-align: right;
  font-size: 0.1rem;
  color: #757575;
}

/* ニュース */
#news {
  position: relative;
  margin: 0 auto;
  padding: 30px 0 0;
  padding-top: 20px;
  /*background-color: #F8F6D6;*/
}
#news .newsBox {
  position: relative;
  margin: 0 auto 30px auto;
}
#news .newsBox ul {
  position: relative;
  margin: 0 auto;
  width: 100%;
  /*height: 180px;*/
  /*height: 60px;*/
  overflow: hidden;
}
#news .newsBox ul li {
  position: relative;
  margin: 0 auto 10px auto;
  padding: 0 10px 5px 10px;
  border-bottom: solid 1px #bcbcbc;
  font-size: 0.13rem;
  color: #000000;
}
#news .newsBox ul li p.date {
  color: #865f00;
}
#news .newsBox ul li a {
  text-decoration: underline;
  color: #000000;
}

#news #banner ul {
  position: relative;
  margin: 40px auto 0 auto;
  width: calc(100% - 20px);
}
#news #banner ul li {
  position: relative;
  margin: 0 0 20px 0;
  width: calc(100% - 60px);
}
#news .movieWrap {
  margin: 20px auto 0 auto;
}

#covid19 {
  position: relative;
  margin: 0 auto;
  padding-top: 20px;
  /*background-color: #F8F6D6;*/
  color: #000000;
}
#covid19 .contetsWrap {
  border: solid 1px #bcbcbc;
  padding: 15px;
  width: calc(100% - 52px);
}
#covid19 .contetsWrap h3 {
  color: #2b2f2b;
  font-size: 0.15rem;
  border-bottom: solid 1px #2b2f2b;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 700;
}
#covid19 .contetsWrap p {
  position: relative;
  padding-top: 20px;
  font-size: 0.12rem;
}
#covid19 .contetsWrap p.step {
  height: 0;
  overflow: hidden;
  padding-top: 0;
  transition: all 0.3s ease-out;
}
#covid19 .contetsWrap p.step.dispD {
  height: auto !important;
  padding-top: 20px;
}
#covid19 .contetsWrap p .btn_covid19 {
  position: relative;
  margin: 15px auto 0 auto;
  width: 16px;
  transition: all 0.3s ease-out;
}
#covid19 .contetsWrap p .btn_covid19.stepClose {
  transform: rotate(180deg);
}
#covid19 .contetsWrap p .btn_covid19.nodisp {
  opacity: 0;
}

#bnrLinks {
  position: relative;
  margin: 0 auto;
  padding: 50px 0 40px 0;
  z-index: 20;
  /*background-color: #F8F6D6;*/
  background-image: url("../img/bg02.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% auto;
}
#bnrLinks ul {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 40px);
}
#bnrLinks ul li {
  position: relative;
  margin: 0 0 10px 0;
}

/* イベント概要 */
#event {
  position: relative;
  margin: 40px auto 0 auto;
  padding: 0 0 20% 0;
  /*background-color: #446c67;
	background-image: linear-gradient(#315B56 1px, transparent 0),
		linear-gradient(90deg, #315B56 1px, transparent 0);
  background-size: 8px 8px;*/
}
#place::before {
  position: absolute;
  content: "";
  display: block;
  top: -140px;
  left: 0;
  height: 83.34%;
  width: 100%;
  background-image: url("../img/bg04.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  z-index: 5;
}
#event .contetsWrap {
  margin: 0;
}
#event ul {
  position: relative;
  margin: 0 auto;
}
#event ul li {
  position: relative;
  margin: 20px auto 0 auto;
  background: rgba(255, 255, 255, 0.6);
  padding: 8px;
}
#event ul li div {
}
/*#event ul li:nth-child(odd){margin: 40px auto 0 auto;} */
#event ul li div:first-child {
  position: relative;
  /*height: 114.5px;*/
  width: 130px;
}
/*#event ul li:nth-child(odd) div:first-child{padding-left: 8px;}*/
#event ul li div:last-child {
  position: relative;
  width: calc(100% - 150px);
}
#event ul li div h3 {
  position: relative;
  font-size: 0.16rem;
  color: #149d48;
  font-style: italic;
  font-weight: 700;
  /*-bottom: solid 1px #e3e526;*/
}
#event ul li div h3 span {
  font-size: 0.28rem;
  font-weight: 900;
}
#event ul li p {
  position: relative;
  margin: 10px 0 0 0;
  font-weight: 500;
}
#event ul li p a {
  background-color: #e3e526;
  color: #000000;
  text-decoration: underline;
  padding: 2px;
}

/* チケット */
#ticket {
  position: relative;
  margin: 0 auto;
  padding: 10px 0 60px 0;
  /*background-color: #E4DDB8;*/
  background: linear-gradient(to top, transparent 0%, transparent 70%, #e7f3f6 100%), url(../img/bg_sunahama.jpg);
  background-repeat: repeat-y;
  background-position: 0 0;
  background-size: 100% auto;
  color: #000000;
}
#ticket h3 {
  position: relative;
  margin: 20px auto 15px auto !important;
  color: #ba1822;
  font-size: 0.18rem;
  text-align: center;
  font-weight: 700;
  text-shadow: 0 0 10px #fff;
  z-index: 7;
}
#place h3 {
  position: relative;
  margin: 0 auto 15px auto !important;
  color: #ba1822;
  font-size: 0.18rem;
  text-align: center;
  font-weight: 700;
  text-shadow: 0 0 10px #fff;
  z-index: 7;
}
#ticket h3 span,
#place h3 span {
  position: relative;
  display: inline-block;
  width: 100%;
}
/*#ticket h3 span::before,*/
#ticket h3 span::after,
/*#place h3 span::before,*/ #place h3 span::after {
  /*position: absolute; */
  content: "";
  background-image: url(../img/line_nawa.png);
  display: inline-block;
  height: 0.3rem;
  width: 100%;
  background-position: center;
  vertical-align: baseline;
  background-repeat: no-repeat;
  background-size: auto;
}
#ticket h3 span::before,
#place h3 span::before {
  left: -2em;
}
#ticket h3 span::after,
#place h3 span::after {
  right: -2em;
}
#ticket .priceBox {
  position: relative;
  margin: 0 auto 10px auto;
}
#ticket .priceBox h4 {
  position: relative;
  margin: 0 auto;
  background-color: #404040;
  border: solid 1px #626262;
  text-align: center;
  font-size: 0.15rem;
  font-weight: 500;
  padding: 3px 0;
  color: #ffffff;
}
#ticket .priceBox h4.tictdate {
  margin: 40px auto 0 auto;
}
#ticket .priceBox table {
  position: relative;
  margin: 0 auto;
  border-left: solid 1px #626262;
  width: 100%;
}
#ticket .priceBox table th {
  width: 20%;
  border-right: solid 1px #626262;
  border-bottom: solid 1px #626262;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 1.4em;
  padding: 2px 3px;
  color: #fff;
  font-weight: bold;
}
#ticket .priceBox table thead th {
  background-color: #c19d0c;
}
#ticket .priceBox table thead th:first-child {
  background-color: transparent;
}
#ticket .priceBox table tbody th.t01 {
  background-color: #b93957;
}
#ticket .priceBox table tbody th.t02 {
  background-color: #c28c97;
}
#ticket .priceBox table tbody th.t03 {
  background-color: #458dd4;
}
#ticket .priceBox table tbody th.t04 {
  background-color: #98b7d8;
}
#ticket .priceBox table tbody th.t05 {
  background-color: #9ab1b7;
}
#ticket .priceBox table td {
  width: 40%;
  border-right: solid 1px #626262;
  border-bottom: solid 1px #626262;
  text-align: center;
  padding: 5px 3px;
  font-size: 0.13rem;
}
#ticket .priceBox table td span {
  font-size: 0.18rem;
  font-weight: 900;
}
#ticket .priceBox table td span.fontS {
  font-size: 0.13rem;
}
#ticket .priceBox table td span.caution {
  display: block;
  font-size: 0.1rem;
  font-weight: normal;
  padding-top: 10px;
}
#ticket .priceBox table tbody tr:nth-child(even) {
  background-color: #e5e2e2;
}
#ticket p.caution {
  position: relative;
  display: block;
  padding: 0 0 0 1.2em;
}
#ticket p.caution::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  content: "※";
}
.tokuten {
  position: relative;
  margin: 40px auto;
}
.tokuten p.tc {
  text-align: center;
}
.tokuten .tokutenImage {
  position: relative;
  margin: 0 auto 10px auto;
}
.tokuten .price {
  position: relative;
  margin: 25px auto;
  text-align: center;
  padding: 10px;
  border: solid 1px #626262;
  background-color: #e5e2e2;
}
.tokuten .price p {
  position: relative;
  z-index: 12;
  width: auto;
  display: inline-block;
}
.tokuten .price p::before {
  position: absolute;
  bottom: -2px;
  left: -5px;
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: 8px;
  background: rgba(126, 126, 77, 0.6);
  transform: skewX(-15deg);
  z-index: -1;
}
.tokuten .price span {
  font-size: 0.24rem;
  font-weight: 900;
}
.tokuten .tokutencaution {
  position: relative;
  margin: 30px auto 50px auto;
  border: solid 1px #626262;
  background-color: rgba(238, 232, 232, 0.7);
  padding: 20px;
}
.tokuten .tokutencaution .btn_tcaution {
  text-align: center;
}
.tokuten .tokutencaution .tcaution {
  height: 0;
  overflow: hidden;
  padding-top: 0;
  transition: all 0.3s ease-out;
  font-size: 0.12rem;
}
.tokuten .tokutencaution .tcaution.dispD {
  height: auto !important;
  padding-top: 20px;
  margin-top: 20px;
  border-top: solid 1px #626262;
}
.tokuten .tokutencaution img {
  position: relative;
  margin: 15px auto 0 auto;
  width: 16px;
  transition: all 0.3s ease-out;
}
.tokuten .tokutencaution img.tcautionClose {
  transform: rotate(180deg);
}
.tokuten p.caution {
  margin: 5px auto 0 auto;
  width: calc(100% - 20px) !important;
}

#ticket .release {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 20px);
  text-align: center;
  font-size: 0.15rem;
}
#ticket .release .ttl {
  position: relative;
  font-weight: 700;
  font-size: 0.16rem;
  color: #6a4101;
  margin: 20px auto 5px auto;
}
#ticket .release h4 {
  position: relative;
  margin: 15px auto 10px auto;
  width: 8em;
  background-color: #221723;
  border-radius: 100px;
  font-weight: 700;
  color: #fff;
}
#ticket .release p.caution {
  padding: 20px 0 0 0;
}
#ticket .release p.caution::after {
  content: "";
}

#ticket .view {
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 0.15rem;
}
#ticket .view .ttl {
  position: relative;
  font-weight: 700;
  font-size: 0.16rem;
  margin: 20px auto 5px auto;
  color: #221723;
}
#ticket .view a {
  position: relative;
  margin: 10px auto;
  display: inline-block;
  background-color: #e3e526;
  color: #000000;
  padding: 5px 20px;
  text-decoration: none;
}
#ticket .border {
  position: relative;
  margin: 10px auto 40px auto;
  padding: 10px 10px 30px 10px;
  border: double 4px #b5b5b5;
  background-color: rgba(118, 118, 91, 0.3);
}

#place {
  position: relative;
  margin: 0 auto;
  padding: 10% 0 20% 0;
  background-image: url(../img/bg_jungle.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /*background-color: #C6B7CD;
	background-image: linear-gradient(#ABA7BE 1px, transparent 0),
		linear-gradient(90deg, #ABA7BE 1px, transparent 0);
  background-size: 8px 8px;*/
}
#place ul {
  position: relative;
  margin: 5px auto 0 auto;
  width: calc(100% - 20px);
  z-index: 6;
}
#place ul li {
  position: relative;
  margin: 0 0 20px 0;
  /*background-image: url('../img/bg_area.png');
	background-repeat: no-repeat;
	background-position:0 0;
    background-size: cover;*/
  border-radius: 10px;
  background-color: #f0e7b1;
  padding: 3px;
  text-align: center;
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.5);
}
#place ul li .areaWrap {
  position: relative;
  padding: 20px;
  /*border: solid 1px #130206;*/
}

#place ul li .areaWrap.unsale{
	background-image: none,url('../img/finished.png'),none,none;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
	background-position:2px 3px, calc(100% - 2px) 3px, calc(100% - 2px) calc(100% - 3px), 2px calc(100% - 3px);
  background-size: 75px auto;
}
#place p.area {
  font-size: 0.32rem;
  font-weight: 900;
  color: #2b1002;
  padding:10px;
}
#place p.area span {
  display: block;
  max-width: 300px;
  margin: 30px auto 5px auto;
  font-size: 0.16rem;
  width: auto;
  background-color: #2b1002;
  border-radius: 100px;
  font-weight: 700;
  color: #fff;
}
#place .ttl_kikan {
  position: relative;
  margin: 15px auto 10px auto;
  width: 8em;
  background-color: #2b1002;
  border-radius: 100px;
  font-weight: 700;
}
#place .kikan {
  position: relative;
  color: #2b1002;
  font-size: 0.18rem;
}
#place .soon {
  position: relative;
  margin: 20px auto 10px auto;
  color: #2b1002;
  font-size: 0.18rem;
  font-weight: 500;
}
#place .summer {
  position: relative;
  margin: 15px auto 10px auto;
  display: block;
  width: calc(100% - 30px);
  font-size: 0.14rem;
  font-weight: 700;
}
#place .btn_summer {
  position: relative;
  margin: 10px auto 20px auto;
  display: block;
  font-size: 0.14rem;
  background-color: #e3e526;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 700;
  padding: 7px 10px;
}
#place .btn_summer .caution {
  display: block;
  padding: 10px 0 0 0;
}
#place .areaWrap .btn_buy,
#place .btn_address,
#place .btn_scrap,
#place .btn_eplus {
  position: relative;
  margin: 15px auto 10px auto;
  display: block;
  border-radius: 6px;
  font-weight: 500;
  color: #ffffff !important;
  text-decoration: none;
  padding: 5px 0;
  background-color: #1f72da;
}
#place .btn_nosale {
  background-color: #969696 !important;
}
#place .btn_scrap {
  background-color: #1f72da;
  width: calc(100% - 20px);
  color: #d0eff9 !important;
  margin: 35px auto 0 auto;
}
#place .btn_eplus {
  background-color: #e958a6;
  width: calc(100% - 20px);
  color: #fceaff !important;
  margin: 10px auto 0 auto;
}
#place p.btn_scrap,
#place p.btn_eplus {
  opacity: 0.5;
}
#place .btn_address {
  background-color: #c39b00;
  width: calc(100% - 20px);
  color: #281300 !important;
  margin: 10px auto 0 auto;
}
#place .access {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 20px);
  border-top: solid 1px #ffffff;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
#place .access.dispD {
  height: auto;
  opacity: 1;
  padding: 10px 0;
  margin: 10px auto 0 auto;
}
#place .access .shopName {
  position: relative;
  font-weight: 900;
  font-size: 0.16rem;
  padding-top: 10px;
  color: #f0de00;
}
#place .access .map {
  position: relative;
  margin: 10px auto;
  width: 100%;
  height: 200px;
}
#place .access .map iframe {
  width: 100%;
  height: 100%;
}
#place .access .address {
  position: relative;
  margin: 20px auto;
}
#place .access .ticRelese {
  position: relative;
  margin: 10px auto 30px auto;
}
#place .access .ticRelese .ttl {
  font-weight: 900;
  font-size: 0.15rem;
  color: #f0de00;
  padding-top: 20px;
  padding-bottom: 5px;
}
#place .access .ttl_contact {
  font-weight: 900;
  padding-bottom: 5px;
}
#place .access a,
#place .access a:link,
#place .access a:hover {
  color: #fff !important;
}

/* チケットカレンダー */
.ticAPI {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.ticAPI iframe {
  position: relative;
  margin: 0;
  width: 100%;
  height: 540px;
}
#ticket_api {
  margin: 0 auto;
  padding: 0;
  color: #000000;
  width: 100%;
  background-color: #cbad40;
}
.ticketWrap {
  margin: 0 auto;
  background-color: transparent !important;
  padding: 20px 0 0 0;
  font-size: 0.12rem !important;
}
.ticketWrap .swiper-wrapper {
  padding: 0;
}
.ticketWrap .naviBox {
  margin: 0 53px 0 53px;
}
.ticketWrap .naviBox .prevBtn {
  top: 20px;
  left: 0;
  background-color: #ffffff;
  opacity: 1;
}
.ticketWrap .naviBox .nextBtn {
  top: 20px;
  right: 0;
  background-color: #ffffff;
  opacity: 1;
}
.ticketWrap .naviBox .prevBtn:hover,
.ticketWrap .naviBox .nextBtn:hover {
  opacity: 1;
}
.ticketWrap .naviBox ul li .scheduleBox {
  color: #000000;
}
.ticketWrap .naviBox ul li.cr .scheduleBox {
  background: #994b00;
  color: #ffffff !important;
}
.ticketWrap .naviBox ul li.cr .scheduleBox span span {
  color: #ffffff !important;
}
.ticketWrap .detailsWrap {
  padding-top: 20px;
}
.ticketWrap .detailsBox .tit {
  background-color: #291b21;
  font-size: 0.14rem !important;
}
.ticketWrap .detailsBox .tit p {
  margin: 0 !important;
}
.ticketWrap .detailsBox .tit01 {
  font-size: 0.18rem !important;
}
.ticketWrap .detailsBox .details h4 {
  margin: 30px 0 0 0;
  color: #000000 !important;
  border-bottom: 2px solid #000000;
  background-image: none;
  font-size: 0.13rem !important;
  text-align: center;
  font-weight: 700;
}
.ticketWrap .detailsBox .details a.scrap {
  color: #994b00;
  font-size: 0.12rem;
  font-weight: normal;
}
.ticketWrap .detailsBox .details a.scrap:after {
  border-top: solid 1px #994b00;
  border-right: solid 1px #994b00;
  width: 5px;
  height: 5px;
  margin: -3px 0 0 0px;
}
.ticketWrap .detailsBox .details ul li {
  margin-bottom: 0 !important;
}
.ticketWrap .detailsBox .details ul li .scheduleBox.present {
  background: #ffffff;
  border: solid 1px #b3b3b3;
  color: #2a2a2a;
}
.ticketWrap .detailsBox .details ul li .scheduleBox.sold {
  background: #b3b3b3;
  color: #969696;
  border: solid 1px #b3b3b3;
}
.ticketWrap .detailsBox .details ul li .scheduleBox.few {
  background: #fbfdc2;
  border: solid 1px #b3b3b3;
  color: #2a2a2a;
}
#ticket_api .note {
  margin: 0 auto !important;
  color: #232323;
  padding: 20px;
  background-color: #ffffff;
}
#ticket_api .note a {
  color: #cf1009;
}
.ticketWrap .detailsBox .details .ticketBox .ticketItem p {
  color: #232323;
}
.ticketWrap .detailsBox .details ul li .scheduleBox .time {
  font-size: 0.13rem;
}
.ticketWrap .detailsBox .details ul li .scheduleBox .state {
  font-size: 0.12rem;
}

/* ストーリー */
#story {
  position: relative;
  margin: 0 auto;
  padding: 10% 0 20% 0;
  background: linear-gradient(to bottom, transparent 0%, transparent 70%, #cfe8fa 100%), url(../img/bg_story.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%;
}
#story .storyWrap {
  position: relative;
  margin: -100px auto 60px auto;
}
#story .storyTxt {
  position: relative;
  margin: 50px auto 0 auto;
  color: #000000;
  padding: 0 40px;
  font-size: 0.14rem;
  background-image: url("../img/bg_story01.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% 100%;
}
#story .storyTxt p {
  /*height: 220px;
	overflow: hidden;*/
}
#story .storyTxt::before {
  position: absolute;
  top: -80px;
  left: 0;
  content: "";
  height: 80px;
  width: 100%;
  display: block;
  background-image: url("../img/bg_story02.png");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% 100%;
}
#story .storyTxt::after {
  position: absolute;
  bottom: -120px;
  left: 0;
  content: "";
  height: 120px;
  width: 100%;
  display: block;
  background-image: url("../img/bg_story03.png");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  z-index: 1;
}
#story .moreStory {
  position: relative;
  margin: -160px auto 0 auto;
  padding: 110px 0 0 0;
  color: #000000;
  font-size: 0.15rem;
  width: 100%;
  text-align: center;
  background-image: url("../img/bg_story04.png");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% 100%;
  z-index: 30;
}
#story .moreStory img {
  position: relative;
  margin: 20px auto 0 auto;
  width: 18px;
}
.flexcroll {
  position: relative;
  overflow: auto;
  padding: 3px;
  height: 200px;
}
.scrollgeneric {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1px;
  font-size: 1px;
}
/* 縦スクロール範囲 */
.vscrollerbase {
  width: 3px;
  background-color: #000000;
}
/* 縦スクロールバー */
.vscrollerbar {
  width: 3px;
  background-color: #149d48;
}
/* 横スクロール範囲 */
.hscrollerbase {
  height: 3px;
  background-color: #000000;
}
/* 横スクロールバー */
.hscrollerbar {
  height: 3px;
  background-color: #149d48;
}

/* 縦横スクロールバー */
.scrollerjogbox {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  background-color: #eee;
}
#story .story01 {
  position: relative;
  margin: -20% 0 0 auto;
  width: 50%;
  z-index: 21;
}
#story .story02 {
  position: relative;
  margin: 0;
  width: 50%;
  z-index: 22;
}

/* キャラクター */
#charactor {
  position: relative;
  margin: 0 auto;
  padding: 0 0 30% 0;
  background-color: #917d9c;
  background-image: linear-gradient(#886d8b 1px, transparent 0), linear-gradient(90deg, #886d8b 1px, transparent 0);
  background-size: 12px 12px;
}
#charactor .chara {
  position: relative;
  margin: 20px auto;
  padding: 0 0 30px 0;
  width: 100%;
}
#charactor .chara .slick-slide {
  margin: 0 !important;
  background-color: transparent;
}
#charactor .chara .slick-slide div {
  position: relative;
  width: calc(100% - 5px);
  margin: 0 auto;
}
#charactor .chara .slide-arrow {
  position: absolute;
  top: 0;
  display: block;
  width: 12px;
  height: 17px;
}
#charactor .chara .prev-arrow {
  left: 25px;
  transform: rotate(180deg);
}
#charactor .chara .next-arrow {
  right: 25px;
}
#charactor .chara .slick-dots {
  width: 100%;
  margin: 20px auto 0 auto;
  text-align: left;
  padding: 0;
}
#charactor .chara .slick-dots li {
  width: calc(33% - 4px);
  margin: 0 2px;
  height: auto !important;
}
#charactor .chara .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#apDotsC {
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#arrowsC {
  position: absolute;
  display: block;
  top: 30%;
  left: -20px;
  text-align: center;
  width: calc(100% + 40px);
  height: 25px;
}
.btn_faq {
  position: relative;
  margin: 50px auto 30px auto;
  display: block;
  border: double 4px #492d0d;
  background-color: #d2d38d;
  color: #000000 !important;
  font-size: 0.18rem;
  font-weight: 700;
  text-align: center;
  padding: 15px 0;
  width: calc(100% - 50px);
  text-decoration: none !important;
}
.btn_faq::after {
  position: absolute;
  top: 0;
  right: 20px;
  display: block;
  content: "";
  width: 16px;
  height: 100%;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 50%;
  transform: rotate(270deg);
}

/* 遊び方 */
#aboutgame {
  position: relative;
  margin: 0 auto;
}
#aboutgame ul {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 60px);
}
#aboutgame ul li {
  margin-bottom: 20px;
  padding: 0;
  width: calc(50% - 10px);
}
#aboutgame ul li.btn_game {
  margin-right: 20px;
}
#aboutgame ul li:last-child {
  padding: 10px 10px 0 10px;
  width: calc(100% - 20px);
}
#aboutgame ul li img {
  margin: 0 auto;
}

/* ----- pc ----- */
@media screen and (min-width: 641px) {
  /* ヘッダー */
  header {
    padding-top: 0;
  }
  header #keyvisual {
    background-image: url("../img/main_pc.jpg");
    padding-top: 54.166%;
  }
  header #keyvisual.sp {
    display: block;
  }
  header #keyvisual.pc {
    display: none;
  }

  /* キャッチコピー */
  #about {
    opacity: 1;
  }
  #about p {
    padding: 60px 0 0;
    width: 960px;
    font-size: 0.18rem;
    line-height: 2em;
    /*background-image: url("../img/about01_pc.png"), url("../img/about02_pc.png");*/
  }
  #about p img {
    padding-bottom: 20px;
  }
  #about p img.bar {
    width: 400px;
  }

  /* ポイント */
  #point {
    padding: 40px 0 0 0;
    width: 960px;
    margin: 0 auto;
  }
  #point .bg {
    height: 100%;
    width: 360px;
  }
  #point .bg1 {
    width: 360px;
    padding-top: 287px;
    display: inline-block;
    vertical-align: top;
  }
  #point .contetsWrap {
    /*width:580px;display: inline-block;*/
    width: 800px;
  }
  #point ul {
    margin: 0 auto;
    width: 860px;
    margin: 0 auto 20px auto;
  }
  #point ul li img {
    width: calc(100% - 100px);
  }
  #point ul li p {
    font-size: 0.18rem;
    font-weight: bold;
  }

  /* photo */
  #photo p {
    padding-right: 20px;
    margin: 0 auto;
  }

  /* ニュース */
  #news {
    padding: 20px 0 40px 0;
  }
  #news h2 {
    padding: 10px 0 74px 0;
  }
  #news .newsBox {
    margin: 0 auto 0 auto;
  }
  #news .newsBox ul {
    width: 800px;
    /*height: 200px;*/
    /*height: 100px;*/
    margin: 0 auto;
  }
  #news .newsBox ul li {
    padding: 0 20px 5px 20px;
    font-size: 0.16rem;
  }
  .release .ttl {
    font-size: 0.18rem;
    margin: 40px auto 10px auto;
  }
  #news .movieWrap {
    margin: 20px auto 40px auto;
    width: 620px;
  }

  #covid19 {
    padding-bottom: 50px;
  }
  #covid19 .contetsWrap {
    width: 670px;
    padding: 25px 15px;
  }
  #covid19 .contetsWrap h3 {
    font-size: 0.18rem;
    padding-bottom: 10px;
  }
  #covid19 .contetsWrap p {
    padding-top: 30px;
    font-size: 0.13rem;
  }
  #covid19 .contetsWrap p.step.dispD {
    padding-top: 30px;
  }
  #covid19 .contetsWrap p .btn_covid19 {
    margin: 25px auto 0 auto;
    width: 20px;
  }

  #bnrLinks {
    padding: 50px 0;
    background-image: url("../img/bg07.png");
    background-position: 0 0;
    background-size: 100% auto;
  }
  #bnrLinks ul {
    width: 960px;
  }
  #bnrLinks ul li {
    /*margin: 0 5px 10px 5px;*/
    margin: 0 auto;
    width: 340px;
  }
  #bnrLinks ul li.camp01 img {
    height: 170px;
    width: auto;
  }

  /* イベント概要 */
  #event {
    margin: 0 auto 0 auto;
    padding: 60px 0 100px;
    /*background-size: 16px 16px;*/
  }
  /*#place::before{
		top: -250px;
		height:280px;
		background-image: url('../img/bg07.png');
		background-repeat: repeat-x;
		background-size: 1274px auto;
		background-position: 50% 0;
	}*/
  /*#event::after, #place::after{
		position: absolute;
		content: '';
		display: block;
		top: 0;
		left: 0;
		height:280px;
		width: 100%;
		background-image: url('../img/bg07.png');
		background-repeat: repeat-x;
		background-size: 1274px auto;
		background-position: 50% 0;
		transform: rotate(-180deg);
	}*/
  #event .contetsWrap {
    width: 960px;
    margin: auto;
  }
  #event ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 880px;
    margin: 0 auto;
    justify-content: space-between;
  }
  #event ul li {
    margin: 8px 0 0;
    width: calc(50% - 20px);
    font-size: 0.14rem;
    align-items: flex-start;
  }
  #event ul li div:first-child {
    height: 140px;
    width: 140px;
  }
  #event ul li div:last-child {
    width: calc(100% - 170px);
  }
  /*#event ul li:nth-child(odd){margin: 30px auto 0 auto;} */
  #event ul li div h3 {
    font-size: 0.21rem;
  }
  #event ul li div h3 span {
    font-size: 0.33rem;
  }

  /* チケット */
  #ticket {
    padding: 0 0 150px 0;
  }
  #ticket h3 {
    margin: 20px auto 25px auto !important;
    font-size: 0.2rem;
    width: 600px;
  }
  #place h3 {
    margin: 0 auto 25px auto !important;
    font-size: 0.2rem;
    width: 600px;
  }
  #ticket .priceBox {
    margin: 0 auto 20px auto;
  }
  #ticket .priceBox h4 {
    font-size: 0.16rem;
    padding: 5px 0;
    width: 800px;
  }
  #ticket .priceBox h4.tictdate {
    margin: 40px auto 0 auto;
  }
  #ticket .priceBox table {
    width: 800px;
  }
  #ticket .priceBox table th {
    width: 180px;
    padding: 8px 10px;
    font-size: 0.14rem;
  }
  #ticket .priceBox table td {
    width: 276px;
    padding: 8px 10px;
    font-size: 0.14rem;
  }
  #ticket .priceBox table td span {
    font-size: 0.22rem;
  }
  #ticket .priceBox table td span.fontS {
    font-size: 0.14rem;
  }
  #ticket .priceBox table td span.caution {
    font-size: 0.12rem;
  }
  #ticket .caution {
    width: 800px;
    margin: 0 auto;
  }
  #ticket .tokuten {
    width: 640px;
    margin: 80px auto;
  }
  .tokuten .tokutenImage {
    margin: 0 auto 20px auto;
    max-width: 560px;
  }
  .tokuten .price {
    margin: 45px auto;
  }
  .tokuten .price span {
    font-size: 0.26rem;
  }
  .tokuten .tokutencaution .tcaution,
  .tokuten .tokutencaution .tcaution .caution {
    font-size: 0.14rem;
  }
  .tokuten .tokutencaution {
    margin: 30px auto 80px auto;
  }
  .tokuten .tokutencaution img {
    margin: 25px auto 0 auto;
    width: 20px;
  }
  #ticket .view {
    margin: 0 auto;
  }
  #ticket .border {
    width: 600px;
    margin: 20px auto 50px auto;
    padding: 20px 20px 40px 20px;
  }
  #ticket .border .caution {
    width: 100%;
    padding: 10px 0 0 0;
  }

  #place {
    padding: 60px 0; /*background-size: 16px 16px;*/
  }
  #place ul {
    margin: 10px auto 0 auto;
    width: 960px;
    justify-content: center;
  }
  #place ul li {
    margin: 0 12px 35px 12px;
    padding: 5px;
  }
  #place ul li .areaWrap {
    padding: 20px 10px;
  }
  #place ul li .areaWrap.unsale{
    background-size: 100px auto;
  }
  #place p.area {
    font-size: 0.42rem;
    padding-bottom: 10px;
  }
  #place .ttl_kikan {
    display: inline-block;
  }
  #place .kikan {
    font-size: 0.2rem;
    font-weight: 700;
    display: inline-block;
  }
  #place .btn_summer {
    margin: 10px auto 40px auto;
    font-size: 0.16rem;
    width: 700px;
    padding: 12px 0;
  }
  #place .areaWrap .btn_buy,
  #place .btn_address {
    font-size: 0.18rem;
    margin: 0 auto 10px auto;
  }

  #place .btn_scrap,
  #place .btn_eplus,
  #place .btn_address {
    font-size: 0.2rem;
    margin: 10px auto 0 auto;
    padding: 15px 0;
  }
  #place .btn_scrap {
    margin: 40px auto 0 auto;
  }
  #place .access {
    width: calc(100% - 60px);
  }
  #place .access.dispD {
    padding: 20px 0;
  }
  #place .access .shopName {
    font-size: 0.18rem;
    padding-top: 20px;
  }
  #place .access .map {
    margin: 20px auto;
    height: 300px;
  }
  #place .access .address {
    margin: 40px auto;
  }
  #place .access .ticRelese {
    margin: 20px auto 50px auto;
  }
  #place .access .ticRelese .ttl {
    font-size: 0.17rem;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  #place .access .ttl_contact {
    padding-bottom: 10px;
  }

  /* ストーリー */
  #story {
    padding: 30px 0 60px 0;
    background-repeat: no-repeat;
    background-position: top 100%;
    background-size: 100% auto;
  }
  #story .storyWrap {
    margin: -240px auto 0 auto;
    width: 960px;
  }
  #story .storyTxt {
    margin: 0 auto;
    padding: 0 120px;
    width: 500px;
    font-size: 0.16rem;
  }
  #story .storyTxt::before {
    top: -100px;
    height: 100px;
  }
  #story .storyTxt::after {
    bottom: -220px;
    height: 220px;
  }
  #story .moreStory {
    width: 740px;
  }
  #story .moreStory img {
    margin: 20px auto 0 auto;
    width: 22px;
  }
  #story .story01 {
    width: 420px;
  }
  #story .story02 {
    width: 440px;
  }

  /* キャラクター */
  #charactor {
    padding: 0 0 220px 0;
    background-size: 16px 16px;
  }
  #charactor .chara {
    margin: 0 auto;
    padding: 0 010px 0;
    width: 520px;
  }
  #charactor .chara .slick-slide div {
    width: calc(100% - 10px);
  }
  .btn_faq {
    margin: 120px auto 50px auto;
    font-size: 0.22rem;
    padding: 25px 0;
    width: 600px;
  }
  .btn_faq::after {
    right: 20px;
    width: 20px;
  }

  /* 遊び方 */
  #aboutgame ul {
    width: 960px;
  }
  #aboutgame ul li {
    width: 190px;
  }
  #aboutgame ul li.btn_yakusoku {
    margin-right: 20px;
  }
  #aboutgame ul li:last-child {
    padding: 35px 15px 0 15px;
    width: 380px;
  }
}

.lineshare {
  width: 100%;
  margin: 40px auto;
  text-align: center;
  color: #291b21;
  display: inline-block;
}

.lineshare img {
  margin: 0 auto;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
  cursor: pointer;
  max-width: 220px;
}
.lineshare .txt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
/*
.arrow_box{
    position:relative;
    width:240px;
    height:30px;
	margin: 0 auto;
    background:#DDFFD4;
    padding:10px;
    text-align:center;
    color:#242424;
    font-size:18px;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(221, 255, 212, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-top-color:#DDFFD4;
    top:100%;
    left:50%;
}
*/

.bnr_w {
  max-width: 400px;
  margin: 20px auto 0;
}

.bnr_w img {
  margin: 0 auto;
}

.bg_suna {
  background: linear-gradient(to top, transparent 0%, transparent 70%, #e7f3f6 100%), url(../img/bg_sunahama.jpg);
  /*background-image: url(../img/bg_sunahama.jpg);
    background-repeat: repeat-y;*/
  background-position: 0 0;
  background-size: 100% auto;
}
.bg_shima {
  background-image: url("../img/bg_shima.png");
  background-position: 0 0;
  background-size: auto 100%;
  background-repeat: repeat-y;
}

/* ----- pc ----- */
@media screen and (min-width: 641px) {
  .bg_suna {
    background-size: 100% auto;
  }
  .bg_shima {
    background-size: 100% auto;
  }
  #term .size_max {
    font-size: 0.24rem;
    line-height: 1.5;
  }
}

#caution .contetsWrap .step,
#faq .contetsWrap .step,
#limit .contetsWrap .step {
  height: 0;
  overflow: hidden;
  padding-top: 0;
  transition: all 0.3s ease-out;
}
#caution .contetsWrap .step.dispD,
#faq .contetsWrap .step.dispD,
#limit .contetsWrap .step.dispD {
  height: auto !important;
  padding-top: 20px;
}
#caution .contetsWrap .btn_caution,
#faq .contetsWrap .btn_faqarrow,
#limit .contetsWrap .btn_limitarrow {
  position: absolute;
  right: 0;
  top: -10px;
  margin: 15px auto 0 auto;
  width: 20px;
  transition: all 0.3s ease-out;
}
#caution .contetsWrap .btn_caution.stepClose,
#faq .contetsWrap .btn_faqarrow.stepClose,
#limit .contetsWrap .btn_limitarrow.stepClose {
  transform: rotate(180deg);
}
#caution .contetsWrap .btn_caution.arrowdisp,
#faq .contetsWrap .btn_faqarrow.arrowdisp,
#limit .contetsWrap .btn_limitarrow.arrowdisp {
  transform: rotate(180deg);
}

#caution .box,
#faq .box,
#limit .box {
  border: solid 1px #492d0d;
  padding: 15px;
  width: calc(100% - 52px);
}

.u-22 {
  position: relative;
  border: 1px solid black;
  border-radius: 10px;
  margin: 60px auto;
}

.u-22 p {
  padding: 80px 20px 20px;
}

.u-22 img {
  position: absolute;
  width: 200px;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}

.btn-gray{
  background-color: #a5a5a5 !important;
  border-color: #a5a5a5 !important;
}
