@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600&family=M+PLUS+2:wght@400;500;700;800;900&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 .-ti02, .sec-special .-ti03, .sec-special .-ti04, .sec-special .-ti05, .sec-special .-ti06, .sec-special .-ti07, .sec-special .-ti08, .sec-special .-ti10, .sec-special .-ti11, .sec-special .-btn, .modal-vote-wrap .modal-vote-content .modal-vote-text {
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	letter-spacing: 0.05em;
}
.sec-special li {
	display: table;
	transform: rotate(0.03deg);
}
.sec-special ol.list-no {
	list-style: decimal;
	margin-left: 2em;
}
.sec-special ol.list-no li {
	display: list-item;
}
.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;
}
.note-list .note-list {
  display: block;
}
.note-list .note-list > li {
  font-size: inherit;
}
/* 20th navi */
.header-20th {
	border-top: 2px solid #ff4e00;
	text-align: right;
	position: relative;
	z-index: 3;
	background: #ffffff;
}
.header-20th .-logo img {
	width: auto !important;
	height: 88px !important;
}
@media screen and (max-width: 767px) {
	.header-20th {
		border-top-width: 1px;
	}
	.header-20th .-logo img {
		height: 54px !important;
	}
}


/* nav-20th
--------------------------------------------------------------*/
#nav-20th {
	background: #f8b81d url("/treasure/fantasy/funderful/20th/images/menu_bg01.webp");
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 80px 25px 80px;
	position: fixed;
	top:0;
	left:0px;
	z-index: 901;
	text-align: center;
	transition: top .3s ease;
}
#nav-20th a {
	display: block;
}
#nav-20th .-logo {
	position: relative;
	margin-bottom: 73px;
}
#nav-20th .-logo::after {
	content: "";
	background: #fff;
	display: block;
	width: 50px;
	height: 3px;
	margin: 20px auto 0;
}
#nav-20th .menuBtn-20th,
#nav-20th .menuBtn2-20th {
	display: block;
	/*position: absolute;*/
	right: var(--scrollbar);
}
body.openNav .menuBtn-20th,
body.openNav .menuBtn2-20th {
	right: var(--scrollbar);
}
#nav-20th.close {
	/*transform: translateY(130%);*/
	top: 130%;
}
#nav-20th.close .menuBtn-20th,
#nav-20th.close .menuBtn2-20th {
	display: none;
}
body.openNav #nav-20th {
	-webkit-overflow-scrolling: touch;
	    overflow-y: scroll;
	height: 100%;
}
@media screen and (min-width: 768px) {
	#nav-20th .mainMenu {
		max-width: 794px;
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
	}
	#nav-20th .mainMenu li:nth-child(2) {
		margin-top: 132px;
	}
	#nav-20th .mainMenu.-col2 {
		flex-wrap: wrap;
		flex-direction: row-reverse;
	}
	#nav-20th .mainMenu.-col2 li.nav-07 {
		margin-right: auto;
		width: calc( 100% * 460 / 784 );
	}
	#nav-20th .mainMenu.-col2 li.nav-06 {
		width: calc( 100% * 454 / 784 );
	}
	#nav-20th .mainMenu.-col2 li.nav-05 {
		margin-right: auto;
		margin-top: -25px;
		width: calc( 100% * 430 / 784 );
	}
	#nav-20th .mainMenu.-col2 li.nav-04 {
		margin-top: -100px;
		width: calc( 100% * 361 / 784 );
	}
	#nav-20th .mainMenu.-col2 li.nav-03 {
		margin-top: 120px;
		width: calc( 100% * 359 / 784 );
	}
	#nav-20th .mainMenu.-col2 li.nav-02 {
		margin-top: -45px;
		width: calc( 100% * 405 / 784 );
	}
	#nav-20th .mainMenu.-col2 li.nav-01 {
		margin-top: 120px;
		width: calc( 100% * 354 / 784 );
	}
}
@media screen and (max-width: 767px) {
	#nav-20th {
		background-image: url("/treasure/fantasy/funderful/20th/images/menu_bg01_sp.webp");
		padding: 40px 25px 80px;
		padding: calc(100vw * 40 / 375) calc(100vw * 25 / 375) calc(100vw * 80 / 375)
	}
	#nav-20th .-logo {
		margin-bottom: 35px;
		margin-bottom: calc(100vw * 35 / 375);
	}
	#nav-20th .-logo img {
		width: 46.5%;
	}
	#nav-20th .-logo::after {
		height: 2px;
		width: 24px;
		margin-top: 16px;
		height: calc(100vw * 2 / 375);
		width: calc(100vw * 24 / 375);
		margin-top: calc(100vw * 16 / 375);
	}
	#nav-20th .mainMenu {
		margin: 0 18px;
		margin: 0 calc(100vw * 18 / 375);
	}
	#nav-20th .mainMenu li:nth-child(2) {
		margin-top: 45px;
		margin-top: calc(100vw * 45 / 375);
	}
	#nav-20th .mainMenu.-col2 li + li {
		margin-top: calc(100vw * 40 / 375);
	}
	#nav-20th .mainMenu.-col2 li.nav-07 {
		margin-right: calc(100vw * -10 / 375);
	}
}

/* menuBtn-20th
--------------------------------------------------------------*/
.menuBtn-20th {
	border-top-left-radius: 9999em;
	border-bottom-left-radius: 9999em;
	background: url("/treasure/fantasy/funderful/20th/images/menu_tx01.png") 0 0 no-repeat;
	background-size: contain;
	display: block;
	width: 95px;
	height: 84px;
	position: fixed;
	cursor: pointer;
	bottom: 30px;
	right: 0;
	z-index: 50;
}
.menuBtn-20th._close {
	background-image: url("/treasure/fantasy/funderful/20th/images/menu_tx02.png");
}
.menuBtn2-20th {
	border-top-left-radius: 9999em;
	border-bottom-left-radius: 9999em;
	background: #fff;
	display: block;
	width: 95px;
	height: 84px;
	position: fixed;
	pointer-events: none;
	bottom: 30px;
	right: 0;
	z-index: 49;
	mix-blend-mode: overlay;
}
.menuBtn-20th.scrollBtn-20th, .menuBtn-20th.scrollBtn-20th + .menuBtn2-20th {
	transition: transform .3s ease;
	transform: translateX(100%)
}
.menuBtn-20th.scrollBtn-20th._show, .menuBtn-20th.scrollBtn-20th._show + .menuBtn2-20th {
	transform: translateX(0%);
}

@media screen and ( max-width: 767px ){
	.menuBtn-20th,.menuBtn2-20th {
		width: 70px;
		height: 60px;
		bottom: 47px;
		width: calc(100vw * 70 / 375);
		height: calc(100vw * 60 / 375);
		bottom: calc(100vw * 47 / 375);
	}
}
#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 45px;
	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;
}
.content-title span.-tx01 {
  font-family: "M PLUS 2", sans-serif;
	font-size: 42px;
	font-weight: 900;
	display: block;
	margin: 0 auto 0;
}
@media screen and (max-width: 767px) {
	.content-title {
		margin-bottom: 17px;
		padding: 20px 15px 0;
	}
	.content-title .-logo img {
        width: 163px;
	}
	.content-title img.-tx01 {
		width: 345px;
		max-width: none !important;
	}
}
@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: 163px;
        width: calc(100vw* 163 / 375);
   }
	.content-title img.-tx01 {
		width: calc( 100vw * 345 / 375 );
	}
  .content-title span.-tx01 {
    font-size: calc(100vw * 54 / 750);
    margin-top: -.5em;
  }
}
.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-nav {
		padding: 45px 0;
	}
	.content-nav ul {
		max-width: 304px;
		margin: 0 auto;
	}
	.content-nav li.-top {
	}
}
@media screen and (max-width: 767px) {
	.content-title {
		    margin-bottom: calc( 100vw * 17 / 375 );
	}
	.content-nav {
		padding: calc( 100vw * 1457 / 375 ) 0;
	}
	.content-nav ul {
		max-width: calc( 100vw * 304 / 375 );
	}
}

@media screen and (max-width: 767px) {
	#contentMain {
		padding-top: 75px;
	}
	.content-inner {
		padding: .1px 20px;
	}
}
@media screen and (max-width: 767px) {
	#contentMain {
		padding-top: calc( 100vw * 75 / 375 );
	}
	.content-inner {
		padding: .1px calc( 100vw * 20 / 375 );
	}
}
.sec-special .tx-att {
	color:#d93223 !important;}
.sec-special .tx-att2 {
	color:#d00303 !important;}
.sec-special .tx-att3 {
	color:#fc671f !important;}
.sec-special .-btn a,
.sec-special .-btn > span {
	font-size: 20px;
	font-weight: 800;
	height: 66px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 9999em;
	background: #ff7612 url("../images/20th_logo_vote/btn_bg01.png") 50% 50% no-repeat;
	background-size: contain;
	color: #fff !important;
	position: relative;
	text-decoration: none !important;
	padding: 1em 0;
	line-height: 1.4;
}
.sec-special .-btn a::after {
	content: "";
	width: 0.45em;
	height: 0.8em;
	background: url("../images/20th_logo_vote/icon_arrow01.svg") 50% 50% no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: .4em;
}
.sec-special .-btn > span:not(.-inner) {
	filter: grayscale(1) contrast(50%);
	pointer-events: none;
	font-size: 14px;
}
.sec-special .-btn a:hover {
	opacity: .8;
}
.sec-special .-btn.-btn02 a {
	font-size: 32px;
	max-width: 492px;
	height: 89px;
	background-color: #d93223;
	background-image: url(../images/20th_logo_vote/btn_bg01l.png),url(../images/20th_logo_vote/btn_bg01r.png);
	background-position: 0 0, 100% 0;
	background-size: auto 100%;
	margin: 65px auto 0;
}
.sec-special .-btn.-btn03 a {
	font-size: 30px;
	max-width: 668px;
	height: 126px;
	background-color: #ffecc0;
	background-image: url(../images/20th_goods/btn_bg01l.png),url(../images/20th_goods/btn_bg01r.png);
	background-position: 0 15%, 100% 85%;
	background-size: auto auto;
	margin: 60px auto 100px;
	color: #5b2e1a !important;
	letter-spacing: normal;
}
.sec-special .-btn.-btn03 a::after {
	content: "";
	width: 0.45em;
	height: 0.8em;
	background: url("../images/20th_goods/icon_arrow01.svg") 50% 50% no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: .4em;
}
.sec-special .-btn.-btn03 .fs-s {
	font-size: 85% !important;
	vertical-align: baseline;
}
.sec-special .-btn.-btn04 a,
.sec-special .-btn.-btn04 > span {
	font-size: 32px;
	max-width: 590px;
	height: 140px;
	background-color: #d00303;
	background-image: url(../images/20th_logo_vote/btn_bg01l.png),url(../images/20th_logo_vote/btn_bg01r.png);
	background-position: 0 15%, 100% 85%;
	background-size: auto auto;
	margin: 55px auto 0;
	color: #fff !important;
	letter-spacing: normal;
  text-align: center;
}
.sec-special .-btn.-btn04.-wide a,
.sec-special .-btn.-btn04.-wide > span {
	max-width: 730px;
	height: 120px;
}
.sec-special .-btn.-btn04.-small a,
.sec-special .-btn.-btn04.-small > span {
	height: 100px;
}
.sec-special .-btn.-btn04 a::after {
  display: none;
}
.sec-special .-btn.-btn04 a .-inner::after,
.sec-special .-btn.-btn04 > span .-inner::after {
	content: "";
	width: 0.45em;
	height: 0.8em;
	background: url("../images/20th_logo_vote/icon_arrow01.svg") 50% 50% no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: .4em;
}
.sec-special .-btn.-btn04 + .-btn.-btn04 > span {
  margin-top: 30px;
}
.sec-special .-btn.-btn03 .fs-s {
	font-size: 85% !important;
	vertical-align: baseline;
}
@media screen and (max-width: 767px) {
	.sec-special .-btn a,.sec-special .-btn > span {
		font-size: 20px;
		max-width: 285px;
		height: 66px;
		margin: 25px auto 0;
	}
	.sec-special .-btn > span {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.sec-special .-btn a,.sec-special .-btn > span {
		font-size: calc( 100vw * 20 / 375 );
		max-width: calc( 100vw * 285 / 375 );
		height: calc( 100vw * 66 / 375 );
		margin: calc( 100vw * 25 / 375 ) auto 0;
	}
	.sec-special .-btn > span {
		font-size: calc( 100vw * 14 / 375 );
	}
	.sec-special .-btn.-btn02 a {
		font-size: calc( 100vw * 18.8 / 375 );
		max-width: calc( 100vw * 285 / 375 );
		height: calc( 100vw * 66 / 375 );
		margin: calc( 100vw * 45 / 375 ) auto 0;
	}
	.sec-special .-btn.-btn03 a {
		font-size: calc( 100vw * 36 / 750 );
		max-width:  calc( 100vw * 650 / 750 );
		height: calc( 100vw * 180 / 750 );
		background-size: auto 65%;
		margin: calc( 100vw * 55 / 750 ) auto calc( 100vw * 150 / 750 );
		text-align: center;
	}
	.sec-special .-btn.-btn03 a::after {
		display: none;
	}
	.sec-special .-btn.-btn03 a .inner::after {
		content: "";
		width: 0.45em;
		height: 0.8em;
		background: url("../images/20th_goods/icon_arrow01.svg") 50% 50% no-repeat;
		background-size: contain;
		display: inline-block;
		margin-left: .2em;
	}
  .sec-special .-btn.-btn04 a,
  .sec-special .-btn.-btn04 > span {
		font-size: calc( 100vw * 40 / 750 );
		max-width:  calc( 100vw * 590 / 750 );
		height: calc( 100vw * 190 / 750 );
    margin: calc( 100vw * 45 / 750 ) auto 0;
		background-size: auto 65%;
  }
  .sec-special .-btn.-btn04.-wide a,
  .sec-special .-btn.-btn04.-wide > span {
		font-size: calc( 100vw * 32 / 750 );
		max-width:  calc( 100vw * 590 / 750 );
		height: calc( 100vw * 170 / 750 );
  }
  .sec-special .-btn.-btn04.-small a,
  .sec-special .-btn.-btn04.-small > span {
		font-size: calc( 100vw * 34 / 750 );
		height: calc( 100vw * 140 / 750 );
  }
  .sec-special .-btn.-btn04 + .-btn.-btn04 > span {
    margin-top: calc( 100vw * 30 / 750 );
  }
}
.sec-special {
	font-size: 16px;
	line-height: 1.8;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.sec-special .content-inner {
	max-width: 1200px;
	padding: 0 50px 105px;
}
.sec-special .tx-bg01 {
	display: inline-block;
	  background: linear-gradient(107deg, #ffee2b 0%, #ffe88d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-special .tx-bg02 {
	display: inline-block;
	  background: linear-gradient(90deg, #ff2b01, #ff8106 46%, #ff2b01);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-special .tx-bg03 {
	border-bottom: 1px solid #5b2e1a;
}
.sec-special a.tx-bg03 {
	text-decoration: none !important;
  color: inherit !important;
}
.sec-special .-mvimg {
	border: 2px solid #fffcf5;
	border-radius: 2px;
	box-shadow: 0 0 8px #ffffff;
	margin: 70px 0 65px;
}
.sec-special .-pepimg {
	margin: -100px 0 -70px;
	position: relative;
	z-index: 0;
}
.sec-special .-lead,
.sec-special .-lead7,
.sec-special .-lead8 {
	font-size: 22px;
	font-weight: 800;
	margin: 1em 0 1em;
	letter-spacing: normal;
	text-align: center;
	line-height: 2.09;
}
.sec-special .-lead2 {
	font-weight: 800;
	font-size: 36px;
	margin: 1.2em 0 1.5em;
	letter-spacing: .02em;
	text-align: center;
	line-height: 1.61;
}
.sec-special .-lead2::after {
	content: "";
	width: 50px;
	height: 25px;
	background: url("../images/20th_logo_vote/icon_arrow02.svg") 50% 50% no-repeat;
	background-size: contain;
	display: block;
	margin: .8em auto 0;
}
.sec-special .-lead3 {
	font-size: 22px;
	font-weight: 700;
	display: table;
	margin: 0 auto 0.5em;
	background: #ffd479;
	padding: .5em 1em;
	line-height: 1.4;
	text-align: center;
	border-radius: 9999em;
	color: #5b2e1a;
}
.sec-special .-lead4 {
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.sec-special .-lead5 {
	font-weight: 800;
	font-size: 36px;
	margin: 2.5em -1em;
	letter-spacing: .02em;
	text-align: center;
	line-height: 1.61;
}
.sec-special .-lead6 {
	font-size: 28.8px;
	font-weight: 800;
	margin: 1.5em 0 3.3em;
	letter-spacing: normal;
	text-align: center;
	line-height: 1.43;
}
.sec-special .-lead8 strong {
	font-size: 120%;
	font-weight: 900;
	vertical-align: baseline;
	line-height: 1;
}
.sec-special .-lead9 {
	font-size: 28px;
	font-weight: 800;
	margin: 1em 0 1em;
	letter-spacing: normal;
	text-align: center;
	line-height: 1.67;
}
.sec-special .-lead9 .icon-coming {
	display: block;
	margin: 1em 0 0;
}
.sec-special .-lead10 {
	font-size: 28.8px;
	font-weight: 800;
	margin: 1em 0 3em;
	letter-spacing: normal;
	text-align: center;
	line-height: 1.67;
}
.sec-special .-lead11 {
	font-weight: 500;
	text-align: center;
  line-height: 1.7;
  letter-spacing: .02em;
}
.sec-special .-lead12 {
	font-size: 30px;
	font-weight: 900;
  line-height: 1.2;
	text-align: center;
  letter-spacing: .02em;
  margin: 0 0 1.2em;
}
.sec-special .-lead13 {
	font-size: 28px;
	font-weight: 800;
  color: #d00303;
  text-align: center;
  margin: 1.4em 0 0;
}
.sec-special .-lead13 strong {
	font-size: 140%;
	font-weight: 800;
  vertical-align: baseline;
  display: inline-block;
  line-height: 1;
  margin: 0 .1em 0 .1em;
  transform: translateY(.05em);
}
.sec-special .-lead13::before,
.sec-special .-lead13::after {
	content: "";
  width: 30px;
  height: 33px;
  background: url("../images/20th_pep/bg04l.png") 50% 0 no-repeat;
  background-size: contain;
  display: inline-block;
  z-index: 0;
  pointer-events: none;
  vertical-align: middle;
  margin: -.2em .5em 0;
}
.sec-special .-lead13::after {
  background-image: url("../images/20th_pep/bg04r.png");
  margin-left: .1em;
}
.sec-special .-lead14 {
	font-size: 24px;
	font-weight: 700;
  text-align: center;
  position: relative;
  margin: 0 0 1.6em;
}
.sec-special .-lead14::before,
.sec-special .-lead14::after {
	content: "";
    width: 92px;
    height: 42px;
    background: url("../images/20th_pep/bg05l.png") 50% 0 no-repeat;
    background-size: contain;
    display: inline-block;
    z-index: 0;
    pointer-events: none;
  vertical-align: middle;
  margin: -.2em 20px 0 0;
}
.sec-special .-lead14::after {
    background-image: url("../images/20th_pep/bg05r.png");
  margin: -.2em 0 0 20px;
}
.sec-special .-text {
	max-width: 610px;
	text-align: left;
	margin: 0 auto;
}
.sec-special .-text1 {
	font-family: "M PLUS 2", sans-serif;
	width: 625px;
	font-weight: 800;
	font-size: 34px;
	text-align: center;
	line-height: 1.34;
	position: relative;
	letter-spacing: 0.04em;
	margin: 2em auto -.3em;
}
.sec-special .-text1 + .-text1 {
	margin-top: 1.1em;
}
.sec-special .-text1 .-number {
	font-weight: 900;
	font-size: 45px;
	margin-top: .1em;
    letter-spacing: .06em;
}
.sec-special .-text1 .-number strong {
	font-weight: 900;
	font-size: 142.85%;
	vertical-align: baseline;
	display: inline-block;
	line-height: 1;
}
.sec-special .-text1 .-date {
	font-weight: 900;
	font-size: 34px;
	text-align: right;
	display: inline-block;
	margin: .3em 0 .1em;
	line-height: 1.19;
    letter-spacing: .06em;
}
.sec-special .-text1 .-date .tx-bg01 {
	font-size: 42px;
	margin-bottom: .2em;
}
.sec-special .-text1 .-note {
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
}
.sec-special .-text1 .fs-s {
	font-size: 85% !important;
	vertical-align: baseline;
}
.sec-special .-text1::before,
.sec-special .-text1::after {
	content: "";
    width: calc(1em * 33 / 34);
    height: calc(1em * 94 / 34);
    background: url("../images/20th_goods/bg05.png") 0% 0 no-repeat;
    background-size: contain;
    display: inline-block;
    z-index: 0;
    pointer-events: none;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.sec-special .-text1::before {
	left: 0;
}
.sec-special .-text1::after {
	right: 0;
	transform: translateY(-50%) rotate(180deg);
}
.sec-special .-text1.-date::before,
.sec-special .-text1.-date::after {
	top: calc(50% - .5em);
}
.sec-special .-text1.-small {
  max-width: 455px;
	font-size: 42px;
  margin: 2.8em auto 1.7em;
}
.sec-special .-text1.-small::before,
.sec-special .-text1.-small::after {
    width: calc(1em * 23 / 42);
    height: calc(1em * 66 / 42);
}
.sec-special .-text2 {
	border-radius: 1.8em;
	background: #ffffff;
	color: #5b2e1a;
	max-width: 920px;
	position: relative;
	letter-spacing: 0.02em;
	margin: 3em auto 4.2em;
	padding: 20px 40px;
}
.sec-special .-text3 {
  font-size: 20px;
  border: 4px solid #fff297;
	border-radius: 1.2em;
	background: #ffffff;
	color: #5b2e1a !important;
	max-width: 1000px;
	position: relative;
	letter-spacing: 0.02em;
	margin: 3em auto 4.2em;
	padding: 0 96px 70px;
  overflow: hidden;
}
.sec-special .-text3 + .-text3 {
  margin-top: 6.5em;
}
.sec-special .-text3 hr.hr-line1 {
  border-top: 4px solid #e3e3e3 !important;
  margin: 57px -30px 48px !important;
}
.sec-special .-text3 .-text4 + hr.hr-line1 {
  margin-top: 60px !important;
}
.sec-special .-text3 hr.hr-line2 {
  font-size: 14px;
  width: 5em;
  margin: 3em auto 2.5em !important;
  border-top: none !important;
  height: 1em !important;
  background-position: center;
  background-image: radial-gradient(#fc671f 28%, transparent 28%); background-size: 1em 1em;
}
.sec-special .-text3 .note-list li {
  line-height: 1.625;
}
.sec-special .-text3 .sec-info {
  font-size: 18px;
  line-height: 1.4;
}
.sec-special .-text3 .sec-info .ti01,
.sec-special .-text3 .sec-info p {
    letter-spacing: normal;
}
.sec-special .-text4 {
  font-size: 22px;
  font-weight: 600;
	border-radius: .5em;
	background: #fc671f;
	color: #fff;
	max-width: 575px;
	position: relative;
	margin: .7em auto 0;
  padding: .4em;
  text-align: center;
}
.sec-special .-text4 strong {
  font-size: 115%;
  vertical-align: baseline;
  line-height: 1;
}
.sec-special .-text5 {
	border-radius: .5em;
	background: #ffeeca;
	position: relative;
	margin: 40px auto 0;
  padding: 30px 30px 40px;
  text-align: center;
  line-height: 1.57;
}
.sec-special .-text5 > *:last-of-type {
	margin-bottom: 0;
}
.sec-special .-text5 + .-text5 {
  margin-top: 30px;
}
.sec-special .-text5.-last {
  margin-bottom: 33px;
}
.sec-special .-text5 > p {
  font-weight: 500;
}
.sec-special .-text5 > p strong{
  font-weight: 900;
}
.sec-special .-text5 > .note-list{
  font-size: 20px;
  margin-top: .8em;
  text-align: left;
}
.sec-special .-text5 .tx-att {
	color:#d00303 !important;}
.sec-special .-text5 .-detail.-detail2 {
  font-size: 26px;
  background-color: #fff;
  border-radius: .2em;
  margin: .8em 0 0;
  padding: .3em .2em .3em;
}
.sec-special .-text5 .-detail.-detail2:not(.-colum-2) {
  padding: .4em .2em .5em;
}
.sec-special .-text5 p._label {
  margin-top: 15px;
}
.sec-special .-text5:not(.-last)::before {
	content: "";
	width: 100%;
	height: 20px;
	background: url("../images/20th_pep/icon_arrow03.png") 50% 0 no-repeat;
	background-size: auto 100%;
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
}
.sec-special .-text5.-done {
	background-color: #efefef;
}
.sec-special .-text5.-done:not(.-last)::before {
	background-image: url("../images/20th_pep/icon_arrow03_glay.png");
}
.sec-special .-text6 {
  font-size: 28px;
  font-weight: 700 !important;
  line-height: 1.57;
  margin-bottom: .5em;
}
.sec-special .-text7 {
  letter-spacing: 0;
  line-height: 1.7;
}
.sec-special .-text8 {
  position:relative;
  margin: 15px 0 0;
  padding:85px 50px 105px;
} 
.sec-special .-text8::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 25px;
    border: 6px solid transparent;
    background: linear-gradient(to bottom, #ff5012, #ffaa2a, #fc7121) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
  pointer-events: none;
}
.sec-special .-text8 p {
  letter-spacing: normal;
}
.sec-special dl.-list-show dt {
  clear: both;
  float: left;
  color: #fc671f;
}
.sec-special dl.-list-show dd {
  display: table;
}
.sec-special dl.-list-show dt,
.sec-special dl.-list-show dd {
  font-weight: 700;
}
/*.sec-special .-text8 .-list-show {
  letter-spacing: 0.02em;
  line-height: 1.78;
}*/
.sec-special .-text8 .-list-show > li:not(:last-of-type) .note-list {
  margin-bottom: .6em;
}
.sec-special .-text8 .note-list > li {
  letter-spacing: normal;
  /*margin-right: -.2em;*/
}
.sec-special .-text9 {
  position:relative;
  line-height: 1.7;
} 
.sec-special .-text9::after{
  content: "";
  width: 100px;
  height: 4px;
  background: #fc671f;
  margin: 32px auto;
  display: block;
}
.sec-special .-pagenav {
	max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 143px;
}
.sec-special .-pagenav > div {
  width: 49%;
  position: relative;
}
.sec-special .-pagenav.-wide > div {
  width: 100%;
}
.sec-special .-pagenav a.-link {
  display: block;
  text-decoration: none !important;
      margin: 0;
}
.sec-special .-pagenav a.-link::after {
	content: "";
    width: 57px;
    height: 30px;
    background: url("../images/20th_pep/icon_arrow02.svg") 0% 0 no-repeat;
    background-size: contain;
    display: inline-block;
    z-index: 0;
    pointer-events: none;
	vertical-align: middle;
	position: absolute;
	top: 110%;
  left: 50%;
	transform: translateX(-50%);
}
.sec-special .-pagenav a.-link:hover > div > * {
  opacity: .8;
}
.sec-special .-pagenav .-ti05::before,
.sec-special .-pagenav .-ti05::after {
  display: none !important;
}
.sec-special .-pagenav .-text3 {
  border-radius: 1em;
  margin: 0;
  padding: 0 15px 20px;
}
.sec-special .-pagenav .-text3 .-ti05 {
  font-size: 22px;
  margin: 0 -15px .7em;
  padding: .4em 0 .6em;
}
.sec-special .-pagenav .-text3 .-ti06 {
  font-size: 22px;
  margin-left: -1em;
  margin-right: -1em;
  letter-spacing: normal;
  line-height: 1.4;
}
.sec-special .-pagenav .-text3 .-text4 {
  font-size: 19px;
  margin: .8em auto 0;
  padding: .2em;
}
.sec-special .-pagenav .-note {
  width: 100%;
  font-size: 22px;
  font-weight: 800;
  position: absolute;
  left: 0;
  top: 106%;
  text-align: center;
      letter-spacing: .04em;
}
.sec-special .-pagenav .-note strong {
  font-size: 26px;
  vertical-align: baseline;
  line-height: 1;
}
.sec-special .-pagenav .-note::before {
	content: "";
    width: 30px;
    height: 36px;
    background: url(../images/20th_goods/bg03.png) 50% 0 no-repeat;
    background-size: contain;
    display: inline-block;
    pointer-events: none;
  vertical-align: middle;
  margin: -.2em .3em 0;
}
.sec-special .-pagenav .-note::after {
	content: "";
    width: 30px;
    height: 36px;
    background: url(../images/20th_goods/bg04.png) 50% 0 no-repeat;
    background-size: contain;
    display: inline-block;
    pointer-events: none;
  vertical-align: middle;
  margin: -.2em .3em 0;
}
.sec-special .item-logo {
	text-align: center;
	margin: 4.5% 0 4%;
}
.sec-special .-ti02 {
	font-size: 28px;
	font-weight: 800;
	display: flex;
	align-items: center;
	margin: 0 0 .7em;
}
.sec-special .-ti02 .-inner {
	white-space: nowrap;
	padding: 0 .7em;
}
.sec-special .-ti02::before,
.sec-special .-ti02::after {
	content: "";
	width: 100%;
	height: 3px;
	background: #ffffff;
	display: block;
}
.sec-special .-ti03 {
	font-size: 20px;
	font-weight: 700;
	margin: 2.5em 0 .5em;
}
.sec-special .-ti04 {
	border-bottom: 4px solid #d00303;
	font-size: 32px;
	font-weight: 800;
	color: #d00303;
	text-align: center;
	margin: 0 0 .8em;
	padding: 0 0 .1em;
	letter-spacing: .06em;
}
.sec-special .-ti05 {
	font-size: 30px;
	font-weight: 800;
  background: #d00303;
	color: #fff;
	text-align: center;
	margin: 0 -96px 2em;
	padding: .7em 0 .7em;
	letter-spacing: .1em;
  line-height: 1.53;
  position: relative;
}
.sec-special .-ti05.-vol2 {
  background-color: #1e4172;
}
.sec-special .-ti05 .-number {
  font-size: 120%;
	vertical-align: baseline;
  line-height: 1;
}
.sec-special .-ti05::before {
	content: "";
    width: calc(1em * 111 / 30);
    height: calc(1em * 51 / 30);
    background: url("../images/20th_pep/bg02l.png") 50% 0 no-repeat;
    background-size: contain;
    display: inline-block;
    z-index: 0;
    pointer-events: none;
	position: absolute;
  left: 22px;
  bottom: -72px;
}
.sec-special .-ti05::after {
	content: "";
    width: calc(1em * 111 / 30);
    height: calc(1em * 51 / 30);
    background: url("../images/20th_pep/bg02r.png") 50% 0 no-repeat;
    background-size: contain;
    display: inline-block;
    z-index: 0;
    pointer-events: none;
	position: absolute;
  right: 22px;
  bottom: -72px;
}
.sec-special .-ti06 {
	font-size: 30px;
	font-weight: 800;
  line-height: 1.53;
  text-align: center;
  letter-spacing: 0.08em;
}
.sec-special .-ti07 {
	border-bottom: 4px solid #d00303;
	font-size: 30px;
	font-weight: 800;
	color: #d00303;
	text-align: center;
  display: table;
	margin: 0 auto 1.1em;
	padding: 0 0 .1em;
	letter-spacing: .06em;
  line-height: 1.53;
}
.sec-special .-ti07.-wide {
  display: block;
  margin: 0 -30px 1.3em;
  letter-spacing: normal;
}
.sec-special .-ti07.-brown {
	border-bottom-color: #5b2e1a;
	color: #5b2e1a;
}
.sec-special .-ti07 + .-ti07 {
  margin-top: 1.3em;
}
.sec-special .-ti08 {
	font-size: 18px;
	font-weight: 700;
  margin: 1.6em 0 .5em;
}
.sec-special .-ti09 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-15px);
  text-align: center;
}
.sec-special .-ti09::before,
.sec-special .-ti09::after {
	content: "";
  width: 92px;
  height: 42px;
  background: url("../images/20th_pep/bg03l.png") 50% 0 no-repeat;
  background-size: contain;
  display: inline-block;
  z-index: 0;
  pointer-events: none;
	position: absolute;
  bottom: -7px;
}
.sec-special .-ti09::before {
  left: 16px;
}
.sec-special .-ti09::after {
  background-image: url("../images/20th_pep/bg03r.png");
  right: 16px;
}
.sec-special .-ti10 {
  width: fit-content;
  border-radius: .5em;
  background: #d00303;
  color: #fff;
	font-size: 22px;
	font-weight: 600;
  margin: 1.8em 0 .9em;
  padding: .4em .7em;
  line-height: 1;
  letter-spacing: 0.02em;
}
.sec-special .-ti11 {
	font-size: 18px;
	font-weight: 600;
  color: #d00303;
  margin: 2.6em 0 .3em;
  letter-spacing: normal;
}
.sec-special p._label {
	width: fit-content;
	min-width: 412px;
	min-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 .-detail {
	display: flex;
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	line-height: 1.5;
	margin: .8em 0 .7em;
}
.sec-special .-detail dt {
	font-size: 26px;
	font-weight: 900;
	color: #fc671f;
	width: 9.8em;
	min-width: 9.8em;
}
.sec-special .-detail dt::before {
	content: "";
    width: calc(1em * 40 / 26);
    height: calc(1em * 33 / 26);
    background: url("../images/20th_goods/bg06.png") 50% 0 no-repeat;
    background-size: contain;
    display: inline-block;
    z-index: 0;
    pointer-events: none;
	vertical-align: middle;
}
.sec-special .-detail dd {
	font-weight: inherit;
}
.sec-special .-detail dd .note-list {
	margin-top: .2em;
  line-height: 1.5;
}
.sec-special .-detail dd .note-list + .note-list-m {
	margin-top: .7em;
}
.sec-special .-detail dd .note-list-m {
  line-height: 1.5;
}
.sec-special .-detail dd .note-list-m li {
	font-weight: inherit;
}
.sec-special .-detail.-wide1 dt {
	width: 300px;
	min-width: 300px;
}
.sec-special .-detail dt .inline-block {
  letter-spacing: 0.02em;
}
.sec-special .-detail .fw-bold {
	font-weight: 800 !important;
}
.sec-special .-detail .fs-l {
	font-size: 118% !important;
}
.sec-special .-detail .fs-l .fs-s {
	font-size: 90% !important;
}
.sec-special .-detail span.fs-l {
	vertical-align: baseline;
  line-height: 1;
}
.sec-special .-detail .fs-m {
	font-size: 20px !important;
}
.sec-special p.-detail {
  line-height: 1.5;
  margin: 1.2em 0 .3em;
  letter-spacing: 0.02em;
  text-align: center;
  display: block;
}
.sec-special .-detail .fs-s {
	font-size: 85% !important;
  line-height: 1;
  vertical-align: baseline;
}
.sec-special .-detail.-detail2 {
	font-size: 30px;
	font-weight: 800;
	line-height: 1.2;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1.1em 0 1.2em;
  padding: .5em .2em .3em;
}
.sec-special .-detail.-detail2 dt {
  font-size: inherit;
	font-weight: 800;
  color: #d00303;
  width: auto;
  margin-bottom: .1em;
}
.sec-special .-detail.-detail2 dt::before,
.sec-special .-detail.-detail2 dt::after {
	content: "";
    width: calc(1em * 40 / 30);
    height: calc(1em * 33 / 30);
    background: url("../images/20th_pep/bg01l.png") 50% 0 no-repeat;
    background-size: contain;
    display: inline-block;
    z-index: 0;
    pointer-events: none;
	vertical-align: middle;
  margin-top: -.2em;
}
.sec-special .-detail.-detail2 dt::after {
    background-image: url("../images/20th_pep/bg01r.png");
}
.sec-special .-detail.-detail2 dd {
  /*font-family: YakuHanJP, "M PLUS 2", sans-serif;
  letter-spacing: .1em;*/
}
.sec-special .-detail.-detail2 .tx-att {
	color:#d00303;}
.sec-special .-link {
	margin: 93px auto 0;
	text-align: center;
}
.sec-special .-detail.-colum-1 dd {
  margin: .3em 0;
}
.sec-special .-detail.-colum-2 dt {
  min-width: 7.5em;
}
.sec-special .img-col .img-col-item {
	background: #fff;
	color: #5b2e1a;
	border-radius: 20px;
	position: relative;
	padding: 30px 30px 40px;
	line-height: 2.125;
}
.sec-special .img-col .img-col-item::before {
	content: "";
	border-radius: 50%;
	width: 100px;
	height: 100px;
	background: #fff url("../images/20th_logo_vote/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(-50%,-42%);
}
.sec-special .img-col .img-col-item::after {
	content: "";
	border-radius: 20px;
	width: calc( 100% - 20px );
	height: 100%;
	background: linear-gradient(to right, #ffbe32, #ffd479, #ffbe32);
	display: block;
	position: absolute;
	z-index: -1;
	pointer-events: none;
	top: 13px;
	left: 10px;
}
.sec-special .img-col .img-col-item .-label {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
	font-size: 22px;
  font-weight: 500;
  font-style: normal;
	text-align: center;
	line-height: 1.2;
	letter-spacing: normal;
	position: relative;
	z-index: 1;
}
.sec-special .img-col .img-col-item .-label::after {
	content: "";
	width: 56px;
	height: 3px;
	background: linear-gradient(to right, #ffbe32, #ffd479, #ffbe32);
	display: block;
	margin: .4em auto 40px;
}
.sec-special .img-col .img-col-item .-label .-number {
	font-size: 33px;
  font-weight: 600;	
}
.sec-special .img-col .img-col-item figure {
	height: 280px;
	text-align: center;
}
.sec-special .img-col .img-col-item .img-box-txt {
	margin: .5em 0 1.8em;
}
.sec-special .img-col .img-col-item .img-box-txt dt {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
	font-size: 24px;
  font-weight: 500;
  font-style: normal;
	text-align: left;
	line-height: 1.2;
	letter-spacing: normal;
	margin-bottom: 20px;
}
.sec-special .img-col .img-col-item .img-box-txt dt::after {
	content: "";
	width: 55px;
	height: 3px;
	background: linear-gradient(to right, #ffbe32, #ffd479, #ffbe32);
	display: block;
	margin: .7em 0 0;
}
.sec-special .img-col .img-col-item .img-box-txt + .-txt01 {
	margin-top: 0;
}
.sec-special .img-col .img-col-item .-btn {
	margin-top: auto;
}
.sec-special .img-col .img-col-item .-txt01 {
	font-size: 15px;
	text-align: left;
	background: #fff6df;
	margin: 25px 0 0;
	padding: 1.2em 1em;
  line-height: 1.62;
	letter-spacing: normal;
}
.sec-special .img-col02 .img-col-item {
	color: #5b2e1a;
	position: relative;
}
.sec-special .img-col02 .img-col-item .-txt01 {
	border-radius: 1em;
	text-align: left;
	background: #ffeeca;
	margin: 15px 0 0;
	padding: 1em 1em;
	letter-spacing: normal;
  line-height: 1.62;
}
.img-box02 {
	background: #fff;
	color: #5b2e1a;
	border-radius: 20px;
	position: relative;
	margin: 100px auto 0;
	padding: 60px 50px 80px;
  line-height: 1.625;
}
.img-box02 .-ti02::before, .img-box02 .-ti02::after {
	background: #5b2e1a;
}
.img-box02 .-text {
	max-width: none;
}
.img-box3 {
	border-radius: 1.5em;
	border: 6px solid #fedfa0;
	background: #fff;
	color: #5b2e1a;
	max-width: 760px;
	margin: 0 auto 100px;
	padding: 45px 40px;
}
.img-box3 .-txt02 {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.03em;
	line-height: 1.66;
}
.img-box3 .-txt03 {
	font-size: 22px;
	font-weight: 800;
	text-align: center;
	letter-spacing: -0.02em;
	line-height: 1.66;
	margin: 1.5em 0 0;
}
.img-box3 .-txt03::after {
	content: "";
	width: 46px;
	height: 23px;
	background: url("../images/20th_goods/icon_arrow02.svg") 50% 50% no-repeat;
	background-size: contain;
	display: block;
	margin: .4em auto 0;
}
.sec-special .img-box3 .img-col .img-col-item::before,
.sec-special .img-box3 .img-col .img-col-item::after {
	display: none;
}

#vote .voted_txt{
	display: none;
}
#vote.voted .voted_txt{
	display: block;
}

.sec-special .result-col .result-col-item {
	max-width: 760px;
	border: 6px solid #fedfa0;
	background: #fff;
	color: #733a23;
	border-radius: 20px;
	position: relative;
	margin: 60px auto 65px;
	padding: 35px 30px 45px;
	line-height: 2.125;
	text-align: center;
}
.sec-special .result-col .result-col-item::after {
	content: "";
	border-radius: 20px;
	width: calc( 100% - 10px );
	height: 100%;
	background: #fedfa0;
	display: block;
	position: absolute;
	z-index: -1;
	pointer-events: none;
	top: 19px;
	left: 5px;
}
.sec-special .result-col .result-col-item .-ttl {
	margin: 0 0 20px;
}
.sec-special .result-col .result-col-item figure {
	max-width: 357px;
	margin: 0 auto;
}
.sec-special .result-col .result-col-item .-txt01 {
	max-width: 540px;
	text-align: left;
	background: #fff6df;
	margin: -5px auto 0;
	padding: 23px 25px 20px;
	line-height: 1.62;
}
.sec-special .result-col .result-col-item .-txt02 {
	font-size: 33px;
  font-weight: 800;
	color: #d00303;
	letter-spacing: .03em;
}
.sec-special .result-col .result-col-item .-txt02::before {
	content: "";
	width: 60px;
	height: 4px;
	background: linear-gradient(to right, #ffbe32, #ffd479, #ffbe32);
	display: block;
	margin: 40px auto 20px;
}
.sec-special .result-col .result-col-item .-txt03 {
	font-size: 22px;
  font-weight: 700;
	line-height: 1.7;
	letter-spacing: .03em;
}
.sec-special .result-col .result-col-item .-txt03 .fs-s {
	font-size: 20px !important;
}
.sec-special .result-col .result-col-item .-btn {
	margin-top: auto;
}
@media screen and (min-width: 768px) {
	.sec-special .img-col {
		display: flex;
		justify-content: space-between;
		margin: 135px 0 120px;
	}
	.sec-special .img-col .img-col-item {
		width: 31.6%;
		border-radius: 20px;
		position: relative;
		padding: 30px 30px 40px;
		display: flex;
		flex-direction: column;
		line-height: 2.125;
	}
	.sec-special .img-col .img-col-item figure img {
		width: 284px;
		width: 99.6%;
	}
	.sec-special .img-col .img-col-item:nth-child(1) figure img {
		margin-top: 4%;
	}
	.sec-special .img-col .img-col-item:nth-child(2) figure img {
		margin-top: 2%;
	}
	.sec-special .img-col02 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 -16px 70px;
	}
	.sec-special .img-col02 .img-col-item {
		line-height: 2.125;
		width: 312px;
		margin: 40px 16px 0;
	}
	.sec-special .img-col02 .img-col-item.-yoko {
		width: 410px;
		margin: 40px 20px 0;
	}
	.sec-special .img-col02 .img-col-item .-txt01 {
	    letter-spacing: -0.03em;
	}
	.sec-special .img-col02 .-text {
		max-width: 860px;
		margin: 60px auto 0;
	}
	.sec-special .-text .note-list-m {
		margin: 0 -.5em;
		line-height: 1.72
	}
	.sec-special .-text ol.list-no {
		margin: 0 -.5em 0 2em;
		line-height: 1.72
	}
	.sec-special .img-box3 .img-col .img-col-item {
		width: 45.5%;
		padding: 0;
	}
	.sec-special .img-box3 .img-col {
		margin: 33px 0 3px;
	}
	.sec-special .img-box3 .img-col .img-col-item:nth-child(1) figure img {
		transform: scale(.95);
		transform-origin: center 80%;
	}
	.sec-special .img-box3 .img-col .img-col-item:nth-child(2) figure img {
		transform: scale(.93);
        transform-origin: 20% 40%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
	
	.sec-special .img-col .img-col-item {
			padding: calc( 100vw * 30 / 1200) calc( 100vw * 30 / 1200) calc( 100vw * 40 / 1200);
	}
	.sec-special .img-col .img-col-item figure {
		height: calc( 100vw * 280 / 1200);
	}
	.sec-special .img-col .img-col-item .-label {
		font-size: calc( 100vw * 22 / 1200);
	}
	.sec-special .img-col .img-col-item .-label .-number {
		font-size: calc( 100vw * 33 / 1200);
	}
	.sec-special .img-col .img-col-item .img-box-txt {
		font-size: calc( 100vw * 16 / 1200);
	}
	.sec-special .img-col .img-col-item .img-box-txt dt {
		font-size: calc( 100vw * 24 / 1200);
	}
	.sec-special .img-col .img-col-item .-txt01 {
		font-size: calc( 100vw * 14 / 1200);
		margin: calc( 100vw * 25 / 1200) 0 0;
	}
	.sec-special .img-col02 {
		margin: 0 calc( 100% * -16 / 1032) 70px;
	}
	.sec-special .img-col02 .img-col-item {
		font-size: calc( 100vw * 16 / 1240);
		width: calc( 100% * 312 / 1032);
		margin: 40px calc( 100% * 16 / 1032) 0;
	}
	.sec-special .img-col02 .img-col-item.-yoko {
		width: calc( 100% * 410 / 1032);
		margin: 40px calc( 100% * 20 / 1032) 0;
	}
	.sec-special .img-col02 .-text {
		max-width: calc( 100vw * 860 / 1100);
	}
	.img-box02 {
		padding: 60px calc( 100% * 50 / 1100) 80px;
	}
	.img-box02 > figure {
		margin: 0 calc( 100% * -15 / 1100 );
	}
	.sec-special .-btn a {
		font-size: calc( 100vw * 20 / 1200);
	}
	.sec-special .-btn > span {
		font-size: calc( 100vw * 14 / 1200);
	}
	.sec-special .img-box3 .img-col .img-col-item figure {
		height: auto;
	}
	.sec-special .img-box3 .img-col .img-col-item .img-box-txt {
		font-size: 16px;
	}
	.sec-special .img-box3 .img-col .img-col-item .img-box-txt dt {
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.sec-special {
		font-size: 13px;
	}
	.sec-special .content-inner {
		padding: 0 25px 50px;
	}
	.sec-special .-ti02 {
		font-size: 17px;
	margin: 0 0 1em;
	}
	.sec-special .-ti02 .-inner {
		padding: 0 .5em;
	}
	.sec-special .-ti02::before, .sec-special .-ti02::after {
    height: 1.5px;
	}
	.sec-special .-lead {
		font-size: 13px;
        line-height: 2;
	}
	.sec-special .-lead2 {
		font-size: 24px;
		        letter-spacing: normal;
	margin: 1em 0 1em;
	}
	.sec-special .-lead2::after {
    width: 31px;
    height: 15.5px;
		margin: .5em auto 0;
	}
	.sec-special .img-col {
		margin: 60px 0 60px;
	}
	.sec-special .img-col .img-col-item {
		border-radius: 8px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 75px;
		padding: 28px 20px 30px;
		line-height: 1.69;
	}
	.sec-special .img-col .img-col-item:first-child {
		margin-top: 67px;
	}
	.sec-special .img-col .img-col-item::before {
		width: 70px;
		height: 70px;
		background-image: url("../images/20th_logo_vote/bg01_sp.png");
	}
	.sec-special .img-col .img-col-item::after {
		border-radius: 8px;
		width: calc( 100% - 10px );
		top: 7px;
		left: 5px;
	}
	.sec-special .img-col .img-col-item .-label {
		font-size: 16px;
		line-height: 1.2;
	}
	.sec-special .img-col .img-col-item .-label::after {
		width: 40px;
		height: 2px;
		margin: .5em auto 40px;
	}
	.sec-special .img-col .img-col-item .-label .-number {
		font-size: 23px;
	}
	.sec-special .img-col .img-col-item figure {
		height: auto;
		max-width: 285px;
		margin: auto;
	}
	.sec-special .img-col .img-col-item figure img {
		width: auto;
	}
	.sec-special .img-col .img-col-item .img-box-txt {
		margin: 1.2em 0 2em;
	}
	.sec-special .img-col .img-col-item .img-box-txt dt {
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 15px;
	}
	.sec-special .img-col .img-col-item .img-box-txt dt::after {
		width: 40px;
		height: 2px;
		margin: .7em 0 0;
	}
	.sec-special .-text .note-list-m{
		font-size: 12px;
		margin: 0 -.3em;
	}
	.sec-special .-text ol.list-no {
		font-size: 12px;
		margin: 0 -.3em 0 2em;
	}
	.sec-special .-link {
		max-width: 325px;
		margin-top: 45px;
	}
}
@media screen and (max-width: 767px) {
	.sec-special {
		font-size: calc( 100vw * 13 / 375 );
	}
	.sec-special .content-inner {
		padding: 0 calc( 100vw * 25 / 375 ) calc( 100vw * 50 / 375 );
	}
	.sec-special .-mvimg {
		border-width: 1px;
		border-radius: 2px;
		margin: calc( 100vw * 42 / 375 ) -1.5% calc( 100vw * 28 / 375 );
	}
	.sec-special .-pepimg {
		margin: calc( 100vw * -10 / 750 ) calc( 100vw * -50 / 750 ) calc( 100vw * -80 / 750 );
	}
	.sec-special .-ti02 {
		font-size: calc( 100vw * 17 / 375 );
	}
	.sec-special .-ti02::before, .sec-special .-ti02::after {
    height: calc( 100vw * 1.5 / 375 );
	}
	.sec-special .-ti03 {
		font-size: calc( 100vw * 13 / 375 );
		margin: 2.5em 0 .3em;
	}
	.sec-special .-ti04 {
		border-bottom-width: calc( 100vw * 4 / 750 );
		font-size: calc( 100vw * 42 / 750 );
		margin: 0 0 1.1em;
        padding: 0 0 .2em;
	}
  .sec-special .-ti05 {
		font-size: calc( 100vw * 34 / 750 );
    margin: 0 calc( 100vw * -26 / 750 ) 1.7em;
    padding: .6em 0 .6em;
  }
  .sec-special .-ti05::before {
      width: calc(1em * 121 / 34);
      height: calc(1em * 56 / 34);
    left: calc( 100vw * 22 / 750);
    bottom: calc( 100vw * -75 / 750);
  }
  .sec-special .-ti05::after {
      width: calc(1em * 121 / 34);
      height: calc(1em * 56 / 34);
    right: calc( 100vw * 22 / 750);
    bottom: calc( 100vw * -75 / 750);
  }
  .sec-special .-ti06 {
		font-size: calc( 100vw * 36 / 750 );
    line-height: 1.44;
  }
  .sec-special .-ti07 {
		font-size: calc( 100vw * 36 / 750 );
    border-bottom-width: 2px;
    margin: 0 auto 1.2em;
    padding: 0 .1em .2em;
    line-height: 1.44;
  }
  .sec-special .-ti07.-wide {
    display: table;
    margin: 0 auto 1.1em;
    padding: 0 .1em .3em;
  }
  .sec-special .-ti07.-brown {
    margin-bottom: .7em;
  }
  .sec-special .-ti08 {
		font-size: calc( 100vw * 22 / 750 );
  }
  .sec-special .-ti09 {
    text-align: center;
    transform: translateY(calc( 100vw * -15 / 750 ));
  }
  .sec-special .-ti09 img {
    width: calc( 100vw * 320 / 750 );
  }
  .sec-special .-ti09::before,
  .sec-special .-ti09::after {
    width: calc( 100vw * 111 / 750 );
    height: calc( 100vw * 50 / 750 );
  }
  .sec-special .-ti09::before {
    left: calc( 100vw * 13 / 750 );
  }
  .sec-special .-ti09::after {
    right: calc( 100vw * 13 / 750 );
  }
  .sec-special .-ti10 {
    border-radius: .3em;
    font-size: calc( 100vw * 26 / 750 );
    margin: 1.5em 0 1.1em;
    padding: .3em .7em;
  }
  .sec-special .-ti11 {
    font-size: calc( 100vw * 26 / 750 );
    margin: 1.2em 0 .4em;
  }
	.sec-special p._label {
		min-width: calc(100vw * 490 / 750);
		min-height: calc(100vw * 54 / 750);
		font-size: calc(100vw * 13 / 375);
		margin: calc(100vw * 15 / 375) auto;
		padding-bottom: .1em
	}
	.sec-special .-detail {
		font-size: calc( 100vw * 26 / 750 );
		line-height: calc( 100vw * 30 / 750 );
		margin: 1em 0 .7em;
	}
	.sec-special .-detail dt {
		font-size: calc( 100vw * 30 / 750 );
		width: 9.1em;
		min-width: 9.1em;
	}
  .sec-special .-detail.-wide1 dt {
		width: 8em;
		min-width: 8em;
  }
  .sec-special .-detail .fs-m {
    font-size: calc( 100vw * 26 / 750 ) !important;
  }
  .sec-special .-detail.-detail2 {
		font-size: calc( 100vw * 30 / 750 );
    margin: 1.4em 0 1.2em;
    padding: .6em .2em .4em;
  }
  .sec-special .-detail.-detail2 dt {
    margin-bottom: .3em;
  }
	.sec-special .-lead {
		font-size: calc( 100vw * 13 / 375 );
	}
	.sec-special .-lead2 {
		font-size: calc( 100vw * 24 / 375 );
	}
	.sec-special .-lead2::after {
    width: calc( 100vw * 31 / 375 );
    height: calc( 100vw * 15.5 / 375 );
	}
	.sec-special .-lead3 {
		display: block;
		font-size: calc( 100vw * 13 / 375 );
		margin: 0 auto 0.5em;
	}
	.sec-special .-lead3 span {
		font-size: 120%;
		vertical-align: baseline;
	}
	.sec-special .-lead4 {
		text-align: left;
		margin-top: 1em;
	}
	.sec-special .-lead5 {
		font-size: calc( 100vw * 20 / 375 );
		letter-spacing: -0.02em;
	}
	.sec-special .-lead6 {
		font-size: calc( 100vw * 33 / 750 );
		margin: 1em 0 2.8em;
	}
	.sec-special .-lead7 {
		font-size: calc( 100vw * 32 / 750 );
		line-height: 1.56;
		margin: .8em 0 1em;
	}
	.sec-special .-lead8 {
		font-size: calc( 100vw * 28 / 750 );
		line-height: 1.64;
		margin-left: -2em;
		margin-right: -2em;
	}
	.sec-special .-lead9 {
		font-size: calc( 100vw * 28 / 750 );
		margin-left: -2em;
		margin-right: -2em;
	}
	.sec-special .-lead9 .icon-coming {
		margin: calc( 100vw * 30 / 750 ) calc( 100vw * 115 / 750 ) calc( 100vw * 100 / 750 ) calc( 100vw * 100 / 750 );
	}
	.sec-special .-lead10 {
		font-size: calc( 100vw * 35 / 750 );
	}
	.sec-special .-lead11 {
		font-size: calc( 100vw * 26 / 750 );
    text-align: left;
    line-height: 1.76;
	}
  .sec-special .-lead12 {
		font-size: calc( 100vw * 30 / 750 );
    line-height: 1.4;
  }
  .sec-special .-lead13 {
		font-size: calc( 100vw * 28 / 750 );
    margin: .9em 0 0;
  }
  .sec-special .-lead13::before,
  .sec-special .-lead13::after {
    width: calc( 100vw * 30 / 750 );
    height: calc( 100vw * 33 / 750 );
  }
  .sec-special .-lead14 {
		font-size: calc( 100vw * 24 / 750 );
    position: relative;
    margin-bottom: 1.2em;
    padding-bottom: 2em;
  }
  .sec-special .-lead14::before, .sec-special .-lead14::after {
    width: calc( 100vw * 111 / 750 );
    height: calc( 100vw * 50 / 750 );
    position: absolute;
    bottom: 0;
  }
  .sec-special .-lead14::before {
    left: 0;
  }
  .sec-special .-lead14::after {
    right: 0;
  }
	.sec-special .item-logo {
		margin: 10.5% 7.5% 4%;
	}
	.sec-special .-text1 {
		width: auto;
		font-size: calc( 100vw * 40 / 750 );
		line-height: 1.34;
		margin: 2em 3% .3em;
	}
	.sec-special .-text1 + .-text1 {
		margin-top: .9em;
	}
	.sec-special .-text1 .-number {
		font-size: calc( 100vw * 53.2 / 750 );
		margin-top: .1em;
		letter-spacing: .03em;
	}
	.sec-special .-text1::before,
	.sec-special .-text1::after {
		width: calc(1em * 41 / 36);
		height: calc(1em * 114 / 36);
		top: 1.8em;
	}
	.sec-special .-text1 .-date {
		font-size: calc( 100vw * 42 / 750 );
	}
	.sec-special .-text1 .-date .tx-bg01 {
		font-size: calc( 100vw * 46 / 750 );
		line-height: 1.3;
		margin-bottom: .1em;
	}
	.sec-special .-text1 .-note {
		font-size: calc( 100vw * 24 / 750 );
	}
	.sec-special .-text1.-date::before,
	.sec-special .-text1.-date::after {
		top: calc(50% - .5em);
	}
	.sec-special .-text1.-small {
		max-width: none;
		width: auto;
		font-size: calc( 100vw * 42 / 750 );
		margin: 2.7em 8% 1.6em;
	}
  .sec-special .-text1.-small::before, .sec-special .-text1.-small::after {
    width: calc(1em* 36 / 42);
    height: calc(1em* 105 / 42);
    top: 50%;
  }
	.sec-special .-text2 {
		border-radius: 1em;
		margin: 1.7em auto 5em;
		padding: calc( 100vw * 20 / 750 ) calc( 100vw * 20 / 750 );
	}
  .sec-special .-text3 {
		font-size: calc( 100vw * 26 / 750 );
    border-width: 2px;
    border-radius: .6em;
    margin: 1.7em auto 4.2em;
    padding: 0 calc( 100vw * 26 / 750 ) calc( 100vw * 50 / 750 );
  }
  .sec-special .-text3 + .-text3 {
    margin-top: 4.5em;
  }
  .sec-special .-text3 hr.hr-line1 {
    border-top-width: 2px !important;
    margin: calc( 100vw * 50 / 750 ) 0 calc( 100vw * 40 / 750 ) !important;
  }
  .sec-special .-text3 .-text4 + hr.hr-line1 {
    margin-top: calc( 100vw * 50 / 750 ) !important;
  }
  .sec-special .-text3 hr.hr-line2 {
    font-size: calc( 100vw * 14 / 750 );
    margin: 3em auto 3.5em !important;
  }
  .sec-special .-text3 .note-list li {
		font-size: calc( 100vw * 22 / 750 );
    line-height: 1.45;
  }
  .sec-special .-text3 .sec-info {
    font-size: calc(100vw* 22 / 750);
    line-height: 1.5;
  }
  .sec-special .-text4 {
		font-size: calc( 100vw * 25 / 750 );
    border-radius: .5em;
    max-width: 575px;
    margin: 1.2em auto 0;
    padding: .15em;
  }
  .sec-special .-text5 {
    border-radius: .5em;
    margin: calc( 100vw * 50 / 750 ) auto 0;
    padding: calc( 100vw * 28 / 750 ) calc( 100vw * 20 / 750 ) calc( 100vw * 40 / 750 );
    line-height: 1.57;
  }
  .sec-special .-text5 + .-text5 {
    margin-top: calc( 100vw * 34 / 750 );
  }
  .sec-special .-text5.-last {
    margin-bottom: calc( 100vw * 40 / 750 );
  }
  .sec-special .-text5 > .note-list{
    font-size: calc( 100vw * 22 / 750 );
  }
  .sec-special .-text5 .-detail.-detail2 {
		font-size: calc( 100vw * 26 / 750 );
    border-radius: .2em;
    margin: .7em 0 0;
    padding: .5em .2em .5em;
    display: inherit;
  }
  .sec-special .-text5 .-detail.-detail2:not(.-colum-2) {
    padding: .5em .2em .5em;
  }
  .sec-special .-text5 p._label {
    margin-top: .5em;
  }
  .sec-special .-text5:not(.-last)::before {
    height: calc( 100vw * 24 / 750 );
  }
  .sec-special .-text6 {
		font-size: calc( 100vw * 30 / 750 );
  }
  .sec-special .-text8 {
    margin: calc( 100vw * 15 / 750 ) 0 0;
    padding: calc( 100vw * 80 / 750 ) calc( 100vw * 35 / 750 ) calc( 100vw * 130 / 750 );
  } 
  .sec-special .-text8::before{
    border-radius: calc( 100vw * 25 / 750 );
    border-width: calc( 100vw * 6 / 750 );
  }
  .sec-special .-text7 {
		    line-height: 1.61;
  }
  .sec-special .-text8 .-list-show {
    line-height: 1.61;
  }
  .sec-special .-text8 .-list-show > li:not(:last-of-type) .note-list {
    margin-top: .2em;
    margin-bottom: 1em;
  }
  .sec-special .-text9 {
    line-height: 1.76;
    letter-spacing: 0.04em !important;
  } 
  .sec-special .-text9::after{
    width: calc( 100vw * 100 / 750 );
    height: calc( 100vw * 4 / 750 );
    margin: calc( 100vw * 30 / 750 ) auto calc( 100vw * 40 / 750 );
  }
  .sec-special .-pagenav {
    flex-direction: column;
    margin: 0 auto calc( 100vw * 63 / 750 );
  }
  .sec-special .-pagenav > div {
    width: 100%;
    margin-bottom: calc( 100vw * 104 / 750 );
  }
  .sec-special .-pagenav.-wide .-link {
        max-width: none;
  }
  .sec-special .-pagenav a.-link::after {
      width: calc( 100vw * 67 / 750 );
      height: calc( 100vw * 35 / 750 );
    top: 108%;
  }
  .sec-special .-pagenav .-text3 {
    border-radius: .7em;
    padding: 0 calc( 100vw * 26 / 750 ) calc( 100vw * 30 / 750 );
  }
  .sec-special .-pagenav .-text3 .-ti05 {
		font-size: calc( 100vw * 28 / 750 );
    margin: 0 calc( 100vw * -26 / 750 ) .7em;
    padding: .4em 0 .5em;
  }
  .sec-special .-pagenav .-text3 .-ti06 {
		font-size: calc( 100vw * 28 / 750 );
  }
  .sec-special .-pagenav .-text3 .-text4 {
		font-size: calc( 100vw * 25 / 750 );
    padding: .15em;
  }
  .sec-special .-pagenav .-note {
		font-size: calc( 100vw * 28 / 750 );
    top: 101%;
  }
  .sec-special .-pagenav .-note strong {
		font-size: calc( 100vw * 30 / 750 );
  }
  .sec-special .-pagenav .-note::before,
  .sec-special .-pagenav .-note::after {
      width: calc( 1em * 36 / 28 );
      height: calc( 1em * 44 / 28 );
  }
	.sec-special .img-col {
		margin: calc( 100vw * 60 / 375 ) 0 calc( 100vw * 60 / 375 );
	}
	.sec-special .img-col .img-col-item {
		border-radius: calc( 100vw * 8 / 375 );
		margin-top: calc( 100vw * 75 / 375 );
		padding: calc( 100vw * 28 / 375 ) calc( 100vw * 20 / 375 ) calc( 100vw * 30 / 375 );
	}
	.sec-special .img-col .img-col-item:first-child {
		margin-top: calc( 100vw * 67 / 375 );
	}
	.sec-special .img-col .img-col-item::before {
		width: calc( 100vw * 70 / 375 );
		height: calc( 100vw * 70 / 375 );
	}
	.sec-special .img-col .img-col-item::after {
		border-radius: calc( 100vw * 8 / 375 );
		width: calc( 100% - calc( 100vw * 10 / 375 ) );
		top: calc( 100vw * 7 / 375 );
		left: calc( 100vw * 5 / 375 );
	}
	.sec-special .img-col .img-col-item .-label {
		font-size: calc( 100vw * 16 / 375 );
	}
	.sec-special .img-col .img-col-item .-label::after {
		width: calc( 100vw * 40 / 375 );
		height: calc( 100vw * 2 / 375 );
		margin: .5em auto calc( 100vw * 40 / 375 );
	}
	.sec-special .img-col .img-col-item .-label .-number {
		font-size: calc( 100vw * 23 / 375 );
	}
	.sec-special .img-col .img-col-item figure {
		max-width: calc( 100vw * 285 / 375 );
	}
	.sec-special .img-col .img-col-item .img-box-txt dt {
		font-size: calc( 100vw * 18 / 375 );
		margin-bottom: calc( 100vw * 15 / 375 );
	}
	.sec-special .img-col .img-col-item .img-box-txt dt::after {
		width: calc( 100vw * 40 / 375 );
		height: calc( 100vw * 2 / 375 );
	}
	.sec-special .img-col .img-col-item .-txt01 {
		max-width: none;
		font-size: calc( 100vw * 13 / 375 );
		letter-spacing: normal;
		margin: calc( 100vw * 20 / 375 ) 0 0;
		padding: 1.2em .8em 1em;
	}
	.sec-special .img-col02 {
		margin: calc( 100vw * -30 / 375 ) 0 14%;
	}
	.sec-special .img-col02 .img-col-item {
		display: flex;
		flex-direction: column;
		margin: 0 0 8.5%;
	}
	.sec-special .img-col02 .img-col-item figure {
		width: 52.5%;
	}
	.sec-special .img-col02 .img-col-item:nth-of-type(2n) {
		flex-direction: column-reverse;
	}
	.sec-special .img-col02 .img-col-item:nth-of-type(2n) figure,
	.sec-special .img-col02 .img-col-item:nth-of-type(2n+1) .-txt01 {
		margin-left: auto;
	}
	.sec-special .img-col02 .img-col-item.-yoko figure {
		width: 70%;
	}
	.sec-special .img-col02 .img-col-item .-txt01 {
		font-size: calc( 100vw * 13 / 375 );
		position: relative;
		width: 56%;
		line-height: 1.69;
		margin: 0;
		padding: .4em .5em;
	}
	.sec-special .img-col02 .img-col-item .-txt01::after {
		content: "";
		width: calc( 100vw * 29 / 375 );
		height: calc( 100vw * 33.5 / 375 );
		background: url("../images/20th_logo_vote/bg02.png") 0 0 no-repeat;
		background-size: contain;
		display: block;
		position: absolute;
		z-index: 0;
		pointer-events: none;
	}
	.sec-special .img-col02 .img-col-item:nth-of-type(2n+1) .-txt01::after {
		top: calc( 100vw * -38 / 375 );
		left: 21%;
	}
	.sec-special .img-col02 .img-col-item:nth-of-type(2n) .-txt01::after {
		background-image: url("../images/20th_logo_vote/bg03.png");
		right: 24%;
		bottom: calc( 100vw * -63 / 375 );
	}
	.sec-special .img-col02 .img-col-item:nth-child(1) .-txt01 {
		margin-top: -12.5%;
	}
	.sec-special .img-col02 .img-col-item:nth-child(2) .-txt01 {
		width: 58%;
		margin-bottom: -21%;
	}
	.sec-special .img-col02 .img-col-item:nth-child(3) .-txt01 {
		width: 54.5%;
		margin-top: -30%;
	}
	.sec-special .img-col02 .img-col-item:nth-child(4) .-txt01 {
		width: 83%;
		margin-top: 1%;
    margin-bottom: -15%;
	}
	.sec-special .img-col02 .img-col-item:nth-child(4) .-txt01::after {
		right: calc(100vw* 110 / 375);
		bottom: calc(100vw* -38 / 375);
	}
	.sec-special .img-col02 .img-col-item:nth-child(5) {
		flex-direction: column-reverse;
    margin-bottom: 15.5%;
	}
	.sec-special .img-col02 .img-col-item:nth-child(5) .-txt01 {
		width: 83%;
    margin-bottom: -5%;
	}
	.sec-special .img-col02 .img-col-item:nth-child(5) .-txt01::after {
		left: calc(100vw* 113 / 375);
		top: auto;
		bottom: calc(100vw* -41 / 375);
	}
	.img-box02 {
		border-radius: calc( 100vw * 12 / 375 );
		margin-top: calc( 100vw * 49 / 375 );
		padding: calc( 100vw * 30 / 375 ) calc( 100vw * 20 / 375 ) calc( 100vw * 50 / 375 );
		line-height: 1.692;
	}
	.img-box02 > figure {
		margin: 0 calc( 100vw * -5 / 375 );
	}
	.img-box02 .-text .note-list-m,
	.img-box02 .-text ol.list-no {
		font-size: calc( 100vw * 12 / 375 );
		line-height: 1.5;
	}
	.img-box02 .-text .note-list-m li,
	.img-box02 .-text ol.list-no li {
		margin-top: .5em;
	}
	.sec-special .-text .note-list-m,
	.sec-special .-text ol.list-no {
		font-size: calc( 100vw * 12 / 375 );
	}
	.sec-special .-link {
		max-width: calc( 100vw * 325 / 375 );
		margin-top: calc( 100vw * 45 / 375 );
	}
	.sec-special .result-col .result-col-item {
		border-width: calc( 100vw * 5 / 375 );
		border-radius: calc( 100vw * 8 / 375 );
		margin: calc( 100vw * 32 / 375 ) auto calc( 100vw * 50 / 375 );
		padding: calc( 100vw * 10 / 375 ) 0 calc( 100vw * 15 / 375 );
	}
	.sec-special .result-col .result-col-item::after {
		border-radius: calc( 100vw * 8 / 375 );
    width: calc(100% - calc( 100vw * 10 / 375 ));
		top: calc( 100vw * 13 / 375 );
		left: calc(100vw* 5 / 375);
	}
	.sec-special .result-col .result-col-item figure {
		max-width: none;
		margin: 0 12.5%;
	}
	.sec-special .result-col .result-col-item .-txt01 {
		max-width: none;
		font-size: calc( 100vw * 13 / 375 );
		margin: calc( 100vw * 5 / 375 ) calc( 100vw * 15 / 375 ) 0;
		padding: 1.2em .8em 1em;
		letter-spacing: normal;
	}
	.sec-special .result-col .result-col-item .-txt02::before {
    width: calc( 100vw * 40 / 375 );
    height: calc( 100vw * 2 / 375 );
		margin: calc( 100vw * 20 / 375 ) auto calc( 100vw * 10 / 375 )
	}
	.sec-special .result-col .result-col-item .-txt02 {
		font-size: calc( 100vw * 20 / 375 );
		line-height: 1.7;
	}
	.sec-special .result-col .result-col-item .-txt03 {
		font-size: calc( 100vw * 15 / 375 );
		margin-top: .5em;
		line-height: 1.6;
	}
	.sec-special .result-col .result-col-item .-txt03 .fs-s {
		font-size: calc( 100vw * 13 / 375 ) !important;
	}
	.img-box3 {
		border-radius: 1em;
		border-width: calc( 100vw * 8 / 750 );
		max-width: none;
		margin: 0 auto calc( 100vw * 100 / 750 );
		padding: calc( 100vw * 60 / 750 ) calc( 100vw * 32 / 750 );
	}
	.img-box3 .-txt02 {
		font-size: calc( 100vw * 26 / 750 );
		text-align: left;
		letter-spacing: normal;
	}
	.img-box3 .-txt02:last-of-type {
		text-align: center;
		margin-left: -1em;
		margin-right: -1em;
	}
	.img-box3 .-txt03 {
		font-size: calc( 100vw * 30 / 750 );
		margin: 2em 0 0;
	}
	.img-box3 .-txt03::after {
		width: calc( 100vw * 62 / 750 );
		height: calc( 100vw * 31 / 750 );
	}
	.sec-special .img-box3 .img-col {
        margin: calc(100vw* 20 / 750) 0 calc(100vw* 60 / 750);
    }
	.sec-special .img-box3 .img-col .img-col-item:first-child {
		margin-top: calc(100vw* 30 / 750);
	}
	.sec-special .img-box3 .img-col .img-col-item {
		margin-top: calc( 100vw * 30 / 750 );
		padding-top: 0;
		padding-bottom: 0;
	}
	.sec-special .img-box3 .img-col .img-col-item figure {
		margin: 0 12.5%;
	}
	.sec-special .img-box3 .img-col .img-col-item:nth-child(1) figure {
		margin-bottom: -12%;
	}
}
.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: 35px 20px 45px;
	}
	.sec-sns .snsBtn {
		margin-bottom: 30px;
	}
	.sec-sns .snsBtn li {
		width: 48px;
	}
	.sec-sns .snsBtn li + li{
		margin-left: 15px;
	}
	.sec-sns .snsCap h3 {
		font-size: 12.5px;
	}
	.sec-sns .snsCap li {
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.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 );
	}
}


/*--- modal ---*/
.modal-vote-overlay{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.5);
	z-index:1000;}
.modal-vote-content {
	border: none;
	display: none;
	text-align: left;
	box-sizing: border-box;
}
.modal-vote-wrap{
	z-index:2000;
	display: none;
	position: fixed;
	top:0;
	left:0;
	right: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.modal-vote-wrap .modal-vote-content{
	display: block;
	width: 100%;
	max-width: 850px;
	height: auto;
    padding: 0 0;
	margin: 0 auto;
	text-align: center;
	position: initial;
}
.modal-vote-wrap .modal-vote-content .close-btn{
	display: block;
	margin: 0 auto;
	width: 46px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 99;
}
.modal-vote-wrap .modal-vote-content .close-btn:hover{
	opacity: 0.75;
}
.modal-vote-wrap .modal-vote-content .modal-vote-text{
	background: #ffff;
	color: #5b2e1a;
	border-radius: 20px;
	font-size: 23px;
	position: absolute;
	max-width: 610px;
	margin: 60px auto 0;
	padding: 130px 1em 60px;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.modal-vote-wrap .modal-vote-content .modal-vote-text::before {
	content: "";
	border-radius: 50%;
	width: 129px;
	height: 129px;
	background: #fff url("../images/20th_logo_vote/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(-50%,-42%);
}
.modal-vote-wrap .modal-vote-content .modal-vote-text .-em {
	color: #d00303;
}
.modal-vote-wrap .modal-vote-content .modal-vote-text .-txt01 {
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 1.2em;
	line-height: 1;
}
.modal-vote-wrap .modal-vote-content .modal-vote-text .-txt02 {
	font-weight: 700;
}
.modal-vote-wrap .modal-vote-content .modal-vote-text .-txt03 {
	font-weight: 500;
	margin-top: 30px;
	padding-top: 30px;
	position: relative;
}
.modal-vote-wrap .modal-vote-content .modal-vote-text .-txt03::before {
	content: "";
	width: 60px;
	height: 4px;
	background: linear-gradient(to right, #ffbe32, #ffd479, #ffbe32);
	display: block;
	position: absolute;
	pointer-events: none;
	top: 0;
	left: 50%;
	transform: translateX(-50%)
}
.modal-vote-wrap .modal-vote-content .modal-vote-text .-txt03 a {
	margin-top: 1.5em;
	display: inline-block;
}
.modal-vote-wrap .modal-vote-content .modal-vote-text .-txt03 strong {
	font-weight: 700;
	font-size: 26px;
	display: inline-block;
	margin-bottom: 1em;
	position: relative;
}
.modal-vote-wrap .modal-vote-content .modal-vote-text .-txt03 strong::before {
	content: "";
	width: 31px;
	height: 45px;
	background: url("../images/20th_logo_vote/modal_bg01.png") 50% 0 no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	z-index: 0;
	pointer-events: none;
	top: 0;
	left: 0;
	transform: translate(-100%,-34px);
}
.modal-vote-wrap .modal-vote-content .modal-vote-text .-txt03 strong::after {
	content: "";
	width: 31px;
	height: 29px;
	background: url("../images/20th_logo_vote/modal_bg02.png") 50% 0 no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	z-index: 0;
	pointer-events: none;
	right: 0;
	top: 0;
	transform: translate(100%,10px);
}

.lock #header.vendor {
	z-index: 10;
}
.lock {
    overflow:hidden;
}
.lock .wrap {
    overflow:scroll;
    position: fixed;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
}
@media screen and (max-width: 767px) {
	.modal-vote-wrap .modal-vote-content .modal-vote-text{
		border-radius: 8px;
		font-size: 13px;
		margin: 60px 15px 0;
		padding: 65px 1em 30px;
	}
	.modal-vote-wrap .modal-vote-content .modal-vote-text::before {
		width: 71.5px;
		height: 71.5px;
		background-image: url("../images/20th_logo_vote/bg01_sp.png");
	}
	.modal-vote-wrap .modal-vote-content .modal-vote-text .-txt01 {
		font-size: 20px;
	}
	.modal-vote-wrap .modal-vote-content .modal-vote-text .-txt03 {
		margin-top: 16px;
		padding-top: 1em;
	}
	.modal-vote-wrap .modal-vote-content .modal-vote-text .-txt03::before {
		width: 40px;
		height: 2px;
	}
	.modal-vote-wrap .modal-vote-content .modal-vote-text .-txt03 strong {
		font-size: 16px;
	}
	.modal-vote-wrap .modal-vote-content .modal-vote-text .-txt03 strong::before {
		width: 18px;
		height: 17px;
		transform: translate(-100%,-17px);
	}
	.modal-vote-wrap .modal-vote-content .modal-vote-text .-txt03 strong::after {
		width: 18px;
		height: 17px;
		transform: translate(100%,8px);
	}
	.modal-vote-wrap .modal-vote-content .modal-vote-text .-txt03 a img {
		width: 48px;
	}
	.modal-vote-wrap .modal-vote-content .close-btn {
		top: 11px;
		right: 11px;
		width: 27.5px;
		height: 27.5px;
	}
	.modal-vote-wrap .modal-vote-content .close-btn img {
		width: 27.5px;
	}
}
@media screen and (max-width: 767px) {
	.modal-vote-wrap .modal-vote-content .modal-vote-text{
		border-radius: calc( 100vw * 8 / 375 );
		font-size: calc( 100vw * 13 / 375 );
		margin: calc( 100vw * 60 / 375 ) calc( 100vw * 15 / 375 ) 0;
		padding: calc( 100vw * 65 / 375 ) 1em calc( 100vw * 30 / 375 );
	}
	.modal-vote-wrap .modal-vote-content .modal-vote-text::before {
		width: calc( 100vw * 71.7 / 375 );
		height: calc( 100vw * 71.7 / 375 );
	}
	.modal-vote-wrap .modal-vote-content .modal-vote-text .-txt01 {
		font-size: calc( 100vw * 20 / 375 );
	}
	.modal-vote-wrap .modal-vote-content .modal-vote-text .-txt03 {
		margin-top: calc( 100vw * 16 / 375 );
	}
	.modal-vote-wrap .modal-vote-content .modal-vote-text .-txt03::before {
		width: calc( 100vw * 40 / 375 );
		height: calc( 100vw * 2 / 375 );
	}
	.modal-vote-wrap .modal-vote-content .modal-vote-text .-txt03 strong {
		font-size: calc( 100vw * 16 / 375 );
	}
	.modal-vote-wrap .modal-vote-content .modal-vote-text .-txt03 strong::before {
		width: calc( 100vw * 18 / 375 );
		height: calc( 100vw * 17 / 375 );
		transform: translate(-100%,calc( 100vw * -17 / 375 ));
	}
	.modal-vote-wrap .modal-vote-content .modal-vote-text .-txt03 strong::after {
		width: calc( 100vw * 18 / 375 );
		height: calc( 100vw * 17 / 375 );
		transform: translate(100%,calc( 100vw * 8 / 375 ));
	}
	.modal-vote-wrap .modal-vote-content .modal-vote-text .-txt03 a img {
		width: calc( 100vw * 48 / 375 );
	}
	.modal-vote-wrap .modal-vote-content .close-btn {
		top: calc( 100vw * 11 / 375 );
		right: calc( 100vw * 11 / 375 );
		width: calc( 100vw * 27.5 / 375 );
		height: calc( 100vw * 27.5 / 375 );
	}
	.modal-vote-wrap .modal-vote-content .close-btn img {
		width: calc( 100vw * 27.5 / 375 );
	}
}

.sec-login {
	border-radius: 30px;
	width: 100%;
	max-width: 1026px;
	min-height: 595px;
	max-height: 58vw;
	color: #fff;
	background: #fff url("../images/20th_logo_vote/login_bg01.jpg") 50% 0 no-repeat;
	background-size: cover;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 80px;
	padding-top: 6em;
}
.sec-login p {
	font-size: 32px;
  font-family: "M PLUS 2", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
	letter-spacing: 0.05em;
}
.sec-login .btn-link {
	margin-top: 1em !important;
}
.sec-login .btn-link a {
	background-color: #f8f1d4;
}
@media screen and (max-width: 767px) {
	.sec-login {
		border-radius: 0;
	}
	.sec-login p {
		font-size: 18px;
	}
}
/* #visual */
@media screen and (max-width: 767px) {
	#visual.sec-special .-lead2 {
		margin-left: -1em;
		margin-right: -1em;
		letter-spacing: -.04em;
	}
	#visual.sec-special .-lead4 {
		text-align: center;
	}
}
.tablet:not(.spn) {
	display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 900px) {
	.tablet {
		display: inherit !important;
	}
}

@media screen and (min-width: 767px) and (max-width: 1100px) {
  .sec-special .-ti05 {
    margin-left: calc(95vw*-96/1100);
    margin-right: calc(95vw*-96/1100);
  }
  .sec-special .-text3 {
    padding-left: calc(95vw*96/1100);
    padding-right: calc(95vw*96/1100);
  }
  .sec-special .-pagenav .-text3 {
		font-size: calc(95vw*20/1100);
    padding: 0 calc(1em*15/20) calc(1em*20/20);
  }
	.sec-special .-pagenav .-text3 .-ti06 {
		font-size: calc(95vw*22/1100);
	}
  .sec-special .-pagenav .-text3 .-text4 {
		font-size: calc(95vw*19/1100);
  }
  .sec-special .-pagenav .-note {
		font-size: calc(95vw*22/1100);
  }
  .sec-special .-pagenav .-note::before,
  .sec-special .-pagenav .-note::after {
    width: calc(1em*30/22);
    height: calc(1em*36/22);
  }
  .sec-special .-pagenav .-note strong {
		font-size: calc(1em*26/22);
  }
}

.pm_scrn_wrapper {
	width: 100%;
	height: 2100px;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.pm_scrn {
	width: 1100px;
	height:2100px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 20px;
	border: 6px solid #fedfa0;
	    transform-origin: center top;
}
@media screen and (min-width: 769px) and (max-width: 1150px) {
	.pm_scrn_wrapper {
		height:calc(2000px * (var(--vw) - 25) / 1100);
	}
	.pm_scrn {
		transform: translateX(-50%) scale(calc((var(--vw) - 25 ) / 1100));
	}
}
@media screen and (max-width: 768px) {
	.pm_scrn_wrapper {
		height: 800px;
		height: calc( 4100px * 0.3);
	}
	.pm_scrn {
		width: 1200px;
		height: 4100px;
		transform: translateX(-50%) scale(0.3);
		transform-origin: top center;
		border-radius: 40px;
	}
}

.sec-special#pep #campaign1 .-text3,
.sec-special#pep #campaign2 .-text3 {
  padding-bottom: 60px;
}
.sec-special#pep .-detail dt {
  line-height: 1.15;
}
.sec-special#pep .-detail dd .note-list-m {
  line-height: 1.54;
}
.sec-special#pep .-detail dd .note-list-m li {
  letter-spacing: normal;
  margin-right: -.5em;
}
.sec-special#pep .-detail dd .note-list {
  margin-top: .4em;
  line-height: 1.62;
}
.sec-special#pep .-detail dd .note-list li {
  font-size: 16px;
}
.sec-special#pep .-text1.-small {
  margin-top: 2.4em;
}
.sec-special#pep #campaign2 .-detail:not(.-detail2) dt {
  letter-spacing: normal;
  width: 10.2em;
  min-width: 10.2em;
  padding-left: calc(1em * 38 / 26);
  position: relative;
}
.sec-special#pep #campaign2 .-detail:not(.-detail2) dt::before {
  position: absolute;
  left: -.2em;
}
.sec-special#pep #campaign2 .-detail + .-detail {
  margin-top: 1.7em;
}
.sec-special#pep #campaign2 .-detail dd {
  letter-spacing: 0.02em;
}
.sec-special#pep #campaign2 .-detail dd .note-list li {
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0.02em
}
.sec-special#pep #campaign2  .-detail .fs-m {
  letter-spacing: normal
}
@media screen and (max-width: 768px) {
  .sec-special p.-detail {
    line-height: 1.76;
  }
  .sec-special#pep .-detail dt {
    line-height: inherit;
  }
  .sec-special#pep .-detail dd .note-list {
    line-height: 1.45;
    letter-spacing: normal;
  }
  .sec-special#pep .-detail dd .note-list li {
    font-size: calc(100vw*22/750);
    letter-spacing: normal;
  }
  .sec-special#pep .-detail dd .note-list-m {
    line-height: 1.76;
  }
  .sec-special#pep .-detail dd .note-list-m li {
    letter-spacing: normal;
  }
  .sec-special#pep #campaign2 .-detail {
    line-height: calc(100vw * 46 / 750);
  }
  .sec-special#pep #campaign2 .-detail:not(.-detail2) dt {
    letter-spacing: normal;
    width: 8em;
    min-width: 8em;
    padding-left: 1.7em;
    position: relative;
  }
  .sec-special#pep #campaign2 .-text5 .-detail dd {
    line-height: 1.3;
  }
  .sec-special#pep #campaign2 .-detail dd .note-list li {
    font-size: calc(100vw*22/750);
  }
  .sec-special#pep #campaign2 .-detail + .-detail {
    margin: .9em 0 .7em;
  }
}



.js-accordion {
  position: relative;
  margin: 55px 0 0;
}
.js-accordion + .js-accordion {
  margin-top: 60px;
}
/* ボタン */
.js-accordion-btn {
  font-size: 24px;
  font-weight: 600;
  background: #fff6e3;
  color: #d00303;
  border: 2px solid #ff5012;
  border-radius: .5em;
  bottom: 0;
  cursor: pointer;
  display: inline-block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all .2s;
  width: 280px;
  z-index: 2;
  line-height: 1;
    padding: .45em 0 .25em;
}
.js-accordion-btn::before {
  content: "開く";
}
.js-accordion-btn:hover {
  opacity: .7;
}
.js-accordion-btn .-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #d00303;
  display: inline-block;
  vertical-align: middle;
  margin: -.2em 0 0 .2em;
  position: relative;
}
.js-accordion-btn .-icon::before,
.js-accordion-btn .-icon::after {
  content: '';
  width: 14px;
  height: 0;
  border-top: 2px solid #fff;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
}
.js-accordion-btn .-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.js-accordion-text {
  overflow: hidden;
  position: relative;
  /*padding: 15px 0 1em;*/
  /*padding: 30px 0 3em;
  margin: 30px 0 14px;
  padding-bottom: 4em;*/
  z-index: 0;
}
.js-accordion-text > .-text {
  margin: 0 0 0 !important;
}
.js-accordion-text .slider-appli.slick-dotted.slick-slider {
  z-index: 0;
}
.js-accordion-text.is-hide {
  height: 875px;
}
.-small .js-accordion-text {
  padding-bottom: 4em;
}
.-small .js-accordion-text.is-hide {
  height: 450px;
}
.js-accordion-text::before {
  background: linear-gradient(transparent 0, #fff 50%);
  bottom: -1px;
  content: "";
  height: 150px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.js-accordion-btn.is-show {
  bottom: 36px;
}
.js-accordion-btn.is-show::before {
  content: "閉じる";
}
.js-accordion-btn.is-show + .js-accordion-text::before {
  display: none;
}
.js-accordion-btn.is-show .-icon::after {
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .js-accordion {
    margin: calc(100vw * 50 / 750) 0 0;
  }
  .js-accordion + .js-accordion {
    margin-top: calc(100vw * 65 / 750);
  }
  /*.js-accordion-text {
    padding: 0 0 1em;
  }*/
  .js-accordion-text > .-text {
    margin: 0 0 0 !important;
  }
  .js-accordion-text.is-hide {
    height: calc(100vw * 850 / 750);
  }
  .-small .js-accordion-text.is-hide {
    height: calc(100vw * 550 / 750);
  }
  .js-accordion-text::before {
    height: calc(100vw * 180 / 750);
  }
  .js-accordion-btn.is-show {
    bottom: calc(100vw * 36 / 750);
  }
  .js-accordion-btn {
    width: calc(100vw * 280 / 750);
    height: calc(100vw * 57 / 750);
    font-size: calc(100vw * 26 / 750);
    border-width: calc(100vw * 2 / 750);
    padding-top: .65em;
  }
  .js-accordion-btn .-icon {
    width: calc(100vw * 24 / 750);
    height: calc(100vw * 24 / 750);
    margin: -.1em -.6em 0 .1em;
  }
  .js-accordion-btn .-icon::before,
  .js-accordion-btn .-icon::after {
    width: calc(100vw * 12 / 750);
    border-top-width: calc(100vw * 2 / 750);
  }
  /*#howtouse .js-accordion-text {
    margin-left: calc(100vw * -50 / 750);
    margin-right: calc(100vw * -50 / 750);
    padding-left: calc(100vw * 50 / 750);
    padding-right: calc(100vw * 50 / 750);
  }
  #howtouse .tab-container .tab-area {
    margin-left: calc(100vw * -50 / 750);
    margin-right: calc(100vw * -50 / 750);
    padding-left: calc(100vw * 50 / 750);
    padding-right: calc(100vw * 50 / 750);
  }
  #howtouse .tab-container .tab-area dd {
    padding-right: calc(100vw * 50 / 750);
  }*/
}


.slider-taiken .slick-prev, .slider-taiken .slick-next {
  width: 22px;
  height: 40px;
  margin: -20px 0 0;
  border-radius: 0;
}
.slider-taiken .slick-prev {
  left: -30px;
}
.slider-taiken .slick-next {
  right: -30px;
}
.slider-taiken .slick-prev:before, .slider-taiken .slick-next:before {
  width: 100%;
  height: 100%;
  background: url("../images/20th_pep/arrow01_orenge.svg") 50% 50% / contain no-repeat;
}
@media screen and (max-width: 768px) {
  .slider-taiken .slick-prev, .slider-taiken .slick-next {
    width: calc(100vw * 25 / 750);
    height: calc(100vw * 50 / 750);
    margin: calc(100vw * -25 / 750) 0 0;
  }
  .slider-taiken .slick-prev {
    left: calc(100vw * -20 / 750);
  }
  .slider-taiken .slick-next {
    right: calc(100vw * -20 / 750);
  }
}
.pageNav {
  background: rgba(255,207,92,.9);
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0%;
  transform: translateY(100%);
  line-height: 1;
  z-index: 10;
  padding: 20px 1vw;
  transition: all .3s ease;
}
.pageNav .-pagenav {
  font-size: 20px;
  margin-bottom: 0;
}
.pageNav .-pagenav .-text3 {
  border: none;
  padding-bottom: .5em;
}
.pageNav .-pagenav .-text3 .-ti05 {
  padding: .3em 0 .45em;
  margin-bottom: .37em;
}
.pageNav .-pagenav .-text3 .-ti05,
.pageNav .-pagenav .-text3 .-ti06 {
  font-size: min(calc(100vw * 20 / 940), 20px);
}
.pageNav .-pagenav a.-link::after {
  display: none;
}
.pageNav.is-show {
  transform: translateY(0%);
}
@media screen and (max-width: 768px) {
  .pageNav {
    padding: calc(100vw * 20 / 750);
  }
  .pageNav .-pagenav {
    flex-direction: row;
  }
  .pageNav .-pagenav > div {
    width: 48.59%;
    margin-bottom: 0;
  }
  .pageNav .-pagenav .-text3 .-ti05 {
    font-size: calc(100vw * 26 / 750);
    padding: .3em 0 .35em;
  }
  .pageNav .-pagenav .-text3 .-ti06 {
    font-size: calc(100vw * 24 / 750);
  }
}


/*.sec-special::before {
	content: "";
	width: 100%;
	background: 50% 0 no-repeat;
	opacity: .3;
	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_pep/_pc3.jpg");
            background-position: 50% 23px;
            background-position: 50% -4457px;
	}
}
@media screen and (max-width: 767px) {
	.sec-special::before {
		background-image: url("../images/20th_pep/_sp3.jpg");
		background-size: 100% auto;
    background-position: 50% 23px;
            background-position: 50% -4788px;
            background-position: 50% -4237px;
            background-position: 50% -4659px;
	}
}*/