@charset "utf-8";
html,body{
	overflow-x: hidden;
}


/* ================ Reset ================= */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var,b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;box-sizing: border-box;font-weight: normal;font-style: normal;}
body {
	height: 100%;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 15px;
	color: #000;
	letter-spacing: 0;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
nav ul, ul, nav ol, ol {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	background:transparent;
	-webkit-tap-highlight-color:transparent;
	-webkit-tap-highlight-color:rgba( 100, 100, 100, 0.5 );
	text-decoration: none;
	color: #000;
}
a, a:before, a:after{
	-webkit-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
a:hover {
	transform: scale(1.04);
}

button {
	-webkit-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	-moz-transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
img{
	vertical-align: bottom;
	border: 0;
	max-width: 100%;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
}
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
/* =================== */
.pc{display: none;}
.sp{display: inline-block;}

.wrapper{
	background: #fafaec;
}
header{
	position: fixed;
	width: 100%;
	background: url("../img/bg_line.png") bottom center no-repeat #fff;
	background-size: 100% auto;
	padding: 4% 2%;
	z-index: 100;
}
header .inner{
	display: flex;
	justify-content: space-between;

}
header .logo_pakarun{
	width: calc((240/828)*100%);
}
header .btn_menu{
	width: calc((50/828)*100%);
}
.gnav{
	display: none;
	width: 100%;
	max-width: 344px;
	margin: 0 auto;
	padding: 25% 0 10%;
	background: url("../img/bg_gnav.png") top center no-repeat;
	background-size: cover;
	aspect-ratio: 688/1358;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 100;
}

.gnav.nav_open{
	display: block;
}

.gnav .btn_close{
	width: calc((52/828)*120%);
	position: absolute;
	top: 5%;
	right: 8%;
	cursor: pointer;
}

.gnav ul{
	padding: 0 0 0 20%;
}
.gnav ul li a{
	display: block;
}

.gnav ul li:nth-child(1){
	width: calc((314/828)*150%);
	margin: 0 0 30%
}
.gnav ul li:nth-child(2){
	width: calc((372/828)*150%);
	margin: 0 0 20%
}
.gnav ul li:nth-child(3){
	width: calc((286/828)*150%);
	margin: 0 0 6%
}
.gnav ul li:nth-child(4){
	width: calc((452/828)*150%);
	margin: 0 0 6%
}
.gnav ul li:nth-child(5){
	width: calc((348/828)*150%);
	margin: 0 0 20%
}
.gnav ul li:nth-child(6){
	width: calc((328/828)*150%);
	margin: 0 0 6%
}
.gnav ul li:nth-child(7){
	width: calc((308/828)*150%);
	margin: 0 0 20%
}
.gnav .uma{
	width: calc((152/828)*120%);
	margin: 0 auto;
}


.kv{

}
.kv .kv_inner{
	position: relative;
}
.kv .kv_inner .ani01{
	background: #0075bd;
	width: calc((56/828)*100%);
	height: calc((56/828)*100%);
	border-radius: 56px;
	position: absolute;
	top: 19%;
	left: 50%;
	margin: 0 0 0 -6%;
}
.kv .kv_inner .ani02{
	background: #4ead33;
	width: calc((56/828)*100%);
	height: calc((56/828)*100%);
	position: absolute;
	top: 75%;
	left: 50%;
	margin: 0 0 0 32%;
}
.kv .kv_inner .ani03{
	background: #f8c900;
	width: calc((56/828)*100%);
	height: calc((56/828)*100%);
	position: absolute;
	top: 36%;
	left: 0;
	margin: 0 0 0 0;
}
.kv .kv_inner .ani04{
	background: url("../img/kv_ani04.png") top center no-repeat;
	background-size: 100% auto;
	width: calc((56/828)*100%);
	height: calc((56/828)*100%);
	position: absolute;
	top: 28%;
	left: auto;
	right: 0;
	margin: 0 0 0 0;
}
.kv .kv_inner .ani05{
	background: url("../img/kv_ani05.png") top center no-repeat;
	background-size: 100% auto;
	width: calc((56/828)*100%);
	height: calc((56/828)*100%);
	position: absolute;
	top: 86%;
	left: 12%;
	margin: 0 0 0 0;
}

.kv .logo_jra{
	width: calc((114/828)*100%);
	margin: 2% 0 0 2%;
	position: absolute;
	z-index: 2;
}
.kv h1{
	margin: 0 auto 10%;
}
.kv .txt02{
	width: calc((664/828)*100%);
	margin: 0 auto 10%;
}
.kv .txt03{
	width: calc((616/828)*100%);
	margin: 0 auto 10%;
}

.kv .btn_app{
	display: block;
	width: calc((608/828)*100%);
	margin: 0 auto 20%;
	position: relative;
	text-decoration: none;
	text-align: center;
	background: transparent;
	border-radius: 120px;
	outline: none;
	transition: all 0.2s ease;
}

.kv .btn_app:hover{
	border-color:transparent; 
	transform: scale(1);
}

.kv .btn_app span {
	position: relative;
	z-index: 2;
	display: block;
	padding: 24px 30px;
	background:#f8c900;
	border-radius: 120px;
	color:#000;
	font-weight: 600;
	animation: btn_app_shadow 1.5s steps(1) infinite;
}
.pushdown:before {
	content:"";
	position: absolute;
	z-index: 0;
	top:7px;
	left:0;
	width: 100%;
	height: 100%;
	border-radius: 120px;
	background-color: #be8c00;
}
.pushdown:hover span {
	background-color: #be8c00;
	transform: translateY(7px);
}

@keyframes btn_app_shadow{
	0%{transform: translateY(7px);}
	50%{transform: translateY(0);}
	100%{transform: translateY(7px);}
}


.pnav{
	margin: 0 auto 20%;
}
.pnav ul{
	margin: 0 4%;
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.pnav ul li a{
	display: block;
}
.pnav ul li:nth-child(1){
	width: calc((266/828)*108%);
	animation: floating-y 2s ease-in-out infinite alternate-reverse;
}
.pnav ul li:nth-child(2){
	width: calc((234/828)*108%);
	animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.pnav ul li:nth-child(3){
	width: calc((244/828)*108%);
	animation: floating-y 2.5s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {transform: translateY(-10px);}
  100% {transform: translateY(10px);}
}


.produce{
	background-image: url("../img/bg_produce.png"),url("../img/bg_produce-body.png");
	background-position: top center,bottom center;
	background-repeat: no-repeat;
	background-color: #b0cc00;
	background-size: 100% auto;
	padding: 30% 0;
}
.produce .anm{
	display: flex;
	justify-content: flex-end;
	position: relative;
	height: 110px;
	transform: translateX(50%);
}
.produce .anm.anime{
	animation: slide-left 10s infinite linear 0.5s both;
}
.produce .anm .ani01{
	display: block;
	width: calc((200/828)*100%);
}
.produce .anm .ani02{
	display: block;
	width: calc((200/828)*100%);
}
@keyframes slide-left{
	from {
	  transform: translateX(50%);
	}
	  to {
	  transform: translateX(-100%);
	}
}



.produce h2{
	width: calc((250/828)*100%);
	margin: 0 auto 6%;
}
.produce .logo{
	width: calc((132/828)*100%);
	margin: 0 auto 6%;
}
.produce h3{
	width: calc((476/828)*100%);
	margin: 0 auto 6%;
}
.produce .txt01{
	width: calc((620/828)*100%);
	margin: 0 auto;
}

.play{
	background-image: url("../img/bg_play-head.png"),url("../img/bg_play-foot.png"),linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,250,236,1) 100%);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top center,bottom center;
	background-size: 100% auto;
	padding: 20% 0 30%;
}
.play h2{
	width: calc((288/828)*100%);
	margin: 0 auto 6%;
}
.play h3{
	width: calc((494/828)*100%);
	margin: 0 auto 10%;
}
.play .area{
	width: calc((776/828)*100%);
	margin: 0 auto;
	position: relative;
}

.play .area .btn_tap{
	position: absolute;
	left: 5%;
	top: 50%;
}
.play .area .btn_tap .anm{
	width: 41px;
	position: absolute;
	top:35px;
	left: 0;
	z-index: 1;
}

.play .area .btn_tap a{
	width: 69px;
	display: block;
	margin: 0 0 0 30px;
}
.play .area .btn_tap.anime a{
	animation: scale_anm 1s ease forwards;
}
@keyframes scale_anm {
	0%{transform: scale(0);}
	30%{transform: scale(1.15);}
	100%{transform: scale(1.0);}
}

.play .area .notice{
	font-size: 2.29vw;
	text-align: center;
	padding: 10% 0 16%;
}

.play .area_inner{
	position: relative;
}
.play .area_inner .ani02{
	width: calc((116/828)*100%);
	position: absolute;
	top: 15%;
	right: 0;
}
.play .area_inner .ani03{
	width: calc((148/828)*100%);
	position: absolute;
	left: 0;
	top: 30%;
}

.play .area_box{
	width: calc((668/828)*100%);
	margin: 0 auto 10%;
} 




.guide{
	padding: 10% 0 30%;
	background: url("../img/bg_guide.png") top center no-repeat #4ead33;
	background-size: 100% auto;
}
.guide .head{
	display: flex;
	justify-content: center;
	align-items: center;
}
.guide .head .ani01{
	width: calc((200/828)*100%);
}
.guide .head .ani02{
	width: calc((200/828)*100%);
}

.guide h2{
	width: calc((250/828)*100%);
}
.guide .inner{
	margin: 0 5%;
	padding: 10% 5%;
	border-radius: 40px;
	background: #fafaec;
}
.guide .inner dt{
	margin: 0 0 6%
}
.guide .inner dd{
	margin: 0 0 10%;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: center;
}
.guide .inner dd span.fsmall{
	font-size: 80%;
}

.guide .inner dd .time{
	margin: 0 5%;
	display: flex;
	flex-wrap: wrap;
	counter-reset: alpha_up;
	justify-content: center;
}
.guide .inner dd .time li{
	flex-basis: 50%;
  margin-bottom: 10px;
  padding-left: 28px;
  position: relative;
  text-align: left;
  line-height: 1.4;
}
.guide .inner dd .time li:before {
  content: counter(alpha_up, upper-alpha);
  counter-increment: alpha_up;
  background-color: #000;
  color: #fff;
  display: block;
  float: left;
  line-height: 1.4;
  margin-left: -28px;
  text-align: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
}

.guide .inner dd .link{
	display: block;
	color: #0071b8;
	text-decoration: underline;
	margin: 5% auto;
}
.guide .inner dd .notice{
	line-height: 1.4;
	font-size: 67%;
	letter-spacing: -0.8px;
}

.guide .inner dd .btn_notice{
	display: block;
	width: calc((608/828)*125%);
	margin: 10% auto 5%;
}
.guide .inner dd .btn_faq{
	display: block;
	width: calc((608/828)*125%);
	margin: 0 auto 5%;
}

.guide .inner dd.flow h3{
	width: calc((200/828)*115%);
	margin: 0 0 0 10%;
	padding: 3% 0 0 0;
}
.guide .inner dd.flow{
	background: url("../img/bg_flow.png") top center no-repeat;
	background-size: 100% 100%;
}
.guide .inner dd.flow ol{
	padding: 10% 0 20%;
	margin: 0 10%;
}
.guide .inner dd.flow ol li:nth-child(1){
	width: calc((508/828)*156%);
	margin: 0 0 10%;
}
.guide .inner dd.flow ol li:nth-child(2){
	width: calc((532/828)*156%);
	margin: 0 0 10%;
}
.guide .inner dd.flow ol li:nth-child(3){
	width: calc((442/828)*156%);
}

.map{
	background-image: url("../img/bg_map.png"),url("../img/bg_event.png");
	background-repeat: no-repeat;
	background-position: top center,bottom center;
	background-size: 100% auto;
	padding: 10% 0 30%;
}
.map h2{
	width: calc((292/828)*100%);
	margin: 0 auto;
}
.map .img{
	margin: 0 0 20%;
}

.map .btn_info{
	display: block;
	width: calc((608/828)*100%);
	margin: 0 auto 5%;
}

.event{
	background: #fff;
	padding: 10% 0;
}

.event .txt{
	width: calc((498/828)*100%);
	margin: 0 auto 10%;
}

.event .slide{
	width: 200%;
	margin: 0 auto 10%;
	display: flex;
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}

@keyframes infinity-scroll-left {
	from {
	  transform: translateX(0);
	}
	  to {
	  transform: translateX(-100%);
	}
}

.event .btn_enjoy{
	display: block;
	width: calc((608/828)*100%);
	margin: 0 auto 5%;
}
.event .btn_event{
	display: block;
	width: calc((608/828)*100%);
	margin: 0 auto 5%;
}





footer{
	background: url("../img/bg_foot.png") top center no-repeat;
	background-size: 100% auto;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 40% 0 0 0;
}
footer .logo{
	margin: 0 auto 15%;
}
footer .notice{
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
	margin: 0 0 10%
}
footer .notice a{
	text-decoration: underline;
}
footer .social{
	display: flex;
	margin: 0 30% 15%;
	justify-content: space-between;
}
footer .social li{
	flex-basis: 40%;
}
footer .social li a{
	display: block;
}
footer .txt{
	font-size: 14px;
	line-height: 1.8;
	margin: 0 0 10%
}

footer small{
	display: block;
	margin: 0 0 15%;
}

footer .foot{
	background: #000;
	text-align: center;
	padding: 5% 0;
}
footer .foot img{
	width: calc((200/828)*100%);
	display: block;
	margin: 0 auto;
}


.wrap-remodal .scrl{
	height: 65vh;
	overflow-y: scroll;
	text-align: left;
	word-break: auto-phrase;
}

.modal_faq dt{
	background: url("../img/ico_q.png") top left no-repeat;
	background-size: 20px auto;
	padding: 0 0 0 30px;
	font-weight: 600;
	margin: 0 0 10%;
	font-size: 3.86vw;
}
.modal_faq dd{
	background: url("../img/ico_a.png") top left no-repeat;
	background-size: 18px auto;
	padding: 0 0 0 30px;
	margin: 0 0 10%;
	font-size: 3.38vw;
	line-height: 1.8;
}

.modal_notice dt{
	font-weight: 600;
	margin: 0 0 5%;
	font-size: 3.86vw;
}
.modal_notice dd{
	margin: 0 0 10%;
	font-size: 3.38vw;
	line-height: 1.8;
}


.remodal .wrap-remodal.panzoom_map{
	padding: 9px;
	background-size: 100% 100%;
}
.remodal .wrap-remodal.panzoom_map .modal_map{
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 30px;
}





/* ======================================== */
@media print, screen and (min-width: 829px){
/* =======829～1199px======== */
.pc{display: inline-block;}
.sp{display: none;}
header{
	padding: 22px 0;
	background: url("../img/bg_line-l.png") bottom center no-repeat #fff;
	background-size: 100% auto;
	display: block;
}
header .inner{
	max-width: 700px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

header .logo_pakarun{
	width: 220px;
}
header .btn_menu{
	width: 37px;
	cursor: pointer;
}

.gnav{
	width: 880px;
	max-width: 880px;
	padding: 100px 0;
	background: url("../img/bg_gnav-l.png") top center no-repeat;
	background-size: cover;
	aspect-ratio: 880/550;
}

.gnav .btn_close {
    width: 41px;
    top: 50px;
    right: 50px;
}
.gnav ul{
	max-width: 520px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 0 10px
}
.gnav ul li a{
	display: block;
}

.gnav ul li:nth-child(1){
	width: 192px;
	margin: 0 0 90px
}
.gnav ul li:nth-child(2){
	width: 221px;
	margin: 0 0 40px
}
.gnav ul li:nth-child(3){
	width: 172px;
	margin: 0 0 10px;
	float: left;
}
.gnav ul li:nth-child(4){
	width: 264px;
	margin: 0 0 0 66px;
	float: left;
}
.gnav ul li:nth-child(5){
	width: 200px;
	margin: 0 0 40px 238px;
	clear: both;
}
.gnav ul li:nth-child(6){
	width: 194px;
	margin: 0 0 10px;
	float: left;
}
.gnav ul li:nth-child(7){
	width: 175px;
	margin: 0 0 0 44px;
	float: left;
}
.gnav .uma{
	width: 120px;
	margin: 0 auto;
	position: absolute;
	right: 60px;
	bottom: 10px;
}


.kv{
	background: url("../img/bg_kv-pc.png") top center no-repeat;	
}
.kv .kv_inner{
	position: relative;
}
.kv .kv_inner .ani01{
	background: #0075bd;
	width: 56px;
	height: 56px;
	border-radius: 56px;
	position: absolute;
	top: 138px;
	left: 50%;
	margin: 0 0 0 -65px;
}
.kv .kv_inner .ani02{
	background: #4ead33;
	width: 56px;
	height: 56px;
	position: absolute;
	top: 600px;
	left: 50%;
	margin: 0 0 0 250px;
}
.kv .kv_inner .ani03{
	background: #f8c900;
	width: 56px;
	height: 56px;
	position: absolute;
	top: 275px;
	left: 50%;
	margin: 0 0 0 -432px;
}
.kv .kv_inner .ani04{
	background: url("../img/kv_ani04.png") top center no-repeat;
	width: 56px;
	height: 56px;
	position: absolute;
	top: 175px;
	left: 50%;
	margin: 0 0 0 340px;
}
.kv .kv_inner .ani05{
	background: url("../img/kv_ani05.png") top center no-repeat;
	width: 56px;
	height: 56px;
	position: absolute;
	top: 683px;
	left: 50%;
	margin: 0 0 0 -333px;
}

.kv h1{
	padding: 300px 0 0 0;
	text-align: center;
	margin: 0 0 320px;
}
.kv .logo_jra{
	width: 88px;
}
.kv .txt02{
	text-align: center;
	margin: 0 auto 90px;
}
.kv .txt03{
	text-align: center;
	margin: 0 auto 70px;
}
.kv .btn_app{
	max-width: 466px;
	margin: 0 auto 80px;
}
.kv .btn_app span{
	padding: 40px;
	font-size: 19px;
}

.pnav{
	margin: 0 auto 100px
}
.pnav ul{
	max-width: 770px;
	margin: 0 auto;
}
.produce{
	background-image: url("../img/bg_produce-l.png"),url("../img/bg_produce-body-l.png");
	background-position: top center,bottom center;
	background-repeat: no-repeat;
	background-color: #b0cc00;
	background-size: 100% auto;
	padding: 30% 0;

	padding: 300px 0 260px 0;
}
.produce .anm{
	height: 200px;
}
.produce .anm.anime{
	animation: slide-left 15s infinite linear both;
}
.produce .anm .ani01{
	width: 180px;
}
.produce .anm .ani02{
	width: 180px;
}
.produce h2{
	text-align: center;
	margin: 0 auto 30px;
}
.produce .logo{
	text-align: center;
	margin: 0 auto 53px;
}
.produce h3{
	max-width: 436px;
	text-align: center;
	margin: 0 auto 53px;
}
.produce .txt01{
	text-align: center;
}


.play{
	padding: 220px 0 298px;
	background-image: url("../img/bg_play-head-l.png"),url("../img/bg_play-foot-l.png"),linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,250,236,1) 100%);
}

.play h2{
	text-align: center;
	margin: 0 auto 60px;
}
.play h3{
	max-width: 443px;
	text-align: center;
	margin: 0 auto 60px;
}
.play .playarea{
	max-width: 775px;
	margin: 0 auto;
	position: relative;
}
.play .area .btn_tap{
	left: 0;
	top: 350px;
}
.play .area .btn_tap a{
	width: 138px;
	margin: 0 0 0 60px;
}

.play .area .btn_tap .anm{
	width: 82px;
	top: 65px;
}

.play .area .notice{
	font-size: 18px;
}
.play .area_pc{
	max-width: 1068px;
	margin: 0 auto;
	display: flex;
}
.play .area_box{
	max-width: 500px;
	margin: 0 auto 64px;
}
.play .area_inner .ani02{
	width: 150px;
	top: 15%;
	right: 0;
}
.play .area_inner .ani03{
	width: 150px;
	left: 0;
	top: 30%;
}

.guide{
	padding: 200px 0 300px;
	background: url("../img/bg_guide-l.png") top 250px center no-repeat #4ead33;
	background-size: 100% auto;

}

.guide .head .ani01{
	width: 200px;
}
.guide h2{
	max-width: 250px;
}
.guide .head .ani02{
	max-width: 200px;
}
.guide .inner{
	max-width: 848px;
	margin: 0 auto;
	border-radius: 80px;
	padding: 100px 90px;
}
.guide .inner dd{
	padding: 0 30px;
  font-size: 26px;
}
.guide .inner dd .notice{
	font-size: 16px;
}

.guide .inner dd .btn_notice{
	max-width: 468px;
}
.guide .inner dd .btn_faq{
	max-width: 468px;
}

.guide .inner dd .time{
	margin: 0 10%;
	display: flex;
	flex-wrap: wrap;
	counter-reset: alpha_up;
	justify-content: center;
}

.guide .inner dd .time li{
		flex-basis: 50%;
  margin-bottom: 20px;
  padding-left: 36px;
  position: relative;
  text-align: left;
  line-height: 1;
}
.guide .inner dd .time li:before {
	counter-increment: alpha_up;
  content: counter(alpha_up, upper-alpha);
  background-color: #000;
  color: #fff;
  display: block;
  float: left;
  line-height: 1;
  margin-left: -36px;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.map {
	padding: 220px 0 400px;
	background-image: url("../img/bg_map-l.png"),url("../img/bg_event-l.png");
}
.map h2{
	text-align: center;
	margin: 0 auto 54px;
}
.map .img{
	text-align: center;
	margin: 0 auto 80px;
}
.map .btn_info{
	max-width: 468px;
	margin: 0 auto;
}
.event{
	padding: 0 0 145px;
}
.event .txt{
	max-width: 443px;
	text-align: center;
	margin: 0 auto 100px;
}
.event .slide{
	width: 100%;
	margin: 0 auto 140px;
}

.event .btn_enjoy{
	max-width: 608px;
	margin: 0 auto 50px;
}
.event .btn_event{
	max-width: 608px;
	margin: 0 auto;
}

footer {
	padding: 350px 0 0 0;
	background: url("../img/bg_foot-l.png") top center repeat-x;
}
footer .inner_pc{
	justify-content: space-between;
	max-width: 860px;	
	margin: 0 auto 64px;
}
footer .inner_pc .logo{
	margin: 0;
	float: left;
}
footer .inner_pc .logo a{
	display: block;
}

footer .notice{
	max-width: 610px;
	font-size: 20px;
	text-align: left;
	margin: 0 0 0 250px
}
footer .inner_pc .f_box{
	max-width: 610px;
	margin: 0 0 0 250px;
	display: flex;
    flex-flow: row-reverse;
    text-align: left;
    justify-content: inherit;
}

footer .social{
	width: 67px;
	display: block;
	margin: 0
}
footer .social li{
	margin: 0 0 20px;
}
footer .txt{
	padding: 50px 0 0 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}
footer small{
	font-size: 18px;
	margin: 0 0 45px;
}
footer .foot{
	padding: 20px;
}
footer .foot img{
	width: 120px;
}

.wrap-remodal .scrl{
	height: 390px;
	padding: 0 40px 0 0;
}

/* notice */
.modal_notice dt{
	font-size: 21px;
}
.modal_notice dd{
	font-size: 19px;
}


/* FAQ */
.modal_faq dt{
	font-size: 21px;
	background-size: 31px auto;
	padding: 0 0 0 40px;
	margin: 0 0 30px;
	line-height: 1.8;
}
.modal_faq dd{
	font-size: 19px;
	background-size: 31px auto;
	padding: 0 0 0 40px;
}
.remodal .wrap-remodal.panzoom_map{
	padding: 9px;
	background-size: 100% 100%;
}
.remodal .wrap-remodal.panzoom_map .modal_map{
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 70px;
}



}
@media print, screen and (min-width: 1199px){
/* =======1200px～PC======== */
.pc{display: inline-block;}
.sp{display: none;}


/* ======PC=======*/}




/* 2024.04 */
.play .play_bg {
	display: none;
}
.play .area .btn_tap{
	position: absolute;
	left: 5%;
	top: 28%;
}
.play .play_img {
	margin: calc((44 / 828) * 100%) calc((-26 / 828) * 100%) 0;
	position: relative;
	z-index: 0;
}
.play .play_img img {
	display: block;
	width: 100%;
	height: auto;
}
.play .play_images {
	display: inline-flex;
}
.play .play_images img {
	display: block;
	width: 50%;
	height: auto;
}
.play .right_move {
	width: calc((2615 * 2) / 828 * 100%);
	margin: calc(90 / 828 * 100%) 0 calc(40 / 828 * 100%) 0;
	animation: moving_right 40s linear infinite;
}
.play .left_move {
	width: calc((2609 * 2) / 828 * 100%);
	margin: 0 0 calc(150 / 828 * 100%) 0;
	animation: moving_left 40s linear infinite;
}
@keyframes moving_right {
	0% {
		transform: translateX(-50%);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes moving_left {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.guide .inner dd.flow ol li:nth-child(2){
	width: calc((514 / 828) * 156%);
}

@media print, screen and (min-width: 829px) {
	.play {
		position: relative;
	}

	.play h2 {
		margin: 68px auto 66px;
	}

	.play h3 {
		margin-bottom: 136px;
	}

	.play .play_bg {
		display: block;
		width: 1600px;
		margin: 0 0 0 calc((100% - 1600px) / 2);
		position: absolute;
		top: 356px;
		left: 0;
		z-index: 0;
		pointer-events: none;
	}

	.play .play_bg img {
		display: block;
		width: 100%;
		height: auto;
	}

	.play .area .btn_tap {
		top: 350px;
	}

	.play .play_img {
		display: none;
	}

	.play .right_move {
		width: calc((2615 * 2) / 1600 * 100%);
		margin: calc(90 / 1600 * 100%) 0 calc(40 / 1600 * 100%) 0;
	}

	.play .left_move {
		width: calc((2609 * 2) / 1600 * 100%);
		margin: 0 0 0 0;
	}
}

@media print, screen and (min-width: 1600px){
	.play .right_move {
		width: calc(2615 * 2px);
	}
	.play .left_move {
		width: calc(2609 * 2px);
		margin: 0 0 calc(220 / 1600 * 100%) 0;
	}
}