@charset "UTF-8";

@import url("https://use.typekit.net/uax0rmf.css");

/*******************
Initial setting
*******************/
#fairWrap *{-webkit-box-sizing: border-box;box-sizing: border-box;}
#fairWrap { margin-bottom: 30px; color:#000;}
@media screen and (min-width: 940px) { #fairWrap{margin-bottom:20px;} }
#fairWrap img{
	border:none;
    height: auto;}
#fairWrap img[src$=".svg"] {
    width: 100%;
}

#fairWrap ul{list-style-type:none;}

#fairWrap a {
	text-decoration: underline;
	color: #fff;
}

#fairWrap a:hover {
	text-decoration: none;
	opacity: 0.8;
}


/*******************
Layout
*******************/
body {overflow-y: scroll;}
#fairWrap{
	padding: 0;
	margin-bottom: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: ryo-gothic-plusn, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 16px;
	background: #000;
	box-sizing: border-box;
}

#fairWrap img {
	width: 100%;
}

#fairWrap #fairContainer{
	width: 100%;
	margin: 0 auto 30px;
}

@media screen and (min-width: 940px) {
.pc_no {
	display: none !important;
}
}


@media screen and (max-width: 940px) {
	#fairWrap{
		font-size: 10px;
	}
	.sp_no {
		display: none !important;
	}
	#fairWrap #fairContainer{
	margin: 0 auto 20px;
}
}

/*******************
mv
*******************/


#mv_area {
	text-align: center;
	line-height: 0.5;
	background: url(/special/fair/2019wi/images/fair_mv.png) center center;
	background-size: 100%;
    width: 100%;
    height: 39.8611vw;
    padding: 4.8611vw 17.3611vw;
    display: flex;
    justify-content: space-between;
}

#mv_area h2{
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(/special/fair/2019wi/images/fair_logo.png) no-repeat;
    background-size: 100%;
    width: 19.7222vw;
    height: 30.0694vw;
}

#mv_area p.date {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(/special/fair/2019wi/images/fair_date.png) left top no-repeat;
	background-size: 100%;
	width: 27.9861vw;
	height: 3.125vw;
	align-self: flex-end;
}

@media screen and (max-width: 940px) {
	#mv_area {
		background: url(/special/fair/2019wi/images/fair_mv_sp.png) top center no-repeat;
		background-size: 100%;
	    width: 100%;
	    height: 122.93vw;
	    padding: 24.2666vw 5.3333vw;
	}

	#mv_area h2{
    	background: url(/special/fair/2019wi/images/fair_logo_sp.png) no-repeat;
    	background-size: 100% 100%;
	    width: 41.4666vw;
	    height: 74.2666vw;
	}

	#mv_area p.date {
		background-size: 100%;
		width: 53.7333vw;
		height: 6vw;
	}
}

/*******************
navigation
*******************/

.anchor {
	background: url(/special/fair/2019wi/images/navi_bg.png);
	font-family: alternate-gothic-no-3-d, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#fairWrap .anchor .navi {
	width: 65.2777vw;
    margin: 0 auto;
    padding: 5.5555vw 0;
}

#fairWrap .anchor .navi ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#fairWrap .anchor .navi ul li {
	text-align: center;
    position: relative;
}

#fairWrap .anchor .navi ul li a {
	border: 1px solid #fff;
	text-decoration: none;
	font-size: 2.7777vw;
	width: 100%;
	display: flex;
	justify-content: center;
	width: 21.25vw;
	height: 4.8611vw;
}

#fairWrap .anchor .navi ul li a p {
    align-self: center;
}

#fairWrap .anchor .navi ul li:first-child a {
	background: #fff;
	color: #000;
}

#fairWrap .anchor .navi ul li:nth-child(2) a {
	background: #d4003b;
	color: #fff;
}

#fairWrap .anchor .navi ul li:last-child a {
	background: #000;
}

#fairWrap .anchor .navi ul li:last-child a p {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(/special/fair/2019wi/images/navi_3.png) no-repeat;
    margin-right: 2.2222vw;
    background-size: 100%;
    width: 15.8333vw;
    height: 3.6805vw;
}

#fairWrap .anchor .navi ul li a:after {
	position: absolute;
    top: 2.3611vw;
    right: 1.38888vw;
    margin: auto;
    width: 16px;
    height: 8px;
    background: url(/special/fair/2019wi/images/nav_ar_w.png) center / contain no-repeat;
    content: '';
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#fairWrap .anchor .navi ul li:first-child a:after {
	position: absolute;
    top: 2.3611vw;
    right: 1.38888vw;
    margin: auto;
    width: 16px;
    height: 8px;
    background: url(/special/fair/2019wi/images/nav_ar.png) center / contain no-repeat;
    content: '';
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#fairWrap .anchor .navi ul li a span {
	font-size: 1.5277vw;
	font-weight: 700;
}

@media screen and (max-width: 940px) { 
	#fairWrap .anchor .navi {
	width: 100%;
    padding: 8vw 5.3333vw 5.3334vw;
	}

	#fairWrap .anchor .navi ul li {
		width: 100%;
	}
	#fairWrap .anchor .navi ul li a {
		width: 100%;
		height: 14.6666vw;
		font-size: 8vw;
		margin-bottom: 2.6666vw;
	}

#fairWrap .anchor .navi ul li:last-child a p {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(/special/fair/2019wi/images/navi_3_sp.png) no-repeat;
    margin-right: 2.2222vw;
    background-size: 100%;
    width: 69.2vw;
    height: 10vw;
}
	#fairWrap .anchor .navi ul li a:after {
		bottom: 0;
		top: 0;
		right: 5.3333vw;
		margin: auto;
		width: 4vw;
		height: 2.26666vw;
	}
	#fairWrap .anchor .navi ul li:first-child a:after {
		bottom: 0;
		top: 0;
		right: 5.3333vw;
		margin: auto;
		width: 4vw;
		height: 2.26666vw;
	}
	#fairWrap .anchor .navi ul li:nth-child(3) a {
		line-height: 13.3333vw;
	}
}


/*******************
white
*******************/

#white h3 {
	font-family: alternate-gothic-no-3-d, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	text-align: center;
	font-size: 4.1666vw;
	color: #000;
	font-weight: 700;
	background: #fff;
	height: 6.9444vw;
	line-height: 6.9444vw;
	vertical-align: middle;
}

#white .item_inner {
	padding: 9.72222vw 17.3611vw 6.25vw;
    color: #fff;
	font-family: alternate-gothic-no-3-d, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.item_inner a {
	color: #fff;
	text-decoration: underline;
}

.item_inner a:hover {
	text-decoration: none;
}

#white .item_list_2c,
#white .item_list_coorde {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.5277vw;
    line-height: 1.81818;
}

#white .item_list_coorde li {
	width: 100%;
	margin-bottom: 5.5555vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#white .item_list_coorde li img {
	width: 59.5744%;
}

#white .item_list_coorde li .item_info {
	width: 35.1063%;
	align-self: center;
}

#white .item_list_coorde li .item_info p.name {
	font-size: 2.7777vw;
	margin-bottom: 2.7777vw;
}

#white .item_list_coorde li.right img {
	order: 2;
}

#white .item_list_2c li {
	width: 30.5555vw;
	text-align: center;
	margin-bottom: 3.4722vw;
}

#white .item_list_2c li p {
	margin-top: 2.0833vw;
}



@media screen and (max-width: 940px) { 
	#white h3 {
		font-size: 9.3333vw;
		height: 16vw;
		line-height: 16vw;
	}

	#white .item_inner {
		padding: 18.6666vw 5.3333vw 6.25vw;
	}

	#white .item_list_2c,
	#white .item_list_coorde {
	    font-size: 4vw;
	    line-height: 1.8;
	}

	#white .item_list_coorde li {
		width: 100%;
		margin-bottom: 5.5555vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	    -webkit-box-pack: space-between;
	    -ms-flex-pack: space-between;
	    justify-content: space-between;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    text-align: center;
	}

	#white .item_list_coorde li img {
		width: 100%;
		align-self: center;
	}

	#white .item_list_coorde li .item_info {
		width: 100%;
	}

	#white .item_list_coorde li .item_info p.name {
		font-size: 7.4666vw;
		margin-bottom: 0;
		margin-top: 3vw;
	}

	#white .item_list_coorde li.right img {
		order: 0;
		margin-top: 4vw;
	}

	#white .item_list_2c li {
		width: 100%;
		text-align: center;
		margin-bottom: 8vw;
	}

	#white .item_list_2c li p {
		margin-top: 4vw;
	}
}




/*******************
red
*******************/

#red h3 {
	font-family: alternate-gothic-no-3-d, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	text-align: center;
	font-size: 4.1666vw;
	color: #fff;
	font-weight: 700;
	background: #d4003b;
	height: 6.9444vw;
	line-height: 6.9444vw;
	vertical-align: middle;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#red .item_inner {
	padding: 9.72222vw 17.3611vw 6.25vw;
    color: #fff;
	font-family: alternate-gothic-no-3-d, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#red .item_list_2c,
#red .item_list_coorde {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.5277vw;
    line-height: 1.81818;
}

#red .item_list_coorde li {
	width: 100%;
	margin-bottom: 5.5555vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#red .item_list_coorde li img {
	width: 59.5744%;
}

#red .item_list_coorde li .item_info {
	width: 35.1063%;
	align-self: center;
}

#red .item_list_coorde li .item_info p.name {
	font-size: 2.7777vw;
	margin-bottom: 2.7777vw;
}

#red .item_list_coorde li.right img {
	order: 2;
}

#red .item_list_2c li {
	width: 30.5555vw;
	text-align: center;
	margin-bottom: 3.4722vw;
}

#red .item_list_2c li p {
	margin-top: 2.0833vw;
}
@media screen and (max-width: 940px) { 
	#red h3 {
		font-size: 9.3333vw;
		height: 16vw;
		line-height: 16vw;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	#red .item_inner {
		padding: 18.6666vw 5.3333vw 6.25vw;
	}

	#red .item_list_2c,
	#red .item_list_coorde {
	    font-size: 4vw;
	    line-height: 1.8;
	}

	#red .item_list_coorde li {
		width: 100%;
		margin-bottom: 5.5555vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	    -webkit-box-pack: space-between;
	    -ms-flex-pack: space-between;
	    justify-content: space-between;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    text-align: center;
	}

	#red .item_list_coorde li img {
		width: 100%;
		align-self: center;
	}

	#red .item_list_coorde li .item_info {
		width: 100%;
	}

	#red .item_list_coorde li .item_info p.name {
		font-size: 7.4666vw;
		margin-bottom: 0;
		margin-top: 3vw;
	}

	#red .item_list_coorde li.right img {
		order: 0;
		margin-top: 4vw;
		align-self: flex-start;
	}

	#red .item_list_2c li {
		width: 100%;
		text-align: center;
		margin-bottom: 8vw;
	}

	#red .item_list_2c li p {
		margin-top: 4vw;
	}
}


/*******************
batman
*******************/

#batman {
	background: #fce42b;
}

#batman h3 {
	background: linear-gradient(to bottom, #262626,#000) ;
}

#batman h3 p {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(/special/fair/2019wi/images/batman_logo.png) no-repeat;
    background-position: 50%;
    background-size: 44.5833vw 15.5555vw;
    width: 100%;
	height: 25.6944vw;
}

#batman .item_list {
	padding: 9.72222vw 17.3611vw 6.25vw;
    color: #000;
	font-family: alternate-gothic-no-3-d, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.5277vw;
    line-height: 1.81818;
}

#batman .item_list li.list_2c {
	width: 30.5555vw;
	text-align: center;
	margin-bottom: 3.4722vw;
}

#batman .item_list li.list_3c {
	width: 20.2777vw;
	text-align: center;
	margin-bottom: 3.4722vw;
}

#batman .item_list li p a {
	color: #000 !important;
}

@media screen and (max-width: 940px) { 
	#batman h3 p {
	    background-position: 50%;
	    background-size: 85.6vw 29.8666vw;
	    width: 100%;
		height: 45.8666vw;
	}

	#batman .item_list {
		padding: 10.6666vw 5.3333vw 6.25vw;
	    font-size: 4vw;
	    line-height: 1.8;
	}

	#batman .item_list li.list_2c {
		width: 100%;
		text-align: center;
		margin-bottom: 8vw;
	}

	#batman .item_list li.list_3c {
		width: 49.2537%;
		text-align: center;
		margin-bottom: 8vw;
	}

}


/*******************
new_asset
*******************/

#new_asset {
	padding: 9.72222vw 17.3611vw;
	background: #fff;
	position: relative;
}

#new_asset h3 {
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(/special/fair/2019wi/images/model_ttl.png) no-repeat;
    background-size: 100%;
    width: 31.4583vw;
	height: 15.9027vw;
	position: absolute;
	right: 17.3611vw;
	top: 11.80552vw;
}

#new_asset .asset_item {
	width: 100%;
	font-family: alternate-gothic-no-3-d, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.5277vw;
    line-height: 1.81818;
}

#new_asset .asset_item img {
	width: 38.8888vw;
	align-self: flex-start;
}

#new_asset .asset_item .item_info {
	width: 22.9166vw;
	margin-top: 22.9166vw;
}

#new_asset .asset_item .item_info dl dt {
	font-size: 2.7777vw;
}

#new_asset .asset_item .item_info dl dd {
	line-height: 1.6;
}

#new_asset .asset_item .item_info dl dd a {
	color: #000 !important;
}

@media screen and (max-width: 940px) { 
	#new_asset {
		padding: 18.6666vw 5.3333vw;
	}

	#new_asset h3 {
	    background-size: 100%;
	    width: 85.3333vw;
		height: 42.6666vw;
		right: 0;
		top: 18.6666vw;
	}

	#new_asset .asset_item {
	    font-size: 4vw;
	    line-height: 1.8;
	}

	#new_asset .asset_item img {
		width: 100%;
		margin-top: 38.6666vw;
	}

	#new_asset .asset_item .item_info {
		width: 100%;
		margin-top: 5.3333vw;
		text-align: center;
	}

	#new_asset .asset_item .item_info dl dt {
		font-size: 7.46666vw;
	}

	#new_asset .asset_item .item_info dl dd {
		line-height: 1.6;
	}
}


#fairWrap .link {
	padding: 6.7777vw 27.0833vw;
	background: #3c3c3c;
}

#fairWrap .link a.btn {
	background: #000;
    display: block;
    width: 100%;
    padding: 1.6666vw 0;
    margin: 0 auto;
    font-weight: 500;
    font-size: 1.3888vw;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

#fairWrap .link a.btn span {
	font-size: 80%;
	margin-right: 10px;
}

#fairWrap .link a.btn:after {
	content: '';
    background: url(/special/fair/2019au/images/link_btn_ar.png) no-repeat;
    background-size: 100%;
    width: 0.8333vw;
    height: 1.3888vw;
    display: inline-block;
    position: relative;
    right: -1.3888vw;
    top: 0.2777vw;
}


@media screen and (max-width: 940px) { 

	#fairWrap .link {
		padding: 13.3333vw 5.3333vw;
		margin-top: 0;
	}

	#fairWrap .link a.btn {
	    padding: 1.6666vw 0;
	    font-size: 4vw;
	}

	#fairWrap .link a.btn span {
		font-size: 60%;
		margin-right: 10px;
	}

	#fairWrap .link a.btn:after {
		content: '';
	    background: url(/special/fair/2019au/images/link_btn_ar.png) no-repeat;
	    background-size: 100%;
	    width: 2.4vw;
	    height: 4.1333vw;
	    position: relative;
	    right: -8vw;
	    top: -1.5vw;
	}
}


/*******************
novelty
*******************/

#novelty {
	background: #000;
	color: #fff;
	position: relative;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	padding: 70px 0 30px;
	
}

#novelty h4 {
	text-indent: -9999px;
	background: url(/special/fair/2019wi/images/novelty_ttl.png) no-repeat left top;
	background-size: 100%;
	width: 42.3611vw;
	height: 8.29166vw;
	margin: 0 auto 2.7777vw;
}

#novelty .novelty_inner {
	width: 65.2777vw;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    font-size: 1.1111vw;
    line-height: 1.75;
}

#novelty .novelty_inner img {
	width: 26.3888vw;
    height: 20vw;
    align-self: center;
}

#novelty .novelty_inner div {
	margin-bottom: 4.16666vw;
	font-weight: 700;
	width: 30.5555vw;
}
#novelty .novelty_inner div p {
    font-size: 1.25vw;
    color: #fff;
    line-height: 1.77777;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}

#novelty .novelty_inner div dl dt {
    text-align: center;
    font-size: 1.11111vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.3333;
    background: #3c3c3c;
    padding: 1.11111vw 0px;
    border-bottom: 2px solid #3c3c3c;
}

#novelty .novelty_inner div dl {
	margin-top: 2.0833vw;
	display: block;
	width: 100%;
	border: 2px solid #3c3c3c;
}

#novelty .novelty_inner div dl dt {
	background: #3c3c3c;
	padding: 1.11111vw 0;
	text-align: center;
	border-bottom: 2px solid #3c3c3c;
	font-size: 1.11111vw;
	font-weight: bold;
	line-height: 1.3333;
}
#novelty .novelty_inner div dl dd {
	background: #fff;
	padding: 1.3888vw 0;
	text-align: center;
	font-size: 15px;
}

#novelty .novelty_inner div dl dd ul li.platinum {
	color: #db3900;
	font-weight: bold;
	margin-bottom: 0.90277vw;
}

#novelty .novelty_inner div dl dd ul li.gold {
	color: #977c00;
	font-weight: bold;
	margin-bottom: 0.90277vw;
}

#novelty .novelty_inner div dl dd ul li.silver {
	color: #939394;
	font-weight: bold;
}


#novelty .novelty_inner span {
	font-size: 0.9722vw;
	margin-top: 1.3888vw;
	font-weight: 400;
	color: #fff;
}

#novelty .novelty_inner div dl dd span {
	color: #000;
}

@media screen and (max-width: 940px) { 
	#novelty {
		padding: 40px 0;
	}
	#novelty .novelty_inner {
		width: 89.3333vw;
		display: block;
	    margin: 0 auto;
	    text-align: center;
	}
	#novelty h4 {
		background-size: 75.8%;
    	background-position: center;
		height: 20px;
		margin: 0 auto 25px;
		background-size: 100%;
		width: 89.3333vw;
		height: 16.53333vw;
	}
	#novelty .novelty_inner img {
		margin-top: 0;
		width: 80%;
		height: auto;
		margin-left: 0;
	}
	#novelty .novelty_inner div {
		width: 89.3333%;
		font-size: 12px;
		line-height: 1.53;
		margin: 20px auto 0;
		text-align: left;
	}

	#novelty .novelty_inner div p {
    font-size: 12px;
    line-height: 1.8;
	}
	#novelty .novelty_inner div dl dt {
		font-size: 12px;
	}
	#novelty .novelty_inner div dl dd {
		font-size: 12px;
	}
	#novelty .novelty_inner div dl dd ul li.platinum {
		margin-bottom: 8px;
	}

	#novelty .novelty_inner div dl dd ul li.gold {
		margin-bottom: 8px;
	}

	#novelty .novelty_inner .attention {
		font-size: 10px;
		margin-top: 20px;
		text-align: left;
	}
}

/*******************
link_area
*******************/
#link_area {
	background: #fff;
	padding:100px 0;
}

#link_area .inner {
	width: 940px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}

#link_area p.attention {
	text-align: center;
	line-height: 1.75;
}

@media screen and (max-width: 940px) { 
	#link_area {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#link_area .inner {
		width:  calc(100% - 10.6666%);
		margin: 0 auto;
		display: inherit;
	}
	#link_area p.attention {
		width: calc(100% - 10.6666%);
		margin: 0 auto;
		line-height: 1.5;
	}
}


