/*
Theme Name: rage-esports2018

*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: rgba(255,255,255,.75);
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', HiraKakuProN, 'Droid Sans', 'メイリオ', Meiryo, sans-serif;
    font-size: 13px;
    font-size: calc(12px + .35vw);
	line-height: 1.6;
	font-feature-settings: "pkna";
	letter-spacing: .025em;
}
@media screen and (max-width:812px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 14px;
    	font-size: calc(10px + 1.1vw);
	}
}
h1 {
	margin: 0;
	line-height:1.4;
}
h2, h2 span, h3, h4, h5, h6,nav, time {
	margin: 0;
	line-height:1.4;
}
h2 span, .gf_date h4, nav, .eng_ff, .date .num {
	font-family: 'Orbitron', sans-serif;
}
h2 {
	font-size: .9em;
	font-weight: 400;
	text-align: center;
	color: rgba(255,255,255,.75);
	margin: 0;
	padding: 2em 0 1em;
	padding: calc(1.5em + 2vw) 0 calc(.75em + 1vw);
	white-space: nowrap;
}
h2 span {
	display: block;
	text-align: center;
	font-size: 2.5em;
	font-size: calc(2.2em + 1vw);
	font-weight: 600;
	line-height: 1.1;
	color: #fff;
	position: relative;
}
h2 span:before,
h2 span:after {
	content: '';
	display: inline-block;
	border-top: solid .05em #fff;
	width: .5em;
	margin: 0 .125em;
	vertical-align: middle;
}
h3 {
	font-size: 1.45em;
	font-size: calc(1.35em + .4vw);
	font-weight: 600;
	line-height:1.4;
	text-align: center;
	padding: .5em 0;
	padding: calc(.4em + .75vw) 0;
	color: #fff;
	position: relative;
}
h3.lead {
	font-size: 1.8em;
	font-size: calc(1.5em + 1.2vw);
	text-shadow: 0 0 .5em #000;
	font-feature-settings : "palt";
	padding: .5em 0 0;
	padding: calc(.4em + .75vw) 0 0;
}

h4 {
	font-family: sans-serif;
	font-size: 1.3em;
	font-size: calc(1.25em + .2vw);
	font-weight: 600;
	text-align: center;
	padding: 1em 0;
	padding: calc(.8em + 1.5vw) 0;
	color: #fff;
	position: relative;
}
h4:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: -moz-linear-gradient(left, transparent 30%, #ff6699 40%, #ff6699 60%, transparent 70%);
	background: -webkit-linear-gradient(left, transparent 30%, #ff6699 40%, #ff6699 60%, transparent 70%);
	background: linear-gradient(to left, transparent 30%, #ff6699 40%, #ff6699 60%, transparent 70%);
	position: absolute;
	bottom: 1em;
}
h5 {
	font-size: 1.1em;
	font-weight: 600;
	color: #fff;
	padding: .75em 0 .75em 1em;
	text-indent: -1em;
	position: relative;
}
h5:before {
	content: '';
	display: inline-block;
	width: .5em;
	height: 1.4em;
	background: #ff6699;
	vertical-align: top;
	margin-right: .5em; 
}
h6 {
	font-size: 1em;
	font-weight: 600;
	padding: .5em 0;
	color: #fff;
	padding: .75em 0 .75em 1em;
	text-indent: -1em;
	position: relative;
}
h6:before {
	content: '';
	display: inline-block;
	width: .5em;
	height: 1.4em;
	background: #fff;
	vertical-align: top;
	margin-right: .5em; 
}
*:not(.flex_container) > *:first-child > h4:first-of-type {
	padding-top: 0;
}

h5 span,
h6 span {
	padding: .75em 0;
	text-indent: 0;
}
time {
	color: rgba(255,255,255,.75);
	display: inline-block;
	width: 6em;
	padding-bottom: .25em;
}
b,
strong {
  color: #fff;
}
table {
	font-size: 1em;
}
th {
	font-size: .9em;
}
dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.2em;
}

address {
	margin: 0;
	padding-bottom: 1.2em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
.eng_ff {
	font-size: 1.2em;
	vertical-align: baseline;
}
.nowrap {
	white-space: nowrap;
}
.fs_xl {
    font-size: 1.6em;
}
.fs_l {
    font-size: 1.2em;
}
.fs_m {
    font-size: 1em;
}
.fs_s {
    font-size: 0.9em;
}
.fs_xs {
    font-size: 0.8em;
}
.fs_xxs {
    font-size: 0.7em;
}
.fw_nomal {
	font-weight: 400;
}
.fw_bold {
	font-weight: 600;
}
.important {
	display: inline-block;
	background-color: #f00;
	margin: 0 .5em .4em;
	padding: 0 .5em 0;
	font-size: .6em;
	line-height: 1.6em;
	text-shadow: none;
	vertical-align: middle;
}
.new {
	display: block;
	position: absolute;
	top: -.75em;
	left: -.5em;
	background: #f00;
	color: #fff;
	font-size: .6rem;
	font-weight: 600;
	line-height: 1.6;
	padding: 0 .5em;
}
@media screen and (max-width:812px) {
	.new {
		font-size: calc( .4rem + .5vw );
	}
}
.new:after {
	content: '';
	display: block;
	position: absolute;
    bottom: -.5em;
    left: 47%;
    left: calc( 50% - .5em );
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 .5em .5em 0;
    border-color: transparent #f00 transparent transparent;
} 
h3 .new {
	position: relative;
	display: inline-block;
	top: -1em;
}
.schedule_time {
	display: nline-block;
	white-space: nowrap;
	border-radius: .15em;
    padding: .5em;
    margin-right: .25em;
    line-height: 3em;
	background-color: rgba(255,255,255,.15);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	width: 100%;
	background: #000;
	overflow-x: hidden;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.2em;
}
p, dl {
	margin: 0;
	padding-bottom: 1.2em;
}
ol, ul {
	margin: 0;
	padding: 0 0 1.2em 1.5em;
}
ul.slick {
	padding: 0;
}
li {
	padding: .15em 0 .15em;
}
p.alone {
	padding: 1.2em 0;
}
p:last-child, dl:last-child, ol:last-child, ul:last-child, small:last-child {
	padding-bottom: 0;
}
small {
	font-size: .8em;
	display: block;
	padding-bottom: 1.2em;
}
li > ul,
li > ol,
li > dl,
dd > ul,
dd > ol,
dd > dl {
	padding-bottom: 0;
}
dt {
	font-weight: 600;
	color: #fff;
}
dd {
	margin: 0;
	padding: 0 0 .5em;
}
dl.compact dt {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	float: left;
}
dl.compact ul {
	clear: both;
}
dl.compact_table dt {
	width: 25%;
	float: left;
}
img {
	display: block;
	height: auto;
	width: 100%;
	margin: 0 auto;
}
div {*
    zoom: 1;
    position: relative;
}
figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.2em;
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	border: solid .1em #fff;
}
tr:not(:last-child) {
	border-bottom: solid .1em rgba(255,255,255,.2);
}
th {
	background: rgba(255,255,255,.15);
    padding: .5em;
    color: #fff;
}
td {
    padding: .5em;
    text-align: center;
    vertical-align: middle;
}
td:not(:first-child) {
	border-left: solid .1em rgba(255,255,255,.2);
}
table caption {
	font-size: 1em;
	line-height: 2;
	background-color: #fff;
	margin-bottom: .5em;
	color: #000;
	font-weight: 600;
}

/*----------------
## header
----------------*/
header {
	width: 100%;
	position: relative;
	top: 0;
	background: #000;
}
.home header {
	height: 100%;
}
/*header .rage_logo {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	visibility: visible;
	transition: .3s ease-out;
}
header .rage_logo.top {
	top: -3em;
	visibility: hidden;
}
header .rage_logo a {
	display: block;
	margin: .75rem;
	width: 13rem;
	width: calc(10rem + 14vw);
	height: 2.2rem;
	height: calc(1.5rem + 3vw);
	text-indent: -99999em;
	background: url(../images/logo.png) no-repeat left center;
	background-size: contain;
}*/

/* ### main_image  */
#main_image {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	text-align: center;
}
.main_image_content_container.loaded {
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
            animation: fadeIn 2s ease 0s 1 normal;
    opacity: 1;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.main_image_content_container {
	width: 100%;
	height: 60%;
	display: -webkit-box;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items: center;
  	align-items: center;
  	opacity: 0;
}
.main_image_content {
	padding-bottom: 0;
 	width: 100%;
	height: -webkit-min-content;
	height: -moz-min-content;
	height: min-content;
}
#main_image .main_logo {
	height: 12em;
	height: calc( 5.5em + 9vw);
	max-height: 27vh;
	color: transparent;
	background-image: url(../images/logo.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 1em;
	line-height: 1;
	text-indent: -99999em;
	padding: 0;
	margin: 4% auto -4em;
	position: relative;
}
#main_image .today {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -2em;
	right: 1em;
	width: 8em;
	height: 8em;
	background-image: url(../images/today.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: rotate(350deg);
	-moz-transform: rotate(350deg);
	-ms-transform: rotate(350deg);
	-o-transform: rotate(350deg);
	transform: rotate(350deg);
}
#main_image .game_logo {
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto -.5em;
}
#main_image .game_logo_empty {
	height: 4em;
}
#main_image .game_logo a {
	display: block;
	font-size: .1em;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	text-indent: -99999em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#main_image .game_logo .sv {
	background-image: url(../images/game_logo_sv.png);
}
#main_image .game_logo .spla {
	background-image: url(../images/game_logo_spla.png);
}
#main_image .game_logo .sfv {
	background-image: url(../images/game_logo_sfv.png);
}
.main_image_content .message {
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 0;
	font-feature-settings : "palt";
	white-space: nowrap;
}
.main_image_content .message .fs_xxs {
	line-height: 1.5;
}
.top_banner {
	opacity: 0;
	bottom: 0;
}
.top_banner.loaded {
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
            animation: fadeIn 2s ease 0s 1 normal;
    opacity: 1;
}
.top_banner a {
	display: inline-block;
	border: solid .1em #fff;
	background-color: #000;
	padding: .2em;
	margin: 0 auto;
}
.top_banner a img {
	max-width: 120vh;
	width: 100%;
}
.slick li {
	text-align: center;
}

@media screen and (min-width:813px) and (max-aspect-ratio: 1/1) {
	.home header {
		height: 80%;
	}
}
@media screen and (min-width:813px) {
	#main_image .game_logo {
		width: 70%;
		height: 9em;
		height: calc( 3em + 12vh );
	}
	.top_banner img.pc {
		display: block;
	}
	.top_banner img.mb {
		display: none;
	}
	.main_image_content .message {
		font-size: 2.4em;
		font-size: calc(1em + 3vh);
	}
}
@media screen and (max-width:812px) {
	.home header {
		height: 80%;
	}
	#main_image .game_logo {
		width: 90%;
		height: 6em;
	}
	#main_image .game_logo_empty {
		height: 2em;
	}
	#main_image .main_logo {
		background-image: url(../images/mb/logo.png);
		margin-bottom: -2em;
	}
	#main_image .today {
		top: 5em;
		top: calc( 2em - 2vh);
		right: 0;
		width: 4em;
		width: 10vh;
		height: 4em;
		height: 10vh;
	}
	.top_banner img.pc {
		display: none;
	}
	.top_banner img.mb {
		display: block;
	}
	.main_image_content .message {
		font-size: 1.4em;
		font-size: calc(1em + 1.5vw);
	}
}
@media screen and (max-width:812px) and (min-aspect-ratio: 1/1) {
	.home header {
		height: 100%;
	}
	#main_image .game_logo {
		width: 70%;
		height: 5em;
	}
	#main_image .main_logo {
		height: 6em;
		margin-top: 10%;
	}
	#main_image .today {
		top: 0;
		right: 0;
		width: 4em;
		width: 15vh;
		height: 4em;
		height: 15vh;
	}
	.top_banner img.pc {
		display: block;
	}
	.top_banner img.mb {
		display: none;
	}
	.main_image_content .message {
		font-size: 1.15em;
	}
}
/*@media screen and (max-width:414px) {
	header .rage_logo a {
		margin: .5rem;
	}
}*/
section.cat_header {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;

}
section.cat_header > div {
	background: url(../images/overlays.png);
	padding: 2.9em 0 0;
	padding: calc(2rem + 3vw) 0 0;
}

/*----------------
## article/section  
----------------*/
article {
	width: 100%;
	background: #000;
}
section {
	margin: 0;
	padding: 0;
	position: relative;
	vertical-align: middle;
}
section > *:last-child,
section > div:last-of-type {
	padding-bottom: 1.8em;
	padding-bottom: calc(1.2em + 2.4vw);
}
section section:last-child > *:not(h4):last-child,
.flex_container.reverse section > *:not(h4):first-child,
.flex_container section > *:last-child,
.flex_container > *.no_pb,
section > div.no_pb,
section > *.no_pb,
.no_pb {
	padding-bottom: 0;
}
section section:last-child > *:last-child.is_pb,
.flex_container.reverse section > *:first-child.is_pb,
.flex_container section > *:last-child.is_pb,
section > div.is_pb,
section > *.is_pb,
.is_pb {
	padding-bottom: 1.8em;
	padding-bottom: calc(1.2em + 2.4vw);
}
.no_h_content {
	padding-top: 1.8em;
	padding-top: calc(1.2em + 2.4vw);
}
.toggle_menu {
	cursor: pointer;
}
.toggle_menu:hover {
	opacity: .75;
}
.toggle_menu:after {
	content: '';
	display: inline-block;
	position: absolute;
	bottom: 43%;
	bottom: calc(50% - .2em);
	right: 17.5%;
	width: .4em;
	height: .4em;
	border-width: 0 .1em .1em 0;
	border-style: solid;
	border-color: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.toggle_menu.active:after {
	bottom: 42%;
	bottom: calc(50% - .3em);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}
.contents,
.toggle_contents {
	padding-top: 1.8em;
	padding-top: calc(1.5em + 1.2vw);
	position: relative;
}
.toggle_contents {
	display: none;
}
.contents:before,
.toggle_contents:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: -moz-linear-gradient(left, transparent 10%, rgba(255,255,255,.5), 40%, rgba(255,255,255,.5) 60%, transparent 90%);
	background: -webkit-linear-gradient(left, transparent 10%, rgba(255,255,255,.5) 40%, rgba(255,255,255,.5) 60%, transparent 90%);
	background: linear-gradient(to left, transparent 10%, rgba(255,255,255,.5) 40%, rgba(255,255,255,.5) 60%, transparent 90%);
	position: absolute;
	top: 0;
	left: 0;
}
.w_small .toggle_menu {
	border-bottom: solid .1em rgba(255,255,255,.2);
}
.w_small .toggle_menu:after {
	bottom: 1.3em;
	right: .1em;
}
.w_small .toggle_menu.active:after {
	bottom: 1.2em;
}
.w_small .toggle_contents {
	padding-top: 1.2em;
	padding-top: calc(1em + .8vw);
	border-bottom: solid .1em rgba(255,255,255,.5);
}
.w_small .toggle_contents:before {
	content: none;
}

.inline_container {

}
.inline_container:after {
	content: '';
	display: block;
	clear: both;
}
.inline_container > div {
	float: left;
	margin-bottom: 1em;
}
.inline_container img {
	margin-bottom: .5em;
}
.inline_container h6:not(:first-of-type) {
    position: absolute;
    top: 0;
}

.inline_container.withprof p {
	font-size: .8em;
}
.inline_container.withprof .sbox {
	width: 100%;
}
.inline_container.withprof img {
	width: 23.85%;
	margin-right: .5em;
	margin-bottom: 0;
	float: left;
}
.inline_container a.newitem {
	display: block;
	overflow: hidden;
    position: relative;
}
.inline_container a.newitem:after {
    content: "新商品";
    display: inline-block;
    position: absolute;
    top: 5%;
    left: -28%;
    font-size: .8em;
    font-weight: 600;
    text-align: center;
    width: 75%;
    transform: rotate(315deg);
    background: rgb(255, 0, 0);
}
@media screen and (min-width:1281px) {
	.inline_container.n8 p {
		font-size: .7em;
	}
	.inline_container.n8 .sbox:nth-of-type(8n) {
		margin-right: 0;
	}
	.inline_container.n8 .sbox:nth-of-type(8n+1) {
		clear: both;
	}
	.inline_container.n8 .sbox {
		width: 11.84%;
		margin-right: .75%;
	}

	.inline_container.n6 p {
		font-size: .7em;
	}
	.inline_container.n6 .sbox:nth-of-type(6n) {
		margin-right: 0;
	}
	.inline_container.n6 .sbox:nth-of-type(6n+1) {
		clear: both;
	}
	.inline_container.n6 .sbox {
		width: 15.83%;
		margin-right: 1%;
	}

	.inline_container.n5 p {
		font-size: .7em;
	}
	.inline_container.n5 .sbox:nth-of-type(5n) {
		margin-right: 0;
	}
	.inline_container.n5 .sbox:nth-of-type(5n+1) {
		clear: both;
	}
	.inline_container.n5 .sbox {
		width: 19%;
		margin-right: 1.25%;
	}

	.inline_container.n4 p {
		font-size: .7em;
	}
	.inline_container.n4 .sbox:nth-of-type(4n) {
		margin-right: 0;
	}
	.inline_container.n4 .sbox:nth-of-type(4n+1) {
		clear: both;
	}
	.inline_container.n4 .sbox {
		width: 23.85%;
		margin-right: 1.5%;
	}
	section#sv #sv_pre_guest .inline_container.n4 h6:nth-of-type(2) {
		left: 25%;
	}
}

.inline_container.n3 p {
	font-size: .8em;
}
.inline_container.n3 .sbox:nth-of-type(3n) {
	margin-right: 0;
}
.inline_container.n3 .sbox:nth-of-type(3n+1) {
	clear: both;
}
.inline_container.n3 .sbox {
	width: 32%;
	margin-right: 2%;
}
section#sv #sv_pre_guest .inline_container.n3 h6:nth-of-type(2) {
	left: 34%;
}

.inline_container.n2 p {
	font-size: .7em;
}
.inline_container.n2 .sbox:nth-of-type(2n) {
	margin-right: 0;
}
.inline_container.n2 .sbox:nth-of-type(2n+1) {
	clear: both;
}
.inline_container.n2 .sbox {
	margin-right: 3%;
	width: 48.5%;
}
@media screen and (max-width:1280px) {
	.inline_container.withprof img {
		width: 32%;
	}
	.inline_container.n8 .sbox:nth-of-type(6n) {
		margin-right: 0;
	}
	.inline_container.n8 .sbox:nth-of-type(6n+1) {
		clear: both;
	}
	.inline_container.n8 .sbox {
		width: 15.83%;
		margin-right: 1%;
	}
	.inline_container.n4 p {
		font-size: .8em;
	}
	.inline_container.n4 .sbox:nth-of-type(3n) {
		margin-right: 0;
	}
	.inline_container.n4 .sbox:nth-of-type(3n+1) {
		clear: both;
	}
	.inline_container.n4 .sbox {
		width: 32%;
		margin-right: 2%;
	}
	section#sv #sv_pre_guest .inline_container.n4 h6:nth-of-type(2) {
		left: 34%;
	}
	.inline_container.n2 .sbox {
		margin-right: 3%;
		width: 48.5%;
	}
}
@media screen and (max-width:1280px) and (min-width:813px) {
	.inline_container.n6 p,
	.inline_container.n5 p {
		font-size: .8em;
	}
	.inline_container.n6 .sbox,
	.inline_container.n5 .sbox {
		margin-right: 1.5%;
		width: 23.85%;
	}
	.inline_container.n6 .sbox:nth-of-type(4n),
	.inline_container.n5 .sbox:nth-of-type(4n) {
		margin-right: 0;
	}
	.inline_container.n6 .sbox:nth-of-type(4n+1),
	.inline_container.n5 .sbox:nth-of-type(4n+1) {
		clear: both;
	}
}
@media screen and (max-width:812px) {
	.inline_container.n8 p,
	.inline_container.n6 p,
	.inline_container.n5 p,
	.inline_container.n2 p {
		font-size: .8em;
	}
	.inline_container.n8 .sbox,
	.inline_container.n6 .sbox,
	.inline_container.n5 .sbox,
	.inline_container.n2 .sbox {
		margin-right: 2%;
		width: 32%;
	}
	.inline_container.n8 .sbox:nth-of-type(3n),
	.inline_container.n6 .sbox:nth-of-type(3n),
	.inline_container.n5 .sbox:nth-of-type(3n),
	.inline_container.n2 .sbox:nth-of-type(3n) {
		margin-right: 0;
	}
	.inline_container.n8 .sbox:nth-of-type(3n+1),
	.inline_container.n6 .sbox:nth-of-type(3n+1),
	.inline_container.n5 .sbox:nth-of-type(3n+1),
	.inline_container.n2 .sbox:nth-of-type(3n+1) {
		clear: both;
	}
	.inline_container a.newitem:before {
		font-size: .5em;
	}
	.inline_container a.newitem:after {
		top: 8%;
	    left: -23%;
	}
}
@media screen and (max-width:812px) and (min-width:415px) {
	.inline_container.withprof img {
		width: 23.85%;
	}
}
@media screen and (min-width:813px) {
	.column_container2 {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		-o-column-count: 2;
		-ms-column-count: 2;
		column-count: 2;
	}
	.float_r {
		display: block;
		float: right;
		margin-left: 2em;
		margin-left: calc( 1em + 1.6vw );
    	width: 32%;
    	position: relative;
    	z-index: 2;
	}
	.float_r.size_l {
		width: 48%;
	}
	.float_r:after {
		content: '';
		display: block;
		clear: both;
	}
}

ul.note {
    list-style: none;
    padding-left: 1em;
}
ul.note li:before {
    content: '※';
    margin-left: -1em;
}
ul.note.sup {
	padding-left: 2.2em;
}
ul.note.sup li:before {
	margin-left: -2.2em;
}
ul.note li > ul {
	list-style: disc;
}
ul.note li > ul li:before {
	content: none;
	margin: 0;
}
li ul.note {
	padding-bottom: 0;
}
.googlemap {
    width: 100%;
    height: 10em;
    border: none;
    margin-top: 1em;
    margin-bottom: 1em;
}
#eventinfo .googlemap {
	height: 12em;
    margin: 0;
}
/*@media screen and (min-width:813px) {
	.googlemap {
	    height: 15em;
	}
}*/

/*--------------
  NEWS
--------------*/
section#news {
	background: rgba(38,38,38,.75);
}
#news_ticker ul {
	padding: 0 0 1.2em;
}
#news_ticker li {
	list-style: none;
}

@media screen and (max-width:812px) {
	section#news li:first-child {
		border-top: solid 1px rgba(255,255,255,.2);
	}
	section#news li {
		padding: .5em 0;
		border-bottom: solid 1px rgba(255,255,255,.2);
	}
	section#news li:nth-child(n + 4) {
		display: none;
	}
}
@media screen and (min-width:813px) {
	section#news {
		position: absolute;
		width: 100%;
		bottom: 0;
	}
	section#news > div {
		padding-top: .8em;
		padding-top: calc(.5em + 1vh);
		padding-bottom: .8em;
		padding-bottom: calc(.5em + 1vh);
	}
	section#news h2,
	section#news ul,
	section#news p {
		padding: 0;
	    -webkit-box-flex: none;
	    -webkit-flex: none;
	    flex: none;
	}
	section#news a.btn {
		min-width: 8em;
	}
	#news_ticker {
		padding: 0;
		height: 4.75em;
		overflow: hidden;
		position: relative;
	    -webkit-box-flex: 3;
	    -webkit-flex: 3;
	    flex: 3;
	}
	#news_ticker ul {
		position: absolute;
		top: 0;
		width: 100%;
	}
	#news_ticker li {
		display: table;
	}
	#news_ticker li > * {
		display: table-cell;
	    vertical-align: middle;
	    height: 4.25em;
	    text-shadow: 0 0 .5em #000;
	}
}
@media screen and (min-width:813px) and (max-aspect-ratio: 1/1) {
	section#news {
		bottom: 20%;
	}
}

/*--------------
  LIVE STREAM / EVENT INFO
--------------*/
#winner,
#livestream,
#eventinfo {
	background-color: #000920;
	/*background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: 100%;
	background-size: 100%;*/
}
#livestream h4 {
	padding-top: .5em;
	padding-top: calc(.4em + .75vw);
}
#livestream h5 {
	padding-top: 0;
}
.livestream_container {
	padding-bottom: 1.2em;
}
.livestream_container .livestream_thumb {
	position: relative;
}
.livestream_container .livestream_thumb:before {
	content: '';
	display: block;
	padding-top: 56.25%;
}
.livestream_container .livestream_thumb a,
.livestream_container .livestream_thumb iframe,
.livestream_container .livestream_thumb > img,
.livestream_container .livestream_thumb > picture {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.livestream_container p {
	padding: 0;
}
.livestream_container p.comment {
	padding: .5em 0 0;
	text-align: center;
}
.livestream_container span.openrec {
	background-image: url(../images/openrec_logo.svg);
}
.livestream_container span.abema {
	background-image: url(../images/abema_logo.svg);
}
.livestream_container span.openrec,
.livestream_container span.abema {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: relative;
	text-shadow: none;
	color: transparent;
}
.livestream_container a.livestreamlink {
	width: 100%;
	min-width: unset;
	min-width: auto;
	position: relative;
	margin-top: .5em;
}
.livestream_container a.livestreamlink:after,
.twitter_container.mb a:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 33%;
	top: calc( 50% - .375em );
	right: .5em;
	width: .75em;
	height: .75em;
	background: url(../images/icon_foreign.svg) no-repeat center center;
	background-size: contain;
}
.livestream_container a.disable {
	pointer-events: none;
	opacity: .5;
}
.livestream_container span.disable {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: -webkit-box;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.livestream_container span.disable > * {
	display: block;
	color: #fff;
	text-align: center;
	width: 100%;
}
.livestream_container .flex_container p:not(:last-child) {
	margin-right: .5em;
}

.twitter_container.pc {
	display: none;
}
.twitter_container.mb a {
	width: 100%;
	line-height: 2.4;
	border-radius: 2em;
	background-color: #fff;
	background-image: url(../images/Twitter_Logo_Blue.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	color: #22193a;
	text-shadow: none;
}

#eventinfo > section:nth-child(even) {
	background-color: rgba(255,255,255,.08);
}
#eventinfo th {
	white-space: nowrap;
}
#eventinfo td {
	text-align: left;
}
#eventinfo .sponsor a,
#eventinfo .sponsor span {
	display: block;
	float: left;
	margin: .5em 0;
}
#eventinfo .sponsor:after {
	content: '';
	display: block;
	clear: both;
}
#timetable_popup,
#floormap_popup {
	background: #000920;
	padding: 1em;
}
#timetable_popup div,
#floormap_popup div {
	overflow: scroll;
}
#timetable_popup div img,
#floormap_popup div img {
	height: 90%;
	width: auto;
}
@media screen and (min-width:813px) {
	#winner h4 {
		padding-top: .5em;
		padding-top: calc(.4em + .75vw);
	}
	#eventinfo .sponsor a,
	#eventinfo .sponsor span {
		width: 25%;
	}

	.livestream_container {
		display: -webkit-box;
		display: -webkit-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-lines: multiple;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-line-pack: space-between;
		-webkit-align-content: space-between;
		align-content: space-between;
	}
	.livestream_container > * {
		width: 100%;
	}
	#livestream .main > * {
		display: none;
		opacity: 0;
	}
	#livestream .main > *.show {
	    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	            animation: fadeIn 2s ease 0s 1 normal;
	    opacity: 1;
	}
	#livestream .flex_container.sub input[type=radio] {
		display: none;
	}
	#livestream .flex_container.sub input[type=radio]:not(:checked) + label {
		border: 1px solid #000920;
		cursor: pointer;
	}
	#livestream .flex_container.sub input[type=radio]:checked + label {
		border: 1px solid #fff;
		pointer-events: none;
	}
	#livestream .flex_container.sub input[type=radio]:not(:checked) + label:hover {
		opacity: .75;
	}
	#livestream .flex_container.sub label {
		display: block;
		width: 100%;
		padding: 0;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}
	#livestream .flex_container.sub label:not(:last-child) {
		margin-right: .5em;
	}
	#livestream .flex_container.sub label:before {
		content: '';
		display: block;
		padding-top: 56.25%;
	}

	#livestream .flex_container.sub label.sv_final_main {
		background-image: url(../images/sv_final_livestream_main.jpg);
	}
	#livestream .flex_container.sub label.sv_final_ura {
		background-image: url(../images/sv_final_livestream_ura.jpg);
	}
	#livestream .flex_container.sub label.spla_main {
		background-image: url(../images/spla_livestream_main.jpg);
	}
	#livestream .flex_container.sub label.sfv_main {
		background-image: url(../images/sfv_livestream_main.jpg);
	}
}
@media screen and (max-width:812px) {
	#winner h4:first-child {
		padding-top: .5em;
		padding-top: calc(.4em + .75vw);
	}
	#eventinfo .sponsor a,
	#eventinfo .sponsor span {
		width: 50%;
	}
	#livestream .main > * {
		display: block;
	}
	.livestream_container .flex_container {
	    display: -webkit-box;
	    display: -webkit-flexbox;
	    display: -webkit-flex;
	    display: flex;
	}
	.livestream_container .flex_container > p {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		flex: 1;
	}
}

/*--------------
  About
--------------*/
.movie {
	position: relative;
	height: fit-content;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.movie:before {
	content:'';
	display: block;
	padding-top: 56.25%;
}
.movie:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/btn_play.png) no-repeat center center;
	background-size: 20%;
}
.movie img {
	position: absolute;
	margin: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.rage_photo:after {
	content: '';
	display: block;
	clear: both;
}
.rage_photo a {
	display: block;
	float: left;
	width: 20%;
}
.rage_photo img {
	margin: 0;
}
@media screen and (max-width:812px) {
	.rage_photo a {
		width: 25%;
	}
}

/*----------------
## footer
----------------*/
footer {
	position: relative;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}
@media screen and (max-width:812px) {
	footer {
		background-size: 200%;
	}
}
@media screen and (max-width:480px) {
	footer {
		background-size: 300%;
	}
}
/* ### pageTop  */
#pageTop {
	position: fixed;
	bottom: .75rem;
	right: .75rem;
	z-index: 10;
	padding: 0;
}
#pageTop a {
	display: block;	
	border: solid .1em #fff;
	border-radius: .15em;
	width: 2.5rem;
	width: calc(2rem + 2vw);
	height: 2.5rem;
	height: calc(2rem + 2vw);
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-indent: -9999em;
	background: rgba(0,0,0,.5);
}
#pageTop a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 0 .8em 1.2em .8em;
	border-color: transparent transparent #fff transparent;
}
@media screen and (max-width:480px) {
	#pageTop {
		bottom: .5rem;
		right: .5rem;
	}
}
#pageTop a:hover{
	cursor:pointer;
	text-decoration: none;
	opacity: 1;
	background-color: rgba(255,255,255,.15);
}
footer nav ul {
	margin: 0;
	padding: 0;
}
footer #rage {
	width: 100%;
	height: 16em;
	text-align: center;
}

footer #rage > div {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
 	width: 100%;
 	height: 70%;
 	padding: 0;
}
footer #rage .logo {
	display: inline-block;
}
footer #rage .logo a {
	display: block;
	text-indent: -9999em;
	background: url(../images/rage_logo.svg) no-repeat center center;
	background-size: contain;
	height: 4.1em;
	margin: 0 auto 1.2em;
}
footer #management {
	background: #000;
	font-size: 1em;
	padding: 1.2em;
	padding-bottom: calc(constant(safe-area-inset-bottom) + 1.2em);/* iPhone X向け記述 */
	padding-bottom: calc(env(safe-area-inset-bottom) + 1.2em);/* iPhone X向け記述 */
}
footer #management p {
	text-align: center;
	padding: 0 2.5em;
}
footer #management nav ul {
	text-align: center;
	line-height: 4em;
}
/*----------------
## responcive
----------------*/
@media screen and (max-width:812px) {
	.pc {
		display: none;
	}
	.mb {
		display: block;
	}
}
@media screen and (min-width:813px) {
	.pc {
		display: block;
	}
	.mb {
		display: none;
	}
}
/*----------------
## layout
----------------*/
/* ### width/height  */
.w_small,
.mfp-content {
	padding-left: 17.5%;
	padding-right: 17.5%;
}
@media screen and (max-width:1920px) {
	.w_small,
	.mfp-content {
		padding-left: 15%;
		padding-right: 15%;
	}
	.toggle_menu:after {
		right: 15%;
	}
}
@media screen and (max-width:1600px) {
	.w_small,
	.mfp-content {
		padding-left: 12.5%;
		padding-right: 12.5%;
	}
	.toggle_menu:after {
		right: 12.5%;
	}
}
@media screen and (max-width:1280px) {
	.w_small,
	.mfp-content {
		padding-left: 10%;
		padding-right: 10%;
	}
	.toggle_menu:after {
		right: 10%;
	}
}
@media screen and (max-width:1024px) {
	.w_small,
	.mfp-content {
		padding-left: 7.5%;
		padding-right: 7.5%;
	}
	.toggle_menu:after {
		right: 7.5%;
	}
}
@media screen and (max-width:960px) {
	.w_small,
	.mfp-content {
		padding-left: 5%;
		padding-right: 5%;
	}
	.toggle_menu:after {
		right: 5%;
	}
}
@media screen and (max-width:812px) {
	.w_small,
	.mfp-content {
		padding-left: 12.5%;
		padding-right: 12.5%;
		padding-left: calc(constant(safe-area-inset-left) + 12.5%);/* iPhone X向け記述 */
		padding-right: calc(constant(safe-area-inset-right) + 12.5%);/* iPhone X向け記述 */
		padding-left: calc(env(safe-area-inset-left) + 12.5%);/* iPhone X向け記述 */
		padding-right: calc(env(safe-area-inset-right) + 12.5%);/* iPhone X向け記述 */
	}
	.toggle_menu:after {
		right: 12.5%;
		right: calc(constant(safe-area-inset-right) + 12.5%);/* iPhone X向け記述 */
		right: calc(env(safe-area-inset-right) + 12.5%);/* iPhone X向け記述 */
	}
	header nav {
		right: constant(safe-area-inset-right);/* iPhone X向け記述 */
		right: env(safe-area-inset-right);/* iPhone X向け記述 */
	}
	#pageTop {
		right: calc(constant(safe-area-inset-right) + .75rem);/* iPhone X向け記述 */
		right: calc(env(safe-area-inset-right) + .75rem);/* iPhone X向け記述 */
	}
}
@media screen and (max-width:568px) {
	.w_small,
	.mfp-content {
		padding-left: 7.5%;
		padding-right: 7.5%;
	}
	.toggle_menu:after {
		right: 7.5%;
	}
}
@media screen and (max-width:414px) {
	.w_small,
	.mfp-content {
		padding-left: 5%;
		padding-right: 5%;
	}
	.toggle_menu:after {
		right: 5%;
	}
}
@media screen and (max-width:360px) {
	.w_small,
	.mfp-content {
		padding-left: 3%;
		padding-right: 3%;
	}
	.toggle_menu:after {
		right: 3%;
	}
}
.height100 {
	height: 100%;
}

/* ### flexbox & tab */
.tab_container  .tab {
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content: space-between;
	padding-bottom: 1.2em;
}
.tab_container  .tab > * {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	display: -webkit-box;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;	
	border: solid 1px #fff;
	padding: 1em 0;
	margin-right: .5em;
}
.tab_container .tab > *:last-child {
	margin-right: 0;
}
.tab_container .tab > * > * {
	width: 100%;
	text-align: center;
	line-height: 1.2;
}
@media screen and (max-width:812px) {
	.flex_container > p {
		padding-bottom: 0;
	}
	.flex_container > * {
		padding-bottom: 1.2em;
	}
	.flex_container > *:not(a):last-child {
		padding-bottom: 0;
	}
	.flex_tab_container .tab {
	    display: -webkit-box;
	    display: -webkit-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    padding-bottom: 1.2em;
	}
	.flex_tab_container .tab > * {
	    -webkit-box-flex: 1;
	    -webkit-flex: 1;
	    flex: 1;
		cursor: pointer;
		pointer-events: auto;
		text-align: center;
		padding: .5em 0;
		border: solid 1px #fff;
		background-color: transparent;
		text-indent: 0;
	}
	.flex_tab_container .tab > *:first-child {
		border-radius: .15em 0 0 .15em;
	}
	.flex_tab_container .tab > *:last-child {
		border-left: none;
		border-radius: 0 .15em .15em 0;
	}
	.flex_tab_container .tab > *:before {
		content: none;
	}
	.flex_tab_container .tab > *.active {
		cursor: default;
		pointer-events: none;
		background-color: #fff;
		color: #000;
	}
	.flex_tab_container .tab > *.active:after {
		content: '';
		display: block;
		position: absolute;
		bottom: -.5em;
		left: 47%;
		left: calc(50% - .5em);
		width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: .5em .5em 0 .5em;
	    border-color: #fff transparent transparent transparent;
	}
}

@media screen and (min-width:813px) {
	.flex_container,
	.flex_tab_container .tab,
	.flex_tab_container .content {
	    display: -webkit-box;
	    display: -webkit-flexbox;
	    display: -webkit-flex;
	    display: flex;
	}
	.flex_container > *,
	.flex_tab_container .tab > *,
	.flex_tab_container .content > * {
		margin-right: 2em;
		margin-right: calc( 1em + 1.6vw );
	    -webkit-box-flex: 1;
	    -webkit-flex: 1;
	    flex: 1;
	}
	.flex_tab_container .tab > * {
		pointer-events: none;
	}
	.flex_container.flex2_1 > *:first-child {
	    -webkit-box-flex: 2;
	    -webkit-flex: 2;
	    flex: 2;
	}
	.flex_container.flex1_2 > *:last-child {
	    -webkit-box-flex: 2;
	    -webkit-flex: 2;
	    flex: 2;
	}
	.flex_container.flex3_1 > *:first-child {
	    -webkit-box-flex: 3;
	    -webkit-flex: 3;
	    flex: 3;
	}
	.flex_container.flex1_3 > *:last-child {
	    -webkit-box-flex: 3;
	    -webkit-flex: 3;
	    flex: 3;
	}
	.flex_container.flex4_1 > *:first-child {
	    -webkit-box-flex: 4;
	    -webkit-flex: 4;
	    flex: 4;
	}
	.flex_container.flex1_4 > *:last-child {
	    -webkit-box-flex: 4;
	    -webkit-flex: 4;
	    flex: 4;
	}
	.flex_container > *:last-child,
	.flex_tab_container .tab > *:last-child,
	.flex_tab_container .content > *:last-child {
		margin-right: 0;
	}
	.flex_container.reverse > *:last-child,
	.flex_tab_container.reverse .tab > *:last-child,
	.flex_tab_container.reverse .content > *:last-child {
		margin-right: 2em;
		margin-right: calc( 1em + 1.6vw );
	}
	.flex_container.reverse > *:first-child,
	.flex_tab_container.reverse .tab > *:first-child
	.flex_tab_container.reverse .content > *:first-child {
		margin-right: 0;
	}
	.flex_container.wrap,
	.flex_tab_container.wrap .tab,
	.flex_tab_container.wrap .content {
	    -webkit-box-lines: multiple;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.flex_container.between,
	.flex_tab_container.between .tab,
	.flex_tab_container.between .content {
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		-webkit-justify-content:space-between;
	    justify-content: space-between;
	}
	.flex_container.center,
	.flex_tab_container.center .tab,
	.flex_tab_container.center .content {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
	    justify-content: center;
	}
	.flex_container.stretch,
	.flex_tab_container.stretch .tab,
	.flex_tab_container.stretch .content {
		-webkit-box-align:stretch;
		-ms-flex-align:stretch;
		-webkit-align-items: stretch;
		align-items: stretch;
	}
	.flex_container.reverse,
	.flex_tab_container.reverse .tab,
	.flex_tab_container.reverse .content {
	    -webkit-box-direction:reverse;
	    -moz-box-direction:reverse;
	    -webkit-box-orient:horizontal;
	    -moz-box-orient:horizontal;
	    -webkit-flex-direction:row-reverse;
	    -moz-flex-direction:row-reverse;
	    flex-direction:row-reverse;
	}
	.flex_container.top,
	.flex_tab_container.top .tab,
	.flex_tab_container.top .content {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		-webkit-box-align: flex-start;
		align-items: flex-start;
	}
	.flex_container.middle,
	.flex_tab_container.middle .tab,
	.flex_tab_container.middle .content {
		-webkit-align-items: center;
		-ms-flex-align: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.flex_container.bottom,
	.flex_tab_container.bottom .tab,
	.flex_tab_container.bottom .content {
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		-webkit-box-align: flex-end;
		align-items: flex-end;
	}
}
/* ### text-align */
.ta_center {
	text-align: center;
}
.ta_left {
	text-align: left;
}
.ta_right {
	text-align: right;
}
@media screen and (min-width:813px) {
	.ta_pc_center {
		text-align: center;
	}
}
@media screen and (max-width:812px) {
	.ta_mb_center {
		text-align: center;
	}
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #fff;
	text-decoration: none;
}
p a,
ul a,
dl a,
ol a {
	text-decoration: underline;
}
a:visited {

}
a p {
	color: rgba(255,255,255,.75);
}
a time {
	color: rgba(255,255,255,.75);
}
a:hover, a:focus, a img:hover, a p:hover, a div:hover {
	opacity: .75;
}
a:active {
	opacity: 1;
}

a.link,
a.anc {
	position: relative;
}
a.link:after,
a.anc:after {
	content: '';
	vertical-align: middle;
	position: relative;
	display: inline-block;
	width: .8em;
	height: .8em;
	margin: 0 0 0 .25em;
	background: url(../images/icon_link.svg) no-repeat center center;
	background-size: contain;
}
a.link:after {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}
a[target="_blank"].link:after {
	background: url(../images/icon_foreign.svg) no-repeat center center;
	background-size: contain;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
a.anc.up:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
a.btn {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border: solid .1em #fff;
	border-radius: .15em;
	padding: .5em 1.5em;
	min-width: 12em;
	font-weight: 600;
	text-shadow: 0 0 .5em #000;
}
a.btn:hover {
	opacity: 1;
	background-color: rgba(255,255,255,.15);
}
a.nowrap {
	display: inline-block;
    white-space: nowrap;
    padding: 0 .5em;
}
a.popup-image,
.popup-gallery a,
a.popup-inline {
	cursor: zoom-in;
}

/* ### pageAnchor  */
.page_anchor {
	text-align: center;
	margin: .5em 0;
	font-size: .9em;
}

.page_anchor a {
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
	border-radius: .15em;
	padding: .5em .25em;
	margin-right: .25em;
	float: left;
}
.page_anchor a:not(.btn) {
	border: solid .1em transparent;
	background-color: rgba(255,255,255,.15);
}
.page_anchor a.btn {
	min-width: unset;
	min-width: auto;
}
.page_anchor:after {
	content: '';
	display: block;
	clear: both;
}
@media screen and (max-width:812px) {
	.page_anchor a {
		margin-right: 1%;
		margin-bottom: 1%;
		min-width:49.5%;
		width: 49.5%;
	}
	.page_anchor a:nth-of-type(even) {
		margin-right: 0;
	}
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
nav.breadcrumbs {
	text-align: left;
	padding: 2em 0; 
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
nav {
	color:#fff;
	text-align: center;
}
nav ul {
	list-style: none;
}
nav li {
	font-size: 1.4em;
	line-height: 2.2em;
	font-weight: 600;
}
nav li a {
	text-decoration: none;
	display: block;
}
header nav.sns ul {
	padding: 0;
}
header nav.sns {
	position: absolute;
	right: 0;
	z-index: 9;
    display: -webkit-box;
    display: -webkit-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: .75rem .5em;
}
header nav.sns ul {
	padding: 0;
}
header nav ul.nav_main,
header nav ul.nav_sns,
header nav ul.nav_management {
	padding: 0;
}
header nav ul.nav_main {
	padding: 0 3em;
}
header nav ul.nav_main li {
	font-size: 1.2em;
	line-height: 3em;
}
header nav .nav_sub {
	padding: 2em 0;
}
header nav ul.nav_management {
	font-size: .9em;
}
nav ul.nav_sns li {
	display: inline-block;
	width: 2em;
	height: 2em;
	margin: 0 .2em;
	text-indent: -9999em;
    white-space: nowrap;
    overflow: hidden;
}
nav ul.nav_sns li:hover {
	opacity: .75;
}
nav ul.nav_sns li.fb {
	background: url(../images/facebook-logo-button.svg) no-repeat center center;
	background-size: contain;
}
nav ul.nav_sns li.tw {
	background: url(../images/twitter-logo-button.svg) no-repeat center center;
	background-size: contain;
}
nav ul.nav_management li {
	display: inline-block;
	font-size: 1em;
	padding: 0 .5em;
}
nav h6 {
	font-size: .9em;
	color: #fff;
	padding: 0 .5em;
	line-height: 3.6em;
	font-weight: 400;
}
nav h6:before {
	content: none;
}

/*--------------------------------------------------------------
# drawer
--------------------------------------------------------------*/
.drawer-open{
	overflow:hidden!important;
}
.drawer-nav{
	position:fixed;
	top:0;
	width:28em;
	max-width: 100%;
	height:100%;
	background:rgba(0,0,0,.75);
	z-index:100;
    padding: .75rem .5em;
}
.drawer-menu{
	margin:0;
	padding:0;
	list-style:none;
}
.drawer-overlay{
	position:fixed;
	z-index:99;
	top:0;
	left:0;
	display:none;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.8);
}
.drawer-open .drawer-overlay{
	display:block;
}
.drawer--left .drawer-nav{
	left:-28em;
	-webkit-transition:left .6s cubic-bezier(.19,1,.22,1);
	transition:left .6s cubic-bezier(.19,1,.22,1);
}
.drawer--left.drawer-open .drawer-nav {
	left: 0;
}
.drawer-hamburger{
	position: fixed;
	top: .75rem;
	left: .75rem;
	border: solid .1em #fff;
	border-radius: 0;
	width: 2.5rem;
	width: calc(2rem + 2vw);
	height: 2.5rem;
	height: calc(2rem + 2vw);
	z-index: 101;
	padding: .5em;
	padding: calc(0.25rem + 0.5vw);
	-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);
	transition:all .6s cubic-bezier(.19,1,.22,1);
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	background: rgba(0,0,0,.5);
	/*display: none;*/
}
.drawer-hamburger:hover{
	cursor:pointer;
	opacity: 1;
	background-color: rgba(255,255,255,.25);
}
.drawer-hamburger-icon{
	position:relative;
	display:block;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before{
	width:100%;
	height:2px;
	margin: auto;
	-webkit-transition:all .6s cubic-bezier(.19,1,.22,1);
	transition:all .6s cubic-bezier(.19,1,.22,1);
	background-color:#fff;
}
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before{
	position:absolute;
	top:-.5rem;
	top:calc(-.5rem - 0.35vw);
	left:0;
	content:" ";
}
.drawer-hamburger-icon:after{
	top:.5rem;
	top:calc(.5rem + 0.35vw);
}
.drawer-open .drawer-hamburger-icon{
	background-color:transparent;
}
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before{
	top:0;
}
.drawer-open .drawer-hamburger-icon:before{
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after{
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
/*@media screen and (min-width:1280px) {
	.drawer-nav.top {
		position: absolute;
		width:80%;
		height:4.5em;
		background:transparent;
	}
	.drawer-nav.top .drawer-menu li.footer {
		display: none;
	}
	.drawer-nav.top .drawer-menu ul {
		text-align: left;
		padding: 0;
	    display: -webkit-box;
	    display: -webkit-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    text-shadow: 0 0 1em #000, 0 0 .75em #000, 0 0 .25em #000;
	}
	.drawer-nav.top .drawer-menu li {
		font-size: .9em;
		line-height: 3.4em;
		padding: 0 1em;
	}
	.drawer--left .drawer-nav.top{
		left:0;
		-webkit-transition: none;
		transition: none;
	}
	.drawer--left .drawer-nav.hide{
		left:-28em;
		-webkit-transition: none;
		transition: none;
	}
	.drawer-nav.top .nav_sub {
		display: none;
	}
	.drawer-hamburger.top {
		top: -5rem;
	}
}*/

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*以下jquery関連*/

/*--------------------------------------------------------------
# slick
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    margin: 0 .1%;
}

[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
    width: 100%;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Theme */
/* Slider */
.slick-loading .slick-list {
    background: #000 url('../images/loading_5x1.gif') center center no-repeat;
    background-size: cover;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 0;
}
.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: .5em 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 2rem;
    height: .5rem;
    margin: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-size: .5rem;
    line-height: .5rem;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '●';
    opacity: .25;
    color: fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}

/*--------------------------------------------------------------
# vegas
--------------------------------------------------------------*/
.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
}

.vegas-overlay {
    opacity: .5;
    background: transparent url("overlays/02.png") center center repeat;
}

.vegas-timer {
    top: auto;
    bottom: 0;
    height: 2px;
}

.vegas-timer-progress {
    width: 0%;
    height: 100%;
    background: white;
    -webkit-transition: width ease-out;
    transition: width ease-out;
}

.vegas-timer-running .vegas-timer-progress {
    width: 100%;
}

.vegas-slide,
.vegas-slide-inner {
    margin: 0;
    padding: 0;
    background: transparent center center no-repeat;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform, opacity;
}

body .vegas-container {
    overflow: hidden !important;
    position: relative;
}

.vegas-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

body.vegas-container {
    overflow: auto;
    position: static;
    z-index: -2;
}

body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
    position: fixed;
    z-index: -1;
}

/* Target Safari IOS7+ in order to add 76px */
_::full-page-media, _:future,
:root body.vegas-container > .vegas-slide,
:root body.vegas-container > .vegas-overlay {
    bottom: -76px;
}

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
    opacity: 0;
}

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
    opacity: 1;
}

.vegas-transition-fade2-out {
    opacity: 0;
}

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
    -webkit-animation: kenburns ease-out;
            animation: kenburns ease-out;
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

@keyframes kenburns {
    0% {
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
    -webkit-animation: kenburnsDownLeft ease-out;
            animation: kenburnsDownLeft ease-out;
}

@-webkit-keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
                transform: scale(1.5) translate(10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDownLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, -10%);
                transform: scale(1.5) translate(10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
    -webkit-animation: kenburnsDownRight ease-out;
            animation: kenburnsDownRight ease-out;
}

@-webkit-keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
                transform: scale(1.5) translate(-10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDownRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, -10%);
                transform: scale(1.5) translate(-10%, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
    -webkit-animation: kenburnsDown ease-out;
            animation: kenburnsDown ease-out;
}

@-webkit-keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
                transform: scale(1.5) translate(0, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsDown {
    0% {
        -webkit-transform: scale(1.5) translate(0, -10%);
                transform: scale(1.5) translate(0, -10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
    -webkit-animation: kenburnsLeft ease-out;
            animation: kenburnsLeft ease-out;
}

@-webkit-keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
                transform: scale(1.5) translate(10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 0);
                transform: scale(1.5) translate(10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
    -webkit-animation: kenburnsRight ease-out;
            animation: kenburnsRight ease-out;
}

@-webkit-keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
                transform: scale(1.5) translate(-10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 0);
                transform: scale(1.5) translate(-10%, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
    -webkit-animation: kenburnsUpLeft ease-out;
            animation: kenburnsUpLeft ease-out;
}

@-webkit-keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
                transform: scale(1.5) translate(10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUpLeft {
    0% {
        -webkit-transform: scale(1.5) translate(10%, 10%);
                transform: scale(1.5) translate(10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
    -webkit-animation: kenburnsUpRight ease-out;
            animation: kenburnsUpRight ease-out;
}

@-webkit-keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
                transform: scale(1.5) translate(-10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUpRight {
    0% {
        -webkit-transform: scale(1.5) translate(-10%, 10%);
                transform: scale(1.5) translate(-10%, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
    -webkit-animation: kenburnsUp ease-out;
            animation: kenburnsUp ease-out;
}

@-webkit-keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
                transform: scale(1.5) translate(0, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

@keyframes kenburnsUp {
    0% {
        -webkit-transform: scale(1.5) translate(0, 10%);
                transform: scale(1.5) translate(0, 10%);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}
/*--------------------------------------------------------------
# Magnific Popup
--------------------------------------------------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  width: 100%;
  height: 100%;
  /*max-width: 1280px;*/
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #CCC; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: .9em;
  line-height: 1.6;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1280px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -3;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 1.6;
  word-wrap: break-word;
  padding-right: 5em; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    /*padding-left: 6px;
    padding-right: 6px; }*/ }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}