@charset "utf-8";

/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	#main {
		padding-bottom: calc(120 * var(--rs));
	}
}

#container.c-page--wide {
}
@media screen and (min-width:1760px) {
	#container.c-page--wide {
	}
}
@media screen and (max-width:768px) {
	#container.c-page--wide {
	}
}
.popup-show .sigma-global__gf {
	padding: 0;
}
.sigma-global__gf {
	text-align: left;
}
@media screen and (max-width:768px) {
	.popup.show + .sigma-global__gf .l-column {
		display: none;
	}
}

.c-new-label::before {
	min-width: 70px;
	padding: 0.55em 0.5em 0.35em;
	font-size: 14px;
	text-align: center;
}
.c-new-label.color-red::before {
	background: #e60012;
}
@media screen and (max-width: 768px) {
	.c-new-label::before {
		min-width: 10.6666vw;
		font-size: 2.4vw;
	}
}

#body {
	line-height: 2.1;
	font-family: YakuHanJP,Verdana,Roboto,"Droid Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}
#body .pc {
}
#body .sp {
	display: none;
}
#body > header {
	height: calc(100vh - 60px);
	min-height: 500px;
	position: relative;
	z-index: 100;
	margin: 0 calc(50% - 50vw);
	overflow: hidden;
	background: linear-gradient(to right, #fff 0%, #f1f1f1 100%);
}
/* #body > header::after {
	display:block; content:''; position:absolute; left:0; right:0; top:0; bottom:0; z-index:3;
	background: url(./images/header_i.svg) 50% 50% no-repeat;
    background-size: auto 89%;} */

/* #body > header::after {
	display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
		right: 0;
    bottom: 0;
    z-index: 3;
    background: url(./images/header_i9.png) 50% 50% no-repeat;} */

#body > header > .image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
#body > header > .image > img {
	width: auto;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate3d(-50%,-50%,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
}
#body > header > h1 {
	width: 100%;
	height: 100%;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	transform: translate(-50%,-50%);
	background: url(./images/header_title01.png) center center no-repeat;
	background-size: auto 100%;
	overflow: hidden;
	text-indent: -9999px;
	image-rendering: -webkit-optimize-contrast;
}
#body > header > ul {
	position: absolute;
	z-index: 2;
	color: #fff;
	font-size: 1.1111vw;
	font-family: SIGMA_Bold,sans-serif;
}
#body > header > ul.new {
	left: 27.5%;
	bottom: 21%;
}
#body > header > ul.new > li .c-new-label {
	position: relative;
}
#body > header > ul.new > li .c-new-label::before {
	left: auto;
	right: -46px;
	top: 50%;
	transform: translateY(-60%);
	background: #e60012;
	min-width: 40px;
	font-size: 12px;
	padding: 0.4em 0.3em 0.15em;
}
#body > header > ul.old {
	display: flex;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	left: 50%;
	bottom: 3%;
	transform: translateX(-50%);
}
#body > header > ul.old > li + li {
	margin-left: 1.80555vw;
}
#body > header > ul.old li .c-flex-box {
	display: flex;
}
#body > header > ul.old li .c-flex-box li {
	color: #fff;
}
#body > header > ul.old li .c-flex-box li + li {
	margin-left: 1.80555vw;
}
#body > header > ul.old li .c-flex-box li.c-cas-icon::before {
	color: #000;
}
#body > header > ul > li {
	color: #fff;
}
#body > header > ul > li::before {
	color: #000;
}

html.fac-js-enabled #body > header > .image > img.image01 {
	opacity: 0;
	transform: translate3d(-50%,-70%,0);
	transition: opacity linear, transform cubic-bezier(0.215,0.61,0.355,1);
	transition-duration: 1.5s;
	transition-delay: 1s;
}

html.fac-js-enabled #body > header > .image > img.image02 {
	opacity: 0;
	transform: translate3d(-40%,-50%,0);
	transition: opacity linear, transform cubic-bezier(0.215,0.61,0.355,1);
	transition-duration: 1.5s;
	transition-delay: 1.3s;
}

html.fac-js-enabled #body > header > ul.new {
	opacity: 0;
	transition: opacity 1s linear 1.6s;
}
html.fac-js-enabled #body > header > h1,
html.fac-js-enabled #body .image03 {
	opacity: 0;
	transition: opacity 1s linear 1.9s;
}
html.fac-js-enabled #body > header > ul.old {
	opacity: 0;
	transition: opacity 1s linear 2.1s;
}

html.fac-dom-loaded #body > header > .image > img.image01 {
	opacity: 1;
	transform: translate3d(-50%,-50%,0) scale(1);
	z-index: 3;
}
html.fac-dom-loaded #body > header > .image > img.image02 {
	opacity: 1;
	transform: translate3d(-50%,-50%,0) scale(1);
}
html.fac-dom-loaded #body > header > h1,
html.fac-dom-loaded #body > header > ul.new,
html.fac-dom-loaded #body > header > ul.old,
html.fac-dom-loaded #body .image .image03 {
	opacity: 1;
}
@media screen and (max-width:1440px) {
	/* #body > header > h1 {width:300px; padding:102px 0 0;} */
	#body > header > ul {
		font-size: 16px;
	}
	#body > header > ul.old > li + li {
		margin-left: 26px;
	}
	#body > header > ul.old li .c-flex-box li + li {
		margin-left: 26px;
	}
}
@media screen and (max-width:1150px) {
	#body > header {
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (max-width:768px) {
	#body {
		line-height: 1.7;
	}
	#body .pc {
		display: none;
	}
	#body .sp {
		display: block;
	}
	#body > header {
		height: calc(100vh - 50px);
		margin: 0;
		background: #000;
	}
	#body > header::after {
		display: block;
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 3;
		background: url(./images/header_i.svg) 50% 50% no-repeat;
		background-size: auto 85%;
	}
	#body > header > .image {
	}
	#body > header > .image > img {
		transform: translate3d(-50%,-50%,0);
		width: 100%;
		height: auto;
	}
	#body > header > h1 {
		background: url(./images/header_title01_sp.png) center center no-repeat;
		background-size: 100% auto;
	}
	#body > header > ul {
		left: 6%;
		right: auto;
		bottom: 25vh;
		font-size: 1.2rem;
		font-size: 3.2vw;
	}
	#body > header > ul.new {
		right: auto;
		left: 1%;
		bottom: calc(50% - 18%);
	}
	#body > header > ul.new > li .c-new-label::before {
		left: auto;
		right: -8.8vw;
		top: 50%;
		transform: translateY(-50%);
		min-width: auto;
		width: 8vw;
		font-size: 2.1333vw;
		padding: 0.35em 0.4em 0.15em;
	}
	#body > header > ul > li {
		color: #fff;
	}
	#body > header > ul > li::before {
		color: #000;
	}
	html.fac-js-enabled #body > header > .image > img.image01 {
		transform: translate3d(-50%,calc(-54.86111% - 5rem),0);
	}
	html.fac-js-enabled #body > header > .image > img.image02 {
		transform: translate3d(-40%, -50%, 0);
		transition: opacity linear, transform cubic-bezier(0.215,0.61,0.355,1);
		transition-duration: 1s;
		transition-delay: 1.3s;
	}
	html.fac-dom-loaded #body > header > .image > img.image01 {
		transform: translate3d(-50%,-50%,0);
	}
	html.fac-dom-loaded #body > header > .image > img.image02 {
		transform: translate3d(-50%,-50%,0);
	}
	#body > header > ul.old {
		flex-direction: column;
		bottom: calc(50% - 76vw);
		min-width: 65%;
	}
	#body > header > ul.old li {
		flex-basis: 50%;
	}
	#body > header > ul.old > li + li {
		margin-left: 0;
	}
	#body > header > ul.old li .c-flex-box {
		display: flex;
	}
	#body > header > ul.old li .c-flex-box li + li {
		margin-left: 4vw;
	}
}

#introduction {
	padding: 110px 0 180px;
}
#introduction > h1 {
	width: 397px;
	height: 0;
	margin: -10px 0 0 520px;
	padding: 177px 0 0;
	background: url(./images/introduction_title.svg) no-repeat;
	overflow: hidden;
}
#introduction > .image {
	margin: -33px 0 0;
}
#introduction > .image > img {
	display: block;
}
#introduction > p {
	margin: 2em -2em 0 520px;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.625;
}
#introduction > .image + p {
	margin-top: -480px;
}
@media screen and (max-width:768px) {
	#introduction {
		padding: 8vw 20px 9.3333vw;
	}
	#introduction > h1 {
		width: 64vw;
		position: relative;
		z-index: 2;
		margin: -1vw 0 0 -2vw;
		padding: 30vw 0 0;
		background-size: contain;
	}
	#introduction > .image {
		width: 66.6666vw;
		margin: -4vw auto 0;
	}
	#introduction > .image > img {
		width: 100%;
		height: auto;
	}
	#introduction > p {
		margin: 2em 7.3333vw 0;
		font-size: 16px;
		font-size: 4.2666vw;
		line-height: inherit;
	}
	#introduction > p br {
		display: none;
	}
	#introduction > .image + p {
		margin-top: 2em;
	}
}

#lineup {
	width: 920px;
	margin: 0 auto;
	padding: 0 0 150px;
	text-align: center;
}
#lineup .main-video > .image {
	position: relative;
	margin: 0 calc(50% - 50vw);
	background: #000;
	overflow: hidden;
}
#lineup .main-video > .image::after {
	display: block;
	content: "";
	height: 0;
	padding: 56.25% 0 0;
	overflow: hidden;
}
#lineup .main-video > .image img,
#lineup .main-video > .image video {
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
}
#lineup .main-video > .image img {
	min-width: 200%;
	min-height: 200%;
	z-index: 2;
	transform: translate3d(-50%,-50%,0) scale(0.5);
}
#lineup .main-video > .image video {
	min-width: 100%;
	min-height: 100%;
	transform: translate3d(-50%,-50%,0) scale(1.01);
}
#lineup .main-video > .image > .play {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	margin: auto;
	padding: 3em 5em;
	transform: translate(-50%,-50%);
	color: #b9b9b9;
	font-size: 16px;
	font-family: SIGMA_Bold,sans-serif;
	text-decoration: none;
	transition: opacity 0.2s ease-in-out;
}
#lineup .main-video > .image > .play::before {
	display: flex;
	justify-content: center;
	align-items: center;
	content: "\e605";
	width: 1.045em;
	height: 1.045em;
	margin: 0 auto 0.2em;
	padding: 0.125em 0.145833em 0.291666em 0.270833em;
	border: 0.1045em solid #b9b9b9;
	border-radius: 10em;
	font: normal 3em/1 icons;
}
#lineup .main-video > .image > .play:hover {
	opacity: 0.5;
}
#lineup .main-video > .videoCap {
	font-size: 18px;
	line-height: 1;
	margin-top: 1.5em;
	text-align: center;
}



#lineup .archive-video {
	margin-top: 33px;
	display: flex;
	justify-content: center;
	gap: 40px;
}
#lineup .archive-video .archive-video-image {
	width: 440px;
	position: relative;
	overflow: hidden;
}
#lineup .archive-video .archive-video-image img.pc {
	width: 100%;
	height: 248px;
}
#lineup .archive-video .play {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 3;
	margin: auto;
	padding: 3em 5em;
	transform: translate(-50%,-50%);
	color: #b9b9b9;
	font-size: 13px;
	font-family: SIGMA_Bold,sans-serif;
	text-decoration: none;
	transition: opacity 0.2s ease-in-out;
}
#lineup .archive-video .play::before {
	display: flex;
	justify-content: center;
	align-items: center;
	content: "\e605";
	width: 1.045em;
	height: 1.045em;
	margin: 0 auto 0.2em;
	padding: 0.125em 0.145833em 0.291666em 0.270833em;
	border: 0.1045em solid #b9b9b9;
	border-radius: 10em;
	font: normal 3em/1 icons;
}
#lineup .archive-video .play:hover {
	opacity: 0.5;
}
#lineup > .archive-video .archive-video-item .videoCap {
	font-size: 14px;
	line-height: 1;
	margin-top: 1.5em;
	text-align: center;
}


#lineup > h1 {
	margin: 75px 0 0;
	font-size: 36px;
	font-weight: bold;
}
#lineup > .style {
	margin: 50px 0 0;
}
#lineup > .style.balance {
	margin: 50px auto 0;
}
#lineup > .style > h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
}
#lineup > .style > strong {
	display: block;
	color: #888;
	font-size: 18px;
	font-weight: bold;
}
#lineup > .style > .c-item-list {
	padding: 30px 0 0;
}
#lineup > .style > .c-item-list.col2 {
	justify-content: center;
}
#lineup > p {
	margin: 2em auto 0;
	font-size: 18px;
	text-align: left;
	width: 600px;
}

ul.c-item-list {
	display: flex;
	flex-wrap: wrap;
	margin: -35px 0 0 -28px;
	text-align: center;
	line-height: 1.5;
}
ul.c-item-list > li {
	flex: 0 1 calc(33.3333% - 28px);
	position: relative;
	margin: 35px 0 0 28px;
	padding: 25px;
}
/* .style.balance ul.c-item-list > li {flex: 0 1 calc(50% - 28px);position: relative;margin: 35px 0 0 28px;padding: 25px;} */
ul.c-item-list > li .image {
	margin: 0;
}
ul.c-item-list > li .c-cas-icon {
	margin: 1.5em auto 0;
	font-size: 15px;
}
ul.c-item-list > li h2,
ul.c-item-list > li .c-item-list-title {
	margin: 0.2em 0 0;
	font-size: 18px;
}

#lineup .movieWrap {
	display: none;
}
@media screen and (max-width:1150px) {
	#lineup > .image {
		margin-left: -115px;
		margin-right: -115px;
	}
}
@media screen and (max-width:768px) {
	#lineup {
		width: auto;
		margin: 0;
		padding: 0 20px 9.3333vw;
	}
	#lineup .main-video > image {
		margin: 0 -20px;
	}
	#lineup .main-video > image::after {
		display: none;
	}
	#lineup .main-video > image img {
		width: 100%;
		min-width: 0;
		min-height: 0;
		position: static;
		transform: none;
	}
	#lineup .main-video > image > .play {
		font-size: 10px;
		font-size: 2.6666vw;
	}
	#lineup .main-video > image > .play::before {
	}
	#lineup .main-video > image > .play:hover {
	}


	#lineup .archive-video {
		margin-top: 0;
		display: block;
	}
	#lineup .archive-video .archive-video-image {
		width: 68vw;
	}
	#lineup .archive-video .archive-video-image img.pc {
		width: 100%;
		height: 56.4705vw;
	}
	#lineup .archive-video .play {
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		z-index: 3;
		margin: auto;
		padding: 3em 5em;
		transform: translate(-50%,-50%);
		color: #b9b9b9;
		font-size: 13px;
		font-family: SIGMA_Bold,sans-serif;
		text-decoration: none;
		transition: opacity 0.2s ease-in-out;
	}
	#lineup .archive-video .play::before {
		display: flex;
		justify-content: center;
		align-items: center;
		content: "\e605";
		width: 1.045em;
		height: 1.045em;
		margin: 0 auto 0.2em;
		padding: 0.125em 0.145833em 0.291666em 0.270833em;
		border: 0.1045em solid #b9b9b9;
		border-radius: 10em;
		font: normal 3em/1 icons;
	}
	#lineup .archive-video .play:hover {
		opacity: 0.5;
	}
	#lineup .archive-video .movieWrap {
		width: 68vw;
		margin: 0 auto;
	}



	#lineup > h1 {
		margin: 8vw 0 0;
		font-size: 24px;
		font-size: 7.5vw;
		line-height: 1.25;
	}
	#lineup > .style {
		margin: 8vw 0 0;
	}
	#lineup > .style.balance {
		width: 100%;
		margin: 8vw 0 0;
	}
	#lineup > .style > h1 {
		font-size: 18px;
		font-size: 5.625vw;
	}
	#lineup > .style > strong {
		font-size: 14px;
		font-size: 4.375vw;
	}
	#lineup > .style > .c-item-list {
		padding: 4vw 0 0;
	}
	#lineup > p {
		font-size: 14px;
		font-size: 4.375vw;
		width: 100%;
	}


	ul.c-item-list {
		display: flex;
		flex-wrap: wrap;
		margin: -5.3333vw 0 0 -4vw;
		text-align: center;
		line-height: 1.5;
	}
	ul.c-item-list > li {
		flex: 0 1 calc(50% - 4vw);
		position: relative;
		margin: 5.3333vw 0 0 4vw;
		padding: 4.6666vw;
	}
	.style.balance ul.c-item-list > li {
		flex: 0 1 calc(50% - 4vw);
		position: relative;
		margin: 5.3333vw 0 0 4vw;
		padding: 4.6666vw;
	}
	ul.c-item-list > li .c-cas-icon {
		margin: 0.5em auto 0;
		font-size: 2.6666vw;
	}
	ul.c-item-list > li h2,
	ul.c-item-list > li .c-item-list-title {
		font-size: 3.2vw;
	}



	html:lang(ja) #lineup > h1 {
		letter-spacing: -0.1em;
	}
	#lineup #videoWrap {
		display: none;
	}
	#lineup .movieWrap {
		display: block;
		margin: 0 -20px;
	}
	.movie {
		height: 0;
		position: relative;
		padding: 56.25% 0 0;
		overflow: hidden;
		width: 100%;
	}
	#lineup .main-video > .videoCap {
		font-size: 3.2vw;
		margin-top: 1.2em;
	}
	#lineup > .archive-video .archive-video-item .videoCap {
		font-size: 2.666vw;
		margin-top: 1.2em;
	}
	.movie .thumbnail {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 2;
		pointer-events: none;
		transition: opacity 0.3s ease-in-out;
		width: 100%;
		height: auto;
	}
	.movie > iframe {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}
	.movie.played .thumbnail {
		opacity: 0;
	}
	/* .movie > picture::after {
	position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    content: '\e605';
    width: 1.045em;
    height: 1.045em;
    margin: 0 auto 0.2em;
    padding: 0.125em 0.145833em 0.291666em 0.270833em;
    border: 0.1045em solid #b9b9b9;
    border-radius: 10em;
    font: normal 3em/1 icons;
	top: 50%;
	left: 50%;
	z-index: 2;
	margin: -30px 0 0 -30px;
	color: #b9b9b9;
} */
}


#body .sticky {
	height: calc(200vh - 30px);
	position: relative;
	margin: 0 calc(50% - 50vw);
	background: #000;
	color: #fff;
	font-size: 16px;
}
#body .sticky::after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	transform: translate3d(0,0,0);
	background: #000;
	opacity: 0.6;
	transition: opacity 0.5s ease-in-out;
}
#body .sticky > .image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	clip: rect(0, auto, auto, 0);
}
#body .sticky > .image img,
#body .sticky > .image video {
	width: auto;
	height: auto;
	position: fixed;
	left: 50%;
	top: 50%;
}
#body .sticky > .image img {
	min-width: 200%;
	min-height: 200%;
	z-index: 2;
	transform: translate3d(-50%,-50%,0) scale(0.5);
}
#body .sticky > .image video {
	min-width: 100%;
	min-height: 100%;
	transform: translate3d(-50%,calc(-50% + 30px),0) scale(1.01);
}
#body .sticky > .message {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 1150px;
	height: 100vh;
	min-height: 500px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3;
	margin: auto;
	padding: 30px 0 0 670px;
	transform: translate3d(0,0,0);
	box-sizing: border-box;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
#body .sticky > .message > h1 {
	width: 300px;
	height: 0;
	position: absolute;
	left: -10px;
	top: 50%;
	z-index: 2;
	margin: -20px 0 0;
	padding: 100px 0 0;
	transform: translate(0,-50%);
	background: no-repeat;
	background-size: contain;
	overflow: hidden;
}
#body .sticky > .message > small {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	margin: 30px 0 0;
	transform: translate(0,-50%);
	color: #aaaaab;
	font-size: 20px;
	font-weight: bold;
}
#body .sticky > .message > p {
	position: relative;
	z-index: 2;
}
#body .sticky > .message > p + p {
	margin-top: 2em;
}
html.fac-js-enabled #body .sticky::after {
	opacity: 0;
}
html.fac-js-enabled #body .sticky.scrolled::after {
	opacity: 0.7;
}
html.fac-js-enabled #body .sticky.scrolled > .message {
	position: fixed;
	opacity: 1;
	transition-delay: 0.4s;
}
html.fac-js-enabled #body .sticky.bottom > .message {
	position: absolute;
	top: auto;
	bottom: 0;
}
html:lang(en) #body .sticky {
	font-size: 14px;
}
html:lang(en) #body .sticky > .message {
	padding-left: 630px;
}
@media screen and (max-width:1150px) {
	#body .sticky {
		margin-left: 0;
		margin-right: 0;
	}
}
@media screen and (max-width:768px) {
	#body .sticky {
		height: auto;
		margin: 0;
		font-size: 14px;
		font-size: 4.375vw;
	}
	#body .sticky::after {
	}
	#body .sticky > .image {
	}
	#body .sticky > .image img,
	#body .sticky > .image video {
	}
	#body .sticky > .image video {
		transform: translate3d(-50%,calc(-50% + 50px),0) scale(1.01);
	}
	#body .sticky > .message {
		width: auto;
		height: auto;
		position: relative;
		margin: auto;
		padding: 100vh 20px 8vw;
		opacity: 1;
	}
	#body .sticky > .message > h1 {
		width: auto !important;
		height: 0;
		position: static;
		margin: 0;
		padding: 14.6666vw 0 0;
		transform: none;
	}
	#body .sticky > .message > small {
		position: static;
		margin: -0.3em 0 0;
		transform: none;
		font-size: 16px;
		font-size: 5vw;
	}
	#body .sticky > .message > p {
		margin-top: 2em;
	}
	#body .sticky > .message > p + p {
	}
	html.fac-js-enabled #body .sticky.scrolled::after {
	}
	html.fac-js-enabled #body .sticky.scrolled > .message {
		position: relative;
	}
	html.fac-js-enabled #body .sticky.bottom > .message {
		position: relative;
	}
	html:lang(en) #body .sticky {
		font-size: 14px;
		font-size: 4.375vw;
	}
	html:lang(en) #body .sticky > .message {
		padding-left: 20px;
	}
}

#body .entry {
	width: 920px;
	margin: 0 auto;
	padding: 80px 0 160px;
	font-size: 18px;
	text-align: center;
}
#body .entry > h1 {
	font-size: 36px;
	line-height: 1.5;
}
#body .entry > h1 small {
	display: block;
	margin: 0.5em 0 0;
	font-size: 18px;
}
#body .entry > p {
	margin: 2em 0 0;
}
@media screen and (max-width:768px) {
	#body .entry {
		width: auto;
		margin: 0;
		padding: 8vw 20px 9.3333vw;
		font-size: 14px;
		font-size: 4.375vw;
		text-align: left;
	}
	#body .entry > h1 {
		margin: 0 -1em;
		font-size: 24px;
		font-size: 7.5vw;
		text-align: center;
		line-height: 1.25;
	}
	#body .entry > h1 small {
		font-size: 16px;
		font-size: 5vw;
	}
	#body .entry > p {
		margin-top: 1em;
	}
	#body .entry > p br {
		display: none;
	}
}

#identity {
}
#identity > .sticky > .message > h1 {
	width: 300px;
	background-image: url(./images/identity_header_title.svg);
}
#identity #made-in-japan {
}
#identity #made-in-japan > .images {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 70px 0 0;
}
#identity #made-in-japan > .images > li {
}
#identity #made-in-japan > .images > li > img {
	display: block;
}
#identity #made-in-japan > .images > li:nth-child(1) {
	margin: 0 auto;
}
#identity #made-in-japan > .images > li:nth-child(2) {
	margin: 140px auto 0 -80px;
}
#identity #made-in-japan > .images > li:nth-child(3) {
	margin: -386px -80px 0 auto;
}
#identity #made-in-japan > .images > li:nth-child(4) {
	margin: -295px auto 0 5px;
}
@media screen and (max-width:768px) {
	#identity {
	}
	#identity > .sticky > .message > h1 {
	}
	#identity #made-in-japan {
	}
	#identity #made-in-japan > .images {
		margin: 9.3333vw 0 0;
	}
	#identity #made-in-japan > .images > li {
	}
	#identity #made-in-japan > .images > li > img {
		width: 100%;
		height: auto;
	}
	#identity #made-in-japan > .images > li:nth-child(1) {
		width: 78.6666vw;
	}
	#identity #made-in-japan > .images > li:nth-child(2) {
		width: 36vw;
		margin: 10.6666vw auto 0 -20px;
	}
	#identity #made-in-japan > .images > li:nth-child(3) {
		width: 50vw;
		margin: -40vw -20px 0 auto;
	}
	#identity #made-in-japan > .images > li:nth-child(4) {
		width: 33.3333vw;
		margin: -24.6666vw auto 0 0;
	}
}

#iconic {
}
#iconic > .sticky > .message > h1 {
	width: 240px;
	background-image: url(./images/iconic_header_title.svg);
}
#iconic #commitment {
}
#iconic #commitment > .figure {
	margin: 20px 0 0;
	text-align: left;
}
#iconic #commitment > .figure > h1 {
	display: none;
}
#iconic #commitment > .figure > .image {
}
#iconic #commitment > .figure > .image > img {
	display: block;
	position: relative;
	margin: 0 auto;
	will-change: transform;
	transition: transform 0.5s ease-in-out;
}
#iconic #commitment > .figure > .image > img + img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#iconic #commitment > .figure > .image > img:nth-of-type(1) {
	z-index: 3;
	transform: translate3d(0,21%,0);
}
#iconic #commitment > .figure > .image > img:nth-of-type(2) {
	z-index: 2;
}
#iconic #commitment > .figure > .image > img:nth-of-type(3) {
	z-index: 1;
	transform: translate3d(0,-11.6%,0);
}
#iconic #commitment > .figure > ul {
	width: 450px;
	margin: 0 auto;
	font-size: 16px;
}
#iconic #commitment > .figure > ul > li {
	margin: 50px auto 0;
}
#iconic #commitment > .figure > ul > li > h2 {
	display: table;
	padding: 0.4em 1.5em;
	border-radius: 2em;
	background: #aaaaab;
	color: #fff;
	font-size: 14px;
	line-height: 1;
}
#iconic #commitment > .figure > ul > li > strong {
	display: block;
	margin: 0.5em 0 0;
	font-size: 30px;
	line-height: 1.4;
}
#iconic #commitment > .figure > ul > li > p {
	margin: 1.5em 0 0;
}
#iconic #commitment > .figure > ul > li > p + p {
	margin-top: 2em;
}
#iconic #commitment > .figure > ul > li > figure {
	margin-top: 2em;
}
#iconic #commitment > .figure > ul > li > figure > img {
	display: block;
}
@media screen and (max-width:768px) {
	#iconic {
	}
	#iconic > .sticky > .message > h1 {
	}
	#iconic #commitment {
	}
	#iconic #commitment > .figure {
		margin: 8vw 0 0;
	}
	#iconic #commitment > .figure > h1 {
	}
	#iconic #commitment > .figure > .image {
	}
	#iconic #commitment > .figure > .image > img {
		width: 50vw;
		height: auto;
	}
	#iconic #commitment > .figure > ul {
		width: auto;
		font-size: 1.4rem;
		font-size: 4.375vw;
	}
	#iconic #commitment > .figure > ul > li {
		margin: 8vw 0 0;
	}
	#iconic #commitment > .figure > ul > li > h2 {
		font-size: 1.2rem;
		font-size: 3.75vw;
	}
	#iconic #commitment > .figure > ul > li > strong {
		font-size: 1.8rem;
		font-size: 5.625vw;
	}
	#iconic #commitment > .figure > ul > li > strong br {
		display: none;
	}
	#iconic #commitment > .figure > ul > li > p {
		margin-top: 1em;
	}
	#iconic #commitment > .figure > ul > li > p + p {
	}
	#iconic #commitment > .figure > ul > li > figure {
	}
	#iconic #commitment > .figure > ul > li > figure > img {
		width: 100%;
		height: auto;
	}
}

#iconic #commitment > .figure.tab {
	display: flex;
	align-items: flex-start;
	min-height: 640px;
	position: relative;
	margin: 20px -80px 0;
}
#iconic #commitment > .figure.tab > nav {
	flex: 0 0 230px;
	position: relative;
	z-index: 2;
	margin: 100px 10px 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}
#iconic #commitment > .figure.tab > nav > ul {
}
#iconic #commitment > .figure.tab > nav > ul > li {
	position: relative;
	padding: 0.6em 1em;
	border-radius: 2em;
	cursor: pointer;
	transition: opacity 0.2s ease-in-out;
}
#iconic #commitment > .figure.tab > nav > ul > li::before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0.4em;
	bottom: 0.4em;
	z-index: -1;
	border-radius: 2em;
	background: #dcdcdd;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
}
#iconic #commitment > .figure.tab > nav > ul > li:hover {
	opacity: 0.5;
}
#iconic #commitment > .figure.tab > nav > ul > li.selected {
	opacity: 1;
}
#iconic #commitment > .figure.tab > nav > ul > li.selected::before {
	opacity: 1;
}
#iconic #commitment > .figure.tab > .image {
	flex: 0 0 340px;
	position: relative;
}
#iconic #commitment > .figure.tab > .image > .highlight {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}
#iconic #commitment > .figure.tab > .image > .highlight > div {
	display: none;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: center center no-repeat;
	background-size: contain;
	opacity: 0;
}
#iconic #commitment > .figure.tab > .image > .highlight > div.selected {
	display: block;
	-webkit-animation: figure-highlight 1s ease-in-out infinite alternate;
	animation: figure-highlight 1s ease-in-out infinite alternate;
}
#iconic #commitment > .figure.tab > .image > .highlight > div.body {
	background-image: url(./images/commitment_figure_body.png);
}
#iconic #commitment > .figure.tab > .image > .highlight > div.hood {
	background-image: url(./images/commitment_figure_hood.png);
}
#iconic #commitment > .figure.tab > .image > .highlight > div.surface {
	background-image: url(./images/commitment_figure_surface.png);
}
#iconic #commitment > .figure.tab > .image > .highlight > div.accuracy {
	background-image: url(./images/commitment_figure_accuracy.png);
}
#iconic #commitment > .figure.tab > .image > .highlight > div.aperture-ring {
	background-image: url(./images/commitment_figure_aperture-ring.png);
}
#iconic #commitment > .figure.tab > .image > .highlight > div.focus-ring {
	background-image: url(./images/commitment_figure_focus-ring.png);
}
#iconic #commitment > .figure.tab > .image > .highlight > div.focus-mode {
	background-image: url(./images/commitment_figure_focus-mode.png);
}
#iconic #commitment > .figure.tab > .image > .highlight > div.operation {
	background-image: url(./images/commitment_figure_operation.png);
}
#iconic #commitment > .figure.tab > .image > .highlight > div.cover-ring {
	background-image: url(./images/commitment_figure_cover-ring.png);
}
#iconic #commitment > .figure.tab > .image > .highlight > div.assembly {
	background-image: url(./images/commitment_figure_assembly.png);
}
#iconic #commitment > .figure.tab > .image > .highlight > div.cap {
	background-image: url(./images/commitment_figure_cap.png);
}
#iconic #commitment > .figure.tab > .image > .highlight > div.cap-holder {
	background-image: url(./images/commitment_figure_cap-holder.png);
}
#iconic #commitment > .figure.tab > .image > .highlight > div.dedicated-hood {
	background-image: url(./images/commitment_figure_dedicated-hood.png);
}
#iconic #commitment > .figure.tab.over > .image > img {
	transform: translate3d(0,0,0);
}
#iconic #commitment > .figure.tab.over > .image > .highlight {
	opacity: 1;
	transition-delay: 0.5s;
}
#iconic #commitment > .figure.tab > ul {
	margin: 100px 0 0 auto;
	position: relative;
}
#iconic #commitment > .figure.tab > ul > li {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s ease-in-out;
}
#iconic #commitment > .figure.tab > ul > li.selected {
	position: relative;
	opacity: 1;
	pointer-events: auto;
}
#iconic #commitment > .figure.tab > ul > li small {
	display: block;
}
html.fac-initial #iconic #commitment > .figure.tab > .image > .highlight > div {
	-webkit-animation: none;
	animation: none;
}
html.fac-initial #iconic #commitment > .figure.tab > ul > li {
	transition: none;
}
@media screen and (max-width:768px) {
	#iconic #commitment > .figure.tab {
		display: block;
		min-height: 0;
		margin: 8vw 0 0;
	}
	#iconic #commitment > .figure.tab > nav {
		margin: 0 -20px;
		padding: 0 20px 1em;
		font-size: 1.2rem;
		font-size: 3.75vw;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	#iconic #commitment > .figure.tab > nav > ul {
		display: flex;
		white-space: nowrap;
	}
	#iconic #commitment > .figure.tab > nav > ul > li {
	}
	#iconic #commitment > .figure.tab > nav > ul > li::before {
	}
	#iconic #commitment > .figure.tab > nav > ul > li:hover {
	}
	#iconic #commitment > .figure.tab > nav > ul > li.selected {
	}
	#iconic #commitment > .figure.tab > nav > ul > li.selected::before {
	}
	#iconic #commitment > .figure.tab > .image {
	}
	#iconic #commitment > .figure.tab > ul {
		margin: 8vw 0 0;
	}
	#iconic #commitment > .figure.tab > ul > li {
	}
	#iconic #commitment > .figure.tab > ul > li.selected {
	}
}
@-webkit-keyframes figure-highlight {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
@keyframes figure-highlight {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

#instinctive {
}
#instinctive > .sticky > .message > h1 {
	width: 380px;
	background-image: url(./images/instinctive_header_title.svg);
}
#instinctive #performance {
	padding-bottom: 0;
}
#instinctive #performance > .impressions {
	padding: 60px 0 0;
}
#instinctive #performance > .impressions > h1 {
	font-size: 20px;
}
#instinctive #performance > .impressions > .c-article-list {
	padding: 50px 0 0;
	margin: -35px 0 0 -28px;
}
#instinctive #performance > .impressions > .c-article-list > li {
	flex: 0 1 calc(33.3333% - 28px);
	margin: 35px 0 0 28px;
	padding: 25px;
}
#instinctive #performance > .impressions > .c-article-list > li > a {
	padding: 41px 50px 25px 25px;
}
#instinctive #performance > .impressions > .c-article-list > li .image {
	margin: -25px -50px 17px -25px;
	padding: 74.3589% 0 0;
}
#instinctive #performance > .impressions > .c-article-list > li .c-cas-icon {
	margin: 27px	 auto 0;
	font-size: 15px;
}
#instinctive #performance > .impressions > .c-article-list > li h2,
#instinctive #performance > .impressions > .c-article-list > li .c-article-list-title {
	margin: 0 0 0 1.2em;
	font-size: 18px;
}

@media screen and (max-width:768px) {
	#instinctive {
	}
	#instinctive > .sticky > .message > h1 {
		width: 380px;
		background-image: url(./images/instinctive_header_title.svg);
	}
	#instinctive #performance {
		padding-bottom: 0;
	}
	#instinctive #performance > .impressions {
		padding: 10vw 0 0;
	}
	#instinctive #performance > .impressions > h1 {
		font-size: 10px;
		font-size: 5.625vw;
		line-height: 1.25;
		text-align: center;
	}
	#instinctive #performance > .impressions > .c-article-list {
		padding: 8vw 0 0;
		margin: 0 0 0 -4vw;
	}
	#instinctive #performance > .impressions > .c-article-list > li {
		flex: 0 1 calc(50% - 4vw);
		margin: 5.3333vw 0 0 4vw;
		padding: 2.13333vw 2.1333vw 4.8vw;
		overflow: hidden;
	}
	#instinctive #performance > .impressions > .c-article-list > li > a {
		padding: 2.13333vw 2.1333vw 4.8vw;
		margin: -2.13333vw -2.1333vw -4.8vw;
	}
	#instinctive #performance > .impressions > .c-article-list > li > a::after {
		font: bold 0.8em/1 icons;
	}
	#instinctive #performance > .impressions > .c-article-list > li .image {
		margin: -2.1333vw;
		padding: 74.3589% 0 0;
		overflow: hidden;
	}
	ul.c-article-list > li .image > img {
		transform: translate3d(-50%,-50%,0) scale(0.4);
	}
	#instinctive #performance > .impressions > .c-article-list > li .c-cas-icon {
		margin: 6.13333vw auto 0;;
		font-size: 2.6666vw;
	}
	#instinctive #performance > .impressions > .c-article-list > li h2,
	#instinctive #performance > .impressions > .c-article-list > li .c-article-list-title {
		margin: 0 0 0 1.2em;
		font-size: 3.2vw;
	}
}


/* font */
#introduction > p,
#lineup > h1,
#lineup > .style > h1,
#body .sticky > .message > small,
#body .entry > h1,
#iconic #commitment > .figure > ul > li > strong,
#instinctive #performance > .impressions > h1 {
	font-weight: normal;
	font-family: "century-old-style-std",serif;
}
html:lang(ja) #introduction > p {
	font-family: "ヒラギノ明朝 W6","Hiragino Mincho W6","游明朝体","Yu Mincho",serif;
}
html:lang(ja) #lineup > h1,
html:lang(ja) #lineup > .style > h1,
html:lang(ja) #body .sticky > .message > small,
html:lang(ja) #body .entry > h1,
html:lang(ja) #iconic #commitment > .figure > ul > li > strong,
html:lang(ja) #instinctive #performance > .impressions > h1 {
	font-family: NIS_SMS5,"ヒラギノ明朝 W6","Hiragino Mincho W6","游明朝体","Yu Mincho",serif;
}

/*-- 2022年追記 --*/

.archive-banner {
	margin-top: 64px;
}
.archive-banner .archive-banner-link {
	display: block;
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
}
.archive-banner .archive-banner-link:hover {
	opacity: 0.5;
}

@media screen and (max-width:768px) {
	.archive-video-item {
		margin-top: 20px;
	}
	.archive-banner {
		width: 88.05%;
		margin: 33px auto 0;
	}
	.archive-banner-img {
		width: 100%;
		height: auto;
		image-rendering: -webkit-optimize-contrast;
	}
}