@charset "UTF-8";
/* title
-------------------------------------------------------------------------- */
h2.title1 {
	margin-bottom: 60px;
	text-align: center;
}
h2.title1 span {
	font-weight: 300;
}
h2.title1 .label_ja {
	display: block;
	font-size: 28px;
}
h2.title1 .label_en {
	display: block;
	position: relative;
	margin-bottom: 10px;
	font-size: 11px;
	color: #acacac;
}
h2.title1 .label_en:before {
	content: '';
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 6px;
	background: url(../img/icon/dot3.svg) center / 8px no-repeat;
}
h3.title1 {
	margin-bottom: 60px;
	padding: 12px 0;
	border-bottom: 1px solid #666666;
}
h3.title1 span {
	font-weight: 300;
}
h3.title1 .label_ja {
	display: block;
	font-size: 28px;
}
h4.title1 {
	margin-bottom: 40px;
	padding: 8px 0;
	border-bottom: 1px solid #666666;
}
h4.title1 span {
	font-weight: 300;
}
h4.title1 .label_ja {
	display: block;
	font-size: 20px;
}
@media only screen and (max-width: 1024px) {
	h2.title1 {
		margin-bottom: 40px;
	}
	h2.title1 .label_ja {
		font-size: 20px;
	}
	h2.title1 .label_en {
		font-size: 12px;
	}
	h3.title1 {
		margin-bottom: 30px;
	}
	h3.title1 .label_ja {
		font-size: 20px;
	}
}
/* button
-------------------------------------------------------------------------- */
.button1 a {
	width: 400px;
	height: 70px;
	margin: auto;
	background: #7185c0;
	color: #fff;
	font-size: 18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	transition: ease 0.4s;
	padding-top: 0.2em;
}
.button1--small a {
	width: 350px;
	height: 60px;
}
.button1 a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	width: 6px;
	height: 9px;
	display: block;
	background: url(../img/icon/dot1.svg) center / 6px no-repeat;
	transition: ease 0.4s;
}
.button1 a:hover {
	opacity: 0.7;
}
.button1 a span {
	display: block;
	font-size: 13px;
	margin-top: -10px;
	width: 100%;
}
.button1.more_button a {
	width: 380px;
	background: #2f3a3d;
}
.button1.bl_button a {
	background: #2f3a3d;
}
.button1.bl_button a:hover {
	opacity: 1;
}
.button1.bl_button a {
	background: none;
	border: 1px solid #fff;
	color: #fff;
}
.button1.bl_button a:hover {
	background: #fff;
	color: #333;
}
.button1.bl_button a:hover:after {
	background: url(../img/icon/dot2.svg);
}
.button2 a {
	width: 100%;
	height: 50px;
	margin: auto;
	background: #a4a4a4;
	color: #fff;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	transition: ease 0.4s;
	padding-top: 0.2em;
	padding-right: 10px;
}
.button2 a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	width: 6px;
	height: 9px;
	display: block;
	background: url(../img/icon/dot1.svg) center / 6px no-repeat;
	cursor: pointer;
	transition: ease 0.4s;
}
.button2 a:hover {
	opacity: 0.7;
}
.button3 a {
	width: 100%;
	height: 50px;
	margin: auto;
	background: #7185c0;
	color: #fff;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	transition: ease 0.4s;
	padding-top: 0.2em;
}
.button3 a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	width: 6px;
	height: 9px;
	display: block;
	background: url(../img/icon/dot1.svg) center / 6px no-repeat;
	transition: ease 0.4s;
}
.button3 a:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 1024px) {
	.button1 a {
		width: 100%;
		height: 55px;
		font-size: 14px;
	}
	.button1.more_button a {
		width: 100%;
		height: 60px;
		font-size: 16px;
	}
	.button1.bl_button a {
		width: 100%;
		height: 51px;
		font-size: 16px;
	}
	.button2 a {
		height: 41px;
	}
}
/* border
-------------------------------------------------------------------------- */
.b-1 {
	border: 1px solid #dedede;
}
/* readmore
-------------------------------------------------------------------------- */
.readmore_button {
	position: relative;
	transition: ease 0.4s;
	cursor: pointer;
}
.readmore_button:hover {
	opacity: 0.7;
}
.readmore_icon {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 30px;
	display: block;
}
.readmore_icon:before,
.readmore_icon:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: #666666;
}
.readmore_icon:before {
	width: 30px;
	height: 2px;
}
.readmore_icon:after {
	width: 2px;
	height: 30px;
}
.readmore .readmore_block {
	max-height: 300px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.5s cubic-bezier(0, 0.65, 0.2, 1);
	transition: all 0.5s cubic-bezier(0, 0.65, 0.2, 1);
}
.readmore.open .readmore_block {
	max-height: 1000vh;
	-webkit-transition: all 0.75s cubic-bezier(0.2, 0, 1, 0.2);
	transition: all 0.75s cubic-bezier(0.2, 0, 1, 0.2);
}
.readmore .readmore_block::after {
	content: '';
	width: 100%;
	height: 300px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 70%);
}
.readmore.open .readmore_block::after {
	content: none;
}
.readmore.open .readmore_icon {
	opacity: 0.7;
}
.readmore.open .readmore_icon:after {
	opacity: 0;
}
@media only screen and (max-width: 1024px) {
	.readmore .readmore_block {
		max-height: 130px;
	}
	.readmore .readmore_block::after {
		height: 130px;
	}
	.readmore_icon:before {
		width: 20px;
		height: 2px;
	}
	.readmore_icon:after {
		width: 2px;
		height: 20px;
	}
}
/* fadein
-------------------------------------------------------------------------- */
.fadein_up {
	opacity: 0;
	transform: translate(0, 100px);
	transition: all 1s;
}
.fadein_up.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
/* popup
-------------------------------------------------------------------------- */
.popup {
	cursor: pointer;
	transition: ease 0.4s;
}
.popup:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 1024px) {
	.popup {
		cursor: default;
		transition: ease 0.4s;
	}
	.popup:hover {
		opacity: 1;
	}
}
/* mainvisual
-------------------------------------------------------------------------- */
#mainbg {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -2;
}
#mainbl {
	position: fixed;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -1;
	transition: 0.4s;
}
#mainbl.scroll {
	background: rgba(0, 0, 0, 0.8);
}
#mainblank {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
#mainblank .mainblank_catch {
	position: relative;
	z-index: 2;
	top: -3vh;
	text-align: center;
	color: #fff;
}
#mainblank .mainblank_catch > span {
	position: relative;
	top: 20px;
	opacity: 0;
}
#mainblank .mainblank_title1 {
	margin-bottom: 8px;
	font-weight: 300;
	font-size: 28px;
	display: block;
}
#mainblank .mainblank_title2 {
	letter-spacing: 0.05em;
	font-weight: 500;
	font-size: 42px;
}
#mainblank .mainblank_title2 .number {
	font-weight: 300;
}
#mainblank .scrolldown {
	display: inline-block;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	padding: 10px 10px 100px;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	overflow: hidden;
	transition: 0.2s;
}
#mainblank .scrolldown:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 70px;
	background: #fff;
	animation: scrolldown 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
#mainblank__page {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
	display: flex;
	flex-wrap: wrap;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}
#mainblank__page:before,
#mainblank__page:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	transition: 0.4s;
}
#mainblank__page:before {
	z-index: 1;
	background: url(../img/main_page.jpg) center / cover no-repeat;
}
#mainblank__page:after {
	z-index: 2;
	background: rgba(0, 0, 0, 0.4);
}
#mainblank__page .mainblank_headline {
	position: relative;
	text-align: center;
	font-weight: 300;
	z-index: 3;
}
#mainblank__page .label_ja {
	display: block;
	font-size: 36px;
	color: #fff;
}
#mainblank__page .label_en {
	display: block;
	position: relative;
	margin-bottom: 10px;
	font-size: 14px;
	color: #acacac;
}
#mainblank__page .label_en:before {
	content: '';
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 6px;
	background: url(../img/icon/dot3.svg) center / 10px no-repeat;
}
@keyframes scrolldown {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	25% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	25.1% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	40%,
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}
@media only screen and (max-width: 1024px) {
	#mainbg {
		width: 100%;
		height: 100vh;
	}
	#mainbl {
		display: block;
	}
	#mainblank {
		width: 100%;
		height: 100vh;
	}
	#mainblank .mainblank_catch {
		top: -5vh;
		margin: 0 auto;
	}
	#mainblank .mainblank_title1 {
		margin-bottom: 5.8vh;
		font-size: 24px;
	}
	#mainblank .mainblank_title2 {
		line-height: 1.38;
		font-size: 36px;
	}
	#mainblank__page {
		height: 160px;
	}
	#mainblank__page:before {
		background: url(../img/main_page_sp.jpg) center / cover no-repeat;
	}
	#mainblank__page .mainblank_headline {
		top: 26px;
	}
	#mainblank__page .label_ja {
		font-size: 24px;
	}
	#mainblank__page .label_en {
		font-size: 12px;
		margin-bottom: 8px;
	}
}
/* main
-------------------------------------------------------------------------- */
.main img {
	max-width: 100%;
	width: 100%;
	display: block;
}
.main .main_article {
	padding: 120px 0;
	overflow: hidden;
}
.main .swiper-pagination {
	position: relative;
	bottom: auto !important;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.main .swiper-pagination span {
	width: 15px;
	height: 15px;
	margin: 0 10px !important;
	border-radius: 100%;
	background: #efefef;
	opacity: 1;
}
.main .swiper-pagination .swiper-pagination-bullet-active {
	background: #7185c0;
}
.main .product1,
.main .product2 {
	margin-bottom: 80px;
}
.main .product2 .product_item + .product_item {
	margin-top: 20px;
}
.main .product_title1 {
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 28px;
}
.main .product_title1 span {
	display: block;
}
.main .product_title1 .subtitle {
	margin-bottom: 3px;
	font-size: 12px;
}
.main .product_title2 {
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 20px;
	text-align: left;
}
.main .product_title2 span {
	display: block;
}
.main .product_title2 span sup {
	font-size: 60%;
	vertical-align: super;
}
.main .product_title2 .subtitle {
	margin-bottom: 6px;
	font-size: 12px;
}
.main .product_title3 {
	margin-bottom: 20px;
	padding: 10px 0;
	font-weight: 300;
	font-size: 16px;
	text-align: left;
	border-bottom: 1px solid #999;
}
.main .product_title3 span {
	display: block;
	font-size: 14px;
}
.main .product_button,
.main .product_button a {
	width: 100%;
}
.main .product_button > div {
	margin-bottom: 10px;
}
.main .exhibition_booth .product1 {
	padding-bottom: 0;
	border-bottom: 0;
}
.main .exhibition_booth .swiper-button-lock {
	display: block !important;
}
.main .exhibition_booth .swiper-button-disabled {
	opacity: 1 !important;
	cursor: pointer !important;
	pointer-events: all !important;
}
.main .exhibition_booth .swiper-button-next,
.main .exhibition_booth .swiper-button-prev {
	color: #7185c0;
}
.main .exhibition_booth .swiper-button-next {
	right: -36px;
}
.main .exhibition_booth .swiper-button-prev {
	left: -34px;
}
.main .exhibition_booth .swiper-button-next::after,
.main .exhibition_booth .swiper-button-prev::after {
	font-size: 50px;
}
@media only screen and (max-width: 1024px) {
	.main .main_article {
		padding: 60px 0;
	}
	.main .swiper-pagination {
		margin-top: 40px;
	}
	.main .swiper-pagination span {
		width: 10px;
		height: 10px;
		margin: 0 5px !important;
	}
	.main .product_title1 {
		font-size: 20px;
	}
	.main .product_title1 .subtitle {
		font-size: 12px;
	}
	.main .product_title2 {
		font-size: 18px;
	}
	.main .product_button > div {
		margin-bottom: 0;
	}
	.main .product_button .button2:nth-child(2),
	.main .product_button .button3 {
		margin-top: 10px;
	}
	.main .product1,
	.main .product2 {
		margin-bottom: 30px;
		padding-bottom: 60px;
		border-bottom: 1px dotted #989898;
	}
	.main .product1 > div + div {
		margin-top: 60px;
		padding-top: 30px;
		border-top: 1px dotted #989898;
	}
	.main .product1 .product_item .product_img,
	.main .product2 .product_item .product_img {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	.main .product1 .product_item .product_txt,
	.main .product2 .product_item .product_txt {
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		max-width: 55%;
	}
	.main .product2 .product_video {
		margin-bottom: 10px;
	}
	.main .product2 .product2_t > div + div {
		margin-top: 15px;
	}
	.main .exhibition_booth .inner {
		margin: 0;
	}
	.main .exhibition_booth .swiper-container {
		padding: 0 30px;
	}
	.main .exhibition_booth .swiper-button-next {
		right: -0px;
	}
	.main .exhibition_booth .swiper-button-prev {
		left: -0px;
	}
	.main .exhibition_booth .swiper-button-next::after,
	.main .exhibition_booth .swiper-button-prev::after {
		font-size: 25px;
	}
}
/* news
-------------------------------------------------------------------------- */
.news .swiper-pagination {
	display: none;
}
.news {
	overflow: hidden;
}
.news .title1 {
	color: #fff;
}
.news .news_block {
	margin: 0 auto;
}
.news .news_slide {
	position: relative;
	margin: 0 auto;
	overflow: visible;
}
.news .news_slide p {
	margin-bottom: 0;
}
.news .news_slide .news_item {
	position: relative;
	width: 270px !important;
	min-height: 300px;
	background: #fff;
}
.news .news_slide .news_item a {
	display: block;
	text-decoration: none;
	color: #333;
}
.news .news_slide .news_img_title {
	position: absolute;
	top: 15px;
	left: 0;
	color: #fff;
	background-color: #333;
	display: inline-block;
	font-size: 16px;
	padding: 0.2em 1em 0em;
	z-index: 10;
	opacity: 0.8;
}
.news .news_slide .news_img {
	margin-bottom: 20px;
}
.news .news_slide .news_txt {
	padding: 0 15px 30px;
}
.news .news_slide .news_date {
	margin-bottom: 10px;
	font-size: 12px;
	color: #8e8e8e;
}
@media only screen and (max-width: 1024px) {
	.news .news_slide {
		overflow: hidden;
	}
	.news .news_slide .news_item {
		max-width: none;
		width: 100% !important;
		min-height: 365px;
	}
}
/* event
-------------------------------------------------------------------------- */
.event .title1 {
	color: #fff;
}
.event .event__head {
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 16px;
	margin-bottom: 60px;
}
.event .eventList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 50px 0;
}
.event .eventList__item {
	width: 46%;
	color: #fff;
	font-size: 16px;
}
.event .eventList__item--col1 {
	width: 46%;
	margin: 0 auto;
}
.event .eventList__item div {
	position: relative;
	width: 100%;
	padding-top: 177.82%;
}
.event .eventList__item div iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.event .event_video {
	width: 700px;
	margin: 0 auto;
}
.event .event_button {
	margin-top: 40px;
}
.event .event_button p.event__text {
	color: #fff;
	font-size: 16px;
	margin-bottom: 30px;
}
.event .swiper-pagination {
	display: none;
}
.event .event_slide {
	position: relative;
	margin: 0 auto;
	overflow: visible;
}
.event .event_slide p {
	margin-bottom: 0;
}
.event .event_slide .event_item {
	position: relative;
	width: 270px !important;
	min-height: 300px;
	background: #fff;
}
.event .event_slide .event_item a {
	display: block;
	text-decoration: none;
	color: #333;
}
.event .event_slide .event_img_title {
	position: absolute;
	top: 20px;
	left: 0;
	color: #fff;
	background-color: #333;
	display: inline-block;
	font-size: 16px;
	padding: 0.4em 1em 0.2em;
	z-index: 10;
}
.event .event_slide .event_img {
	margin-bottom: 20px;
}
.event .event_slide .event_txt {
	padding: 0 15px 30px;
}
.event .event_slide .event_date {
	margin-bottom: 10px;
	font-size: 12px;
	color: #8e8e8e;
}
.event .event_slide .event_title {
	font-family: UniversLTPro-65Boldt, '新ゴ B', 'Shin Go Bold';
	margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
	.event .event__head {
		display: flex;
		flex-direction: column;
		margin-bottom: 60px;
	}
	.event .eventList {
		display: flex;
		flex-direction: column;
		gap: 0;
	}
	.event .eventList__item {
		width: 100%;
	}
	.event .eventList__item + .eventList__item {
		margin-top: 60px;
	}
	.event .event_video {
		width: 100%;
	}
	.event .event_button {
		margin-top: 30px;
	}
	.event .event_slide {
		overflow: hidden;
	}
	.event .event_slide .event_item {
		max-width: none;
		width: 100% !important;
		min-height: 365px;
	}
}
/* information
-------------------------------------------------------------------------- */
.information .title1 {
	color: #fff;
}
.information .information_btnList {
	width: 870px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.information .information_btnList li {
	margin-top: 30px;
	width: 420px;
}

.information .information_btnList li.col1 {
	margin: 30px auto 0;
	width: 500px;
	max-width: 100%;
}

.information .information_btnList li:first-of-type,
.information .information_btnList li:nth-of-type(2) {
	margin-top: 0;
}
.information .information_btnList li a {
	width: 100%;
	line-height: 1;
}
.information .information_btnList li span {
	font-size: 1.2rem;
	line-height: 1;
}
@media only screen and (max-width: 1024px) {
	.information .information_btnList {
		width: 100%;
		margin: 0 auto;
		flex-direction: column;
	}
	.information .information_btnList li {
		margin-top: 20px;
		width: 100%;
	}
	.information .information_btnList li:nth-of-type(2) {
		margin-top: 20px;
	}
}
/* tableclinic
-------------------------------------------------------------------------- */
.tableclinic .title1 {
	color: #fff;
}
.tableclinic .tableclinic_item + .tableclinic_title {
	margin-top: 60px;
}
.tableclinic .tableclinic_item {
	width: 870px;
	background-color: #fff;
	padding: 35px;
	box-sizing: border-box;
}
.tableclinic .tableclinic_item + .tableclinic_item {
	margin-top: 30px;
}
.tableclinic .tableclinic_header_title {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #7185c0;
}
.tableclinic .tableclinic_header_title span {
	font-size: 18px;
}
.tableclinic .tableclinic_header_txt {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 30px 0;
	margin-bottom: 15px;
}
.tableclinic .tableclinic_body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 16px;
}
.tableclinic .tableclinic_body--borderTop {
	padding-top: 15px;
	border-top: 1px solid #dedede;
}
.tableclinic .tableclinic_body dt {
	background-color: #7185c0;
	color: #fff;
	text-align: center;
	padding: 5px 0 3px 1em;
	width: 6em;
	letter-spacing: 1em;
	margin-top: 15px;
}
.tableclinic .tableclinic_body dd {
	width: calc(100% - 8em);
	padding: 5px 0;
	margin-top: 15px;
}
.tableclinic .tableclinic_body dd:first-of-type {
	padding: 0;
}
.tableclinic .tableclinic_body dd.date {
	text-indent: calc(-2.6em - 5px);
	padding-left: calc(2.6em + 5px);
}
.tableclinic .tableclinic_body dd.instructor {
	display: flex;
	grid-gap: 25px;
}
.tableclinic .tableclinic_body dd.instructor .instructor__image {
	width: 120px;
	height: auto;
}
.tableclinic .event_button {
	margin-top: 40px;
}
.tableclinic .event_button p.event__text {
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 40px;
}
.tableclinic .tableclinic_button {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #dedede;
	text-align: center;
}
.tableclinic .tableclinic_body dd span {
	font-size: 24px;
	margin: 0 5px;
}
@media only screen and (max-width: 1024px) {
	.tableclinic .tableclinic_item {
		width: 100%;
		padding: 25px;
	}
	.tableclinic .event_button {
		margin-top: 30px;
	}
	.tableclinic .tableclinic_body dd {
		width: calc(100% - 7em);
	}
	.tableclinic .tableclinic_body dd.instructor {
		flex-wrap: wrap;
	}
}
/* product_new
-------------------------------------------------------------------------- */
.product_new {
	overflow: hidden;
	background: #fff;
	background-image: url(../img/product_new_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.product_new .product_new_debut {
	margin-bottom: 60px;
	text-align: center;
}
.product_new .product_new_debut ul {
	width: 870px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.product_new .product_new_debut ul li {
	width: 420px;
}
.product_new .product_new_debut ul li img {
	width: 100%;
	height: auto;
}
.product_new .product_new_slide {
	position: relative;
	overflow: visible;
}
.product_new .product_new_slide .swiper-slide {
	background: #f5f5f5;
	width: 80vh;
}
.product_new .product1 .product_new_slide_inner {
	padding: 40px;
}
.product_new .product_video {
	margin-bottom: 10px;
}
.product_new .product_video {
	width: 100%;
}
.product_new .swiper-pagination {
	margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
	.product_new {
		background-image: url('../img/product_new_bg_sp1.png'), url(../img/product_new_bg_sp2.png);
		background-position: right top, left bottom;
		background-size: 100% auto, 100% auto;
		background-repeat: no-repeat, no-repeat;
	}
	.product_new .product_new_debut {
		margin-bottom: 40px;
	}
	.product_new .product_new_debut ul {
		width: 100%;
		flex-direction: column;
	}
	.product_new .product_new_debut ul li {
		width: 100%;
	}
	.product_new .product_new_debut ul li + li {
		margin-top: 40px;
	}
	.product_new .swiper-pagination {
		margin-bottom: 40px;
	}
	.product_new .product_new_slide {
		overflow: hidden;
	}
	.product_new .product1 .product_new_slide_inner {
		padding: 25px 15px;
	}
	.product_new .product_img {
		margin-bottom: 20px;
	}
}
/* product_blank
-------------------------------------------------------------------------- */
.product_blank {
	background: #fff;
}
.product_blank img {
	max-width: none;
	width: 100%;
}
.product_blank .pcMode {
	display: block;
}
.product_blank .spMode {
	display: none;
}
@media only screen and (max-width: 1024px) {
	.product_blank .pcMode {
		display: none;
	}
	.product_blank .spMode {
		display: block;
	}
}
/* exhibition_booth
-------------------------------------------------------------------------- */
.exhibition_booth {
	overflow: hidden;
	background: #fff;
	background-image: url(../img/exhibition_booth_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.exhibition_booth .exhibition_booth_slide {
	position: relative;
	overflow: visible;
}
.exhibition_booth .exhibition_booth_slide .swiper-slide {
	background: #f5f5f5;
	width: 100%;
}
.exhibition_booth .exhibition_booth__video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.exhibition_booth .exhibition_booth__video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 1024px) {
	.exhibition_booth {
		background-image: url('../img/exhibition_booth_bg_sp1.png'), url(../img/exhibition_booth_bg_sp2.png);
		background-position: right top, left bottom;
		background-size: 100% auto, 100% auto;
		background-repeat: no-repeat, no-repeat;
	}
	.exhibition_booth .exhibition_booth_debut {
		margin-bottom: 40px;
	}
	.exhibition_booth .exhibition_booth_debut ul {
		width: 100%;
		flex-direction: column;
	}
	.exhibition_booth .exhibition_booth_debut ul li {
		width: 100%;
	}
	.exhibition_booth .exhibition_booth_debut ul li + li {
		margin-top: 40px;
	}
	.exhibition_booth .swiper-pagination {
		margin-bottom: 40px;
	}
	.exhibition_booth .exhibition_booth_slide {
		overflow: hidden;
	}
	.exhibition_booth .product1 .exhibition_booth_slide_inner {
		padding: 25px 15px;
	}
	.exhibition_booth .product_img {
		margin-bottom: 20px;
	}
}
/* product_lineup
-------------------------------------------------------------------------- */
.product_lineup {
	background: #fff;
	overflow: hidden;
}
.product_lineup .button1 {
	margin-bottom: 100px;
}
.product_lineup .product_play {
	margin-bottom: 120px;
}
.product_lineup .product_item,
.product_lineup .product_img,
.product_lineup .product_video,
.product_lineup .product_button {
	width: 100%;
}
.product_lineup .product_item a {
	display: block;
	color: #333;
	text-align: center;
	text-decoration: none;
}
.product_lineup .product_cate span {
	font-size: 13px;
}
.product_lineup .product_video {
	margin-top: 20px;
}
.product_lineup .product_button {
	margin-top: 30px;
}
.product_lineup .product2 .product_video {
	margin-top: 0;
}
.product_lineup .product_cate_block {
	margin-bottom: 60px;
}
.product_lineup .product_cate_block:last-of-type {
	margin-bottom: 0;
}
.product_lineup .product_lineup_slide_ {
	position: relative;
	margin-bottom: 120px;
	overflow: visible;
}
.product_lineup .product_lineup_slide {
	overflow: hidden;
}
.product_lineup .product_lineup_slide .product_cate {
	margin-top: 20px;
	margin-bottom: 0;
}
.product_lineup .swiper-button-next,
.product_lineup .swiper-button-prev {
	width: 12px;
	height: 26.6667px;
	top: 50%;
	opacity: 1;
}
.product_lineup .swiper-button-next:after,
.product_lineup .swiper-button-prev:after {
	font-size: 26px;
	color: #333;
}
.product_lineup .swiper-button-next {
	right: -36px;
}
.product_lineup .swiper-button-prev {
	left: -36px;
}
.product_lineup .swiper-button-disabled {
	opacity: 0.3;
}
@media only screen and (max-width: 1024px) {
	.product_lineup .product_play {
		margin-bottom: 60px;
	}
	.product_lineup .product_cate {
		margin-bottom: 0;
	}
	.product_lineup .product_video {
		margin-top: 15px;
	}
	.product_lineup .product_button {
		margin-top: 10px;
	}
	.product_lineup .product_cate_block {
		margin-bottom: 30px;
	}
	.product_lineup .product_lineup_slide_ {
		margin-bottom: 60px;
	}
	.product_lineup .product_lineup_slide .product_img {
		padding: 0 6px;
	}
	.product_lineup .product_lineup_slide .product_cate span {
		font-size: 11px;
	}
	.product_lineup .swiper-container {
		width: 100%;
		margin: 0;
		overflow: visible;
	}
	.product_lineup .swiper-button-next,
	.product_lineup .swiper-button-prev {
		display: none;
	}
	.product_lineup .swiper-button-next {
		right: -36px;
	}
	.product_lineup .swiper-button-prev {
		left: -36px;
	}
	.product_lineup .swiper-button-disabled {
		opacity: 0.3;
	}
}
/* requestdemo
-------------------------------------------------------------------------- */
.requestdemo {
	background: #fff;
	overflow: hidden;
}
.requestdemo .requestdemo_block {
	position: relative;
}
.requestdemo .requestdemo_img {
	width: 100%;
}
.requestdemo .requestdemo_button {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 90vw;
}
@media only screen and (max-width: 1024px) {
	.requestdemo .requestdemo_button a {
		width: 100%;
	}
}
