@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;
	}
}
@media screen and (max-width: 767px) {
	#contentMain {
		padding-top: calc( 100vw * 75 / 375 );
	}
	.content-inner {
		padding: .1px calc( 100vw * 20 / 375 );
	}
}

#content-main .contact-note, .btn-link a,
#content-main .sec-info p {
  font-family: YakuHanJP, 'M PLUS Rounded 1c', sans-serif;
}
.sec-special .sec-info{
	margin-top: 2em;
	margin-bottom: 0;
}
.sec-special .tx-att {
	color:#d00303 !important;}
.sec-special .tx-att2 {
	color:#fff192 !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: 1.5% 8%, 98.5% 66%;
	color: #fff !important;
	position: relative;
	text-decoration: none !important;
	padding: 1em 0 1em .3em;
	line-height: 1.4;
	margin: 30px auto 0;
}
.sec-special .-btn-caption {
	font-size: 18px !important;
	text-align: center;
	display: block;
	margin-top: .4em;
}
.sec-special .-btn.-small{
  font-size: 32px;
  max-width: 590px;
  height: 100px;
}
.sec-special .-btn + .-btn {
	margin-top: 30px;
}
.sec-special a.-btn .-inner::after {
	content: "";
	width: 0.45em;
	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: -.3em;
  vertical-align: middle;
}
.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);
}
.sec-special hr.hr-line1 {
  margin: 35px auto 35px !important;
  border-top: none !important;
  height: 6px !important;
  background: url("../images/20th_specialevening/hr_dot01.png") center center no-repeat;
}
@media screen and (max-width: 767px) {
  .content-title h1 {
    margin: 0 calc(100vw * -30 / 750);
  }
	.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 * 40 / 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;
    margin-top: .2em;
	}
  .sec-special .-btn.-small{
		font-size: calc( 100vw * 34 / 750 );
    height: calc( 100vw * 140 / 750 );
  }
  .sec-special a.-btn .-inner::after {
    margin-top: -.2em;
  }
  .sec-special hr.hr-line1 {
		margin: calc( 100vw * 40 / 750 ) 0 calc( 100vw * 30 / 750 ) !important;
    height: calc( 100vw * 9 / 750 ) !important;
    background-image: url("../images/20th_specialevening/hr_dot01_sp.png");
    background-size: contain;
  }
}
.sec-special {
	font-size: 16px;
	line-height: 1.8;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
@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 100px;
}
.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 .-text {
	border-radius: 30px;
	max-width: 920px;
	background: #fff;
	color: #5b2e1a;
	text-align: left;
	margin: 0 auto 100px;
	padding: 40px 40px 80px;
}
.sec-special .-text > *:last-child {
	margin-bottom: 0;
}
.sec-special .-text .note-list li{
	font-size: 18px;
	line-height: 1.44;
}
.sec-special .-text p{
	font-size: 18px;
	line-height: 1.4;
}
.sec-special .-text2 {
	border-radius: 30px;
	width: 100%;
	max-width: 670px;
	font-size: 28px;
	font-weight: 600;
	display: table;
	margin: 60px auto 50px;
	background: #ffeeca;
	color: #5b2e1a;
	padding: .9em 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 .-text2 .sec-info {
  background-color: #fff;
  box-shadow: none;
}
.sec-special .-text3 {
	max-width: 960px;
	margin: 105px auto 70px;
	text-align: center;
	position: relative;
}
.sec-special .-text3 .note-list {
  font-size: 24px;
	max-width: 710px;
	text-align: left;
  margin: 0 auto;
  line-height: 1.44;
}
.sec-special .-text3 .note-list li {
  font-size: 18px;
  letter-spacing: .03em;
}
.sec-special .list-point {
	max-width: 860px;
	font-size: 32px;
	font-weight: 500;
  line-height: 1.18;
  text-align: left;
  margin: 0 auto;
}
.sec-special .list-point strong {
	font-weight: 800;
}
.sec-special .list-point > li {
  display: flex;
  align-items: center;
  margin: 1.5em 0 1em;
}
.sec-special .list-point .ic-no {
  width: 83px;
  min-width: 83px;
  margin-right: .8em;
  margin-left: 12px;
}
.sec-special .list-point .-txt {
  letter-spacing: .04em;
}
.sec-special .list-schedule {
	border-radius: 30px;
	max-width: 860px;
	margin: 75px auto 100px;
	position: relative;
	background: #ffeeca;
	color: #5b2e1a;
	padding: 50px 0;
  text-align: left;
  letter-spacing: .02em;
}
.sec-special .list-schedule > dl {
	max-width: 630px;
  position: relative;
  margin: 0 auto;
  padding-left: 80px;
}
.sec-special .list-schedule > dl::before {
	content: "";
	background: url("../images/20th_specialevening/icon_schedule01.png") 0 0 no-repeat;
	width: 50px;
	height: 50px;
	display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.sec-special .list-schedule > dl:not(:last-child) {
  padding-bottom: 20px;
}
.sec-special .list-schedule > dl:not(:last-child)::after {
	content: "";
	background: #ff9d6e;
	width: 6px;
	height: 100%;
	display: block;
  position: absolute;
  top: 0;
  left: 24px;
  z-index: 1;
}
.sec-special .list-schedule .-date {
  clear: both;
  float: left;
	font-size: 30px;
	font-weight: 900;
	color: #fc671f;
  letter-spacing: .04em;
  line-height: 1.5;
}
.sec-special .list-schedule .-txt {
  display: table;
	font-size: 22px;
	font-weight: 800;
  line-height: 1.36;
  position: relative;
  padding-top: .4em;
  padding-left: 1.1em;
}
.sec-special .list-schedule .-txt::before {
	content: "";
	background: #5b2e1a;
	width: 10px;
	height: 3px;
	display: block;
  position: absolute;
  top: 1.1em;
  left: .2em;
  z-index: 1;
}
.sec-special .list-schedule .-note {
  width: 100%;
	border-radius: 15px;
	font-size: 18px;
	font-weight: 400;
  background: #fff9ee;
  margin-top: 1em;
  padding: 33px 60px 33px 80px;
  line-height: 1.44;
}
.sec-special .list-schedule .note-list {
  margin-top: .3em;
}
.sec-special .list-schedule .note-list > li {
	font-size: 16px;
	font-weight: 300;
  line-height: 1.375;
}

.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: -22px 0 0;
	text-align: center;
}
.sec-special .-ti01 {
  max-width: 940px;
	font-size: 38px;
	font-weight: 900;
  line-height: 1.26;
	display: block;
	position: relative;
	text-align: center;
	margin: 0 auto 53px;
  padding: 0 1em;
}
.sec-special .-ti01 .-tx-bg {
  letter-spacing: .02em;
}
.sec-special .-ti01 .fs-s {
  font-size: 85% !important;
  vertical-align: baseline;
}
.sec-special .-ti01::before,
.sec-special .-ti01::after {
	content: "";
	position: absolute;
	width: 33px;
	height: 94px;
	background: url("/treasure/fantasy/funderful/20th/images/ti01_bg01.png") 0 0 no-repeat;
  background-size: contain;
	display: block;
	top: 54%;
	z-index: 0;
}
.sec-special .-ti01::before {
	left: 0;
	transform: translateY(-50%);
}
.sec-special .-ti01::after {
	right: 0;
	transform: translateY(-50%) rotate(180deg);
}
.sec-special .-ti02 {
	font-size: 38px;
	font-weight: 800;
	color: #d00303;
	margin: 1.2em 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: 22px;
	font-weight: 800;
	color: #d00303;
	letter-spacing: normal;
	margin-bottom: -.3em;
  line-height: 1.45;
}
.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 .3em;
}
.sec-special .-ti02 + .-ti05 {
	margin-top: -.5em;
}
.sec-special .-ti05:first-child {
	margin-top: 0;
}
.sec-special .-list-detail {
	font-size: 22px;
	line-height: 1.7;
	line-height: 34px;
	margin: 1.65em .2em 0;
	letter-spacing: .02em;
}
.sec-special .-list-detail dt,.sec-special .-list-detail dd  {
	/*font-family: "M PLUS 2", sans-serif;*/
}
.sec-special .-list-detail dt {
	clear: both;
	font-size: 26px;
	font-weight: 800;
	color: #fc671f;
	float: left;
	width: 9.2em;
	background: url("../images/20th_parkopen/ti05_bg01.png") 0 0 no-repeat;
	padding-left: 1.3em;
}
.sec-special .-list-detail dd {
	display: table;
  font-weight: 500;
}
.sec-special .-list-detail .fs-l {
	font-size: 26px !important;
}
.sec-special .-list-detail .fs-s {
	font-size: 20px !important;
}
.sec-special .-list-detail .list-park {
  margin-top: .2em;
  margin-right: -.5em;
  line-height: 1.36;
}
.sec-special .-list-detail .note-list {
	margin-top: .4em;
  font-weight: normal;
}
.sec-special .-list-detail strong {
  font-weight: 800;
}
.sec-special .-list-detail.-wide {
	padding-bottom: 25px;
  border-top: none;
}
.sec-special .-link {
	margin: 50px auto 0;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.sec-special .-mvimg {
		position: relative;
	}
	.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 .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 {
		font-size: calc( 100vw * 38 / 750 );
		margin: 2.5em calc( 100vw * -40 / 750 ) 1.2em;
    line-height: 1.47;
	}
	.sec-special .-ti01::before, .sec-special .-ti01::after {
		width: calc( 100vw * 41 / 750 );
		height: calc( 100vw * 116 / 750 );
	}
	.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 * 28 / 750 );
	}
	.sec-special .-ti04 {
		font-size: calc( 100vw * 19 / 375 );
		margin: 0;
	}
	.sec-special .-ti05 {
		font-size: calc( 100vw * 22 / 750 );
    line-height: 1.45;
    margin: 1.6em 0 .9em;
	}
  .sec-special .-ti02 + .-ti05 {
    margin-top: 0;
  }
	.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: 1.9em -1em;
	}
	.sec-special .-text {
		border-radius: 1.2em;
    margin-bottom: calc( 100vw * 100 / 750 );
		padding: 1.1em .8em calc( 100vw * 70 / 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.46;
	}
	.sec-special .-text p{
		font-size: calc( 100vw * 22 / 750 );
		        line-height: 1.5;
	}
	.sec-special .-text .-link {
		max-width: calc( 100vw * 570 / 750 );
		margin-top: calc( 100vw * 60 / 750 );
	}
	.sec-special .-text2 {
		max-width: none;
        display: block;
        font-size: calc(100vw* 14 / 375);
        margin: 2em 0 0;
        padding: 1.2em .7em 1.3em;
        border-radius: 1.2em;
	}
	.sec-special .-text2 .-note {
		margin-top: -.1em;
        margin-bottom: 0em;
	}
	.sec-special .-text3 {
    margin: calc(100vw* 26 / 750) 0;
	}
  .sec-special .-text3 .note-list li {
    font-size: calc(100vw* 22 / 750);
  }
  .sec-special .list-point {
    font-size: calc(100vw* 34 / 750);
    line-height: 1.29;
  }
  .sec-special .list-point > li {
    margin: 1.3em 0 1em;
    align-items: flex-start;
  }
  .sec-special .list-point .ic-no {
    width: calc(100vw* 92 / 750);
    min-width: calc(100vw* 92 / 750);
    margin-right: .5em;
    margin-left: .2em;
  }
  .sec-special .list-schedule {
    border-radius: 1.2em;
    margin: calc(100vw* 96 / 750) auto calc(100vw* 100 / 750);
    padding: 2em 1em 1.7em;
  }
  .sec-special .list-schedule > dl {
    max-width: none;
    padding-left: 2.7em;
  }
  .sec-special .list-schedule > dl::before {
    width: calc(100vw* 50 / 750);
    height: calc(100vw* 50 / 750);
    background-size: contain;
  }
  .sec-special .list-schedule > dl:not(:last-child) {
    padding-bottom: .8em;
  }
  .sec-special .list-schedule > dl:not(:last-child)::after {
    width: .2em;
    left: 1em;
  }
  .sec-special .list-schedule .-date {
    font-size: calc(100vw* 32 / 750);
  }
  .sec-special .list-schedule .-txt {
    font-size: calc(100vw* 26 / 750);
    padding-top: .3em;
    padding-left: 2em;
  }
  .sec-special .list-schedule .-txt::before {
    width: .6em;
    height: .2em;
    top: .8em;
    left: .75em;
  }
  .sec-special .list-schedule .-note {
    border-radius: 15px;
    font-size: calc(100vw* 24 / 750);
    margin-top: .5em;
    padding: .7em .6em 1em;
  }
  .sec-special .list-schedule .-note .inline-block {
    margin: auto;
    display: table;
  }
  .sec-special .list-schedule .note-list {
    margin-top: .3em;
  }
  .sec-special .list-schedule .note-list > li {
    font-size: calc(100vw* 22 / 750);
    line-height: 1.375;
  }
	.sec-special .-mvimg {
		margin: calc( 100vw * -10 / 750 ) calc( 100vw * -23 / 750 ) 0;
	}
	.sec-special .-list-detail {
		font-size: calc(100vw * 26 / 750);
		line-height: calc(100vw * 42 / 750);
		margin: 1.5em .1em 0;
	}
	.sec-special .-list-detail dt {
		font-size: calc(100vw * 30 / 750);
		width: 7.5em;
		background-size: 1.2em auto;
		background-position: 0 .1em;
		padding-left: 1.5em;
	}
	.sec-special .-list-detail.-wide {
	}
  .sec-special .-list-detail .fs-l {
    font-size: calc(1em * 30 / 26) !important;
  }
  .sec-special .-list-detail .fs-s {
    font-size: calc(1em * 26 / 26) !important;
  }
  .sec-special .-list-detail .note-list {
    margin-top: 1em;
  }
  .sec-special .-list-detail .list-park {
    margin-top: 0em;
    line-height: 1.61;
  }
  .sec-special .-list-detail .list-park li {
    margin-top: .8em;
  }
}
.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 );
	}
}




/*.sec-special::before {
	content: "";
	width: 100%;
	background: 50% 0 no-repeat;
	opacity: .2;
	pointer-events: none;
	z-index: 50;
	position: absolute;
	    height: 100%;
	left: 0;
	top: 0;
}
@media screen and (min-width: 768px) {
	.sec-special::before {
		background-image: url("../images/20th_specialevening/_pc.jpg");
		background-position: 50% -1297px;
		background-position: 50% 0;
	}
}
@media screen and (max-width: 767px) {
	.sec-special::before {
		background-image: url("../images/20th_specialevening/_sp.jpg");
		background-size: 100% auto;
		background-position: 50% 499px;
		background-position: 50% -78px;
		background-position: 50% 0;
	}
}*/