@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 .-ti01, .sec-special .-ti02, .sec-special .-ti03, .sec-special .-ti04, .sec-special .-ti05, .sec-special .-ti06, .sec-special .-ti07, .sec-special .-ti08, .sec-special .-ti09, .sec-special .-ti10, .sec-special .-ti12, .sec-special .-btn, .modal-vote-wrap .modal-vote-content .modal-vote-text {
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	letter-spacing: 0.05em;
}
.sec-special li::first-letter {
  font-family: "M PLUS 2", sans-serif;
}
.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;
}
/* 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;
	right: var(--scrollbar);
}
body.openNav .menuBtn-20th,
body.openNav .menuBtn2-20th {
	right: var(--scrollbar);
}
#nav-20th.close {
	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 40px;
	padding: 60px 50px 0;
}
.content-title .-logo {
	text-align: right;
}
.content-title .-logo img {
	width: 210px;
}
.content-title img.-tx01 {
	display: block;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.content-title {
		margin-bottom: calc( 100vw * 17 / 375 );
		padding: calc(100vw* 20 / 375) calc(100vw* 15 / 375);
	}
	.content-title .-logo {
		margin-bottom: calc( 100vw * 20 / 375 );
	}
	.content-title .-logo img {
        width: calc(100vw* 163 / 375);
   }
	.content-title img.-tx01 {
		width: calc( 100vw * 345 / 375 );
		max-width: none !important;
	}
}
.content-nav {
	padding: 80px 0;
}
.content-nav li {
}
.content-nav li > a {
	border: 1px solid #fff;
	display: block;
	position: relative;
	box-shadow: 0 0 8px rgba(255,255,255,0.6);
	transition: all .3s ease;
}
.content-nav li > a:hover {
	box-shadow: 0 0 13px rgba(255,255,255,0.8);
}
@media screen and (min-width: 768px) {
	.content-nav ul {
	}
	.content-nav li.-top {
		width: 543px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.content-title {
		    margin-bottom: calc( 100vw * 22 / 375 );
	}
	.content-nav {
		padding: 45px 0;
		padding: calc( 100vw * 1457 / 375 ) 0;
	}
	.content-nav ul {
		max-width: calc( 100vw * 304 / 375 );
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	#contentMain {
		padding-top: calc( 100vw * 75 / 375 );
	}
	.content-inner {
		padding: .1px calc( 100vw * 20 / 375 );
	}
}
.sec-special .tx-att {
	color:#d93223 !important;}
.sec-special .tx-en {
	font-family: YakuHanJP, "Oswald", "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
	vertical-align: baseline;
}
.sec-special .-label-done {
	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 a,
.sec-special .-btn > span{
	border: 3px solid #fff;
	font-size: 36px;
	font-weight: 800;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 9999em;
	background: #d00303 50% 50% no-repeat;
	background-image: url(../images/20th_goods/btn_bg02l.png),url(../images/20th_goods/btn_bg02r.png);
	background-position: .5% 8%, 99.5% 84%;
	color: #fff !important;
	position: relative;
	text-decoration: none !important;
	padding: 1em 0;
	line-height: 1.4;
	margin: 0 auto;
}
.sec-special .-btn > span{
	background-color: #fff;
	background-image: url(../images/20th_goods/btn_bg01l.png),url(../images/20th_goods/btn_bg01r.png);
	color: #d00303 !important;
}
.sec-special .-btn .fs-s {
	font-size: 85% !important;
	vertical-align: baseline;
}
.sec-special .-btn .spn-fs-s {
	vertical-align: baseline;
}
.sec-special .-btn a::after {
	content: "";
	width: 0.45em;
	height: 0.8em;
	background: url("../images/20th_goods/icon_arrow01_white.svg") 50% 50% no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: .4em;
	margin-top: .1em;
}
.sec-special .-btn.vote-btn a {
	border: 3px solid #d00303;
	color: #fff !important;
	background-position: 0 0, 100% 100%;
}
.sec-special .-btn > span,
.sec-special .-btn.vote-btn:not(.-active) a {
	filter: grayscale(1) contrast(50%);
	pointer-events: none;
}
.sec-special .-btn.vote-btn a::after {
	position: absolute;
	right: 2.7em;
}
.sec-special .-btn.vote-btn > span,
.sec-special .-btn.voted_txt > span,
.sec-special .-btn.vote-btn a {
	max-width: 400px;
}
.sec-special .-btn a:hover {
	opacity: .8;
}
.sec-special .-btn.-btn02 {
	margin-top: 0;
}
.sec-special .-btn.-btn02 a {
	max-width: 695px;
	height: 126px;
	letter-spacing: normal;
}
.sec-special .-btn.-btn02 a.-large {
	max-width: 835px;
	text-align: center;
}
.sec-special .-btn.-btn02 a::after {
	transform: rotate(90deg);
	display: none;
}
.sec-special .-btn.-btn02 .inline-block {
	position: relative;
}
.sec-special .-btn.-btn02 .inline-block::after {
	content: "";
	width: 0.45em;
	height: 0.8em;
	background: url("../images/20th_goods/icon_arrow01_white.svg") 50% 50% no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: .4em;
	margin-top: .1em;
	transform: rotate(90deg);
}
.sec-special .-btn.-btn02 a.-pagelink .inline-block::after {
	transform: rotate(0);
}
.sec-special .img-box + .-btn.-btn02 {
	margin-top: 100px;
	margin-bottom: -15px;
}
.sec-special .-btn.-btn03 {
	margin-top: 0;
	margin-bottom: 10px !important;
}
.sec-special .-btn.-btn03 a {
	max-width: 695px;
	height: 96px;
	letter-spacing: normal;
	background-color: #fff;
	background-image: url(../images/20th_goods/btn_bg01l.png),url(../images/20th_goods/btn_bg01r.png);
	color: #c3090d !important;
}
.sec-special .-btn.-btn03 a::after {
	background-image: url("../images/20th_goods/icon_arrow01.svg");
}
.sec-special .-btn.-down a::after {
	transform: rotate(90deg);
}

.sec-special .-btn.-down a.-large {
	height: 136px;
	text-align: center;
}
.sec-special .-btn.-down a.-large .inline-block {
  position: relative;
}
.sec-special .-btn.-down a.-large .inline-block::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;
  margin-top: .1em;
  transform: rotate(90deg);
}
.sec-special .-btn.-down a.-large::after {
	display: none;
}
.sec-special .-btn.-down .inline-block {
	position: relative;
}
/*.sec-special .-btn.-btn03 a::after {
	transform: rotate(90deg);
	display: none;
	background-image: url("../images/20th_goods/icon_arrow01.svg");
}
.sec-special .-btn.-btn03 .inline-block {
	position: relative;
}
.sec-special .-btn.-btn03 .inline-block::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;
	margin-top: .1em;
	transform: rotate(90deg);
}*/
.sec-special.modal-vote-content .vote-check1 {
	border: 4px solid #d00303;
	font-size: 30px;
	font-weight: 800;
	width: 450px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 9999em;
	background: #fdf1d1;
	color: #d00303 !important;
	position: relative;
	text-decoration: none !important;
	line-height: 1.4;
	margin: 1em auto 0;
	box-sizing: border-box;
	cursor: pointer;
}
.sec-special.modal-vote-content .vote-check1:hover {
	opacity: .8;
}
.sec-special.modal-vote-content .vote-check1::before {
	content: "";
	width: 0.86em;
	height: 0.86em;
	background: url("../images/20th_logo_vote/icon_check01.png") 50% 50% no-repeat;
	background-size: contain;
	display: inline-block;
	margin-right: .4em;
	vertical-align: middle;
}
.modal-vote-content.sec-special .slider-modal img {
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.sec-special .-label-done {
		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 .-large .fs-s,
	.sec-special .-btn .spn-fs-s {
		font-size: 77% !important;
	}
	.sec-special .-btn.vote-btn a::after {
		right: 1.3em;
	}
	.sec-special .-btn.vote-btn > span,
	.sec-special .-btn.voted_txt > span,
	.sec-special .-btn.vote-btn a {
		font-size: calc( 100vw * 20 / 375 );
		height: calc( 100vw * 52 / 375 );
		line-height: 1;
	}
	.sec-special .-btn.vote-btn a {
		border-width: 2px;
	}
	.sec-special .-btn.-btn02 a {
		background-size: auto 68%;
	}
	.sec-special .-btn.-btn02 a {
		height: calc( 100vw * 90 / 375 );
	}
  .sec-special .-btn.-btn03 a {
		height: calc( 100vw * 80 / 375 );
  }
  .sec-special .-btn.-down a.-large {
		font-size: calc( 100vw * 19 / 375 );
		height: calc( 100vw * 80 / 375 );
		margin-top: calc( 100vw * 40 / 750 );
  }
  .sec-special .-btn.-down a.-large .inline-block::after {
    display: none;
  }
  .sec-special .-btn.-down a.-large::after {
    display: inline-block;
  }
	.sec-special .img-box + .-btn.-btn02 {
		margin-top: calc( 100vw * 40 / 375 );
		margin-bottom: calc( 100vw * -15 / 375 );
	}
	.sec-special.modal-vote-content .vote-check1 {
		border-width: 2px;
		font-size: calc( 100vw * 19 / 375 );
		width: calc( 100vw * 490 / 750 );
		height: calc( 100vw * 104 / 750 );
	}
}
.sec-special {
	font-size: 16px;
	line-height: 1.8;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.sec-special .content-inner {
	max-width: 1100px;
	padding: 0 50px 105px;
}
.sec-special .content-inner .-logo {
	text-align: center;
	margin-bottom: 5.1em;
}
.sec-special .content-inner .-logo.-logo2 {
	margin-bottom: 3.6em;
}
.sec-special .-arrow::after {
	content: "";
	width: 50px;
	height: 25px;
	background: url("../images/20th_goods/icon_arrow02.svg") 50% 50% no-repeat;
	background-size: contain;
	display: block;
	margin: .8em auto 0;
}
.sec-special .-lead {
	font-size: 22px;
	font-weight: 800;
	margin: 1em 0 1em;
	letter-spacing: normal;
	text-align: center;
	line-height: 2.09;
}
.sec-special .-lead2 {
	font-weight: 800;
	font-size: 26px;
	margin: 1.2em 0 1.4em;
	letter-spacing: .02em;
	text-align: center;
	line-height: 1.5;
}
.sec-special .-lead2 strong {
	font-weight: 800;
	font-size: 34px;
}
.sec-special .-lead3 {
	font-weight: 800;
	font-size: 32px;
	margin: 1em 0 0.15em;
	letter-spacing: .02em;
	text-align: center;
	line-height: 1.8;
}
.sec-special .-lead3.-arrow {
    margin-bottom: 4.3em;
}
.sec-special .-lead4 {
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.sec-special .-lead5 {
	display: table;
	font-weight: 800;
	font-size: 40px;
	margin: 2.2em auto;
	padding: 0 1.2em;
	letter-spacing: .01em;
	text-align: center;
	line-height: 1.5;
	position: relative;
}
 .sec-special .-lead5 .em02 {
	color: #ffe614 !important;
}
 .sec-special .-lead5 .fs-s {
	font-size: 85% !important;
	 vertical-align: baseline;
}
 .sec-special .-lead5::before {
	content: "";
    width: 40px;
    height: 54px;
    background: url(../images/20th_goods/bg01.png) 50% 0 no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    top: 50%;
    left: 0;
	 transform: translateY(-58%);
}
 .sec-special .-lead5::after {
	content: "";
    width: 40px;
    height: 54px;
    background: url(../images/20th_goods/bg02.png) 50% 0 no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    top: 50%;
    right: 0;
	 transform: translateY(-58%);
}
.sec-special .-logo.-logo2 + .-lead5 {
	margin: 50px auto 30px;
}
.sec-special .-lead6 {
	text-align: center;
	margin: -15px 0 25px;
}
.sec-special .-lead6 + .-btn {
	margin-bottom: 100px;
}
.sec-special .-lead7 {
	font-weight: 800;
	font-size: 26px;
	margin: 1em 0 1.5em;
	letter-spacing: .02em;
	text-align: center;
	line-height: 1.8;
}
.sec-special .-lead8 {
	display: table;
	font-weight: 800;
	font-size: 36px;
	margin: 1.7em auto .5em;
	letter-spacing: normal;
	text-align: center;
	line-height: 1.46;
	position: relative;
}
.sec-special .-lead8 strong {
	font-weight: 900;
	font-size: 130%;
	vertical-align: baseline;
}
.sec-special .-lead8 .tx-bg01::before {
	content: "";
    width: 60px;
    height: 72px;
    background: url(../images/20th_goods/bg03.png) 50% 0 no-repeat;
    background-size: contain;
    display: inline-block;
	position: absolute;
	left: -85px;
	top: 28px;
}
.sec-special .-lead8 .tx-bg01::after {
	content: "";
    width: 60px;
    height: 72px;
    background: url(../images/20th_goods/bg04.png) 50% 0 no-repeat;
    background-size: contain;
    display: inline-block;
    pointer-events: none;
	position: absolute;
	right: -82px;
	bottom: 56px;
}
.sec-special .-lead8.-arrow::after {
	width: 55px;
    height: 27px;
    background-image: url(../images/20th_goods/icon_arrow02_yellow.svg);
    margin: .3em auto 0;
}
.sec-special .-lead9 {
	font-weight: 500;
	font-size: 26px;
	letter-spacing: .04em;
	text-align: center;
	line-height: 1.33;
}
.sec-special .-lead9 .fs-s {
	font-size: 20px !important;
  display: inline-block;
	vertical-align: baseline;
}
.sec-special .-lead9 strong {
	font-weight: 900;
}
.sec-special .-lead9 .fs-l {
	font-size: 26px !important;
  display: inline-block;
	vertical-align: baseline;
}
.sec-special .-lead9 .fs-l .fs-s {
	font-size: 85% !important;
}
.sec-special .-lead9 strong.fs-s {
	font-size: 24px !important;
}
.sec-special .-text {
	text-align: left;
	margin: 0 auto;
}
.sec-special .-text.-note {
	line-height: 1.6;
	text-align: center;
	margin-bottom: 2.2em;
}
.sec-special .-text2 {
	min-width: 430px;
	font-size: 22px;
	font-weight: 700;
	display: table;
	margin: 0 auto 1.2em;
	background: #ffd479;
	padding: .5em 1em;
	line-height: 1.4;
	text-align: center;
	border-radius: 9999em;
	color: #5b2e1a;
}
.sec-special .-text3 {
	font-size: 23px;
	font-weight: 700;
	margin: 55px 0;
	background: #fdf1d1;
	padding: 23px 20px 35px;
	text-align: center;
	border-radius: 1rem;
	color: #5b2e1a;
	line-height: 1.5;
}
.sec-special .-text3 p {
	font-weight: inherit;
	letter-spacing: 0.1em;
}
.sec-special .-text3 .-btn {
	margin-top: .8em
}
.sec-special .-text3 .-countBox {
	font-size: 39px;
	vertical-align: baseline;
	display: inline-block;
	margin: 0 -.4em 0 .6em;
	letter-spacing: 0.3em;
}
.sec-special .-text3 .-countBox .-count {
	color: #d00303;
}
.sec-special .-text3 .-countBox .-bar {
	font-size: 80%;
	vertical-align: baseline;
}
.sec-special .-text3 .-checktx1 {
	font-size: 25px;
	font-weight: 800;
}
.sec-special .-text3 .-checktx2 {
	font-size: 28px;
	font-weight: 800;
	letter-spacing: normal;
}
.sec-special .-text3 .-checkBox {
	margin: .5em 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec-special .-text3 .-check1,
.sec-special .-text3 .-check2 {
	font-size: 18px;
	font-weight: 800;
	width: 110px;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #dcdcdc;
	color: #838383;
	line-height: 1.25;
	letter-spacing: .1em;
}
.sec-special .-text3 .-checkBox + .-btn {
	margin: 30px 0 .5em;
}
.sec-special .-text3 .-checkBox .-bar {
	font-size: 31px;
	width: 1em;
	height: 1em;
	background: url("../images/20th_goods/icon_multiply01.svg") 50% 50% no-repeat;
	background-size: contain;
	overflow: hidden;
	text-indent: -9999em;
	margin: 0 .6em;
	display: inline-block;
}
.sec-special .-text3.-scroll {
	min-width: 400px;
	position: fixed;
	left: 50%;
	bottom: 0;
	pointer-events: none;
	z-index: 5;
	margin: 0;
	transform: translate(-50%, 100%);
	transition: transform .3s ease;
	background-color: rgba(253,241,209,.8)
}
.sec-special .-text3.-scroll.-show {
	transform: translate(-50%, -10px);
}
.sec-special .-text3.-scroll.-check {
	min-width: 480px;
	border: 3px solid #d00303;
	background-color: rgba(255,255,255,.8);
	padding: 15px 20px 23px;
}
.sec-special .-text3.-scroll.-check .-checktx1 {
	font-size: 23px;
}
.sec-special .-text4 {
	border: 3px solid #ffd479;
	border-radius: 3em;
	margin: 47px 0 35px;
	background: rgba(255,255,255,0.1);
	padding: 30px 20px;
	text-align: center;
	position: relative;
}
.sec-special .-text4:first-of-type {
	margin-top: 0;
}
.sec-special .-text4 + .-text4::before {
	content: "";
	width: 100%;
	height: 47px;
	background: url("../images/20th_goods/icon_arrow03.png") 50% 0 no-repeat;
	background-size: 108px auto;
	display: block;
	position: absolute;
	bottom: calc(100% + 3px);
	left: 0;
}
/*.sec-special .-text4.-now + .-text4::before {
	background-image: url("../images/20th_goods/icon_arrow03_white.png");
}*/
.sec-special .-text4 p:last-of-type {
	margin-bottom: 0;
}
.sec-special .-text4 p:last-of-type.-lead {
	margin-bottom: -.6em;
}
.sec-special .-text4.-now {
	background: rgba(255,255,255,1);
	color: #5b2e1a;
}
.sec-special .-text4 p.-lead5 {
	margin: .3em auto .5em;
}
.sec-special .-text5 {
	font-weight: 800;
	font-size: 28px;
	margin: 1.2em 0;
	letter-spacing: .02em;
	text-align: center;
	line-height: 1.78;
}
.sec-special .-text5 strong {
	font-size: 150%;
    vertical-align: baseline;
}
.sec-special .-text6 {
	font-size: 20px;
	margin: 2em 0;
	letter-spacing: .02em;
	text-align: center;
	line-height: 1.5;
}
.sec-special .-text7 {
	font-size: 20px;
	font-weight: 500;
	color: #5b2e1a;
	margin: .5em 0 2em;
	line-height: 1.5;
	letter-spacing: normal;
}
.sec-special .-ti06 + .-text7 {
	margin-top: -1.7em;
}
.sec-special .-text8 {
	border-radius: 2.5em;
	background: #fff9ef;
	color: #5b2e1a;
	margin: 30px 0 120px;
	padding: 30px 40px;
}
.sec-special .-text9 {
	display: table;
	margin: 0 auto;
	font-weight: 800;
	font-size: 26px;
	text-align: center;
	line-height: 44px;
	position: relative;
	letter-spacing: normal;
}
.sec-special .-text9 .-first {
	display: inline-block;
	margin-bottom: .7em;
    vertical-align: text-bottom;
}
.sec-special .-text9 strong {
	font-size: 120%;
	font-weight: 900;
    vertical-align: text-bottom;
}
.sec-special .-text9  .em01 {
	color: #d00303;
    vertical-align: baseline;
}
.sec-special .-text9::before,
.sec-special .-text9::after {
	content: "";
    width: calc(1em * 30 / 26);
    height: calc(1em * 30 / 26);
    background: url("../images/20th_goods/item_bg02.png") 0% 0 no-repeat;
    background-size: contain;
    display: inline-block;
    z-index: 0;
    pointer-events: none;
	vertical-align: middle;
	position: absolute;
}
.sec-special .-text9::before {
    top: 0;
    left: calc(1em * -50 / 26);
}
.sec-special .-text9::after {
    bottom: 0;
    right: calc(1em * -50 / 26);
	transform: rotate(180deg);
}
.sec-special .-text10 {
	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: .5em auto .3em;
}
.sec-special .-text10 + .-text10 {
	margin-top: 1.1em;
}
.sec-special .-text10 .-number {
	font-weight: 900;
	font-size: 51.8px;
	margin-top: .1em;
    letter-spacing: .06em;
}
.sec-special .-text10 .-number strong {
	font-weight: 900;
	font-size: 142.85%;
	vertical-align: baseline;
	display: inline-block;
	line-height: 1;
}
.sec-special .-text10::before,
.sec-special .-text10::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 .-text10::before {
	left: 0;
}
.sec-special .-text10::after {
	right: 0;
	transform: rotate(180deg);
}
.sec-special .-text11 {
	font-weight: 800;
	font-size: 22px;
	text-align: center;
	line-height: 1.34;
	letter-spacing: normal;;
	margin: .9em auto 97px;
}
.sec-special .-text12 {
	font-size: 20px;
	max-width: 840px;
  margin: -70px auto 0;
}
.sec-special .-text13 {
	font-size: 20px;
  background: rgba(255, 255, 255, 1);
  color: #5b2e1a;
  border-radius: 3em;
  margin: 100px 0 150px;
  padding: 50px 20px;
  position: relative;
}
.sec-special .-text13 .hr-line01 {
  max-width: 840px;
  border-top: 4px solid #e3e3e3 !important;
  margin: 50px auto !important;
}
.sec-special .-text13 .-ti03 {
  display: table;
	font-size: 38px;
  color: #d00303;
	margin: 0 auto .75em;
	border-bottom: 4px solid #d00303;
}
.sec-special .-text13 p:last-of-type {
	margin-bottom: 0;
}
.sec-special .-text13 .-text {
  max-width: 760px;
  margin: 0 auto;
}
.sec-special .-text14 {
  max-width: 760px;
  background: #fff1d3;
  color: #5b2e1a;
  border-radius: 1em;
  margin: 40px auto 20px;
  padding: 15px 15px;
  text-align: center;
}
.sec-special .-text15 {
  max-width: 760px;
  display: flex;
  justify-content: center;
  border: 3px solid #fc671f;
  color: #5b2e1a;
  border-radius: 1em;
  margin: 1.5em auto 1em;
  padding: 10px 0 8px;
}
.sec-special .-text15 .-ti08 {
  margin-right: 1rem;
}
.sec-special .-text15 .-lead9 {
  font-weight: 800;
}
.sec-special .-text16 {
  max-width: 670px;
  border-radius: 1em;
  margin: 1.5em auto;
  padding: 20px 65px;
}
.sec-special .-text16 +.-text16 {
  margin-top: 20px;
}
.sec-special .-text16 .-ti08 {
	font-size: 26px;
  margin-bottom: .5em;
}
.sec-special .-text16 .-ti08.-underline {
	border-bottom: 4px solid #fff;
  margin: 0 -35px .8em;
  padding-bottom: .8em;
  line-height: 1.7;
}
.sec-special .-text16 .list-shop {
  border-radius: .4em;
  background: #fff;
  margin: .3em 0 1.2em;
  padding: .5em 1em;
}
.sec-special .-text16 .list-shop:last-of-type {
  margin-bottom: 0;
}
.sec-special .-text16 .list-shop li {
	font-size: 16px;
  font-weight: 900;
  line-height: 1.625;
  padding-left: 1em;
  text-indent: -1em;
}
.sec-special .-text16.-tdl {
  background: #fff0f6;
}
.sec-special .-text16.-tdl .-ti08,
.sec-special .-text16.-tdl .list-shop li {
	color: #ef5697;
}
.sec-special .-text16.-tds {
  background: #e3f4f4;
}
.sec-special .-text16.-tds .-ti08,
.sec-special .-text16.-tds .list-shop li {
	color: #2ca0a0;
}
.sec-special .-text17 {
	font-weight: 500;
  display: table;
  margin: .5em auto 2em;
  line-height: 1.7;
  letter-spacing: .02em;
}
.sec-special .-text17 strong {
	font-weight: 800;
}
.sec-special .-text18 {
  color: #fc671f;
	font-weight: 900;
  font-size: 26px;
  letter-spacing: .04em;
  text-align: center;
}
.sec-special .-text18 strong {
  font-size: 120%;
	font-weight: 900;
  display: inline-block;
  vertical-align: baseline;
  margin: 0 .1em;
}
.sec-special .-text19 {
  background: #fff1d3;
  max-width: 760px;
  font-size: 20px;
  font-weight: 500;
  margin: 1em auto 2em;
}
.sec-special .-text19 a {
  display: block;
  color: #5b2e1a !important;
  text-decoration: none !important;
  padding: 1em 2em;
}
.sec-special .-text19 a:hover {
  opacity: .8;
}
.sec-special .-text19 .-text17 {
  font-weight: 600;
  margin: 0 auto .5em;
}
.sec-special .-text19 .-note {
  font-size: 80%;
}
.sec-special .-text19.-txlink {
  max-width: 695px;
  border-radius: 1em;
  text-align: center;
}
.sec-special .-text19.-txlink {
  max-width: 695px;
  border-radius: 1em;
  text-align: center;
}
.sec-special .-text19.-txlink .tx-att {
  color: #d00303 !important;
}
.sec-special .-text19.-down a::after {
	content: "";
  font-size: 36px;
	width: 0.45em;
	height: 0.8em;
	background: url("../images/20th_goods/icon_arrow01.svg") 50% 50% no-repeat;
	background-size: contain;
	display: block;
  margin: 0 auto;
  transform: translateY(.2em) rotate(90deg);
}
.sec-special .-switch1 {
  position: relative;
  margin-bottom: 40px;
}
.sec-special .-switch1 .all-switch {
  position: static;
}
.sec-special .-switch1 .all-switch::after {
	content: "";
  font-size: 36px;
	width: 0.45em;
	height: 0.8em;
	background: url("../images/20th_goods/icon_arrow01.svg") 50% 50% no-repeat;
	background-size: contain;
	display: block;
  margin: 0 auto;
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  top: auto;
  bottom: -.8em;
}
.sec-special .-switch1 .all-switch.switchClose::after {
  transform: rotate(90deg);
}
.sec-special .-switch1 .sec-all-swich {
  padding: 30px 0 20px;
}
.sec-special .-ti01 {
	border-top: 3px solid #ffe614;
	border-bottom: 3px solid #ffe614;
	font-size: 34px;
	font-weight: 800;
	background: #cb481f;
	position: relative;
	display: block;
	margin: 0 0 1.76em;
	line-height: 1.19;
	letter-spacing: -.01em;
  	padding: .6em 0;
	text-align: center;
}
.sec-special .-btn02 + .-ti01,
.sec-special .img-box-2 + .-ti01 {
	margin-top: 150px;
}
.sec-special .img-box-3 + .-ti01 {
	margin-top: 120px;
}
.sec-special .-btn.-btn03 + .-ti01 {
	margin-top: 120px;
}
.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: 50px;
	font-weight: 800;
	margin: 2.5em 0 .75em;
	text-align: center;
	letter-spacing: normal;
	line-height: 1.34;
}
.sec-special .-text4 .-ti03 {
	font-size: 46px;
	margin: 0 0 0.9em;
}
.sec-special .-ti03 .-label {
	font-size: 56px;
	font-size: 121.73%;
	color: #5b2e1a;
	position: absolute;
	top: 0;
	left: .3em;
	transform: rotate(-9deg);
}
.sec-special .-ti03 .-label::after {
	content: "";
    width: 34px;
    height: 48px;
    width: calc(1em * 34 / 56);
    height: calc(1em * 48 / 56);
    background: url(../images/20th_goods/now_bg01.png) 50% 0 no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    top: 0;
    right: 0;
    transform: translate(120%, 25%) rotate(7deg);
}
.sec-special .-ti03.-now .-label::after {
    background-image: url(../images/20th_goods/now_bg01_yellow.png);
}
.sec-special .-ti03 .-number {
	font-size: 42px;
	font-size: 91.30%;
	line-height: 1.1;
    display: inline-block;
	margin-top: -.3em;
	margin-bottom: .2em;
}
.sec-special .-ti03 .-number .tx-en {
	font-size: 150%;
	vertical-align: baseline;
	margin: .2em .1em 0 .2em;
    transform: translateY(.05em);
    display: inline-block;
}
.sec-special .-ti03 .-number .tx-num {
	font-size: 120%;
	vertical-align: baseline;
}
.sec-special .-ti03.-now {
	color: #d00303;
	/*display: table;*/
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0.3em 1.3em 0;
}
/*.sec-special .-ti03.-now::before {
	content: "";
    width: 53px;
    height: 119px;
    width: calc(1em * 53 / 46);
    height: calc(1em * 119 / 46);
    background: url(../images/20th_goods/now_bg02_orange.png) 50% 0 no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    bottom: 1%;
    left: 0;
}
.sec-special .-ti03.-now::after {
	content: "";
    width: 42px;
    height: 120px;
    width: calc(1em * 42 / 46);
    height: calc(1em * 120 / 46);
    background: url(../images/20th_goods/now_bg03_orange.png) 50% 0 no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    bottom: -1%;
    right: 0;
}*/
.sec-special .-ti03.-info {
    margin-bottom: .5em;
}
.sec-special .-ti04 {
	font-size: 28px;
	font-weight: 800;
	color: #5b2e1a;
	border-bottom: 2px solid #5b2e1a;
	margin: 1.1em 0 1.4em;
	line-height: 1.6;
	letter-spacing: -.05em;
}
.sec-special .-ti04 .-label {
	content: "";
	border-radius: .2em;
	font-size: 93.75%;
	background: #c3090d;
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: .4em .5em .2em;
	margin-bottom: .7em;
}
.sec-special .-ti05 {
	font-size: 62px;
	font-weight: 800;
	color: #d00303;
	display: table;
	position: relative;
	margin: 1em auto .5em;
	padding: 0 1.5em 0;
	line-height: 1.22;
}
.sec-special .-ti05::before {
	content: "";
    width: calc(1em * 63 / 62);
    height: calc(1em * 143 / 62);
    background: url(../images/20th_goods/now_bg02_white.png) 50% 0 no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    top: -4%;
    left: 0;
}
.sec-special .-ti05::after {
	content: "";
    width: calc(1em * 50 / 62);
    height: calc(1em * 144 / 62);
    background: url(../images/20th_goods/now_bg03_white.png) 50% 0 no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    bottom: 4%;
    right: 0;
}
.sec-special .-ti06 {
	font-size: 32px;
	font-weight: 900;
	color: #5b2e1a;
	border-bottom: 2px solid #5b2e1a;
	margin: .3em 0 1.5em;
	padding: 0 0 .7em 4em;
	line-height: 1.31;
	letter-spacing: normal;
	position: relative;
}
.sec-special .-ti06 .-label {
	content: "";
	border-radius: .2em;
	width: 3.9em;
	font-size: 93.75%;
	background: #c3090d;
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: .2em 0 .3em;
	vertical-align: baseline;
	text-align: center;
	position: absolute;
	left: 0;
}
.sec-special .-ti07 {
	font-size: 46px;
	font-weight: 900;
	letter-spacing: .04em;
	text-align: center;
	line-height: 1.2;
}
.sec-special .-ti08 {
	font-size: 30px;
	font-weight: 900;
  color: #fc671f;
	letter-spacing: .04em;
	text-align: center;
	line-height: 1.2;
  position: relative;
  margin: 0 0 .2em;
}
.sec-special .-ti08 .-label::before,
.sec-special .-ti08 .-label::after {
	content: "";
    width: calc(1em * 36 / 30);
    height: calc(1em * 33 / 30);
    background: url("../images/20th_goods/bg06.png") 50% 0 no-repeat;
    background-size: contain;
    display: inline-block;
  vertical-align: middle;
  margin-top: -.2em;
}
.sec-special .-ti08 .-label::after {
	transform: scale(-1, 1);
}
.sec-special .-ti09 {
  display: table;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: .04em;
	line-height: 1.2;
  position: relative;
      border-bottom: 4px solid #5b2e1a;
      margin: 2em auto 1em;
}
.sec-special .-ti09 + .-label-done {
  margin: -.5em auto 0;
  line-height: 1;
}
.sec-special .-ti10 {
	font-weight: 900;
  margin: .5em 0 0;
}
.sec-special .-ti11 {
  font-size: 21px;
	font-weight: 900;
  margin: 1em 0 0;
  text-align: center;
}
.sec-special .-ti12 {
  font-size: 24px;
	font-weight: 900;
}
.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-mid {
	    line-height: 1;
}
.sec-special .-link {
	margin: 88px auto 0;
	text-align: center;
}
.sec-special .-link + .-link {
	margin-top: 40px;
}
.sec-special .img-box {
	border-radius: 2em;
	background: #fff;
	margin: 95px 0 50px;
	padding: 40px 40px 15px;
}
.sec-special .img-box .-text {
	color: initial;
	margin-bottom: 30px;
	text-align: center;
}
.sec-special .img-col .img-col-item {
	background: #fff;
	color: #ef5697;
	position: relative;
	line-height: 2.125;
}
.sec-special .img-col .img-col-item .vote-modal {
	display: block;
	color: inherit !important;
	text-decoration: none !important;
}
/*.sec-special .img-col .img-col-item .vote-modal {
	pointer-events: none;
}
.status-login .sec-special .img-col .img-col-item .vote-modal {
	pointer-events: auto;
}*/
.status-login .sec-special .img-col .vote-check {
	cursor: pointer;
}
.sec-special .img-col .vote-check.-select {
	background-color: #fdf1d1;
}
.sec-special #step2 .img-col .vote-check.-select {
	background-color: transparent;
}
.sec-special .img-col .vote-check.-select::before {
	content: "";
	width: 100%;
	height: 100%;
	border: 3px solid #5b2e1a;
	display: block;
	position: absolute;
	z-index: 3;
	pointer-events: none;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
.sec-special .img-col .vote-check.-select .-label2 {
	content: "";
	font-size: 18px;
	font-weight: 700;
	width: 100%;
	height: 40px;
	background: #5b2e1a;
	color: #fff;
	display: block;
	position: absolute;
	text-align: center;
	bottom: -50px;
	left: 0;
	z-index: 3;
}
.sec-special .img-col .img-col-item .-label {
	font-size: 22px;
  	font-weight: 500;
	border-radius: 9999em;
  	font-style: normal;
	background: #ef5697;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	letter-spacing: normal;
	position: relative;
	z-index: 1;
	display: none;
}
.sec-special .img-col .img-col-item .-label3 {
	font-size: 24px;
  	font-weight: 800;
	border-radius: 9999em;
  	font-style: normal;
	background: #ffeeca;
	color: #5b2e1a;
	text-align: center;
	line-height: 1.13;
	letter-spacing: normal;
	padding: .47em 0;
	transform: translateY(-.2em);
}
.sec-special .img-col .img-col-item .img-box-txt {
	margin: 1em .6em .8em;
}
.sec-special .img-col .img-col-item .img-box-txt dt {
	font-size: 16px;
	border-radius: 9999em;
  	font-style: normal;
	background: #ef5697;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	letter-spacing: normal;
	position: relative;
	z-index: 1;
	margin-bottom: .45em;
	padding: .276em 0;
}
.sec-special .img-col .img-col-item .img-box-txt dd:not(.-date) {
	font-size: 22px;
  	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.27;
}
.sec-special .img-col .img-col-item .img-box-txt dd.-date {
	font-size: 18px;
  	font-weight: 600;
	color: #5b2e1a;
	line-height: 1.5;
	margin-bottom: .2em;
}
.sec-special .img-col .img-col-item .-btn {
	margin-top: auto;
}
.sec-special .img-col .img-col-item.-tds {
	color: #2ca0a0;
}
.sec-special .img-col .img-col-item.-tds .-label {
	background-color: #2ca0a0;
}
.sec-special .img-col .img-col-item.-tds .img-box-txt dt {
	background-color: #2ca0a0;
}
.sec-special .img-col .img-col-item.-tdr {
	color: #0b7cd3;
}
.sec-special .img-col .img-col-item.-tdr .-label {
	background-color: #0b7cd3;
}
.sec-special .img-col .img-col-item.-tdr .img-box-txt dt {
	background-color: #0b7cd3;
}
.sec-special .img-box-2 .img-col .img-col-item {
	border-radius: 30px;
	width: 100%;
	margin: 0 0 50px;
	padding: 50px 40px;
}
.sec-special .img-box-2 .img-col .img-col-item figure img {
	max-width: none;
	width: 100%;
}
.sec-special .img-box-2 .img-col .img-col-item .img-box-txt dt {
	font-size: 18px;
}
.sec-special .img-box-2 .img-col .img-col-item .img-box-txt dd.-date {
	font-size: 20px;
}
.sec-special .img-box-2 .img-col .img-col-item .img-box-txt {
	margin: 1.2em 0 0;
}
.sec-special .img-box-3 {
	border-radius: 2.5em;
	background: #fff9ef;
	color: #5b2e1a;
	margin: 50px 0 50px;
	padding: 80px 90px 46px;
}
.sec-special .img-box-3 .img-col-item .img-col {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin: 0;
}
.sec-special .img-box-3 .img-col-item .img-col::before,
.sec-special .img-box-3 .img-col-item .img-col::after {
	content: "";
    width: calc(1em * 93 / 16);
    height: calc(1em * 94 / 16);
    background: url("../images/20th_goods/item_bg01.png") 0% 0 no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    z-index: 0;
    pointer-events: none;
}
.sec-special .img-box-3 .img-col-item .img-col::before {
    top: calc(1em * -49 / 16);
    right: calc(1em * -41 / 16);
}
.sec-special .img-box-3 .img-col-item .img-col::after {
    bottom: calc(1em * -49 / 16);
    left: calc(1em * -41 / 16);
	transform: rotate(180deg);
}
.sec-special .img-box-3 .img-col-item .img-col img {
	width: 47.56%
}
.sec-special .img-box-3 .img-col-item .img-box-txt {
	text-align: center;
}
.sec-special .img-box-3 .img-col-item .img-box-txt dt,
.sec-special .img-box-3 .img-col-item .img-box-txt dd strong {
	color: #ef5697;
}
.sec-special .img-box-3 .img-col-item.-tds .img-box-txt dt,
.sec-special .img-box-3 .img-col-item.-tds .img-box-txt dd strong {
	color: #2ca0a0;
}
.sec-special .img-box-3 .img-col-item .img-box-txt dt {
	font-size: 22px;
  	font-weight: 600;
}
.sec-special .img-box-3 .img-col-item .img-box-txt dd {
	font-size: 26px;
  	font-weight: 900;
	margin: .3em auto 0;
	line-height: 1.2;
	position: relative;
	display: table;
}
.sec-special .img-box-3 .img-col-item .img-box-txt dd::before,
.sec-special .img-box-3 .img-col-item .img-box-txt dd::after {
	content: "";
    width: calc(1em * 30 / 26);
    height: calc(1em * 30 / 26);
    background: url("../images/20th_goods/item_bg02.png") 0% 0 no-repeat;
    background-size: contain;
    display: inline-block;
    z-index: 0;
    pointer-events: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}
.sec-special .img-box-3 .img-col-item .img-box-txt dd::before {
	left: -1.7em;
}
.sec-special .img-box-3 .img-col-item .img-box-txt dd::after {
	right: -1.7em;
	transform: translateY(-50%) rotate(180deg);
}
.sec-special .img-box-3 .img-col-item .img-box-txt dd strong {
  	font-weight: 900;
}
.sec-special .img-box-3 .img-col-item .img-box-txt dd .fs-s {
	font-size: 85% !important;
	vertical-align: baseline;
}
.sec-special .img-box-3 .img-col-item .img-box-txt {
	margin: 1.8em 0 0;
}

#vote .voted_txt{
	display: none;
}
#vote.voted .voted_txt{
	display: block;
}
#vote.voted .-text3.-scroll {
	display: none;
}
#vote.voted .img-col .vote-check {
	pointer-events: none;
}

@media screen and (min-width: 768px) {
	.sec-special .img-col {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -2% 0;
	}
	.sec-special .img-col .img-col-item {
		width: 29.3%;
		position: relative;
		display: flex;
		flex-direction: column;
		line-height: 2.125;
		margin: 0 2% 97px;
	}
	.sec-special .img-col + .-ti04 {
		margin-top: 10px;
	}
	.sec-special .-text .note-list-m {
		line-height: 1.85
	}
	.sec-special .-text ol.list-no {
		margin: 0 -.5em 0 2em;
		line-height: 1.72
	}
	.sec-special .-text3.-scroll.sec-info {
		min-width: 750px;
		pointer-events: auto;
		display: flex;
		align-items: center;
		padding: 23px 20px;
	}
	.sec-special .-text4:not(.-now) {
		padding: 17px 20px 20px;
	}
	.sec-special .-text4:not(.-now) .-ti03 {
		font-size: 41px;
		margin-bottom: .5em;
	}
	.sec-special .-text4:not(.-now) .-text2 {
		margin-bottom: .5em;
	}
	.sec-special .-text4:not(.-now) p:last-of-type.-lead {
		margin-top: .7em;
		margin-bottom: 0;
	}
	.sec-special .img-box-2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sec-special .img-box-2 .img-col {
		width: 470px;
		margin: 0;
	}
}
@media screen and (min-width: 768px) and (max-width: 1140px) {
	
	.sec-special .img-col .img-col-item {
		margin-bottom: calc( 100vw * 97 / 1140);
	}
	.sec-special .img-col .img-col-item .-label {
		font-size: calc( 100vw * 22 / 1140);
	}
	.sec-special .img-col .img-col-item .-label3 {
		font-size: calc( 100vw * 24 / 1140);
	}
	.sec-special .img-col .img-col-item .img-box-txt dt {
		font-size: calc( 100vw * 16 / 1140);
	}
	.sec-special .img-col .img-col-item .img-box-txt dd:not(.-date) {
		font-size: calc( 100vw * 22 / 1140);
		letter-spacing: normal;
	}
	.sec-special .img-col .img-col-item .img-box-txt dd.-date {
		font-size: calc( 100vw * 20 / 1140);
	}
	.sec-special .img-col .vote-check.-select .-label2 {
		font-size: calc( 100vw * 18 / 1140);
		height: calc( 100vw * 40 / 1140);
		bottom: calc( 100vw * -50 / 1140);
	}
	.sec-special .img-box-2 .img-col {
		width: calc( 100vw * 470 / 1140);
	}
	.sec-special .img-box-2 .img-col .img-col-item {
		border-radius: calc( 100vw * 30 / 1140);
		margin: 0 0 calc( 100vw * 50 / 1140);
		padding: calc( 100vw * 50 / 1140) calc( 100vw * 40 / 1140);
	}
	.sec-special .img-box-2 .img-col .img-col-item .img-box-txt dt {
		font-size: calc( 100vw * 18 / 1140);
	}
	.sec-special .img-box-2 .img-col .img-col-item .img-box-txt dd.-date {
		font-size: 20px;
	}
}

@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 .content-inner .-logo {
		margin: 0 calc(100vw* 73 / 375) 3.6em;
	}
	.sec-special .content-inner .-logo.-logo2 {
		margin-bottom: 2.2em;
	}
	.sec-special .-arrow::after {
		width: calc( 100vw * 31 / 375 );
		height: calc( 100vw * 15.5 / 375 );
	}
	.sec-special .-ti01 {
		border-top-width: 2px;
		border-bottom-width: 2px;
		font-size: calc( 100vw * 26 / 375 );
		margin: 0 calc( 100vw * -25 / 375 ) 1.2em;
		padding: .4em 0;
	}
	.sec-special .-btn02 + .-ti01,
	.sec-special .img-box-2 + .-ti01,
	.sec-special .img-box-3 + .-ti01 {
		margin-top: calc( 100vw * 75 / 375 );
	}
  .sec-special .-btn.-btn03 + .-ti01 {
		margin-top: calc( 100vw * 75 / 375 );
  }
	.sec-special .-ti01.sp-line1 {
		font-size: calc( 100vw * 30 / 375 );
		padding: .7em 0;
	}
	.sec-special .-ti02 {
		font-size: calc( 100vw * 17 / 375 );
		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 * 25 / 375 );
		margin: 1.5em -.5em 1.3em;
	}
	.sec-special .-text4 {
		padding: calc( 100vw * 25 / 375 ) calc( 100vw * 12.5 / 375 ) calc( 100vw * 20 / 375 );
	}
	.sec-special .-text4 .-ti03 {
		font-size: calc( 100vw * 23 / 375 );
		margin: 0 0 1.2em;
	}
	
	.sec-special .-ti03 .-label {
		top: -.3em;
	}
	.sec-special .-ti03.-now {
		margin: 0 auto .9em;
	}
	.sec-special .-ti03.-now.-wide {
		margin-left: -.3em;
		margin-right: -.3em;
		padding-left: 1em;
		padding-right: 1em;
		letter-spacing: -0.03em;
	}
	.sec-special .-ti03.-now.-wide::before,
	.sec-special .-ti03.-now.-wide::after {
		bottom: .7em;
	}
	.sec-special .-ti03.-info {
		margin-bottom: .9em;
	}
	.sec-special .-ti04 {
		font-size: calc( 100vw * 14 / 375 );
		border-bottom-width: 1px;
	}
	.sec-special .-ti05 {
		font-size: calc( 100vw * 31 / 375 );
		margin-top: .7em;
	}
	.sec-special .-ti06 {
		font-size: calc( 100vw * 16 / 375 );
		letter-spacing: -0.02em;
	}
	.sec-special .-ti06 .-label {
		letter-spacing: normal;
	}
	.sec-special .-ti07 {
		font-size: calc( 100vw * 48 / 750 );
	}
  .sec-special .-ti08 {
		font-size: calc( 100vw * 32 / 750 );
  }
  .sec-special .-ti09 {
		font-size: calc( 100vw * 36 / 750 );
        border-bottom-width: calc( 100vw * 4 / 750 );
  }
  .sec-special .-ti11 {
		font-size: calc(100vw* 28 / 750);
  }
  .sec-special .-ti12 {
		font-size: calc(100vw* 28 / 750);
  }
	.sec-special .-lead {
		font-size: calc( 100vw * 13 / 375 );
        line-height: 1.8;
	}
	.sec-special .-lead2 {
		font-size: calc( 100vw * 15 / 375 );
		letter-spacing: normal;
		margin: 1em 0 1em;
	}
	.sec-special .-lead2 strong {
		font-size: calc( 100vw * 19 / 375 );
	}
	.sec-special .-lead3 {
		display: block;
		font-size: calc( 100vw * 21 / 375 );
		line-height: 1.3;
	}
	.sec-special .-lead3 span {
		font-size: 120%;
		vertical-align: baseline;
	}
	.sec-special .-lead3.-arrow {
		font-size: calc( 100vw * 19 / 375 );
		margin-bottom: 2.2em;
		        line-height: 1.6;
	}
	.sec-special .-lead4 {
		text-align: left;
		margin-top: 1em;
	}
	.sec-special .-lead5 {
		font-size: calc( 100vw * 24 / 375 );
		margin: 1.6em auto;
		padding: 0;
	}
	.sec-special .-lead5 .em02 {
	    letter-spacing: -0.02em;
	}
	 .sec-special .-lead5::before,
	 .sec-special .-lead5::after {
		width: 1em;
		height: 2em;
		top: 50%;
	}
	.sec-special .-lead5::before{
		left: 4%;
		 transform: translateY(12%);
	}
	.sec-special .-lead5::after{
		right: 4%;
        transform: translateY(6%);
	}
  .sec-special .-logo.-logo2 + .-lead5 {
	margin: 1em auto .7em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .sec-special .-logo.-logo2 + .-lead5::before,
  .sec-special .-logo.-logo2 + .-lead5::after {
		 transform: translateY(-50%);
    background-position: 50% 50%;
  }
	.sec-special .-lead6 {
		text-align: center;
		margin: 0 25% calc( 100vw * 15 / 750 );
	}
	.sec-special .-lead6 + .-btn {
		margin: 0 4% calc( 100vw * 90 / 750 );
	}
	.sec-special .-lead7 {
		display: block;
		font-size: calc( 100vw * 14 / 375 );
		line-height: 1.3;
	}
	.sec-special .-lead8 {
		font-size: calc( 100vw * 38 / 750 );
		margin: 1.7em auto .5em;
	}
	.sec-special .-lead8 .tx-bg01::before {
		width: calc( 100vw * 60 / 750 );
		height: calc( 100vw * 72 / 750 );
		left: -16%;
        top: 21%;
	}
	.sec-special .-lead8 .tx-bg01::after {
		width: calc( 100vw * 60 / 750 );
		height: calc( 100vw * 72 / 750 );
		right: -17%;
        bottom: 40%;
	}
	.sec-special .-lead8.-arrow::after {
		width: calc( 100vw * 52 / 750 );
		height: calc( 100vw * 26 / 750 );
		margin: .3em auto 0;
	}
  .sec-special .-lead9 {
		font-size: calc( 100vw * 30 / 750 );
    line-height: 1.7;
  }
  .sec-special .-lead9 .fs-s {
    font-size: calc( 100vw * 26 / 750 ) !important;
  }
  .sec-special .-lead9 .fs-l {
    font-size: calc( 100vw * 30 / 750 ) !important;
  }
  .sec-special .-lead9 .fs-l .fs-s {
    font-size: 85% !important;
  }
  .sec-special .-lead9 strong.fs-s {
    font-size: calc( 100vw * 28 / 750 ) !important;
    line-height: 1.36;
  }
	.sec-special .-text2 {
		min-width: 0;
		display: block;
		font-size: calc( 100vw * 15.5 / 375 );
		margin: 0 0 1.3em;
		padding: .6em 1em;
	}
	.sec-special .-text2 span {
		font-size: 105%;
		vertical-align: baseline;
	}
	.sec-special .-text3 {
		border-radius: .8em;
		font-size: calc( 100vw * 13 / 375 );
		margin: calc( 100vw * 25 / 375 ) calc( 100vw * -15 / 375 );
		padding: calc( 100vw * 10 / 375 ) calc( 100vw * 15 / 375 ) calc( 100vw * 10 / 375 );
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.sec-special .-text3 .-btn {
		width: calc(100vw* 425 / 750);
		margin: 0 auto;
	}
	.sec-special .-text3.-scroll {
		min-width: calc( 100vw * 305 / 375 );
		justify-content: center;
	}
	.sec-special .-text3.-scroll.-check {
		border-width: 2px;
		min-width: calc(100vw* 710 / 750);
		padding: calc( 100vw * 8 / 375 ) calc( 100vw * 23 / 375 ) calc( 100vw * 8 / 375 );
		justify-content: space-between;
	}
	.sec-special .-text3.-scroll.-check .-checktx1 {
		font-size: calc( 100vw * 13 / 375 );
	}
	.sec-special .-text3.-scroll.sec-info {
		pointer-events: auto;
		display: block;
	}
	.sec-special .-text3.-scroll.sec-info ul.btn-link li {
		margin: .5em 0 0;
	}
	.sec-special .-text3.-sp-wrap {
		flex-wrap: wrap;
		padding: calc( 100vw * 25 / 375 ) calc( 100vw * 25 / 375 ) calc( 100vw * 25 / 375 );
	}
	.sec-special .-text3 .-checktx1 {
		font-size: calc( 100vw * 13 / 375 );
		text-align: left;
		line-height: 1.3;
	}
	.sec-special .-text3 .-checktx2 {
		font-size: calc( 100vw * 16 / 375 );
		width: 100%;
	}
	.sec-special .-text3 .-countBox {
		font-size: calc( 100vw * 22 / 375 );
		margin-top: -.2em;
	}
	/*.sec-special .-text3 .-checkBox {
		font-size: calc( 100vw * 13 / 375 );
		margin-top: -.2em;
	}*/
	.sec-special .-text3 .-check1,
	.sec-special .-text3 .-check2 {
		font-size: calc( 100vw * 12.5 / 375 );
		width: calc( 100vw * 70 / 375 );
		height: calc( 100vw * 70 / 375 );
		letter-spacing: normal;
	}
	.sec-special .-text3 .-checkBox .-bar {
		font-size: calc( 100vw * 19 / 375 );
	}
	.sec-special .-text3 .-checkBox + .-btn {
		width: calc( 100vw * 425 / 750 );
		margin: calc( 100vw * 20 / 375 ) auto calc( 100vw * 5 / 375 );
	}
	.sec-special .-text4 {
		border-width: 2px;
		border-radius: 2em;
		margin: calc( 100vw * 26 / 375 ) calc( 100vw * -5 / 375 ) calc( 100vw * 26 / 375 );
	}
	.sec-special .-text4 + .-text4::before {
		height: calc( 100vw * 26 / 375 );
   	 	background-size: calc( 100vw * 60 / 375 ) auto;
		bottom: calc(100% + 2px);
	}
	.sec-special .-text4:not(.-now) {
		padding: calc(100vw* 20 / 375) calc(100vw* 12.5 / 375) calc(100vw* 15 / 375);
	}
	.sec-special .-text4:not(.-now) .-ti03 {
		margin-bottom: .5em;
	}
	.sec-special .-text4:not(.-now) .-text2 {
		margin-bottom: .5em;
	}
	.sec-special .-text4:not(.-now) p:last-of-type.-lead {
		margin-top: .7em;
		margin-bottom: 0;
	}
	.sec-special .-text5 {
		font-size: calc( 100vw * 14 / 375 );
	}
	.sec-special .-text6 {
		font-size: calc( 100vw * 12 / 375 );
		text-align: left;
	}
	.sec-special .-text7 {
		font-size: calc( 100vw * 13 / 375 );
	}
	.sec-special .-ti06 + .-text7 {
		margin-top: -1em;
	}
	.sec-special .-text8 {
		border-radius: 1.2em;
		margin: 1em -1.5% 5.7em;
		padding: calc( 100vw * 42 / 750 ) calc( 100vw * 20 / 750 );
	}
	.sec-special .-text9 {
		font-size: calc( 100vw * 30 / 750 );
		line-height: calc( 100vw * 44 / 750 );
	}
	.sec-special .-text9 .-first {
		margin-bottom: .7em;
	}
	.sec-special .-text9::before,
	.sec-special .-text9::after {
		content: "";
		width: calc(1em * 30 / 30);
		height: calc(1em * 30 / 30);
	}
	.sec-special .-text9::before {
		top: calc(1em * -10 / 30);
		left: calc(1em * -17 / 30);
	}
	.sec-special .-text9::after {
		bottom: calc(1em * -10 / 30);
		right: calc(1em * -17 / 30);
	}
	.sec-special .-text10 {
		width: auto;
		font-size: calc( 100vw * 36 / 750 );
		line-height: 1.34;
		margin: .5em -1% .3em;
	}
	.sec-special .-text10 + .-text10 {
		margin-top: .9em;
	}
	.sec-special .-text10 .-number {
		font-size: calc( 100vw * 53.2 / 750 );
		margin-top: .2em;
		letter-spacing: .06em;
	}
	.sec-special .-text10::before,
	.sec-special .-text10::after {
		width: calc(1em * 41 / 36);
		height: calc(1em * 114 / 36);
		top: 1.8em;
	}
	.sec-special .-text11 {
		font-size: calc( 100vw * 32 / 750 );
		margin: 1.5em auto 3.4em;
	}
  .sec-special .-text12 {
		font-size: calc( 100vw * 26 / 750 );
    margin: -4em auto 0;
  }
  .sec-special .-text13 {
		font-size: calc( 100vw * 26 / 750 );
    border-radius: 2em;
    margin: calc( 100vw * 100 / 750 ) 0 calc( 100vw * 150 / 750 );
    padding: calc( 100vw * 50 / 750 ) calc( 100vw * 50 / 750 );
  }
  .sec-special .-text13 .hr-line01 {
    border-top-width: calc( 100vw * 5 / 750 ) !important;
    margin: calc( 100vw * 60 / 750 ) calc( 100vw * -20 / 750 ) !important;
  }
  .sec-special .-text13 .-ti03 {
    font-size: calc( 100vw * 44 / 750 );
    margin: 0 auto .75em;
    border-bottom-width: calc( 100vw * 4 / 750 );
  }
  .sec-special .-text13 p:last-of-type {
    margin-bottom: 0;
  }
  .sec-special .-text13 .-text {
    margin: 0 auto;
  }
  .sec-special .-text14 {
    border-radius: 1em;
    margin: calc( 100vw * 40 / 750 ) auto calc( 100vw * 30 / 750 );
    padding: 1em 1em;
    text-align: center;
  }
  .sec-special .-text15 {
    display: inherit;
    border-width: calc( 100vw * 3 / 750 );
    color: #5b2e1a;
    padding: .8em 0 .7em;
  }
  .sec-special .-text15 .-ti08 {
    margin-right: 0;
  }
  .sec-special .-text16 {
    border-radius: 1em;
    margin: 1.5em auto;
    padding: 1em;
  }
  .sec-special .-text16 +.-text16 {
    margin-top: calc( 100vw * 30 / 750 );
  }
  .sec-special .-text16 .-ti08 {
    font-size: calc( 100vw * 30 / 750 );
  }
  .sec-special .-text16 .-ti08.-underline {
    border-bottom-width: calc( 100vw * 4 / 750 );
    margin: 0 0 1em;
    padding: .3em 0 1em;
  }
  .sec-special .-text16 .list-shop li {
    font-size: calc( 100vw * 25 / 750 );
  }
  .sec-special .-text17 {
  }
  .sec-special .-text18 {
    font-size: calc( 100vw * 30 / 750 );
    margin: 0 -1.5em;
    letter-spacing: .01em;
    line-height: 1.5;
  }
  .sec-special .-text19 {
		font-size: calc( 100vw * 26 / 750 );
  }
  .sec-special .-text19 a {
    padding: 1em;
  }
  .sec-special .-text19.-down a::after {
		font-size: calc( 100vw * 44 / 750 );
  }
  .sec-special .-switch1 {
    margin-bottom: calc( 100vw * 20 / 750 );
  }
  .sec-special .-switch1 .all-switch::after {
    font-size: calc( 100vw * 36 / 750 );
  }
  .sec-special .-switch1 .sec-all-swich {
    padding: calc( 100vw * 40 / 750 ) 0 calc( 100vw * 20 / 750 );
  }
	.sec-special .img-box {
		border-radius: 1.2em;
		margin: calc( 100vw * 37 / 375 ) 0 calc( 100vw * 30 / 375 );
    	padding: calc( 100vw * 20 / 375 ) calc( 100vw * 20 / 375 ) calc( 100vw * 20 / 375 );
	}
	.sec-special .img-col {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: calc( 100vw * -10 / 375 );
	}
	.sec-special .img-col .img-col-item {
		width: 46.5%;
		position: relative;
		display: flex;
		flex-direction: column;
		line-height: 2.125;
		margin: 0 0 calc( 100vw * 50 / 375 );
	}
	.sec-special .img-col .img-col-item .-label3 {
		font-size: calc( 100vw * 13 / 375 );
	}
	.sec-special .img-col .img-col-item .img-box-txt {
		margin: .75em .4em .3em;
	}
	.sec-special .img-col .img-col-item .img-box-txt dt {
		font-size: calc( 100vw * 11 / 375 );
		padding: 0 0 .1em 0;
	}
	.sec-special .img-col .img-col-item.-tdr .img-box-txt dt {
		letter-spacing: -0.04em;
	}
	.sec-special .img-col .img-col-item .img-box-txt dd:not(.-date) {
		font-size: calc( 100vw * 11.5 / 375 );
		line-height: 1.4;
		letter-spacing: normal;
	}
	.sec-special .img-col .img-col-item .img-box-txt dd.-date {
		font-size: calc( 100vw * 13 / 375 );
	}
	.sec-special .img-col .vote-check.-select::before {
		border-width: 1px;
	}
	.sec-special .img-col .vote-check.-select .-label2 {
		font-size: calc( 100vw * 12 / 375 );
    	height: calc( 100vw * 19 / 375 );
		bottom: calc( 100vw * -25 / 375 );
		line-height: 1.5;
	}
	.sec-special .img-box-2 .img-col {
		margin: 0 calc( 100vw * 40 / 750);
		margin-bottom: calc(100vw* 25 / 375);
	}
	.sec-special .img-box-2 .img-col .img-col-item {
		border-radius: 1.2em;
		margin: 0;
		padding: calc( 100vw * 50 / 750) calc( 100vw * 60 / 750);
	}
	.sec-special .img-box-2 .img-col .img-col-item .img-box-txt dt {
		font-size: calc( 100vw * 26 / 750);
	}
	.sec-special .img-box-2 .img-col .img-col-item .img-box-txt dd.-date {
		font-size: calc( 100vw * 13 / 375 );
	}
	.sec-special .-ti01 + .img-box-3 {
		margin-top: calc( 100vw * 75 / 750 );
	}
	.sec-special .img-box-3 {
		border-radius: 1.2em;
		margin: calc( 100vw * 50 / 750 ) calc( 100vw * -10 / 750 );
    	padding: calc( 100vw * 55 / 750 ) calc( 100vw * 50 / 750 ) calc( 100vw * 35 / 750 );
	}
	.sec-special .img-box-3 .img-col-item .img-col::before,
	.sec-special .img-box-3 .img-col-item .img-col::after {
		width: calc(100vw * 76 / 750);
		height: calc(100vw * 77 / 750);
	}
	.sec-special .img-box-3 .img-col-item .img-col::before {
		top: calc(100vw * -41 / 750);
		right: calc(100vw * -36 / 750);
	}
	.sec-special .img-box-3 .img-col-item .img-col::after {
		bottom: calc(100vw * -41 / 750);
		left: calc(100vw * -36 / 750);
	}
	.sec-special .img-box-3 .img-col-item .img-col img {
    	width: 49.12%;
	}
	.sec-special .img-box-3 .img-col-item .img-box-txt dt {
		font-size: calc( 100vw * 26 / 750 );
	}
	.sec-special .img-box-3 .img-col-item .img-box-txt dd {
		font-size: calc( 100vw * 30 / 750 );
		margin: .1em auto 0;
		line-height: 1.2;
	}
	.sec-special .img-box-3 .img-col-item .img-box-txt dd::before,
	.sec-special .img-box-3 .img-col-item .img-box-txt dd::after {
		width: calc(100vw * 28 / 750);
		height: calc(100vw * 29 / 750);
	}
	.sec-special .img-box-3 .img-col-item .img-box-txt dd::before {
		left: -1.7em;
	}
	.sec-special .img-box-3 .img-col-item .img-box-txt dd::after {
		right: -1.7em;
	}
	.sec-special .img-box-3 .img-col-item .img-box-txt {
		margin: 1em 0 0;
	}
	.sec-special .-text .note-list-m,
	.sec-special .-text ol.list-no {
		font-size: calc( 100vw * 12 / 375 );
		    line-height: 1.5;
	}
	.sec-special .-text.-note {
		font-size: calc( 100vw * 12 / 375 );
		line-height: 1.6;
		text-align: center;
		margin-bottom: 2.2em;
	}
	.sec-special .-link {
		max-width: calc( 100vw * 325 / 375 );
		margin-top: calc( 100vw * 45 / 375 );
	}
	.sec-special .-link + .-link {
		margin-top: calc( 100vw * 25 / 375 );
	}
}
.sec-follow {
	background: #fff4dd;
	color: #000000;
	position: relative;
}
.sec-follow .content-inner {
	max-width: 1200px;
	padding: 100px 50px 75px;
}
.sec-sns {
}
.sec-sns .snsBtn {
	display: table;
	margin: 0 auto 35px;
}
.sec-sns .snsBtn li {
	display: inline-block;
	margin: 0;
}
.sec-sns .snsBtn li {
	width: 68px;
}
.sec-sns .snsBtn li + li{
  margin-left: 16px;
}
.sec-sns .snsCap {
	display: table;
	text-align: left;
	margin: 0 auto;
}
.sec-sns .snsCap h3 {
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 1.5em;
	text-align: center;
}
.sec-sns .snsCap li{
	font-size: 14px;
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 767px) {
	.sec-follow {
		color: #5b2e1a;
	}
	.sec-follow .content-inner {
		padding: calc( 100vw * 35 / 375 ) calc( 100vw * 20 / 375 ) calc( 100vw * 45 / 375 );
	}
	.sec-sns .snsBtn {
		margin-bottom: calc( 100vw * 30 / 375 );
	}
	.sec-sns .snsBtn li {
		width: calc( 100vw * 48 / 375 );
	}
	.sec-sns .snsBtn li + li{
		margin-left: calc( 100vw * 15 / 375 );
	}
	.sec-sns .snsCap h3 {
		font-size: calc( 100vw * 12.5 / 375 );
	}
	.sec-sns .snsCap li {
		font-size: calc( 100vw * 12 / 375 );
	}
}


/*--- 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);
}
.modal-vote-content.sec-special {
	max-width: 630px;
	position: relative;
}
.modal-vote-content.sec-special .img-col {
	border-radius: 2em;
    background: #fff;
        display: block;
        margin: 0 0;
	padding: 0 90px 80px;
}
.modal-vote-content.sec-special .img-col .img-col-item {
	width: 100%;
	margin: 0;
	/*padding: 100px 0 0;
	overflow: hidden;*/
}
.modal-vote-content.sec-special .img-col .img-col-item .img-box-txt {
	text-align: left;
	margin: 1em 0 .8em;
}
.modal-vote-content.sec-special .img-col .img-col-item .img-box-txt dt,
.modal-vote-content.sec-special .img-col .img-col-item .img-box-txt dd.-date {
	font-size: 22px;
}
.modal-vote-content.sec-special .img-col .img-col-item .img-box-txt dd:not(.-date) {
	font-size: 26px;
}
.modal-vote-content.sec-special .img-col .img-col-item .-imgcaption {
	font-size: 26px;
	font-weight: 700;
	width: 100%;
	height: 100px;
	color: #5b2e1a;
	position: absolute;
	top: -100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.modal-vote-content.sec-special .img-col .img-col-item .slick-list {
	padding-top: 100px;
}
.modal-vote-content.sec-special .slick-prev,
.modal-vote-content.sec-special .slick-next
{
    width: 50px;
    height: 50px;
	margin: -25px 0 0;
	transform: translateY(45px);
}
.modal-vote-content.sec-special .slick-prev {
	left: -60px;
}
.modal-vote-content.sec-special .slick-next {
	right: -60px;
}
.modal-vote-content.sec-special .slick-prev:before, .modal-vote-content.sec-special .slick-next:before {
    width: 50px;
    height: 50px;
	background-color: transparent;
    background-image: url(../images/20th_logo_vote/arrow01.svg);
    background-size: 26px 50px;
}
.modal-vote-content.sec-special .close-btn {
	width: 60px;
}

.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: 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 );
		background-image: url("../images/20th_logo_vote/bg01_sp.png");
	}
	.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 );
		padding-top: 1em;
	}
	.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 );
	}
	.modal-vote-content.sec-special {
		max-width: calc( 100vw * 355 / 375 );
		border-radius: calc( 100vw * 15 / 375 );
		/*font-size: calc( 100vw * 13 / 375 );*/
		margin: calc( 100vw * 60 / 375 ) calc( 100vw * 10 / 375 ) 0;
	}
	.modal-vote-content.sec-special .img-col {
		padding: 0 calc( 100vw * 35 / 375 ) calc( 100vw * 40 / 375 );
	}
	/*.modal-vote-content.sec-special .img-col .img-col-item {
		width: 100%;
		margin: 0;
	}
	.modal-vote-content.sec-special .img-col .img-col-item .img-box-txt {
		text-align: left;
		margin: 1em 0 .8em;
	}*/
	.modal-vote-content.sec-special .img-col .img-col-item .img-box-txt dt,
	.modal-vote-content.sec-special .img-col .img-col-item .img-box-txt dd.-date {
		font-size: calc( 100vw * 13 / 375 );
	}
	.modal-vote-content.sec-special .img-col .img-col-item .img-box-txt dd:not(.-date) {
		font-size: calc( 100vw * 15 / 375 );
	}
	.modal-vote-content.sec-special .img-col .img-col-item .-imgcaption {
		font-size: calc( 100vw * 16 / 375 );
		height: calc( 100vw * 60 / 375 );
		top: calc( 100vw * -60 / 375 );
	}
	.modal-vote-content.sec-special .img-col .img-col-item .slick-list {
		padding-top: calc( 100vw * 60 / 375 );
	}
	.modal-vote-content.sec-special .slick-prev,
	.modal-vote-content.sec-special .slick-next
	{
		width: calc( 100vw * 16 / 375 );
		height: calc( 100vw * 31 / 375 );
		margin: -25px 0 0;
	}
	.modal-vote-content.sec-special .slick-prev {
		left: calc( 100vw * -25 / 375 );
	}
	.modal-vote-content.sec-special .slick-next {
		right: calc( 100vw * -25 / 375 );
	}
	.modal-vote-content.sec-special .slick-prev:before, .modal-vote-content.sec-special .slick-next:before {
		width: calc( 100vw * 16 / 375 );
		height: calc( 100vw * 31 / 375 );
		background-size: contain;
	}
	.modal-vote-content.sec-special .close-btn {
		width: calc( 100vw * 37.5 / 375 );
	}
	.modal-vote-content.sec-special .close-btn img {
		width: calc( 100vw * 37.5 / 375 );
	}
}
/* goodslist*/
.sec-special .goodslist {
  font-size: 18px;
  max-width: 760px;
  margin: 1.5em auto -1em;
}
.sec-special .goodslist > .sec-item {
  margin: 0 0 1.5em;
}
.sec-special .goodslist > .sec-item .-ti10 {
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: .3em;
}
.sec-special .goodslist > .sec-item p {
  font-weight: 500;
}
.sec-special .goodslist > .sec-item .-sub {
  font-size: 16px;
  margin-bottom: .5em;
  line-height: 1.375;
  letter-spacing: normal;
}
.sec-special .goodslist > .sec-item .img.img-b1 {
  border: 3px solid #ffcb73;
  border-radius: .8em;
  overflow: hidden;
}
.modal-content-20th .-ti10, .modal-content-20th p, .modal-content-20th dt, .modal-content-20th dd, .modal-content-20th li, .modal-content-20th .ti01 {
  font-family: YakuHanJP, "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	/*letter-spacing: 0.05em;*/
}
.modal-content-20th {
  font-size: 20px;
  color: #5b2e1a;
  border: none;
  border-radius: 25px;
  max-width: 630px;
  padding: 30px 90px 15px;
  box-sizing: border-box;
}
.modal-content-20th img {
  max-width: 100%;
}
.modal-content-20th a {
    text-decoration: underline;
    color: #d00303;
}
.modal-content-20th .-ti10 {
  font-size: 26px;
  font-weight: 900;
  color: #fc671f;
  letter-spacing: normal;
  text-align: center;
}
.modal-content-20th .list-item dt {
  font-weight: 600;
  color: #fc671f;
  border-bottom: 2px solid #fc671f;
  margin-bottom: .2em;
  padding-bottom: .3em;
}
.modal-content-20th .list-item dd {
  font-size: 18px;
}
.modal-content-20th .-sub {
  font-size: 20px;
  font-weight: 900;
  color: #fc671f;
  line-height: 1.375;
  letter-spacing: normal;
  text-align: center;
  margin: 0 -70px;
}
.modal-content-20th .slick-prev, .modal-content-20th .slick-next {
  width: 26px;
  height: 50px;
  margin: -25px 0 0;
}
.modal-content-20th .slick-prev {
    left: -60px;
}
.modal-content-20th .slick-next {
    right: -60px;
}
.modal-content-20th .slick-prev:before, .modal-content-20th .slick-next:before {
  width: 26px;
  height: 50px;
  background: url(../images/20th_goods/ic_arrow01.svg) 50% 50% no-repeat;
  background-size: contain;
}
.modal-content-20th .img.img-b1 {
  border: 4px solid #e8e8e8;
  margin: 2em auto 1em;
}
.modal-content-20th .sec-info {
  background-color: #fff1d3;
  border-radius: 1em;
  color: #5b2e1a;
  margin: 40px -60px 0;
  padding-bottom: 1em;
}
.modal-content-20th .sec-info .ti01 {
  font-size: 24px;
  color: #d00303;
  font-weight: 900;
}
.modal-content-20th .sec-info > p {
  text-align: center;
}
.modal-content-20th a.btn-link, .modal-content-20th ul.btn-link a {
  font-size: 20px;
  min-width: 290px;
  min-height: 65px;
  background-color: #d00303;
  color: #fff !important;
  border: 4px solid #fff;
  box-sizing: border-box;
}
.modal-content-20th a.btn-link:after, .modal-content-20th ul.btn-link a:after {
  background-image: url(../images/arrow02.svg);
}
.modal-content-20th .modal-close{
	width: 60px;
	height: 60px;
	top: 20px;
	right: 20px;
  background-color: #e8e8e8;
  background-image: url(../images/20th_goods/ic_close.png);
  background-size: 58.33%;
}
.modal-content-20th .modal-close:hover{
	opacity: 0.75;
}
@media screen and (max-width: 767px) {
	.sec-special .sp-colum-3 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.sec-special .sp-colum-3 > div {
    width: 31.57%;
	}
	/*.sec-special .sp-colum-3 > div > *:first-child {
    margin-top: 0;
	}*/
  .sec-special .goodslist {
    font-size: calc( 100vw * 24 / 750 );
  }
  .sec-special .goodslist > .sec-item .-sub {
    font-size: calc( 100vw * 20 / 750 );
  }
  .modal-content-20th {
    font-size: calc( 100vw * 26 / 750 );
    border-radius: calc( 100vw * 30 / 750 );
    padding: calc( 100vw * 40 / 750 ) calc( 100vw * 70 / 750 ) calc( 100vw * 30 / 750 );
  }
  .modal-content-20th .-ti10 {
    font-size: calc( 100vw * 32 / 750 );
  }
  .modal-content-20th .list-item dt {
    border-bottom-width: calc( 100vw * 4 / 750 );
  }
  .modal-content-20th .list-item dd {
    font-size: calc( 100vw * 24 / 750 );
  }
  .modal-content-20th .-sub {
    font-size: calc( 100vw * 26 / 750 );
    margin: 0 calc( 100vw * -50 / 750 );
  }
  .modal-content-20th .slick-prev, .modal-content-20th .slick-next {
    width: calc( 100vw * 32 / 750 );
    height: calc( 100vw * 62 / 750 );
    margin: calc( 100vw * -31 / 750 ) 0 0;
  }
  .modal-content-20th .slick-prev {
      left: calc( 100vw * -55 / 750 );
  }
  .modal-content-20th .slick-next {
      right: calc( 100vw * -55 / 750 );
  }
  .modal-content-20th .slick-prev:before, .modal-content-20th .slick-next:before {
    width: calc( 100vw * 32 / 750 );
    height: calc( 100vw * 62 / 750 );
  }
  .modal-content-20th .sec-info {
    border-radius: .5em;
    margin: 1em 0 0;
  }
  .modal-content-20th .sec-info .ti01 {
    font-size: calc( 100vw * 28 / 750 );
  }
  .modal-content-20th .sec-info > p {
    font-size: calc( 100vw * 22 / 750 );
    margin-left: -1em;
    margin-right: -1em;
  }
  .modal-content-20th a.btn-link, .modal-content-20th ul.btn-link a {
    font-size: calc( 100vw * 28 / 750 );
    min-width: calc( 100vw * 350 / 750 );
    min-height: calc( 100vw * 80 / 750 );
    border-width: calc( 100vw * 3 / 750 );
    padding-top: .5em;
    padding-bottom: .5em;
  }
  .modal-content-20th .modal-close{
    width: calc( 100vw * 75 / 750 );
    height: calc( 100vw * 75 / 750 );
    top: calc( 100vw * 20 / 750 );
    right: calc( 100vw * 20 / 750 );
  }
  .modal-content-20th .img.img-b1 {
    border-width: calc( 100vw * 4 / 750 );
  }
}

.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;
	}
}
@media screen and (min-width: 767px) and (max-width: 1074px) {
	.tablet {
		display: inherit !important;
	}
}