@charset "UTF-8";
/* //////////////////////////////////////////////////
[Base]
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
object,
iframe,
pre,
code,
p,
blockquote,
form,
fieldset,
legend,
table,
th,
td,
caption,
tbody,
tfoot,
thead,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
canvas {
	margin: 0;
	padding: 0;
}

article,
aside,
figure,
figcaption,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */

html,
body {
	width: 100%;
}

/* for mozilla: always display scrollbar */

body {
	word-break: normal;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	background: none;
}

a {
	color: #2e394b;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: none;
}

/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

/* --------------------------------------------------
	3. List
-------------------------------------------------- */

li {
	list-style: none;
}

/* --------------------------------------------------
	5. Form
-------------------------------------------------- */

fieldset {
	border: none;
}

input,
textarea,
select,
label {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: middle;
	outline: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

textarea {
	resize: vertical;
}

legend {
	display: none;
}

/* --------------------------------------------------
	6. Other
-------------------------------------------------- */

img {
	border: none;
	vertical-align: top;
}

object {
	vertical-align: middle;
	outline: none;
}

em,
strong {
	font-weight: bold;
	font-style: normal;
}

small {
	font-size: 100%;
}

abbr,
acronym {
	border: none;
	font-variant: normal;
}

.clr {
	zoom: 1;
}

.clr:after {
	content: "";
	display: block;
	clear: both;
}

body {
	font-family: Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #0083BD;
	color: #161616;
	line-height: 1.93;
	font-size: 16px;
	letter-spacing: 0.08em;
}

@media only screen and (max-width: 360px) and (max-height: 568px) and (-webkit-device-pixel-ratio: 2) {
	body {
		font-size: 12px !important;
	}
}

body .wrapper {
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 880px) {
	body {
		min-width: 100%;
		min-height: 100%;
		width: 100%;
		overflow-x: hidden;
	}

	body .wrapper {
		width: 100%;
		overflow-x: hidden;
	}

	body .sp {
		display: block;
	}

	body .pc {
		display: none;
	}
}

#js-resize-target {
	width: 1440px;
	transform-origin: left top;
}

@media only screen and (max-width: 880px) {
	#js-resize-target {
		width: initial;
	}
}

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	letter-spacing: 0.08em;
	box-sizing: border-box;
}

*:lang(en) {
	letter-spacing: 0em;
}

.no-scroll {
	height: 100vh;
	overflow: hidden;
}

.common-container {
	max-width: 1440px;
	margin: 0 auto;
}

.fadein,
.fadein-order {
	opacity: 0;
	transform: translate(0, 25px);
	transition: all 1500ms;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.fadein.scrollin,
.fadein-order.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

a {
	color: #000;
	cursor: pointer;
	text-decoration: none;
	font-size: 100%;
	transition-duration: 250ms;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	transition-property: all;
}

a,
a img {
	transition-duration: 250ms;
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
	transition-property: all;
	-webkit-backface-visibility: hidden;
}

a:hover {
	text-decoration: none;
	opacity: 0.8;
}

hr {
	border: none;
	height: 1px;
	background-color: #e70016;
}

ul {
	list-style-type: none;
	padding: 0;
}

sup {
	font-size: 11px;
}

small {
	font-size: 11px;
}

.container {
	position: relative;
}

.container .comp {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.container .comp img {
	width: 100%;
	height: auto;
	opacity: 0.6;
}

.sp {
	display: none !important;
}

@media only screen and (max-width: 880px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	img.sp {
		display: inline-block;
		vertical-align: top;
		*display: inline;
		*zoom: 1;
	}
}

.hide {
	display: none !important;
}

.align-center,
.aligncenter {
	text-align: center;
}

.align-right,
.alignright {
	text-align: right;
}

.align-left,
.alignleft {
	text-align: left;
}

.share-button {
	text-align: center;
}

.share-button ul {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}

.share-button ul:after {
	clear: both;
	content: "";
	display: block;
}

.share-button ul li {
	float: left;
	height: 20px;
	line-height: 20px;
	margin: 0 10px;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}

@media only screen and (max-width: 880px) {
	.share-button ul li {
		margin: 0 5px;
	}
}

strong {
	padding: 6px;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 0.1em;
}

strong.strong-black {
	color: #FFF;
	background: #000;
}

strong.strong-yellow {
	background: #ebc400;
}

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

.clear {
	clear: both;
}

.font-large {
	font-size: 150%;
}

.font-medium {
	font-size: 120%;
}

.font-small {
	font-size: 70%;
}

.font-bold {
	font-weight: bold;
}

.font-dash {
	letter-spacing: -4px;
	padding: 0 6px;
	font-weight: normal;
}

.left {
	float: left;
}

.right {
	float: right;
}

.vertical-middle-parent {
	display: table;
	height: 100%;
	min-width: 100%;
}

.vertical-middle-child {
	display: table-cell;
	min-width: 100%;
	vertical-align: middle;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	max-width: 100%;
	padding: 20px 15px;
	background: #FFF;
	box-sizing: border-box;
	border: 1px solid #FFF;
	-webkit-appearance: none;
}

@media only screen and (max-width: 880px) {

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	textarea {
		padding: 5px 6px;
		font-size: 87.5%;
	}
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
	border: 1px solid #e70016;
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #d7d7d7;
	font-weight: bold;
	vertical-align: middle;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #d7d7d7;
	font-weight: bold;
	vertical-align: middle;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #d7d7d7;
	font-weight: bold;
	vertical-align: middle;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #d7d7d7;
	font-weight: bold;
	vertical-align: middle;
}

textarea {
	background: #f2f2f1;
	height: 239px;
}

.warn {
	color: #e70016;
}

.imgResize img {
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.font-color-red {
	color: #e70016;
}

.font-color-green {
	color: #51b1a3;
}

.font-color-yellow {
	color: #ebc400;
}

.font-color-lightgreen {
	color: #71bf79;
}

.font-color-black {
	color: #2d2d2d !important;
}

.font-color-darkorange {
	color: #ea9b22 !important;
}

.font-color-darkblue {
	color: #081441 !important;
}

.section {
	position: relative;
	padding: 90px 0 50px;
}

.invisible {
	transition: opacity 1s ease;
	opacity: 0;
}

.visible {
	transition: opacity 1s ease;
	opacity: 1;
}

.modaal-inner-wrapper {
	padding: 80px 25px;
}

@media only screen and (max-width: 880px) {
	.modaal-inner-wrapper {
		padding: 250px 25px;
	}
}

.modaal-inner-wrapper .modaal-container {
	height: 100%;
	background: transparent;
	text-align: center;
}

.modaal-inner-wrapper .modaal-container .modaal-content-container {
	padding: 0;
}

.modaal-inner-wrapper .modaal-container .modaal-close:hover::before,
.modaal-inner-wrapper .modaal-container .modaal-close:hover::after {
	background: #0b77b8;
}

.Header {
	height: 92px;
	z-index: 100;
	background: url(../img/header_bg@2x.png) no-repeat 50% 50%;
	background-size: cover;
}

@media only screen and (max-width: 880px) {
	.Header {
		height: 62px;
		background: url(../img/sp_header_bg@2x.png) no-repeat 50% 50%;
		background-size: cover;
	}
}

.Header__container {
	display: flex;
	flex-direction: row;
	webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-content: stretch;
	-ms-flex-line-pack: stretch;
	justify-content: space-between;
	padding: 20px 107px 20px 16px;
}

@media only screen and (max-width: 880px) {
	.Header__container {
		padding: 11px 23px;
	}
}

.Header__logo {
	padding: 18px 22px;
}

@media only screen and (max-width: 880px) {
	.Header__logo {
		display: none;
	}
}

.Header__logoFigure {
	line-height: 1;
}

.HeaderLang {
	position: relative;
	z-index: 10;
	position: relative;
	width: 160px;
	background: #78B1D2;
	border-radius: 30px;
	cursor: pointer;
	overflow: hidden;
}

@media only screen and (max-width: 880px) {
	.HeaderLang {
		width: 125px;
	}
}

.HeaderLang__list {
	display: none;
}

.HeaderLang__title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 100%;
	margin: 0;
	padding: 19px 0 19px 37px;
	color: white;
	font-weight: bold;
	line-height: 1;
	font-size: 93.75%;
}

@media only screen and (max-width: 880px) {
	.HeaderLang__title {
		padding: 14px 0 14px 32px;
		font-size: 75%;
	}
}

.HeaderLang__title.isActive::after {
	transform: translate(0, -50%) rotate(0);
}

.HeaderLang__title::before {
	position: absolute;
	top: 50%;
	left: 14px;
	width: 14px;
	height: 14px;
	background: url(../img/icon_lang@2x.png) no-repeat 50% 50%;
	background-size: cover;
	transform: translate(0, -50%);
	content: "";
}

.HeaderLang__title::after {
	position: absolute;
	top: 50%;
	right: 21px;
	width: 12px;
	height: 7px;
	background: url(../img/icon_arrow@2x.png) no-repeat 50% 50%;
	background-size: cover;
	transform: translate(0, -50%) rotate(-180deg);
	transition: all 800ms;
	content: "";
}

.HeaderLang__link {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 100%;
	padding: 10px 0 10px 37px;
	color: white;
	font-weight: bold;
	line-height: 1;
	font-size: 93.75%;
}

@media only screen and (max-width: 880px) {
	.HeaderLang__link {
		padding: 14px 0 14px 32px;
		font-size: 75%;
	}
}

.HeaderLang__link:hover {
	background: #0083BD;
	opacity: 1;
}

.HeaderNav .HeaderPageNav {
	position: absolute;
	top: 50%;
	right: -111px;
}

@media only screen and (max-width: 880px) {
	.HeaderNav .HeaderPageNav {
		position: absolute;
		top: 50%;
		right: -96px;
	}
}

.HeaderNav .HeaderNavSns {
	position: absolute;
	right: 25%;
	bottom: 40px;
	transform: translate(-50%, 0);
}

.HeaderNav {
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	z-index: 1000;
}

.HeaderNav__container {
	position: relative;
	height: 100%;
	padding: 21px 36px 21px 0;
}

@media only screen and (max-width: 880px) {
	.HeaderNav__container {
		padding: 13px 25px 13px 0;
	}
}

.HeaderMenu__button {
	width: 50px;
	height: 50px;
	padding: 16px 0;
	background: white;
	border-radius: 50%;
	cursor: pointer;
}

@media only screen and (max-width: 880px) {
	.HeaderMenu__button {
		width: 37px;
		height: 37px;
		padding: 12px 0;
	}
}

.HeaderMenu__button.isActive .HeaderMenu__buttonLine:nth-child(1) {
	transform: translate(3px, 0) rotate(45deg);
}

@media only screen and (max-width: 880px) {
	.HeaderMenu__button.isActive .HeaderMenu__buttonLine:nth-child(1) {
		transform: translate(2px, -1px) rotate(45deg);
	}
}

.HeaderMenu__button.isActive .HeaderMenu__buttonLine:nth-child(2) {
	width: 0;
}

.HeaderMenu__button.isActive .HeaderMenu__buttonLine:nth-child(3) {
	transform: translate(3px, 0) rotate(-45deg);
}

@media only screen and (max-width: 880px) {
	.HeaderMenu__button.isActive .HeaderMenu__buttonLine:nth-child(3) {
		transform: translate(2px, 0) rotate(-45deg);
	}
}

.HeaderMenu__buttonLine {
	width: 20px;
	height: 4px;
	margin: 0 auto 3px;
	border-radius: 20px;
	background-color: #004C9A;
	transform-origin: left center;
	transition-property: width, transform;
	transition-duration: 0.3s;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

@media only screen and (max-width: 880px) {
	.HeaderMenu__buttonLine {
		width: 16px;
		height: 3px;
		margin: 0 auto 2px;
	}
}

.HeaderPageNav {
	background: rgba(0, 0, 0, 0.2);
	border-radius: 30px;
	width: 350px;
	padding: 15px 0;
	transform: translate(0, -50%) rotate(90deg);
	transform-origin: center center;
	opacity: 0;
	transition: all 500ms;
}

@media only screen and (max-width: 880px) {
	.HeaderPageNav {
		width: 280px;
		padding: 7px 0;
	}
}

.HeaderPageNav.isActive {
	opacity: 1;
}

.HeaderPageNav__list {
	display: flex;
	flex-direction: row;
	webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-content: stretch;
	-ms-flex-line-pack: stretch;
	justify-content: center;
	align-items: center;
}

.HeaderPageNav__item {
	position: relative;
	min-width: 6px;
	margin: 0 5px;
	line-height: 1;
	vertical-align: middle;
}

.HeaderPageNav__text {
	color: #FFD862;
	margin: 0 20px;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
	font-weight: bold;
	font-size: 85%;
	line-height: 1.6;
	transition: all 500ms;
	min-width: 88px;
	text-align: center;
}

.HeaderPageNav__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 6px;
	height: 6px;
	border: 1px solid #ACBFCD;
	box-sizing: border-box;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.HeaderPageNav__icon.isActive {
	border: 1px solid #FFD862;
}

.HeaderNavSns__item:not(:last-child) {
	margin: 0 0 32px;
}

.Footer {
	padding: 66px 0;
	background: white;
}

@media only screen and (max-width: 880px) {
	.Footer {
		padding: 20px 31px;
	}
}

.Footer__text {
	width: 616px;
	margin: 0 auto;
	color: #004C9A;
	font-size: 87.5%;
	line-height: 1.6;
	letter-spacing: 0;
}

@media only screen and (max-width: 880px) {
	.Footer__text {
		width: 100%;
	}
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */

.modaal-noscroll {
	overflow: hidden;
}

.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
}

.modaal-wrapper {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	overflow: auto;
	opacity: 1;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
	border: none;
	background: transparent;
	padding: 0;
	-webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
	display: none;
	opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
	opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
	outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
	overflow: hidden;
}

.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
	display: block;
}

.modaal-inner-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
	padding: 0;
	display: block;
	vertical-align: top;
}

.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: auto;
	text-align: left;
	color: #000;
	max-width: 1000px;
	border-radius: 0px;
	background: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	cursor: auto;
}

.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden;
}

.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100%;
	overflow: auto;
}

.modaal-close {
	position: fixed;
	right: 20px;
	top: 20px;
	color: #fff;
	cursor: pointer;
	opacity: 1;
	width: 50px;
	height: 50px;
	background: transparent;
	border-radius: 100%;
	transition: all 0.2s ease-in-out;
}

.modaal-close:focus,
.modaal-close:hover {
	outline: none;
	background: #fff;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
	background: #b93d0c;
}

.modaal-close span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-close:before,
.modaal-close:after {
	display: block;
	content: " ";
	position: absolute;
	top: 14px;
	left: 23px;
	width: 4px;
	height: 22px;
	border-radius: 4px;
	background: #fff;
	transition: background 0.2s ease-in-out;
}

.modaal-close:before {
	transform: rotate(-45deg);
}

.modaal-close:after {
	transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
	background: #afb7bc;
	right: 10px;
	top: 10px;
}

.modaal-content-container {
	padding: 30px;
}

.modaal-confirm-wrap {
	padding: 30px 0 0;
	text-align: center;
	font-size: 0;
}

.modaal-confirm-btn {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	cursor: pointer;
	border: none;
	background: transparent;
}

.modaal-confirm-btn.modaal-ok {
	padding: 10px 15px;
	color: #fff;
	background: #555;
	border-radius: 3px;
	transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
	background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
	text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
	text-decoration: none;
	color: #2f2f2f;
}

@keyframes instaReveal {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes instaReveal {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes instaReveal {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes instaReveal {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes instaReveal {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.modaal-instagram .modaal-container {
	width: auto;
	background: transparent;
	box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
	padding: 0;
	background: transparent;
}

.modaal-instagram .modaal-content-container>blockquote {
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.modaal-instagram iframe {
	opacity: 0;
	margin: -6px !important;
	border-radius: 0 !important;
	width: 1000px !important;
	max-width: 800px !important;
	box-shadow: none !important;
	animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
	padding-left: 140px;
	padding-right: 140px;
}

.modaal-image .modaal-container {
	width: auto;
	max-width: 100%;
}

.modaal-gallery-wrap {
	position: relative;
	color: #fff;
}

.modaal-gallery-item {
	display: none;
}

.modaal-gallery-item img {
	display: block;
}

.modaal-gallery-item.is_active {
	display: block;
}

.modaal-gallery-label {
	position: absolute;
	left: 0;
	width: 100%;
	margin: 20px 0 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.modaal-gallery-label:focus {
	outline: none;
}

.modaal-gallery-control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
	cursor: pointer;
	color: #fff;
	width: 50px;
	height: 50px;
	background: transparent;
	border: none;
	border-radius: 100%;
	transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
	outline: none;
	background: #fff;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
	background: #afb7bc;
}

.modaal-gallery-control span {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
	display: block;
	content: " ";
	position: absolute;
	top: 16px;
	left: 25px;
	width: 4px;
	height: 18px;
	border-radius: 4px;
	background: #fff;
	transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
	margin: -5px 0 0;
	transform: rotate(-45deg);
}

.modaal-gallery-control:after {
	margin: 5px 0 0;
	transform: rotate(45deg);
}

.modaal-gallery-next-inner {
	left: 100%;
	margin-left: 40px;
}

.modaal-gallery-next-outer {
	right: 45px;
}

.modaal-gallery-prev:before,
.modaal-gallery-prev:after {
	left: 22px;
}

.modaal-gallery-prev:before {
	margin: 5px 0 0;
	transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
	margin: -5px 0 0;
	transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
	right: 100%;
	margin-right: 40px;
}

.modaal-gallery-prev-outer {
	left: 45px;
}

.modaal-video-wrap {
	margin: auto 50px;
	position: relative;
}

.modaal-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	background: #000;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modaal-iframe .modaal-content {
	width: 100%;
	height: 100%;
}

.modaal-iframe-elem {
	width: 100%;
	height: 100%;
	display: block;
}

@media only screen and (min-width: 1400px) {
	.modaal-video-container {
		padding-bottom: 0;
		height: 731px;
	}
}

@media only screen and (max-width: 1140px) {
	.modaal-image .modaal-inner-wrapper {
		padding-left: 25px;
		padding-right: 25px;
	}

	.modaal-gallery-control {
		top: auto;
		bottom: 20px;
		transform: none;
		background: rgba(0, 0, 0, 0.7);
	}

	.modaal-gallery-control:before,
	.modaal-gallery-control:after {
		background: #fff;
	}

	.modaal-gallery-next {
		left: auto;
		right: 20px;
	}

	.modaal-gallery-prev {
		left: 20px;
		right: auto;
	}
}

@media screen and (max-width: 900px) {
	.modaal-instagram iframe {
		width: 500px !important;
	}
}

@media screen and (max-height: 1100px) {
	.modaal-instagram iframe {
		width: 700px !important;
	}
}

@media screen and (max-height: 1000px) {
	.modaal-inner-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.modaal-instagram iframe {
		width: 600px !important;
	}
}

@media screen and (max-height: 900px) {
	.modaal-instagram iframe {
		width: 500px !important;
	}

	.modaal-video-container {
		max-width: 900px;
		max-height: 510px;
	}
}

@media only screen and (max-width: 600px) {
	.modaal-instagram iframe {
		width: 280px !important;
	}
}

@media only screen and (max-height: 820px) {
	.modaal-gallery-label {
		display: none;
	}
}

.modaal-loading-spinner {
	background: none;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-ms-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
	}

	100% {
		opacity: .1;
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-ms-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
	}

	100% {
		opacity: .1;
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-ms-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
	}

	100% {
		opacity: .1;
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-ms-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
	}

	100% {
		opacity: .1;
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-ms-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-webkit-transform: scale(1.5);
		-o-transform: scale(1.5);
		transform: scale(1.5);
	}

	100% {
		opacity: .1;
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.modaal-loading-spinner>div {
	width: 24px;
	height: 24px;
	margin-left: 4px;
	margin-top: 4px;
	position: absolute;
}

.modaal-loading-spinner>div>div {
	width: 100%;
	height: 100%;
	border-radius: 15px;
	background: #fff;
}

.modaal-loading-spinner>div:nth-of-type(1)>div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-webkit-animation-delay: 0s;
	-o-animation-delay: 0s;
	animation-delay: 0s;
}

.modaal-loading-spinner>div:nth-of-type(2)>div,
.modaal-loading-spinner>div:nth-of-type(3)>div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(1) {
	-ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(2)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: .12s;
	-moz-animation-delay: .12s;
	-webkit-animation-delay: .12s;
	-o-animation-delay: .12s;
	animation-delay: .12s;
}

.modaal-loading-spinner>div:nth-of-type(2) {
	-ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(3)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: .25s;
	-moz-animation-delay: .25s;
	-webkit-animation-delay: .25s;
	-o-animation-delay: .25s;
	animation-delay: .25s;
}

.modaal-loading-spinner>div:nth-of-type(4)>div,
.modaal-loading-spinner>div:nth-of-type(5)>div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(3) {
	-ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(4)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: .37s;
	-moz-animation-delay: .37s;
	-webkit-animation-delay: .37s;
	-o-animation-delay: .37s;
	animation-delay: .37s;
}

.modaal-loading-spinner>div:nth-of-type(4) {
	-ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(5)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: .5s;
	-moz-animation-delay: .5s;
	-webkit-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
}

.modaal-loading-spinner>div:nth-of-type(6)>div,
.modaal-loading-spinner>div:nth-of-type(7)>div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(5) {
	-ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(6)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: .62s;
	-moz-animation-delay: .62s;
	-webkit-animation-delay: .62s;
	-o-animation-delay: .62s;
	animation-delay: .62s;
}

.modaal-loading-spinner>div:nth-of-type(6) {
	-ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(7)>div {
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: .75s;
	-moz-animation-delay: .75s;
	-webkit-animation-delay: .75s;
	-o-animation-delay: .75s;
	animation-delay: .75s;
}

.modaal-loading-spinner>div:nth-of-type(7) {
	-ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner>div:nth-of-type(8)>div {
	-ms-animation: modaal-loading-spinner 1s linear infinite;
	-moz-animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	-o-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-ms-animation-delay: .87s;
	-moz-animation-delay: .87s;
	-webkit-animation-delay: .87s;
	-o-animation-delay: .87s;
	animation-delay: .87s;
}

.modaal-loading-spinner>div:nth-of-type(8) {
	-ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	-moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	-webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	-o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/**
 * Swiper 5.3.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2020 */

@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight {
	height: auto;
}

.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

/* 3D Effects */

.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory;
}

:root {
	--swiper-navigation-size: 44px;
}

/*--swiper-navigation-color: var(--swiper-theme-color); */

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
	--swiper-navigation-color: #000000;
}

.swiper-button-lock {
	display: none;
}

/*--swiper-pagination-color: var(--swiper-theme-color); */

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

/* Progress */

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
	display: none;
}

/* Scrollbar */

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container img,
.swiper-zoom-container svg,
.swiper-zoom-container canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

/* Preloader */

/*--swiper-preloader-color: var(--swiper-theme-color); */

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

/* a11y */

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active {
	pointer-events: auto;
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.Loading {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.LoadingAnim {
	position: fixed;
	z-index: 20000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #004C9A;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
	-moz-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
	transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.LoadingAnim__container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10000;
}

.LoadingAnim__gif {
	width: 150px;
	height: 150px;
}

.LoadingAnim__text {
	margin: -40px 0 0;
}

.loaded .LoadingAnim {
	height: 0;
}

.loaded .LoadingAnim__container {
	display: none;
}

.Hero__container {
	position: relative;
	height: 100%;
}

.Hero__photoImage {
	position: relative;
	max-width: 100%;
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.mailBnr {
	position: fixed;
	top: 10%;
	left: 0;
	max-width: 212px;
	z-index: 1;
	width: 28%;
}

.Hero__movie {
	display: none;
	position: absolute;
	right: 40px;
	bottom: 77px;
}

.Hero__movieLink {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	position: relative;
}

.Hero__movieLink::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70.6px;
	height: 67.06px;
	background: url(../img/play@2x.png) no-repeat 50% 50%;
	-moz-background-size: auto 87.5px;
	-o-background-size: auto 87.5px;
	-webkit-background-size: auto 87.5px;
	background-size: auto 87.5px;
	content: "";
	z-index: 1;
}

.Hero__movieIframe {
	width: 317px;
	height: auto;
}

.Hero__movieTitle {
	position: absolute;
	top: 8px;
	left: 10px;
	font-size: 87.5%;
	color: #FFD862;
	font-weight: bold;
	line-height: 1;
	margin: 0;
}

.Copy .AppLinks {
	position: absolute;
	top: -43px;
	right: -44px;
}

@media only screen and (max-width: 880px) {
	.Copy .AppLinks {
		position: relative;
		top: -30px;
		right: 0;
		width: calc(100% + 16px);
		margin: 0 -8px;
	}
}

.Copy .News {
	position: absolute;
	top: -60px;
	left: 50px;
	width: 443px;
	height: 285px;
}

@media only screen and (max-width: 880px) {
	.Copy .News {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 195px;
	}
}

.Copy .AnimationBox {
	position: absolute;
	right: 50%;
	bottom: 160px;
	margin: 0 120px 0 0;
}

@media only screen and (max-width: 880px) {
	.Copy .AnimationBox {
		position: absolute;
		right: -65px;
		bottom: 160px;
		margin: 0;
	}
}

.Copy {
	background: linear-gradient(180deg, #004c9a 0%, #0f2a46 100%);
}

.Copy__container {
	position: relative;
	padding: 192px 45px 108px;
}

@media only screen and (max-width: 880px) {
	.Copy__container {
		padding: 0 20px 63px;
	}
}

.Copy__textArea {
	position: relative;
	padding: 120px 0 33px 90px;
	z-index: 10;
}

@media only screen and (max-width: 880px) {
	.Copy__textArea {
		margin: -235px 0 0;
		padding: 0;
	}
}

.Copy__title {
	margin: 0 0 11px;
}

@media only screen and (max-width: 880px) {
	.Copy__title {
		margin: 0;
	}
}

.Copy__titleImage {
	filter: drop-shadow(0px 0px 60px rgba(0, 0, 0, 0.35));
}

.Copy__description {
	color: #fff;
	font-weight: bold;
	font-style: italic;
	line-height: 1.6;
	font-size: 110%;
	letter-spacing: -0.25px;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 880px) {
	.Copy__description {
		width: 265px;
		margin: 10px 0 0 auto;
		letter-spacing: -0.6px;
		font-size: 93.75%;
		line-height: 1.5;
	}
}

.Copy__photo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0px 0 -103px;
	transform: translate(0, -50%);
}

@media only screen and (max-width: 880px) {
	.Copy__photo {
		position: relative;
		top: 0;
		left: 0;
		margin: 0 -111px 0 8px;
		transform: translate(0, 0);
	}
}

.Copy__photoBox {
	position: relative;
}

.Copy__photoRingFigure {
	position: absolute;
	right: 0;
	bottom: 90px;
	transition-delay: 0.2s;
	transform: translate(50px, 0);
}

@media only screen and (max-width: 880px) {
	.Copy__photoRingFigure {
		width: 342px;
		position: absolute;
		right: 0;
		bottom: 43px;
	}
}

.Copy__photoFigure {
	position: relative;
	transition-delay: 0.8s;
	transform: translate(50px, 0);
}

.Copy__movie {
	margin: -5px 0 30px;
}

@media only screen and (max-width: 880px) {
	.Copy__movie {
		margin: -4px 0 32px;
	}
}

.Copy__movieContainer {
	display: flex;
	flex-direction: row;
	webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-items: center;
	margin: 0 -20px 0 0;
}

.Copy__movieTitle {
	width: 110px;
	margin: -10px 0 0;
	padding: 0 0 1px;
	font-size: 75%;
	letter-spacing: -0.6px;
	font-weight: bold;
	color: #FFD862;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
	border-bottom: 2px solid #FFD862;
}

.Copy__movieLink {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	position: relative;
	width: calc(100% - 110px);
}

.Copy__movieLink::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70.6px;
	height: 67.06px;
	background: url(../img/play@2x.png) no-repeat 50% 50%;
	-moz-background-size: auto 87.5px;
	-o-background-size: auto 87.5px;
	-webkit-background-size: auto 87.5px;
	background-size: auto 87.5px;
	content: "";
	z-index: 1;
}

@media only screen and (max-width: 880px) {
	.Copy__movieLink::before {
		width: 60px;
		height: 60px;
		-moz-background-size: auto 60px;
		-o-background-size: auto 60px;
		-webkit-background-size: auto 60px;
		background-size: auto 60px;
	}
}

@media only screen and (max-width: 880px) {
	.Copy__movieImage {
		width: 100%;
	}
}

.AppLinks {
	display: inline-block;
	padding: 20px 141px 20px 72px;
	background: #fff;
	border-radius: 70px;
}

@media only screen and (max-width: 880px) {
	.AppLinks {
		padding: 12px 0;
	}
}

.AppLinks__list {
	display: flex;
	flex-direction: row;
	webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-content: stretch;
	-ms-flex-line-pack: stretch;
	margin: 0 -14px;
}

@media only screen and (max-width: 880px) {
	.AppLinks__list {
		justify-content: center;
	}
}

.AppLinks__item {
	padding: 0 6px;
}

@media only screen and (max-width: 880px) {
	.AppLinks__item {
		padding: 0px 4px;
	}
}

.AppLinks__link {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.AppLinks__image {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 880px) {
	.AppLinks__image {
		width: auto;
		height: 32px;
	}
}

.News__container {
	height: 100%;
	position: relative;
	padding: 32px 18px 32px 36px;
	background: #004C9A;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	border-radius: 40px;
}

@media only screen and (max-width: 880px) {
	.News__container {
		border-radius: 20px;
		padding: 20px 14px 22px 30px;
	}
}

.News__title {
	position: absolute;
	top: -9px;
	left: 21px;
}

@media only screen and (max-width: 880px) {
	.News__title {
		position: absolute;
		top: -10px;
		left: 13px;
	}
}

@media only screen and (max-width: 880px) {
	.News__title-image {
		width: auto;
		height: 18px;
	}
}

.News__list {
	height: 100%;
	padding: 0 18px 0 0;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.News__list::-webkit-scrollbar {
	width: 10px;
}

@media only screen and (max-width: 880px) {
	.News__list::-webkit-scrollbar {
		width: 8px;
	}
}

.News__list::-webkit-scrollbar-track {
	background: #004C9A;
	border: none;
	border-radius: 10px;
	box-shadow: none;
}

@media only screen and (max-width: 880px) {
	.News__list::-webkit-scrollbar-track {
		border-radius: 8px;
	}
}

.News__list::-webkit-scrollbar-thumb {
	background: #FFD862;
	border-radius: 10px;
	box-shadow: none;
}

@media only screen and (max-width: 880px) {
	.News__list::-webkit-scrollbar-thumb {
		border-radius: 8px;
	}
}

.News__date {
	position: relative;
	margin: 0 0 11px;
	padding: 0 0 0 15px;
	font-size: 80%;
	line-height: 1.6;
	color: white;
	font-weight: bold;
	letter-spacing: -0.3px;
}

@media only screen and (max-width: 880px) {
	.News__date {
		margin: 0 0 7px;
		padding: 0 0 0 17px;
		font-size: 60%;
	}
}

.News__date::before {
	position: absolute;
	top: 50%;
	left: -1px;
	width: 8px;
	height: 8px;
	margin: 1px 0 0 1px;
	border: 2px solid #FFD862;
	border-radius: 50%;
	transform: translate(0, -50%);
	content: "";
}

@media only screen and (max-width: 880px) {
	.News__date::before {
		width: 6px;
		height: 6px;
		margin: 0 0 0 1px;
	}
}

.News__picture-figure {
	margin: 0 0 5px;
}

.News__picture {
	width: 100%;
	height: auto;
}

.News__description {
	font-size: 87.5%;
	color: white;
	line-height: 1.8;
	letter-spacing: 0;
}

@media only screen and (max-width: 880px) {
	.News__description {
		font-size: 75%;
		letter-spacing: -0.6px;
	}
}

.jp .Menu__shareItem--line {
	display: block;
}

.Menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: #004C9A;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.Menu__container {
	position: relative;
	height: 100%;
}

.Menu__nav {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 414px;
	margin: 16px 0 0 9px;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 880px) {
	.Menu__nav {
		margin: -20px 0 0 9px;
	}
}

.Menu__navList {
	margin: 0 0 82px;
}

@media only screen and (max-width: 880px) {
	.Menu__navList {
		margin: 0 0 50px;
	}
}

.Menu__navItem:not(:last-child) {
	margin: 0 0 55px;
}

.Menu__navLink {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	position: relative;
	margin-left: -3px;
}

.Menu__navLink::before {
	position: absolute;
	top: 50%;
	left: -33px;
	width: 10px;
	height: 10px;
	border: 2px solid #FFD862;
	border-radius: 50%;
	box-sizing: border-box;
	transform: translate(0, -50%);
	content: "";
}

@media only screen and (max-width: 880px) {
	.Menu__navText {
		width: auto;
		height: 25px;
	}
}

.Menu__share {
	display: flex;
	flex-direction: row;
	webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-items: center;
	margin: 0 0 0 -37px;
}

@media only screen and (max-width: 880px) {
	.Menu__share {
		display: block;
	}
}

.Menu__shareTitle {
	margin: 0 41px 0 0;
	line-height: 1;
}

@media only screen and (max-width: 880px) {
	.Menu__shareTitle {
		margin: 0 0 24px 0;
	}
}

.Menu__shareList {
	display: flex;
	flex-direction: row;
	webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-items: center;
}

.Menu__shareItem:not(:last-child) {
	margin: 0 30px 0 0;
}

.Menu__shareItem--line {
	display: none;
}

@media only screen and (max-width: 880px) {
	.modaal-inner-wrapper {
		padding: 0;
	}
}

.modaal-close {
	position: absolute !important;
	top: -20px !important;
	right: -20px !important;
	background: white !important;
}

@media only screen and (max-width: 880px) {
	.modaal-close {
		top: -50px !important;
		right: 0 !important;
		border-radius: 0;
	}
}

.modaal-close::before {
	background: #004C9A !important;
}

.modaal-close::after {
	background: #004C9A !important;
}

.modaal-container {
	height: auto !important;
}

.modaal-content-container {
	height: 100% !important;
}

.modaal-overlay {
	background: #17417B !important;
	opacity: 0.7 !important;
}

.modaal-outer-wrapper {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}

.Movie {
	display: none;
}

.Movie__iframeBox {
	position: relative;
	width: 100%;
	top: 50%;
}

.Movie__iframeBox::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

.Movie__iframeBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.AnimationBox .AnimationBox__block {
	display: block;
	margin: 0 0 1.15px;
	width: 100vw;
	height: 17px;
	background: rgba(1, 62, 125, 0.5);
}

.Scroll {
	text-align: center;
}

@media only screen and (max-width: 880px) {
	.Scroll {
		margin: 85px 0 0;
	}
}

@media only screen and (max-width: 880px) {
	.Scroll__image {
		width: 57px;
	}
}

.Story {
	background: url(../img/story_bg_1@2x.jpg) no-repeat 50% 50%;
	background-size: cover;
	padding: 136px 119px 182px;
}

@media only screen and (max-width: 880px) {
	.Story {
		padding: 29px 20px 94px;
	}
}

.Story__container {
	position: relative;
}

.Story__list {
	display: flex;
	flex-direction: row;
	webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-content: stretch;
	-ms-flex-line-pack: stretch;
	margin: 95px -10px 0px;
}

@media only screen and (max-width: 880px) {
	.Story__list {
		width: 65%;
		margin: 27px -7px 0;
	}
}

.Story__item--2 {
	transition-delay: 0.3s;
}

@media only screen and (max-width: 880px) {
	.Story__item--2 {
		transition-delay: 0s;
	}
}

.Story__item--3 {
	transition-delay: 0.6s;
}

@media only screen and (max-width: 880px) {
	.Story__item--3 {
		transition-delay: 0s;
	}
}

.SectionTitle {
	position: relative;
	z-index: 10;
}

.SectionTitle__subtitle {
	display: inline-block;
	padding: 0 0 9px;
	margin: 0 0 32px;
	line-height: 1;
	border-bottom: 2px solid #FFD862;
}

@media only screen and (max-width: 880px) {
	.SectionTitle__subtitle {
		margin: 0 0 24px;
	}
}

@media only screen and (max-width: 880px) {
	.SectionTitle__subtitle-image {
		width: auto;
		height: 15px;
	}
}

.SectionTitle__title {
	margin: 0 0 47px;
	font-size: 500%;
	font-weight: 900;
	font-style: italic;
	color: #fff;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
	letter-spacing: -0.01em;
	line-height: 1;
}

@media only screen and (max-width: 880px) {
	.SectionTitle__title {
		margin: 0 0 14px -5px;
	}
}

.SectionTitle__title-image {
	filter: drop-shadow(0px 0px 60px rgba(0, 0, 0, 0.35));
}

.SectionTitle__description {
	font-size: 125%;
	color: #fff;
	line-height: 1.6;
	letter-spacing: 0;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 880px) {
	.SectionTitle__description {
		font-size: 87.5%;
		letter-spacing: -0.6;
		line-height: 1.5;
	}
}

.Characters {
	overflow: hidden;
	background: linear-gradient(180deg, #000000 0%, #153f6a 92.69%);
}

.Characters__container {
	height: 100%;
	padding: 135px 120px 410px;
	position: relative;
}

@media only screen and (max-width: 880px) {
	.Characters__container {
		padding: 28px 0 20px;
	}
}

@media only screen and (max-width: 880px) {
	.Characters .SectionTitle {
		padding: 0 20px;
	}
}

.Characters .swiper-container {
	overflow: inherit;
}

.CharacterIcon {
	position: absolute;
	bottom: 145px;
	left: 122px;
	z-index: 2;
}

@media only screen and (max-width: 880px) {
	.CharacterIcon {
		position: relative;
		bottom: 0;
		left: 0;
		margin: -20px 0 0;
		padding: 0 62px 0 20px;
		z-index: 10;
	}
}

.CharacterIcon__list {
	display: flex;
	flex-direction: row;
	webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-content: stretch;
	-ms-flex-line-pack: stretch;
	width: 450px;
	margin: -8px;
}

@media only screen and (max-width: 880px) {
	.CharacterIcon__list {
		width: 100%;
		margin: 0;
	}
}

.CharacterIcon__item {
	margin: 7px 8px;
}

@media only screen and (max-width: 880px) {
	.CharacterIcon__item {
		margin: 7px 6px;
	}
}

.CharacterIcon__link {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;
	overflow: hidden;
}

.CharacterIcon__link::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0D48DA;
	opacity: 0;
	border-radius: 50%;
	transition: all 1000ms;
	z-index: 1;
	content: "";
}

.CharacterIcon__link.isActive::before {
	opacity: 0.7;
}

@media only screen and (max-width: 880px) {
	.CharacterIcon__link {
		width: 29px;
		height: 29px;
	}
}

.CharacterIcon__image {
	object-fit: contain;
	overflow: hidden;
}

.CharacterIcon__head {
	margin: 0 0 5px;
}

@media only screen and (max-width: 880px) {
	.CharacterIcon__head {
		margin: 0 0 -9px;
	}
}

.CharacterIcon__nameItem {
	display: none;
}

.CharacterIcon__nameItem.isActive {
	display: block;
}

.CharacterIcon__nameText {
	margin: 0;
	color: white;
	font-weight: 900;
	font-size: 112.5%;
}

.MainCharacter {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	margin: 0 0 0 100px;
	transform: translate(0, -50%);
	z-index: 3;
}

@media only screen and (max-width: 880px) {
	.MainCharacter {
		position: relative;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		margin: 0 auto;
		width: 100%;
	}
}

.MainCharacter__photo {
	position: relative;
	height: 895px;
}

@media only screen and (max-width: 880px) {
	.MainCharacter__photo {
		height: 510px;
	}
}

.MainCharacter__photoFigure {
	position: absolute;
	top: 50%;
	left: 0;
	margin: 30px 0 0;
	transform: translate(0, -50%);
}

@media only screen and (max-width: 880px) {
	.MainCharacter__photoFigure {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: 0;
		width: 100%;
		transform: translate(-50%, -50%);
	}
}

@media only screen and (max-width: 880px) {
	.MainCharacter__photoImage {
		width: 100%;
		height: auto;
	}
}

.BgCharacter {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
}

@media only screen and (max-width: 880px) {
	.BgCharacter {
		width: 100%;
	}
}

.BgCharacter__list {
	position: relative;
}

.BgCharacter__item {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1000ms;
}

.BgCharacter__item.isShow {
	opacity: 1;
}

.BgCharacter__list,
.BgCharacter__item,
.BgCharacter__photo,
.BgCharacter__photoFigure {
	height: 100%;
	width: 80vw;
}

@media only screen and (max-width: 880px) {

	.BgCharacter__list,
	.BgCharacter__item,
	.BgCharacter__photo,
	.BgCharacter__photoFigure {
		width: 100%;
	}
}

.BgCharacter__photoImage {
	height: 100%;
	width: auto;
}

@media only screen and (max-width: 880px) {
	.BgCharacter__photoImage {
		object-fit: cover;
	}
}

@media only screen and (max-width: 880px) {
	.MainCharacter__photoFigure--sonic {
		width: 80%;
	}

	.MainCharacter__photoFigure--knuckles {
		width: 90%;
		transform: translate(-60%, -50%);
	}

	.MainCharacter__photoFigure--vector {
		width: 90%;
		transform: translate(-65%, -50%);
	}

	.MainCharacter__photoFigure--amy {
		width: 90%;
	}

	.MainCharacter__photoFigure--espio {
		width: 85%;
	}

	.MainCharacter__photoFigure--blaze {
		width: 80%;
	}

	.MainCharacter__photoFigure--silver {
		width: 90%;
	}

	.MainCharacter__photoFigure--metal_sonic {
		width: 84%;
	}

	.MainCharacter__photoFigure--shadow {
		width: 83%;
	}

	.MainCharacter__photoFigure--zavok {
		width: 115%;
		transform: translate(-70%, -50%);
	}

	.MainCharacter__photoFigure--zazz {
		width: 130%;
	}

	.MainCharacter__photoFigure--jet {
		width: 80%;
	}

	.MainCharacter__photoFigure--rouge {
		width: 85%;
	}

	.MainCharacter__photoFigure--eggman_nega {
		width: 87%;
	}
}

.Characters .swiper-slide-active.-animation img,
.Characters .swiper-slide-duplicate-active.-animation img {
	animation-name: move_from;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.Characters .swiper-slide-prev img {
	animation-name: move_to;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

@keyframes move_from {
	from {
		transform: translate3d(50px, 0px, 0);
	}

	to {
		transform: translate3d(0, 0px, 0px);
	}
}

@keyframes move_to {
	from {
		transform: translate3d(0, 0px, 0px);
	}

	to {
		transform: translate3d(-50px, 0px, 0px);
		opacity: 0;
	}
}

.ProductsDetails .SectionTitle {
	text-align: center;
}

@media only screen and (max-width: 880px) {
	.ProductsDetails .SectionTitle {
		text-align: left;
	}
}

.ProductsDetails .SectionTitle__subtitle {
	margin: 0;
}

.ProductsDetails__container {
	padding: 109px 0 21px;
}

@media only screen and (max-width: 880px) {
	.ProductsDetails__container {
		padding: 28px 20px 19px;
	}
}

.ProductsDetails__list {
	display: flex;
	flex-direction: row;
	webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-items: center;
	margin: 0 0 30px;
}

@media only screen and (max-width: 880px) {
	.ProductsDetails__list {
		display: block;
		margin: 0 0 16px;
	}
}

.ProductsDetails__table {
	max-width: 580px;
	padding: 54px 0 47px;
	margin: 0 auto;
}

@media only screen and (max-width: 880px) {
	.ProductsDetails__table {
		padding: 22px 0 27px;
	}
}

.ProductsDetails__term {
	position: relative;
	width: 239px;
	padding: 0 0 0 29px;
	font-weight: 900;
	font-style: italic;
	font-size: 175%;
	color: #fff;
	letter-spacing: 0;
	line-height: 1.6;
}

@media only screen and (max-width: 880px) {
	.ProductsDetails__term {
		font-size: 120%;
		width: 100%;
		margin: 0 0 -2px;
		padding: 0 0 0 12px;
		letter-spacing: -0.5px;
	}
}

.ProductsDetails__term::before {
	position: absolute;
	top: 50%;
	left: -2px;
	width: 10px;
	height: 10px;
	border: 2px solid #FFD862;
	border-radius: 50%;
	box-sizing: border-box;
	transform: translate(0, -50%);
	content: "";
}

.ProductsDetails__description {
	width: calc(100% - 239px);
	color: #fff;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
	font-size: 120%;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: -0.1px;
}

@media only screen and (max-width: 880px) {
	.ProductsDetails__description {
		width: 100%;
		margin: 0 0 0 -2px;
		letter-spacing: -0.6px;
		font-size: 100%;
	}
}

.ProductsDetails__description-detail {
	display: block;
	font-size: 14px;
}

@media only screen and (max-width: 880px) {
	.ProductsDetails__description-detail {
		font-size: 12px;
	}
}

.Banner {
	text-align: center;
}

.Banner__link {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}

.Copyright {
	margin: 73px 0 0 -45px;
	text-align: center;
}

@media only screen and (max-width: 880px) {
	.Copyright {
		margin: 32px 0 0;
	}
}

.Copyright__text {
	font-size: 85%;
	letter-spacing: 0.1px;
	color: white;
}

.System {
	display: none;
	background: #1B3D66;
}

.System__container {
	position: relative;
	padding: 136px 120px 99px;
}

@media only screen and (max-width: 880px) {
	.System__container {
		padding: 29px 20px 38px;
	}
}

.System__list {
	position: relative;
	display: flex;
	margin: 63px 0px 0 -24px;
}

@media only screen and (max-width: 880px) {
	.System__list {
		margin: 0;
	}
}

.System__item {
	width: 357px;
}

@media only screen and (max-width: 880px) {
	.System__item {
		width: 100%;
	}
}

.System__product {
	display: flex;
	flex-direction: row;
	webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-items: center;
}

@media only screen and (max-width: 880px) {
	.System__product {
		display: block;
	}
}

.System__photo {
	width: 156px;
}

@media only screen and (max-width: 880px) {
	.System__photo {
		width: auto;
		text-align: center;
	}
}

@media only screen and (max-width: 880px) {
	.System__image {
		width: 187px;
		height: auto;
	}
}

.System__textArea {
	width: calc(100% - 156px);
	margin: 0 0 0 -6px;
}

@media only screen and (max-width: 880px) {
	.System__textArea {
		margin: 0 auto;
		width: 200px;
	}
}

.System__title {
	margin: 0 0 18px;
	color: #FFD862;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
	font-style: italic;
	font-weight: 900;
	font-size: 200%;
	line-height: 1.1;
	font-size: 175%;
	letter-spacing: 0;
}

@media only screen and (max-width: 880px) {
	.System__title {
		margin: 0 0 8px;
		font-size: 112.5%;
		letter-spacing: -1px;
	}
}

.System__description {
	width: 200px;
	color: #fff;
	font-size: 87.5%;
	line-height: 1.3;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
	letter-spacing: 0;
}

@media only screen and (max-width: 880px) {
	.System__description {
		font-size: 75%;
	}
}

.SystemBg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.SystemBg__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.System .swiper-container {
	overflow: initial;
}

.System .swiper-pagination {
	bottom: -25px;
}

.System .swiper-pagination .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	border: 1px solid #ACBFCD;
	background: none;
}

.System .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 1px solid #FFD862;
	background: none;
}

.SpecialPresents .WallPaper {
	width: 390px;
}

@media only screen and (max-width: 880px) {
	.SpecialPresents .WallPaper {
		width: 100%;
	}
}

.SpecialPresents .Avatars {
	width: 564px;
}

@media only screen and (max-width: 880px) {
	.SpecialPresents .Avatars {
		width: 100%;
	}
}

.SpecialPresents {
	background-color: #000;
	background: url(../img/special_presents_bg@2x.png) repeat 50% 0;
}

@media only screen and (max-width: 880px) {
	.SpecialPresents {
		background: url(../img/sp_special_presents_bg@2x.png) repeat 50% 0;
	}
}

.SpecialPresents__container {
	padding: 99px 0px 134px;
	position: relative;
}

@media only screen and (max-width: 880px) {
	.SpecialPresents__container {
		padding: 0 0 35px;
	}
}

.SpecialPresents__title {
	position: absolute;
	top: 137px;
	right: 0;
}

@media only screen and (max-width: 880px) {
	.SpecialPresents__title {
		position: relative;
		top: 0;
		text-align: center;
	}
}

@media only screen and (max-width: 880px) {
	.SpecialPresents__titleImage {
		margin: auto;
	}
}

.WallPapers {
	display: flex;
	flex-direction: row;
	webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-content: stretch;
	-ms-flex-line-pack: stretch;
	justify-content: center;
	margin: 0 0 58px -102px;
}

@media only screen and (max-width: 880px) {
	.WallPapers {
		margin: 0 0 36px 0;
		padding: 0 37px;
	}
}

.WallPapers__title {
	text-align: center;
	margin: 0 0px 42px -109px;
}

@media only screen and (max-width: 880px) {
	.WallPapers__title {
		margin: -33px 0px 12px 0;
	}
}

@media only screen and (max-width: 880px) {
	.WallPapers__title-image {
		width: auto;
		height: 21px;
	}
}

.WallPaper {
	margin: 0 26px;
	text-align: center;
}

@media only screen and (max-width: 880px) {
	.WallPaper:not(:last-child) {
		margin: 0 0 15px;
	}
}

@media only screen and (max-width: 880px) {
	.WallPaper {
		margin: 0;
	}
}

.WallPaper__buttonContainer {
	display: flex;
	flex-direction: row;
	webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-content: stretch;
	-ms-flex-line-pack: stretch;
	margin: 29px -5px 0;
}

@media only screen and (max-width: 880px) {
	.WallPaper__buttonContainer {
		justify-content: center;
		margin: 17px 0 0;
	}
}

.WallPaper__buttonLink {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 190px;
	margin: 0 5px 14px;
	padding: 10px 0;
	background: #0083BD;
	border-radius: 40px;
	color: #fff;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0;
}

@media only screen and (max-width: 880px) {
	.WallPaper__buttonLink {
		width: 100%;
		max-width: 291px;
		padding: 11px 0;
		margin: 0 5px 12px;
	}
}

@media only screen and (max-width: 880px) {
	.WallPaper__image {
		margin: 0 auto;
	}
}

.Avatars {
	margin: 0 auto;
}

.Avatars__title {
	margin: 0 0px 21px -119px;
	color: #FFD862;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
	font-weight: 900;
	font-size: 175%;
	text-align: center;
	font-style: italic;
	letter-spacing: 0;
}

@media only screen and (max-width: 880px) {
	.Avatars__title {
		margin: 0 0px -14px 0;
	}
}

@media only screen and (max-width: 880px) {
	.Avatars__title-image {
		width: auto;
		height: 21px;
	}
}

.Avatars__list {
	display: flex;
	flex-direction: row;
	webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-content: stretch;
	-ms-flex-line-pack: stretch;
	margin: 0 -14px -31px -63px;
}

@media only screen and (max-width: 880px) {
	.Avatars__list {
		justify-content: center;
		margin: 0 -11px;
		padding: 0 27px;
	}
}

.Avatars__item {
	padding: 0 14px 31px;
}

@media only screen and (max-width: 880px) {
	.Avatars__item {
		padding: 0 11px 17px;
	}
}

.Avatars__link {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}

.Avatars__image {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 880px) {
	.Avatars__image {
		width: 90px;
		height: auto;
	}
}

.Sports .Movies__list {
	width: 1153px;
}

@media only screen and (max-width: 880px) {
	.Sports .Movies__list {
		width: 100%;
	}
}

.Sports .AnimationBg {
	position: absolute;
	top: 0;
	right: -6px;
	z-index: -1;
}

.Sports {
	position: relative;
}

.Sports__container {
	padding: 135px 119px 128px;
}

@media only screen and (max-width: 880px) {
	.Sports__container {
		padding: 29px 20px 86px;
	}
}

.Movies {
	margin: 114px 0 0;
}

@media only screen and (max-width: 880px) {
	.Movies {
		margin: 23px 0 0;
	}
}

.Movies__list {
	display: flex;
	flex-direction: row;
	webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-content: stretch;
	-ms-flex-line-pack: stretch;
	margin: 0 -10px;
}

.Movies__item {
	width: 25%;
	padding: 0 10px;
}

@media only screen and (max-width: 880px) {
	.Movies__item {
		display: flex;
		flex-direction: row;
		webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-items: center;
		width: 100%;
	}
}

.Movies__item:not(:last-child) {
	margin: 0 0 9px;
}

.Movies__link {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
}

@media only screen and (max-width: 880px) {
	.Movies__link {
		width: 47%;
	}
}

.Movies__title {
	margin: 4px 0 0;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0;
	color: #FFD862;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 880px) {
	.Movies__title {
		margin: 0 0 0 14px;
		font-size: 100%;
		line-height: 1.1;
		text-align: left;
	}
}

.Movies__photo {
	position: relative;
}

.Movies__photo::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70.6px;
	height: 67.06px;
	background: url(../img/play@2x.png) no-repeat 50% 50%;
	-moz-background-size: auto 87.5px;
	-o-background-size: auto 87.5px;
	-webkit-background-size: auto 87.5px;
	background-size: auto 87.5px;
	content: "";
	z-index: 1;
}

@media only screen and (max-width: 880px) {
	.Movies__photo::before {
		width: 60px;
		height: 60px;
		-moz-background-size: auto 60px;
		-o-background-size: auto 60px;
		-webkit-background-size: auto 60px;
		background-size: auto 60px;
	}
}

.Movies__photoImage {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 880px) {
	.Movies__photoImage {
		width: 100%;
	}
}

.AnimationBg {
	width: 927px;
	height: 100%;
	overflow: hidden;
	opacity: 0.4;
}

@media only screen and (max-width: 880px) {
	.AnimationBg {
		width: 70%;
	}
}

.AnimationBg__container {
	display: flex;
	flex-direction: row;
	webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	align-content: stretch;
	-ms-flex-line-pack: stretch;
}

.AnimationBg__list {
	width: 33.33333%;
	will-change: transform;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transform: rotate(0.0001deg);
}

@media only screen and (max-width: 880px) {
	.AnimationBg__list {
		width: 50%;
	}
}

.AnimationBg__item {
	margin: 0 -1px;
}

.AnimationBg__picture-image {
	max-width: 100%;
	width: 100%;
	height: auto;
}

/*追加分*/

#newsIn {
	height: 100%;
	padding: 0 18px 0 0;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	color: #fff;
}

#newsIn::-webkit-scrollbar {
	width: 10px;
}

@media only screen and (max-width: 880px) {
	#newsIn::-webkit-scrollbar {
		width: 8px;
	}
}

#newsIn::-webkit-scrollbar-track {
	background: #004C9A;
	border: none;
	border-radius: 10px;
	box-shadow: none;
}

@media only screen and (max-width: 880px) {
	#newsIn::-webkit-scrollbar-track {
		border-radius: 8px;
	}
}

#newsIn::-webkit-scrollbar-thumb {
	background: #FFD862;
	border-radius: 10px;
	box-shadow: none;
}

@media only screen and (max-width: 880px) {
	#newsIn::-webkit-scrollbar-thumb {
		border-radius: 8px;
	}
}

#newsIn .itemBox.is-off {
	display: none;
}

#newsIn .itemBox {
	padding: 2% 0;
	border-bottom: 1px solid #FFD862;
}

#newsIn .itemBox:last-child {
	border-bottom: none;
}

#newsIn a {
	color: #FFD862;
	text-decoration: underline;
}

#newsIn .imgBox {
	padding: 3% 0;
}

#newsIn .itemTitle {
	padding-bottom: 3%;
	font-weight: bold;
}

#newsIn .itemDate {
	text-align: right;
	color: #FFD862;
	line-height: 1;
}

#newsIn .fontBold {
	font-weight: bold;
}

#newsIn .coBlue {
	color: #0ff;
}

#newsIn .fontBig {
	font-size: 105%;
}

.topPopWrap,
.topPopCautionWrap {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1001;
	background: rgba(0, 76, 154, 0.6)
}

.topPopCautionWrap {
	display: none;
}

.topPopBox {
	position: absolute;
	width: 90%;
	padding: 2%;
	max-width: 960px;
	background: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	max-height: 90%;
	overflow-y: scroll;
}


.topPopTitle {
	font-weight: bold;
	text-align: center;
	padding-bottom: 5%;
}

.topPopClose {
	position: absolute;
	cursor: pointer;
	right: 2%;
	top: 2%;
	width: 50px;
	height: 50px;
	border: solid 1px #004C9A;
	background: #fff;
	border-radius: 25px;
	-webkit-border-radius: 25;
	-moz-border-radius: 25;
	-ms-border-radius: 25;
	-o-border-radius: 25;
	z-index: 1;
}

@media only screen and (-webkit-device-pixel-ratio: 2) and (max-height: 568px) and (max-width: 360px) {
	.topPopClose {
		width: 30px;
		height: 30px;
	}
}

.topPopClose::before {
	content: '';
	top: 50%;
	left: 50%;
	position: absolute;
	display: block;
	width: 3px;
	height: 50%;
	background: #004C9A;
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
}

.topPopClose::after {
	content: '';
	top: 50%;
	left: 50%;
	position: absolute;
	display: block;
	width: 3px;
	height: 50%;
	background: #004C9A;
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-moz-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-o-transform: translate(-50%, -50%) rotate(-45deg);
}

.topPopStrong {
	font-weight: bold;
}

.footerLinkList {
	text-align: center;
	font-size: 87.5%;
	padding-top: 3%;
}

.footerLinkList li {
	display: inline-block;
	padding: 0 3px;
}

.footerLinkList a {
	color: #004C9A
}

.setTimer {
	display: inline-block;
}

.coRed {
	color: #f00;
	font-weight: bold;
}

.listText {
	position: relative;
	padding-left: 5%
}

.listText:before {
	position: absolute;
	content: "-";
	left: 0
}

.listText.is-caution:before {
	position: absolute;
	content: "*";
	left: 0
}

.listText.is-dots:before {
	position: absolute;
	content: "・";
	left: 0
}

.listText.is-kome:before {
	position: absolute;
	content: "※";
	left: 0
}

.listText.is-circle:before {
	position: absolute;
	content: "○";
	left: 0
}

.WallPapers {
	width: 90%;
	margin: 0 auto;
	padding-right: 109px;
}

.WallPaper {
	padding-bottom: 3%;
}

.WallPaper__figure {
	position: relative;
	display: inline-block;
}

.wallNew {
	position: absolute;
	top: -2%;
	left: -2%;
	font-weight: bold;
	color: #ff0;
	text-shadow: 1px 1px 3px #000;
	animation: key1 .3s ease infinite alternate;
	-webkit-animation: key1 .3s ease infinite alternate;
	transform: rotate(-20deg) scale(1);
	-webkit-transform: rotate(-20deg) scale(1);
	-moz-transform: rotate(-20deg) scale(1);
	-ms-transform: rotate(-20deg) scale(1);
	-o-transform: rotate(-20deg) scale(1);
}

@keyframes key1 {
	0% {
		transform: rotate(-20deg) scale(1);
		-webkit-transform: rotate(-20deg) scale(1);
		-moz-transform: rotate(-20deg) scale(1);
		-ms-transform: rotate(-20deg) scale(1);
		-o-transform: rotate(-20deg) scale(1);
	}

	100% {
		transform: rotate(-20deg) scale(0.9);
		-webkit-transform: rotate(-20deg) scale(0.9);
		-moz-transform: rotate(-20deg) scale(0.9);
		-ms-transform: rotate(-20deg) scale(0.9);
		-o-transform: rotate(-20deg) scale(0.9);
	}
}

@media only screen and (max-width: 880px) {
	.WallPapers {
		padding-right: 36px;
	}
}

.cautionTop {
	text-align: center;
	background: #f00;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.2;
	padding: 1% 0;
	cursor: pointer;

}

@media only screen and (min-width: 880px) {
	.cautionTop {
		font-size: 24px
	}
}