@media screen and (min-width: 960px) {
	.u-sp {
		display: none;
	}
}
@media screen and (max-width: 959px) {
	.u-pc {
		display: none;
	}
}
@media screen and (min-width: 760px) and (max-width: 959px) {
	.u-sp.u-tab {
		display: none;
	}
	.u-pc.u-tab {
		display: block;
	}
}
.article {
	position: relative;
}
.article .en {
	font-family: europa;
}
@media screen and (min-width: 760px) {
	.article {
		position: relative;
	}
}
@media screen and (min-width: 760px) {
	.cfx:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}
}
a:hover {
	text-decoration: none;
}
.section_header {
	padding: 0 16px;
	line-height: 1;
}
@media screen and (min-width: 760px) {
	.section_header {
		padding: 0 90px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media screen and (min-width: 1760px) {
	.section_header {
		margin: 0 auto;
		max-width: 1940px;
	}
}
.section_header.section_header-min {
	margin-top: 54px;
}
/* .section_header h1 {
	font-size: 22px;
	font-size: 6.866vw;
	font-weight: 700;
	line-height: 1.1;
}
@media screen and (min-width: 760px) {
	.section_header h1 {
		font-size: 24px;
		font-weight: 700;
		line-height: 1.1;
	}
} */
.section_header .sectionHeader_ttl {
	color: #c80421;
}
.section_header .sectionHeader_ttl.white {
	color: #fff;
}
@media screen and (min-width: 760px) {
	.section_header .sectionHeader_ttl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.section_header .sectionHeader_ttl span {
	display: block;
}
.section_header .sectionHeader_ttl .sectionHeader_en {
	font-family: Shiseido Neue Bold, sans-serif;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
@media screen and (min-width: 760px) {
	.section_header .sectionHeader_ttl .sectionHeader_en {
		font-size: 34px;
	}
}
.section_header .sectionHeader_ttl .sectionHeader_jp {
	font-size: 13px;
	font-weight: 400;
	padding-top: 6px;
}
@media screen and (min-width: 760px) {
	.section_header .sectionHeader_ttl .sectionHeader_jp {
		font-size: 14px;
		padding-left: 16px;
		padding-top: 0;
	}
}
.sectionHeader_link.u-sp {
	margin-top: 24px;
	padding: 0 16px;
}
.sectionHeader_link.white a {
	color: #fff;
}
.sectionHeader_link.white a:before {
	background: #fff;
}
@media screen and (min-width: 960px) {
	.sectionHeader_link.white a:hover {
		opacity: 0.7;
		color: #fff;
	}
	.sectionHeader_link.white a:hover:before {
		background: #fff;
	}
}
.sectionHeader_link a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 1.6;
	color: #000;
	-webkit-transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.32s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 760px) {
	.sectionHeader_link a {
		font-size: 17px;
	}
}
@media screen and (min-width: 960px) {
	.sectionHeader_link a:hover {
		color: #c80421;
	}
	.sectionHeader_link a:hover:before {
		background: #c80421;
	}
}
.sectionHeader_link a:before {
	content: "";
	display: block;
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #000;
	-webkit-transition: width 0.4s cubic-bezier(0, 0, 0.4, 1),
		background 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: width 0.4s cubic-bezier(0, 0, 0.4, 1),
		background 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 1280px) {
	.sectionHeader_link a:before {
		width: 100%;
		bottom: -5px;
	}
}

/* mainview
@media screen and (min-width: 760px) {
	#mainview {
		margin-bottom: -1px;
	}
}
@media screen and (min-width: 1280px) {
	#mainview {
		margin-bottom: 0;
	}
}
#mainview .mainview_wrap {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3;
}
#mainview .mainview_wrap .line-wrapper {
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 20%;
}
#mainview .mainview_wrap .line {
	content: "";
	position: absolute;
	left: 50%;
	opacity: 0.5;
	-webkit-animation: showMainviewLine 1.8s cubic-bezier(0.86, 0, 0.07, 1) 1s
		forwards;
	animation: showMainviewLine 1.8s cubic-bezier(0.86, 0, 0.07, 1) 1s forwards;
}
#mainview .mainview_wrap .line.start {
	-webkit-animation: showMainviewLineAnimate 5s
		cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
	animation: showMainviewLineAnimate 5s cubic-bezier(0.445, 0.05, 0.55, 0.95)
		infinite;
}
#mainview .mainview_wrap .line span {
	display: block;
	width: 1px;
	height: 100%;
	border-left: 0.99px solid #fff;
}
#mainview .mainview_body {
	width: 100%;
	height: 100%;
}
#mainview .mainview_body.-kv-image .top-mv-movie {
	display: none;
}
#mainview .mainview_body.-kv-youtube .top-mv-wrap, #mainview .mainview_body.-kv-youtube .top-mv-movie.-kv-movie {
	display: none;
}
#mainview .mainview_body.-kv-movie .top-mv-wrap, #mainview .mainview_body.-kv-movie .top-mv-movie.-kv-youtube {
	display: none;
}
#mainview .lead {
	width: 100%;
	padding: 3.6vw 0;
	font-size: 26px;
	font-size: 6.6vw;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 0.03em;
	text-align: center;
}
@media screen and (min-width: 760px) {
	#mainview .lead {
		font-size: 35px;
		font-weight: 700;
		color: #fff;
		line-height: 1.5;
		letter-spacing: 0.03em;
		padding-left: 0.03em;
		text-align: center;
	}
}
@media screen and (min-width: 1280px) {
	#mainview .lead {
		font-size: 42px;
	}
}
@media screen and (min-width: 1760px) {
	#mainview .lead {
		font-size: 50px;
	}
}
#mainview .link {
	width: 100%;
}
@media screen and (min-width: 760px) {
	#mainview .link {
		width: 240px;
		margin: 60px auto 0;
	}
}
#mainview .link a {
	display: table;
	width: 69.6vw;
	height: 13.333vw;
	margin: 0 auto;
	color: #fff;
	letter-spacing: 0.03em;
	text-decoration: none;
	border: 1px solid #c4c4c4;
}
@media screen and (min-width: 760px) {
	#mainview .link a {
		display: table;
		width: 100%;
		height: 50px;
		border: 1px solid #c4c4c4;
		color: #fff;
		letter-spacing: 0.03em;
		text-decoration: none;
		-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
		transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
	}
}
@media screen and (min-width: 1280px) {
	#mainview .link a {
		font-size: 18px;
	}
}
@media screen and (min-width: 1760px) {
	#mainview .link a {
		font-size: 21px;
	}
}
@media screen and (min-width: 960px) {
	#mainview .link a:hover {
		background-color: #fff;
		border: 1px solid #fff;
		color: #c3002f;
	}
}
#mainview .link a span {
	display: table-cell;
	font-size: 14px;
	font-size: 3.733vw;
	line-height: 1.1;
	text-align: center;
	vertical-align: middle;
}
@media screen and (min-width: 760px) {
	#mainview .link a span {
		display: table-cell;
		font-size: 16px;
		line-height: 1.1;
		text-align: center;
		vertical-align: middle;
	}
}
#mainview .mainview-link-white a {
	border: 1px solid #fff;
}
#mainview .top-mainview-lead {
	font-weight: 300;
	text-align: left;
	font-size: 3.7vw;
	text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 760px) {
	#mainview .top-mainview-lead {
		font-weight: 300;
		text-align: left;
		font-size: 18px;
		text-shadow: -2px 2px 0 rgba(0, 0, 0, 0.4);
	}
}
@media screen and (min-width: 1280px) {
	#mainview .top-mainview-lead {
		font-weight: 300;
		font-size: 24px;
	}
}
@media screen and (min-width: 1760px) {
	#mainview .top-mainview-lead {
		font-weight: 300;
		font-size: 24px;
	}
}
#mainview .mainview_body_sp_br {
	display: none;
}
@media screen and (min-width: 1280px) {
	#mainview .mainview_body_sp_br {
		display: block;
	}
}
@media screen and (min-width: 760px) {
	#mainview .slider_item-03 .mainview_body_pc_br {
		display: block;
	}
}
@media screen and (min-width: 760px) {
	#mainview .slider_item-03 .mainview_body_sp_br {
		display: none;
	}
}
#mainview .movie-modal {
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
@media screen and (min-width: 960px) {
	#mainview .movie-modal:hover {
		opacity: 0.8;
	}
}
#mainview #modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999999;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#mainview .modal-content {
	height: 100%;
	margin: 0 auto;
	width: 80%;
}
@media screen and (min-width: 960px) {
	#mainview .modal-content {
		width: 700px;
	}
}
@media screen and (min-width: 1280px) {
	#mainview .modal-content {
		width: 1024px;
	}
}
#mainview .modal-table-wrap {
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
}
#mainview .modal-table-cell {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
#mainview .modal-content-body {
	position: relative;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#mainview .modal-content-body .modal-close-icon {
	cursor: pointer;
	position: absolute;
	z-index: 1;
	width: 30px;
	height: 30px;
	right: 0;
	top: -40px;
}
@media screen and (min-width: 760px) {
	#mainview .modal-content-body .modal-close-icon {
		right: 0;
	}
}
@media screen and (min-width: 1280px) {
	#mainview .modal-content-body .modal-close-icon {
		right: -77px;
		top: -63px;
	}
}
#mainview .modal-content-body .modal-close-icon img {
	width: 100%;
	height: 100%;
}
#mainview .embed-movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#mainview .embed-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#mainview .modal_closeBtn {
	cursor: pointer;
	width: 36px;
	height: 36px;
	position: absolute;
	right: 0;
	top: -44px;
}
#mainview .modal_closeBtn:after,
#mainview .modal_closeBtn:before {
	content: "";
	display: block;
	width: 36px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#mainview .modal_closeBtn:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}
#mainview .modal_closeBtn:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: center;
	transform-origin: center;
}
@media screen and (min-width: 960px) {
	#mainview .modal_closeBtn:focus:after,
	#mainview .modal_closeBtn:focus:before,
	#mainview .modal_closeBtn:hover:after,
	#mainview .modal_closeBtn:hover:before {
		background: #ddb1b8;
	}
}
#mainview .modal_closeBtn span {
	display: none;
} */

/* mp4 */
.mainviewMp4 {
	position: relative;
	z-index: 999;
	background-color: #000;
}
.mainviewMp4 .mainviewMp4_wrap video {
	display: block;
	object-fit: cover;
	width: 100%;
	pointer-events: none;
}
@media screen and (min-width: 768px) {
	.mainviewMp4 .mainviewMp4_wrap{
		width: 100%;

	}
	.mainviewMp4 .movie_pc{
		margin: 0;
	}
	.mainviewMp4 .movie_pc video{
		width: 100%;
		height: auto;
		display: block;
	}
	.mainviewMp4 .movie_sp{
		display: none;
	}

}
@media screen and (max-width: 767px) {
	.mainviewMp4 .movie_sp video{
		width: 100%;
		height: auto;
		display: block;
  		box-sizing: border-box;
	}
	.mainviewMp4 .movie_pc{
		display: none;
	}
}

/* MV Images */
.mainviewImg {
	position: relative;
	z-index: 999;
	background-color: #FFF;
}
.mainviewImg .mainviewImg_wrap img {
	display: block;
	object-fit: cover;
	width: 100%;
	pointer-events: none;
}
@media screen and (min-width: 768px) {
	.mainviewImg .mainviewImg_wrap img {
		display: block;
		object-fit: contain;
		width: 100%;
		pointer-events: none;
	}
	.mainviewImg .mainviewImg_wrap{
		width: 100%;
	}
}

/* @media screen and (min-width: 760px) {
	.slider_item-03 .top-mv-slider-link {
		width: 1060px;
	}
}
.top-mv-movie {
	position: relative;
	overflow: hidden;
}
.top-mv-movie,
.top-mv-movie:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top-mv-movie:before {
	content: "";
	position: absolute;
	background: #000;
	z-index: 1;
}
.top-mv-movie .top-mv-movie-link {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 90px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}
.top-mv-wrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.top-mv-wrap .top-mv-movie-link {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 90px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}
.top-mv-img {
	width: 100%;
	height: 100%;
	background-image: url(/images/en/top/main_visual.jpg);
  background-position: 50% 0;
  background-size: cover;
}
.top-mv-img .top-mv-img_pc {
	display: none;
}
.top-mv-img img{
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (min-width: 760px) {
	.top-mv-movie .top-mv-movie-link {
		left: auto;
		top: 110px;
		right: 36px;
		bottom: auto;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.top-mv-wrap .top-mv-movie-link {
		left: auto;
		top: 110px;
		right: 36px;
		bottom: auto;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.top-mv-img .top-mv-img_sp {
		display: none;
	}
	.top-mv-img .top-mv-img_pc {
		display: block;
	}
}
@media screen and (min-width: 1280px) {
	.top-mv-movie .top-mv-movie-link {
		top: 190px;
		right: 40px;
	}
	.top-mv-wrap .top-mv-movie-link {
		top: 190px;
		right: 40px;
	}
}
.top-mv-movie .top-mv-movie-link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	border-radius: 40px;
	padding: 12px 0;
	width: 180px;
	border: 1px solid hsla(0, 0%, 100%, 0.6);
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
	transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.top-mv-wrap .top-mv-movie-link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	border-radius: 40px;
	padding: 12px 0;
	width: 190px;
	border: 1px solid hsla(0, 0%, 100%, 0.6);
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
	transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}
@media screen and (min-width: 960px) {
	.top-mv-movie .top-mv-movie-link a:hover {
		background-color: #fff;
		border: 1px solid #fff;
		color: #c3002f;
	}
	.top-mv-movie .top-mv-movie-link a:hover > span span {
		background: url(/jp/v3/cmn/img/ico-outside.png) no-repeat 50%;
		background-size: contain;
	}
	.top-mv-wrap .top-mv-movie-link a:hover {
		background-color: #fff;
		border: 1px solid #fff;
		color: #c3002f;
	}
	.top-mv-wrap .top-mv-movie-link a:hover > span span {
		background: url(/jp/v3/cmn/img/ico-outside.png) no-repeat 50%;
		background-size: contain;
	}
}
.top-mv-movie .top-mv-movie-link a > span {
	display: block;
}
.top-mv-wrap .top-mv-movie-link a > span {
	display: block;
}
.top-mv-movie .top-mv-movie-link a > span span {
	position: relative;
	top: -1px;
	margin-left: 4px;
	display: inline-block;
	width: 12px;
	height: 9px;
	background: url(/jp/v3/cmn/img/ico-outside-white.png) no-repeat 50%;
	background-size: contain;
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
	transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.top-mv-wrap .top-mv-movie-link a > span span {
	position: relative;
	top: -1px;
	margin-left: 4px;
	display: inline-block;
	width: 12px;
	height: 9px;
	background: url(/jp/v3/cmn/img/ico-outside-white.png) no-repeat 50%;
	background-size: contain;
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
	transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.top-mv-movie #main-youtube, .top-mv-movie #main-movie {
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 1.6s cubic-bezier(0, 0, 0.4, 1);
	transition: opacity 1.6s cubic-bezier(0, 0, 0.4, 1);
	z-index: 2;
}
.top-mv-movie #main-movie {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
*/
@media screen and (max-width: 768px) {
	.no-slider-pc {
		display: none;
	}
	.no-slider-sp {
		display: block;
	}
	.top-mv-img {
		background-image: url(/images/en/top/main_visual_sp.jpg);
	}
}
#top_title_message {
	position: relative;
	overflow: hidden;
	z-index: 2;
}
#top_title_message .message_section {
	padding: 60px 16px;
}
#top_title_message .message_title {
	font-size: 28px;;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.5;
}
#top_title_message .message_text {
	margin-top: 16px;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;

}
@media screen and (min-width: 760px) {
	#top_title_message .message_section {
		padding: 80px 90px;
		max-width: 1080px;
		margin: 0 auto;
	}
	#top_title_message .message_title br {
		display: none;
	}
	#top_title_message .message_text {
		margin-top: 28px;
	}
}
#top_area {
	position: relative;
	overflow: hidden;
	z-index: 2;
}
@media screen and (min-width: 760px) {
	#top_area {
		overflow: initial;
	}
}
#top_area .topArea_bg {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}
#top_area .topArea_bg .topAreaBg_red {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100vw;
	height: 1000px;
	background: radial-gradient(circle at 10%, #810206, #f92f51);
	border-bottom-left-radius: 100% 5%;
	border-bottom-right-radius: 100% 5%;
}
@media screen and (min-width: 760px) {
	#top_area .topArea_bg .topAreaBg_red {
		height: 750px;
	}
}
@media screen and (min-width: 1280px) {
	#top_area .topArea_bg .topAreaBg_red {
		height: 850px;
	}
}
#top_area .topArea_bg .topAreaBg_circles {
	position: absolute;
	z-index: 1;
	top: -400px;
	left: 0;
	width: 100vw;
	height: 700px;
}
@media screen and (min-width: 760px) {
	#top_area .topArea_bg .topAreaBg_circles {
		top: -800px;
		height: 800px;
	}
}
@media screen and (min-width: 960px) {
	#top_area .topArea_bg .topAreaBg_circles {
		top: -1200px;
	}
}
@media screen and (min-width: 1280px) {
	#top_area .topArea_bg .topAreaBg_circles {
		top: -1600px;
	}
}
@media screen and (min-width: 1450px) {
	#top_area .topArea_bg .topAreaBg_circles {
		top: -2000px;
	}
}
@media screen and (min-width: 1760px) {
	#top_area .topArea_bg .topAreaBg_circles {
		top: -2500px;
	}
}
#top_area .topArea_bg .topAreaBg_circles img {
	position: absolute;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	width: 480%;
	opacity: 0.7;
}
@media screen and (min-width: 760px) {
	#top_area .topArea_bg .topAreaBg_circles img {
		width: 220%;
		opacity: 0.8;
		max-width: 4500px;
	}
}
#top_area .topArea_bg .topAreaBg_circles img:first-child {
	left: -600px;
	-webkit-animation: circle1 10s ease-in-out infinite;
	animation: circle1 10s ease-in-out infinite;
}
#top_area .topArea_bg .topAreaBg_circles img:nth-child(2) {
	right: 0;
	left: -800px;
	margin: 0 auto;
	-webkit-animation: circle2 16s ease-in-out infinite;
	animation: circle2 16s ease-in-out infinite;
}
#top_area .topArea_bg .topAreaBg_circles img:nth-child(3) {
	right: 0;
	left: 0;
	top: 270px;
	left: -500px;
	margin: 0 auto;
	-webkit-animation: circle3 20s ease-in-out infinite;
	animation: circle3 20s ease-in-out infinite;
}
#top_area .topArea_inner {
	position: relative;
	z-index: 2;
}
@-webkit-keyframes circle1 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(200px) rotate(180deg);
		transform: translateY(200px) rotate(180deg);
	}
	to {
		top: 0;
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}
@keyframes circle1 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
	50% {
		-webkit-transform: translateY(200px) rotate(180deg);
		transform: translateY(200px) rotate(180deg);
	}
	to {
		top: 0;
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}
@-webkit-keyframes circle2 {
	0% {
		-webkit-transform: translateY(30px) rotate(0);
		transform: translateY(30px) rotate(0);
	}
	50% {
		-webkit-transform: translateY(160px) rotate(180deg);
		transform: translateY(160px) rotate(180deg);
	}
	to {
		-webkit-transform: translateY(30px) rotate(0);
		transform: translateY(30px) rotate(0);
	}
}
@keyframes circle2 {
	0% {
		-webkit-transform: translateY(30px) rotate(0);
		transform: translateY(30px) rotate(0);
	}
	50% {
		-webkit-transform: translateY(160px) rotate(180deg);
		transform: translateY(160px) rotate(180deg);
	}
	to {
		-webkit-transform: translateY(30px) rotate(0);
		transform: translateY(30px) rotate(0);
	}
}
@-webkit-keyframes circle3 {
	0% {
		-webkit-transform: translateY(60px) rotate(0);
		transform: translateY(60px) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-150px) rotate(180deg);
		transform: translateY(-150px) rotate(180deg);
	}
	to {
		-webkit-transform: translateY(60px) rotate(0);
		transform: translateY(60px) rotate(0);
	}
}
@keyframes circle3 {
	0% {
		-webkit-transform: translateY(60px) rotate(0);
		transform: translateY(60px) rotate(0);
	}
	50% {
		-webkit-transform: translateY(-150px) rotate(180deg);
		transform: translateY(-150px) rotate(180deg);
	}
	to {
		-webkit-transform: translateY(60px) rotate(0);
		transform: translateY(60px) rotate(0);
	}
}
#topics {
	padding-top: 40px;
}
@media screen and (min-width: 760px) {
	#topics {
		padding-top: 90px;
	}
}
#topics .sectionHeader_link.u-sp {
	margin-top: 30px;
}
#topics .topics_list {
	position: relative;
}
@media screen and (min-width: 760px) {
	#topics .topics_list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
#topics .topicsListMain_container {
	width: 100%;
	padding: 27px 16px 0;
}
@media screen and (min-width: 760px) {
	#topics .topicsListMain_container {
		width: 50%;
		padding: 25px 0 0;
	}
}
@media screen and (min-width: 1280px) {
	#topics .topicsListMain_container {
		width: 40%;
	}
}
@media screen and (min-width: 2160px) {
	#topics .topicsListMain_container {
		width: 50%;
	}
}
#topics .topicsListInner_container {
	position: relative;
	margin-top: 25px;
}
@media screen and (min-width: 760px) {
	#topics .topicsListInner_container {
		margin: 25px 0 0;
		width: calc(50% - 80px);
	}
}
@media screen and (min-width: 1280px) {
	#topics .topicsListInner_container {
		width: calc(60% - 62px);
	}
}
@media screen and (min-width: 2160px) {
	#topics .topicsListInner_container {
		width: calc(50% - 62px);
	}
}
#topics .topicsListInner_container .swiper-button-next,
#topics .topicsListInner_container .swiper-button-prev {
	border: 1px solid #fff;
}
@media screen and (min-width: 760px) {
	#topics .topicsListInner_container .swiper-button-prev {
		left: -32px;
		opacity: 1;
		pointer-events: all;
	}
}
#topics .topicsList_inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#topics .topicsList_main a {
	display: block;
	color: #fff;
}
@media screen and (min-width: 960px) {
	#topics .topicsList_main a:hover .image .img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
#topics .topicsList_main .image {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-radius: 15px;
	padding-top: 66.67%;
	height: 0;
}
#topics .topicsList_main .image .img {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	padding-top: 66.67%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
@media screen and (min-width: 760px) {
	#topics .topicsList_main .image .img {
		-webkit-transition: -webkit-transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1);
		transition: -webkit-transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1);
		transition: transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1);
		transition: transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1),
			-webkit-transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1);
	}
}
#topics .topicsList_main .title {
	margin-top: 16px;
	font-size: 15px;
}
@media screen and (min-width: 760px) {
	#topics .topicsList_main .title {
		margin-top: 22px;
		font-size: 17px;
	}
}
#topics .topicsList_item {
	width: 250px;
}
@media screen and (min-width: 560px) {
	#topics .topicsList_item {
		width: 400px;
	}
}
@media screen and (min-width: 760px) {
	#topics .topicsList_item {
		width: 240px;
	}
}
@media screen and (min-width: 1280px) {
	#topics .topicsList_item {
		width: 273px;
	}
}
@media screen and (min-width: 1921px) {
	#topics .topicsList_item {
		width: calc(33.333% - 30px);
	}
}
#topics .topicsList_item a {
	display: block;
	color: #fff;
}
@media screen and (min-width: 960px) {
	#topics .topicsList_item a:hover .image .img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
#topics .topicsList_item .image {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-radius: 15px;
	padding-top: 66.67%;
	height: 0;
}
#topics .topicsList_item .image img {
	display: none;
}
#topics .topicsList_item .image .img {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	padding-top: 66.67%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
@media screen and (min-width: 760px) {
	#topics .topicsList_item .image .img {
		-webkit-transition: -webkit-transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1);
		transition: -webkit-transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1);
		transition: transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1);
		transition: transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1),
			-webkit-transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1);
	}
}
#topics .topicsList_item .title {
	margin-top: 14px;
	font-size: 15px;
}
@media screen and (min-width: 760px) {
	#topics .topicsList_item .title {
		font-size: 17px;
	}
}
#reports {
	padding-top: 72px;
}
@media screen and (min-width: 760px) {
	#reports {
		padding-top: 90px;
	}
}
#reports .section_body {
	padding: 25px 16px 0;
}
@media screen and (min-width: 760px) {
	#reports .section_body {
		padding: 24px 90px 0;
	}
}
@media screen and (min-width: 1760px) {
	#reports .section_body {
		margin: 0 auto;
		max-width: 1940px;
	}
}
@media screen and (min-width: 760px) {
	#reports .reports_list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media screen and (min-width: 760px) {
	#reports .reports_list .reportsList_item {
		width: calc(50% - 23px);
	}
}
@media screen and (min-width: 1280px) {
	#reports .reports_list .reportsList_item {
		width: calc(50% - 40px);
	}
}
#reports .reports_list .reportsList_item:nth-child(2) {
	margin-top: 30px;
}
@media screen and (min-width: 760px) {
	#reports .reports_list .reportsList_item:nth-child(2) {
		margin-top: 0;
	}
}
#reports .reports_list .reportsList_item a {
	color: #000;
}
@media screen and (min-width: 960px) {
	#reports .reports_list .reportsList_item a:hover .image img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	#reports .reports_list .reportsList_item a:hover .title {
		color: #d0576a;
	}
	#reports .reports_list .reportsList_item a:hover .title .title_en span,
	#reports .reports_list .reportsList_item a:hover .title .title_jp span {
		background: url(/jp/v3/cmn/img/ico-outside-pink.png) no-repeat 50%;
		background-size: contain;
	}
}
#reports .reports_list .reportsList_item a .image {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-radius: 15px;
}
#reports .reports_list .reportsList_item a .image.image_border {
	border: 1px solid #EAECEB;
}
#reports .reports_list .reportsList_item a .image img {
	width: 100%;
}
@media screen and (min-width: 760px) {
	#reports .reports_list .reportsList_item a .image img {
		-webkit-transition: -webkit-transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1);
		transition: -webkit-transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1);
		transition: transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1);
		transition: transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1),
			-webkit-transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1);
	}
}
#reports .reports_list .reportsList_item a .title {
	font-weight: 400;
	line-height: 1;
	-webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#reports .reports_list .reportsList_item a .title .title_en {
	font-family: Shiseido Neue Regular, sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media screen and (min-width: 760px) {
	#reports .reports_list .reportsList_item a .title .title_en {
		margin-top: 22px;
		font-size: 25px;
	}
}
#reports .reports_list .reportsList_item a .title .title_jp {
	font-size: 13px;
	margin-top: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#reports .reports_list .reportsList_item a .title .title_date {
	display: block;
	margin-top: 8px;
	font-size: 11px;
	color: #777;
}

@media screen and (min-width: 760px) {
	#reports .reports_list .reportsList_item a .title .title_jp {
		font-size: 14px;
	}
	#reports .reports_list .reportsList_item a .title .title_date {
		font-size: 12px;
	}
}
#reports .reports_list .reportsList_item a .title span {
	margin-left: 4px;
	display: inline-block;
	width: 12px;
	height: 9px;
	background: url(/jp/v3/cmn/img/ico-outside-black.png) no-repeat 50%;
	background-size: contain;
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
	transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}
#brands {
	padding-top: 72px;
}
@media screen and (min-width: 760px) {
	#brands {
		padding-top: 88px;
	}
}
@media screen and (min-width: 760px) {
	#brands .section_body {
		padding: 0 90px;
	}
}
@media screen and (min-width: 1760px) {
	#brands .section_body {
		margin: 0 auto;
		max-width: 1940px;
	}
}
#brands .swiper-container {
	margin-top: 25px;
}
@media screen and (min-width: 760px) {
	#brands .swiper-wrapper {
		overflow: hidden;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
#brands .swiper-slide {
	width: 250px;
}
@media screen and (min-width: 560px) {
	#brands .swiper-slide {
		width: 400px;
	}
}
@media screen and (min-width: 760px) {
	#brands .swiper-slide {
		width: calc(25% - 30px);
	}
}
@media screen and (min-width: 760px) {
	#brands .swiper-slide.item01 {
		margin-left: 0;
	}
}
#brands .swiper-slide a {
	display: block;
}
@media screen and (min-width: 960px) {
	#brands .swiper-slide a:hover .image img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
#brands .swiper-slide .image {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}
#brands .swiper-slide .image img {
	width: 100%;
}
@media screen and (min-width: 760px) {
	#brands .swiper-slide .image img {
		-webkit-transition: -webkit-transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1);
		transition: -webkit-transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1);
		transition: transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1);
		transition: transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1),
			-webkit-transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1);
	}
}
#brands .swiper-slide .logo {
	display: block;
}
#brands .swiper-slide .logo img {
	width: 100%;
}
#brands .swiper-button-next,
#brands .swiper-button-prev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (min-width: 760px) {
	#brands .swiper-button-next,
	#brands .swiper-button-prev {
		display: none;
	}
}
#talks {
	position: relative;
	z-index: 2;
	padding-top: 72px;
}
@media screen and (min-width: 760px) {
	#talks {
		padding-top: 90px;
	}
}
#talks .talks_about {
	margin-top: 16px;
	font-size: 15px;
	padding: 0 16px;
}
@media screen and (min-width: 760px) {
	#talks .talks_about {
		padding: 0 90px;
		font-size: 17px;
	}
}
@media screen and (min-width: 1760px) {
	#talks .talks_about {
		margin: 16px auto 0;
		max-width: 1940px;
	}
}
#talks .swiper-container {
	margin-top: 20px;
}
@media screen and (min-width: 760px) {
	#talks .swiper-container {
		margin-top: 28px;
	}
}
#talks .swiper-slide {
	width: 250px;
	opacity: 1 !important;
}
@media screen and (min-width: 560px) {
	#talks .swiper-slide {
		width: 400px;
	}
}
@media screen and (min-width: 760px) {
	#talks .swiper-slide {
		width: 430px;
	}
}
@media screen and (min-width: 960px) {
	#talks .swiper-slide {
		width: 422px;
	}
}
@media screen and (min-width: 1921px) {
	#talks .swiper-slide {
		width: 500px;
	}
}
#talks .swiper-slide a {
	display: block;
}
@media screen and (min-width: 960px) {
	#talks .swiper-slide a:hover .image img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	#talks .swiper-slide a:hover .details .details_date {
		color: #d0576a;
	}
	#talks .swiper-slide a:hover .details .details_title {
		color: #d0576a;
	}
}
#talks .swiper-slide .image {
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}
#talks .swiper-slide .image img {
	width: 100%;
}
@media screen and (min-width: 760px) {
	#talks .swiper-slide .image img {
		-webkit-transition: -webkit-transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1);
		transition: -webkit-transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1);
		transition: transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1);
		transition: transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1),
			-webkit-transform 1.8s cubic-bezier(0.2, 0.8, 0.7, 1);
	}
}
#talks .swiper-slide .details .details_date {
	margin-top: 14px;
	font-size: 11px;
	color: #524e4d;
}
#talks .swiper-slide .details .details_type {
	margin-top: 14px;
	font-size: 13px;
	color: #c80421;
}
#talks .swiper-slide .details .details_title {
	margin-top: 6px;
	font-size: 13px;
	color: #524e4d;
}
@media screen and (min-width: 760px) {
	#talks .swiper-slide .details .details_date {
		margin-top: 18px;
		font-size: 12px;
	}
	#talks .swiper-slide .details .details_type {
		margin-top: 12px;
		font-size: 14px;
	}
	#talks .swiper-slide .details .details_title {
		margin-top: 8px;
		font-size: 14px;
	}
}
#notice {
	background-color: #f7f7f7;
	margin-top: 80px;
	padding: 40px 0;
}
@media screen and (min-width: 760px) {
	#notice {
		margin-top: 90px;
		padding: 60px 0;
	}
}
#notice .section_body {
	letter-spacing: 0.03em;
	padding: 0 16px;
}
@media screen and (min-width: 760px) {
	#notice .section_body {
		padding: 0 90px;
	}
}
@media screen and (min-width: 1760px) {
	#notice .section_body {
		margin: 0 auto;
		max-width: 1940px;
	}
}
#notice .item {
	position: relative;
	padding-top: 16px;
}
#notice .item a {
	display: block;
	color: #000;
	text-decoration: none;
}
@media screen and (min-width: 1280px) {
	#notice .item a {
		display: table;
	}
	#notice .item a:hover .date {
		color: #d0576a;
	}
	#notice .item a:hover .label {
		color: #d0576a;
		text-decoration: underline;
	}
}
@media screen and (min-width: 960px) {
	#notice .item a:hover .date {
		color: #d0576a;
	}
	#notice .item a:hover .label {
		color: #d0576a;
		text-decoration: underline;
	}
}
#notice .item .date {
	display: block;
	font-size: 13px;
	color: #707070;
}
@media screen and (min-width: 760px) {
	#notice .item .date {
		display: table-cell;
		width: 140px;
		font-size: 17px;
		vertical-align: baseline;
		-webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
}
#notice .item .label {
	font-size: 15px;
}
@media screen and (min-width: 760px) {
	#notice .item .label {
		display: table-cell;
		font-size: 17px;
		vertical-align: baseline;
		-webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
		transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	}
}
.swiper-container {
	position: relative;
}
.swiper-button-next,
.swiper-button-prev {
	z-index: 5;
	outline: none;
	background: none;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.swiper-button-next.red,
.swiper-button-prev.red {
	background: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 760px) {
	.swiper-button-next,
	.swiper-button-prev {
		width: 60px;
		height: 60px;
	}
}
@media screen and (min-width: 960px) {
	.swiper-button-next:hover,
	.swiper-button-next:hover.red,
	.swiper-button-prev:hover,
	.swiper-button-prev:hover.red {
		background: #c80421;
		border-color: #fff;
	}
	.swiper-button-next:hover.red span,
	.swiper-button-next:hover span,
	.swiper-button-prev:hover.red span,
	.swiper-button-prev:hover span {
		border-color: #fff;
	}
}
.swiper-button-next span,
.swiper-button-prev span {
	outline: none;
	display: inline-block;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	padding: 3px;
	-webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 760px) {
	.swiper-button-next span,
	.swiper-button-prev span {
		padding: 4px;
	}
}
.swiper-button-prev {
	left: 10px;
	opacity: 1;
	pointer-events: all;
}
@media screen and (min-width: 760px) {
	.swiper-button-prev {
		left: 20px;
	}
}
.swiper-button-prev span {
	-webkit-transform: rotate(135deg) translate(-1px, -1px);
	transform: rotate(135deg) translate(-1px, -1px);
}
.swiper-button-next {
	right: 10px;
}
@media screen and (min-width: 760px) {
	.swiper-button-next {
		right: 20px;
	}
}
.swiper-button-next span {
	-webkit-transform: rotate(-45deg) translate(-1px, -1px);
	transform: rotate(-45deg) translate(-1px, -1px);
}
.swiper-button-next.red span,
.swiper-button-prev.red span {
	display: inline-block;
	border: solid #fff;
	border-width: 0 1px 1px 0;
	padding: 3px;
	-webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 760px) {
	.swiper-button-next.red span,
	.swiper-button-prev.red span {
		padding: 4px;
	}
}
.mainview_body_br {
	display: block;
}
@media screen and (min-width: 760px) {
	.mainview_body_br {
		display: none;
	}
}
.article .article_inner {
	min-width: 100%;
}
.article .article_inner .article_contents {
	max-width: 100%;
	width: 100%;
	margin: 0;
	min-width: 0;
}
@media screen and (min-width: 760px) {
	.article .article_inner .article_contents {
		min-width: 1000px;
	}
}
.m_column-1,
.m_wysiwyg {
	width: 100%;
}
#topicpath {
	display: none;
}
#stockInfo,
.inbox {
	font-size: 20px;
}
@media screen and (min-width: 375px) {
	#stockInfo,
	.inbox {
		font-size: 6.933vw;
	}
}
@media screen and (min-width: 760px) {
	#stockInfo,
	.inbox {
		display: inline-block;
		font-size: 26px;
		line-height: 1;
	}
}
#mainview .link {
	position: relative;
}
#mainview .link.outside:after {
	position: absolute;
	display: block;
	content: "";
	width: 16px;
	height: 12px;
	background: url(/jp/v3/cmn/img/ico-outside-white.png) no-repeat 50%;
	background-size: contain;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}
@media screen and (min-width: 960px) {
	#mainview .link.outside:hover:after {
		background: url(/jp/v3/cmn/img/ico-outside.png) no-repeat 50%;
		background-size: contain;
	}
}
@media screen and (max-width: 768px) {
	#mainview .top-mv-slider-link {
		bottom: 90px;
		top: auto;
	}
	#mainview .link.outside:after {
		right: 17vw;
	}
	#mainview .link.outside:active:after {
		background: url(/jp/v3/cmn/img/ico-outside.png) no-repeat 50%;
		background-size: contain;
	}
}
@-webkit-keyframes showMainviewLine {
	0% {
		bottom: 100%;
		height: 0;
	}
	to {
		bottom: 0;
		height: 56.9%;
	}
}
@keyframes showMainviewLine {
	0% {
		bottom: 100%;
		height: 0;
	}
	to {
		bottom: 0;
		height: 56.9%;
	}
}
@-webkit-keyframes showMainviewLineAnimate {
	0% {
		bottom: 0;
		height: 56.9%;
	}
	40% {
		bottom: 0;
		height: 0;
	}
	60% {
		bottom: 61.9%;
		height: 0;
	}
	to {
		bottom: 0;
		height: 56.9%;
	}
}
@keyframes showMainviewLineAnimate {
	0% {
		bottom: 0;
		height: 56.9%;
	}
	40% {
		bottom: 0;
		height: 0;
	}
	60% {
		bottom: 61.9%;
		height: 0;
	}
	to {
		bottom: 0;
		height: 56.9%;
	}
}
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}
:focus {
	outline: none !important;
}