/*------------------------------------------------------------------------------------
   HTML5 display definitions
------------------------------------------------------------------------------------*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary { display: block; }
audio,canvas,video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden],template { display: none; }
/*------------------------------------------------------------------------------------
   Base
------------------------------------------------------------------------------------*/
html { font-family: sans-serif; height: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; overflow-y:scroll; }
body { margin: 0; height: 100%; }
* { margin: 0; padding: 0; }
/*------------------------------------------------------------------------------------
   Links
------------------------------------------------------------------------------------*/
*:focus { outline: none; border: none;}
a { background: transparent; }
a:active,a:hover { outline: 0; }
/*------------------------------------------------------------------------------------
   Typography
------------------------------------------------------------------------------------*/
abbr[title] { border-bottom: 1px dotted; }
b,strong,.strong { font-weight: bold; }
dfn,em,.em { font-style: italic; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
p { -webkit-hyphens: auto; -epub-hyphens: auto; -moz-hyphens: auto; hyphens: auto; }
pre { margin: 0; }
code,kbd,pre,samp { font-family: monospace, serif; font-size: 1em; }
pre { white-space: pre-wrap; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
q:before,q:after { content: ''; content: none; }
small, .small { font-size: 85%; }
.big { font-size: 117%; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/*------------------------------------------------------------------------------------
   Lists
------------------------------------------------------------------------------------*/
dd { margin: 0; }
menu { padding: 0 0 0 40px; }
ol,ul { padding: 0; list-style-type: none; }
nav ul,nav ol { list-style: none; list-style-image: none; }
/*------------------------------------------------------------------------------------
   Embedded content
------------------------------------------------------------------------------------*/
img { border: 0; max-width:100%; max-height:100%; height: auto; vertical-align: bottom; }
svg:not(:root) { overflow: hidden; }
/* ------------------------------------------------------------------------------------
   Figures
------------------------------------------------------------------------------------*/
figure { margin: 0; }
/* ------------------------------------------------------------------------------------
   iframe
------------------------------------------------------------------------------------*/
iframe {
border: none;}
/*------------------------------------------------------------------------------------
   Forms
------------------------------------------------------------------------------------*/
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
button,input,select,textarea { font-family: inherit; font-size: 100%; margin: 0; }
button,input { line-height: normal; }
button,select { text-transform: none; }
button,html input[type="button"],input[type="reset"],input[type="submit"],button[type="submit"],select { -webkit-appearance: button; cursor: pointer; }
button[disabled],
html input[disabled] { cursor: default; }
input[type="checkbox"],input[type="radio"] { box-sizing: border-box; padding: 0; margin-right: 5px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner,input::-moz-focus-inner { border: 0; padding: 0; }

input[type="text"],input[type="email"],input[type="url"],input[type="tel"],input[type="search"],textarea,select {
vertical-align: top;display: inline-block;height: 34px;padding: 4px 6px;margin: 3px 0;font-size: 16px;line-height: 1;border-radius: 2px;-webkit-border-radius: 2px;-moz-border-radius: 2px;color: #333;background-color: #fff;background-image: none;border: 1px solid #ccc;-webkit-box-shadow: none;box-shadow: none;-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; letter-spacing: .8pt; max-width: 100%;}

input[type="text"],input[type="email"],input[type="url"],input[type="tel"],input[type="search"],textarea {
-webkit-appearance : none;}

input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="tel"],input[type="search"]:focus,textarea:focus,select:focus {
border: 1px solid #ddd;}

textarea { overflow: auto; vertical-align: top; height: auto;padding: 6px;}
select {vertical-align: top;display: inline-block;min-width: 140px;}
input[type="submit"],button[type="submit"] {vertical-align: top;display: inline-block;height: 40px;width: auto;padding: 8px 24px;margin: 3px 0;font-size: 14px;font-weight: normal;line-height: 1;text-align: center;white-space: nowrap;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border: 1px solid transparent;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;color: #fff;background-color: #111;}
/*------------------------------------------------------------------------------------
   Tables
------------------------------------------------------------------------------------*/
table { border-collapse: collapse; border-spacing: 0; width: 100%; max-width: 100%; }
/*------------------------------------------------------------------------------------
   Clearfix / Clear
------------------------------------------------------------------------------------*/
.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.clear { clear: both; }
/*------------------------------------------------------------------------------------
   Text
------------------------------------------------------------------------------------*/
.left { text-align: left!important; }
.right { text-align: right!important; }
.center { text-align: center!important; }
/*------------------------------------------------------------------------------------
   Float
------------------------------------------------------------------------------------*/
.float-left { float: left!important; }
.float-right { float: right!important; }
/*------------------------------------------------------------------------------------
   Pointer Events
------------------------------------------------------------------------------------*/
.off-link { pointer-events: none; opacity: 0.5; }

/*------------------------------------------------------------------------------------
------------------------------------------------------------------------------------*/
.image-replacement,.ir { text-indent: 100%; white-space: nowrap; overflow: hidden; }
span.amp { font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important; font-style: italic; }

/**************************************************************************************
GRID
**************************************************************************************/
.all { width: 100%; clear:both; }

/* Mobile */
@media (max-width: 599px) {
.grid { padding-top: 1em; padding-left: 1em; }
.all,.m-all,.m-1of2,.m-1of3,.m-2of3,.m-1of4,.m-3of4,.m-1of5,.m-2of5,.m-3of5,.m-4of5,.m-1of6 { padding-right: 1em; padding-bottom: 1em; }
.m-1of2,.m-1of3,.m-2of3,.m-1of4,.m-3of4,.m-1of5,.m-2of5,.m-3of5,.m-4of5,.m-1of6 { float: left; }

.m-none { display:none!important; }
.m-all { width: 100%; }
.m-1of2 { width: 50%; }
.m-1of3 { width: 33.33%; }
.m-2of3 { width: 66.66%; }
.m-1of4 { width: 25%; }
.m-3of4 { width: 75%; }
.m-1of5 { width: 20%; }
.m-2of5 { width: 40%; }
.m-3of5 { width: 60%; }
.m-4of5 { width: 80%; }
.m-1of6 { width: 16.66%;}
}
  
/* Tablet */
@media (min-width: 600px) and (max-width: 1023px) {
.grid { padding-top: 2em; padding-left: 2em; }
.all,.t-all,.t-1of2,.t-1of3,.t-2of3,.t-1of4,.t-3of4,.t-1of5,.t-2of5,.t-3of5,.t-4of5,.t-1of6,.t-5of6,.t-1of7,.t-2of7,.t-3of7,.t-4of7,.t-5of7,.t-6of7,.t-1of8,.t-1of9,.t-1of10,.t-1of11,.t-1of12 { padding-right: 2em; padding-bottom: 2em; }
.t-1of2,.t-1of3,.t-2of3,.t-1of4,.t-3of4,.t-1of5,.t-2of5,.t-3of5,.t-4of5,.t-1of6,.t-5of6,.t-1of7,.t-2of7,.t-3of7,.t-4of7,.t-5of7,.t-6of7,.t-1of8,.t-1of9,.t-1of10,.t-1of11,.t-1of12 { float: left; }

.t-none { display:none!important; }
.t-all { width: 100%; }
.t-1of2 { width: 50%; }
.t-1of3 { width: 33.33%; }
.t-2of3 { width: 66.66%; }
.t-1of4 { width: 25%; }
.t-3of4 { width: 75%; }
.t-1of5 { width: 20%; }
.t-2of5 { width: 40%; }
.t-3of5 { width: 60%; }
.t-4of5 { width: 80%; }
.t-1of6 { width: 16.6666666667%; }
.t-5of6 { width: 83.3333333334%; }
.t-1of7 { width: 14.2857142857%; }
.t-2of7 { width: 28.5714286%; }
.t-3of7 { width: 42.8571429%; }
.t-4of7 { width: 57.1428572%; }
.t-5of7 { width: 71.4285715%; }
.t-6of7 { width: 85.7142857%; }
.t-1of8 { width: 12.5%; }
.t-1of9 { width: 11.1111111111%; }
.t-1of10 { width: 10%; }
.t-1of11 { width: 9.09090909091%; }
.t-1of12 { width: 8.33%; }
}

/* Desktop L */
@media (min-width: 1024px) {
.grid { padding-top: 2.5em; padding-left: 2.5em; }
.all,.d-all,.d-1of2,.d-1of3,.d-2of3,.d-1of4,.d-3of4,.d-1of5,.d-2of5,.d-3of5,.d-4of5,.d-1of6,.d-5of6,.d-1of7,.d-2of7,.d-3of7,.d-4of7,.d-5of7,.d-6of7,.d-1of8,.d-1of9,.d-1of10,.d-1of11,.d-1of12 { padding-right: 2.5em; padding-bottom: 2.5em; }
.d-1of2,.d-1of3,.d-2of3,.d-1of4,.d-3of4,.d-1of5,.d-2of5,.d-3of5,.d-4of5,.d-1of6,.d-5of6,.d-1of7,.d-2of7,.d-3of7,.d-4of7,.d-5of7,.d-6of7,.d-1of8,.d-1of9,.d-1of10,.d-1of11,.d-1of12 { float: left; }

.d-none { display:none!important; }
.d-1of2 { width: 50%; }
.d-1of3 { width: 33.33%; }
.d-2of3 { width: 66.66%; }
.d-1of4 { width: 25%; }
.d-3of4 { width: 75%; }
.d-1of5 { width: 20%; }
.d-2of5 { width: 40%; }
.d-3of5 { width: 60%; }
.d-4of5 { width: 80%; }
.d-1of6 { width: 16.6666666667%; }
.d-5of6 { width: 83.3333333334%; }
.d-1of7 { width: 14.2857142857%; }
.d-2of7 { width: 28.5714286%; }
.d-3of7 { width: 42.8571429%; }
.d-4of7 { width: 57.1428572%; }
.d-5of7 { width: 71.4285715%; }
.d-6of7 { width: 85.7142857%; }
.d-1of8 { width: 12.5%; }
.d-1of9 { width: 11.1111111111%; }
.d-1of10 { width: 10%; }
.d-1of11 { width: 9.09090909091%; }
.d-1of12 { width: 8.33%; }
}

.last-col {
 float: right!important;}
 
 .p-0 {
 padding: 0!important;}

  
/**************************************************************************************
IMPORTING MODULES
**************************************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }


/**************************************************************************************
GENERAL &  MOBILE STYLES
**************************************************************************************/
body {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	font-size: 82%;
	line-height: 1.5;
	letter-spacing: .2pt;
	color: #242424;
	background-color: white;
	-webkit-font-smoothing: antialiased;
	position: relative; }

::selection {background: rgb(223,247,255);}
::-moz-selection {background: rgb(223,247,255);}

* { -webkit-box-sizing: border-box; box-sizing: border-box; }
* { word-wrap : break-word; overflow-wrap : break-word; }

.spacer30{height: 30px; width: 100%;}

/**************************************************************************************
BODY CLASSES
**************************************************************************************/
/*------------------------------------------
LAYOUT & GRID STYLES
------------------------------------------*/

#container {
	position: relative;
	min-height: 100%; }
  
#container,
#inner-content {
	overflow-x: hidden; }
  
.main {
	margin-top: 42px;
	background-color: #FFFFFF;
	position: relative;  }

.box {
	position: relative;
	padding: 1em; }
  
.full-screen {
	width: 100%;
	height: auto;
	height: 100vh;
	background: rgba(255,255,255,0.95);
	position:relative;
	overflow: hidden; }
	
.full-screen .center-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%; }

.full-screen:first-child {
	padding-top: 42px; }
	
.full-screen:last-child .center-box {
	padding-bottom: 220px; }

.home .main {
	margin-top: 0;}	

  
.pat7 {
	background: url(../images/pat7.png) repeat 0 0 / 250px 250px;}


/*------------------------------------------
Typography
------------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {font-weight: 700;}
 
h1, .h1 {font-size: 2em;}
h2, .h2 {font-size: 1.75em;}
h3, .h3 {font-size: 1.5em;}
h4, .h4 {font-size: 1.25em;}
h5, .h5 {font-size: 1em;}
h6, .h6 {font-size: 0.75em; letter-spacing: 1.25pt;}
  
/*------------------------------------------
LINK STYLES
------------------------------------------*/
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

a,
a:before, 
a:after,
a img {
	-webkit-transition: .2s ease;
	transition: .2s ease; }

a:link {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

.single .entry-content a,
.page .entry-content a,
dl dd a,
table td a {
	color: #0474BD; }
/*------------------------------------------
BUTTON STYLES
------------------------------------------*/
.btn, .reply a,
input[type="button"] {
	border: 1px solid #E60012;
	color: #fff!important;
	display: inline-block;
	position: relative;
	text-decoration: none!important;
	text-align: center;
	font-weight: 700;
	height: auto;
	font-size: .8em;
	line-height: 1.2;
	letter-spacing: .1em;
	padding: 1em 5em;
	margin: 0.25em;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background-color: rgba(230, 0, 18, 0.6); }
  
.btn:hover,
input[type="button"]:hover {
	color: #fff!important;
	padding: 1em 7em; }


.big-btn {
	width: 100%; }
  
.scroll-btn a {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -12px;
	z-index: 10;
	display: block;
	text-decoration: none;
	width: 48px;
	height: 48px;}
  
.scroll-btn a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	border-left: 3px solid #111;
	border-bottom: 3px solid #111;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: scdown 2s infinite;
	animation: scdown 2s infinite;
	box-sizing: border-box;
}

/*------------------------------------------
ICON STYLES
------------------------------------------*/   
.label,
a.label {
  display: inline-block;
  margin-top: -1px;
  margin-right: 6px;
  margin-left: .75em;
  padding: .25em .75em;
  line-height: 1.5;
  font-size: .75em;
  font-weight: 700;
  font-style: normal!important;
  vertical-align: middle;
  background-color: #E60012;
  color: #fefefe;
   -webkit-transform:skewX(-8deg);
   -moz-transform:skewX(-8deg);
   -o-transform:skewX(-8deg);
  transform: skewX(-8deg);
  
  }
/*------------------------------------------
HEADER STYLES
------------------------------------------*/
.header {
	background-color:rgba(15,15,15,.5);
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 42px;
	z-index: 99;
	transition: .3s;}
  
.header a {
  color: inherit; }

/*
#inner-header {
  width: 100%;
  padding: 7px 8px; }
*/
  
#logo {
  position: absolute;
  top: 50%;
  left: 16px;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translaeY(-50%);
   z-index: 90;}

#logo a,
#logo a img {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  transition: all 0s ease;}

#logo a {
  display: block;
  margin: 0 auto;}
  
#logo img {
  width: 208px;
  height: 20px;}
  
.main-sns {
	position: absolute;
	top: 0;
	right: 1em;
	z-index: 10;
	font-size: 15px;
	color: #fefefe;
	float: right; }


.header-main-sns{
	margin: auto;
	color: #fefefe;
	z-index: 10;
	font-size: 21px;
	text-align: center;
	margin-top: 1em;
	}


.footer-sns li,
.header-main-sns li,	
.main-sns li {
	display: inline-block;}


.footer-sns li a,
.header-main-sns li a,	
.main-sns li a {
	display: block;
	width: 30px;
	height: 42px;
	line-height: 42px;
	text-align: center; }

.footer-sns li a{
	width: 40px;
	font-size: 20px;}


.footer-sns-box{text-align: center;}

/*------------------------------------------
NEWS-BOX
------------------------------------------*/

.news-box{background-color: rgba(0, 0, 0, .8);}

.news-wrap .news-box{
	padding: 0;
	position: relative;
	height: 400px;} 

.news-wrap .pickup-news-img .slider-img{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 250px;}

.news-wrap .news-box {height: auto;}

.pickup-news-dsc{top: auto;
	transform: translateY(0%);}


.pickup-news-dsc{
	padding: 1.5em 3em 3em;
	margin: auto;
	position: absolute;
/*
	top: 50%;
	transform: translateY(-50%);
*/
	color: #fff;}

.pickup-news-dsc .s-title{
	font-family: 'Quicksand', sans-serif;
	font-weight: bold;
	font-size: .8em;
	color: #E60012;}
	
.pickup-news-dsc h3{
	font-size: 1.5em;
	margin-bottom: .5em;
	line-height: 1.5em;}
.pickup-news-dsc p.date{
	font-size: .8em;
	margin: 1em 0;
	font-weight: bold;}	
.pickup-news-dsc .dsc{font-size: .8em;}


/* SLICK DOTS */
.pickup-news-dsc .slick-dots{
	width: auto;
	bottom: 15px;}
.pickup-news-dsc .slick-dots li button:before{
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;}
	
.pickup-news-dsc .slick-dots li.slick-active button:before{
	font-size: 12px;
	color: #E60012;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;}
.pickup-news-dsc.slick-dotted.slick-slider{margin-bottom: 0;}

.pickup-news-img .slick-next,
.pickup-news-img .slick-prev {
    z-index: 2;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
    
    }

.pickup-news-img .slick-next{right: 25px;}
.pickup-news-img .slick-prev{left: 25px;}

.pickup-news-img .slick-next:before{content: '>';}
.pickup-news-img .slick-prev:before{content: '<';}

.pickup-news-img .slick-next:before,
.pickup-news-img .slick-prev:before{line-height: 0.3;}



/*------------------------------------------
DIVIDE BAR
------------------------------------------*/



.divide-bar .scroll-btn a{
	height: 30px;
	width: 30px;}
	
.divide-bar .scroll-btn a span{
	height: 10px;
	width: 10px;
	border-bottom-color: #fff;
	border-left-color: #fff;
	}
	
.divide-bar{
	padding: 1.5em 0;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 30%;
	min-width: 150px;}

#cont1 .divide-bar{width: 100%;
	bottom: 10%;
}

#cont2 .divide-bar{
	bottom: auto;
	right: auto;
	width: 100%;
	position: relative;
	background-color: #E60012;
	}
	

#cont3 .divide-bar{
	right: auto;
	left: 0;
	/* 	background-color: #fff;  スポンサーがついたら戻す*/
	background-color: rgba(0, 0, 0, 1);
	color: #fefefe;}
	
#cont3 .divide-bar .scroll-btn a span{
/*
	border-bottom-color: #777;
	border-left-color: #777;スポンサーがついたら戻す
*/
	border-bottom-color: #fefefe;
	border-left-color: #fefefe;}
	
#cont4 .divide-bar{width: 100%;}	




/*------------------------------------------
KEYVISUAL
------------------------------------------*/
.keyvisual{
	height: 100vh;
	max-height: 960px;
	min-height: 400px;
	width: 100%;
	background-position: center center;
	background-size: 100%;
	background-image:url(../images/kv/kv02_mo.jpg) ;
	background-color: #000;
	position: relative;
	background-attachment: fixed;
	background-repeat: no-repeat;
	}

.keyvisual.aftervisual{
	background-image:url(../images/kv/top-after.png) ;
	background-size: cover;}

.keyvisual.aftervisual:before{
	content: '';
	background-color: rgba(0,0,0,.3);
	width: 100%;
	height: 100%;
	position: absolute;
}

.after-box{
	position: absolute;
	width: 90%;
	max-width: 750px;
	margin: auto;
	top: 50%;
	left : 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);}
.after-box h1 img{margin-bottom: .5em;}
	
.after-box h1{
	color: #fff;
	font-family: 'Lato', sans-serif;
    font-weight: 900;
    position: relative;
    line-height: 1.5em;
    margin-bottom: .8em;
    font-size: 1.3em;
}

#result{
	position: relative;
	padding: 7em 0;
	background-image: url(../images/kv/top-after02.jpg) ;
	background-size: cover;
	background-position: center center;}
	
#result:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
}

#result .divide-bar {
    right: auto;
    left: auto;
    width: 100%;
    background-color: #E60012;
    color: #fefefe;}

/*
.kv-inner-box:before{
	background-color: rgba(0,0,0,.5);
	height: 100%;
	width: 100%;
	content: '';
	position: absolute;}
*/



/*------------------------------------------
ABOUT
------------------------------------------*/
.home #cont3{
	background-color: rgba(0, 0, 0, 1);
	color: #fff;
	padding: 7em 0 14em;
	background-image: url(../images/test/01.png),url(../images/test/06.png);
	background-position: center bottom, center top;
	background-size: contain, contain;
	background-repeat: no-repeat, no-repeat;
	position: relative;	}

#cont3 img.about-tit{
	width: 350px;
	max-width: 80%;
	margin: .2em auto 1em;}
	
.home #cont3 .entry-content{
	width: 90%;
	margin: auto;
	font-size: .8em;
	line-height: 2.3em;}
	
#cont3 .entry-content span{
	font-weight: bold;
	display: block;
	font-size: 1.3em;
	line-height: 2em;}

#cont3 .entry-content span.prize{
	font-size: 3em;
	line-height: 1.5em;
	color: #E60012;}
	
#cont3 .yt-box{
		width: 90%;
		max-width: 700px;
		margin: auto;}

.about-img01{height: 100%;
	background-image: url(../images/test/02.png);
	min-height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;}
/*------------------------------------------
SPONSORED BY
------------------------------------------*/
#sponsor.section{
	padding: 5em 0;
	position: relative;
	background-color: rgba(255,255,255,.9);}

#sponsor.section .sponsor-title{
	font-weight: bold;
	font-size: .8em;
	letter-spacing: .1em;
}


/*------------------------------------------
DETAIL
------------------------------------------*/
#cont5{
	background-color: rgba(0, 0, 0, 1);
	background-image: url(../images/kv/kv03_dt.png);
	background-position: 50% 100%;
	background-size: cover;
	color: #fff;
	padding: 7em 0;
	position: relative;
	background-repeat: no-repeat;
	}

#cont5 .page-header{margin-bottom: 2em;}

#cont5 .entry-content{
	width: 90%;
	margin: auto}

#cont5 p.detail{
	margin-bottom: 2em;
	text-align: center;
	line-height: 2em;
	margin-bottom: 2em;}


/*------------------------------------------
NAVIGATION STYLES
------------------------------------------*/
/*--------------------------------
nav
   -- ul
     -- li.menu-item-has-children
       -- a
       -- ul.sub-menu
         -- li
	   -- a
--------------------------------*/ 
.nav > ul {
  line-height: 60px;
  float: left;
  width: 100%;}

.nav li {display:block;
	text-align: right;
	padding-right: 1.5em;}
	
.nav li:after{width: 100%;
	position: absolute;
	height: 3px;
	bottom: 0;}
  
.nav li a {
  display: inline-block;
  font-size: 1em;
  line-height: 2;
  padding: 0 1em;
  text-decoration: none;
  font-weight: 700;
  color: #aaa; }

.nav .menu-item-has-children > a span.submenu-indicator{position: relative; display: none;}
.nav .menu-item-has-children > a span.submenu-indicator:before,
.nav .menu-item-has-children > a span.submenu-indicator:after{
display: inline-block;
  content: '';
  background: #E60012;
  position: absolute;
  top: 8px;
  right: -11px;
  width: 9px;
  height: 1px;}
  
 .nav .menu-item-has-children > a span.submenu-indicator:after{
  top: 4px;
  right: -7px;
  width: 1px;
  height: 9px;}

.nav .menu-item-has-children.active span.submenu-indicator:after{
	opacity: 0;}


.nav .sub-menu {
 padding: 8px 0;}

.nav .sub-menu li a {
  padding-left: 40px;
  line-height: 36px;}



/*----------------------
  nav-btn
----------------------*/
.nav-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  cursor: pointer; }
  
.nav-btn div { 
  position: relative;
  width: 42px;
  height: 42px;
  padding: 12px 10px 10px; }
  
.nav-btn span {
  margin-bottom: 4px;
  display: block;
  height: 3px;
  width: 100%;
  background-color: #fefefe; }

/*----------------------
 overlay
----------------------*/  
.overlay {
  position: fixed;
  top:0;
  left:0;
  z-index: 98;
  content:'';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  display: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;}
  
.overlay.on {
  display: block; }

/*----------------------
  top-nav MOBILE
----------------------*/
.top-nav{
	width: 80%;
	position: fixed;
	left: -80%;
	height: 100%;
	top: 0;
	background-color: #fefefe;
}

/*
.top-nav {
    position: fixed;
    top: 0;
    left: -80%;
    z-index: 100;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 80%;
    height: 100%;
    padding: 16px 0;
    overflow: hidden;
    background: #111;
    color: white;
    border-right: 1px solid rgba(0, 0, 0, 0.14);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;}
*/



.top-nav {
  
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;}

.top-nav .nav {
  width: 100%;
  height: 100%;}

.top-nav .nav li a {
  font-family: 'Quicksand', sans-serif;
  vertical-align: middle;
  font-size: .8em;
  padding: 0 1.5em;
  letter-spacing: .2em; }
  
.top-nav.open {
  left:0;
  z-index: 100; 
  opacity: 1;
  overflow: auto;}
  
.top-nav input[type="submit"] {
  height: 44px;
  width: 38px;
  padding: 11px 6px;}
  
.top-nav .sub-menu {
  width: 100%;
  left: 0;
  text-align: center;
  background-color: #fefefe;
  position: relative;}

.top-nav .sub-menu:before{
	width: 10em;
	right: 0;
	height: 1px;
	position: absolute;
	top: 0;
	content: '';
	background-color: #E60012;
}

.top-nav .sub-menu li {padding-right: 0;}

.menu-item.active .sub-menu{
	display: block;}
  

.top-nav nav ul li > a > span.current-icon {display: none;}  
/*
.top-nav nav ul li > a > span.current-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5em;
  margin-right: 0.1em;
  opacity: 0;} 
*/ 

.top-nav nav ul li.current-menu-item > a {
  color: #E60012;
  font-weight: bold;}
  
/*
.top-nav nav ul li.current-menu-item > a > span.current-icon {
  opacity: 1;}
*/

.top-nav nav ul li.off-link {
  opacity: 0.3; }

.top-nav nav ul li.off-link > a {
  text-decoration: line-through; }

.header-main-sns a:hover,
.header-main-sns a:focus,
.header-main-sns a:active, 
.footer-sns a:hover,
.footer-sns a:focus,
.fppter-sns a:active, 
.main-sns a:hover,
.main-sns a:focus,
.main-sns a:active,  
.top-nav nav a:hover,
.top-nav nav a:focus,
.top-nav nav a:active {
 color: #E60012!important;}

.top-nav .nav li.nav-cat > a{font-size: 1em;
	pointer-events: none;
	position: relative;
	padding-right: 1em;}


.top-nav .sub-menu li.disabled a{
	pointer-events: none;
	color: rgba(171, 171, 171, 0.5);}


/*------------------------------------------
 WP SEARCH FORM STYLES
------------------------------------------*/  
form.search-form {
  padding: 0 8px;}

input[type="search"].search-field {
  margin: 0;
  width: 167px;
  float: left;
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14); }
  
input[type="submit"].search-submit {
  margin: 0;
  font-family: FontAwesome;
  font-weight: normal;
  float: left;
  background: rgba(0,0,0,0);
  color: #666;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);}

/*------------------------------------------
SIDEBARS & WIDGETS
------------------------------------------*/
.widget {
  padding: 8px 16px;}

.widget .btn {
  width: 100%;} 
    
.widget-title {
 display: none;}
 
.widget_sp_image-description {
  font-size: .75em;
  padding-top: 4px;}

/*------------------------------------------
FOOTER STYLES
------------------------------------------*/
.footer {
	clear: both;
	width: 100%;
	padding-top: 32px;
	background: rgba(255,255,255,0.95);
	position: relative;
	z-index:10; }
  
.footer .copyright li{
	display: inline-block;
	padding: .5em 2em; 
	margin-bottom: 1em;
}

.page-top { }

.page-top p {
  text-align: center;
  font-size: 16px;
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  position: relative;
  cursor: pointer; }
  
.page-top p span{
  font-family: 'Quicksand', sans-serif;
  font-weight: 700; }
  
.page-top p:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  border-top: 3px solid #111;
  border-right: 3px solid #111;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: scup 2s infinite;
  animation: scup 2s infinite;
  box-sizing: border-box; }

.copyright {
  margin: 0 auto;
  padding: 0 8px;
  font-size: 12px;
  padding: 24px 0;
  width: 100%;
  text-align: center; }


 
  
/*------------------------------------------
POSTS & CONTENT STYLES
------------------------------------------*/
.page-header {
  padding: .5em 1em;
  width: 100%;
  text-align: center;}

.page-header-box{
	border-bottom: 3px solid #E60012;
	margin-bottom: 2em;
	background-color: rgba(0, 0, 0, 1);
	color: #fff;}

.page-footer {
  padding: 8px 16px;
  width: 100%;}
  
/*----------------------
TITLE STYLES
----------------------*/
.page-header .page-title {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  position: relative;
  display: inline-block;
  line-height: 1;
  letter-spacing: .1em; }  
 
.home .page-header .page-title:after{
	 position: absolute;
	 display: inline-block;
	 content: '';
	 width: 120%;
	 height: 2px;
	 background-color: #E60012;
	 bottom: -0.7em;
	 left: -10%;
	 right: 0;
	 margin: auto; }
	 
.home #cont3 .page-header .page-title:after{
	bottom: 0em;
	left: 0;
	width: 100%;}	
  
.page-title span {
  font-size: 1rem;
  display: block; }  
  
.sub-title {
  text-align: center;
  margin: .5em 0;}

.sub-title span { } 

/*----------------------*/

.article-header {
  margin-bottom: 1em;
  position: relative;}

.entry-thumbnail {
	padding: 1em;
	text-align: center; }
  
.article-footer {
  font-size: .9em;
  padding: 8px;
  border-top: 1px solid rgba(0,0,0,.05);}
  
.entry-meta {
 font-size: .85em;}

.entry-title {
  padding: 1em 1em 0;}
  
.entry-title > i {
  font-size: 1.4em;
  padding-right: .25em;
  vertical-align: middle; }
    
.title {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  line-height: 1; }
  
.entry-content {
  padding: 1em;}
  
.page .entry-content p,
.single .entry-content p {
  margin-bottom: 1.5em;}
  
.entry-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5em; }

.hentry .entry-content .size-auto,
.hentry .entry-content .size-full,
.hentry .entry-content .size-large,
.hentry .entry-content .size-medium,
.hentry .entry-content .size-thumbnail {
  max-width: 100%;
  height: auto; }

table {
  width: 100%;
  margin: 1em auto;
  background-color: #fff;
  border: 1px solid #ddd;
  position: relative; }
  
thead {
  width: 100%;
  background-color: #eee;
  border-bottom: 3px solid #ddd;
  color: #494949; }

tr {
  border-top: 1px solid #ddd; }
  
tr:first-child {
  border-top: none; }

th {
  background-color: rgb(240, 230, 230);
  font-weight: 700;
  white-space: nowrap;
  text-align: left;
  padding: .5em .75em;
  position: relative; }
  
.center th {
  text-align: center; }

td {
  border-top: 1px solid #ddd;
  padding: .5em .75em; }
  
th, td {
  display: block; }
  
table caption {
  font-size: .9em;
  font-weight: 700;
  text-align: left;
  color: #bbb; }

table.width-auto {
  width: auto;
  margin: 1em 0; }

table.width-auto tr {
  border-top: 1px solid #ddd; }
  
table.width-auto td {
  border-left: 1px solid #ddd; }
  
table.width-auto th,
table.width-auto td {
  display: table-cell!important;
  white-space: normal!important;
  padding: .5em!important;
  vertical-align: top!important;
  line-height: 1.25!important; }
  
table.layout-fixed {
  table-layout:fixed; }

table.smart {
  width: auto!important;
  margin: 1em 0; }
  
table.smart,
table.smart tr,
table.smart th,
table.smart td {
  border: none!important;
  background: transparent!important; }
  
table.smart th,
table.smart td {
  display: table-cell!important;
  white-space: normal!important;
  padding: 0 .25em!important;
  vertical-align: top!important; }

.scrool {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 16px; }
  
.scrool::-webkit-scrollbar {
height: 3px;}
 
.scrool::-webkit-scrollbar-track {
border-radius: 3px;
background: #eee;}

.scrool::-webkit-scrollbar-thumb {
border-radius: 3px;
background: #666;}

.scrool table {
  white-space: nowrap; }

blockquote {
    position: relative;
    padding: 1em 1.5em;
    box-sizing: border-box;
    font-style: normal;
    color: #333;
    background: #f5f5f5;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 10px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #e4e4e4;
    font-size: 3.4em;
    line-height: 1;
}

blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 10px;
    vertical-align: middle;
    text-align: center;
    content: "\f10e";
    font-family: FontAwesome;
    color: #e4e4e4;
    font-size: 2.4em;
    line-height: 1;
}

blockquote > * {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    position: relative;
    z-index: 3;
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

dl {
  margin: 1em auto;}

dl dt {
  font-size: 1.25em;
  font-weight: 700;
  position: relative; 
  display: inline-block;
  padding-right: 1em;
  margin-bottom: .5em;
  margin-top: 2em;}  
  
dl dt:after {
  content:'';
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #E60012;} 

dl dd {
  margin: 1em 0; }
  
dl.form {
  max-width: 480px;
  margin: 1em auto;}
  
  
table dl dt {
  border-bottom-width: 1px;
  font-size: 1.175em; }  
  
table dl dt:after {
  display: none; } 

pre {
  background: rgba(0,0,0,.1);
  color: #333;
  font-size: 0.9em;
  padding: .75em 1em;
  margin: .5em 0 1.5em;
  border-radius: 2px; }
  
code {
  font-family: 'Roboto Mono', monospace; }
  
.entry-excerpt {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  
.nowrap {
  white-space: nowrap;}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%; }

.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center; }

.tags {
  margin: 0; }
 
/*------------------------------------------
 TEXT BOX STYLES
------------------------------------------*/     
.attention {
	background-color: #E3F2FD;
	border: 3px solid #1976d2;
	padding: 1em;
	font-weight: 700;
	color: #1976d2; }
  
.caution {
	background-color: #FBE9E7;
	border: 3px solid #FFCCBC;
	padding: 1em;
	font-weight: 700;
	color: #E64A19; }
  
.note {
	background-color: #eceff1;
	border: 3px solid #cfd8dc;
	padding: 1em;
	font-weight: 700;
	color: #37474f; }

/*------------------------------------------
  LIST STYLES
------------------------------------------*/
.link-box {
	position: relative;
	display: block; }

.list {
	border-bottom: 1px solid rgba(0,0,0,.1);
	line-height: 1.5;
	max-width: 736px;
	margin: auto;
	-webkit-transition: .2s ease;
	transition: .2s ease;
	position: relative; }
  
.list:first-child {
	border-top: 1px solid rgba(0,0,0,.1);}
  
.list > a {
	display: block; }

/*------------------------------------------
  CARD STYLES
------------------------------------------*/
.card {
	background: #fff;
	line-height: 1.5;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	position: relative; }
	
.thumb-card {
	background: #fff;
	line-height: 1.5;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	position: relative; }
	
.thumb-card .entry-content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 6em;
	line-height: 1.5;
	padding: 3em 1.5em 0;
	color: #fff;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
}

/*------------------------------------------
PAGE NAVI STYLES
------------------------------------------*/
.pagination,
.wp-prev-next {
  margin: 3em 0; }

.pagination {
  text-align: center; }
  
.pagination p {
  font-size: .8em;
  font-weight: 700;
  margin-bottom: .5em; }

.pagination ul {
  padding: 2px;
  display: inline-block;
  white-space: nowrap;
  clear: both; }

.pagination li {
  padding: 2px;
  float: left;
  display: inline;
  overflow: hidden;
  position: relative; }

.pagination span,
.pagination a {
  margin: 0;
  padding: 0;
  text-decoration: none!important;
  min-width: 32px;
  line-height: 32px;
  font-size: 12px;
  font-weight: 700;
  display: block; }
  
.pagination span{
  color: #666; }
  
.pagination span.current,
.pagination a,
.pagination a:hover {
  color: #111; }

.pagination span.current:after,
.pagination a:hover:after,
.pagination a:focus:after {
  position: absolute;
  top: 2px;
  left: 2px;
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #111;
  text-decoration: none; }

.wp-prev-next .prev-link {
  float: left; }

.wp-prev-next .next-link {
  float: right; }
  
/*------------------------------------------
SINGLE PAGE NAVI STYLES
------------------------------------------*/ 
.single-page-nav {
	background: #f5f5f5; }

.single-page-nav .prev,
.single-page-nav .next {
	width: 50%; }
	
.single-page-nav .prev a,
.single-page-nav .next a {
	display: block;
	padding: 1em 1.5em; }
	
.single-page-nav .prev {
	float: left; }

.single-page-nav .next {
	float: right;
	text-align: right; }
  
/*------------------------------------------
  CONTACT
------------------------------------------*/  
.contact-form input[type="submit"] {
margin-right: 8px;}
  
/*------------------------------------------
  TOP PAGE STYLES
------------------------------------------*/
.top-image {
	height: 100vh;
	background-image: url(../images/top-image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 140vw;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 0;
	-webkit-animation: topImage .4s;
	animation: topImage .4s;
	animation-fill-mode: forwards;
	animation-delay: 1.8s; }

.kv-inner-box{
	height: 100%;
	position: relative;}


	
.top-logo {
	position: absolute;
	top: 80%;
	left: 50%;
	margin: auto;
	width: 350px;
	max-width: 55vw;
	z-index: 2;
	-webkit-transform:translateY(-50%) translateX(-50%);
	transform:translateY(-50%) translateX(-50%);
/*
	-webkit-animation: topLogo 1s;
	animation: topLogo 1s;
	animation-fill-mode: forwards;
	animation-delay: .8s;
*/ }
	
.home #about .center-box {
	padding-bottom: 12em; }

.home #about .entry-content {
	font-size: .8em;}
  
.sponsor {
	width: 100%;
	padding: 0; 
	background-color: #fff;
	}
	
.sponsor-list {
	margin: 0 auto;
	padding: 0 2px;
	max-width: 960px; }
.sponsor li {
	padding: .5em 2px; }
	

/*------------------------------------------
  ClassyCountdown.js STYLES
------------------------------------------*/   
.top-message {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100%;
	z-index: 3;
	font-family: Quicksand, sans-serif;
	margin: 0 auto;
	padding-bottom: 24px;
	-webkit-animation: slideUp .2s;
	animation: slideUp .2s;
	animation-fill-mode: forwards;
	animation-delay: 2s; }

.top-message-inner {
	width: 100%;
	max-width: 480px;
	height: 100%;
	margin: 0 auto;
	text-align: center; }
	
.top-message h2 {
	margin-bottom: .75em;
	line-height: 1.5;
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg); }

.top-message h2 span {
	display: inline-block;
	padding: 0 .5em;
	background: #111;
	color: #fff; }
	
.top-message h2 span:after {
	content: "";
	position: absolute;
	bottom: -1em;
	right: 35%;
	margin-left: 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 1.25em 1.5em 0 0;
	border-color: #111 transparent transparent transparent;
	z-index: -1; }

.ClassyCountdown-wrapper > div {
	width: calc(25% - 8px)!important;
	margin: 4px!important;
	position: relative; }
	
.ClassyCountdown-wrapper > div:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 98%;
	height: 98%;
	background: #fff;
	border-radius: 50%; }

	
.layer_board_btn {
	position: fixed;
	top: 60px;
	right: 10px;
	z-index: 999;
	font-size: .75em;}


/*------------------------------------------
  終了後
------------------------------------------*/   
.top-message-end {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100%;
	z-index: 3;
	margin: 0 auto;
	padding-bottom: 2em;
	background: rgba(255,255,255,0.95);
	-webkit-animation: slideUp .2s;
	animation: slideUp .2s;
	animation-fill-mode: forwards;
	animation-delay: 2s; }

.top-message-end-inner {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center; }
	
.top-message-end h3 {
	margin-bottom: .5em;
	letter-spacing: 0;
	line-height: 1.5; }
.top-message-end p {
	margin-bottom: 1.5em; }
	
/*------------------------------------------
  VOTE STYLES
------------------------------------------*/ 
.vote .grid li img{
	margin-bottom: .5rem;
}
.vote .grid li small{
	display: block;
	color: #666;
	font-size: 10px;
}

.vote .wp-polls .poll-header {
	background: #242424;
	color: #FFF;
	padding: .5rem 1rem;
	text-align: center;
}
.vote .wp-polls .poll-header .poll-date{
	color: #E60012;
}

/*------------------------------------------
  投票受付中
------------------------------------------*/ 
.vote .wp-polls .voting{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 1.5rem 0;
}
.vote .wp-polls .voting li{
	width: 49%;
	margin-bottom: .5rem;
	text-align: center;
}
.vote .wp-polls .voting li input[type="radio"]{
	display: none;
}
.vote .wp-polls .voting li label{
	display: block;
	background: rgba(0, 0, 0, 0.05);
	border: 1px solid #DBDBDB;
	padding: .5rem;
	position: relative;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}
.vote .wp-polls .voting li:hover label,
.vote .wp-polls .voting li input[type="radio"]:checked + label{
	background: rgba(230, 0, 18, 0.2);
	border: 1px solid #E60012;
	color: #E60012;
	font-weight: 700;
	letter-spacing: 1.25pt;
}
.vote .wp-polls .voting li label:after{
	content: '選択中';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(230, 0, 18, 0.8);
	color: #FFF;
	font-size: .75em;
	font-weight: 700;
	letter-spacing: 1.25pt;
	line-height: 3;
	opacity: 0;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}
.vote .wp-polls .voting li input[type="radio"]:checked + label:after{
	opacity: 1;
}
.vote .wp-polls .voting li .thumb{
	display: block;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
/*------------------------------------------
  投票結果
------------------------------------------*/ 
.vote .wp-polls .result {
	max-width: 480px;
	margin: 1.5rem auto;
}
.vote .wp-polls .result li {
	display: flex;
}

.vote .wp-polls .result li .bar{
	width: 100%;
	line-height: 1.5;
	padding-left: .5rem;
}

.vote .wp-polls .result li .bar .bar-bg {
	background: rgba(0, 0, 0, 0.05);
}

.vote .wp-polls .result li .thumb{
	display: block;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.vote .wp-polls .voting li:nth-of-type(1) .thumb,
.vote .wp-polls .result li:nth-of-type(1) .thumb{
	background-image: url(../images/vote/1.jpg);
}
.vote .wp-polls .voting li:nth-of-type(2) .thumb,
.vote .wp-polls .result li:nth-of-type(2) .thumb{
	background-image: url(../images/vote/2.jpg);
}
.vote .wp-polls .voting li:nth-of-type(3) .thumb,
.vote .wp-polls .result li:nth-of-type(3) .thumb{
	background-image: url(../images/vote/3.jpg);
}
.vote .wp-polls .voting li:nth-of-type(4) .thumb,
.vote .wp-polls .result li:nth-of-type(4) .thumb{
	background-image: url(../images/vote/4.jpg);
}
.vote .wp-polls .voting li:nth-of-type(5) .thumb,
.vote .wp-polls .result li:nth-of-type(5) .thumb{
	background-image: url(../images/vote/5.jpg);
}
.vote .wp-polls .voting li:nth-of-type(6) .thumb,
.vote .wp-polls .result li:nth-of-type(6) .thumb{
	background-image: url(../images/vote/6.jpg);
}

/*------------------------------------------
  ARCHIVE STYLES
------------------------------------------*/ 
.archive nav.cat-nav {
	width: 100%; }

.archive nav.cat-nav ul {
	display: table;
	table-layout: fixed;
	width: 100%; }
	
.archive nav.cat-nav li {
	display: table-cell;
	vertical-align: middle;
	border-top: 2px solid #111;
	border-left: 2px solid #111;
	border-bottom: 2px solid #111;
	-webkit-transition: .2s ease;
	transition: .2s ease; }
	
.archive nav.cat-nav li:first-child {
	border-left: none; }
	
.archive nav.cat-nav li a {
	display: block;
	padding: .25em;
	line-height: 1;
	color: #111;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 700;
	text-align: center; }

.archive nav.cat-nav li:hover,
.archive nav.cat-nav li.current {
	background: #111; }

.archive nav.cat-nav li:hover a,
.archive nav.cat-nav li a.current {
	color: #fff; }


.archive .list > a {
	display: table;
	table-layout: fixed;
	width: 100%; }
  
.archive .list .entry-thumbnail {
	display: table-cell;
	width: 38%;
	vertical-align: middle;
	position: relative; }
  
.archive .list .entry-content {
	display: table-cell;
	vertical-align: middle; }

/*----------------------
  CAST
----------------------*/
.cast .thumb-card {
	cursor: pointer; }
	
/*----------------------
  SHOWCASE
----------------------*/
.showcase .thumb-card {
	cursor: pointer; }

.showcase .text-list {
	max-width: 800px;
	margin: auto;}	
.showcase .text-list ul {
	border-top: 1px dotted #424242; }
.showcase .text-list li {
	border-bottom: 1px dotted #424242; }
	
/*----------------------
  FINALIST
----------------------*/
.battler .tnmt-box,
.finalist .tnmt-box {
	padding-left: 0;
	padding-right: 0;
	background-color: #333;
	background-image: url(../images/bg1.png);
	background-size: cover;
	background-position: center;
}
.battler .tnmt,	
.finalist .tnmt {
	height: 80px;
	margin: 2px 0;
	position: relative; }

.battler .tnmt div,
.finalist .tnmt div{
	display: table;
	table-layout: fixed;
	width: 100%;}

.battler .tnmt div span,
.finalist .tnmt div span{
	display: table-cell;
	height: 20px;
	position: relative;
}

.battler .tnmt::before,
.battler .tnmt div span::before,
.battler .tnmt div span::after,
.finalist .tnmt::before,
.finalist .tnmt div span::before,
.finalist .tnmt div span::after {
	display: block;
	background: #EEE;
	content: '';
	position: absolute; }



.battler .end .tnmt:not(.win)::before,
.battler .end .tnmt div span:not(.win)::before,
.battler .end .tnmt div span:not(.win)::after,	
.finalist .end .tnmt:not(.win)::before,
.finalist .end .tnmt div span:not(.win)::before,
.finalist .end .tnmt div span:not(.win)::after {
	background: #222; }

.battler .tnmt::before,
.battler .tnmt div span::before,
.finalist .tnmt::before,
.finalist .tnmt div span::before{
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 22px;
}

.battler .tnmt div span::after,
.finalist .tnmt div span::after{
	width: 50%;
	height: 2px;
}

.battler .tnmt div span:nth-child(odd)::after,
.finalist .tnmt div span:nth-child(odd)::after{
	left: 50%;
}

.battler .tnmt div span:nth-child(even)::after,
.finalist .tnmt div span:nth-child(even)::after{
	left: 0;
}

/* tnmt-up */
.battler .tnmt-up,
.finalist .tnmt-up {
	padding-top: 20px;
	padding-bottom: 0; }

.battler .tnmt-up::before,
.battler .tnmt-up div span::before,
.battler .tnmt-up div span::after,
.finalist .tnmt-up::before,
.finalist .tnmt-up div span::before,
.finalist .tnmt-up div span::after {
	top: 0; }


/* tnmt-down */

.battler .tnmt-down,
.finalist .tnmt-down {
	padding-bottom: 20px; }

.battler .tnmt-down::before,
.battler .tnmt-down div span::before,
.battler .tnmt-down div span::after,
.finalist .tnmt-down::before,
.finalist .tnmt-down div span::before,
.finalist .tnmt-down div span::after{
	bottom: 0; }


/* WIN */
.battler .tnmt.win::before,
.battler .tnmt div span.win::before,
.battler .tnmt div span.win::after,
.finalist .tnmt.win::before,
.finalist .tnmt div span.win::before,
.finalist .tnmt div span.win::after {
	background: #FFFF00;
	z-index: 2;}

.battler .member-list,
.finalist .member-list {
	padding:1px;
}
.battler .member-list .member,
.finalist .member-list .member {
	width: 12.5%;
	float: left;
	padding-left: 1px;
	padding-right: 1px;
}
.battler .member-list .card,
.finalist .member-list .card {
	cursor: pointer; }

.battler .member-list:not(.member-list-down) .card,
.finalist .member-list:not(.member-list-down) .card {
	padding-top: 18px;
}
.battler .member-list:not(.member-list-down) .area,
.finalist .member-list:not(.member-list-down) .area {
	top: 0;
}
.battler .member-list-down .card,
.finalist .member-list-down .card {
	padding-bottom: 18px;
}
.battler .member-list-down .area,
.finalist .member-list-down .area {
	bottom: 0;
}
.battler .member-list .area,
.finalist .member-list .area {
	background: #111;
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 9px;
	height: 18px;
	line-height: 18px;
	letter-spacing: -0.2pt;
	position: absolute;
	left: 0;
}
.battler .member-list .area span,
.finalist .member-list .area span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

/*----------------------
  HiSTORY
----------------------*/
.archive .history .list {
	border: none;
	max-width: 512px; }
	
.archive .history .list .entry-thumbnail > div {
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #111; }
	
.archive .history .list .entry-thumbnail > div img {
	border-radius: 50%;
	border: 4px solid #fff;
	-webkit-transition: .2s ease;
	transition: .2s ease;}
	
.archive .history .list .entry-thumbnail::after {
	content: '';
	position: absolute;
	bottom: -1em;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 3px;
	height: 2em;
	background: #111; }
	
.archive .history .list:last-child .entry-thumbnail::after {
	display: none; }
	
.archive .history .list:hover .entry-thumbnail > div img {
	border-width: 1px;}


/*------------------------------------------
  MOVIE STYLES
------------------------------------------*/ 

.youtube-thumbnail a {
	position: relative;
	display: block;}

.youtube-thumbnail a:after {
	font-family: 'FontAwesome';
	content: '\f16a';
	color: #F44336;
	line-height: 1;
	font-size: 56px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -28px auto 0;
	opacity: 0.75;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;}

.youtube-thumbnail a:hover:after {
	opacity: 1;}
	
.youtube{
  position:relative;
  width:100%;
  margin: 4em auto;
  padding-top:56.25%;
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/*------------------------------------------
  Twitter Timeline STYLES
------------------------------------------*/  
#twitter-list .tile {
	border:none;
	max-width: 410px;
	margin-left: auto;
	margin-right: auto; }
	
/*------------------------------------------
  iziModal.js STYLES
------------------------------------------*/  
.modal-btn {
	cursor: pointer;
}

.iziModal {
    box-shadow: none!important;
}

.iziModal .inline-content {
	background: #fff;
}

.gallery .iziModal .inline-content {
	text-align: center;
	background: #111;
}

.iziModal-navigate {
	z-index: 999!important;
}

.iziModal-navigate > button {
	height: 84px!important;
}
.iziModal-navigate > button:not(:hover) {
	opacity: 0.75!important;
}

.iziModal .inline-content dl {
	margin: 0;
	min-height: 170px;
	line-height: 1.5;
}

.iziModal .inline-content dt span {
	display: block;
}
.iziModal .inline-content dt span {
	display: block;
}
.iziModal .inline-content dt small {
	display: block;
	font-size: 11px;
	line-height: 13px;
}
.iziModal .inline-content dt small.glay {
	margin-bottom: 1em;
}

.iziModal .inline-content dd {
	font-size: 12px;
}

.iziModal .inline-content dd.youtube {
	margin: 0 auto;
}

.single-goods .iziModal .inline-content {
	padding: 40px 10px;
}
	
.single-goods .iziModal .inline-content table {
	margin: 0 auto!important; }

/*------------------------------------------
  LOADER STYLES
------------------------------------------*/ 	
.loader{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	z-index:9998; }

.loader .load-box{
	width: 250px;
	max-width: 80%;
	left: 50%;
	height: auto;
	display: block;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);}

.loader .load-box {
	color:#E60012;
	text-align: center;
	letter-spacing: .1em;}	


/******************************************************************
ANIMATION
******************************************************************/ 
@-webkit-keyframes blink {
  0% { opacity: 0; }
  100% { opacity: 0.4; }
}

@keyframes blink {
  0% { opacity: 0; }
  100% { opacity: 0.4; }
}
 
@-webkit-keyframes topImage {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes topImage {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes topLogo { 
  0%  { -webkit-transform: scale(0.5); }
  20% { -webkit-transform: scale(1); }
  40% { -webkit-transform: scale(0.75); }
  60% { -webkit-transform: scale(1); }
  80% { -webkit-transform: scale(0.25); }
  100% { -webkit-transform: scale(1); }
}

@keyframes topLogo { 
  0%  { transform: scale(0.5); }
  20% { transform: scale(1); }
  40% { transform: scale(0.75); }
  60% { transform: scale(1); }
  80% { transform: scale(0.25); }
  100% { transform: scale(1); }
}

@-webkit-keyframes slideUp { 
  0% { bottom: -100%; }
  100% { bottom: 0; }
}

@keyframes slideUp { 
  0% { bottom: -100%; }
  100% { bottom: 0; }
}

@-webkit-keyframes scup {
  0%  { -webkit-transform: rotate(-45deg) translate(0, 0); }
  20% { -webkit-transform: rotate(-45deg) translate(10px, -10px); }
  40% { -webkit-transform: rotate(-45deg) translate(0, 0); }
}
@keyframes scup {
  0%  { transform: rotate(-45deg) translate(0, 0); }
  20% { transform: rotate(-45deg) translate(10px, -10px); }
  40% { transform: rotate(-45deg) translate(0, 0); }
}
@-webkit-keyframes scdown {
  0%  { -webkit-transform: rotate(-45deg) translate(0, 0); }
  20% { -webkit-transform: rotate(-45deg) translate(-5px, 5px); }
  40% { -webkit-transform: rotate(-45deg) translate(0, 0); }
}
@keyframes scdown {
  0%  { transform: rotate(-45deg) translate(0, 0); }
  20% { transform: rotate(-45deg) translate(-5px, 5px); }
  40% { transform: rotate(-45deg) translate(0, 0); }
}
  
/******************************************************************
COLOR STYLES
******************************************************************/
.bg-white  { background-color: #FFFFFF!important; }
.bg-black  { background-color: #111111!important; color: #FFFFFF!important; }
.bg-glay   { background-color: #F5F5F5!important; }
.bg-red    { background-color: #D61518!important; color: #FFFFFF!important; }
.bg-blue    { background-color: #0474BD!important; color: #FFFFFF!important; }
.bg-pink    { background-color: #E22362!important; color: #FFFFFF!important; }
.bg-yellow { background-color: #FFF100!important; color: #111111!important; }

.white { color: #FFFFFF!important; }
.black { color: #111111!important; }
.glay  { color: #666666!important; }
.red   { color: #D61518!important; }
.blue    { color: #0474BD!important; }
.pink    { color: #E22362!important; }
.yellow { color: #FFF100!important; }
  
/******************************************************************
MOBILE-L STYLES
******************************************************************/
@media only screen and (min-width: 375px) {
/*---------------------------------------------------------------*/
/*------------------------------------------
  TOP PAGE STYLES
------------------------------------------*/	
/*
.top-logo {
	top: 45vh; }
*/
/*---------------------------------------------------------------*/
}
/******************************************************************
TABLET STYLES
******************************************************************/
@media only screen and (min-width: 768px) {
/*---------------------------------------------------------------*/
/*------------------------------------------
  LAYOUT & GRID STYLES
------------------------------------------*/
.box {
  padding: 1.5em }
  
th, td {
  display: table-cell;
  padding: 7px 14px; }
  
th {
  border-right: 1px solid #ddd; }
  
td {
  border-top: none; }

/*------------------------------------------
  TOP PAGE STYLES
------------------------------------------*/
.top-image {
	background-size: 120vw; }
	
/*
.top-logo {
	top: 50vh; }
*/

.home #about .entry-content {
	font-size: 1em;}


.keyvisual{
	background-image: url(../images/kv/kv02_dt.jpg);
} 
 
  
/*------------------------------------------
  ClassyCountdown.js STYLES
------------------------------------------*/   
.ClassyCountdown-wrapper > div {
    width: calc(25% - 16px)!important;
    margin: 8px!important;}

/*------------------------------------------
  VOTE STYLES
------------------------------------------*/ 
.vote .wp-polls .voting li{
	width: 33%;
}

/*------------------------------------------
  ARCHIVE STYLES
------------------------------------------*/ 
.archive .list .entry-thumbnail {
	width: 182px; }
/*----------------------
  FINALIST
----------------------*/
.finalist .member-list .area {
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding: 0 6px;
	letter-spacing: 0.6pt;
}


.tax-finalist_cat table th {
	width: 35%; }

/*------------------------------------------
  iziModal.js STYLES
------------------------------------------*/  
.iziModal {
	margin-top: auto!important;
}
.iziModal-navigate > button {
	top: 17.5%!important;
}	
/*------------------------------------------
  single-goods STYLES
------------------------------------------*/  
.single-goods .items .label {
	display: block;
	text-align: center; }
/*---------------------------------------------------------------*/
}

/******************************************************************
LAPTOP STYLES
******************************************************************/
@media only screen and (min-width: 1024px) {
/*---------------------------------------------------------------*/
body {
  font-size: 100%;
  line-height: 2; }
  
/*------------------------------------------
Typography
------------------------------------------*/
h1, .h1 {font-size: 3em;}
h2, .h2 {font-size: 2.5em;}
h3, .h3 {font-size: 2em;}
h4, .h4 {font-size: 1.5em;}
h5, .h5 {font-size: 1em;}
h6, .h6 {font-size: .75em;}

/*------------------------------------------
BUTTON STYLES
------------------------------------------*/
.scroll-btn {
  bottom: 72px;}

.next-btn{
	position: absolute;
	right: 0;
	bottom: 0;}
.next-btn .scroll-btn{
	bottom: 0;
	margin: 0;
	border-radius: 0;
	padding: .5em 10em;
	border: none;
	display: inherit;
	background-color: #E60012;
	}
  
/*------------------------------------------
  LAYOUT & GRID STYLES
------------------------------------------*/
/*
#container {
	padding-left: 64px;}
*/

.inner {
  max-width: 960px;
  margin: 0 auto; }
  
.box {
  padding: 2.5em; }
  
.main {
	margin-top: 60px; }

#cont1.full-screen {
	padding-top: 0; }
/*------------------------------------------
  HEADER STYLES
------------------------------------------*/  

.header{height: 62px;}

.nav li a{color: #fefefe;}
.top-nav .sub-menu{background-color: rgba(15,15,15,.5);}


#logo{position: absolute;
	width: 240px;
    height: 42px;	
    left: auto;}

.header-main-sns,
.main-sns {font-size: 21px;}

.header-main-sns li a,	
.main-sns li a {
	width: 41px;
	height: 61px;
	line-height: 61px;}
	
/*------------------------------------------
  KEY VISUAL
------------------------------------------*/ 
.keyvisual{
	max-height: none;
	min-height: 650px;
	background-size: 80%;
}
.top-logo{top:auto;
	 bottom: 10%;
 }

/*------------------------------------------
  NEWS SLIDER
------------------------------------------*/
.news-wrap .news-box{
	padding: 0;
	position: relative;
	height: 350px;} 

.news-wrap .pickup-news-img .slider-img{
	background-position: center center;
	background-size: contain;
	background-color: #000;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 350px;}

.pickup-news-dsc{
	padding: 3em;
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;}


/*------------------------------------------
ABOUT
------------------------------------------*/
.home #cont3 .entry-content{
	width: 100%;}
	
#cont3 .entry-content span{
	font-size: 1.5em;
	letter-spacing: .1em;}
	
.home .page-header .page-title:after{
	bottom: -.4em;}
.home #cont3 .page-header .page-title:after{
	bottom: .4em;}

/*------------------------------------------
DETAIL
------------------------------------------*/
#cont5{background-size: 100%;}

#cont5 .page-header{margin-bottom: 4em;}
#cont5 p.detail{
	text-align: left;
	line-height: 2em;}	
	
#cont5{background-attachment: fixed;}
	

/*------------------------------------------
TOP NAVIGATION STYLES
------------------------------------------*/
/*----------------------
  nav-btn DESKTOP
----------------------*/
.nav-btn {
	padding: 7px;
	border-right: 3px solid #111;
	display: none;}
  
.nav-btn div { 
        width: 48px;
        height: 48px;
	padding: 13px 10px 9px;
	background-color: #FFF; }
	
.nav-btn span {
  margin-bottom: 6px; }

.nav > ul{padding-left: 250px;}
.nav li{display: inline-block;
	text-align: left;
	padding-right: 0;}
	
#menu-the-main-menu > li.menu-item-has-children:hover{
	border-bottom: 3px solid red;}	

.top-nav{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: transparent;
	}

.top-nav .sub-menu{
	display: none;
	position: absolute;
	border-bottom: 3px solid #E60012;
	top: 60px;
	z-index: -1;	}

.top-nav .nav li.nav-cat > a{font-size: .8em;
	padding-right: 1.5em;}


.nav .menu-item-has-children > a span.submenu-indicator{position: relative; display: inline;}

.top-nav .sub-menu:before{display: none;}

/*------------------------------------------
POSTS & CONTENT STYLES
------------------------------------------*/
.page-header {
  padding: 16px 24px; }  
  
.page-footer {
  padding: 16px 24px; }
  
th, td {
  padding: 10px 20px; }
 

/*------------------------------------------
  TOP PAGE STYLES
------------------------------------------*/



  
/*------------------------------------------
  ClassyCountdown.js STYLES
------------------------------------------*/   
.ClassyCountdown-wrapper > div {
    width: calc(25% - 24px)!important;
    margin: 12px!important;
}
/*------------------------------------------
  VOTE STYLES
------------------------------------------*/ 
.vote .wp-polls .voting li{
	width: 16%;
}
.vote .wp-polls .voting li .thumb{
	height: 160px;
}
/*------------------------------------------
FOOTER STYLES
------------------------------------------*/
/*
.home .footer {
	padding-left: 64px; }
*/

/*------------------------------------------
LINK HOVER STYLES
------------------------------------------*/
.main a:hover,
.main a:focus,
.footer a:hover,
.footer a:focus {
  color: #999; }
  
.page-top p:hover {
  opacity: .9; } 


/*------------------------------------------
  ARCHIVE STYLES
------------------------------------------*/ 
.archive nav.cat-nav li {
	border-top: 3px solid #111;
	border-left: 3px solid #111;
	border-bottom: 3px solid #111; }
/*----------------------
  FINALIST
----------------------*/
.finalist .box {
	padding: 2.5em;
}
	
.finalist .tnmt {
	height: 120px;
	margin: 4px 0;
}

.finalist .tnmt div span{
	display: table-cell;
	height: 30px;
	position: relative;
}

.finalist .tnmt::before,
.finalist .tnmt div span::before{
	margin-left: -2px;
	width: 4px;
	height: 34px;
}
.finalist .tnmt div span::after{
	height: 4px;
}

/* tnmt-up */
.finalist .tnmt-up {
	padding-top: 30px;
	padding-bottom: 0; }

/* tnmt-down */
.finalist .tnmt-down {
	padding-bottom: 30px; }
	

.tax-finalist_cat table th {
	width: 27.5%; }
/*---------------------------------------------------------------*/
}

/******************************************************************
iziModal
******************************************************************/
@media only screen and (min-width: 1130px) {
/*---------------------------------------------------------------*/ 
/*------------------------------------------
  iziModal.js STYLES
------------------------------------------*/  
.iziModal-navigate > button {
	top: 50%!important;
	margin-top: -42px!important;
}

.iziModal {
	margin-right: 84px!important;
	margin-left: 84px!important;
}
/*---------------------------------------------------------------*/
}

/******************************************************************
LAPTOP - L STYLES
******************************************************************/
@media only screen and (min-width: 1280px) {
/*---------------------------------------------------------------*/ 
.box {
  padding: 2.5em 0; }
  
 
  
/*------------------------------------------
  TOP PAGE STYLES
------------------------------------------*/
/*
.top-image {
	background-size: contain; }
	
.top-logo {
	width: 768px; }

.top-message h2 {
	margin-left: -30%; }
	
*/



/*---------------------------------------------------------------*/
}

/******************************************************************
RETINA (2x RESOLUTION DEVICES)
******************************************************************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
/*---------------------------------------------------------------*/
  /* 
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  */
/*---------------------------------------------------------------*/
}

/******************************************************************
PRINT STYLESHEET
******************************************************************/
@media print {
/*---------------------------------------------------------------*/
* {
  background: transparent !important;
  color: black !important;
  text-shadow: none !important;
  filter: none !important;
  -ms-filter: none !important; }

a, a:visited {
  color: #444 !important;
  text-decoration: underline; }

a:after, a:visited:after {
  content: " (" attr(href) ")"; }

a abbr[title]:after, a:visited abbr[title]:after {
  content: " (" attr(title) ")"; }

.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
  content: ""; }

pre, blockquote {
  border: 1px solid #999;
  page-break-inside: avoid; }

thead {
  display: table-header-group; }

tr, img {
  page-break-inside: avoid; }

img {
  max-width: 100% !important; }

@page {
  margin: 0.5cm; }

p, h2, h3 {
  orphans: 3;
  widows: 3; }

h2,
h3 {
  page-break-after: avoid; }

.sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav {
  display: none; }
/*---------------------------------------------------------------*/
}