@charset "UTF-8";

.HeaderNavigation .language {
	position: absolute;
	right: 125px;
    width: 100px;
    margin-top: 14px;
    display: flex;
    z-index: 8100;
    /* -webkit-transform: translate(0,-110px);
    transform: translate(0,-110px); */
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    transition-timing-function: cubic-bezier(.2,1,.2,1);
    transition-duration: .7s;
    transition-delay: 0s;
}

.HeaderNavigation .language li {
	margin-right: 14px;
}

.HeaderNavigation .language li a {
    color: #5C5C5C;
    font-size: 16px;
    letter-spacing: .01em;
    opacity: 1;
    -webkit-transition-property: color,opacity;
    transition-property: color,opacity;
    transition-timing-function: cubic-bezier(.2,1,.2,1);
    transition-duration: .7s;
    transition-delay: 0s;
}

.HeaderNavigation .language li a:hover {
	color: #fff;
}

.HeaderNavigation .language li a.active {
	color: #fff!important;
	text-decoration: underline;
}

a,
header .nav li {
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .2, 1)
}

body,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
ol,
p,
ul {
	margin: 0
}

#l_wrapper,
.Scroll .mv_arrow,
svg:not(:root) {
	overflow: hidden
}

header,
img {
	width: 100%
}

:focus,
a,
a:active,
a:focus,
a:hover {
	outline: 0
}

@font-face {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/bebasneue/v2/JTUSjIg69CK48gW7PXoo9Wlhzg.ttf) format('truetype')
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/notosansjp/v28/-F6pfjtqLzI2JPCgQBnw7HFQaioa1Xdj.otf) format('opentype')
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/notosansjp/v28/-F62fjtqLzI2JPCgQBnw7HFYwQgM.otf) format('opentype')
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/notosansjp/v28/-F6pfjtqLzI2JPCgQBnw7HFQMisa1Xdj.otf) format('opentype')
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/notosansjp/v28/-F6pfjtqLzI2JPCgQBnw7HFQei0a1Xdj.otf) format('opentype')
}

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/notosansjp/v28/-F6pfjtqLzI2JPCgQBnw7HFQQi8a1Xdj.otf) format('opentype')
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	-webkit-transition-duration: .7s;
	transition-duration: .7s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 1
}

.nav_area,
header .nav li {
	-webkit-transition-delay: 0s
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
optgroup,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0;
	max-width: 100%;
	vertical-align: bottom
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre,
textarea {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

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

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

html {
	font-size: 62.5%
}

body {
	padding: 0;
	font-size: 13px;
	letter-spacing: .2em;
	font-family: 'Noto Sans JP', YuGothic, 'Yu Gothic', Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'Droid Sans', メイリオ, sans-serif;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	font-smoothing: antialiased
}

.red_color {
	color: #ff5628
}

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

ol,
ul {
	list-style: none;
	padding: 0
}

button,
input[type=button],
input[type=submit] {
	background: 0 0;
	border: 0;
	padding: 0;
	text-align: center;
	cursor: pointer
}

.nav_area,
footer {
	background-color: #000
}

.en {
	font-family: Inter, sans-serif
}

.breakpc {
	display: block
}

.breaksp {
	display: none
}

@media screen and (max-width:780px) {
	.breakpc {
		display: none
	}
	.breaksp {
		display: block
	}
}

.pc {
	display: block
}

@media screen and (max-width:780px) {
	.pc {
		display: none
	}
}

.sp {
	display: none
}

#l_wrapper:after{
	content: '';
	display: block;
	clear: both
}

@media screen and (max-width:780px) {
	.sp {
		display: block
	}
}

a:hover {
	opacity: .5
}

#l_wrapper {
	line-height: 0;
	min-width: 900px
}
/*
header {
	position: fixed;
	z-index: 9999;
	margin-top: 39px
}

header .logo {
	position: absolute;
	width: 115px;
	left: 4%;
	z-index: 9999
}

header .nav {
	z-index: 1000;
	position: absolute;
	width: 468px;
	left: 50%;
	-webkit-transform: translateY(0) translateX(-50%);
	transform: translateY(0) translateX(-50%);
	margin: 16px auto 0
}

header .nav li {
	display: inline-block;
	float: left;
	color: #fff;
	opacity: 1;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
	transition-delay: 0s;
	font-size: 12px
}

header .nav li:hover {
	cursor: pointer;
	opacity: .6
}

header .nav li:nth-of-type(4) {
	margin-left: 432px
}

header .nav li:nth-of-type(3) {
	margin-left: 270px
}

header .nav li:nth-of-type(2) {
	margin-left: 112px
}

header .nav li:nth-of-type(1) {
	margin-left: 0
}
*/
footer {
	position: relative;
	z-index: 5000
}
/*
footer small {
	display: block;
	font-size: 9px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
	letter-spacing: .04em
}
*/
.nav_area {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 9000;
	font-size: 40px;
	min-width: 980px;
	display: none;
	text-align: center;
	-webkit-transition-property: opacity, background-color;
	transition-property: opacity, background-color;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	transition-delay: 0s
}

.nav_area .nav_logo {
	margin: 36vh auto 0;
	width: 340px
}

.nav_area .menus {
	width: 74%;
	display: block;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 80px auto 0;
	text-align: center
}

.nav_area .menus .menu {
	text-align: left;
	font-size: 15px;
	position: relative;
	letter-spacing: .05em;
	height: 30px;
	opacity: 1;
	color: #fff;
	display: inline-block;
	margin-left: 10px;
	white-space: nowrap;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

.nav_area .menus .menu:nth-of-type(1) {
	width: 177px
}

.nav_area .menus .menu:nth-of-type(2) {
	width: 180px
}

.nav_area .menus .menu:nth-of-type(3) {
	width: 144px
}

.nav_area .menus .menu:nth-of-type(4) {
	width: 146px
}

.nav_area .menus .menu:nth-of-type(5) {
	width: 84px
}

.nav_area .menus .menu:hover {
	opacity: .6;
	cursor: pointer
}

.nav_area .menus .menu a {
	color: #fff
}

.nav_area .ball {
	position: absolute;
	width: 50%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -100;
	min-width: 650px;
	max-width: 800px;
	opacity: .2
}

#globalnav {
	position: fixed;
	right: 0;
	top: 0;
	padding: 0;
	width: 150px;
	height: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 9999;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

#globalnav.active .globalnav__toggle {
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
	opacity: 1
}

#globalnav .globalnav__toggle {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 10px;
	opacity: .7
}

#globalnav .globalnav__toggle .globalnav__btn {
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
	height: 1px;
	bottom: 0;
	background-color: #fff;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

#globalnav .globalnav__toggle .globalnav__btn:before,
.opening .progressNumber {
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	-webkit-transition-delay: 0s
}

#globalnav .globalnav__toggle .globalnav__btn.active {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

#globalnav .globalnav__toggle .globalnav__btn.active:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 0
}

#globalnav .globalnav__toggle .globalnav__btn:before {
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	transition-delay: 0s;
	content: "";
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
	height: 1px;
	background-color: #fff;
	top: -9px
}

.opening .progressNumber,
.opening .upper .progress {
	display: inline-block;
	-webkit-transition-property: opacity
}

.opening {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 9999
}

.opening .progressNumber {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 24px;
	z-index: 9999;
	color: #fff;
	opacity: 1;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	-webkit-transition-duration: 1.5s;
	transition-duration: 1.5s;
	transition-delay: 0s
}

.Indicater span,
.opening .upper .progress {
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	-webkit-transition-delay: 0s
}

.opening .progressNumber.active {
	opacity: 0
}

.opening .upper {
	position: relative;
	width: 100%;
	height: 50vh;
	top: 0;
	background-color: #000
}

.opening .upper .progress {
	position: absolute;
	bottom: 0;
	will-change: width;
	width: 0%;
	height: 1px;
	opacity: .5;
	background-color: #fff;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	-webkit-transition-duration: 1.5s;
	transition-duration: 1.5s;
	transition-delay: 0s
}

.Indicater span,
.Product .ScrollTop {
	cursor: pointer;
	-webkit-transition-property: opacity
}

.opening .upper .progress.active {
	opacity: 0
}

.opening .downer {
	position: relative;
	width: 100%;
	height: 50vh;
	bottom: 0;
	background-color: #000
}

.Scroll .mv_arrow:after,
.viewDetail:after {
	content: "";
	background-color: #fff
}

.viewDetail {
	position: fixed;
	display: block;
	left: 50%;
	bottom: 50px;
	-webkit-transform: translateY(0) translateX(-50%);
	transform: translateY(0) translateX(-50%);
	width: 174px;
	padding: 18px 0;
	border-radius: 20px;
	font-size: 12px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	z-index: 1000
}

.Scroll,
.text {
    letter-spacing: 0.01em;
	font-size: 14px;
	color: #fff
}

.viewDetail:after {
	display: block;
	position: absolute;
	left: 50%;
	width: 1px;
	height: 50px;
	bottom: -50px
}

.Scroll {
	width: 53px;
	position: fixed;
	top: 50%;
	right: 26px;
	-webkit-transform: translate(0, -50%) rotate(90deg);
	transform: translate(0, -50%) rotate(90deg);
	z-index: 6000;
	letter-spacing: .04em
}

.Scroll .mv_arrow,
.Scroll .mv_arrow:after {
	position: absolute;
	height: 100px;
	display: block
}

.Scroll .mv_arrow {
	width: 1px;
	margin: 0 auto;
	top: -49px;
	left: 17px;
	-webkit-transform: translate(0, 0) rotate(270deg);
	transform: translate(0, 0) rotate(270deg)
}

.Scroll .mv_arrow:after {
	width: 2px;
	background-size: cover;
	left: 0;
	top: 0;
	-webkit-animation-name: mv_arrow_anim_arrow;
	animation-name: mv_arrow_anim_arrow;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

@-webkit-keyframes mv_scroll_anim {
	0%,
	100% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	75% {
		opacity: .8
	}
}

@keyframes mv_scroll_anim {
	0%,
	100% {
		opacity: 0
	}
	50% {
		opacity: 1
	}
	75% {
		opacity: .8
	}
}

@-webkit-keyframes mv_arrow_anim_arrow {
	0% {
		top: -100%;
		opacity: 0
	}
	100% {
		top: 115%;
		opacity: 1
	}
}

@keyframes mv_arrow_anim_arrow {
	0% {
		top: -100%;
		opacity: 0
	}
	100% {
		top: 115%;
		opacity: 1
	}
}

.blacklayer {
	width: 100vw;
	height: 100vh;
	position: fixed;
	background-color: #000;
	opacity: 0;
	z-index: 4000
}

.Indicater {
	position: fixed;
	top: 50%;
	left: 5%;
	width: 6px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 7000
}

.Indicater span {
	display: block;
	border: 1px solid #fff;
	width: 6px;
	height: 6px;
	margin-bottom: 14px;
	border-radius: 50%;
	opacity: 1;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	transition-delay: 0s
}

.Indicater span.active {
	background-color: #fff
}

.Indicater span:hover {
	opacity: .3
}

.text {
	line-height: 2em
}

#l_contents {
	display: none
}

#l_contents.active {
	display: block
}

.Contents {
	position: relative;
	z-index: 300;
	background-color: transparent
}

.Contents .mvContents {
	position: relative;
	width: 100vw;
	height: 100vh
}

.Contents .mvContents .container {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 600px;
	color: #fff;
	text-align: center
}

.Contents .mvContents .subtitle {
	font-size: 34px;
	margin-top: 65px;
	font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.Contents .mvContents .text {
	font-size: 18px;
	margin-top: 45px;
    letter-spacing: 0.01em;
	line-height: 1.5em
}

.Contents .concept1 {
	width: 100%;
	min-width: 980px;
	height: auto;
	top: 1290px;
	position: absolute;
	z-index: 7000;
	margin-top: 100px;
	-webkit-transition-property: opacity, margin-top, -webkit-transform;
	transition-property: opacity, margin-top, -webkit-transform;
	transition-property: transform, opacity, margin-top;
	transition-property: transform, opacity, margin-top, -webkit-transform;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 0
}

.Contents .concept1 .slide-wrapper>div:nth-of-type(1) div:nth-of-type(even) .image .name,
.Contents .concept1 .slide-wrapper>div:nth-of-type(2) div:nth-of-type(odd) .image .name {
	top: auto;
	bottom: 20px
}

@-webkit-keyframes loop {
	0% {
		-webkit-transform: translateX(125%);
		transform: translateX(125%)
	}
	to {
		-webkit-transform: translateX(-125%);
		transform: translateX(-125%)
	}
}

@keyframes loop {
	0% {
		-webkit-transform: translateX(125%);
		transform: translateX(125%)
	}
	to {
		-webkit-transform: translateX(-125%);
		transform: translateX(-125%)
	}
}

@-webkit-keyframes loop2 {
	0% {
		-webkit-transform: translateX(25%);
		transform: translateX(25%)
	}
	to {
		-webkit-transform: translateX(-225%);
		transform: translateX(-225%)
	}
}

@keyframes loop2 {
	0% {
		-webkit-transform: translateX(25%);
		transform: translateX(25%)
	}
	to {
		-webkit-transform: translateX(-225%);
		transform: translateX(-225%)
	}
}

.Contents .concept1.active {
	margin-top: 0;
	opacity: 1
}

.Contents .concept1 .slide-wrapper {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	width: 100%
}

.Contents .concept1 .slide-wrapper .slideContainer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	width: 100%;
	margin: 0;
	padding: 0
}

.Contents .concept1 .slide-wrapper>div:nth-of-type(1) div:nth-of-type(even),
.Contents .concept1 .slide-wrapper>div:nth-of-type(2) div:nth-of-type(odd) {
	margin-top: 40px
}

.Contents .concept1 .slide-wrapper>div:nth-of-type(1) {
	-webkit-animation: loop 50s -25s linear infinite;
	animation: loop 50s -25s linear infinite
}

.Contents .concept1 .slide-wrapper>div:nth-of-type(2) {
	-webkit-animation: loop2 50s linear infinite;
	animation: loop2 50s linear infinite
}

.Contents .concept1 .slide-wrapper>div {
	will-change: transform;
	-webkit-animation-play-state: running!important;
	animation-play-state: running!important
}

.Contents .concept1 .textContainer {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 100
}

.Contents .concept1 .textContainer .title {
	font-size: 26px;
	letter-spacing: .013em;
	color: #fff;
	margin-bottom: 50px;
	text-align: center
}

.Contents .concept1 .image {
	position: relative;
	display: inline-block;
	width: calc(100vw / 5);
	text-align: center;
	min-width: 190px
}

.Contents .concept1 .image .visual {
	opacity: .5
}

.Contents .concept1 .image .name {
	position: absolute;
	left: calc(100% - 19px);
	top: 20px;
	width: 42px;
	z-index: 100
}

.Contents .concept1 .item {
	width: 100%;
	background-color: transparent;
	margin-right: 5%;
	border-radius: 0
}

.Contents .concept2,
.Contents .technology1 {
	width: 980px;
	color: #fff;
	-webkit-transition-property: opacity, -webkit-transform;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	-webkit-transition-duration: .2s;
	-webkit-transition-delay: 0s;
	height: 100%;
	overflow: visible;
	z-index: 2000
}

.Contents .concept2 {
	position: fixed;
	top: 0;
	left: 50%;
	opacity: 0;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	transition-duration: .2s;
	transition-delay: 0s;
	-webkit-transform: translateY(0) translateX(-52%);
	transform: translateY(0) translateX(-52%)
}

.Contents .concept2.active {
	opacity: 1;
	-webkit-transform: translateY(0) translateX(-50%);
	transform: translateY(0) translateX(-50%)
}

.Contents .concept2 .textContainer {
	position: absolute;
	top: 50%;
	left: -4%;
	line-height: 2em;
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0)
}

@media screen and (max-width:1230px) {
	.Contents .concept2 .textContainer {
		left: 10%
	}
}

.Contents .concept2 .textContainer .title {
	font-size: 26px;
	letter-spacing: .013em;
	color: #fff;
	margin-bottom: 24px
}

.Contents .technology1 {
	position: fixed;
	top: 0;
	opacity: 0;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	transition-duration: .2s;
	transition-delay: 0s;
	left: 64%;
	-webkit-transform: translateY(0) translateX(-39%);
	transform: translateY(0) translateX(-39%)
}

.Contents .technology2,
.Product .ScrollTop {
	color: #fff;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	-webkit-transition-delay: 0s
}

.Contents .technology1.active {
	opacity: 1;
	-webkit-transform: translateY(0) translateX(-43%);
	transform: translateY(0) translateX(-43%)
}

.Contents .technology1 .textContainer {
	position: absolute;
	top: 50%;
	right: 6%;
	line-height: 2em;
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0)
}

@media screen and (min-width:1858px) {
	.Contents .technology1 .textContainer {
		right: auto;
		left: 5%
	}
	.Contents .technology1 .textContainer .bollMaterial {
		-webkit-transform: translateX(-6%);
		transform: translateX(-6%)
	}
}

.Contents .technology1 .textContainer .title {
	font-size: 26px;
	letter-spacing: .013em;
	color: #fff;
	text-align: center;
	margin-bottom: 24px
}

.Contents .technology1 .textContainer .text {
	text-align: center
}

.Contents .technology1 .textContainer .bollMaterial {
	width: 740px;
	-webkit-transform: translateX(-22%);
	transform: translateX(-22%);
	margin-bottom: 30px
}

.Contents .technology1 .textContainer p:nth-of-type(2) {
	margin-bottom: 20px
}

.Contents .technology2 {
	position: fixed;
	width: 980px;
	height: 100%;
	top: 0;
	left: 50%;
	opacity: 0;
	overflow: visible;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	transition-delay: 0s;
	-webkit-transform: translateY(0) translateX(-53%);
	transform: translateY(0) translateX(-53%);
	z-index: 2000
}

.Contents .technology2.active {
	opacity: 1;
	-webkit-transform: translateY(0) translateX(-46%);
	transform: translateY(0) translateX(-46%)
}

.Contents .technology2 .textContainer {
	position: absolute;
	top: 50%;
	left: -17%;
	line-height: 2em;
	-webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0)
}

@media screen and (max-width:1150px) {
	.Contents .technology2 .textContainer {
		left: -5%
	}
}

.Contents .technology2 .textContainer .title {
	font-size: 26px;
	letter-spacing: .013em;
	color: #fff;
	text-align: center;
	margin-bottom: 24px
}

.Contents .technology2 .textContainer .text {
	text-align: center
}

.Contents .technology2 .textContainer .bollMaterial {
	width: 740px;
	-webkit-transform: translateX(15%);
	transform: translateX(15%);
	margin-bottom: 10px
}

.Contents .technology2 .textContainer p:nth-of-type(2) {
    width: 450px;
    margin: 0 auto;
}

.Contents .Spacer {
	height: 12800px
}

.Product {
	background-color: #000;
	position: relative;
	padding-top: 163px;
	padding-bottom: 163px;
	z-index: 6000
}

.Product .container {
	width: 832px;
	margin: 0 auto
}

.Product .container:after {
	content: '';
	display: block;
	clear: both
}

.Product .image {
	float: left;
	width: 281px;
	margin-top: 70px
}

.Product .textContainer {
	float: left;
	line-height: 1.8em;
	color: #fff;
	width: 456px;
	margin-left: 93px
}

.Product .textContainer .title {
	font-size: 26px;
	letter-spacing: .013em;
	color: #fff;
	margin-bottom: 35px
}

.Product .textContainer .icon {
	width: 243px;
	margin-bottom: 35px
}

.Product .textContainer .name {
	margin-bottom: 22px;
	font-size: 36px;
	vertical-align: sub;
	display: inline-block;
	letter-spacing: .025em
}

.Product .textContainer .productLabel {
	margin-bottom: 24px
}

.Product .textContainer .productLabel .label {
	width: 49px;
	margin-right: 7px;
	vertical-align: middle;
	display: inline-block
}

.Product .textContainer .itemLabel {
	width: 95px;
	margin-bottom: 30px;
}

.Product .textContainer .productLabel .productId {
	font-size: 23px;
    width: 265px;
	vertical-align: sub;
	display: inline-block
}

.Product .textContainer .price {
	font-size: 21px;
	margin-bottom: 18px
}

.Product .textContainer .price .num {
	display: inline-block
}

.Product .textContainer .price .label {
	font-size: 16px;
	font-weight: 500;
	vertical-align: middle
}

.Product .textContainer .notice {
	width: 520px;
	font-size: 10px;
	letter-spacing: .01em;
	line-height: 2em;
	font-weight: 300
}

.Product .ScrollTop {
	width: 53px;
	position: absolute;
	top: -16%;
	left: 7%;
	-webkit-transform: translate(0, -50%) rotate(270deg);
	transform: translate(0, -50%) rotate(270deg);
	z-index: 6000;
	font-size: 14px;
	opacity: 1;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	transition-delay: 0s
}

.Product .ScrollTop:hover {
	opacity: .4
}

.Product .ScrollTop .mv_arrow {
	position: absolute;
	width: 1px;
	height: 73px;
	margin: 0 auto;
	top: -37px;
	left: -107%;
	display: block;
	overflow: hidden;
	-webkit-transform: translate(0, 0) rotate(270deg);
	transform: translate(0, 0) rotate(270deg)
}

.Product .ScrollTop .mv_arrow:after {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 100px;
	background-size: cover;
	left: 0;
	top: 0;
	background-color: #fff
}

#BackgroundCanvas,
#BallCanvas {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%
}

#BallCanvas {
	z-index: 120;
	opacity: 1;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	transition-timing-function: cubic-bezier(.2, 1, .2, 1);
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s
}

#BallCanvas.hidden_ball {
	opacity: 0
}

#BackgroundCanvas {
	z-index: 100
}


/* ======================================================
 * 
====================================================== */

header img{
	width:auto;
}
p.vantaggio-cart{
	line-height:1.66;
	letter-spacing:normal;
}
p.vantaggio-cart a.vantaggio-cart{
	display:inline-block;
	background:#0072bf;
	color:#fff;
	font-size:15px;
	border-radius:256px;
	padding:4px 16px;
	margin-top:1.8em;
}
#cart-button{
	line-height:1.66;
	letter-spacing:normal;
}
#cart-button.addition-lp-sites{
	z-index:8888;
}
header{
	z-index:9999;
	line-height:1.66;
	letter-spacing:normal;
}
header img{
	width:auto;
}
footer{
	line-height:1.66;
	letter-spacing:normal;
	padding-top:6.2em;
}
footer a,
footer a:link,
footer a:visited{
	color:#fff;
}
div.vantaggio-language-switch{
	position:absolute;
	top:110px;
	right:10px;
	z-index:999;
}
div.vantaggio-language-switch ul{
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}
div.vantaggio-language-switch ul > li{}
div.vantaggio-language-switch ul > li a{
	color:#fff;
	padding:5px;
}
div.vantaggio-language-switch ul > li a.active{
	color:#aaa;
}

/* ======================================================
 * PC
====================================================== */
.Contents .technology2 div.textContainer p:nth-of-type(2){
	/*width:450px;*/
	width:480px;
}

/* ======================================================
 * EN
====================================================== */

div.modal{
	z-index:9999;
}

