@charset "UTF-8";

.figure img,
.icon,
.icon:after,
.movie:before,
.movie:after {
	-webkit-transition: all .3s;
	transition: all .3s
}

@-webkit-keyframes table-swipe {
	0% {
		opacity: 0;
		-webkit-transform: translate(-20px, 5px) rotate(0);
		transform: translate(-20px, 5px) rotate(0)
	}

	75% {
		opacity: 1;
		-webkit-transform: translate(20px, -5px) rotate(15deg);
		transform: translate(20px, -5px) rotate(15deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(20px, -5px) rotate(15deg);
		transform: translate(20px, -5px) rotate(15deg)
	}
}

@keyframes table-swipe {
	0% {
		opacity: 0;
		-webkit-transform: translate(-20px, 5px) rotate(0);
		transform: translate(-20px, 5px) rotate(0)
	}

	75% {
		opacity: 1;
		-webkit-transform: translate(20px, -5px) rotate(15deg);
		transform: translate(20px, -5px) rotate(15deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translate(20px, -5px) rotate(15deg);
		transform: translate(20px, -5px) rotate(15deg)
	}
}

@-webkit-keyframes link-underline {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@keyframes link-underline {
	0% {
		width: 0
	}

	100% {
		width: 100%
	}
}

@-webkit-keyframes scroll-down {
	0% {
		height: 0
	}

	100% {
		height: 20px
	}
}

@keyframes scroll-down {
	0% {
		height: 0
	}

	100% {
		height: 20px
	}
}

@-webkit-keyframes scroll-down-arrow {
	0% {
		top: 15px
	}

	100% {
		top: 35px
	}
}

@keyframes scroll-down-arrow {
	0% {
		top: 15px
	}

	100% {
		top: 35px
	}
}

@-webkit-keyframes scroll-up-arrow {
	0% {
		bottom: 35px
	}

	100% {
		bottom: 55px
	}
}

@keyframes scroll-up-arrow {
	0% {
		bottom: 35px
	}

	100% {
		bottom: 55px
	}
}

@-webkit-keyframes fadein-loading {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadein-loading {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.heading-2--large,
.natural h2,
.heading-2,
.heading-2--eng>.jp,
.natural h3,
.heading-3,
.natural h4,
.natural h5,
.heading-4,
.heading-5,
.natural h6,
.heading-6,
.contents-area .news-area .news-box h2,
.site-footer .cta__wrapper__column a .title-sentense .title,
.site-footer .page-top-cta .padding-box .title,
.site-footer .page-top-cta .padding-box .contact__number,
.site-header .nav__logo__tagline,
.site-header .nav__categories__company__item>a,
.site-header .nav__categories__list__item>a,
.site-header .compact-wrapper .global-list>li .link,
.site-header .compact-wrapper .columns--search>.columns__column .condition__item,
.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .button-search>span,
.site-header .compact-wrapper .link-list>li>a,
.site-header .compact-wrapper .link-list .products-list__item a,
.site-header .compact-wrapper .link-list .products-list__item>span,
.site-header .compact-wrapper .link-list .products-list__item__sub__item a,
.site-header .compact-wrapper .columns__column .link,
.site-header .compact-wrapper .columns--two .columns__column .link-list>li .link,
.billboard .heading-area .lead,
.billboard .news-area .news-box h2,
.billboard__menu .container>.company,
.billboard__menu .container .menu-list__item a,
.button--default>a,
.button--default>button,
.button--default>a>span,
.button--default>button>span,
.faq-list__question:before,
.faq-list__answer:before,
.heading-1,
.heading-deco,
.heading-bg,
.news-search .search-box__title,
.news-search .search-box__upper .button-search>span,
.point-wrapper .padding-box .point,
.policy p,
.search-wrapper .columns--search>.columns__column .condition__item,
.search-wrapper .columns--search>.columns__column .condition__item__search .button-search>span {
	font-family: tbudgothic-std, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight: 700
}

html {
	background-color: #fff;
	color: #111;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 16px;
	line-height: 1.3125;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

a {
	background-color: transparent;
	color: #0074d9
}

mark {
	background-color: #ffdc00;
	color: #111
}

input[type=submit],
input[type=reset],
html input[type=button],
button {
	-webkit-appearance: button
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

input[type=search] {
	-webkit-appearance: textfield
}

hr,
img,
iframe,
fieldset,
legend {
	border: 0
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	border: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

table {
	border-collapse: collapse
}

input[type=text],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=number],
input[type=color],
textarea {
	border-radius: 0
}

table {
	border-spacing: 0
}

sub {
	bottom: -.2em
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

hr,
input[type=search] {
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input,
button,
select,
optgroup,
textarea {
	color: inherit
}

html body [disabled] {
	cursor: default
}

input[type=submit],
input[type=reset],
html input[type=button],
button {
	cursor: pointer
}

article,
section,
nav,
aside,
header,
footer,
figure,
figcaption,
main {
	display: block
}

video,
audio,
progress,
canvas {
	display: inline-block
}

[hidden],
template {
	display: none
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
pre,
code,
samp,
kbd,
th,
input,
button,
select,
optgroup,
textarea {
	font: inherit
}

pre,
code,
samp,
kbd {
	font-family: Noto Mono, monospace
}

sub,
sup {
	font-size: 68.75%
}

small {
	font-size: 75%
}

strong,
b,
optgroup {
	font-weight: 700
}

hr {
	height: 0
}

img {
	height: auto
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

sub,
sup {
	line-height: 0
}

input,
button {
	line-height: 1.28125
}

@media(min-width:1025px) and (max-width:1399px) {

	input,
	button {
		line-height: 1.265625
	}
}

@media(max-width:767px) {

	input,
	button {
		line-height: 1.25
	}
}

li {
	list-style: none
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
pre,
blockquote,
ol,
ul,
dl,
dd,
figure,
input,
button,
select,
optgroup,
textarea,
fieldset {
	margin: 0
}

img,
iframe,
video,
canvas {
	max-width: 100%
}

pre,
textarea {
	overflow: auto
}

button {
	overflow: visible
}

ol,
ul,
td,
th,
input[type=checkbox],
input[type=radio],
fieldset,
legend {
	padding: 0
}

input::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0
}

sub,
sup {
	position: relative
}

q:after {
	content: "\201D"
}

q:before {
	content: "\201C"
}

caption,
th {
	text-align: left
}

abbr[title] {
	text-decoration: none
}

button,
select {
	text-transform: none
}

sup {
	top: -.6em
}

sub,
sup,
progress,
meter {
	vertical-align: baseline
}

img,
iframe,
video,
audio,
input[type=image],
textarea,
canvas {
	vertical-align: bottom
}

.list--float:after {
	clear: both;
	content: "";
	display: block
}

audio:not([controls]) {
	display: none;
	height: 0
}

svg:not(:root) {
	max-width: 100%;
	overflow: hidden;
	vertical-align: bottom
}

.natural {
	display: block
}

.natural figure figcaption,
.natural caption {
	color: #aaa;
	font-size: 75%;
	line-height: 1.28125;
	margin-bottom: 5px;
	margin-top: 5px
}

.natural figure figcaption:first-child,
.natural caption:first-child {
	margin-top: 0
}

@media screen and (min-width:768px) and (max-width:1024px) {

	.natural figure figcaption,
	.natural caption {
		line-height: 1.265625
	}
}

@media screen and (max-width:767px) {

	.natural figure figcaption,
	.natural caption {
		line-height: 1.25
	}
}

.natural pre {
	background-color: #002b36;
	color: #839496;
	border-radius: .25em;
	padding: 23.5px 50px
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.natural pre {
		padding-left: 30px;
		padding-right: 30px
	}
}

@media screen and (max-width:767px) {
	.natural pre {
		padding-left: 20px;
		padding-right: 20px
	}
}

.natural h1 {
	display: block;
	font-weight: 700;
	line-height: 1.28125
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.natural h1 {
		line-height: 1.265625
	}
}

@media screen and (max-width:767px) {
	.natural h1 {
		line-height: 1.25
	}
}

.heading-2--large {
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: calc(47px - (((30px * 1.4) - 30px) / 2))
}

@media screen and (max-width:1024px) {
	.heading-2--large {
		font-size: 28px;
		margin-bottom: calc(47px - (((28px * 1.4) - 28px) / 2))
	}
}

@media screen and (max-width:767px) {
	.heading-2--large {
		font-size: 26px;
		margin-bottom: calc(47px - (((26px * 1.4) - 26px) / 2))
	}
}

.natural h2,
.heading-2 {
	position: relative;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: calc(27px - (((24px * 1.4) - 24px) / 2))
}

@media screen and (max-width:1024px) {

	.natural h2,
	.heading-2 {
		font-size: 22px;
		margin-bottom: calc(27px - (((22px * 1.4) - 22px) / 2))
	}
}

@media screen and (max-width:767px) {

	.natural h2,
	.heading-2 {
		font-size: 20px;
		margin-bottom: calc(27px - (((20px * 1.4) - 20px) / 2))
	}
}

.heading-2--eng {
	margin-bottom: calc(24px - (((24px * 1.4) - 24px) / 2));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.heading-2--eng>.jp {
	padding-left: 20px;
	font-size: 12px;
	line-height: 1.4
}

.heading-2--eng>a>.eng,
.heading-2--eng>.eng {
	display: inline-block
}

.heading-2--eng>a>.eng>span,
.heading-2--eng>.eng>span {
	display: inline-block
}

.heading-2--eng>a>.eng>span:first-letter,
.heading-2--eng>.eng>span:first-letter {
	color: #f22300
}

@media screen and (max-width:1024px) {
	.heading-2--eng {
		margin-bottom: calc(24px - (((22px * 1.4) - 22px) / 2))
	}
}

@media screen and (max-width:767px) {
	.heading-2--eng {
		font-size: 20px;
		margin-bottom: calc(24px - (((20px * 1.4) - 20px) / 2))
	}
}

.natural h3,
.heading-3 {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: calc(18px - (((18px * 1.4) - 18px) / 2))
}

.natural h4,
.natural h5,
.heading-4,
.heading-5 {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: calc(18px - (((16px * 1.4) - 16px) / 2))
}

.natural h6,
.heading-6 {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: calc(18px - (((14px * 1.4) - 14px) / 2))
}

.heading-deco {
	position: relative;
	margin-bottom: 27px;
	padding-bottom: calc(21px - (((24px * 1.4) - 24px) / 2))
}

@media screen and (max-width:1024px) {
	.heading-deco {
		padding-bottom: calc(21px - (((22px * 1.4) - 22px) / 2))
	}
}

@media screen and (max-width:767px) {
	.heading-deco {
		padding-bottom: calc(21px - (((20px * 1.4) - 20px) / 2))
	}
}

.heading-deco:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #666;
	width: calc(100% - 27px);
	height: 1px
}

.heading-deco:after {
	content: "";
	position: absolute;
	right: 27px;
	bottom: 1px;
	background-color: #666;
	width: 1px;
	height: 45px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transform-origin: -100% 100%;
	transform-origin: -100% 100%
}

.heading-bg {
	background-color: #eee;
	padding: calc(10px - (((16px * 1.4) - 16px) / 2)) 10px
}

.natural blockquote {
	padding-left: 50px
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.natural blockquote {
		padding-left: 30px
	}
}

@media screen and (max-width:767px) {
	.natural blockquote {
		padding-left: 20px
	}
}

.natural li:not(:first-child),
.natural dt:not(:first-child),
.list--default>.list__item:not(:first-child) {
	margin-top: 5px
}

.natural li:not(:last-child),
.natural dt:not(:last-child),
.list--default>.list__item:not(:last-child) {
	margin-bottom: 5px
}

.natural pre,
.natural h1,
.natural .solid,
.natural hr,
.natural blockquote {
	display: block;
	margin-bottom: 23.5px;
	margin-top: 23.5px
}

.natural pre+pre,
.natural h1+pre,
.natural .solid+pre,
.natural hr+pre,
.natural blockquote+pre,
.natural pre+h1,
.natural h1+h1,
.natural .solid+h1,
.natural hr+h1,
.natural blockquote+h1,
.natural pre+.solid,
.natural h1+.solid,
.natural .solid+.solid,
.natural hr+.solid,
.natural blockquote+.solid,
.natural pre+hr,
.natural h1+hr,
.natural .solid+hr,
.natural hr+hr,
.natural blockquote+hr,
.natural pre+blockquote,
.natural h1+blockquote,
.natural .solid+blockquote,
.natural hr+blockquote,
.natural blockquote+blockquote {
	margin-top: 26px
}

.natural p,
.natural ol,
.natural ul,
.natural dl,
.natural figure,
.paragraph {
	font-size: 14px;
	line-height: 1.8
}

.natural td,
.natural th {
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666
}

.natural table thead tr th,
.natural table tbody tr th {
	padding: calc(20px - (((14px * 1.4) - 14px) / 2)) 20px
}

.natural table thead tr td,
.natural table tbody tr td {
	padding: calc(20px - (((14px * 1.8) - 14px) / 2)) 20px
}

.natural a {
	text-decoration: underline;
	color: #000;
	display: inline-block;
	line-height: 1.2;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
	z-index: 2
}

.natural a.link {
	text-decoration: none
}

@media screen and (min-width:1025px) {
	.natural a:hover {
		color: #f22300;
		text-decoration: none
	}
}

.natural .example1 {
	font-weight: 700;
	font-size: 14px
}

.natural .example2 {
	font-weight: 700;
	font-size: 12px;
	color: #f00
}

.natural .example3 {
	font-weight: 700;
	font-size: 11px
}

.natural .img-float {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: -5px
}

.natural .img-float>li {
	padding: 5px;
	margin: 0 !important
}

.natural .img-float>li:before {
	display: none
}

html {
	color: #000;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	line-height: 1.8;
	font-size: 14px;
	background-color: transparent;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch
}

.natural h1 {
	font-size: 2.5em
}

.natural p {
	margin-bottom: 1em
}

.natural p:last-child {
	margin-bottom: 0
}

.natural hr {
	background-color: #ddd;
	height: 1px
}

.natural blockquote {
	border-left: 1px solid #ddd;
	color: #aaa
}

.natural ol:not(:first-child),
.natural ul:not(:first-child) {
	margin-top: 20px
}

.natural ol:not(:last-child),
.natural ul:not(:last-child) {
	margin-bottom: 20px
}

ol li {
	margin-left: 25px
}

.natural ul li {
	list-style-type: none;
	padding-left: 20px;
	position: relative
}

.natural ul li:before {
	content: "";
	width: 10px;
	height: 4px;
	background-color: #f22300;
	display: block;
	position: absolute;
	top: 13px;
	left: 0
}

.natural ul li a {
	text-decoration: none;
	color: #000;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	outline: none;
	cursor: pointer
}

.natural ul li a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0;
	height: 1px;
	background-color: #000;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media screen and (min-width:1025px) {
	.natural ul li a:hover:after {
		width: 100%
	}
}

.natural li {
	list-style-type: inherit
}

.natural li ol,
.natural li ul {
	margin-bottom: 0;
	margin-top: 0
}

.natural dt {
	font-weight: 700
}

a {
	color: #000;
	text-decoration: none;
	outline: none
}

.natural table {
	width: 100%;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	background-color: #fff
}

@-moz-document url-prefix() {
	.natural table {
		border-collapse: separate
	}
}

.natural table:not(:first-child) {
	margin-top: 20px
}

.natural table:not(:last-child) {
	margin-bottom: 40px
}

.natural tbody tr th {
	width: 155px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #eee;
	color: #000;
	font-weight: 700;
	vertical-align: top
}

.natural tbody tr td {
	vertical-align: top
}

.natural tbody tr:last-of-type th {
	border-bottom: 1px solid #666
}

.natural thead tr th {
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #eee;
	color: #000;
	text-align: center
}

.natural thead tr th:last-of-type {
	border-right: 1px solid #666
}

.natural thead tr th--none {
	background-color: transparent
}

.natural th {
	font-weight: 700
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
input[type=search],
input[type=tel],
input[type=email],
textarea {
	background-color: #fff;
	-webkit-appearance: none;
	border-radius: 0
}

input[type=button]:focus,
input[type=text]:focus,
input[type=submit]:focus,
input[type=image]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
	outline: none;
	background-color: #fff !important
}

button:focus {
	outline: none
}

select:focus {
	outline: none;
	background-color: #e9fbf9 !important
}

.block {
	display: block;
	text-decoration: none
}

.block,
.block:active,
.block:visited {
	color: inherit
}

.break {
	word-wrap: break-word
}

.full {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}

.stick {
	margin: 0 !important
}

.stick-bottom {
	margin-bottom: 0 !important
}

.stick-left {
	margin-left: 0 !important
}

.stick-right {
	margin-right: 0 !important
}

.stick-top {
	margin-top: 0 !important
}

.text-center {
	text-align: center !important
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-lower {
	text-transform: lowercase
}

.text-upper {
	text-transform: uppercase
}

.word {
	display: inline-block
}

.fadein img {
	opacity: 0 !important
}

.fadein.lazyload {
	opacity: 0 !important
}

.fadein.lazyloaded img.lazyloaded {
	opacity: 1 !important
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
	overflow: hidden !important
}

.modaal-accessible-hide {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	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;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.modaal-wrapper * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: hidden
}

.modaal-gallery-item-wrap,
.modaal-gallery-item {
	width: 100% !important;
	height: 100% !important
}

.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: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(51, 51, 51, .8);
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.modaal-fullscreen .modaal-outer-wrapper {
	display: block
}

.modaal-inner-wrapper {
	display: block;
	height: 100%;
	position: relative;
	vertical-align: middle;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 100px;
	max-width: 1200px;
	min-width: 320px;
	width: 100%
}

@media screen and (max-width:1299px) {
	.modaal-inner-wrapper {
		padding-left: 50px;
		padding-right: 50px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 1300px
	}
}

@media screen and (max-width:1024px) {
	.modaal-inner-wrapper {
		padding-left: 30px;
		padding-right: 30px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}

@media screen and (max-width:767px) {
	.modaal-inner-wrapper {
		padding-left: 20px;
		padding-right: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}

.modaal-fullscreen .modaal-inner-wrapper {
	padding: 0;
	display: block
}

@media screen and (max-width:1299px) {
	.modaal-fullscreen .modaal-inner-wrapper {
		padding-left: 50px;
		padding-right: 50px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 1300px
	}
}

@media screen and (max-width:1024px) {
	.modaal-fullscreen .modaal-inner-wrapper {
		padding-left: 30px;
		padding-right: 30px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}

@media screen and (max-width:767px) {
	.modaal-fullscreen .modaal-inner-wrapper {
		padding-left: 20px;
		padding-right: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}

.modaal-container {
	position: relative;
	display: inline-block;
	width: 100%;
	color: #fff;
	margin: auto;
	text-align: left;
	max-width: 1200px;
	border-radius: 0;
	cursor: auto
}

.modaal-container .heading-3 {
	border-bottom: 1px solid #fff
}

.modaal-container.is_loading {
	height: 100px;
	width: 100px;
	overflow: hidden
}

.contents_scroll {
	overflow: auto
}

.modaal-fullscreen .modaal-container {
	max-width: none;
	height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 100px;
	max-width: 1200px
}

.modaal-close {
	position: fixed;
	right: 100px;
	top: 50px;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: none;
	cursor: pointer
}

@media screen and (max-width:1200px) {
	.modaal-close {
		right: 30px
	}
}

@media screen and (max-width:767px) {
	.modaal-close {
		right: 20px;
		top: 50px
	}
}

.modaal-close:before,
.modaal-close:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 1px;
	background-color: #fff;
	top: 11px;
	left: 0;
	z-index: 10
}

.modaal-close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.modaal-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.modaal-fullscreen .modaal-close {
	right: 100px;
	top: 50px
}

@media screen and (max-width:1200px) {
	.modaal-fullscreen .modaal-close {
		right: 50px
	}
}

@media screen and (max-width:767px) {
	.modaal-fullscreen .modaal-close {
		right: 20px
	}
}

.modaal-content-container {
	padding-top: 100px
}

.modaal-content-container .columns {
	overflow: auto
}

.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;
	-webkit-transition: background .2s ease-in-out;
	transition: background .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
}

.modaal-instagram .modaal-container {
	width: auto;
	background: transparent;
	-webkit-box-shadow: none !important;
	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;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-animation: instaReveal 1s linear forwards;
	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: 10px 0 0;
	text-align: left;
	color: #fff;
	font-size: 13px
}

.modaal-gallery-control {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	text-indent: -9999px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -20px
}

.modaal-gallery-control.is_hidden {
	opacity: 0;
	cursor: default
}

.modaal-gallery-prev {
	width: 32px;
	height: 120px;
	top: 50%;
	left: -96px;
	-webkit-transition: .3s;
	transition: .3s;
	background-color: transparent;
	margin-top: -60px
}

.modaal-gallery-prev:before {
	content: "";
	position: absolute;
	top: -2.5px;
	left: 14px;
	width: 1px;
	height: 68px;
	background-color: #fff;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg)
}

.modaal-gallery-prev:after {
	content: "";
	position: absolute;
	bottom: -2.5px;
	left: 14px;
	width: 1px;
	height: 68px;
	background-color: #fff;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg)
}

.modaal-gallery-next {
	width: 32px;
	height: 120px;
	top: 50%;
	right: -96px;
	-webkit-transition: .3s;
	transition: .3s;
	background-color: transparent;
	margin-top: -60px
}

.modaal-gallery-next:before {
	content: "";
	position: absolute;
	top: -2.5px;
	right: 14px;
	width: 1px;
	height: 68px;
	background-color: #fff;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg)
}

.modaal-gallery-next:after {
	content: "";
	position: absolute;
	bottom: -2.5px;
	right: 14px;
	width: 1px;
	height: 68px;
	background-color: #fff;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg)
}

.modaal-video-wrap {
	margin: auto 50px;
	position: relative
}

.modaal-video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	box-shadow: 0 0 10px rgba(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
}

.modaal-loading-spinner {
	background: none;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	-webkit-transform: scale(.25);
	transform: scale(.25)
}

.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 {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-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) {
	-webkit-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 {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .12s;
	animation-delay: .12s
}

.modaal-loading-spinner>div:nth-of-type(2) {
	-webkit-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 {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-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) {
	-webkit-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 {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .37s;
	animation-delay: .37s
}

.modaal-loading-spinner>div:nth-of-type(4) {
	-webkit-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 {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-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) {
	-webkit-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 {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .62s;
	animation-delay: .62s
}

.modaal-loading-spinner>div:nth-of-type(6) {
	-webkit-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 {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .75s;
	animation-delay: .75s
}

.modaal-loading-spinner>div:nth-of-type(7) {
	-webkit-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 {
	-webkit-animation: modaal-loading-spinner 1s linear infinite;
	animation: modaal-loading-spinner 1s linear infinite;
	-webkit-animation-delay: .87s;
	animation-delay: .87s
}

.modaal-loading-spinner>div:nth-of-type(8) {
	-webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
	transform: translate(84px, 84px) rotate(360deg) translate(70px, 0)
}

@media only screen and (min-width:1400px) {
	.modaal-video-container {
		padding-bottom: 0;
		height: 731px
	}
}

@media screen and (max-width:900px) {
	.modaal-instagram iframe {
		width: 500px !important
	}
}

@media only screen and (max-width:600px) {
	.modaal-instagram iframe {
		width: 280px !important
	}
}

@media screen and (max-height:1100px) {
	.modaal-instagram iframe {
		width: 700px !important
	}
}

@media screen and (max-height:1200px) {
	.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 screen and (max-width:1049px) {
	.modaal-gallery-prev {
		left: -54px
	}

	.modaal-gallery-next {
		right: -54px
	}

	.modaal-image .modaal-inner-wrapper {
		padding-left: 74px;
		padding-right: 74px
	}
}

@media(max-width:767px) {
	.modaal-image .modaal-inner-wrapper {
		position: relative;
		padding-left: 40px;
		padding-right: 40px
	}

	.modaal-image .modaal-inner-wrapper:before {
		content: "ZOOM";
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 120px;
		height: 120px;
		background-color: rgba(67, 47, 14, .6);
		border-radius: 10px;
		color: #fff;
		font-family: Yantramanav, sans-serif;
		font-weight: 400;
		font-size: 13px;
		text-align: center;
		letter-spacing: .2em;
		line-height: 60px;
		z-index: 2
	}

	.modaal-image .modaal-inner-wrapper:after {
		content: "";
		position: absolute;
		background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNC43MSA1NC42NyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOiNjOWY0MDA7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uLXpvb208L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9ImNvbnRlbnQiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTEzLjA4LDU0LjMybDQuMjYtNi40MmMxLjM5LS4yNCw2LjQ2LTEuMjMsOC40NC0zLjIzLDEuODEtMS44NSw4LjQtOS44OSw4LjgzLTExLjRhMy41MiwzLjUyLDAsMCwwLTEtMy40LDIuNTgsMi41OCwwLDAsMC0xLjIxLS41NiwzLDMsMCwwLDAtMi4yMS00LjQ1LDEuNzcsMS43NywwLDAsMC0uNDYsMCwzLjcxLDMuNzEsMCwwLDAsLjMtMS42LDMuODQsMy44NCwwLDAsMC0zLjExLTMuN2MxLjgzLTIuMjQsNC42NC01LjcsNS4yOC02LjY1LDEuMi0xLjc3LDEuNDItNC4zMy0uNDYtNS44MUMyOS42Myw1LjQ0LDI3LDYuNCwyNS41Niw4LjIxYy0uNDcuNTctMi42NCwzLjQ3LTUuMTUsNi44My0yLjgzLDMuNzktNi43MSw5LTcuMDcsOS4zNWEyLDIsMCwwLDEtLjYuNDhoMHMtLjI4LS4yMi0uNS0xLjMyYy0uMTMtLjcxLS4yMy0xLjQ5LS4zMy0yLjI0LS4zMS0yLjM4LS42Mi00LjgzLTIuMTktNmEzLjI2LDMuMjYsMCwwLDAtMi44My0uNDIsMy45MiwzLjkyLDAsMCwwLTIuNTYsMi4xNmMtLjYyLDEuNSwwLDQuODYuNzIsOC4xN2wwLC4yNGMuNDIsMi0uNTksNC4xOS0xLjIsNS41bC0uMTYuMzdhMTQuNDksMTQuNDksMCwwLDAtLjY3LDguNDVMLjE2LDQzLjY1YS43Ny43NywwLDAsMC0uMTEuNzQuNjkuNjksMCwwLDAsLjIzLjMzbDExLjY0LDkuNzdhLjc2Ljc2LDAsMCwwLC42Mi4xN0EuNzcuNzcsMCwwLDAsMTMuMDgsNTQuMzJaTTEuODYsNDRsMi43LTMuNTZhLjc3Ljc3LDAsMCwwLC4xMS0uNzNjLS45LTIuNjItLjExLTYuMzcuNDktNy43MWwuMTYtLjM1Yy42OS0xLjQ5LDEuODQtNCwxLjMxLTYuNDlsMC0uMjNjLS4zOS0xLjgyLTEuMjktNi4wNy0uODEtNy4yNWEyLjQzLDIuNDMsMCwwLDEsMS41NS0xLjI1LDEuNzIsMS43MiwwLDAsMSwxLjQ4LjE3LDIuNzEsMi43MSwwLDAsMSwuODcsMS4zNCwxOC44NSwxOC44NSwwLDAsMSwuNjksMy41N2MuMS43Ny4yLDEuNTguMzUsMi4zNC4xOC45My41MywyLjIsMS41NywyLjUxczEuODgtLjU4LDIuMTctLjg3LDMtMy44Myw3LjIxLTkuNTFjMi40LTMuMjEsNC42Ny02LjI0LDUuMTEtNi43OC43NC0uOTEsMi40Mi0yLjEyLDQtLjg3LDEuMzcsMS4wNy42OSwyLjg5LjE0LDMuNy0uOTEsMS4zNS02Ljc2LDguNDItNi44Miw4LjVhLjc4Ljc4LDAsMCwwLDEuMSwxLjEsMi40MSwyLjQxLDAsMCwxLDEuNDMtLjUzLDIuMjgsMi4yOCwwLDAsMSwxLjg1LDIuMjRBMy44NiwzLjg2LDAsMCwxLDI3LDI1LjkyYS43OC43OCwwLDAsMCwuOSwxLjI3QTUsNSwwLDAsMSwzMCwyNi40MWMuODUuMTEsMSwuNDYsMS4yMiwxLjEycy0uNzUsMS44OC0xLjI3LDIuM2EuNzkuNzksMCwwLDAtLjE3LDEsLjc4Ljc4LDAsMCwwLDEsLjI5Yy44MS0uMzksMS40My0uNDIsMS44Mi0uMDlhMiwyLDAsMCwxLC40OSwxLjc4Yy0uMzIsMS02LjE2LDguNDItOC40NCwxMC43My0xLjU2LDEuNTktNi4yMywyLjU5LTcuODksMi44NGEuNzkuNzksMCwwLDAtLjU0LjM0bC00LDZaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzEuNjcsMi40NywyOS41NS4yMmEuNy43LDAsMSwwLTEsMWwuNDguNTFhMTkuODEsMTkuODEsMCwwLDAtOSwuNTQuNy43LDAsMCwwLC40MiwxLjM0LDE4LjExLDE4LjExLDAsMCwxLDguODMtLjM4bC0xLC41M2EuNjguNjgsMCwwLDAtLjI4Ljk0LjcuNywwLDAsMCwuNDQuMzUuNzMuNzMsMCwwLDAsLjUtLjA2TDMxLjUsMy41NmEuNzIuNzIsMCwwLDAsLjM2LS41QS43Mi43MiwwLDAsMCwzMS42NywyLjQ3WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTExLjIyLDUuMWExOS44NiwxOS44NiwwLDAsMC02LjkzLDUuNzh2LS43YS43LjcsMCwwLDAtMS40LDB2My4wOWEuNjkuNjksMCwwLDAsLjI3LjU1LjkxLjkxLDAsMCwwLC4yNi4xMy42OS42OSwwLDAsMCwuMzUsMGwyLjgyLS43NmEuNy43LDAsMCwwLS4zNi0xLjM1bC0xLjA5LjI5YTE4LjI4LDE4LjI4LDAsMCwxLDYuNjktNS43Ny43LjcsMCwwLDAtLjYxLTEuMjZaIi8+PC9nPjwvZz48L3N2Zz4=);
		background-repeat: no-repeat;
		width: 35px;
		height: 55px;
		top: calc(50% - 15px);
		left: calc(50% - 17.5px);
		z-index: 3
	}

	.modaal-image .modaal-inner-wrapper.is-active:before,
	.modaal-image .modaal-inner-wrapper.is-active:after {
		display: none
	}

	.modaal-gallery-prev {
		left: -30px;
		width: 12px;
		height: 50px;
		top: 50%;
		margin-top: -25px
	}

	.modaal-gallery-prev:before {
		height: 27.5px;
		top: 0;
		left: 5px
	}

	.modaal-gallery-prev:after {
		height: 27.5px;
		left: 5px;
		bottom: -1.5px
	}

	.modaal-gallery-next {
		right: -30px;
		width: 12px;
		height: 50px;
		top: 50%;
		margin-top: -25px
	}

	.modaal-gallery-next:before {
		height: 27.5px;
		top: 0;
		right: 5px
	}

	.modaal-gallery-next:after {
		height: 27.5px;
		right: 5px;
		bottom: -1.5px
	}

	.modaal-close {
		right: 20px;
		top: 50px
	}
}

@media screen and (max-width:1024px) {
	.modaal-content-container .columns {
		display: block
	}
}

@-webkit-keyframes instaReveal {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes instaReveal {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		opacity: .1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes modaal-loading-spinner {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		opacity: .1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.modaal-content-container .columns__column>img {
	width: 100%
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	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 {
	-webkit-transform-style: preserve-3d;
	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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
	outline: none
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	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: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -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%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top, .2s -webkit-transform;
	transition: .2s top, .2s -webkit-transform;
	transition: .2s transform, .2s top;
	transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left, .2s -webkit-transform;
	transition: .2s left, .2s -webkit-transform;
	transition: .2s transform, .2s left;
	transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right, .2s -webkit-transform;
	transition: .2s right, .2s -webkit-transform;
	transition: .2s transform, .2s right;
	transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(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, .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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: 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%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.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 {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	-webkit-transition-property: opacity;
	transition-property: opacity
}

.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;
	-webkit-transform-origin: 0 0;
	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 {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.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: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .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,
.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
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.simply-scroll-container {
	position: relative
}

.simply-scroll-clip {
	position: relative;
	overflow: hidden
}

.simply-scroll-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none
}

.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 18rem
}

.simply-scroll-list li img {
	border: none;
	display: block;
	width: auto;
	height: 14rem
}

.simply-scroll-btn {
	position: absolute;
	background-image: url(buttons.png);
	width: 42px;
	height: 44px;
	z-index: 3;
	cursor: pointer
}

.simply-scroll-btn-left {
	left: 6px;
	bottom: 6px;
	background-position: 0 -44px
}

.simply-scroll-btn-left.disabled {
	background-position: 0 0 !important
}

.simply-scroll-btn-left:hover,
.simply-scroll-btn-left:focus {
	background-position: 0 -88px
}

.simply-scroll-btn-right {
	right: 6px;
	bottom: 6px;
	background-position: -84px -44px
}

.simply-scroll-btn-right.disabled {
	background-position: -84px 0 !important
}

.simply-scroll-btn-right:hover,
.simply-scroll-btn-right:focus {
	background-position: -84px -88px
}

.simply-scroll-btn-up {
	right: 6px;
	top: 6px;
	background-position: -126px -44px
}

.simply-scroll-btn-up.disabled {
	background-position: -126px 0 !important
}

.simply-scroll-btn-up:hover,
.simply-scroll-btn-up:focus {
	background-position: -126px -88px
}

.simply-scroll-btn-down {
	right: 6px;
	bottom: 6px;
	background-position: -42px -44px
}

.simply-scroll-btn-down.disabled {
	background-position: -42px 0 !important
}

.simply-scroll-btn-down:hover,
.simply-scroll-btn-down:focus {
	background-position: -42px -88px
}

.simply-scroll-btn-pause {
	right: 6px;
	bottom: 6px;
	background-position: -168px -44px
}

.simply-scroll-btn-pause:hover,
.simply-scroll-btn-pause:focus {
	background-position: -168px -88px
}

.simply-scroll-btn-pause.active {
	background-position: -84px -44px
}

.simply-scroll-btn-pause.active:hover,
.simply-scroll-btn-pause.active:focus {
	background-position: -84px -88px
}

.simply-scroll {
	width: 100%
}

.simply-scroll .simply-scroll-clip {
	position: relative;
	overflow: hidden;
	width: 100%
}

.simply-scroll .simply-scroll-list li {
	padding: 0 5px;
	margin: 0;
	list-style: none;
	float: left;
	width: auto
}

.vert {
	width: 340px;
	height: 400px;
	margin-bottom: 1.5em
}

.vert .simply-scroll-clip {
	width: 290px;
	height: 400px
}

.vert .simply-scroll-list li {
	width: 290px;
	height: 200px
}

.vert .simply-scroll-btn-up {
	right: 0;
	top: 0
}

.vert .simply-scroll-btn-down {
	right: 0;
	top: 52px
}

.contents-area {
	position: relative;
	background-color: #fff;
	padding: 0;
	z-index: 2
}

.contents-area .breadcrumb-wrapper {
	position: relative;
	background-color: #fff
}

.contents-area .breadcrumb-nav {
	width: 100%;
	padding: 50px 0
}

.contents-area .breadcrumb-nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -13px
}

@media screen and (max-width:1024px) {
	.contents-area .breadcrumb-nav__list {
		overflow-x: scroll;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

.contents-area .breadcrumb-nav__list__item {
	margin: 0;
	padding: 0 13px;
	color: #fff
}

@media screen and (max-width:1024px) {
	.contents-area .breadcrumb-nav__list__item {
		white-space: nowrap
	}
}

.contents-area .breadcrumb-nav__list__item a {
	position: relative;
	color: #000;
	text-decoration: none;
	font-size: 14px
}

.contents-area .breadcrumb-nav__list__item a:after {
	content: "＞";
	position: absolute;
	top: 50%;
	right: -20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 22.5px;
	width: 14px
}

.contents-area .breadcrumb-nav__list__item:last-child a {
	color: #f22300
}

.contents-area .breadcrumb-nav__list__item:last-child a:after {
	display: none
}

.contents-area .breadcrumb-nav__list__item span {
	font-size: 14px;
	color: #f22300
}

.contents-area .news-area {
	position: absolute;
	left: 100px;
	top: -170px;
	width: calc(100% - 200px);
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.contents-area .news-area.is-active {
	opacity: 1
}

@media screen and (max-width:1024px) {
	.contents-area .news-area {
		left: 0;
		width: 100%;
		top: 0
	}
}

.contents-area .news-area .news-box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(51, 51, 51, .5);
	padding: 24px 30px;
	width: 40%;
	color: #fff;
	height: 170px
}

@media screen and (max-width:1024px) {
	.contents-area .news-area .news-box {
		width: 100%
	}
}

@media screen and (max-width:767px) {
	.contents-area .news-area .news-box {
		padding: 20px;
		height: 150px
	}
}

.contents-area .news-area .news-box h2 {
	font-size: 16px;
	margin-bottom: 10px
}

.contents-area .news-area .news-box__scroll {
	height: 82px;
	padding-right: 50px
}

@media screen and (max-width:767px) {
	.contents-area .news-area .news-box__scroll {
		height: 70px
	}
}

.contents-area .news-area .news-box__scroll .news-list__data a {
	text-decoration: none;
	color: #fff
}

.contents-area .news-area .news-box__scroll .swiper-container {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.contents-area .news-area .news-box__scroll .swiper-slide {
	float: none
}

.contents-area .news-area .news-box__scroll .swiper-button-prev {
	left: inherit;
	top: 0;
	right: 0;
	background-image: none;
	width: 20px;
	height: 10px;
	margin-top: 0
}

.contents-area .news-area .news-box__scroll .swiper-button-prev:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-bottom: 10px solid #2fe1cc
}

.contents-area .news-area .news-box__scroll .swiper-button-next {
	left: inherit;
	bottom: 0;
	right: 0;
	top: inherit;
	background-image: none;
	width: 20px;
	height: 10px;
	margin-top: 0
}

.contents-area .news-area .news-box__scroll .swiper-button-next:after {
	content: "";
	position: absolute;
	bottom: -10px;
	right: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-top: 10px solid #2fe1cc
}

.site-footer {
	background-color: #fff;
	position: relative;
	z-index: 2
}

.site-footer .page-top__wrapper {
	background-color: #eee;
	text-align: center
}

.site-footer .page-top__wrapper .page-top {
	text-align: center;
	line-height: 1
}

.site-footer .page-top__wrapper .page-top a {
	color: #000;
	font-size: 12px;
	display: block;
	padding: 28px 0 20px;
	line-height: 1;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media screen and (min-width:1025px) {
	.site-footer .page-top__wrapper .page-top a:hover {
		color: #f22300
	}

	.site-footer .page-top__wrapper .page-top a:hover:before {
		top: 8px
	}
}

@media screen and (max-width:1024px) {
	.site-footer .page-top__wrapper .page-top a {
		padding: 23px 0 15px
	}
}

.site-footer .page-top__wrapper .page-top a:before {
	content: "";
	position: absolute;
	top: 18px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-right: 4px solid transparent;
	border-bottom: 6px solid #f22300;
	border-left: 4px solid transparent;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media screen and (max-width:1024px) {
	.site-footer .page-top__wrapper .page-top a:before {
		top: 13px
	}
}

.site-footer .cta__wrapper {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #333
}

.site-footer .cta__wrapper__column {
	width: 50vw;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.site-footer .cta__wrapper__column:last-child {
	border-left: 1px solid #fff
}

.site-footer .cta__wrapper__column a {
	display: table;
	width: 100%;
	text-align: center;
	background-color: #333;
	height: 110px
}

@media screen and (min-width:1025px) {
	.site-footer .cta__wrapper__column a:hover .title-sentense .title {
		color: #f22300
	}
}

@media screen and (max-width:1024px) {
	.site-footer .cta__wrapper__column a {
		height: 70px
	}
}

.site-footer .cta__wrapper__column a .title-sentense {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff
}

.site-footer .cta__wrapper__column a .title-sentense .title {
	display: inline-block;
	line-height: 1;
	font-size: 18px;
	font-weight: 700;
	padding-left: 16px;
	position: relative;
	margin-bottom: 20px;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media screen and (max-width:1024px) {
	.site-footer .cta__wrapper__column a .title-sentense .title {
		margin-bottom: 0
	}
}

.site-footer .cta__wrapper__column a .title-sentense .title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #f22300;
	-webkit-transition: all .5s;
	transition: all .5s
}

.site-footer .cta__wrapper__column a .title-sentense .sentense {
	font-size: 14px;
	line-height: 1.4
}

@media screen and (max-width:1024px) {
	.site-footer .cta__wrapper__column a .title-sentense .sentense {
		display: none
	}
}

.site-footer .footer--nav--wrapper {
	background-color: #fff;
	padding: 50px 0
}

@media screen and (max-width:1024px) {
	.site-footer .footer--nav--wrapper {
		padding: 30px 0
	}
}

@media screen and (max-width:767px) {
	.site-footer .footer--nav--wrapper {
		display: none !important
	}
}

.site-footer .footer--nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -10px
}

.site-footer .footer--nav-list__item {
	width: 20%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1
}

.site-footer .footer--nav-list__item>p>a,
.site-footer .footer--nav-list__item>a {
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
	padding-left: 16px;
	color: #000;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media screen and (max-width:1024px) {

	.site-footer .footer--nav-list__item>p>a,
	.site-footer .footer--nav-list__item>a {
		font-size: 12px
	}
}

@media screen and (min-width:1025px) {

	.site-footer .footer--nav-list__item>p>a:hover,
	.site-footer .footer--nav-list__item>a:hover {
		color: #f22300
	}
}

.site-footer .footer--nav-list__item>p>a:before,
.site-footer .footer--nav-list__item>a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #f22300;
	-webkit-transition: all .5s;
	transition: all .5s
}

.site-footer .footer--nav-list__item .footer--sub-list {
	margin-top: 20px;
	padding-left: 16px
}

@media screen and (max-width:1024px) {
	.site-footer .footer--nav-list__item .footer--sub-list {
		margin-top: 10px
	}
}

.site-footer .footer--nav-list__item .footer--sub-list__item {
	line-height: 1
}

.site-footer .footer--nav-list__item .footer--sub-list__item+li {
	margin-top: 10px
}

@media screen and (max-width:1024px) {
	.site-footer .footer--nav-list__item .footer--sub-list__item+li {
		margin-top: 5px
	}
}

.site-footer .footer--nav-list__item .footer--sub-list__item>a {
	font-size: 12px;
	line-height: 1
}

@media screen and (max-width:1024px) {
	.site-footer .footer--nav-list__item .footer--sub-list__item>a {
		font-size: 10px
	}
}

.site-footer .footer--nav-list__item .footer--sub-list__item .footer--sub-sub-list {
	margin-top: 10px;
	padding-left: 16px
}

@media screen and (max-width:1024px) {
	.site-footer .footer--nav-list__item .footer--sub-list__item .footer--sub-sub-list {
		margin-top: 5px
	}
}

@media screen and (max-width:1024px) and (orientation:portrait) {
	.site-footer .footer--nav-list__item .footer--sub-list__item .footer--sub-sub-list {
		display: none
	}
}

.site-footer .footer--nav-list__item .footer--sub-list__item .footer--sub-sub-list__item {
	line-height: 1
}

.site-footer .footer--nav-list__item .footer--sub-list__item .footer--sub-sub-list__item+li {
	margin-top: 10px
}

@media screen and (max-width:1024px) {
	.site-footer .footer--nav-list__item .footer--sub-list__item .footer--sub-sub-list__item+li {
		margin-top: 5px
	}
}

.site-footer .footer--nav-list__item .footer--sub-list__item .footer--sub-sub-list__item>a {
	font-size: 12px;
	line-height: 1;
	position: relative;
	padding-left: 10px
}

@media screen and (max-width:1024px) {
	.site-footer .footer--nav-list__item .footer--sub-list__item .footer--sub-sub-list__item>a {
		font-size: 10px
	}
}

.site-footer .footer--nav-list__item .footer--sub-list__item .footer--sub-sub-list__item>a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #000
}

.site-footer .footer--nav-list__item .footer--sub-list+p {
	margin-top: 30px
}

@media screen and (max-width:1024px) {
	.site-footer .footer--nav-list__item .footer--sub-list+p {
		margin-top: 15px
	}
}

.site-footer .footer-lower__wrapper {
	background-color: #666
}

@media screen and (max-width:1024px) {
	.site-footer .footer-lower__wrapper>.container {
		padding: 0
	}
}

.site-footer .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 50px
}

@media screen and (max-width:1024px) {
	.site-footer .nav {
		display: block;
		height: auto
	}
}

.site-footer .nav__categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media screen and (max-width:1024px) {
	.site-footer .nav__categories {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 15px 0
	}
}

@media screen and (max-width:767px) {
	.site-footer .nav__categories {
		padding: 15px 20px
	}
}

.site-footer .nav__categories__list__item {
	margin: 0;
	line-height: 1
}

.site-footer .nav__categories__list__item:not(:first-child) {
	margin-left: 30px;
	margin-top: 0
}

@media screen and (max-width:767px) {
	.site-footer .nav__categories__list__item:not(:first-child) {
		margin-left: 10px
	}
}

.site-footer .nav__categories__list__item:not(:last-child) {
	margin-bottom: 0
}

.site-footer .nav__categories__list__item a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	position: relative
}

@media screen and (max-width:1024px) {
	.site-footer .nav .copyright--wrapper {
		background-color: #fff;
		color: #000
	}
}

.site-footer .nav .copyright {
	font-size: 10px;
	line-height: 1;
	color: #fff
}

@media screen and (max-width:1024px) {
	.site-footer .nav .copyright {
		padding: 10px 0;
		color: #000;
		text-align: center
	}
}

.site-footer .page-top-cta {
	right: 0;
	bottom: 100px;
	position: absolute;
	z-index: -1
}

.site-footer .page-top-cta.is-active {
	position: fixed;
	z-index: 12
}

@media screen and (max-width:767px) {
	.site-footer .page-top-cta {
		bottom: 80px
	}
}

.site-footer .page-top-cta.is-wide {
	width: 100%;
	max-width: 460px
}

.site-footer .page-top-cta.is-opened {
	bottom: 0
}

.site-footer .page-top-cta.is-opened>.button-list {
	padding-bottom: 0
}

.site-footer .page-top-cta.is-opened>.button-list a.cta:before {
	background-image: none;
	width: 2px;
	height: 24px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	margin-left: -2px;
	background-color: #fff
}

@media screen and (max-width:767px) {
	.site-footer .page-top-cta.is-opened>.button-list a.cta:before {
		margin-left: -1px
	}
}

.site-footer .page-top-cta.is-opened>.button-list a.cta:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 24px;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
	margin-left: -2px;
	background-color: #fff
}

@media screen and (max-width:767px) {
	.site-footer .page-top-cta.is-opened>.button-list a.cta:after {
		margin-left: -1px
	}
}

.site-footer .page-top-cta>.button-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: -1
}

.site-footer .page-top-cta>.button-list.is-active {
	opacity: 1;
	z-index: 2
}

.site-footer .page-top-cta>.button-list.is-active a {
	height: 55px
}

@media screen and (max-width:767px) {
	.site-footer .page-top-cta>.button-list.is-active a {
		height: 40px
	}
}

.site-footer .page-top-cta>.button-list p+p {
	margin-left: 1px
}

.site-footer .page-top-cta>.button-list a {
	position: relative;
	display: block;
	width: 55px;
	height: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	overflow: hidden
}

@media screen and (max-width:767px) {
	.site-footer .page-top-cta>.button-list a {
		width: 40px
	}
}

.site-footer .page-top-cta>.button-list a.page-top {
	background-color: #666
}

.site-footer .page-top-cta>.button-list a.page-top:before {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 20px;
	width: 15px;
	height: 1px;
	background-color: #fff
}

@media screen and (max-width:767px) {
	.site-footer .page-top-cta>.button-list a.page-top:before {
		top: 13px
	}
}

.site-footer .page-top-cta>.button-list a.page-top:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-bottom: 8px solid #fff;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media screen and (max-width:767px) {
	.site-footer .page-top-cta>.button-list a.page-top:after {
		bottom: 13px
	}
}

@media screen and (min-width:1025px) {
	.site-footer .page-top-cta>.button-list a.page-top:hover:after {
		bottom: 25px
	}
}

.site-footer .page-top-cta>.button-list a.cta {
	background-color: #f22300
}

.site-footer .page-top-cta>.button-list a.cta:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNS43MDciIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCAzNS43MDcgMzUiPgogIDxnIGlkPSLjgrDjg6vjg7zjg5dfNDk4NSIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgNDk4NSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTIyNCA4NTAxKSI+CiAgICA8cmVjdCBpZD0i6ZW35pa55b2iXzM3MDMiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDM3MDMiIHdpZHRoPSIyMCIgaGVpZ2h0PSIzNSIgcng9IjMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MjI0IC04NTAxKSIgZmlsbD0iI2ZmZiIvPgogICAgPHJlY3QgaWQ9IumVt+aWueW9ol8zNzA0IiBkYXRhLW5hbWU9IumVt+aWueW9oiAzNzA0IiB3aWR0aD0iMTYiIGhlaWdodD0iMjYiIHJ4PSIxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTIyMiAtODQ5OCkiIGZpbGw9IiNmMjIzMDAiLz4KICAgIDxyZWN0IGlkPSLplbfmlrnlvaJfMzcwNSIgZGF0YS1uYW1lPSLplbfmlrnlvaIgMzcwNSIgd2lkdGg9IjYiIGhlaWdodD0iMSIgcng9IjAuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUyMTcgLTg1MDApIiBmaWxsPSIjZjIyMzAwIi8+CiAgICA8Y2lyY2xlIGlkPSLmpZXlhoblvaJfODMxOCIgZGF0YS1uYW1lPSLmpZXlhoblvaIgODMxOCIgY3g9IjIiIGN5PSIyIiByPSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNTIxNiAtODQ3MSkiIGZpbGw9IiNmMjIzMDAiLz4KICAgIDxyZWN0IGlkPSLplbfmlrnlvaJfMzcwNiIgZGF0YS1uYW1lPSLplbfmlrnlvaIgMzcwNiIgd2lkdGg9IjIyIiBoZWlnaHQ9IjE1IiByeD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUyMTEgLTg0OTEpIiBmaWxsPSIjZmZmIi8+CiAgICA8cGF0aCBpZD0i44OR44K5Xzc1MTUiIGRhdGEtbmFtZT0i44OR44K5IDc1MTUiIGQ9Ik0wLDAsMTEsOC4xNjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01MjExIC04NDg4KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZjIyMzAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPHBhdGggaWQ9IuODkeOCuV83NTE2IiBkYXRhLW5hbWU9IuODkeOCuSA3NTE2IiBkPSJNNy4zNDQsMCwwLDYuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUyMTEgLTg0ODIuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2YyMjMwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgIDxwYXRoIGlkPSLjg5HjgrlfNzUxNyIgZGF0YS1uYW1lPSLjg5HjgrkgNzUxNyIgZD0iTTAsMCw3LjAxLDYuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUxOTYuMDEgLTg0ODIuNSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2YyMjMwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgIDxwYXRoIGlkPSLjg5HjgrlfNzUxNCIgZGF0YS1uYW1lPSLjg5HjgrkgNzUxNCIgZD0iTTAsOC4xNjIsMTEsMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUyMDAgLTg0ODgpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmMjIzMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgPC9nPgo8L3N2Zz4K);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 35px;
	height: 35px
}

@media screen and (max-width:767px) {
	.site-footer .page-top-cta>.button-list a.cta:before {
		width: 30px;
		height: 30px
	}
}

.site-footer .page-top-cta .padding-box {
	display: none;
	background-color: rgba(255, 255, 255, .92);
	padding: 30px;
	text-align: center;
	width: 100%;
	max-width: 460px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	right: 0;
	bottom: 0
}

.site-footer .page-top-cta .padding-box .title {
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 24px
}

@media screen and (max-width:767px) {
	.site-footer .page-top-cta .padding-box .title {
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 16px
	}
}

.site-footer .page-top-cta .padding-box .contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 20px -10px 0
}

@media screen and (max-width:767px) {
	.site-footer .page-top-cta .padding-box .contact {
		display: block;
		margin: 10px -5px 0
	}
}

.site-footer .page-top-cta .padding-box .contact__number {
	padding: 0 10px;
	font-size: 16px;
	position: relative;
	line-height: 1
}

@media screen and (max-width:767px) {
	.site-footer .page-top-cta .padding-box .contact__number {
		padding: 5px 0
	}
}

.site-footer .page-top-cta .padding-box .contact__number a {
	color: #000;
	text-decoration: none
}

.site-footer .page-top-cta .padding-box .contact__number:last-child {
	border-left: 1px solid #000
}

@media screen and (max-width:767px) {
	.site-footer .page-top-cta .padding-box .contact__number:last-child {
		border-left: none
	}
}

.site-footer .page-top-cta .padding-box .button {
	margin-top: 20px
}

.site-footer .page-top--fixed {
	right: -24px;
	bottom: 30px;
	z-index: 8;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 174px;
	height: 40px;
	z-index: -1
}

@media screen and (max-width:767px) {
	.site-footer .page-top--fixed {
		height: 30px;
		right: -18px;
		width: 160px
	}
}

.site-footer .page-top--fixed.is-active {
	opacity: 1;
	z-index: 2;
	position: fixed
}

.site-footer .page-top--fixed>p {
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	width: 100%;
	height: 40px;
	background-color: #000
}

@media screen and (max-width:767px) {
	.site-footer .page-top--fixed>p {
		height: 30px
	}
}

.site-footer .page-top--fixed>p>a {
	display: table;
	height: 40px;
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
	padding: 0 20px;
	width: calc(100% - 24px);
	-webkit-transition: all .3s;
	transition: all .3s
}

@media screen and (min-width:1025px) {
	.site-footer .page-top--fixed>p>a:hover {
		opacity: .7
	}
}

@media screen and (max-width:767px) {
	.site-footer .page-top--fixed>p>a {
		height: 30px;
		width: calc(100% - 18px)
	}
}

.site-footer .page-top--fixed>p>a>span {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	padding-left: 18px;
	font-size: 12px;
	position: relative
}

.site-footer .page-top--fixed>p>a>span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 8px;
	height: 6px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: none;
	border-bottom: 6px solid #f22300;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

@media all and (-ms-high-contrast:none) {
	.site-footer .page-top--fixed>p>a>span:before {
		top: 16px;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.scroll-prevent {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%
}

.ie-box {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 20px 0;
	background-color: #fff;
	border-top: 1px solid #cbd6e2;
	z-index: 9999
}

@media screen and (max-width:960px) {
	.ie-box {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: inherit;
		top: 0;
		border-bottom: 1px solid #cbd6e2;
		border-top: none
	}
}

.site-header {
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
	background-color: #fff
}

@media screen and (max-width:1024px) {
	.site-header {
		height: 115px;
		padding-top: 30px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.site-header:before {
		content: "";
		position: fixed;
		top: 0;
		max-width: 250px;
		left: auto;
		right: 0;
		z-index: 3;
		height: 100%;
		background-color: rgba(51, 51, 51, .65);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.site-header:after {
		content: "";
		width: 100%;
		height: 100%;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition-property: opacity;
		transition-property: opacity;
		-webkit-transition-duration: .3s;
		transition-duration: .3s
	}

	.site-header.is-opened,
	.site-header.is-opened-global,
	.site-header.is-opened-search {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100
	}

	.site-header.is-opened:before,
	.site-header.is-opened-global:before,
	.site-header.is-opened-search:before {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	.site-header.is-opened:after,
	.site-header.is-opened-global:after,
	.site-header.is-opened-search:after {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	.site-header.is-opened .nav__categories__list {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		overflow: auto;
		padding-right: 0
	}

	.site-header.is-opened .button--nav {
		right: 280px
	}
}

@media screen and (max-width:1024px) and (max-width:767px) {
	.site-header.is-opened .button--nav {
		right: 270px
	}
}

@media screen and (max-width:1024px) {
	.site-header.is-opened .js-button-toggle-palmtop-nav {
		z-index: 101
	}

	.site-header.is-opened .js-button-toggle-palmtop-nav>span.bar {
		background-size: 0 3px;
		background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
		background-image: -webkit-linear-gradient(left, #fff, #fff);
		background-image: linear-gradient(to right, #fff, #fff);
		right: 8px;
		top: 14px
	}
}

@media screen and (max-width:1024px) and (max-width:767px) {
	.site-header.is-opened .js-button-toggle-palmtop-nav>span.bar {
		top: 5px
	}
}

@media screen and (max-width:1024px) {
	.site-header.is-opened .js-button-toggle-palmtop-nav>span.bar:before {
		background-color: #fff;
		-webkit-transform: translateY(-9.5px) rotate(225deg);
		transform: translateY(-9.5px) rotate(225deg);
		right: 9px;
		left: inherit;
		bottom: -3px
	}
}

@media screen and (max-width:1024px) and (max-width:767px) {
	.site-header.is-opened .js-button-toggle-palmtop-nav>span.bar:before {
		right: 2px
	}
}

@media screen and (max-width:1024px) {
	.site-header.is-opened .js-button-toggle-palmtop-nav>span.bar:after {
		-webkit-transform: translateY(9.5px) rotate(-225deg);
		transform: translateY(9.5px) rotate(-225deg);
		background-color: #fff;
		top: -2px;
		right: 9px;
		left: inherit
	}
}

@media screen and (max-width:1024px) and (max-width:767px) {
	.site-header.is-opened .js-button-toggle-palmtop-nav>span.bar:after {
		right: 2px
	}
}

@media screen and (max-width:1024px) {
	.site-header.is-opened-global .nav__categories__button__item--global>span {
		-webkit-transform: translateX(-138px);
		transform: translateX(-138px);
		z-index: 100;
		background-color: #000;
		background-image: none !important
	}
}

@media screen and (max-width:1024px) and (max-width:767px) {
	.site-header.is-opened-global .nav__categories__button__item--global>span {
		-webkit-transform: translateX(-168px);
		transform: translateX(-168px)
	}
}

@media screen and (max-width:1024px) {
	.site-header.is-opened-global .nav__categories__button__item--global>span>span {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		position: absolute;
		width: 18px;
		height: 18px;
		background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
		background-image: -webkit-linear-gradient(left, #fff, #fff);
		background-image: linear-gradient(to right, #fff, #fff);
		right: 18px;
		top: 20px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 0 3px;
		z-index: 101
	}
}

@media screen and (max-width:1024px) and (max-width:767px) {
	.site-header.is-opened-global .nav__categories__button__item--global>span>span {
		right: 10px;
		top: 12px
	}
}

@media screen and (max-width:1024px) {
	.site-header.is-opened-global .nav__categories__button__item--global>span>span:before {
		content: "";
		width: 20px;
		height: 2px;
		margin: auto;
		display: block;
		position: absolute;
		background-color: #fff;
		-webkit-transform: translateY(-9.5px) rotate(225deg);
		transform: translateY(-9.5px) rotate(225deg);
		right: 0;
		left: inherit;
		bottom: 0;
		z-index: 101
	}

	.site-header.is-opened-global .nav__categories__button__item--global>span>span:after {
		content: "";
		width: 20px;
		height: 2px;
		margin: auto;
		display: block;
		position: absolute;
		background-color: #fff;
		-webkit-transform: translateY(9.5px) rotate(-225deg);
		transform: translateY(9.5px) rotate(-225deg);
		top: -3px;
		right: 0;
		left: inherit;
		z-index: 101
	}

	.site-header.is-opened-global .compact-wrapper .global-list {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		overflow: auto;
		padding-right: 0
	}

	.site-header.is-opened-search .nav__categories__button__item--search>span {
		-webkit-transform: translateX(-194px);
		transform: translateX(-194px);
		z-index: 100;
		background-color: #000;
		background-image: none !important
	}
}

@media screen and (max-width:1024px) and (max-width:767px) {
	.site-header.is-opened-search .nav__categories__button__item--search>span {
		-webkit-transform: translateX(-209px);
		transform: translateX(-209px)
	}
}

@media screen and (max-width:1024px) {
	.site-header.is-opened-search .nav__categories__button__item--search>span>span {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		position: absolute;
		width: 18px;
		height: 18px;
		background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
		background-image: -webkit-linear-gradient(left, #fff, #fff);
		background-image: linear-gradient(to right, #fff, #fff);
		right: 18px;
		top: 20px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 0 3px;
		z-index: 101
	}
}

@media screen and (max-width:1024px) and (max-width:767px) {
	.site-header.is-opened-search .nav__categories__button__item--search>span>span {
		right: 10px;
		top: 12px
	}
}

@media screen and (max-width:1024px) {
	.site-header.is-opened-search .nav__categories__button__item--search>span>span:before {
		content: "";
		width: 20px;
		height: 2px;
		margin: auto;
		display: block;
		position: absolute;
		background-color: #fff;
		-webkit-transform: translateY(-9.5px) rotate(225deg);
		transform: translateY(-9.5px) rotate(225deg);
		right: 0;
		left: inherit;
		bottom: 0;
		z-index: 101
	}

	.site-header.is-opened-search .nav__categories__button__item--search>span>span:after {
		content: "";
		width: 20px;
		height: 2px;
		margin: auto;
		display: block;
		position: absolute;
		background-color: #fff;
		-webkit-transform: translateY(9.5px) rotate(-225deg);
		transform: translateY(9.5px) rotate(-225deg);
		top: -3px;
		right: 0;
		left: inherit;
		z-index: 101
	}

	.site-header.is-opened-search .compact-wrapper .form-submit {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		overflow: auto;
		padding-right: 0
	}
}

@media screen and (max-width:767px) {
	.site-header {
		padding-top: 15px;
		height: 80px
	}
}

.site-header .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width:1199px) {
	.site-header .nav {
		position: relative;
		height: 145px
	}
}

@media screen and (max-width:1024px) {
	.site-header .nav {
		height: auto
	}
}

.site-header .nav__logo {
	width: 273px;
	padding: 30px 0 34px
}

@media screen and (max-width:1199px) {
	.site-header .nav__logo {
		padding: 20px 0 10px
	}
}

@media screen and (max-width:1024px) {
	.site-header .nav__logo {
		padding-top: 0
	}
}

@media screen and (max-width:767px) {
	.site-header .nav__logo {
		width: 201px
	}
}

@media screen and (max-width:370px) {
	.site-header .nav__logo {
		width: 150px
	}
}

.site-header .nav__logo img {
	width: 273px;
	height: 34px
}

@media screen and (max-width:767px) {
	.site-header .nav__logo img {
		width: 201px;
		height: 25px
	}
}

@media screen and (max-width:370px) {
	.site-header .nav__logo img {
		width: 150px;
		height: 19px
	}
}

.site-header .nav__logo__tagline {
	line-height: 1;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .3em;
	margin-top: 20px
}

@media screen and (max-width:1199px) {
	.site-header .nav__logo__tagline {
		margin-top: 10px
	}
}

@media screen and (max-width:1024px) {
	.site-header .nav__logo__tagline {
		margin-top: 10px
	}
}

@media screen and (max-width:767px) {
	.site-header .nav__logo__tagline {
		font-size: 10px
	}
}

.site-header .nav__categories {
	margin-top: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:1199px) {
	.site-header .nav__categories {
		margin-top: 15px
	}
}

@media screen and (max-width:1024px) {
	.site-header .nav__categories {
		max-width: 250px
	}
}

.site-header .nav__categories__company {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-right: 6px
}

@media screen and (max-width:1199px) {
	.site-header .nav__categories__company {
		position: relative
	}
}

@media screen and (max-width:1024px) {
	.site-header .nav__categories__company {
		display: none
	}
}

.site-header .nav__categories__company__item {
	margin: 0;
	overflow: hidden;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	text-align: center
}

@media screen and (max-width:1199px) {
	.site-header .nav__categories__company__item {
		margin-top: 32px
	}
}

.site-header .nav__categories__company__item:first-child {
	border-left: 1px solid #666
}

@media screen and (max-width:1199px) {
	.site-header .nav__categories__company__item:first-child {
		position: absolute;
		right: 0;
		top: 0;
		margin-top: 0;
		z-index: 3
	}
}

@media screen and (max-width:1199px) {
	.site-header .nav__categories__company__item:nth-of-type(2) {
		border-left: 1px solid #666
	}
}

.site-header .nav__categories__company__item>a {
	text-decoration: none;
	color: #000;
	position: relative;
	font-size: 12px;
	font-weight: 700;
	-webkit-transition: all .3s;
	display: table;
	line-height: 1;
	padding: 0 11px;
	height: 22px;
	border-right: 1px solid #666;
	white-space: nowrap;
	transition: all .3s
}

@media screen and (max-width:1299px) {
	.site-header .nav__categories__company__item>a {
		padding: 0 6px
	}
}

.site-header .nav__categories__company__item>a>span {
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
	display: table-cell;
	vertical-align: middle
}

@media screen and (min-width:1025px) {
	.site-header .nav__categories__company__item>a:hover {
		background-color: #f22300
	}

	.site-header .nav__categories__company__item>a:hover>span {
		color: #fff
	}
}

.group-top .site-header .nav__categories__company__item[data-category=group-top]>a {
	background-color: #f22300
}

.group-top .site-header .nav__categories__company__item[data-category=group-top]>a>span {
	color: #fff
}

.group-company-gifu-plastic-industry .site-header .nav__categories__company__item[data-category=group-company-gifu-plastic-industry]>a {
	background-color: #f22300
}

.group-company-gifu-plastic-industry .site-header .nav__categories__company__item[data-category=group-company-gifu-plastic-industry]>a>span {
	color: #fff
}

.group-company-risu .site-header .nav__categories__company__item[data-category=group-company-risu]>a {
	background-color: #f22300
}

.group-company-risu .site-header .nav__categories__company__item[data-category=group-company-risu]>a>span {
	color: #fff
}

.group-company-risu-kogyo .site-header .nav__categories__company__item[data-category=group-company-risu-kogyo]>a {
	background-color: #f22300
}

.group-company-risu-kogyo .site-header .nav__categories__company__item[data-category=group-company-risu-kogyo]>a>span {
	color: #fff
}

.group-company-risupack .site-header .nav__categories__company__item[data-category=group-company-risupack]>a {
	background-color: #f22300
}

.group-company-risupack .site-header .nav__categories__company__item[data-category=group-company-risupack]>a>span {
	color: #fff
}

.group-company-toeikanki .site-header .nav__categories__company__item[data-category=group-company-toeikanki]>a {
	background-color: #f22300
}

.group-company-toeikanki .site-header .nav__categories__company__item[data-category=group-company-toeikanki]>a>span {
	color: #fff
}

.products-category-teccell .site-header .nav__categories__company__item[data-category=group-top]>a,
.products-category-sports .site-header .nav__categories__company__item[data-category=group-top]>a,
.products-category-medical .site-header .nav__categories__company__item[data-category=group-top]>a,
.products-category-component .site-header .nav__categories__company__item[data-category=group-top]>a,
.products-category-building .site-header .nav__categories__company__item[data-category=group-top]>a,
.products-category-daily-necessities .site-header .nav__categories__company__item[data-category=group-top]>a,
.products-category-industry .site-header .nav__categories__company__item[data-category=group-top]>a {
	background-color: inherit
}

.products-category-teccell .site-header .nav__categories__company__item[data-category=group-top]>a>span,
.products-category-sports .site-header .nav__categories__company__item[data-category=group-top]>a>span,
.products-category-medical .site-header .nav__categories__company__item[data-category=group-top]>a>span,
.products-category-component .site-header .nav__categories__company__item[data-category=group-top]>a>span,
.products-category-building .site-header .nav__categories__company__item[data-category=group-top]>a>span,
.products-category-daily-necessities .site-header .nav__categories__company__item[data-category=group-top]>a>span,
.products-category-industry .site-header .nav__categories__company__item[data-category=group-top]>a>span {
	color: inherit
}

.products-category-teccell .site-header .nav__categories__company__item[data-category=group-company-gifu-plastic-industry]>a,
.products-category-medical .site-header .nav__categories__company__item[data-category=group-company-gifu-plastic-industry]>a,
.products-category-component .site-header .nav__categories__company__item[data-category=group-company-gifu-plastic-industry]>a,
.products-category-industry .site-header .nav__categories__company__item[data-category=group-company-gifu-plastic-industry]>a {
	background-color: #f22300
}

.products-category-teccell .site-header .nav__categories__company__item[data-category=group-company-gifu-plastic-industry]>a>span,
.products-category-medical .site-header .nav__categories__company__item[data-category=group-company-gifu-plastic-industry]>a>span,
.products-category-component .site-header .nav__categories__company__item[data-category=group-company-gifu-plastic-industry]>a>span,
.products-category-industry .site-header .nav__categories__company__item[data-category=group-company-gifu-plastic-industry]>a>span {
	color: #fff
}

.products-category-sports .site-header .nav__categories__company__item[data-category=group-company-risu-kogyo]>a,
.products-category-building .site-header .nav__categories__company__item[data-category=group-company-risu-kogyo]>a {
	background-color: #f22300
}

.products-category-sports .site-header .nav__categories__company__item[data-category=group-company-risu-kogyo]>a>span,
.products-category-building .site-header .nav__categories__company__item[data-category=group-company-risu-kogyo]>a>span {
	color: #fff
}

.products-category-daily-necessities .site-header .nav__categories__company__item[data-category=group-company-risu]>a {
	background-color: #f22300
}

.products-category-daily-necessities .site-header .nav__categories__company__item[data-category=group-company-risu]>a>span {
	color: #fff
}

.site-header .nav__categories__wrapper {
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	background-color: #333;
	padding: 0 0 19px 10px;
	margin-top: 25px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	height: 60px
}

@media screen and (max-width:1199px) {
	.site-header .nav__categories__wrapper {
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 35px;
		padding: 0;
		margin-top: 0
	}
}

@media screen and (max-width:1024px) {
	.site-header .nav__categories__wrapper {
		-webkit-transform: inherit;
		transform: inherit;
		position: static;
		-webkit-transform-origin: inherit;
		transform-origin: inherit;
		height: auto
	}
}

.site-header .nav__categories__wrapper:after {
	content: "";
	position: absolute;
	right: -99%;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	z-index: -2
}

@media screen and (max-width:1024px) {
	.site-header .nav__categories__wrapper:after {
		display: none
	}
}

.site-header .nav__categories__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	margin-right: 85px
}

@media screen and (max-width:1199px) {
	.site-header .nav__categories__list {
		padding: 0 35px 0 25px;
		margin-right: 85px
	}
}

@media screen and (max-width:1024px) {
	.site-header .nav__categories__list {
		-webkit-transform-origin: inherit;
		transform-origin: inherit;
		display: block;
		max-width: 250px;
		width: 100%;
		height: 100%;
		position: fixed;
		left: auto;
		top: 0;
		right: 0;
		z-index: 100;
		-webkit-transform: translateX(100%) skewX(0);
		transform: translateX(100%) skewX(0);
		-webkit-transition: all .3s;
		transition: all .3s;
		padding-left: 0;
		background-color: #fff;
		border-top: 1px solid #000;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 25px 100%;
		margin-right: 0
	}
}

.site-header .nav__categories__list__item {
	margin: 0;
	padding-top: 24px
}

.site-header .nav__categories__list__item.nav__categories__button__item--search {
	padding-top: 19px
}

@media screen and (max-width:1024px) {
	.site-header .nav__categories__list__item.nav__categories__button__item--search>span {
		display: none
	}
}

@media screen and (max-width:1024px) {
	.site-header .nav__categories__list__item {
		padding-bottom: 0;
		position: relative;
		padding-top: 0
	}

	.site-header .nav__categories__list__item:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #000
	}
}

.site-header .nav__categories__list__item:not(:first-child) {
	padding-left: 20px;
	margin-top: 0
}

@media screen and (max-width:1299px) {
	.site-header .nav__categories__list__item:not(:first-child) {
		padding-left: 15px
	}
}

@media screen and (max-width:1199px) {
	.site-header .nav__categories__list__item:not(:first-child) {
		padding-left: 25px
	}
}

@media screen and (max-width:1024px) {
	.site-header .nav__categories__list__item:not(:first-child) {
		padding-left: 0
	}
}

.site-header .nav__categories__list__item:not(:last-child) {
	margin-bottom: 0
}

@media screen and (min-width:1025px) {
	.site-header .nav__categories__list__item:hover .compact-wrapper {
		opacity: 1;
		visibility: visible;
		z-index: -1
	}

	.site-header .nav__categories__list__item:hover>a:before {
		border-top: 6px solid #fff;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent
	}

	.site-header .nav__categories__list__item:hover>a:after {
		width: 100%
	}
}

.site-header .nav__categories__list__item>a {
	text-decoration: none;
	color: #fff;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	-webkit-transition: all .3s;
	transition: all .3s;
	display: block;
	line-height: 1;
	padding-left: 15px
}

@media screen and (max-width:1024px) {
	.site-header .nav__categories__list__item>a {
		display: block;
		color: #000;
		font-size: 14px;
		line-height: 1;
		padding: 20px 20px 21px 30px
	}

	.site-header .nav__categories__list__item>a .is-normal {
		display: block
	}

	.site-header .nav__categories__list__item>a .is-active {
		display: none
	}

	.site-header .nav__categories__list__item>a img {
		height: 14px
	}
}

.site-header .nav__categories__list__item>a:before {
	content: "";
	position: absolute;
	top: .2em;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 6px;
	height: 8px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #f22300;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media all and (-ms-high-contrast:none) {
	.site-header .nav__categories__list__item>a:before {
		top: .1em
	}
}

@media screen and (max-width:1024px) {
	.site-header .nav__categories__list__item>a:before {
		display: none
	}
}

.site-header .nav__categories__list__item>a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -22px;
	width: 0;
	height: 1px;
	background-color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media screen and (max-width:1024px) {
	.site-header .nav__categories__list__item>a:after {
		display: none
	}
}

@media screen and (min-width:1025px) {
	.site-header .nav__categories__list__item>a>span {
		padding-bottom: 22px
	}
}

.attraction .site-header .nav__categories__list__item[data-category=attraction]>a:after,
.products .site-header .nav__categories__list__item[data-category=products]>a:after,
.technology .site-header .nav__categories__list__item[data-category=technology]>a:after,
.news .site-header .nav__categories__list__item[data-category=news]>a:after,
.group .site-header .nav__categories__list__item[data-category=group]>a:after,
.sustainability .site-header .nav__categories__list__item[data-category=sustainability]>a:after,
.contact .site-header .nav__categories__list__item[data-category=contact]>a:after {
	position: absolute;
	left: 0;
	bottom: -22px;
	width: 100%;
	height: 1px;
	background-color: #fff
}

.attraction .site-header .nav__categories__list__item[data-category=attraction]>a {
	color: #fff
}

.attraction .site-header .nav__categories__list__item[data-category=attraction]>a:before {
	border-top: 6px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.attraction .site-header .nav__categories__list__item[data-category=attraction]>a:after {
	content: ""
}

@media screen and (max-width:1024px) {
	.attraction .site-header .nav__categories__list__item[data-category=attraction]>a {
		background-color: #000;
		color: #fff
	}

	.attraction .site-header .nav__categories__list__item[data-category=attraction]>a .is-normal {
		display: none
	}

	.attraction .site-header .nav__categories__list__item[data-category=attraction]>a .is-active {
		display: block
	}
}

.attraction .site-header .nav__categories__list__item[data-category=attraction] .sub--nav:before,
.attraction .site-header .nav__categories__list__item[data-category=attraction] .sub--nav:after {
	background-color: #fff
}

.products .site-header .nav__categories__list__item[data-category=products]>a {
	color: #fff
}

.products .site-header .nav__categories__list__item[data-category=products]>a:before {
	border-top: 6px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.products .site-header .nav__categories__list__item[data-category=products]>a:after {
	content: ""
}

@media screen and (max-width:1024px) {
	.products .site-header .nav__categories__list__item[data-category=products]>a {
		background-color: #000;
		color: #fff
	}
}

.products .site-header .nav__categories__list__item[data-category=products] .sub--nav:before,
.products .site-header .nav__categories__list__item[data-category=products] .sub--nav:after {
	background-color: #fff
}

.technology .site-header .nav__categories__list__item[data-category=technology]>a {
	color: #fff
}

.technology .site-header .nav__categories__list__item[data-category=technology]>a:before {
	border-top: 6px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.technology .site-header .nav__categories__list__item[data-category=technology]>a:after {
	content: ""
}

@media screen and (max-width:1024px) {
	.technology .site-header .nav__categories__list__item[data-category=technology]>a {
		background-color: #000;
		color: #fff
	}
}

.technology .site-header .nav__categories__list__item[data-category=technology] .sub--nav:before,
.technology .site-header .nav__categories__list__item[data-category=technology] .sub--nav:after {
	background-color: #fff
}

.news .site-header .nav__categories__list__item[data-category=news]>a {
	color: #fff
}

.news .site-header .nav__categories__list__item[data-category=news]>a:before {
	border-top: 6px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.news .site-header .nav__categories__list__item[data-category=news]>a:after {
	content: ""
}

@media screen and (max-width:1024px) {
	.news .site-header .nav__categories__list__item[data-category=news]>a {
		background-color: #000;
		color: #fff
	}
}

.news .site-header .nav__categories__list__item[data-category=news] .sub--nav:before,
.news .site-header .nav__categories__list__item[data-category=news] .sub--nav:after {
	background-color: #fff
}

.group .site-header .nav__categories__list__item[data-category=group]>a {
	color: #fff
}

.group .site-header .nav__categories__list__item[data-category=group]>a:before {
	border-top: 6px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.group .site-header .nav__categories__list__item[data-category=group]>a:after {
	content: ""
}

@media screen and (max-width:1024px) {
	.group .site-header .nav__categories__list__item[data-category=group]>a {
		background-color: #000;
		color: #fff
	}
}

.group .site-header .nav__categories__list__item[data-category=group] .sub--nav:before,
.group .site-header .nav__categories__list__item[data-category=group] .sub--nav:after {
	background-color: #fff
}

.sustainability .site-header .nav__categories__list__item[data-category=sustainability]>a {
	color: #fff
}

.sustainability .site-header .nav__categories__list__item[data-category=sustainability]>a:before {
	border-top: 6px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.sustainability .site-header .nav__categories__list__item[data-category=sustainability]>a:after {
	content: ""
}

@media screen and (max-width:1024px) {
	.sustainability .site-header .nav__categories__list__item[data-category=sustainability]>a {
		background-color: #000;
		color: #fff
	}
}

.sustainability .site-header .nav__categories__list__item[data-category=sustainability] .sub--nav:before,
.sustainability .site-header .nav__categories__list__item[data-category=sustainability] .sub--nav:after {
	background-color: #fff
}

.contact .site-header .nav__categories__list__item[data-category=contact]>a {
	color: #fff
}

.contact .site-header .nav__categories__list__item[data-category=contact]>a:before {
	border-top: 6px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.contact .site-header .nav__categories__list__item[data-category=contact]>a:after {
	content: ""
}

@media screen and (max-width:1024px) {
	.contact .site-header .nav__categories__list__item[data-category=contact]>a {
		background-color: #000;
		color: #fff
	}
}

.contact .site-header .nav__categories__list__item[data-category=contact] .sub--nav:before,
.contact .site-header .nav__categories__list__item[data-category=contact] .sub--nav:after {
	background-color: #fff
}

@media all and (-ms-high-contrast:none) {
	.site-header .nav__categories__list__item[data-category=contact]:hover a:before {
		top: .1em
	}
}

.site-header .nav__categories__list__item .sub--nav {
	display: none
}

@media screen and (max-width:1024px) {
	.site-header .nav__categories__list__item .sub--nav {
		display: block;
		position: absolute;
		width: 52px;
		height: 52px;
		right: 0;
		top: 0;
		background-color: transparent;
		outline: none;
		border: none;
		padding: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.site-header .nav__categories__list__item .sub--nav.is-opened:after {
		display: none
	}

	.site-header .nav__categories__list__item .sub--nav:before {
		content: "";
		position: absolute;
		width: 12px;
		height: 2px;
		right: 22px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background-color: #f22300
	}

	.site-header .nav__categories__list__item .sub--nav:after {
		content: "";
		position: absolute;
		width: 2px;
		height: 12px;
		right: 50%;
		top: 20px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: #f22300
	}
}

.site-header .nav__categories__list__item--company {
	display: none
}

@media screen and (max-width:1024px) {
	.site-header .nav__categories__list__item--company {
		display: block
	}
}

.site-header .nav__categories__list__item--company__heading {
	background-color: #333
}

.site-header .nav__categories__list__item--company__heading>span {
	color: white;
	font-weight: 700;
	padding: 15px 20px 15px 30px;
	display: block
}

.site-header .nav__categories__list__item--company__list__item {
	position: relative
}

.site-header .nav__categories__list__item--company__list__item:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000
}

.site-header .nav__categories__list__item--company__list__item>a {
	color: #000;
	font-weight: 700;
	padding: 15px 20px 15px 30px;
	display: block
}

.group-top .site-header .nav__categories__list__item--company__list__item[data-category=group-top]>a {
	background-color: #eee
}

.group-company-gifu-plastic-industry .site-header .nav__categories__list__item--company__list__item[data-category=group-company-gifu-plastic-industry]>a {
	background-color: #eee
}

.group-company-risu .site-header .nav__categories__list__item--company__list__item[data-category=group-company-risu]>a {
	background-color: #eee
}

.group-company-risu-kogyo .site-header .nav__categories__list__item--company__list__item[data-category=group-company-risu-kogyo]>a {
	background-color: #eee
}

.group-company-risupack .site-header .nav__categories__list__item--company__list__item[data-category=group-company-risupack]>a {
	background-color: #eee
}

.group-company-toeikanki .site-header .nav__categories__list__item--company__list__item[data-category=group-company-toeikanki]>a {
	background-color: #eee
}

.products-category-teccell .site-header .nav__categories__list__item--company__list__item[data-category=group-top]>a,
.products-category-sports .site-header .nav__categories__list__item--company__list__item[data-category=group-top]>a,
.products-category-medical .site-header .nav__categories__list__item--company__list__item[data-category=group-top]>a,
.products-category-component .site-header .nav__categories__list__item--company__list__item[data-category=group-top]>a,
.products-category-building .site-header .nav__categories__list__item--company__list__item[data-category=group-top]>a,
.products-category-daily-necessities .site-header .nav__categories__list__item--company__list__item[data-category=group-top]>a,
.products-category-industry .site-header .nav__categories__list__item--company__list__item[data-category=group-top]>a {
	background-color: inherit
}

.products-category-teccell .site-header .nav__categories__list__item--company__list__item[data-category=group-company-gifu-plastic-industry]>a,
.products-category-medical .site-header .nav__categories__list__item--company__list__item[data-category=group-company-gifu-plastic-industry]>a,
.products-category-component .site-header .nav__categories__list__item--company__list__item[data-category=group-company-gifu-plastic-industry]>a,
.products-category-industry .site-header .nav__categories__list__item--company__list__item[data-category=group-company-gifu-plastic-industry]>a {
	background-color: #eee
}

.products-category-sports .site-header .nav__categories__list__item--company__list__item[data-category=group-company-risu-kogyo]>a,
.products-category-building .site-header .nav__categories__list__item--company__list__item[data-category=group-company-risu-kogyo]>a {
	background-color: #eee
}

.products-category-daily-necessities .site-header .nav__categories__list__item--company__list__item[data-category=group-company-risu]>a {
	background-color: #eee
}

.site-header .nav__categories__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	top: 0;
	width: 100%;
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

@media screen and (max-width:1024px) {
	.site-header .nav__categories__button {
		-webkit-transform: inherit;
		transform: inherit;
		width: auto;
		right: 0
	}
}

@media screen and (max-width:767px) {
	.site-header .nav__categories__button {
		top: 5px
	}
}

@media screen and (min-width:1025px) {

	.site-header .nav__categories__button__item[data-category=global]:hover .compact-wrapper,
	.site-header .nav__categories__button__item[data-category=global].is-active .compact-wrapper {
		opacity: 1;
		visibility: visible;
		z-index: 11
	}

	.site-header .nav__categories__button__item[data-category=global]:hover>span:after,
	.site-header .nav__categories__button__item[data-category=global].is-active>span:after {
		width: 100%
	}

	.site-header .nav__categories__button__item[data-category=global]>span {
		position: absolute;
		z-index: 2;
		right: 52px;
		top: .5px;
		height: 60px
	}
}

@media screen and (min-width:1025px) and (max-width:1199px) {
	.site-header .nav__categories__button__item[data-category=global]>span {
		right: 77px
	}
}

@media screen and (min-width:1025px) {
	.site-header .nav__categories__button__item[data-category=global]>span:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 1px;
		width: 0;
		height: 1px;
		background-color: #fff;
		-webkit-transition: all .5s;
		transition: all .5s
	}
}

@media screen and (min-width:1025px) and (max-width:1024px) {
	.site-header .nav__categories__button__item[data-category=global]>span:after {
		display: none
	}
}

.site-header .nav__categories__button__item[data-category=global]>span {
	/* background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgdmlld0JveD0iMCAwIDIzIDIzIj4KICA8ZyBpZD0i44Kw44Or44O844OXXzM3NTMiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDM3NTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDI3IC0zMCkiPgogICAgPGcgaWQ9IuOCsOODq+ODvOODl18yMzEyIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAyMzEyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNDI3IDMwKSI+CiAgICAgIDxnIGlkPSLjg5HjgrlfNjAxOCIgZGF0YS1uYW1lPSLjg5HjgrkgNjAxOCIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8cGF0aCBkPSJNMTEuNSwwQTExLjUsMTEuNSwwLDEsMSwwLDExLjUsMTEuNSwxMS41LDAsMCwxLDExLjUsMFoiIHN0cm9rZT0ibm9uZSIvPgogICAgICAgIDxwYXRoIGQ9Ik0gMTEuNTAwMDAwOTUzNjc0MzIgMi4wMDAwMDE5MDczNDg2MzMgQyA2LjI2MTY4MDYwMzAyNzM0NCAyLjAwMDAwMTkwNzM0ODYzMyAyLjAwMDAwMTkwNzM0ODYzMyA2LjI2MTY4MDYwMzAyNzM0NCAyLjAwMDAwMTkwNzM0ODYzMyAxMS41MDAwMDA5NTM2NzQzMiBDIDIuMDAwMDAxOTA3MzQ4NjMzIDE2LjczODMyMTMwNDMyMTI5IDYuMjYxNjgwNjAzMDI3MzQ0IDIxIDExLjUwMDAwMDk1MzY3NDMyIDIxIEMgMTYuNzM4MzIxMzA0MzIxMjkgMjEgMjEgMTYuNzM4MzIxMzA0MzIxMjkgMjEgMTEuNTAwMDAwOTUzNjc0MzIgQyAyMSA2LjI2MTY4MDYwMzAyNzM0NCAxNi43MzgzMjEzMDQzMjEyOSAyLjAwMDAwMTkwNzM0ODYzMyAxMS41MDAwMDA5NTM2NzQzMiAyLjAwMDAwMTkwNzM0ODYzMyBNIDExLjUwMDAwMDk1MzY3NDMyIDEuOTA3MzQ4NjMyODEyNWUtMDYgQyAxNy44NTEyODAyMTI0MDIzNCAxLjkwNzM0ODYzMjgxMjVlLTA2IDIzIDUuMTQ4NzIxNjk0OTQ2Mjg5IDIzIDExLjUwMDAwMDk1MzY3NDMyIEMgMjMgMTcuODUxMjgwMjEyNDAyMzQgMTcuODUxMjgwMjEyNDAyMzQgMjMgMTEuNTAwMDAwOTUzNjc0MzIgMjMgQyA1LjE0ODcyMTY5NDk0NjI4OSAyMyAxLjkwNzM0ODYzMjgxMjVlLTA2IDE3Ljg1MTI4MDIxMjQwMjM0IDEuOTA3MzQ4NjMyODEyNWUtMDYgMTEuNTAwMDAwOTUzNjc0MzIgQyAxLjkwNzM0ODYzMjgxMjVlLTA2IDUuMTQ4NzIxNjk0OTQ2Mjg5IDUuMTQ4NzIxNjk0OTQ2Mjg5IDEuOTA3MzQ4NjMyODEyNWUtMDYgMTEuNTAwMDAwOTUzNjc0MzIgMS45MDczNDg2MzI4MTI1ZS0wNiBaIiBzdHJva2U9Im5vbmUiIGZpbGw9IiNmZmYiLz4KICAgICAgPC9nPgogICAgICA8bGluZSBpZD0i57eaXzI3NCIgZGF0YS1uYW1lPSLnt5ogMjc0IiB4Mj0iMjEuNDY3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjc2NyAxMS41KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8bGluZSBpZD0i57eaXzI3NSIgZGF0YS1uYW1lPSLnt5ogMjc1IiB4Mj0iMTguNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi4zIDYuOSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz4KICAgICAgPGxpbmUgaWQ9Iue3ml8yNzYiIGRhdGEtbmFtZT0i57eaIDI3NiIgeDI9IjE4LjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIuMyAxNi4xKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8bGluZSBpZD0i57eaXzI3NyIgZGF0YS1uYW1lPSLnt5ogMjc3IiB5MT0iMjEuNDY3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMS41IDAuNzY3KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8ZyBpZD0i5qWV5YaG5b2iXzEyMCIgZGF0YS1uYW1lPSLmpZXlhoblvaIgMTIwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1LjM2NykiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiPgogICAgICAgIDxlbGxpcHNlIGN4PSI2LjEzMyIgY3k9IjExLjUiIHJ4PSI2LjEzMyIgcnk9IjExLjUiIHN0cm9rZT0ibm9uZSIvPgogICAgICAgIDxlbGxpcHNlIGN4PSI2LjEzMyIgY3k9IjExLjUiIHJ4PSI1LjYzMyIgcnk9IjExIiBmaWxsPSJub25lIi8+CiAgICAgIDwvZz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=) */
	/* background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktaG91c2UiIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPHBhdGggZD0iTTguNzA3IDEuNWExIDEgMCAwIDAtMS40MTQgMEwuNjQ2IDguMTQ2YS41LjUgMCAwIDAgLjcwOC43MDhMMiA4LjIwN1YxMy41QTEuNSAxLjUgMCAwIDAgMy41IDE1aDlhMS41IDEuNSAwIDAgMCAxLjUtMS41VjguMjA3bC42NDYuNjQ3YS41LjUgMCAwIDAgLjcwOC0uNzA4TDEzIDUuNzkzVjIuNWEuNS41IDAgMCAwLS41LS41aC0xYS41LjUgMCAwIDAtLjUuNXYxLjI5M3pNMTMgNy4yMDdWMTMuNWEuNS41IDAgMCAxLS41LjVoLTlhLjUuNSAwIDAgMS0uNS0uNVY3LjIwN2w1LTV6Ii8+Cjwvc3ZnPg==) */
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiIGNsYXNzPSJiaSBiaS1ob3VzZSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBkPSJNOC43MDcgMS41YTEgMSAwIDAgMC0xLjQxNCAwTC42NDYgOC4xNDZhLjUuNSAwIDAgMCAuNzA4LjcwOEwyIDguMjA3VjEzLjVBMS41IDEuNSAwIDAgMCAzLjUgMTVoOWExLjUgMS41IDAgMCAwIDEuNS0xLjVWOC4yMDdsLjY0Ni42NDdhLjUuNSAwIDAgMCAuNzA4LS43MDhMMTMgNS43OTNWMi41YS41LjUgMCAwIDAtLjUtLjVoLTFhLjUuNSAwIDAgMC0uNS41djEuMjkzek0xMyA3LjIwN1YxMy41YS41LjUgMCAwIDEtLjUuNWgtOWEuNS41IDAgMCAxLS41LS41VjcuMjA3bDUtNXoiLz4KPC9zdmc+)
}


@media screen and (max-width:1024px) {
	.site-header .nav__categories__button__item[data-category=global]>span {
		position: absolute;
		z-index: 4;
		right: 112px;
		top: 0
	}
}

@media screen and (max-width:767px) {
	.site-header .nav__categories__button__item[data-category=global]>span {
		right: 82px
	}
}

@media screen and (min-width:1025px) {
	.site-header .nav__categories__button__item[data-category=search]:hover .compact-wrapper {
		opacity: 0;
		visibility: hidden;
		z-index: 1
	}

	.site-header .nav__categories__button__item[data-category=search].is-active .compact-wrapper.is-active {
		opacity: 1;
		visibility: visible;
		z-index: -1
	}

	.site-header .nav__categories__button__item[data-category=search].is-active>span:after {
		width: 100%
	}

	.site-header .nav__categories__button__item[data-category=search]>span {
		position: absolute;
		z-index: 2;
		right: 10px;
		top: 20px
	}

	.site-header .nav__categories__button__item[data-category=search]>span:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -18px;
		width: 0;
		height: 1px;
		background-color: #fff;
		-webkit-transition: all .5s;
		transition: all .5s
	}
}

@media screen and (min-width:1025px) and (max-width:1024px) {
	.site-header .nav__categories__button__item[data-category=search]>span:after {
		display: none
	}
}

.site-header .nav__categories__button__item[data-category=search]>span {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiIGNsYXNzPSJiaSBiaS1zZWFyY2giIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPHBhdGggZD0iTTExLjc0MiAxMC4zNDRhNi41IDYuNSAwIDEgMC0xLjM5NyAxLjM5OGgtLjAwMXEuMDQ0LjA2LjA5OC4xMTVsMy44NSAzLjg1YTEgMSAwIDAgMCAxLjQxNS0xLjQxNGwtMy44NS0zLjg1YTEgMSAwIDAgMC0uMTE1LS4xek0xMiA2LjVhNS41IDUuNSAwIDEgMS0xMSAwIDUuNSA1LjUgMCAwIDEgMTEgMCIvPgo8L3N2Zz4=)
}

@media screen and (max-width:1199px) {
	.site-header .nav__categories__button__item[data-category=search]>span {
		position: absolute;
		z-index: 2;
		right: 35px;
		top: 20px
	}
}

@media screen and (max-width:1024px) {
	.site-header .nav__categories__button__item[data-category=search]>span {
		position: absolute;
		z-index: 4;
		right: 56px;
		top: 0
	}
}

@media screen and (max-width:767px) {
	.site-header .nav__categories__button__item[data-category=search]>span {
		right: 41px
	}
}

@media screen and (max-width:1024px) {
	.site-header .nav__categories__button__item {
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.site-header .nav__categories__button__item .compact-wrapper {
		display: block;
		padding: 0
	}
}

.site-header .nav__categories__button__item>span {
	position: relative;
	cursor: pointer;
	display: block;
	width: 22px;
	height: 22px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 22px 22px;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:1024px) {
	.site-header .nav__categories__button__item>span {
		width: 55px;
		height: 55px;
		background-color: #f22300;
		background-size: 22px 22px
	}
}

@media screen and (max-width:767px) {
	.site-header .nav__categories__button__item>span {
		width: 40px;
		height: 40px
	}
}

.site-header .nav__categories__button__item>span>span {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden
}

@media screen and (max-width:1199px) {
	.site-header .nav__categories__button__item--global .compact-wrapper .sub-list {
		margin-left: 0
	}
}

.site-header .compact-wrapper {
	width: 100%;
	background-color: #333;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	opacity: 0;
	position: absolute;
	top: 60px;
	left: -45px;
	visibility: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 0 30px;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	z-index: -1
}

.site-header .compact-wrapper:after {
	content: "";
	position: absolute;
	right: -99%;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	z-index: -2
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper:after {
		display: none
	}
}

@media screen and (max-width:1199px) {
	.site-header .compact-wrapper {
		left: -34px
	}
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper {
		display: none;
		opacity: 1;
		position: static;
		visibility: visible;
		background-color: transparent;
		padding: 20px 30px 35px;
		-webkit-transition: inherit;
		transition: inherit;
		-webkit-transform: inherit;
		transform: inherit
	}
}

@media screen and (max-width:1024px) {

	.site-header .compact-wrapper .global-list,
	.site-header .compact-wrapper .form-submit {
		display: block;
		max-width: 250px;
		width: 100%;
		height: 100%;
		position: fixed;
		left: auto;
		top: 0;
		right: 0;
		z-index: 100;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: all .3s;
		transition: all .3s;
		padding-left: 0;
		background-color: #fff;
		border-top: 1px solid #000;
		background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .2)), to(rgba(255, 255, 255, 0)));
		background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .2), rgba(255, 255, 255, 0));
		background-image: linear-gradient(to right, rgba(0, 0, 0, .2), rgba(255, 255, 255, 0));
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 25px 100%
	}
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .global-list {
		display: block;
		border-top: 1px solid #666;
		margin: 0 !important
	}
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .global-list>li {
		padding: 0 !important
	}
}

.site-header .compact-wrapper .global-list>li .link {
	font-size: 14px !important
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .global-list>li .link {
		display: block;
		padding: 19px 30px;
		border-bottom: 1px solid #666;
		font-size: 14px
	}

	.site-header .compact-wrapper .global-list>li .link:after {
		display: none
	}

	.site-header .compact-wrapper .global-list>li .link[data-category=ja]:lang(ja) {
		background-color: #000;
		color: #fff
	}

	.site-header .compact-wrapper .global-list>li .link[data-category=ja]:lang(ja):after {
		border-left: 8px solid #fff
	}

	.site-header .compact-wrapper .global-list>li .link[data-category=en]:lang(en) {
		background-color: #f22300;
		color: #fff
	}

	.site-header .compact-wrapper .global-list>li .link[data-category=en]:lang(en):after {
		border-left: 8px solid #fff
	}

	.site-header .compact-wrapper .global-list>li .link:after {
		left: 30px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

.site-header .compact-wrapper .columns--search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -10px
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns--search {
		display: block;
		margin: 0
	}
}

.site-header .compact-wrapper .columns--search .error {
	color: #f22300;
	padding: 5px;
	background-color: #fde7e4;
	margin-top: 5px
}

.site-header .compact-wrapper .columns--search>.columns__column {
	padding: 0 10px;
	width: auto !important
}

.site-header .compact-wrapper .columns--search>.columns__column:nth-of-type(2) {
	padding-top: 0;
	padding-bottom: 0
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns--search>.columns__column {
		display: block !important;
		width: 100% !important;
		padding: 20px 30px !important;
		border-bottom: 1px solid #000;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}

.site-header .compact-wrapper .columns--search>.columns__column .condition__item {
	padding: 0;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	color: #fff;
	margin-bottom: 10px
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns--search>.columns__column .condition__item {
		color: #000;
		margin-bottom: 20px
	}
}

.site-header .compact-wrapper .columns--search>.columns__column .condition__item--sentense {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 16px
}

.site-header .compact-wrapper .columns--search>.columns__column .condition__item--right {
	width: auto;
	max-width: 400px;
	margin-bottom: 0
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns--search>.columns__column .condition__item--right {
		width: 100%;
		margin-bottom: 0
	}
}

.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search--button {
		display: block
	}
}

.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search--button__item {
	padding: 0;
	margin: 0 1px 0 0
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search--button__item {
		margin: 0 0 16px
	}

	.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search--button__item:last-child {
		margin-bottom: 0
	}
}

.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search--button__item a {
	width: 124px;
	padding: 12px 14px
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search--button__item a {
		width: 100%
	}
}

@media all and (-ms-high-contrast:none) {
	.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search--button__item a {
		padding: 14px 14px 10px
	}
}

.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search--button__item a>span {
	position: relative;
	display: inline-block;
	padding-left: 18px
}

.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search--button__item a>span:after {
	content: "";
	position: absolute;
	top: .2em;
	left: 0;
	right: inherit;
	bottom: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 6px;
	height: 8px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #f22300
}

@media all and (-ms-high-contrast:none) {
	.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search--button__item a>span:after {
		top: .1em
	}
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search--button__item {
		padding: 0
	}

	.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search--button__item a {
		border: none;
		text-align: left;
		position: relative;
		text-decoration: none;
		color: #000;
		font-weight: 700;
		display: inline-block;
		padding: 0;
		-webkit-transition: all .3s;
		transition: all .3s;
		font-size: 12px;
		line-height: 1
	}

	.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search--button__item a:before {
		display: none
	}
}

.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search--button__item .button {
	margin-top: 0 !important
}

.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .input {
	width: calc(100% - 100px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .input {
		width: calc(100% - 50px)
	}
}

.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .input .input-search {
	background-color: #fff;
	border: none;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	width: 300px;
	font-size: 12px;
	line-height: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight: 400;
	color: #000
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .input .input-search {
		width: 100%;
		font-size: 14px;
		background-color: #eee
	}

	.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .input .input-search:focus {
		background-color: #eee !important
	}
}

.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::-webkit-input-placeholder {
	color: #999
}

.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::-moz-placeholder {
	color: #999
}

.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .input .input-search:-ms-input-placeholder {
	color: #999
}

.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::-ms-input-placeholder {
	color: #999
}

.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::placeholder {
	color: #999
}

html:lang(en) .site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::-webkit-input-placeholder {
	font-size: 12px
}

html:lang(en) .site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::-moz-placeholder {
	font-size: 12px
}

html:lang(en) .site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .input .input-search:-ms-input-placeholder {
	font-size: 12px
}

html:lang(en) .site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::-ms-input-placeholder {
	font-size: 12px
}

html:lang(en) .site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::placeholder {
	font-size: 12px
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::-webkit-input-placeholder {
		font-size: 10px;
		color: transparent
	}

	.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::-moz-placeholder {
		font-size: 10px;
		color: transparent
	}

	.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .input .input-search:-ms-input-placeholder {
		font-size: 10px;
		color: transparent
	}

	.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::-ms-input-placeholder {
		font-size: 10px;
		color: transparent
	}

	.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::placeholder {
		font-size: 10px;
		color: transparent
	}
}

.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::-webkit-input-placeholder {
	padding-top: .2em
}

.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .button-search {
	outline: none;
	background-color: #f22300;
	padding: 0 20px;
	color: #fff;
	height: 40px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 1px solid #f22300;
	width: 100px
}

@media screen and (min-width:1025px) {
	.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .button-search:hover {
		opacity: .7
	}
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .button-search {
		width: 40px;
		padding: 0
	}
}

.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .button-search>span {
	display: inline-block;
	padding: 8px 0 0 32px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiIGNsYXNzPSJiaSBiaS1zZWFyY2giIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPHBhdGggZD0iTTExLjc0MiAxMC4zNDRhNi41IDYuNSAwIDEgMC0xLjM5NyAxLjM5OGgtLjAwMXEuMDQ0LjA2LjA5OC4xMTVsMy44NSAzLjg1YTEgMSAwIDAgMCAxLjQxNS0xLjQxNGwtMy44NS0zLjg1YTEgMSAwIDAgMC0uMTE1LS4xek0xMiA2LjVhNS41IDUuNSAwIDEgMS0xMSAwIDUuNSA1LjUgMCAwIDEgMTEgMCIvPgo8L3N2Zz4=);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 22px 22px;
	font-size: 12px;
	min-height: 22px;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff;
	white-space: nowrap
}

@media all and (-ms-high-contrast:none) {
	.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .button-search>span {
		padding-top: 12px
	}
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns--search>.columns__column .condition__item__search .button-search>span {
		display: block;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background-position: center center
	}
}

.site-header .compact-wrapper .sub-list {
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	margin-left: 51px;
	position: relative;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:1199px) {
	.site-header .compact-wrapper .sub-list {
		margin-left: 65px
	}
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .sub-list {
		-webkit-transform: inherit;
		transform: inherit;
		margin-left: 0
	}
}

.site-header .compact-wrapper .sub-list--image {
	margin-left: 56px
}

@media screen and (max-width:1199px) {
	.site-header .compact-wrapper .sub-list--image {
		margin-left: 71px
	}
}

@media screen and (max-width:1199px) and (max-width:1024px) {
	.site-header .compact-wrapper .sub-list--image {
		margin-left: 0
	}
}

.site-header .compact-wrapper .sub-list__wrapper {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.site-header .compact-wrapper .link-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: -10px
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .link-list {
		display: block;
		margin: -7.5px 0
	}
}

.site-header .compact-wrapper .link-list>li {
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1
}

.site-header .compact-wrapper .link-list>li.link-list__detail {
	padding-right: 0
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .link-list>li {
		padding: 7.5px 0
	}
}

.site-header .compact-wrapper .link-list>li>a {
	font-size: 14px;
	line-height: 1;
	-webkit-transition: all .3s;
	transition: all .3s
}

.site-header .compact-wrapper .link-list>li>a.link {
	font-size: 14px;
	line-height: 1;
	z-index: 1
}

@media screen and (min-width:1025px) {
	.site-header .compact-wrapper .link-list>li>a.link:hover {
		color: #fff
	}
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .link-list>li>a.link {
		color: #000;
		font-size: 12px
	}
}

.site-header .compact-wrapper .link-list>li>a.link:after {
	content: "";
	position: absolute;
	top: .25em;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 6px;
	height: 8px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #fff
}

@media all and (-ms-high-contrast:none) {
	.site-header .compact-wrapper .link-list>li>a.link:after {
		top: .25em
	}
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .link-list>li>a.link:after {
		border-left: 6px solid #f22300;
		top: 3px;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@media screen and (min-width:1025px) {
	.site-header .compact-wrapper .link-list>li>a:hover {
		color: #f22300
	}
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .link-list>li>a {
		font-size: 14px;
		display: block
	}
}

.site-header .compact-wrapper .link-list .products-list {
	margin: 12.5px 0 -7.5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 300px
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .link-list .products-list {
		display: block;
		margin: 10px 0 0;
		padding-left: 20px;
		width: auto
	}
}

.site-header .compact-wrapper .link-list .products-list__item {
	padding: 7.5px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	width: 33.33333%
}

.site-header .compact-wrapper .link-list .products-list__item a {
	font-size: 12px;
	color: #fff;
	position: relative;
	padding-left: 13px;
	line-height: 1;
	font-weight: 700
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .link-list .products-list__item a {
		color: #000
	}
}

.site-header .compact-wrapper .link-list .products-list__item a:before {
	content: "";
	position: absolute;
	top: .5em;
	width: 3px;
	height: 3px;
	background-color: #fff;
	left: 6px;
	border-radius: 50%
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .link-list .products-list__item a:before {
		display: none
	}
}

.site-header .compact-wrapper .link-list .products-list__item>span {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .link-list .products-list__item>span {
		font-size: 14px
	}
}

.site-header .compact-wrapper .link-list .products-list__item__sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 20px -10px -10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 470px
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .link-list .products-list__item__sub {
		display: block;
		margin: 15px 0 -5px;
		padding-left: 20px;
		width: auto
	}
}

.site-header .compact-wrapper .link-list .products-list__item__sub__item {
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1
}

.site-header .compact-wrapper .link-list .products-list__item__sub__item a {
	-webkit-transition: all .3s;
	transition: all .3s
}

@media screen and (min-width:1025px) {
	.site-header .compact-wrapper .link-list .products-list__item__sub__item a:hover {
		color: #f22300
	}
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .link-list .products-list__item__sub__item a {
		font-size: 14px
	}
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .link-list .products-list__item__sub__item {
		padding: 5px 0;
		width: 100%
	}
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .link-list .products-list__item {
		padding: 5px 0;
		display: block;
		width: 100% !important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}

.site-header .compact-wrapper .link-list .products-list__item>.link-top {
	margin-bottom: 30px;
	line-height: 1
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .link-list .products-list__item>.link-top {
		margin-bottom: 20px
	}
}

.site-header .compact-wrapper .link-list .products-list__item .others-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: -10px -15px
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .link-list .products-list__item .others-list {
		margin: 20px 0 0
	}
}

.site-header .compact-wrapper .link-list .products-list__item .others-list>li {
	padding: 10px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .link-list .products-list__item .others-list>li {
		padding: 10px 0
	}
}

.site-header .compact-wrapper .link-list.global-list {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.site-header .compact-wrapper .columns {
	margin: 0 -15px
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns {
		margin: 0;
		display: block
	}
}

.site-header .compact-wrapper .columns--image {
	margin: 0 -10px
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns--image {
		margin: -7.5px 0
	}
}

.site-header .compact-wrapper .columns--image .columns__column {
	padding: 0 10px;
	width: 220px
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns--image .columns__column {
		width: 100%;
		padding: 7.5px 0
	}
}

.site-header .compact-wrapper .columns__column {
	padding: 0 10px
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns__column {
		padding: 0
	}
}

.site-header .compact-wrapper .columns__column .link-wrapper {
	position: absolute
}

.site-header .compact-wrapper .columns__column .figure {
	margin-bottom: 20px
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns__column .figure {
		display: none
	}
}

.site-header .compact-wrapper .columns__column .button--text {
	line-height: 1
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns__column .button--text {
		margin-top: 0
	}
}

.site-header .compact-wrapper .columns__column .link {
	font-size: 14px;
	line-height: 1;
	z-index: 1;
	font-weight: 700
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns__column .link {
		color: #000;
		font-size: 12px
	}
}

.site-header .compact-wrapper .columns__column .link:hover {
	color: #fff
}

.site-header .compact-wrapper .columns__column .link:after {
	content: "";
	position: absolute;
	top: .25em;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 6px;
	height: 8px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #fff
}

@media all and (-ms-high-contrast:none) {
	.site-header .compact-wrapper .columns__column .link:after {
		top: .25em
	}
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns__column .link:after {
		border-left: 6px solid #f22300;
		top: 2px;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.site-header .compact-wrapper .columns--two {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.site-header .compact-wrapper .columns--two .columns__column .link-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -15px
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns--two .columns__column .link-list {
		display: block;
		margin: -10px 0
	}
}

.site-header .compact-wrapper .columns--two .columns__column .link-list>li {
	padding: 15px;
	line-height: 1
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns--two .columns__column .link-list>li {
		padding: 10px 0
	}

	.site-header .compact-wrapper .columns--two .columns__column .link-list>li:first-child {
		margin-top: 20px
	}
}

.site-header .compact-wrapper .columns--two .columns__column .link-list>li .link {
	font-size: 16px;
	background-color: transparent;
	color: #000
}

@media screen and (min-width:1025px) {
	.site-header .compact-wrapper .columns--two .columns__column .link-list>li .link:hover {
		color: #f22300
	}
}

.site-header .compact-wrapper .columns--two .columns__column .link-list>li .link:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	border: 8px solid transparent;
	border-left: 8px solid #2fe1cc;
	background-color: transparent
}

@media screen and (max-width:1024px) {
	.site-header .compact-wrapper .columns--two .columns__column .link-list>li .link {
		font-size: 14px;
		display: block
	}

	.site-header .compact-wrapper .columns--two .columns__column .link-list>li .link img {
		height: 14px
	}
}

.site-header .compact-wrapper .columns--two .columns__column .link-list>li .link img {
	-webkit-transition: all .3s;
	transition: all .3s
}

.site-header .button--nav {
	display: none;
	outline: none;
	border: none
}

@media screen and (min-width:1025px) {
	.site-header .button--nav {
		display: none !important
	}
}

@media screen and (max-width:1024px) {
	.site-header .button--nav {
		display: block !important;
		position: absolute;
		width: 55px;
		height: 55px;
		background-color: #000;
		top: 30px;
		right: 30px;
		-webkit-transition: all .3s;
		transition: all .3s
	}
}

@media screen and (max-width:1024px) and (max-width:767px) {
	.site-header .button--nav {
		width: 40px;
		height: 40px;
		right: 20px;
		top: 20px
	}
}

@media screen and (max-width:1024px) {
	.site-header .button--nav>span.bar {
		position: absolute;
		display: block;
		right: 17px;
		top: 14px;
		width: 20px;
		height: 16px;
		background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
		background-image: -webkit-linear-gradient(left, #fff, #fff);
		background-image: linear-gradient(to right, #fff, #fff);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 20px 2px;
		z-index: 3
	}
}

@media screen and (max-width:1024px) and (max-width:767px) {
	.site-header .button--nav>span.bar {
		top: 7px;
		right: 9px
	}
}

@media screen and (max-width:1024px) {

	.site-header .button--nav>span.bar:before,
	.site-header .button--nav>span.bar:after {
		content: "";
		width: 20px;
		height: 2px;
		margin: auto;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		z-index: 10;
		background-color: #fff;
		-webkit-transform: translateY(0) rotate(0deg);
		transform: translateY(0) rotate(0deg);
		-webkit-transition: all .3s 0s ease;
		transition: all .3s 0s ease
	}

	.site-header .button--nav>span.bar:before {
		bottom: 0
	}

	.site-header .button--nav>span.bar:after {
		top: 0
	}

	.site-header .button--nav>.text {
		display: block;
		position: absolute;
		text-align: center;
		color: #fff;
		bottom: 12px;
		left: 50%;
		-webkit-transform: translateX(-50%) scale(.7);
		transform: translateX(-50%) scale(.7);
		font-weight: 400;
		font-size: 10px;
		line-height: 1
	}
}

@media screen and (max-width:1024px) and (max-width:767px) {
	.site-header .button--nav>.text {
		bottom: 4px
	}
}

.anchor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -25px
}

@media screen and (max-width:1299px) {
	.anchor {
		margin: 0 -15px
	}
}

@media screen and (max-width:767px) {
	.anchor {
		margin: 0
	}
}

.anchor--one {
	margin: auto;
	width: 25%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0
}

@media screen and (max-width:1024px) {
	.anchor--one {
		margin: 0
	}
}

.anchor--one .anchor__item {
	width: 100%
}

.anchor--two {
	margin: auto;
	width: 50%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media screen and (max-width:1024px) {
	.anchor--two {
		width: auto
	}
}

.anchor--two .anchor__item {
	width: 50%
}

.anchor--three {
	width: 78%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media screen and (max-width:1024px) {
	.anchor--three {
		width: auto
	}
}

.anchor--three .anchor__item {
	width: 33.3333333333%
}

@media screen and (max-width:1024px) {
	.anchor--three .anchor__item {
		width: 50%
	}
}

.anchor--four {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.anchor:not(:first-child) {
	margin-top: 50px
}

.anchor:not(:last-child) {
	margin-bottom: 20px
}

.anchor__item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	padding-left: 25px;
	padding-right: 25px
}

@media screen and (max-width:1299px) {
	.anchor__item {
		padding: 0 15px
	}
}

@media screen and (max-width:1024px) {
	.anchor__item {
		width: 50%
	}
}

@media screen and (max-width:767px) {
	.anchor__item {
		padding: 0;
		width: 100%
	}
}

.anchor__item a {
	text-decoration: none;
	position: relative;
	display: block;
	color: #000;
	text-align: center;
	padding: calc(20px - (((16px * 1.4) - 16px) / 2)) 0 calc(25px - (((16px * 1.4) - 16px) / 2));
	line-height: 1.4;
	border-bottom: 1px solid #000;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 16px;
	font-weight: 700;
	z-index: 2;
	outline: none
}

.anchor__item a:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 8px;
	height: 6px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-top: 6px solid #f22300;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media screen and (min-width:1025px) {
	.anchor__item a:hover {
		color: #f22300
	}

	.anchor__item a:hover:after {
		bottom: 0
	}
}

.anchor__item a>span {
	display: inline-block;
	text-align: left
}

.link--top {
	margin-top: -132px !important;
	padding-top: 132px !important
}

.link--top.no-contents {
	position: relative;
	z-index: -1
}

@media screen and (max-width:1199px) {
	.link--top {
		margin-top: -145px !important;
		padding-top: 145px !important
	}
}

@media screen and (max-width:1024px) {
	.link--top {
		margin-top: -115px !important;
		padding-top: 115px !important
	}
}

@media screen and (max-width:1024px) {
	.link--top {
		margin-top: -80px !important;
		padding-top: 80px !important
	}
}

.at-banner-wrapper {
	background-color: #fff;
	position: relative
}

.at-banner-wrapper .container {
	padding-top: 50px;
	padding-bottom: 50px
}

@media screen and (max-width:767px) {
	.at-banner-wrapper .container {
		padding-top: 20px;
		padding-bottom: 20px
	}
}

.at-banner-wrapper .container .banner-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -25px
}

@media screen and (max-width:1024px) {
	.at-banner-wrapper .container .banner-list {
		margin: -25px -15px
	}
}

@media screen and (max-width:767px) {
	.at-banner-wrapper .container .banner-list {
		display: block;
		margin: -10px 0
	}
}

.at-banner-wrapper .container .banner-list__item {
	width: 33.33333%;
	padding: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:1024px) {
	.at-banner-wrapper .container .banner-list__item {
		padding: 25px 15px
	}
}

@media screen and (max-width:767px) {
	.at-banner-wrapper .container .banner-list__item {
		width: 100%;
		padding: 10px 0
	}
}

.at-banner-wrapper .container .banner-list__item__link {
	display: table;
	width: 100%;
	height: 114px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 10px 30px;
	color: #000
}

@media screen and (max-width:767px) {
	.at-banner-wrapper .container .banner-list__item__link {
		height: 100px;
		padding: 10px 20px
	}
}

.at-banner-wrapper .container .banner-list__item__link.is-active {
	background-color: #ccc;
	color: #fff
}

.at-banner-wrapper .container .banner-list__item__link>div {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.at-banner-wrapper .container .banner-list__item__link>div .title {
	line-height: 1
}

.at-banner-wrapper .container .banner-list__item__link>div .title+.lead {
	margin-top: 20px
}

@media screen and (max-width:767px) {
	.at-banner-wrapper .container .banner-list__item__link>div .title+.lead {
		margin-top: 15px
	}
}

.at-banner-wrapper .container .banner-list__item__link>div .title.icon-mark {
	position: relative;
	padding-left: 24px;
	display: inline-block
}

.at-banner-wrapper .container .banner-list__item__link>div .title.icon-mark:before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #f22300
}

.at-banner-wrapper .container .banner-list__item__link>div .title.icon-mark:after {
	content: "";
	position: absolute;
	left: 5px;
	top: 7px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #fff
}

.at-banner-wrapper .container .banner-list__item__link>div .lead {
	font-size: 12px;
	margin-bottom: 0;
	line-height: 1.4
}

.bg-wrapper {
	overflow: hidden;
	padding: calc(78px - (((30px * 1.4) - 30px) / 2)) 0 78px;
	position: relative
}

@media screen and (max-width:1024px) {
	.bg-wrapper {
		padding: calc(67px - (((28px * 1.4) - 28px) / 2)) 0 67px
	}
}

@media screen and (max-width:767px) {
	.bg-wrapper {
		padding: calc(54px - (((26px * 1.4) - 26px) / 2)) 0 54px
	}
}

.bg-wrapper img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
	z-index: 0
}

.bg-wrapper .container {
	position: relative;
	text-align: center
}

.bg-wrapper--company {
	position: relative;
	min-height: 300px
}

.bg-wrapper--company .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 300px;
	overflow: hidden
}

.bg-wrapper--company .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	max-width: inherit;
	z-index: 0
}

.bg-wrapper--company .container-wrapper {
	padding-top: 200px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}

.bg-wrapper--company .container-wrapper:before {
	content: "";
	position: absolute;
	top: 200px;
	right: 0;
	width: 50%;
	height: 100px;
	background-color: #fff
}

.bg-wrapper--company .container-wrapper .container {
	position: relative;
	text-align: center
}

.bg-wrapper--company .container-wrapper .container:before {
	content: "";
	position: absolute;
	right: 50%;
	top: 0;
	width: calc(50% - 160px);
	background-color: #fff;
	height: 100px
}

@media screen and (max-width:1299px) {
	.bg-wrapper--company .container-wrapper .container:before {
		width: calc(50% - 210px)
	}
}

@media screen and (max-width:1024px) {
	.bg-wrapper--company .container-wrapper .container:before {
		width: calc(50% - 130px)
	}
}

@media screen and (max-width:767px) {
	.bg-wrapper--company .container-wrapper .container:before {
		width: calc(50% - 60px)
	}
}

.bg-wrapper--company .container-wrapper .container:after {
	content: "";
	position: absolute;
	left: 100px;
	top: 0;
	border-top: 100px solid transparent;
	border-right: 60px solid #fff
}

@media screen and (max-width:1299px) {
	.bg-wrapper--company .container-wrapper .container:after {
		left: 150px
	}
}

@media screen and (max-width:1024px) {
	.bg-wrapper--company .container-wrapper .container:after {
		left: 70px
	}
}

@media screen and (max-width:767px) {
	.bg-wrapper--company .container-wrapper .container:after {
		left: 0
	}
}

.bg-wrapper--company .container-wrapper .container .logo-text {
	position: relative;
	z-index: 2;
	padding: 50px 160px 0
}

@media screen and (max-width:1299px) {
	.bg-wrapper--company .container-wrapper .container .logo-text {
		padding: 50px 210px 0
	}
}

@media screen and (max-width:1024px) {
	.bg-wrapper--company .container-wrapper .container .logo-text {
		padding: 50px 130px 0
	}
}

@media screen and (max-width:767px) {
	.bg-wrapper--company .container-wrapper .container .logo-text {
		padding: 50px 0 0
	}
}

.bg-wrapper--company .container-wrapper .container .logo {
	line-height: 1;
	margin-bottom: 25px
}

.bg-wrapper--company .container-wrapper .container .logo img {
	width: 273px
}

.bg-wrapper--company .container-wrapper .container .natural p {
	font-size: 14px;
	font-weight: 700
}

@media screen and (max-width:370px) {
	.bg-wrapper--company .container-wrapper .container .natural p {
		font-size: 12px
	}
}

.loader-bg {
	position: fixed;
	width: 100vW;
	height: 100vh;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 9999;
	overflow: hidden
}

.loader-bg__img {
	width: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: fadein-loading 1s ease 0s;
	animation: fadein-loading 1s ease 0s
}

@media screen and (max-width:767px) {
	.loader-bg__img {
		width: 50px
	}
}

.billboard {
	position: relative;
	width: 100%;
	padding-top: 132px;
	color: #fff
}

@media screen and (max-width:1199px) {
	.billboard {
		padding-top: 145px
	}
}

@media screen and (max-width:1024px) {
	.billboard {
		padding-top: 115px
	}
}

@media screen and (max-width:767px) {
	.billboard {
		padding-top: 80px
	}
}

.billboard__bg {
	position: fixed;
	top: 132px;
	left: 0;
	width: 100%;
	height: calc(100vh - 132px);
	background-color: #999;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media screen and (max-width:1199px) {
	.billboard__bg {
		top: 145px;
		height: calc(100vh - 145px)
	}
}

@media screen and (max-width:1024px) {
	.billboard__bg {
		top: 115px;
		height: calc(100vh - 115px)
	}
}

@media screen and (max-width:767px) {
	.billboard__bg {
		top: 80px;
		height: calc(100vh - 80px)
	}
}

.billboard__bg.is-active {
	opacity: 1
}

.billboard__bg .swiper-slide {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	-webkit-transition: all 1s;
	transition: all 1s;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.billboard__bg .swiper-slide.swiper-slide-active {
	position: relative;
	z-index: 2
}

.billboard.billboard--others {
	height: 368px
}

@media screen and (max-width:1199px) {
	.billboard.billboard--others {
		height: 357px
	}
}

@media screen and (max-width:1024px) {
	.billboard.billboard--others {
		height: 355px
	}
}

@media screen and (max-width:767px) {
	.billboard.billboard--others {
		height: 270px
	}
}

.billboard.billboard--others .billboard__wrapper .container {
	z-index: 2;
	height: 368px
}

@media screen and (max-width:1199px) {
	.billboard.billboard--others .billboard__wrapper .container {
		height: 357px
	}
}

@media screen and (max-width:1024px) {
	.billboard.billboard--others .billboard__wrapper .container {
		height: 355px
	}
}

@media screen and (max-width:767px) {
	.billboard.billboard--others .billboard__wrapper .container {
		height: 270px
	}
}

.billboard.billboard--no--bg {
	padding-top: 132px;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:1199px) {
	.billboard.billboard--no--bg {
		padding-top: 145px
	}
}

@media screen and (max-width:1024px) {
	.billboard.billboard--no--bg {
		padding-top: 115px
	}
}

@media screen and (max-width:767px) {
	.billboard.billboard--no--bg {
		padding-top: 80px
	}
}

.billboard.billboard--no--bg .billboard__wrapper:before {
	background: none;
	background-color: transparent
}

.billboard.billboard--no--bg .container {
	display: none
}

.billboard--image>img {
	position: fixed;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	max-width: none;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.billboard--image>img.is-active {
	opacity: 1
}

.billboard--image:after {
	content: ""
}

.billboard--movie {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s
}

.billboard--movie.is-active {
	opacity: 1
}

@media screen and (min-width:1025px) {
	.billboard--movie .billboard__bg {
		display: none
	}
}

.billboard--movie>img {
	position: fixed;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	max-width: none;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.billboard--movie>img.is-active {
	opacity: 1
}

.billboard--movie>.billboard__fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 132px);
	overflow: hidden;
	z-index: -1
}

@media screen and (max-width:1199px) {
	.billboard--movie>.billboard__fixed {
		height: calc(100% - 145px)
	}
}

@media screen and (max-width:1024px) {
	.billboard--movie>.billboard__fixed {
		display: none
	}
}

.billboard--movie>.billboard__fixed>video {
	position: absolute;
	display: inherit;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background-size: cover;
	max-width: inherit;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.billboard--movie>.billboard__fixed>video.is-active {
	opacity: 1
}

.billboard__wrapper {
	position: relative;
	pointer-events: none
}

@media screen and (max-width:1024px) {
	.billboard__wrapper.is-active:after {
		height: 85px
	}
}

@media screen and (max-width:767px) {
	.billboard__wrapper.is-active:after {
		height: 60px
	}
}

.billboard .billboard__wrapper .container {
	position: relative;
	display: table;
	width: 100%;
	height: 100vh;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2
}

.billboard .heading-area {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%
}

.billboard .heading-area__image {
	text-align: center;
	margin-bottom: 30px
}

@media screen and (max-width:767px) {
	.billboard .heading-area__image {
		margin-bottom: 0
	}
}

.billboard .heading-area__image img {
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateY(20px);
	transform: translateY(20px)
}

.billboard .heading-area__image img.is-active {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.no-kv .billboard .heading-area__image img {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

@media screen and (max-width:767px) {
	.billboard .heading-area__image img {
		-webkit-transform: translateY(20px) scale(.75);
		transform: translateY(20px) scale(.75)
	}

	.billboard .heading-area__image img.lazyloaded {
		-webkit-transform: translateY(0) scale(.75);
		transform: translateY(0) scale(.75)
	}
}

.billboard .heading-area .heading-1 {
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateY(20px);
	transform: translateY(20px)
}

.billboard .heading-area .heading-1.is-active {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.no-kv .billboard .heading-area .heading-1 {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.billboard .heading-area .lead {
	margin-top: calc(30px - (((40px * 1.4) - 40px) / 2));
	padding-top: calc(30px - (((18px * 1.4) - 18px) / 2));
	margin-bottom: 0;
	border-top: 1px solid #fff;
	color: #fff;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	font-size: 18px;
	line-height: 1.4;
	text-align: center
}

@media screen and (max-width:1024px) {
	.billboard .heading-area .lead {
		margin-top: calc(30px - (((36px * 1.4) - 36px) / 2))
	}
}

@media screen and (max-width:767px) {
	.billboard .heading-area .lead {
		margin-top: calc(30px - (((32px * 1.4) - 32px) / 2));
		padding-top: calc(30px - (((16px * 1.4) - 16px) / 2));
		font-size: 16px
	}
}

.billboard .heading-area .lead.is-active {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.no-kv .billboard .heading-area .lead {
	border-top: 1px solid #000;
	color: #000;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.billboard .scroll {
	position: absolute;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.billboard .scroll.is-active {
	opacity: 1
}

.billboard .scroll a {
	display: block;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: relative;
	font-size: 16px;
	line-height: 1
}

.billboard .scroll a:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 23px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1px;
	background-color: #fff;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-animation: scroll-down 1.2s ease infinite;
	animation: scroll-down 1.2s ease infinite;
	-webkit-transform-origin: bottom;
	transform-origin: bottom
}

.billboard .scroll a:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 43px;
	width: 6px;
	height: 6px;
	margin-left: -4px;
	border: 1px solid;
	border-color: transparent transparent #fff #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: scroll-down-arrow 1.2s ease infinite;
	animation: scroll-down-arrow 1.2s ease infinite
}

.billboard .news-area {
	position: absolute;
	left: 100px;
	bottom: 0;
	width: calc(100% - 200px);
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.billboard .news-area.is-active {
	opacity: 1;
	z-index: 3
}

@media screen and (max-width:1024px) {
	.billboard .news-area {
		left: 0;
		width: 100%
	}
}

.billboard .news-area .news-box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(51, 51, 51, .5);
	padding: 24px 30px;
	width: 40%;
	color: #fff;
	height: 170px
}

@media screen and (max-width:1024px) {
	.billboard .news-area .news-box {
		width: 100%
	}
}

@media screen and (max-width:767px) {
	.billboard .news-area .news-box {
		padding: 20px;
		height: 150px
	}
}

.billboard .news-area .news-box h2 {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1
}

.billboard .news-area .news-box__scroll {
	height: 82px;
	padding-right: 50px
}

@media screen and (max-width:767px) {
	.billboard .news-area .news-box__scroll {
		height: 80px
	}
}

.billboard .news-area .news-box__scroll .news-list__data a {
	text-decoration: none;
	color: #fff
}

.billboard .news-area .news-box__scroll .swiper-container {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.billboard .news-area .news-box__scroll .swiper-slide {
	float: none;
	overflow: hidden
}

.billboard .news-area .news-box__scroll .swiper-button-prev {
	left: inherit;
	top: 0;
	right: 0;
	background-image: none;
	width: 20px;
	height: 10px;
	margin-top: 0;
	outline: none
}

.billboard .news-area .news-box__scroll .swiper-button-prev:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-bottom: 10px solid #2fe1cc
}

.billboard .news-area .news-box__scroll .swiper-button-next {
	left: inherit;
	bottom: 0;
	right: 0;
	top: inherit;
	background-image: none;
	width: 20px;
	height: 10px;
	margin-top: 0;
	outline: none
}

.billboard .news-area .news-box__scroll .swiper-button-next:after {
	content: "";
	position: absolute;
	bottom: -10px;
	right: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-top: 10px solid #2fe1cc
}

.billboard__menu {
	background-color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.billboard__menu.is-active {
	position: fixed;
	left: 0;
	top: 132px;
	width: 100%;
	z-index: 9
}

@media screen and (max-width:1199px) {
	.billboard__menu.is-active {
		top: 145px
	}
}

@media screen and (max-width:1024px) {
	.billboard__menu.is-active {
		top: 115px
	}
}

@media screen and (max-width:767px) {
	.billboard__menu.is-active {
		top: 80px
	}
}

.billboard__menu .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	color: #fff;
	min-height: 78px
}

@media screen and (max-width:767px) {
	.billboard__menu .container {
		display: block
	}
}

.billboard__menu .container>.company {
	font-size: 18px;
	font-weight: 700;
	line-height: 1
}

@media screen and (max-width:767px) {
	.billboard__menu .container>.company {
		display: none
	}
}

.billboard__menu .container .menu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px
}

@media screen and (max-width:767px) {
	.billboard__menu .container .menu-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		min-height: 78px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media screen and (max-width:370px) {
	.billboard__menu .container .menu-list {
		margin: 0 -10px
	}
}

.billboard__menu .container .menu-list__item {
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:370px) {
	.billboard__menu .container .menu-list__item {
		padding: 0 10px
	}
}

.billboard__menu .container .menu-list__item a {
	color: #fff;
	line-height: 1;
	font-size: 14px;
	font-weight: 700;
	-webkit-transition: all .3s;
	transition: all .3s
}

.billboard__menu .container .menu-list__item a:after {
	top: .2em
}

@media screen and (min-width:1025px) {
	.billboard__menu .container .menu-list__item a:hover {
		color: #f22300
	}
}

@media screen and (max-width:370px) {
	.billboard__menu .container .menu-list__item a {
		font-size: 12px
	}
}

.button--list {
	margin-top: 30px !important
}

.button--left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 15px -10px -15px !important
}

.button--left.button--wide {
	margin: 0 -25px !important
}

@media screen and (max-width:767px) {
	.button--left.button--wide {
		margin: -10px 0 !important;
		display: block
	}
}

.button--left.button--wide .button {
	padding: 0 25px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 288px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:1024px) {
	.button--left.button--wide .button {
		max-width: 216px
	}
}

.button--left.button--wide .button a {
	display: block;
	width: 100%
}

@media screen and (max-width:767px) {
	.button--left.button--wide .button {
		width: auto;
		max-width: inherit;
		padding: 10px 20px
	}
}

.button--left .button {
	margin: 0 !important;
	padding: 15px 10px;
	line-height: 1
}

.button--center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin: 15px -10px -15px !important
}

.button--center.button--wide {
	margin: 0 -25px !important
}

@media screen and (max-width:767px) {
	.button--center.button--wide {
		margin: -10px 0 !important;
		display: block
	}
}

.button--center.button--wide .button {
	padding: 0 25px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 288px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:1024px) {
	.button--center.button--wide .button {
		max-width: 216px
	}
}

.button--center.button--wide .button a {
	display: block;
	width: 100%
}

@media screen and (max-width:767px) {
	.button--center.button--wide .button {
		width: auto;
		max-width: inherit;
		padding: 10px 20px
	}
}

.button--center .button {
	margin: 0 !important;
	padding: 15px 10px;
	line-height: 1
}

_:-ms-lang(x)::-ms-backdrop,
.button--center.button--wide .button {
	-ms-flex: inherit;
	flex: inherit;
	width: 100%
}

.button--right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 15px -10px -15px !important
}

.button--right.button--wide {
	margin: 0 -25px !important
}

@media screen and (max-width:767px) {
	.button--right.button--wide {
		margin: -10px 0;
		display: block
	}
}

.button--right.button--wide .button {
	padding: 0 25px !important;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 288px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:1024px) {
	.button--right.button--wide .button {
		max-width: 216px
	}
}

.button--right.button--wide .button a {
	display: block;
	width: 100%
}

@media screen and (max-width:767px) {
	.button--right.button--wide .button {
		width: auto;
		max-width: inherit;
		padding: 10px 20px
	}
}

.button--right .button {
	margin: 0 !important;
	padding: 15px 10px;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.button {
	position: relative
}

.button:not(:first-child) {
	margin-top: 10px
}

.button:not(:last-child) {
	margin-bottom: 10px
}

.button--text:not(:first-child) {
	margin-top: 20px
}

.button--text:not(:last-child) {
	margin-bottom: 20px
}

.button--default {
	line-height: 1
}

.button--default>a,
.button--default>button {
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	border: 1px solid #000;
	padding: 11px 20px;
	text-decoration: none;
	line-height: 1;
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 12px;
	z-index: 2;
	background-color: #000;
	opacity: 1;
	outline: none
}

.button--default>a:disabled,
.button--default>button:disabled {
	color: #ccc;
	border: 1px solid #ccc;
	opacity: .3
}

.button--default>a:disabled:before,
.button--default>a:disabled:after,
.button--default>button:disabled:before,
.button--default>button:disabled:after {
	display: none
}

.button--default>a:disabled:hover,
.button--default>button:disabled:hover {
	color: #ccc;
	border: 1px solid #ccc
}

.button--default>a:disabled:hover:before,
.button--default>a:disabled:hover:after,
.button--default>button:disabled:hover:before,
.button--default>button:disabled:hover:after {
	display: none
}

@media screen and (min-width:1025px) {

	.button--default>a:hover,
	.button--default>button:hover {
		opacity: .7
	}
}

.button--default>a>span,
.button--default>button>span {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding-left: 16px;
	position: relative
}

.button--default>a>span:before,
.button--default>button>span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 6px;
	height: 8px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #f22300;
	-webkit-transition: all .5s;
	transition: all .5s
}

.button--default--white {
	line-height: 1
}

.button--default--white>a {
	color: #000;
	border: 1px solid #fff;
	background-color: #fff
}

.button--default--white>a>span {
	color: #000
}

.button--default--cta {
	line-height: 1
}

.button--default--cta>a,
.button--default--cta>button {
	color: #fff;
	background-color: #f22300;
	border: 1px solid #f22300;
	font-size: 12px
}

.button--default--cta>a:before,
.button--default--cta>button:before {
	background-color: #fff
}

.button--default--cta>a:after,
.button--default--cta>button:after {
	border-color: transparent transparent #fff
}

.button--default--cta>a:disabled,
.button--default--cta>button:disabled {
	color: #fff;
	border: 1px solid #f22300;
	background-color: #f22300;
	opacity: .5
}

.button--default--cta>a:disabled:before,
.button--default--cta>a:disabled:after,
.button--default--cta>button:disabled:before,
.button--default--cta>button:disabled:after {
	display: none
}

.button--default--cta>a:disabled:hover,
.button--default--cta>button:disabled:hover {
	opacity: 1
}

@media screen and (min-width:1025px) {

	.button--default--cta>a:hover,
	.button--default--cta>button:hover {
		opacity: .7
	}
}

.button--default--cta>a>span:before,
.button--default--cta>button>span:before {
	border-left: 6px solid #fff
}

.button--wide {
	line-height: 1
}

@media screen and (max-width:767px) {
	.button--wide {
		width: 100%
	}
}

.button--wide>a {
	display: block;
	min-width: 300px;
	outline: none
}

@media screen and (max-width:1024px) {
	.button--wide>a {
		min-width: inherit;
		width: 100%
	}
}

@media screen and (max-width:767px) {
	.button--wide>a {
		min-width: 280px;
		max-width: 280px
	}
}

.button--wide02 {
	line-height: 1;
	max-width: 675px
}

@media screen and (max-width:767px) {
	.button--wide02 {
		width: 100%
	}
}

.button--wide02>a {
	display: block;
	outline: none
}

@media screen and (max-width:1024px) {
	.button--wide02>a {
		min-width: inherit;
		width: 100%
	}
}

@media screen and (max-width:767px) {
	.button--wide02>a {
		min-width: inherit;
		max-width: inherit
	}
}

.button--columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -25px
}

@media screen and (max-width:1299px) {
	.button--columns {
		margin: 0 -20px
	}
}

@media screen and (max-width:1199px) {
	.button--columns {
		margin: 0 -15px
	}
}

@media screen and (max-width:767px) {
	.button--columns {
		margin: -15px 0;
		display: block
	}
}

.button--columns--reverse {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.button--columns--reverse .button--default {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

.button--columns--reverse .natural {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

.button--columns .button--default,
.button--columns .natural {
	padding: 0 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:1299px) {

	.button--columns .button--default,
	.button--columns .natural {
		padding: 0 20px
	}
}

@media screen and (max-width:1199px) {

	.button--columns .button--default,
	.button--columns .natural {
		padding: 0 15px
	}
}

@media screen and (max-width:767px) {

	.button--columns .button--default,
	.button--columns .natural {
		padding: 15px 0
	}
}

.button--columns .button--default {
	white-space: nowrap;
	margin: 0 !important
}

.check-list__item {
	position: relative;
	font-size: 14px;
	font-weight: 700;
	padding-left: 30px;
	line-height: 1.8
}

.check-list__item:not(:first-child) {
	margin-top: calc(20px - (((14px * 1.8) - 14px) / 2))
}

.check-list__item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 18px;
	height: 17px;
	background-image: url(/assets/images/common/icon_check.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%
}

.check-list__item a {
	position: relative;
	z-index: 2
}

.columns__column {
	padding: 25px
}

@media screen and (max-width:1299px) {
	.columns__column {
		padding: 15px
	}
}

@media screen and (max-width:767px) {
	.columns__column {
		padding: 15px 0
	}
}

.columns {
	margin: -25px
}

@media screen and (max-width:1299px) {
	.columns {
		margin: -15px
	}
}

@media screen and (max-width:767px) {
	.columns {
		margin: -15px 0
	}
}

.section-wrapper .container:nth-of-type(1) .mt0 .columns {
	padding-top: 25px;
	margin-top: 0
}

.columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

.columns--position-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.columns__column {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}

.columns--narrow {
	margin: -10px
}

@media screen and (max-width:767px) {
	.columns--narrow {
		margin: -10px 0
	}
}

.columns--narrow>.columns__column {
	padding: 10px
}

@media screen and (max-width:767px) {
	.columns--narrow>.columns__column {
		margin: 10px 0
	}
}

.columns--one>.columns__column {
	float: none;
	width: 100%
}

.columns--two>.columns__column {
	width: 50%
}

@media screen and (max-width:767px) {
	.columns--two {
		margin: -15px 0
	}

	.columns--two>.columns__column {
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		padding: 15px 0
	}
}

@media screen and (max-width:1024px) {
	.columns--two.columns--to-two {
		margin: -15px
	}

	.columns--two.columns--to-two>.columns__column {
		width: 50%;
		padding: 15px;
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none
	}
}

.columns--one-two {
	margin-bottom: 0
}

.columns--one-two>.columns__column:nth-of-type(odd) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media screen and (max-width:767px) {
	.columns--one-two>.columns__column:nth-of-type(odd) {
		width: 100%;
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

.columns--one-two>.columns__column:nth-of-type(even) {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2
}

@media screen and (max-width:767px) {
	.columns--one-two>.columns__column:nth-of-type(even) {
		width: 100%;
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

@media screen and (max-width:767px) {
	.columns--one-two {
		margin: -15px 0
	}

	.columns--one-two>.columns__column {
		width: 100%;
		padding: 15px 0;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto
	}
}

.columns--two-one>.columns__column:nth-of-type(1) {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2
}

@media screen and (max-width:767px) {
	.columns--two-one>.columns__column:nth-of-type(1) {
		width: 100%;
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

.columns--two-one>.columns__column:nth-of-type(2) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media screen and (max-width:767px) {
	.columns--two-one>.columns__column:nth-of-type(2) {
		width: 100%;
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

@media screen and (max-width:767px) {
	.columns--two-one {
		margin: -15px 0
	}

	.columns--two-one>.columns__column {
		width: 100%;
		padding: 15px 0;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto
	}
}

.columns--three>.columns__column {
	width: 33.3333333333%
}

@media screen and (max-width:767px) {
	.columns--three>.columns__column {
		width: 100%;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto
	}

	.columns--three>.columns__column:not(:first-child) {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto
	}

	.columns--three>.columns__column:not(:last-child) {
		margin-bottom: 0;
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto
	}
}

@media screen and (max-width:1024px) {
	.columns--three.columns--to-one {
		margin: -15px
	}

	.columns--three.columns--to-one>.columns__column {
		width: 33.3333333333%;
		padding: 15px
	}
}

@media screen and (max-width:767px) {
	.columns--three.columns--to-one {
		margin: -15px 0
	}

	.columns--three.columns--to-one>.columns__column {
		width: 100%;
		padding: 15px 0
	}
}

.columns--four .columns__column {
	width: 25%
}

@media screen and (max-width:767px) {
	.columns--four {
		margin: -15px -10px
	}

	.columns--four .columns__column {
		width: 50%;
		padding: 15px 10px
	}
}

@media screen and (max-width:767px) {
	.columns--four.columns--to-one>.columns__column {
		width: 100%
	}
}

.columns--reverse>.columns__column:nth-of-type(1) {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2
}

@media screen and (max-width:767px) {
	.columns--reverse>.columns__column:nth-of-type(1) {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1
	}
}

.columns--reverse>.columns__column:nth-of-type(2) {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1
}

@media screen and (max-width:767px) {
	.columns--reverse>.columns__column:nth-of-type(2) {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}
}

.columns--vertical-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.columns--between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	margin: 0
}

.columns--between>.columns__column {
	width: auto;
	padding: 0
}

@media screen and (max-width:767px) {
	.columns_type01 .columns {
		margin: -5px 0
	}

	.columns_type01 .columns__column {
		padding: 5px 0
	}

	.columns_type01 .columns--four {
		margin: -5px -10px
	}

	.columns_type01 .columns--four .columns__column {
		padding: 5px 10px
	}
}

.columns__column .natural a {
	position: relative;
	z-index: 2
}

.columns__column .link {
	z-index: 2
}

.container {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	min-width: 320px;
	width: 100%
}

@media screen and (max-width:1299px) {
	.container {
		padding-left: 50px;
		padding-right: 50px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 1300px
	}
}

@media screen and (max-width:1024px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}

@media screen and (max-width:767px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}

.description-list+.description-list .description-list__item:first-child {
	padding-top: 0;
	border-top: none;
	margin-top: 30px
}

.description-list__item {
	display: table;
	width: 100%;
	margin-bottom: calc(18px - (((14px * 1.8) - 14px) / 2));
	border-bottom: 1px solid #666
}

.description-list__item:first-child {
	padding-top: calc(18px - (((14px * 1.8) - 14px) / 2));
	border-top: 1px solid #666
}

.description-list__item:last-child {
	margin-bottom: 0
}

.description-list__heading {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	font-weight: 700;
	padding-bottom: calc(18px - (((14px * 1.8) - 14px) / 2));
	vertical-align: top;
	width: 150px;
	font-size: 14px
}

@media screen and (max-width:1024px) {
	.description-list__heading {
		border-bottom: none;
		display: block;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

.description-list__content {
	width: calc(100% - 150px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	padding-left: 50px;
	padding-bottom: calc(18px - (((14px * 1.8) - 14px) / 2));
	vertical-align: top;
	width: auto
}

@media screen and (max-width:1024px) {
	.description-list__content {
		border-bottom: none;
		display: block;
		margin-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

.faq-list {
	margin-bottom: 70px
}

.faq-list__item {
	padding-bottom: 30px;
	border-bottom: 1px solid #666
}

@media screen and (max-width:1024px) {
	.faq-list__item {
		margin-bottom: 20px;
		padding-bottom: 20px
	}
}

.faq-list__item:not(:first-child) {
	margin-top: 30px
}

@media screen and (max-width:1024px) {
	.faq-list__item:not(:first-child) {
		margin-top: 20px
	}
}

.faq-list__question,
.faq-list__answer {
	position: relative;
	padding-left: 80px;
	padding-top: calc(18px - (((14px * 1.8) - 14px) / 2))
}

@media screen and (max-width:1024px) {

	.faq-list__question,
	.faq-list__answer {
		padding-left: 60px;
		padding-top: calc(9px - (((14px * 1.8) - 14px) / 2))
	}
}

.faq-list__question:before,
.faq-list__answer:before {
	display: block;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 60px;
	width: 60px;
	font-size: 24px;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	color: #fff
}

@media screen and (max-width:1024px) {

	.faq-list__question:before,
	.faq-list__answer:before {
		height: 40px;
		width: 40px;
		font-size: 22px;
		padding: 0
	}
}

.faq-list__question {
	min-height: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer
}

@media screen and (max-width:1024px) {
	.faq-list__question {
		min-height: 40px
	}
}

.faq-list__question:before {
	content: "Q";
	background-color: #f22300
}

.faq-list__answer {
	margin-top: 10px;
	min-height: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none
}

@media screen and (max-width:1024px) {
	.faq-list__answer {
		min-height: 40px
	}
}

.faq-list__answer:before {
	content: "A";
	background-color: #000
}

.figure+.heading-2 {
	margin-top: calc(30px - (((30px * 1.4) - 30px) / 2))
}

@media screen and (max-width:1024px) {
	.figure+.heading-2 {
		margin-top: calc(30px - (((28px * 1.4) - 28px) / 2))
	}
}

@media screen and (max-width:767px) {
	.figure+.heading-2 {
		margin-top: calc(30px - (((26px * 1.4) - 26px) / 2))
	}
}

.figure+.heading-3 {
	margin-top: calc(30px - (((30px * 1.4) - 30px) / 2))
}

@media screen and (max-width:1024px) {
	.figure+.heading-3 {
		margin-top: calc(30px - (((28px * 1.4) - 28px) / 2))
	}
}

@media screen and (max-width:767px) {
	.figure+.heading-3 {
		margin-top: calc(30px - (((26px * 1.4) - 26px) / 2))
	}
}

.figure+.heading-4 {
	margin-top: calc(30px - (((18px * 1.4) - 18px) / 2))
}

.figure+.heading-5 {
	margin-top: calc(30px - (((16px * 1.4) - 16px) / 2))
}

.figure+.heading-6,
.figure+.natural {
	margin-top: calc(30px - (((14px * 1.4) - 14px) / 2))
}

.figure+.button--default {
	margin-top: 30px
}

.figure+.button--text {
	margin-top: calc(20px - (((14px * 1.4) - 14px) / 2))
}

.figure--index {
	z-index: 2
}

.figure>.fadein,
.figure>.video {
	overflow: hidden
}

.figure .video {
	position: relative
}

.figure img {
	width: 100%
}

.figure--text:not(:last-child) {
	margin-bottom: 20px
}

.figure figcaption {
	font-size: 13px;
	letter-spacing: .14em;
	line-height: 1.6;
	margin-top: 10px
}

@media screen and (max-width:767px) {
	.figure figcaption {
		font-size: 12px;
		line-height: 1.5
	}
}

.figure.img-modal {
	position: relative
}

.figure.img-modal:hover:before {
	background-color: #f22300
}

.figure.img-modal:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3px solid #fff;
	-webkit-transition: all .5s;
	transition: all .5s
}

.figure.img-modal .video:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 30px;
	height: 3px;
	background-color: #fff
}

.figure.img-modal .video:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 3px;
	height: 30px;
	background-color: #fff
}

.figure.img-modal02 .video {
	position: relative
}

.figure.img-modal02 .video:hover:before {
	background-color: #f22300
}

.figure.img-modal02 .video:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3px solid #fff;
	-webkit-transition: all .5s;
	transition: all .5s
}

.figure.img-modal02 .video .fadein:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 30px;
	height: 3px;
	background-color: #fff
}

.figure.img-modal02 .video .fadein:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 3px;
	height: 30px;
	background-color: #fff
}

.figure--movie {
	position: relative
}

.figure--movie--button .video:before,
.figure--movie--button .video:after {
	display: none
}

.figure--movie--button .video {
	position: relative
}

.figure--movie--button .video .play-button {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	cursor: pointer
}

@media screen and (min-width:1025px) {
	.figure--movie--button .video .play-button:hover:before {
		background-color: #f22300
	}
}

.figure--movie--button .video .play-button.is-played {
	border: none;
	z-index: -1
}

.figure--movie--button .video .play-button.is-played:before,
.figure--movie--button .video .play-button.is-played:after {
	display: none !important
}

.figure--movie--button .video .play-button:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3px solid #fff;
	-webkit-transition: all .5s;
	transition: all .5s
}

.figure--movie--button .video .play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-15%, -50%);
	transform: translate(-15%, -50%);
	width: 12px;
	height: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 12px solid transparent;
	border-left: 12px solid #fff
}

.figure--movie .video:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 3px solid #fff;
	-webkit-transition: all .5s;
	transition: all .5s
}

.figure--movie .video:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-15%, -50%);
	transform: translate(-15%, -50%);
	width: 12px;
	height: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 12px solid transparent;
	border-left: 12px solid #fff
}

.figure--movie .heading-3 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -150%);
	transform: translate(-50%, -150%);
	color: #fff;
	margin-bottom: 0;
	z-index: 1;
	width: 100%
}

.figure--image {
	position: relative
}

.figure--image .heading-3 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	margin-bottom: 0;
	z-index: 1;
	width: 100%
}

@media screen and (min-width:1025px) {

	a:hover+.figure .video:before,
	a:hover+.columns__column .video:before,
	a:hover+.columns .columns__column .video:before {
		background-color: #f22300
	}

	a:hover+.figure.img-modal:before,
	a:hover+.columns__column .figure.img-modal:before,
	a:hover+.columns .columns__column .figure.img-modal:before {
		background-color: #f22300
	}

	a:hover+.figure.img-modal .video:before,
	a:hover+.columns__column .figure.img-modal .video:before,
	a:hover+.columns .columns__column .figure.img-modal .video:before {
		background-color: #fff
	}
}

.group-list {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

.group-list.no-border {
	border: none;
	margin: -15px -25px
}

@media screen and (max-width:1299px) {
	.group-list.no-border {
		margin: -15px
	}
}

@media screen and (max-width:767px) {
	.group-list.no-border {
		margin: -10px
	}
}

.group-list.no-border:before {
	display: none
}

.group-list.no-border:after {
	display: none
}

.group-list.no-border .group-list__item {
	border-right: none;
	padding: 15px 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: none;
	display: block;
	height: auto
}

@media screen and (min-width:1025px) {
	.group-list.no-border .group-list__item:nth-of-type(-n+4) {
		border: none
	}
}

@media screen and (max-width:1299px) {
	.group-list.no-border .group-list__item {
		padding: 15px
	}
}

@media screen and (max-width:1024px) {
	.group-list.no-border .group-list__item {
		border: none
	}

	.group-list.no-border .group-list__item:nth-of-type(-n+3) {
		border: none
	}
}

@media screen and (max-width:767px) {
	.group-list.no-border .group-list__item {
		padding: 10px
	}

	.group-list.no-border .group-list__item:nth-of-type(3n+3) {
		border: none
	}

	.group-list.no-border .group-list__item:nth-of-type(-n+2) {
		border: none
	}
}

.group-list.no-border .group-list__item a {
	display: block;
	text-align: center;
	padding: 0
}

.group-list.no-border .group-list__item a>span {
	display: block
}

.group-list:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: 100%;
	background-color: #ccc
}

.group-list:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background-color: #ccc
}

.group-list__item {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: table;
	height: 90px;
	padding: 0;
	table-layout: fixed
}

@media screen and (max-width:1024px) {
	.group-list__item {
		height: 80px
	}
}

@media screen and (max-width:767px) {
	.group-list__item {
		height: 60px
	}
}

@media screen and (min-width:1025px) {
	.group-list__item:nth-of-type(-n+4) {
		border-top: 1px solid #ccc
	}

	.group-list__item:nth-of-type(4n+4) {
		border-right: none
	}
}

@media screen and (max-width:1024px) {
	.group-list__item {
		width: 33.33333%;
		border-bottom: 1px solid #ccc
	}

	.group-list__item:nth-of-type(-n+3) {
		border-top: 1px solid #ccc
	}

	.group-list__item:nth-of-type(3n+3) {
		border-right: none
	}
}

@media screen and (max-width:767px) {
	.group-list__item {
		width: 50%
	}

	.group-list__item:nth-of-type(-n+3) {
		border-top: none
	}

	.group-list__item:nth-of-type(3n+3) {
		border-right: 1px solid #ccc
	}

	.group-list__item:nth-of-type(-n+2) {
		border-top: 1px solid #ccc
	}

	.group-list__item:nth-of-type(2n+2) {
		border-right: none
	}
}

.group-list__item a,
.group-list__item>span {
	line-height: 1;
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.heading-1 {
	color: #fff;
	font-size: 40px;
	line-height: 1.4
}

.no-kv .heading-1 {
	color: #000
}

@media screen and (max-width:1024px) {
	.heading-1 {
		font-size: 36px
	}
}

@media screen and (max-width:767px) {
	.heading-1 {
		font-size: 32px
	}
}

.heading-1 .link {
	font-size: 40px;
	padding-left: 20px
}

@media screen and (max-width:1024px) {
	.heading-1 .link {
		font-size: 36px
	}
}

@media screen and (max-width:767px) {
	.heading-1 .link {
		font-size: 32px
	}
}

@media screen and (max-width:767px) {
	.heading-1 img {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}
}

.contents-area .heading-1 {
	color: #000;
	margin-bottom: calc(47px - (((40px * 1.4) - 40px) / 2))
}

@media screen and (max-width:1024px) {
	.contents-area .heading-1 {
		margin-bottom: calc(47px - (((36px * 1.4) - 36px) / 2))
	}
}

@media screen and (max-width:767px) {
	.contents-area .heading-1 {
		margin-bottom: calc(47px - (((32px * 1.4) - 32px) / 2))
	}
}

.heading-2 .link {
	font-size: 24px;
	padding-left: 20px
}

@media screen and (max-width:1024px) {
	.heading-2 .link {
		font-size: 22px
	}
}

@media screen and (max-width:767px) {
	.heading-2 .link {
		font-size: 20px
	}
}

.heading-2--large .link {
	font-size: 30px;
	padding-left: 20px
}

@media screen and (max-width:1024px) {
	.heading-2--large .link {
		font-size: 28px
	}
}

@media screen and (max-width:767px) {
	.heading-2--large .link {
		font-size: 26px
	}
}

.columns_type01 .heading-2 {
	margin-bottom: 10px;
	line-height: 1.1
}

.popup .heading-2 {
	color: #fff
}

.billboard--others+.contents-area .heading-2 {
	margin-top: 0
}

.heading-3 .link {
	font-size: 18px;
	padding-left: 20px
}

.heading-3 .link:after {
	top: .5em
}

.heading-4 .link {
	font-size: 16px
}

.heading-5 .link {
	font-size: 16px
}

.heading-link {
	position: relative
}

.heading-link .link-title {
	position: absolute;
	right: 40px;
	top: 3px
}

@media screen and (max-width:767px) {
	.heading-link .link-title {
		right: 30px
	}
}

@media screen and (max-width:370px) {
	.heading-link .link-title {
		right: 20px
	}

	.heading-link .link-title .link {
		font-size: 12px;
		padding-left: 10px
	}
}

@media screen and (max-width:370px) {
	.heading-link .heading-2--eng>.jp {
		padding-left: 5px
	}
}

@media screen and (max-width:1024px) {
	.heading-link--laptop .heading-2 {
		padding-bottom: 40px
	}

	.heading-link--laptop .link-title {
		right: inherit;
		left: 0;
		top: inherit;
		bottom: 10px
	}
}

@media screen and (max-width:767px) {
	.heading-link--laptop .heading-2 {
		padding-bottom: calc(21px - (((20px * 1.4) - 20px) / 2))
	}

	.heading-link--laptop .link-title {
		right: 30px;
		left: inherit;
		top: 3px;
		bottom: inherit
	}
}

@media screen and (max-width:370px) {
	.heading-link--laptop .link-title {
		right: 20px
	}
}

.icon {
	position: relative;
	color: #000;
	text-decoration: none;
	display: inline-block
}

@media screen and (min-width:1025px) {
	.icon:hover {
		color: #eee
	}

	.icon:hover:after {
		-webkit-transform: translateX(20px);
		transform: translateX(20px);
		opacity: .5
	}
}

.icon--default {
	padding-right: 10px
}

.icon--default:after {
	content: "";
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2LjUgMTIiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMWYyYjJiO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvX2Fycm93PC90aXRsZT48ZyBpZD0i44Os44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMS0yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIj48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNi41IDYgMC41IDAgMCAwLjUgNS41IDYgMCAxMS41IDAuNSAxMiA2LjUgNiIvPjwvZz48L2c+PC9zdmc+);
	background-repeat: no-repeat;
	display: block;
	width: 8px;
	height: 12px;
	vertical-align: middle;
	position: absolute;
	right: -10px;
	top: calc(50% - 6px)
}

.button--default .icon--default:after {
	right: 20px
}

@media screen and (min-width:1025px) {
	.icon--default:hover {
		color: #eee
	}

	.icon--default:hover:after {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
		opacity: .5
	}
}

.icon--window:after {
	content: "";
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMS45NyAxMS45NyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMxZjJiMmI7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29fd2luZG93PC90aXRsZT48ZyBpZD0i44Os44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGlkPSJjb250ZW50Ij48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMS40NCwwSDUuMWEuNTMuNTMsMCwwLDAtLjUzLjUzVjIuMTdILjdhLjcuNywwLDAsMC0uNy43djguNGEuNy43LDAsMCwwLC43LjdIOS4xYS43LjcsMCwwLDAsLjctLjdWNy40aDEuNjRBLjUzLjUzLDAsMCwwLDEyLDYuODdWLjUzQS41My41MywwLDAsMCwxMS40NCwwWk04LjgsMTFIMVYzLjE3SDQuNTd2My43YS41My41MywwLDAsMCwuNTMuNTNIOC44Wk0xMSw2LjRINS41N1YxSDExWiIvPjwvZz48L2c+PC9zdmc+);
	background-repeat: no-repeat;
	display: block;
	width: 11px;
	height: 12px;
	vertical-align: middle;
	position: absolute;
	right: -23px;
	top: calc(50% - 6px)
}

.icon--map:after {
	content: "";
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3LjU3IDEyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzFmMmIyYjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb19tYXA8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9ImNvbnRlbnQiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTMuNzksMEEzLjc5LDMuNzksMCwwLDAsMCwzLjc5QzAsOC4xNywzLjc5LDEyLDMuNzksMTJTNy41Nyw4LjE3LDcuNTcsMy43OUEzLjc5LDMuNzksMCwwLDAsMy43OSwwWm0wLDUuMzlBMS4zOSwxLjM5LDAsMSwxLDUuMTgsNCwxLjM5LDEuMzksMCwwLDEsMy43OSw1LjM5WiIvPjwvZz48L2c+PC9zdmc+);
	background-repeat: no-repeat;
	display: block;
	width: 8px;
	height: 12px;
	vertical-align: middle;
	position: absolute;
	right: -19px;
	top: calc(50% - 6px)
}

.icon--pdf:after {
	content: "";
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5Ljk0IDEyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzA0MDAwMDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb19wZGY8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9ImNvbnRlbnQiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTYuOTMuNzUsOCwxLjgybDEuMiwxLjI2djguMThILjc1Vi43NUg2LjkzTTcuMjQsMEgwVjEySDkuOTRWMi43Nkw4LjUzLDEuMjksNy4yNCwwWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTcuOCw3LjUyYS45LjksMCwwLDAtLjE4LS4yMiwxLjMzLDEuMzMsMCwwLDAtLjIyLS4xNiwyLjkzLDIuOTMsMCwwLDAtMS40OC0uM0g1Ljg0bC0uMTEtLjFBMywzLDAsMCwxLDUuMTMsNmE0LjA1LDQuMDUsMCwwLDAsLjQzLTEuNzcsMSwxLDAsMCwwLDAtLjI0Ljc4Ljc4LDAsMCwwLS4xNy0uMzFoMGEuNjMuNjMsMCwwLDAtLjQ3LS4yMi41OS41OSwwLDAsMC0uNDUuMjEuODUuODUsMCwwLDAtLjE4LjU1LDQuNyw0LjcsMCwwLDAsLjA4LDFsMCwuMDdBMy42LDMuNiwwLDAsMCw0LjYsNmMtLjEzLjI2LS4yNi40OS0uMzUuNjRMNCw3YTUuNCw1LjQsMCwwLDAtLjkyLjI0LDIuMzUsMi4zNSwwLDAsMC0uODQuNDksMSwxLDAsMCwwLS4yNy40LjYxLjYxLDAsMCwwLDAsLjQyLjU5LjU5LDAsMCwwLC4yNS4yOWwuMDksMGEuNzYuNzYsMCwwLDAsLjI5LjA2LDEsMSwwLDAsMCwuNjgtLjI4LDcuMDYsNy4wNiwwLDAsMCwxLTEuMjJsLjYzLS4wOC43My0uMDUuMTkuMTdhNy43Nyw3Ljc3LDAsMCwwLC44NC42OGgwTDcsOC4zM2EuNzIuNzIsMCwwLDAsLjMxLjA3LjYyLjYyLDAsMCwwLC4zNi0uMTFBLjU3LjU3LDAsMCwwLDcuODYsOCwuNjEuNjEsMCwwLDAsNy44LDcuNTJabS0zLTIuNzZhNC4yMSw0LjIxLDAsMCwxLDAtLjU0YzAtLjE4LjA3LS4zLjE2LS4zcy4xNS4wNi4xOC4xOWEuNTcuNTcsMCwwLDEsMCwuMTNjMCwuMDYsMCwuMTIsMCwuMThBMi43MiwyLjcyLDAsMCwxLDUsNWEzLjg3LDMuODcsMCwwLDEtLjEyLjRBMy4zOCwzLjM4LDAsMCwxLDQuNzUsNC43NlpNMi40NSw4LjM5YzAtLjA2LDAtLjE3LjE1LS4zMWEyLjM2LDIuMzYsMCwwLDEsMS0uNWwtLjI3LjM0YTMuNywzLjcsMCwwLDEtLjM3LjQuNTkuNTksMCwwLDEtLjMxLjE2SDIuNjRBLjE5LjE5LDAsMCwxLDIuNDUsOC4zOVptMi4yLTEuNDZ2MGgwdjBsLjIxLS4zN3YwbDAsMCwuMTkuMjQuMS4xMWgwbDAsMEw1LDYuODlINC44OVpNNyw3Ljc4YTUuMDgsNS4wOCwwLDAsMS0uNTctLjQ1LDEuOSwxLjksMCwwLDEsLjc1LjIxLjcxLjcxLDAsMCwxLC4xOC4xNGMuMDcuMDcuMDkuMTMuMDguMThhLjExLjExLDAsMCwxLS4xMi4wN2wtLjExLDBMNyw3Ljc5WiIvPjwvZz48L2c+PC9zdmc+);
	background-repeat: no-repeat;
	display: block;
	width: 13px;
	height: 14px;
	vertical-align: middle;
	position: absolute;
	right: -25px;
	top: calc(50% - 6px)
}

.lead {
	font-size: 16px;
	line-height: 1.8
}

.link {
	position: relative;
	text-decoration: none;
	color: #000;
	display: inline-block;
	padding-left: 16px;
	-webkit-transition: all .3s;
	font-size: 14px;
	line-height: 1.4;
	transition: all .3s;
	z-index: 2;
	outline: none
}

@media screen and (min-width:1025px) {
	.link:hover {
		color: #f22300
	}
}

.link.img {
	line-height: 1
}

.link--white {
	color: #fff
}

.link:after {
	content: "";
	position: absolute;
	top: .35em;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 6px;
	height: 8px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #f22300
}

.link--back {
	line-height: 1
}

.link--back:after {
	border-left: none;
	border-right: 6px solid #f22300
}

.link--window:before {
	content: "●"
}

.link-area {
	display: block;
	padding: 20px 0;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 1
}

@media screen and (min-width:1025px) {
	.link-area:hover .link {
		color: #f22300
	}
}

.link--wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
	outline: none
}

.link--wrapper:visited,
.link--wrapper:active,
.link--wrapper:link {
	outline: none
}

.link--upper {
	margin-top: -95px;
	padding-top: 95px
}

@media screen and (max-width:1024px) {
	.link--upper {
		margin-top: -50px;
		padding-top: 50px
	}
}

.excursion-wrapper {
	background-color: #eee;
	padding: calc(50px - (((18px * 1.4) - 18px) / 2)) 0 50px
}

.excursion-list .link {
	font-weight: 400
}

.back-link-list {
	padding-bottom: 20px;
	border-bottom: 1px solid #000
}

.back-link-list>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: -10px -15px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.back-link-list>ul>li {
	padding: 10px 15px
}

.back-link-list>ul>li a {
	font-size: 16px
}

.list:not(:first-child) {
	margin-top: 20px
}

.list:not(:last-child) {
	margin-bottom: 20px
}

.list__item:not(:first-child) {
	margin-top: 15px
}

.list__item:not(:last-child) {
	margin-bottom: 15px
}

.list--none>.list__item:not(:first-child) {
	margin-top: 10px
}

.list--none>.list__item:not(:last-child) {
	margin-bottom: 10px
}

.list--float {
	margin: 0 -25px
}

@media screen and (max-width:1299px) {
	.list--float {
		margin: 0 -15px
	}
}

@media screen and (max-width:767px) {
	.list--float {
		margin: 0
	}
}

.list--float--text {
	margin: 0 !important
}

.list--float--text:after {
	content: "";
	clear: both;
	display: table
}

.list--float--text.text-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.list--float--text.text-center>.list__item {
	float: none
}

.list--float--text>.list__item {
	float: left;
	width: auto !important;
	padding: 0 10px 0 0 !important;
	margin: 0 0 10px !important
}

.list--float--text>.list__item:before {
	display: none
}

.list--float--text>.list__item.img a:hover:after {
	width: 0
}

.list--float--text>.list__item.button a {
	color: #fff
}

@media screen and (min-width:1025px) {
	.list--float--text>.list__item.button a:hover {
		color: #f22300
	}
}

.list--float--text>.list__item.button a:after {
	left: auto;
	background-color: transparent
}

.list--float--text>.list a {
	padding-bottom: 0;
	border-bottom: none
}

.list--float>.list__item {
	float: left;
	padding: 0 25px;
	width: 25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0
}

@media screen and (max-width:1299px) {
	.list--float>.list__item {
		padding: 0 15px
	}
}

@media screen and (max-width:1024px) {
	.list--float>.list__item {
		width: 50%
	}
}

@media screen and (max-width:767px) {
	.list--float>.list__item {
		padding: 0;
		width: 100%
	}
}

.list--float>.list__item a {
	display: block;
	padding: calc(20px - (((14px * 1.4) - 14px) / 2)) 0 calc(20px - (((14px * 1.4) - 14px) / 2)) 16px;
	border-bottom: 1px solid #666
}

.list--float>.list__item a:after {
	top: 23px
}

.map {
	width: 100%;
	height: 450px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:767px) {
	.map {
		height: 300px
	}
}

.movie {
	position: relative;
	display: block
}

.movie:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjUgMTI1Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb19tb3ZpZV9wbGF5PC90aXRsZT48ZyBpZD0i44Os44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGlkPSJjb250ZW50Ij48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik02Mi41LDFBNjEuNSw2MS41LDAsMSwxLDEsNjIuNSw2MS41Nyw2MS41NywwLDAsMSw2Mi41LDFtMC0xQTYyLjUsNjIuNSwwLDEsMCwxMjUsNjIuNSw2Mi41LDYyLjUsMCwwLDAsNjIuNSwwWiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI4NS41NyA2Mi41IDQ5LjQzIDQxLjY0IDQ5LjQzIDgzLjM2IDg1LjU3IDYyLjUiLz48L2c+PC9nPjwvc3ZnPg==);
	background-repeat: no-repeat;
	width: 126px;
	height: 126px
}

@media screen and (max-width:1024px) {
	.movie:before {
		width: 50px;
		height: 50px
	}
}

.movie:after {
	content: "PLAY";
	display: block;
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 15px;
	top: calc(50% + 100px);
	font-family: Yantramanav, sans-serif;
	font-size: 42px;
	font-weight: 100;
	letter-spacing: .6em;
	color: #fff;
	text-align: center;
	line-height: 100%
}

.movie:hover:before {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjUgMTI1Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2FmMDAwMDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb19tb3ZpZV9wbGF5X2hvdmVyPC90aXRsZT48ZyBpZD0i44Os44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGlkPSJjb250ZW50Ij48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik02Mi41LDFBNjEuNSw2MS41LDAsMSwxLDEsNjIuNSw2MS41Nyw2MS41NywwLDAsMSw2Mi41LDFtMC0xQTYyLjUsNjIuNSwwLDEsMCwxMjUsNjIuNSw2Mi41LDYyLjUsMCwwLDAsNjIuNSwwWiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI4NS41NyA2Mi41IDQ5LjQzIDQxLjY0IDQ5LjQzIDgzLjM2IDg1LjU3IDYyLjUiLz48L2c+PC9nPjwvc3ZnPg==)
}

.movie:hover:after {
	color: #f22300
}

.news-wrapper02 .news-list {
	margin: -10px 0
}

.news-wrapper02 .news-list__item {
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (min-width:1025px) {
	.news-wrapper02 .news-list__item a:hover .link {
		color: #f22300
	}
}

.news-wrapper02 .news-list__item__upper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -5px
}

.news-wrapper02 .news-list__item__upper__category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.news-wrapper02 .news-list__item__upper__category span {
	min-width: 100px;
	height: 20px;
	line-height: 20px;
	background-color: #333;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	padding: 0 1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 5px;
	margin-bottom: 5px
}

.news-wrapper02 .news-list__item__upper__category span:last-child {
	margin-right: 0
}

.news-wrapper02 .news-list__item__upper__date {
	font-size: 14px;
	line-height: 1;
	padding: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.news-wrapper02 .news-list__item__lower {
	padding-top: 5px
}

.news-search .columns--two-one {
	margin: 0
}

@media screen and (max-width:1024px) {
	.news-search .columns--two-one {
		display: block;
		margin: -50px 0
	}
}

@media screen and (max-width:767px) {
	.news-search .columns--two-one {
		display: block;
		margin: -35px 0
	}
}

.news-search .columns--two-one>.columns__column:nth-of-type(1) {
	-webkit-box-flex: inherit;
	-ms-flex: inherit;
	flex: inherit;
	width: calc(100% - 367px);
	padding: 0 50px 0 0
}

@media screen and (max-width:1299px) {
	.news-search .columns--two-one>.columns__column:nth-of-type(1) {
		padding-right: 30px
	}
}

@media screen and (max-width:1024px) {
	.news-search .columns--two-one>.columns__column:nth-of-type(1) {
		width: 100%;
		padding: 50px 0
	}
}

@media screen and (max-width:767px) {
	.news-search .columns--two-one>.columns__column:nth-of-type(1) {
		padding: 35px 0
	}
}

.news-search .columns--two-one>.columns__column:nth-of-type(2) {
	width: 367px;
	padding: 0
}

@media screen and (max-width:1299px) {
	.news-search .columns--two-one>.columns__column:nth-of-type(2) {
		padding: 0
	}
}

@media screen and (max-width:1024px) {
	.news-search .columns--two-one>.columns__column:nth-of-type(2) {
		width: 100%;
		padding: 50px 0
	}
}

@media screen and (max-width:767px) {
	.news-search .columns--two-one>.columns__column:nth-of-type(2) {
		padding: 35px 0
	}
}

.news-search .columns--one {
	margin: 0
}

.news-search .columns--one>.columns__column {
	width: 100%;
	padding: 0
}

.news-search .news-wrapper02 .news-list {
	margin: -10px 0
}

.news-search .news-wrapper02 .news-list__item {
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (min-width:1025px) {
	.news-search .news-wrapper02 .news-list__item a:hover .link {
		color: #f22300
	}
}

.news-search .news-wrapper02 .news-list__item__upper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: -5px
}

.news-search .news-wrapper02 .news-list__item__upper__category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.news-search .news-wrapper02 .news-list__item__upper__category span {
	min-width: 100px;
	height: 20px;
	line-height: 20px;
	background-color: #333;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	padding: 0 1em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 5px;
	margin-bottom: 5px
}

.news-search .news-wrapper02 .news-list__item__upper__category span:last-child {
	margin-right: 0
}

.news-search .news-wrapper02 .news-list__item__upper__date {
	font-size: 14px;
	line-height: 1;
	padding: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.news-search .news-wrapper02 .news-list__item__lower {
	padding-top: 5px
}

.news-search .search-box {
	padding: 30px;
	background-color: #666
}

@media screen and (max-width:767px) {
	.news-search .search-box {
		padding: 20px
	}
}

.news-search .search-box .columns--search {
	display: block;
	margin: -15px 0
}

@media screen and (max-width:1024px) {
	.news-search .search-box .columns--search {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 -15px
	}
}

@media screen and (max-width:767px) {
	.news-search .search-box .columns--search {
		display: block;
		margin: -10px 0
	}
}

.news-search .search-box__title {
	color: #fff;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 20px
}

.news-search .search-box__upper {
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.news-search .search-box__upper .error {
	color: #f22300;
	padding: 5px;
	background-color: #fde7e4;
	margin-top: 10px
}

@media screen and (max-width:1024px) {
	.news-search .search-box__upper {
		width: 50%;
		padding: 0 15px
	}
}

@media screen and (max-width:767px) {
	.news-search .search-box__upper {
		width: 100%;
		padding: 10px 0
	}
}

.news-search .search-box__upper .input {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px
}

.news-search .search-box__upper .input-search {
	background-color: #fff;
	border: none;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	width: 100%;
	font-size: 12px;
	line-height: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #000
}

@media screen and (max-width:370px) {
	.news-search .search-box__upper .input-search {
		font-size: 10px
	}
}

.news-search .search-box__upper .input-search::-webkit-input-placeholder {
	color: #000
}

.news-search .search-box__upper .input-search::-moz-placeholder {
	color: #000
}

.news-search .search-box__upper .input-search:-ms-input-placeholder {
	color: #000
}

.news-search .search-box__upper .input-search::-ms-input-placeholder {
	color: #000
}

.news-search .search-box__upper .input-search::placeholder {
	color: #000
}

html:lang(en) .news-search .search-box__upper .input-search::-webkit-input-placeholder {
	font-size: 12px
}

html:lang(en) .news-search .search-box__upper .input-search::-moz-placeholder {
	font-size: 12px
}

html:lang(en) .news-search .search-box__upper .input-search:-ms-input-placeholder {
	font-size: 12px
}

html:lang(en) .news-search .search-box__upper .input-search::-ms-input-placeholder {
	font-size: 12px
}

html:lang(en) .news-search .search-box__upper .input-search::placeholder {
	font-size: 12px
}

.news-search .search-box__upper .input-search::-webkit-input-placeholder {
	padding-top: .2em
}

.news-search .search-box__upper .button-search {
	outline: none;
	background-color: #f22300;
	padding: 0 20px;
	color: #fff;
	height: 40px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 100px;
	border: none
}

@media screen and (min-width:1025px) {
	.news-search .search-box__upper .button-search:hover {
		opacity: .7
	}
}

.news-search .search-box__upper .button-search>span {
	display: inline-block;
	padding: 8px 0 0 32px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiIGNsYXNzPSJiaSBiaS1zZWFyY2giIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPHBhdGggZD0iTTExLjc0MiAxMC4zNDRhNi41IDYuNSAwIDEgMC0xLjM5NyAxLjM5OGgtLjAwMXEuMDQ0LjA2LjA5OC4xMTVsMy44NSAzLjg1YTEgMSAwIDAgMCAxLjQxNS0xLjQxNGwtMy44NS0zLjg1YTEgMSAwIDAgMC0uMTE1LS4xek0xMiA2LjVhNS41IDUuNSAwIDEgMS0xMSAwIDUuNSA1LjUgMCAwIDEgMTEgMCIvPgo8L3N2Zz4=);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 22px 22px;
	font-size: 12px;
	min-height: 22px;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff;
	white-space: nowrap
}

@media all and (-ms-high-contrast:none) {
	.news-search .search-box__upper .button-search>span {
		padding-top: 12px
	}
}

.news-search .search-box__lower {
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:1024px) {
	.news-search .search-box__lower {
		width: 50%;
		padding: 0 15px
	}
}

@media screen and (max-width:767px) {
	.news-search .search-box__lower {
		width: 100%;
		padding: 10px 0
	}
}

.news-search .search-box__lower .condition__item__search--button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: -.5px
}

.news-search .search-box__lower .condition__item__search--button__item {
	padding: .5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 33.33333%;
	margin: 0
}

@media screen and (max-width:767px) {
	.news-search .search-box__lower .condition__item__search--button__item {
		width: 50%
	}
}

.news-search .search-box__lower .condition__item__search--button__item a {
	display: block;
	padding: 13px 5px
}

@media screen and (max-width:767px) {
	.news-search .search-box__lower .condition__item__search--button__item a {
		text-align: center
	}
}

.news-search .search-box__lower .condition__item__search--button__item a>span {
	padding-left: 16px;
	font-size: 12px;
	white-space: nowrap
}

@media screen and (max-width:370px) {
	.news-search .search-box__lower .condition__item__search--button__item a>span {
		font-size: 10px
	}
}

.point-wrapper {
	background-color: #000;
	padding: 50px 0
}

.point-wrapper .columns {
	margin: -25px
}

@media screen and (max-width:1299px) {
	.point-wrapper .columns {
		margin: -15px
	}
}

@media screen and (max-width:767px) {
	.point-wrapper .columns {
		margin: -10px
	}
}

.point-wrapper .columns__column {
	padding: 25px
}

@media screen and (max-width:1299px) {
	.point-wrapper .columns__column {
		padding: 15px
	}
}

@media screen and (max-width:767px) {
	.point-wrapper .columns__column {
		padding: 10px
	}
}

.point-wrapper .columns.columns__four {
	margin: -25px auto;
	width: 75%
}

@media screen and (max-width:1299px) {
	.point-wrapper .columns.columns__four {
		margin: -15px auto
	}
}

@media screen and (max-width:767px) {
	.point-wrapper .columns.columns__four {
		width: auto
	}
}

.point-wrapper .columns.columns__four .columns__column {
	padding: 25px;
	width: 50%
}

@media screen and (max-width:1299px) {
	.point-wrapper .columns.columns__four .columns__column {
		padding: 15px
	}
}

@media screen and (max-width:767px) {
	.point-wrapper .columns.columns__four .columns__column {
		padding: 10px;
		width: 100%
	}
}

.point-wrapper .padding-box {
	text-align: center;
	background-color: #fff;
	padding: calc(50px - (((16px * 1.6) - 16px) / 2)) 50px calc(50px - (((14px * 1.8) - 14px) / 2))
}

@media screen and (max-width:1299px) {
	.point-wrapper .padding-box {
		padding-right: 30px;
		padding-left: 30px
	}
}

@media screen and (max-width:767px) {
	.point-wrapper .padding-box {
		padding-right: 20px;
		padding-left: 20px
	}
}

.point-wrapper .padding-box .point {
	color: #f22300;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 900;
	margin-bottom: calc(20px - (((16px * 1.6) - 16px) / 2))
}

.point-wrapper .padding-box .heading-3 {
	padding-bottom: 0 !important
}

.point-wrapper .padding-box .heading-3:before,
.point-wrapper .padding-box .heading-3:after {
	display: none
}

.policy {
	padding: calc(50px - (((18px * 1.8) - 18px) / 2)) 50px;
	background-color: #000
}

@media screen and (max-width:767px) {
	.policy {
		padding: calc(50px - (((18px * 1.8) - 18px) / 2)) 30px
	}
}

.policy p {
	color: #fff;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
	line-height: 1.8
}

.sdgs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -15px
}

@media screen and (max-width:767px) {
	.sdgs {
		margin: -10px
	}
}

.sdgs__column {
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 16.66666%
}

@media screen and (max-width:1024px) {
	.sdgs__column {
		width: 25%
	}
}

@media screen and (max-width:767px) {
	.sdgs__column {
		width: 33.33333%
	}
}

@media screen and (max-width:767px) and (max-width:767px) {
	.sdgs__column {
		padding: 10px
	}
}

.section+.section {
	padding-top: 100px
}

@media screen and (max-width:767px) {
	.section+.section {
		padding-top: 70px
	}
}

.mt0 {
	padding-top: 0
}

.mt10 {
	padding-top: 10px
}

.mt10.link--top {
	margin-top: -122px !important
}

@media screen and (max-width:1199px) {
	.mt10.link--top {
		margin-top: -135px !important
	}
}

@media screen and (max-width:1024px) {
	.mt10.link--top {
		margin-top: -105px !important
	}
}

@media screen and (max-width:767px) {
	.mt10.link--top {
		margin-top: -70px !important
	}
}

.mt20 {
	padding-top: 20px
}

.mt20.link--top {
	margin-top: -112px !important
}

@media screen and (max-width:1199px) {
	.mt20.link--top {
		margin-top: -125px !important
	}
}

@media screen and (max-width:1024px) {
	.mt20.link--top {
		margin-top: -95px !important
	}
}

@media screen and (max-width:767px) {
	.mt20.link--top {
		margin-top: -60px !important
	}
}

.mt30 {
	padding-top: 30px
}

.mt30.link--top {
	margin-top: -102px !important
}

@media screen and (max-width:1199px) {
	.mt30.link--top {
		margin-top: -115px !important
	}
}

@media screen and (max-width:1024px) {
	.mt30.link--top {
		margin-top: -85px !important
	}
}

@media screen and (max-width:767px) {
	.mt30.link--top {
		margin-top: -50px !important
	}
}

.mt40 {
	padding-top: 40px
}

.mt40.link--top {
	margin-top: -92px !important
}

@media screen and (max-width:1199px) {
	.mt40.link--top {
		margin-top: -105px !important
	}
}

@media screen and (max-width:1024px) {
	.mt40.link--top {
		margin-top: -75px !important
	}
}

@media screen and (max-width:767px) {
	.mt40.link--top {
		margin-top: -40px !important
	}
}

.mt50 {
	padding-top: 50px
}

.mt50.link--top {
	margin-top: -82px !important
}

@media screen and (max-width:1199px) {
	.mt50.link--top {
		margin-top: -95px !important
	}
}

@media screen and (max-width:1024px) {
	.mt50.link--top {
		margin-top: -65px !important
	}
}

@media screen and (max-width:767px) {
	.mt50.link--top {
		margin-top: -30px !important
	}
}

.mt60 {
	padding-top: 60px
}

.mt60.link--top {
	margin-top: -72px !important
}

@media screen and (max-width:1199px) {
	.mt60.link--top {
		margin-top: -85px !important
	}
}

@media screen and (max-width:1024px) {
	.mt60.link--top {
		margin-top: -55px !important
	}
}

@media screen and (max-width:767px) {
	.mt60.link--top {
		margin-top: -20px !important
	}
}

.mt70 {
	padding-top: 70px
}

.mt70.link--top {
	margin-top: -62px !important
}

@media screen and (max-width:1199px) {
	.mt70.link--top {
		margin-top: -75px !important
	}
}

@media screen and (max-width:1024px) {
	.mt70.link--top {
		margin-top: -45px !important
	}
}

@media screen and (max-width:767px) {
	.mt70.link--top {
		margin-top: -10px !important
	}
}

.mt80 {
	padding-top: 80px
}

.mt80.link--top {
	margin-top: -52px !important
}

@media screen and (max-width:1199px) {
	.mt80.link--top {
		margin-top: -65px !important
	}
}

@media screen and (max-width:1024px) {
	.mt80.link--top {
		margin-top: -35px !important
	}
}

@media screen and (max-width:767px) {
	.mt80.link--top {
		margin-top: 0 !important
	}
}

.mt90 {
	padding-top: 90px
}

.mt90.link--top {
	margin-top: -42px !important
}

@media screen and (max-width:1199px) {
	.mt90.link--top {
		margin-top: -55px !important
	}
}

@media screen and (max-width:1024px) {
	.mt90.link--top {
		margin-top: -25px !important
	}
}

@media screen and (max-width:767px) {
	.mt90.link--top {
		margin-top: 10px !important
	}
}

.mt100 {
	padding-top: 100px
}

.mt100.link--top {
	margin-top: -32px !important
}

@media screen and (max-width:1199px) {
	.mt100.link--top {
		margin-top: -45px !important
	}
}

@media screen and (max-width:1024px) {
	.mt100.link--top {
		margin-top: -15px !important
	}
}

@media screen and (max-width:767px) {
	.mt100.link--top {
		margin-top: 20px !important
	}
}

.mt110 {
	padding-top: 110px
}

.mt110.link--top {
	margin-top: -22px !important
}

@media screen and (max-width:1199px) {
	.mt110.link--top {
		margin-top: -35px !important
	}
}

@media screen and (max-width:1024px) {
	.mt110.link--top {
		margin-top: -5px !important
	}
}

@media screen and (max-width:767px) {
	.mt110.link--top {
		margin-top: 30px !important
	}
}

.mt120 {
	padding-top: 120px
}

.mt120.link--top {
	margin-top: -12px !important
}

@media screen and (max-width:1199px) {
	.mt120.link--top {
		margin-top: -25px !important
	}
}

@media screen and (max-width:1024px) {
	.mt120.link--top {
		margin-top: 5px !important
	}
}

@media screen and (max-width:767px) {
	.mt120.link--top {
		margin-top: 40px !important
	}
}

.mt130 {
	padding-top: 130px
}

.mt130.link--top {
	margin-top: -2px !important
}

@media screen and (max-width:1199px) {
	.mt130.link--top {
		margin-top: -15px !important
	}
}

@media screen and (max-width:1024px) {
	.mt130.link--top {
		margin-top: 15px !important
	}
}

@media screen and (max-width:767px) {
	.mt130.link--top {
		margin-top: 50px !important
	}
}

.mt140 {
	padding-top: 140px
}

.mt140.link--top {
	margin-top: 8px !important
}

@media screen and (max-width:1199px) {
	.mt140.link--top {
		margin-top: -25px !important
	}
}

@media screen and (max-width:1024px) {
	.mt140.link--top {
		margin-top: 25px !important
	}
}

@media screen and (max-width:767px) {
	.mt140.link--top {
		margin-top: 60px !important
	}
}

.mt150 {
	padding-top: 150px
}

.mt150.link--top {
	margin-top: 18px !important
}

@media screen and (max-width:1199px) {
	.mt150.link--top {
		margin-top: -5px !important
	}
}

@media screen and (max-width:1024px) {
	.mt150.link--top {
		margin-top: 35px !important
	}
}

@media screen and (max-width:767px) {
	.mt150.link--top {
		margin-top: 70px !important
	}
}

.mb0 {
	margin-bottom: 0 !important
}

.mb10 {
	margin-bottom: 10px !important
}

.mb20 {
	margin-bottom: 20px !important
}

.mb30 {
	margin-bottom: 30px !important
}

.mb40 {
	margin-bottom: 40px !important
}

.mb50 {
	margin-bottom: 50px !important
}

.mb60 {
	margin-bottom: 60px !important
}

.mb70 {
	margin-bottom: 70px !important
}

.mb80 {
	margin-bottom: 80px !important
}

.mb90 {
	margin-bottom: 90px !important
}

.mb100 {
	margin-bottom: 100px !important
}

.mb110 {
	margin-bottom: 110px !important
}

.mb120 {
	margin-bottom: 120px !important
}

.mb130 {
	margin-bottom: 130px !important
}

.mb140 {
	margin-bottom: 140px !important
}

.mb150 {
	margin-bottom: 150px !important
}

.case-min-height {
	min-height: 300px
}

.strong {
	color: #f22300;
	font-weight: 400
}

.tab {
	position: relative
}

.tab__toggler {
	display: none
}

@media screen and (max-width:767px) {
	.tab__toggler {
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		background-color: #333;
		color: #fff;
		width: 46px;
		height: 46px;
		line-height: 1;
		border: none;
		cursor: pointer
	}

	.tab__toggler:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 6px;
		height: 8px;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 6px solid #f22300
	}
}

.tab__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-left: 1px solid #666;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media screen and (max-width:1024px) {
	.tab__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}

@media screen and (max-width:767px) {
	.tab__list {
		border-top: 1px solid #666;
		border-bottom: none;
		position: relative;
		margin-bottom: 65px
	}

	.tab__list.is-opened {
		margin-bottom: 0
	}

	.tab__list.is-opened>li {
		position: static
	}
}

.tab__list.-five {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media screen and (max-width:767px) {
	.tab__list.-five {
		margin-bottom: 65px
	}
}

.tab__list.-five.is-opened {
	margin-bottom: 0
}

.tab__list.-five.is-opened>li {
	position: static !important
}

.tab__list.-five>li {
	width: 20%;
	-webkit-box-sizing: border-box;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	box-sizing: border-box
}

.tab__list.-five>li:nth-child(n+6) a {
	border-top: none
}

@media screen and (max-width:1024px) {
	.tab__list.-five>li {
		width: 33.3333333333%
	}

	.tab__list.-five>li:nth-child(n+4) {
		border-top: none
	}
}

@media screen and (max-width:767px) {
	.tab__list.-five>li {
		width: 100%
	}
}

@media screen and (max-width:767px) {
	.tab__list {
		margin-left: 45px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}

.tab__list__item {
	width: 20%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.tab__list__item:nth-child(n+6) a {
	border-top: none
}

@media screen and (max-width:1024px) {
	.tab__list__item {
		-webkit-box-flex: inherit;
		-ms-flex: inherit;
		flex: inherit;
		width: 33.3333333333%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}

	.tab__list__item:nth-child(n+4) a {
		border-top: none
	}
}

@media screen and (max-width:767px) {
	.tab__list__item {
		width: 100%;
		display: none;
		position: absolute;
		top: 0
	}

	.tab__list__item a {
		border-top: none
	}

	.tab__list__item.is-active {
		z-index: 2;
		display: block
	}
}

.tab__list__item__button {
	background-color: #fff;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	outline: none;
	padding: calc(23px - (((16px * 1.4) - 16px) / 2)) 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 700;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #000;
	text-decoration: none;
	z-index: 2
}

@media screen and (max-width:767px) {
	.tab__list__item__button {
		padding: calc(15px - (((16px * 1.4) - 16px) / 2)) 20px;
		display: block;
		text-align: center
	}
}

.is-active .tab__list__item__button {
	background-color: #000;
	color: #fff
}

@media screen and (max-width:767px) {
	.is-active .tab__list__item__button {
		background-color: #fff;
		color: #000
	}
}

@media screen and (min-width:1025px) {
	.tab__list__item__button:hover {
		background-color: #000;
		color: #fff
	}
}

.tab__list__item__button:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 8px;
	height: 6px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-top: 6px solid #f22300;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media screen and (max-width:767px) {
	.tab__list__item__button:after {
		display: none
	}
}

@media screen and (min-width:1025px) {
	.tab__list__item__button:hover {
		color: #fff
	}

	.tab__list__item__button:hover:after {
		bottom: 0
	}
}

.tab__list__item__button span {
	display: inline-block;
	text-align: left
}

.tab__list__content {
	display: none;
	margin-top: 50px
}

@media screen and (max-width:767px) {
	.tab__list__content {
		margin-top: 20px
	}
}

.tab__list__content.is-active {
	display: block
}

.table {
	width: 100%;
	border-left: 1px dotted #eee;
	border-top: 1px dotted #eee
}

.table:not(:first-child) {
	margin-top: 20px
}

.table:not(:last-child) {
	margin-bottom: 40px
}

.table__head__row__header {
	padding: 18px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px dotted #fff;
	border-bottom: 1px dotted #eee;
	background-color: #666;
	color: #fff;
	font-weight: 400
}

.table__head__row__header:last-of-type {
	border-right: 1px dotted #eee
}

.table__head__row__header--none {
	background-color: transparent
}

.table__body__row__header {
	width: 200px;
	padding: 18px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px dotted #eee;
	border-bottom: 1px dotted #fff;
	background-color: #eee;
	color: #fff;
	font-weight: 400
}

@media screen and (max-width:1024px) {
	.table__body__row__header {
		width: 150px
	}
}

@media screen and (max-width:767px) {
	.table__body__row__header {
		width: 120px
	}
}

.table__body__row__data {
	padding: 18px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px dotted #eee;
	border-bottom: 1px dotted #eee
}

.table__body__row:last-of-type .table__body__row__header {
	border-bottom: 1px dotted #eee
}

@media screen and (max-width:1024px) {
	.table-scroll {
		position: relative;
		overflow-x: scroll
	}

	.table-scroll>.table,
	.table-scroll table {
		width: 1024px
	}
}

@media screen and (max-width:767px) {
	.table-scroll table {
		width: 767px
	}
}

@media screen and (max-width:767px) {
	.table-block {
		border-left: 0;
		width: 100%
	}

	.table-block table tr th {
		width: 100% !important;
		border-bottom: 1px solid #000;
		display: block
	}

	.table-block table tr td {
		display: block;
		border-bottom: 1px solid #000;
		border-left: none
	}
}

@media screen and (max-width:1024px) {
	.view--is-desktop {
		display: none
	}
}

.view--is-desktop-upper01 {
	display: none
}

@media screen and (max-width:1299px) {
	.view--is-desktop-upper01 {
		display: block
	}
}

.view--is-desktop-upper02 {
	display: none
}

@media screen and (max-width:1199px) {
	.view--is-desktop-upper02 {
		display: block
	}
}

.view--is-desktop-lower {
	display: none
}

@media screen and (max-width:1024px) {
	.view--is-desktop-lower {
		display: block
	}
}

.view--is-laptop {
	display: none
}

@media screen and (min-width:768px) and (max-width:1024px) {
	.view--is-laptop {
		display: block
	}
}

.view--is-laptop-lower {
	display: none
}

@media screen and (max-width:1024px) {
	.view--is-laptop-lower {
		display: block
	}
}

.view--is-laptop-upper {
	display: inline-block
}

@media screen and (max-width:767px) {
	.view--is-laptop-upper {
		display: none
	}
}

.view--is-palmtop {
	display: none
}

@media screen and (max-width:767px) {
	.view--is-palmtop {
		display: block
	}
}

.search-wrapper {
	background-color: #666;
	padding: 50px
}

@media screen and (max-width:1299px) {
	.search-wrapper {
		padding: 30px
	}
}

@media screen and (max-width:767px) {
	.search-wrapper {
		padding: 20px
	}
}

.search-wrapper .error {
	color: #f22300;
	padding: 5px;
	background-color: #fde7e4;
	margin-top: 10px
}

.search-wrapper .columns--search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -25px
}

@media screen and (max-width:1299px) {
	.search-wrapper .columns--search {
		margin: 0 -15px
	}
}

@media screen and (max-width:767px) {
	.search-wrapper .columns--search {
		display: block;
		margin: -10px 0
	}
}

.search-wrapper .columns--search>.columns__column {
	padding: 0 25px;
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media screen and (max-width:1299px) {
	.search-wrapper .columns--search>.columns__column {
		padding: 0 15px
	}
}

@media screen and (max-width:767px) {
	.search-wrapper .columns--search>.columns__column {
		width: 100%;
		padding: 10px 0
	}
}

.search-wrapper .columns--search>.columns__column .condition__item {
	padding: 0;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	color: #fff;
	margin-bottom: 10px
}

.search-wrapper .columns--search>.columns__column .condition__item--sentense {
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 16px
}

.search-wrapper .columns--search>.columns__column .condition__item--right {
	width: 100%;
	margin-bottom: 0
}

.search-wrapper .columns--search>.columns__column .condition__item__search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

@media screen and (max-width:1024px) {
	.search-wrapper .columns--search>.columns__column .condition__item__search {
		display: block;
		margin: 0
	}
}

.search-wrapper .columns--search>.columns__column .condition__item__search--button {
	margin: -.5px
}

@media screen and (max-width:1024px) {
	.search-wrapper .columns--search>.columns__column .condition__item__search--button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.search-wrapper .columns--search>.columns__column .condition__item__search--button__item {
	width: 33.33333%;
	padding: .5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0
}

@media screen and (max-width:767px) {
	.search-wrapper .columns--search>.columns__column .condition__item__search--button__item {
		width: 50%
	}
}

.search-wrapper .columns--search>.columns__column .condition__item__search--button__item a {
	width: 100%;
	padding: 13px 14px
}

@media all and (-ms-high-contrast:none) {
	.search-wrapper .columns--search>.columns__column .condition__item__search--button__item a {
		padding: 14px 14px 10px
	}
}

@media screen and (max-width:1024px) {
	.search-wrapper .columns--search>.columns__column .condition__item__search--button__item a {
		padding: 13px 5px
	}
}

.search-wrapper .columns--search>.columns__column .condition__item__search--button__item a>span {
	position: relative;
	display: inline-block;
	padding-left: 18px
}

@media screen and (max-width:370px) {
	.search-wrapper .columns--search>.columns__column .condition__item__search--button__item a>span {
		font-size: 10px
	}
}

.search-wrapper .columns--search>.columns__column .condition__item__search--button__item a>span:after {
	content: "";
	position: absolute;
	top: .2em;
	left: 0;
	right: inherit;
	bottom: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 6px;
	height: 8px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #f22300
}

@media all and (-ms-high-contrast:none) {
	.search-wrapper .columns--search>.columns__column .condition__item__search--button__item a>span:after {
		top: .1em
	}
}

.search-wrapper .columns--search>.columns__column .condition__item__search--button__item .button {
	margin-top: 0 !important
}

.search-wrapper .columns--search>.columns__column .condition__item__search .input {
	width: calc(100% - 100px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 0
}

@media screen and (max-width:1024px) {
	.search-wrapper .columns--search>.columns__column .condition__item__search .input {
		width: 100%;
		padding: 0 0 10px
	}
}

.search-wrapper .columns--search>.columns__column .condition__item__search .input .input-search {
	background-color: #fff;
	border: none;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px;
	width: 100%;
	font-size: 12px;
	line-height: normal;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight: 400;
	color: #000
}

@media screen and (max-width:370px) {
	.search-wrapper .columns--search>.columns__column .condition__item__search .input .input-search {
		font-size: 10px
	}
}

.search-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::-webkit-input-placeholder {
	color: #999
}

.search-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::-moz-placeholder {
	color: #999
}

.search-wrapper .columns--search>.columns__column .condition__item__search .input .input-search:-ms-input-placeholder {
	color: #999
}

.search-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::-ms-input-placeholder {
	color: #999
}

.search-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::placeholder {
	color: #999
}

html:lang(en) .search-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::-webkit-input-placeholder {
	font-size: 12px
}

html:lang(en) .search-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::-moz-placeholder {
	font-size: 12px
}

html:lang(en) .search-wrapper .columns--search>.columns__column .condition__item__search .input .input-search:-ms-input-placeholder {
	font-size: 12px
}

html:lang(en) .search-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::-ms-input-placeholder {
	font-size: 12px
}

html:lang(en) .search-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::placeholder {
	font-size: 12px
}

@media screen and (max-width:1024px) {
	.search-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::-webkit-input-placeholder {
		font-size: 10px;
		color: transparent
	}

	.search-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::-moz-placeholder {
		font-size: 10px;
		color: transparent
	}

	.search-wrapper .columns--search>.columns__column .condition__item__search .input .input-search:-ms-input-placeholder {
		font-size: 10px;
		color: transparent
	}

	.search-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::-ms-input-placeholder {
		font-size: 10px;
		color: transparent
	}

	.search-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::placeholder {
		font-size: 10px;
		color: transparent
	}
}

.search-wrapper .columns--search>.columns__column .condition__item__search .input .input-search::-webkit-input-placeholder {
	padding-top: .2em
}

.search-wrapper .columns--search>.columns__column .condition__item__search .button-search {
	outline: none;
	background-color: #f22300;
	padding: 0 20px;
	color: #fff;
	height: 40px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
	border: 1px solid #f22300;
	width: 100px
}

@media screen and (min-width:1025px) {
	.search-wrapper .columns--search>.columns__column .condition__item__search .button-search:hover {
		opacity: .7
	}
}

.search-wrapper .columns--search>.columns__column .condition__item__search .button-search>span {
	display: inline-block;
	padding: 8px 0 0 32px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiIGNsYXNzPSJiaSBiaS1zZWFyY2giIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPHBhdGggZD0iTTExLjc0MiAxMC4zNDRhNi41IDYuNSAwIDEgMC0xLjM5NyAxLjM5OGgtLjAwMXEuMDQ0LjA2LjA5OC4xMTVsMy44NSAzLjg1YTEgMSAwIDAgMCAxLjQxNS0xLjQxNGwtMy44NS0zLjg1YTEgMSAwIDAgMC0uMTE1LS4xek0xMiA2LjVhNS41IDUuNSAwIDEgMS0xMSAwIDUuNSA1LjUgMCAwIDEgMTEgMCIvPgo8L3N2Zz4=);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 22px 22px;
	font-size: 12px;
	min-height: 22px;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff;
	white-space: nowrap
}

@media all and (-ms-high-contrast:none) {
	.search-wrapper .columns--search>.columns__column .condition__item__search .button-search>span {
		padding-top: 12px
	}
}