@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600&family=M+PLUS+2:wght@400;500;700;800&family=Noto+Sans+JP:wght@500;600&display=swap');

#footer.local-footer {
	position: relative;
}
.footer-note {
	position: relative;
	background: #fff;
	padding: .1px 0 25px;
}
.sec-special li, .sec-special p, .sec-special dt, .sec-special dd, .sec-special th, .sec-special td, .sec-special .-ti01, .sec-special .-ti02, .sec-special .-ti03, .sec-special .-ti04, .sec-special .-ti05, .sec-special .-btn {
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  /*font-family: "M PLUS 2", sans-serif;*/
  font-optical-sizing: auto;
  font-style: normal;
	transform: rotate(0.03deg);
  /*font-weight: 400;
	letter-spacing: 0.05em;*/
}
.sec-special li::first-letter {
  font-family: "M PLUS 2", sans-serif;
}
.pageTop {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 9999;
}

.pageTop a {
  display: block;
  background: url(../images/rfts_preview/btn_pagetop.png) no-repeat 0 0;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .7;
}

.pageTop a:hover {
  opacity: .9;
}

@media screen and (max-width: 767px) {
  .pageTop {
    right: 15px;
    bottom: 25px;
  }
  .pageTop a:hover {
    opacity: .5;
  }
	.pageTop a {
		background-size: contain;
		height: 35px;
		width: 35px;
	}
}
a.tx_link {
	color: #96eafc !important;
}
.mt0 {
    margin-top: 0 !important;
}
#content {
	padding-bottom: 0;
}
#content img {
	vertical-align: top;
}
#loginHeader {
	position: relative;
	z-index: 1;
}
#content-main.sp-content {
	background: #e85d26;
	color: #fff;
	z-index: 0;
}
#main-back {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 0;
	font-language-override: 0;
	pointer-events: none;
	left: 0;
	top: 0;
}
#main-back .background {
	vertical-align: top;
	z-index: 5;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}
#particles-js {
	min-width: 1110px;
	width: 153%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
#content-main.sp-content #main-back {
	z-index: -1;
	height: 130%;
	min-height: 100vh;
	min-height: 100lvh;
}
#content-main.sp-content #main-back::before {
	content: "";
	vertical-align: top;
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 130%;
	min-height: 100vh;
	min-height: 100lvh;
	top: 0;
	left: 0;
	background: #e85d26 50% 80px;
	background-size: cover;
}

@media screen and (min-width: 768px) {
	#content-main.sp-content #main-back::before {
		background-image: url("../images/20th_logo_vote/main_bg01.webp");
	}
}
@media screen and (max-width: 767px) {
	#content-main.sp-content #main-back::before {
		background-image: url("../images/20th_logo_vote/main_bg01_sp.webp");
		background-position: 50% 55px;
	}
}
.content-title {
	max-width: 1100px;
	text-align: center;
	margin: 0 auto 40px;
	padding: 60px 50px 0;
}
.content-title .-logo {
	text-align: right;
}
.content-title .-logo img {
	width: 210px;
}
.content-title img.-tx01 {
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.content-title {
		margin-bottom: calc( 100vw * 17 / 375 );
		padding: calc(100vw* 20 / 375) calc(100vw* 15 / 375);
	}
	.content-title .-logo {
		margin-bottom: calc( 100vw * 20 / 375 );
	}
	.content-title .-logo img {
        width: calc(100vw* 163 / 375);
   }
	.content-title img.-tx01 {
		width: calc( 100vw * 345 / 375 );
		max-width: none !important;
	}
}
.content-nav {
	padding: 80px 0;
}
.content-nav li {
}
.content-nav li > a {
	border: 1px solid #fff;
	display: block;
	position: relative;
	box-shadow: 0 0 8px rgba(255,255,255,0.6);
	transition: all .3s ease;
}
.content-nav li > a:hover {
	box-shadow: 0 0 13px rgba(255,255,255,0.8);
}
@media screen and (min-width: 768px) {
	.content-nav ul {
	}
	.content-nav li.-top {
		width: 543px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.content-title {
		    margin-bottom: calc( 100vw * 22 / 375 );
	}
	.content-nav {
		padding: 45px 0;
		padding: calc( 100vw * 1457 / 375 ) 0;
	}
	.content-nav ul {
		max-width: calc( 100vw * 304 / 375 );
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	#contentMain {
		padding-top: calc( 100vw * 75 / 375 );
	}
	.content-inner {
		padding: .1px calc( 100vw * 20 / 375 );
	}
}

.sec-special .sec-info{
	margin-top: 5em;
	margin-bottom: 0;
	font-size: 15px;
}
.sec-special .tx-att {
	color:#d00303 !important;}
.sec-special .tx-att2 {
	color:#fc671f !important;}
.sec-special .tx-en {
	font-family: YakuHanJP, "Oswald", "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
	vertical-align: baseline;
}
.sec-special .-label {
	width: fit-content;
	min-width: 412px;
	height: 40px;
	border-radius: 9999em;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.9;
	background: #733b24;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto;
	letter-spacing: 0.04em;
}
.sec-special .-btn{
	font-size: 36px;
	font-weight: 800;
	max-width: 720px;
	height: 126px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 9999em;
	background: #d00303 50% 50% no-repeat;
	background-image: url(../images/20th_parkopen/btn_bg02l.png),url(../images/20th_parkopen/btn_bg02r.png);
	background-position: .5% 8%, 99.5% 84%;
	color: #fff !important;
	position: relative;
	text-decoration: none !important;
	padding: 1em 0;
	line-height: 1.4;
	margin: 60px auto 0;
}
.sec-special .-btn-caption {
	font-size: 18px !important;
	text-align: center;
	display: block;
	margin-top: .3em;
}
.sec-special .-btn.-small{
  font-size: 32px;
  max-width: 590px;
  height: 100px;
}
.sec-special .-btn + .-btn {
	margin-top: 30px;
}
.sec-special a.-btn::after {
	content: "";
	width: 0.47em;
	height: 0.9em;
	background: url("../images/20th_parkopen/icon_arrow01_white.svg") 50% 50% no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: .2em;
	margin-top: .1em;
}
.sec-special span.-btn {
	filter: grayscale(1) contrast(50%);
	pointer-events: none;
}
.sec-special a.-btn:hover {
	opacity: .8;
}
.sec-special .-btn.-btn02{
	max-width: none;
	height: 120px;
	background-image: none;
}
.sec-special .-btn.-btn02 .-inner{
	font-size: 24px;
	line-height: 1.625;
	text-align: center;
}
.sec-special .-btn.-btn02::after{
	position: absolute;
	top: 50%;
	right: .8em;
	margin: 0;
	transform: translateY(-50%) rotate(-90deg);
}
@media screen and (max-width: 767px) {
	.sec-special .-label {
		min-width: calc(100vw * 490 / 750);
		height: calc(100vw * 54 / 750);
		font-size: calc(100vw * 13 / 375);
		margin: calc(100vw * 15 / 375) auto;
		padding-bottom: .1em
	}
	/*.sec-special .-btn a, .sec-special .-btn > span {
		font-size: calc( 100vw * 22 / 375 );
		height: calc( 100vw * 90 / 375 );
		line-height: 1.3;
		background-size: auto 85%;
	}*/
	.sec-special .-btn{
		font-size: calc( 100vw * 44 / 750 );
		max-width: calc( 100vw * 610 / 750 );
		height: calc( 100vw * 150 / 750 );
		background-size: auto 85%;
		line-height: 1.3;
		margin: calc( 100vw * 70 / 750 ) auto 0;
	}
  .sec-special .-btn + .-btn {
    margin-top: calc( 100vw * 30 / 750 );
  }
	.sec-special .-btn.-btn02{
		height: calc( 100vw * 150 / 750 );
		margin: calc( 100vw * 40 / 750 ) auto 0;
	}
	.sec-special .-btn.-btn02 .-inner{
		font-size: calc( 100vw * 32 / 750 );
		line-height: 1.31;
	}
	.sec-special .-btn-caption {
		font-size: calc( 100vw * 12 / 375 ) !important;
	}
  .sec-special .-btn.-small{
		font-size: calc( 100vw * 40 / 750 );
    height: calc( 100vw * 130 / 750 );
  }
}
.sec-special {
	font-size: 16px;
	line-height: 1.8;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

/*.sec-special::after {
	content: "";
	width: 100%;
	height: 100%;
	background: url("../images/20th_parkopen/bg01.png") 50% 300px no-repeat;
	pointer-events: none;
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
}*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
	.sec-special::after {
		background-size: 100% auto;
	}
}
.sec-special .content-inner {
	max-width: 1100px;
	padding: 0 50px 105px;
}
.sec-special .content-inner .-logo {
	text-align: center;
	margin-bottom: 5.1em;
}
.sec-special .-note {
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
    margin-top: .7em;
}
.sec-special .-lead {
	font-size: 22px;
	font-weight: 800;
	margin: 1em 0 1em;
	letter-spacing: normal;
	text-align: center;
	line-height: 2.09;
}
.sec-special .-lead2 {
  font-family: "M PLUS 2", sans-serif;
	font-weight: 800;
	font-size: 28px;
	margin: 1.2em 0 1.4em;
	text-align: center;
	line-height: 1.4;
}
.sec-special .-lead2 strong {
	font-size: 125%;
	vertical-align: baseline;
}
.sec-special #taiken2 .-ti01 {
	margin-bottom: 1.15em;
}
.sec-special #taiken2 .-lead2 {
	padding-right: .04em;
}
.sec-special .-lead3 {
	font-weight: 800;
	font-size: 40px;
	color: #5b2e1a;
	margin: 1.5em 0 1.55em;
	text-align: center;
}
.sec-special .-lead4 {
	font-weight: 800 !important;
	font-size: 20px !important;
	/*color: #fc671f;*/
	text-align: center;
	letter-spacing: .02em;
	line-height: 1.7 !important;
}
.sec-special .-text {
	border-radius: 30px;
	max-width: 920px;
	background: #fff;
	color: #5b2e1a;
	text-align: left;
	margin: 0 auto;
	padding: 40px 40px 70px;
}
.sec-special .-text > *:last-child {
	margin-bottom: 0;
}
.sec-special .-text .note-list li{
	font-size: 18px;
	line-height: 1.4;
}
.sec-special .-text p{
	font-size: 18px;
	line-height: 1.4;
}
.sec-special .-text2 {
	border-radius: 30px;
	min-width: 610px;
	font-size: 28px;
	font-weight: 600;
	display: table;
	margin: 0 auto 60px;
	background: #ffeeca;
	color: #5b2e1a;
	padding: .8em 1em 1.1em;
	line-height: 1.4;
	text-align: center;
}
.sec-special .-text2 .-note {
	margin-top: .4em;
	margin-bottom: -.2em;
	letter-spacing: 0.04em;
	display: block;
}
.sec-special .-text3 {
	max-width: 718px;
	font-size: 36px;
	font-weight: 800;
	margin: 75px auto 85px;
	line-height: 1.33;
	text-align: center;
	position: relative;
}
.sec-special .-text3::before {
	content: "";
	width: 116px;
	height: 68px;
	background: url("../images/20th_parkopen/tx01_bg03.png") 50% 0 no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	z-index: 0;
	pointer-events: none;
	top: 0;
	right: 0;
	transform: translate(0, -80%);
}
.sec-special .-text3::after {
	content: "";
	width: 152px;
	height: 86px;
	background: url("../images/20th_parkopen/tx01_bg04.png") 50% 0 no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	z-index: 0;
	pointer-events: none;
	left: 0;
	bottom: 0;
	transform: translate(-5%, 25%);
}
.sec-special .-text3 .fs-s {
	font-size: 85% !important;
	vertical-align: baseline;
}
.sec-special .-text3 .fs-l {
	font-size: 105% !important;
	vertical-align: baseline;
}
.sec-special .-text4 {
	background-repeat: no-repeat;
	background-image: url("../images/20th_parkopen/bg03_01.png"), url("../images/20th_parkopen/bg03_02.png"), url("../images/20th_parkopen/bg03_03.png"), url("../images/20th_parkopen/bg03_04.png");
	background-position: 0 0, 100% 0, 0 100%, 100% 100%;
	margin: -30px 0 50px;
	padding: 50px 0 10px;
}
.sec-special .-text4 p {
	font-weight: 500;
	line-height: 1.77;
	letter-spacing: .02em;
}
.sec-special .-text4 .caption{
	font-size: 14px;
	margin: .5em 0 0;
	letter-spacing: 0;
}
.sec-special .-text5 {
	border-radius: 10px;
	font-size: 22px !important;
	font-weight: 800;
	margin: 50px auto 50px;
	background: #ffeeca;
	color: #5b2e1a;
	padding: 1.3em 1em;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.02em;
}
.sec-special .-text5 .fs-s {
	font-size: 90% !important;
	vertical-align: baseline;
}

.sec-special .-tx-bg {
	display: inline-block;
	position: relative;
	background: linear-gradient(107deg, #ffee2b 0%, #fff297 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	letter-spacing: normal;
}
.sec-special .-mvimg {
	margin: 32px -50px 0;
	text-align: center;
}
.sec-special .text-comoing {
	position: relative;
	text-align: center;
	margin: 62px auto 145px;
}
.sec-special .text-comoing span {
	display: inline-block;
	position: relative;
}
.sec-special .text-comoing span::before {
	content: "";
	width: 427px;
	height: 76px;
	background: url("../images/20th_parkopen/tx01_bg01.png") 50% 0 no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	z-index: 0;
	pointer-events: none;
	top: 0;
	left: 50%;
	transform: translate(-52%, -5%);
}
.sec-special .text-comoing span::after {
	content: "";
	width: 502px;
	height: 140px;
	background: url("../images/20th_parkopen/tx01_bg02.png") 50% 0 no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	z-index: 0;
	pointer-events: none;
	left: 50%;
	top: 0;
	transform: translate(-49%, 45%);
}
.sec-special .ank-nav {
	display: flex;
	justify-content: center;
	margin: 85px auto 140px;
}
.sec-special .ank-nav li {
	margin: 0 10px;
}
.sec-special .ank-nav a {
	border-radius: 9999em;
	width: 450px;
	height: 127px;
	font-size: 30px;
	font-weight: 800;
	background: rgba(255,225,121,.70);
	color: #ffffff !important;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.19;
	letter-spacing: .05em;
	text-shadow: -3px -3px 11px #d33611, 3px -3px 11px #d33611, -3px 3px 11px #d33611, 3px 3px 11px #d33611;
	text-decoration: none !important;
	padding: 0 0 .1em .3em;
	overflow: hidden;
}
.sec-special .ank-nav img {
	width: auto;
	height: calc(1em * 78 / 50) !important;
}
.sec-special .ank-nav .-label {
	width: 100%;
	height: 1.83em;
	border-radius: 0;
	background: #b91b0c;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	text-shadow: none;
}
.sec-special .ank-nav .tx-no {
	font-size: 115%;
	line-height: 1;
	letter-spacing: -.01em;
	display: inline-block;
}
.sec-special .ank-nav a::after {
	content: "";
	width: 1.26em;
	height: 0.7em;
	background: url("../images/20th_parkopen/icon_arrow01.svg") 50% 50% no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: .2em;
	margin-top: .1em;
}
.sec-special .ank-nav a:hover {
	opacity: .9;
}
.sec-special .-ti01 {
	height: 197px;
	font-size: 50px;
	font-weight: 800;
	background: url("../images/20th_parkopen/ti01_bg01.png") 50% 0 no-repeat;
	color: #ffffff;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 140px 0 1.2em;
	line-height: 1.19;
	letter-spacing: .05em;
  	padding: 0 0 .5em;
	text-align: center;
	text-shadow: -5px -5px 18px #d33611, 5px -5px 18px #d33611, -5px 5px 18px #d33611, 5px 5px 18px #d33611;
}
.sec-special .-ti01 img {
	width: auto;
	height: calc(1em * 78 / 50) !important;
}
.sec-special .-ti01 .tx-no {
	font-size: 115%;
	line-height: 1;
	margin-right: .02em;
	display: inline-block;
	letter-spacing: -.02em;
}
.sec-special .-ti01 .-inner {
	white-space: nowrap;
	position: relative;
	display: inline-block;
	padding: 0 1.35em;
}
.sec-special .-ti01 .-inner::before,
.sec-special .-ti01 .-inner::after {
	content: "";
	background: url("../images/20th_parkopen/ti01_bg01l.png") 50% 0 no-repeat;
	background-size: contain;
	width: calc(1em * 50 / 50);
	height: calc(1em * 61 / 50);
	display: inline-block;
	position: absolute;
	top: .1em;
}
.sec-special .-ti01 .-inner::before {
	left: 0;
}
.sec-special .-ti01 .-inner::after {
	background-image: url("../images/20th_parkopen/ti01_bg01r.png");
	right: 0;
}
.sec-special .-ti02 {
	font-size: 38px;
	font-weight: 800;
	color: #d00303;
	margin: 1.3em 0 1.2em;
	padding: 0 0 .4em;
	border-bottom: 4px solid #d00303;
	text-align: center;
	letter-spacing: 0.04em;
}
.sec-special .-ti02:first-of-type {
	margin-top: .1em;
}
.sec-special .-ti03 {
	font-size: 38px;
	font-weight: 800;
	color: #d00303;
	letter-spacing: 0.02em;
	margin-bottom: .1em;
}
.sec-special .-ti03 .tx-no {
	font-size: 125%;
	line-height: 1;
	letter-spacing: -0.05em;
	margin: 0 .1em;
}
.sec-special .-ti03 .fs-s {
	font-size: 85% !important;
	vertical-align: baseline;
}
.sec-special .-ti04 {
	font-size: 32px;
	font-weight: 800;
	color: #5b2e1a;
	letter-spacing: 0.02em;
	margin: .1em 0 .1em;
}
.sec-special .-ti05 {
	font-size: 18px;
	margin: 1.5em 0 0;
}
.sec-special .-ti05:first-child {
	margin-top: 0;
}
.sec-special .-list-detail {
	font-size: 22px;
	line-height: 34px;
	margin: 1.4em .2em 0;
}
.sec-special .-list-detail dt,.sec-special .-list-detail dd  {
	/*font-family: "M PLUS 2", sans-serif;*/
	letter-spacing: .02em;
}
.sec-special .-list-detail dt {
	clear: both;
	font-size: 26px;
	font-weight: 800;
	color: #fc671f;
	float: left;
	width: 9.5em;
	background: url("../images/20th_parkopen/ti05_bg01.png") 0 0 no-repeat;
	padding-left: 1.3em;
}
/*.sec-special .-list-detail dt::before {
	content: "";
	background: url("../images/20th_parkopen/ti05_bg01.png") 0 0 no-repeat;
	width: 30px;
	height: 33px;
	display: block;
}*/
.sec-special .-list-detail dd {
	display: table;
  font-weight: 500;
}
.sec-special .-list-detail .note-list {
	margin-top: .4em;
  font-weight: normal;
}
.sec-special .-list-detail.-wide {
	padding-bottom: 25px;
  border-top: none;
}
.sec-special .table-schedule {
  width: 100%;
  max-width: 670px;
  margin: 0 auto 1em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  border-radius: .83em;
  overflow: hidden;
}
.sec-special .table-schedule .note {
  display: inline-block;
  font-weight: normal;
}
.sec-special .table-schedule th:not(:first-child),
.sec-special .table-schedule td:not(:first-child) {
  border-left: 6px solid transparent;
}
.sec-special .table-schedule thead th {
  background-color: #fc671f;
  color: #fff;
  padding: .8em .5em;
  vertical-align: middle;
}
.sec-special .table-schedule tbody th,
.sec-special .table-schedule tbody td {
  padding: .7em .5em;
  border-top: 6px solid transparent;
  vertical-align: middle;
}
.sec-special .table-schedule tbody th {
  background-color: #ffeeb4;
}
.sec-special .table-schedule tbody td {
  background-color: #efefef;
}
.sec-special .table-schedule + .note-list {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.sec-special .-link {
	margin: 100px auto 0;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.sec-special .-mvimg {
		position: relative;
	}
	.sec-special .-mvimg::before {
		content: "";
		width: 1290px;
		height: 1200px;
		background: url("../images/20th_parkopen/bg01.png") 50% 50% no-repeat;
		display: block;
		top: 50%;
		left: 50%;
		position: absolute;
		z-index: -1;
		transform: translate(-50%,-53.5%);
		/*transform: translate(-50%, -315px);*/
		pointer-events: none;
	}
	#taiken1::before {
		content: "";
		width: 100vw;
		height: calc( 100vw * 1200 / 750 );
		background: url("../images/20th_parkopen/bg02.png") 50% 0 no-repeat;
		display: block;
		left: 50%;
		position: absolute;
		z-index: -1;
		transform: translate(-50%,-4%);
		transform: translate(-50%,-120px);
		pointer-events: none;
	}
	#taiken2::before {
		content: "";
		width: 100vw;
		height: calc( 100vw * 1200 / 750 );
		background: url("../images/20th_parkopen/bg01.png") 50% 0 no-repeat;
		display: block;
		left: 50%;
		position: absolute;
		z-index: -1;
		transform: translate(-50%,4.1%);
		transform: translate(-50%,85px);
		pointer-events: none;
	}
	.sec-special .-text4 .pc-colum-2 {
		margin: 2.5em 0;
	}
	.sec-special .-text4 .pc-colum-2 > div {
		width: 48.8%;
	}
}
@media screen and (max-width: 767px) {
	.sec-special {
		font-size: calc( 100vw * 13 / 375 );
	}
	/*.sec-special::after {
		background-size: calc( 100vw * 870 / 750 ) auto;
		background-position: 0 calc( 100vw * 800 / 750 );
	}*/
	.sec-special .-mvimg::before {
		content: "";
		width: 100vw;
		height: calc( 100vw * 808 / 750 );
		background: url("../images/20th_parkopen/bg01_sp.png") 50% 0 no-repeat;
		background-size: 100% auto;
		display: block;
		left: 0;
		position: absolute;
		z-index: -1;
		transform: translateY(-10%);
		pointer-events: none;
	}
	#taiken1::before {
		content: "";
		width: 100vw;
		height: calc( 100vw * 808 / 750 );
		background: url("../images/20th_parkopen/bg01_sp.png") 50% 0 no-repeat;
		background-size: 100% auto;
		display: block;
		left: 0;
		position: absolute;
		z-index: -1;
		transform: translateY(13%) scale(-1, 1);
		pointer-events: none;
	}
	#taiken2::before {
		content: "";
		width: 100vw;
		height: calc( 100vw * 808 / 750 );
		background: url("../images/20th_parkopen/bg01_sp.png") 50% 0 no-repeat;
		background-size: 100% auto;
		display: block;
		left: 0;
		position: absolute;
		z-index: -1;
		transform: translateY(23%);
		pointer-events: none;
	}
	.sec-special .content-inner {
		padding: 0 calc( 100vw * 25 / 375 ) calc( 100vw * 50 / 375 );
	}
	.sec-special .content-inner .-logo {
		margin: 0 calc(100vw* 73 / 375) 3.6em;
	}
	.sec-special .-ti01 {
		/*border-top-width: 2px;
		border-bottom-width: 2px;*/
		background-size: auto 100%;
		height: calc( 100vw * 206 / 750 );
		font-size: calc( 100vw * 27 / 375 );
		margin: 2.2em calc( 100vw * -25 / 375 ) 1.2em;
		/*padding: .4em 0;
		text-shadow: -.1em -.1em .5em #d33611, .1em -.1em .5em #d33611, -.1em .1em .5em #d33611, .1em .1em .5em #d33611;*/
	}
	.sec-special #taiken1 .-text2 {
		margin-left: 0;
		margin-right: 0;
		padding-left: .5em;
		padding-right: .5em;
	}
	.sec-special #taiken2 .-ti01 {
		margin-top: 2.8em;
		margin-bottom: 1em;
	}
	.sec-special #taiken2 .-lead2 {
		        line-height: 1.4;
	}
	.sec-special #taiken2 .-text2 {
		margin-left: 0;
		margin-right: 0;
	}
	/*.sec-special .-ti01.sp-line1 {
		font-size: calc( 100vw * 30 / 375 );
		padding: .7em 0;
	}*/
	.sec-special .-ti01 .-inner::before, .sec-special .-ti01 .-inner::after {
		top: .2em;
	}
	.sec-special .-ti02 {
		font-size: calc( 100vw * 44 / 750 );
		border-bottom-width: 2px;
		margin: 1.1em 0 .8em;
		padding: 0 0 .3em;
		/*margin: 0 0 .8em;*/
	}
	/*.sec-special .-ti02 .-inner {
		padding: 0 .5em;
	}
	.sec-special .-ti02::before, .sec-special .-ti02::after {
    	height: 1.5px;
	}*/
	.sec-special .-ti03 {
		font-size: calc( 100vw * 38 / 750 );
	}
	.sec-special .-ti04 {
		font-size: calc( 100vw * 19 / 375 );
		margin: 0;
	}
	.sec-special .-ti05 {
		font-size: calc( 100vw * 22 / 750 );
	}
	.sec-special .-note {
		font-size: calc( 100vw * 11.5 / 375 );
		margin-top: .5em;
	}
	.sec-special .-lead {
		font-size: calc( 100vw * 13 / 375 );
        line-height: 1.8;
		margin: .5em -1em;
	}
	.sec-special .-lead2 {
		font-size: calc( 100vw * 14 / 375 );
		letter-spacing: normal;
		margin: 1em 0 1em;
		line-height: 1.65;
	}
	.sec-special .-lead2 strong {
		font-size: calc( 100vw * 19 / 375 );
	}
	.sec-special .-lead3 {
		display: block;
		font-size: calc( 100vw * 20 / 375 );
		line-height: 1.3;
		margin: 1.5em 0 1.7em;
	}
	.sec-special .-lead4 {
		font-size: calc( 100vw * 14 / 375 ) !important;
	}
	.sec-special .-text {
		border-radius: 1.2em;
		padding: 1.1em .8em calc( 100vw * 80 / 750 );
	}
	.sec-special .-text .note-list-m {
		font-size: calc( 100vw * 12 / 375 );
	}
	.sec-special .-text .note-list li{
		font-size: calc( 100vw * 22 / 750 );
		        line-height: 1.5;
	}
	.sec-special .-text p{
		font-size: calc( 100vw * 22 / 750 );
		        line-height: 1.5;
	}
	.sec-special .-text2 {
		min-width: 0;
        display: block;
        font-size: calc(100vw* 14 / 375);
        margin: 0 .7em 3.2em;
        padding: 1.2em 1em 1.3em;
        border-radius: 1.2em;
	}
	.sec-special .-text2 .-note {
		margin-top: -.1em;
        margin-bottom: 0em;
	}
	.sec-special .-text3 {
		max-width: calc(100vw* 544 / 750);
		font-size: calc(100vw* 40 / 750);
		margin: calc(100vw* 85 / 750) auto calc(100vw* 150 / 750);
		line-height: 1.36;
	}
	.sec-special .-text3::before {
		width: calc(100vw* 121 / 750);
		height: calc(100vw* 71 / 750);
		transform: translate(0, -80%);
	}
	.sec-special .-text3::after {
		width: calc(100vw* 158 / 750);
		height: calc(100vw* 89 / 750);
		transform: translate(-5%, 50%);
	}
	.sec-special .-text3 .fs-l {
		font-size: 110% !important;
	}
	.sec-special .-text4 {
		background-size: calc(100vw* 110 / 750) auto;
		margin: calc(100vw* -10 / 750) 0 calc(100vw* 40 / 750);
    	padding: calc(100vw* 50 / 750) calc(100vw* 20 / 750) calc(100vw* 30 / 750);
	}
	.sec-special .-text4 p {
		font-size: calc(100vw* 26 / 750);
	}
	.sec-special .-text4 .caption{
		font-size: calc(100vw* 22 / 750);
	}
	.sec-special .-text4 .pc-colum-2 > * {
		margin: calc(100vw* 40 / 750) 0;
	}
	.sec-special .-text5 {
		border-radius: calc(100vw* 30 / 750);
		font-size: calc(100vw* 28 / 750) !important;
		margin: calc(100vw* 40 / 750) 0;
	}
	.sec-special .-mvimg {
		margin: calc( 100vw * 25 / 375 ) -1em 0;
	}
	.sec-special .text-comoing {
		margin: calc(100vw * 10 / 375) calc(100vw * 58 / 375) calc(100vw * 60 / 375) calc(100vw * 52 / 375);
	}
	.sec-special .text-comoing span::before {
		width: calc(100vw * 446 / 750);
    height: calc(100vw * 78 / 750);
	}
	.sec-special .text-comoing span::after {
		width: calc(100vw * 525 / 750);
    height: calc(100vw * 146 / 750);
	}
	.sec-special .ank-nav {
		margin: 3.7em -1em 4.6em;
		justify-content: space-between;
	}
	.sec-special .ank-nav li {
		width: 49%;
		margin: 0;
	}
	.sec-special .ank-nav a {
		width: calc(100vw * 340 / 750);
		height: calc(100vw * 137 / 750);
		font-size: calc(100vw * 34 / 750);
		text-shadow: -.1em -.1em .5em #d33611, .1em -.1em .5em #d33611, -.1em .1em .5em #d33611, .1em .1em .5em #d33611;
		padding: .2em 0 0 0;
		flex-direction: column;
	}
	.sec-special .ank-nav .tx-no {
		font-size: 115%;
		line-height: 1;
		letter-spacing: -.01em;
		display: inline-block;
	}
	.sec-special .ank-nav .-label {
		font-size: calc(100vw * 25 / 750);
	}
	.sec-special .ank-nav a::after {
		margin: .2em 0 0 0;
	}
	.sec-special .ank-nav.-ank-nav2 {
		flex-direction: column;
	}
	.sec-special .ank-nav.-ank-nav2 li {
		width: 100%;
	}
	.sec-special .ank-nav.-ank-nav2 li + li {
		margin-top: calc(100vw * 30 / 750);
	}
	.sec-special .ank-nav.-ank-nav2 a {
		width: calc(100vw * 670 / 750);
		margin: 0 auto;
	}
	.sec-special .-list-detail {
		font-size: calc(100vw * 26 / 750);
		line-height: calc(100vw * 46 / 750);
		margin: 1.5em .1em 0;
	}
	.sec-special .-list-detail dt {
		font-size: calc(100vw * 30 / 750);
		width: 9em;
		background-size: 1.2em auto;
		background-position: 0 .1em;
		padding-left: 1.5em;
	}
	.sec-special .-list-detail.-wide {
	}
  .sec-special .table-schedule {
    max-width: calc(100vw * 590 / 750);
		font-size: calc(100vw * 26 / 750);
  }
  .sec-special .table-schedule th:not(:first-child),
  .sec-special .table-schedule td:not(:first-child) {
    border-left-width: calc(100vw * 6 / 750);
  }
  .sec-special .table-schedule tbody th,
  .sec-special .table-schedule tbody td {
    border-top-width: calc(100vw * 6 / 750);
  }
  .sec-special .table-schedule .note {
    font-size: calc(100vw* 22 / 750);
  }
	.sec-special .-link {
		max-width: calc( 100vw * 325 / 375 );
		margin-top: calc( 100vw * 50 / 375 );
	}
}
.sec-follow {
	background: #fff4dd;
	color: #000000;
	position: relative;
}
.sec-follow .content-inner {
	max-width: 1200px;
	padding: 100px 50px 75px;
}
.sec-sns {
}
.sec-sns .snsBtn {
	display: table;
	margin: 0 auto 35px;
}
.sec-sns .snsBtn li {
	display: inline-block;
	margin: 0;
}
.sec-sns .snsBtn li {
	width: 68px;
}
.sec-sns .snsBtn li + li{
  margin-left: 16px;
}
.sec-sns .snsCap {
	display: table;
	text-align: left;
	margin: 0 auto;
}
.sec-sns .snsCap h3 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 1.5em;
	text-align: center;
}
.sec-sns .snsCap li{
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 767px) {
	.sec-follow {
		color: #5b2e1a;
	}
	.sec-follow .content-inner {
		padding: calc( 100vw * 35 / 375 ) calc( 100vw * 20 / 375 ) calc( 100vw * 45 / 375 );
	}
	.sec-sns .snsBtn {
		margin-bottom: calc( 100vw * 30 / 375 );
	}
	.sec-sns .snsBtn li {
		width: calc( 100vw * 48 / 375 );
	}
	.sec-sns .snsBtn li + li{
		margin-left: calc( 100vw * 15 / 375 );
	}
	.sec-sns .snsCap h3 {
		font-size: calc( 100vw * 12.5 / 375 );
	}
	.sec-sns .snsCap li {
		font-size: calc( 100vw * 12 / 375 );
	}
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
	.sec-special .ank-nav li {
		width: 49%;
	}
	.sec-special .ank-nav a {
		width: auto;
		max-width: 450px;
	}
}
@media screen and (min-width: 767px) and (max-width: 890px) {
	.sec-special .-lead2 .spn {
				display: inherit !important;
	}
}