@charset "UTF-8";

html {
	/* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", "メイリオ", Meiryo, "Noto Sans JP", "ＭＳ Ｐゴシック", "MS PGothic", Geneva, Arial, Verdana, sans-serif; */
	font-family: "PingFang SC", "思源黑体", "Source Han Sans", "noto sans", Arial, sans-serif;
	font-size: 16px;
	font-size: 1.1111111111vw;
	line-height: 1em;
	color: #000;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000;
}

a img {
	border: none;
}

.fcl {
	zoom: 100%;
}

.fcl:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
}

img,
svg {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

ol,
ul {
	list-style: none;
}

html.webkit img[src$=svg] {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

img:-moz-loading {
	visibility: hidden;
}

.css_imagehover {
	line-height: 0;
	position: relative;
	display: block;
}

.css_imagehover img {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	will-change: opacity;
}

.css_imagehover img:nth-of-type(2) {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.table {
	display: table;
	width: 100%;
	height: 100%;
}

.table-cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.js-svgChange,
.js-svgDelayLoad {
	line-height: 0;
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: transparent;
}

.js-svgChange svg,
.js-svgDelayLoad svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.js-delayLoad,
.js-delayLoad_bg,
.js-pictureDelay,
.js-pictureDelay_bg,
.js-svgDelayLoad {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity: 0;
}

.js-delayLoad.isLoadEnd,
.js-delayLoad_bg.isLoadEnd,
.js-pictureDelay.isLoadEnd,
.js-pictureDelay_bg.isLoadEnd,
.js-svgDelayLoad.isLoadEnd {
	opacity: 1;
}

.btn a {
	-webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	border-radius: 1.875rem;
}

.btn a:after {
	content: none;
	-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background-image: url(..366
 /icon_btn_arrow.svg);
}

.btn a:before {
	position: absolute;
	top: calc(50% - 0.3125rem);
	right: 1.25rem;
	width: 0.5625rem;
	height: 0.625rem;
	content: none;
	-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 0;
	background: url(../img/icon_btn_arrow_b.svg) no-repeat center transparent;
	background-size: contain;
}

.btn a:hover {
	opacity: 1;
}

.c_kv {
	position: relative;
}

.c_kv__list {
	position: relative;
	z-index: 1;
	height: 51.25rem;
}

.c_kv__item {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
	background: #fff;
}

.c_kv__no_link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
	background: no-repeat center transparent;
	background-size: cover;
}

.c_kv__link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
	background: no-repeat center transparent;
	background-size: cover;
}

.c_kv__bullet_list {
	position: absolute;
	z-index: 10;
	bottom: 1.625rem;
	left: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.c_kv__bullet_item {
	width: 0.875rem;
	height: 0.875rem;
	margin: 0 0 0 0.875rem;
	-webkit-transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	pointer-events: auto;
	border-radius: 50%;
	background: #f4f4f2;
}

.c_kv__bullet_item.isActive {
	background: #b4b8b7;
}

.c_kv__bullet_item:first-child {
	margin-left: 0;
}

.c_kv__scroll {
	/*font-family: Georgia, serif;*/
	font-size: 0.75rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1em;
	position: absolute;
	z-index: 2;
	top: 16.25rem;
	left: 5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1.5rem;
	height: 10.75rem;
	letter-spacing: 0.13em;
	-ms-writing-mode: tb-rl;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.c_kv__scroll:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 1px;
	height: 100%;
	content: "";
	-webkit-animation: c_kv_scroll 2s cubic-bezier(1, 0, 0, 1) infinite;
	animation: c_kv_scroll 2s cubic-bezier(1, 0, 0, 1) infinite;
	background: #000;
}

@-webkit-keyframes c_kv_scroll {
	0% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	50% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	50.1% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%;
	}

	100% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%;
	}
}

@keyframes c_kv_scroll {
	0% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	50% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	50.1% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%;
	}

	100% {
		-webkit-transform: scale(1, 0);
		transform: scale(1, 0);
		-webkit-transform-origin: 0 100%;
		transform-origin: 0 100%;
	}
}

.c_product_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c_product_list>* {
	margin: 5rem 0 0;
}

.c_product_list__item {
	width: 27.5rem;
	/* height: 34.4375rem; */
}

.c_product_list__link {
	position: relative;
	z-index: 1;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 68px 1.875rem 40px;
	border-radius: 1.25rem;
	background: #fff;
}

.c_product_list__link:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
	pointer-events: none;
	border: solid 1px #ebeceb;
	border-radius: 1.25rem;
}

.c_product_list__new {
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 4.625rem;
	height: 4.625rem;
	border-radius: 1.25rem 0 0 0;
	background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 49.9%, #000 50.1%);
}

.c_product_list__new:after {
	/*font-family: Georgia, serif;*/
	font-size: 0.875rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1em;
	position: absolute;
	top: 1.1875rem;
	left: 0.375rem;
	content: "NEW";
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	letter-spacing: 0.1em;
	color: #fff;
}

.c_product_list__img {
	position: relative;
	width: 20rem;
	height: 20rem;
	margin: 0 auto;
	background: no-repeat center transparent;
	background-size: contain;
}

.c_product_list__img:after {
	position: absolute;
	right: -1.875rem;
	bottom: 0;
	left: -1.875rem;
	display: block;
	height: 1px;
	content: "";
	background: #ebeceb;
}

.c_product_list__tag_list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 1.5rem 0 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.c_product_list__tag_list>li {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5714285714em;
	margin: 0 0 0 0.5rem;
	padding: 0 0.5rem;
	letter-spacing: 0.05em;
	color: #fff;
	border-radius: 0.25rem;
	background: #000;
}

.c_product_list__tag_list>li:first-child {
	margin-left: 0;
}

.c_product_list__type {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.15em;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 2.875rem;
	margin: 1rem -0.875rem 0 0;
	letter-spacing: 0.05em;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.c_product_list__model {
	font-family: "Avenir Next", "Lato", sans-serif;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1em;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 2.25rem;
	margin: 0.125rem 0 0;
	letter-spacing: 0.05em;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.c_product_list__desc {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25em;
	position: relative;
	width: 20rem;
	margin: 0.5625rem 0 0;
	letter-spacing: 0.1em;
}

.c_product_list__icon {
	position: absolute;
	right: 1.875rem;
	bottom: 2.8125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1.875rem;
	height: 1.875rem;
	-webkit-transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	pointer-events: none;
	border-radius: 50%;
	background: #000;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.c_product_list__icon:before {
	width: 0.5rem;
	height: 0.625rem;
	margin: 0 0 0 0.125rem;
	content: "";
	background: #fff;
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.gl_common_anc_target {
	/* padding-top: 6rem; */
}

.gl_common_article {
	font-size: 1rem;
	line-height: 1.5em;
	position: relative;
	width: 60rem;
	margin: 0 auto;
	letter-spacing: 0.1em;
}

.gl_common_article h2 {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}

.gl_common_article h3,
.gl_common_article h4,
.gl_common_article h5 {
	font-weight: 700;
	margin: 2.1875rem 0 0;
}

.gl_common_article p {
	margin: 2.1875rem 0 0;
}

.gl_common_article .img--kv {
	margin: 0 0 7.8125rem;
}

.gl_common_article .img--s {
	width: 33.125rem;
}

.gl_common_article .img--s span {
	display: block;
}

.gl_common_article .img--s span+span {
	margin: 2.125rem 0 0;
}

.gl_common_article figcaption {
	font-size: 0.875rem;
	line-height: 1.4285714286em;
	display: block;
	padding: 0.9375rem 0 0;
	letter-spacing: 0.1em;
}

.gl_common_article .text--m {
	width: 42.5rem;
}

.gl_common_article .column {
	margin: 0 0 7.8125rem;
}

.gl_common_article .column__2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 7.8125rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.gl_common_article .column__2 .column__item:first-child {
	width: 33.125rem;
	margin: 0 5.625rem 0 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.gl_common_footer {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* height: 17.1875rem; */
	padding: 4.375rem 0 3.75rem;
	background: #c7c7c7;
}

.gl_common_footer__btn_pagetop {
	position: absolute;
	top: -7.875rem;
	right: 2.5625rem;
	width: 3.75rem;
}

.gl_common_footer__btn_pagetop a {
	display: block;
	-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.gl_common_footer__inner {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 60rem;
	margin: 0 auto;
	/* padding-left: 28.6875rem; */
}

.gl_common_header {
	height: 3.75rem;
}

.gl_common_header__fixed {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 3.75rem;
	background: #fff;
}

.gl_common_header__logo {
	position: absolute;
	top: 1.1875rem;
	left: 4.625rem;
	width: 8.125rem;
}

.gl_common_header__logo a {
	display: block;
	-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.gl_common_header__btn_purchase {
	position: absolute;
	top: 0.625rem;
	left: 73.6875rem;
	width: 13.1875rem;
}

.gl_common_header__btn_purchase a {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 2.5rem;
	-webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	letter-spacing: 0.1em;
	color: #fff;
	border-radius: 1.25rem;
	background: #1a1a1a;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.gl_common_image_slide {
	position: relative;
	z-index: 1;
}

.gl_common_image_slide__mask {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
}

.gl_common_image_slide__inner {
	position: relative;
	left: 0;
	height: 100%;
}

.gl_common_main {
	position: relative;
	padding: 4.75rem 0 18.75rem;
}

.gl_common_main__bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
}

.gl_common_main__bg div {
	position: absolute;
}

.gl_common_main__bg div:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
}

.gl_common_main__bg div:nth-of-type(1),
.gl_common_main__bg div:nth-of-type(3) {
	-webkit-animation: mb_obj1_x 30s ease infinite;
	animation: mb_obj1_x 30s ease infinite;
}

.gl_common_main__bg div:nth-of-type(1):before,
.gl_common_main__bg div:nth-of-type(3):before {
	-webkit-animation: mb_obj1_y 15s ease infinite;
	animation: mb_obj1_y 15s ease infinite;
}

.gl_common_main__bg div:nth-of-type(2) {
	-webkit-animation: mb_obj2_x 15s ease infinite;
	animation: mb_obj2_x 15s ease infinite;
}

.gl_common_main__bg div:nth-of-type(2):before {
	-webkit-animation: mb_obj2_y 30s ease infinite;
	animation: mb_obj2_y 30s ease infinite;
}

@-webkit-keyframes mb_obj1_x {

	0%,
	100% {
		-webkit-transform: translateX(-1.875rem);
		transform: translateX(-1.875rem);
	}

	50% {
		-webkit-transform: translateX(1.875rem);
		transform: translateX(1.875rem);
	}
}

@keyframes mb_obj1_x {

	0%,
	100% {
		-webkit-transform: translateX(-1.875rem);
		transform: translateX(-1.875rem);
	}

	50% {
		-webkit-transform: translateX(1.875rem);
		transform: translateX(1.875rem);
	}
}

@-webkit-keyframes mb_obj1_y {

	0%,
	100% {
		-webkit-transform: translateY(-0.9375rem);
		transform: translateY(-0.9375rem);
	}

	50% {
		-webkit-transform: translateY(0.9375rem);
		transform: translateY(0.9375rem);
	}
}

@keyframes mb_obj1_y {

	0%,
	100% {
		-webkit-transform: translateY(-0.9375rem);
		transform: translateY(-0.9375rem);
	}

	50% {
		-webkit-transform: translateY(0.9375rem);
		transform: translateY(0.9375rem);
	}
}

@-webkit-keyframes mb_obj2_x {

	0%,
	100% {
		-webkit-transform: translateX(-0.9375rem);
		transform: translateX(-0.9375rem);
	}

	50% {
		-webkit-transform: translateX(0.9375rem);
		transform: translateX(0.9375rem);
	}
}

@keyframes mb_obj2_x {

	0%,
	100% {
		-webkit-transform: translateX(-0.9375rem);
		transform: translateX(-0.9375rem);
	}

	50% {
		-webkit-transform: translateX(0.9375rem);
		transform: translateX(0.9375rem);
	}
}

@-webkit-keyframes mb_obj2_y {

	0%,
	100% {
		-webkit-transform: translateY(-1.25rem);
		transform: translateY(-1.25rem);
	}

	50% {
		-webkit-transform: translateY(1.25rem);
		transform: translateY(1.25rem);
	}
}

@keyframes mb_obj2_y {

	0%,
	100% {
		-webkit-transform: translateY(-1.25rem);
		transform: translateY(-1.25rem);
	}

	50% {
		-webkit-transform: translateY(1.25rem);
		transform: translateY(1.25rem);
	}
}

.gl_common_modal {
	position: fixed;
	z-index: 11000;
	top: 0;
	left: 0;
	display: none;
	overflow: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.gl_common_modal__modal_inner {
	position: relative;
}

.gl_common_modal__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gl_common_modal__window {
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.gl_common_page_title {
	position: relative;
	width: calc(var(--pc-ttl_w) * 1rem / 16);
	margin: 0.875rem 0;
}

.gl_common_page_title:before {
	display: block;
	padding: calc(var(--pc-ttl_h) * 1% / var(--pc-ttl_w) * 100) 0 0 0;
	content: "";
}

.gl_common_page_title>img,
.gl_common_page_title>picture,
.gl_common_page_title>svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.modal_movie {
	overflow: hidden;
}

.modal_movie .gl_common_modal__window {
	max-width: 60em;
}

.modal_movie__embed {
	z-index: 2;
	width: 100%;
	margin: 0 auto;
}

.modal_movie__embed:before {
	display: block;
	padding: 56.25% 0 0;
	content: "";
}

.modal_movie__embed__target iframe,
.modal_movie__embed__target video {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
}

.modal_movie__btn_close {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	width: 3.5em;
	height: 3.5em;
	-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.toppage .about {
	margin: 0 0 12.5rem;
}

.toppage .about .section__inner {
	width: 60rem;
	margin: 0 auto;
}

.toppage .about__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 4.875rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.toppage .about__block__ttl {
	position: relative;
	display: block;
	width: 15.75rem;
	margin: 0 7.1875rem 0 1.4375rem;
}

.toppage .about__block__ttl:before {
	display: block;
	padding: 62.6984126984% 0 0 0;
	content: "";
}

.toppage .about__block__ttl>img,
.toppage .about__block__ttl>picture,
.toppage .about__block__ttl>svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.toppage .about__block__detail__lead {
	position: relative;
	display: block;
	width: 20.1875rem;
	margin: 0 0 2.125rem;
}

.toppage .about__block__detail__lead:before {
	display: block;
	padding: 21.3622291022% 0 0 0;
	content: "";
}

.toppage .about__block__detail__lead>img,
.toppage .about__block__detail__lead>picture,
.toppage .about__block__detail__lead>svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.toppage .about__block__detail__txt {
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.6875em;
	letter-spacing: 0.08em;
}

.toppage .about__block__detail__txt p {
	margin: 0 0 0.8125rem;
}

.toppage .about__block__detail__txt p:last-of-type {
	margin: 0;
}

.toppage .about__movie {
	position: relative;
	width: 51.5625rem;
	margin: 0 0 0 4.3125rem;
}

.toppage .about__movie:before {
	display: block;
	padding: 56.25% 0 0;
	content: "";
}

.toppage .about__movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
	border-radius: 1.875rem;
}

.toppage .banner {
	margin: 0 0 12.5rem;
}

.toppage .banner__item {
	width: 46.25rem;
	margin: 0 auto 3.75rem;
}

.toppage .banner__item:last-child {
	margin-bottom: 0;
}

.toppage .banner__item a {
	position: relative;
	display: block;
}

.toppage .bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
}

.toppage .bg span {
	position: absolute;
	top: 0;
	top: -3.75rem;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
	background: no-repeat center top transparent;
	background-size: 100% auto;
}

.toppage .btn {
	margin: 0 0 2.5rem;
}

.toppage .btn:last-child {
	margin-bottom: 0;
}

.toppage .btn a {
	font-size: 1rem;
	font-weight: 700;
	line-height: 0;
	line-height: 1em;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 21.375rem;
	height: 3.75rem;
	letter-spacing: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.toppage .btn a:after {
	position: absolute;
	top: calc(50% - 0.3125rem);
	right: 1.25rem;
	width: 0.5625rem;
	height: 0.625rem;
	content: none;
	background: url(../img/top/icon_btn_arrow.svg) no-repeat center transparent;
	background-size: contain;
}

.toppage .btn a:before {
	background: url(../img/top/icon_btn_arrow_b.svg) no-repeat center transparent;
	background-size: contain;
}

.toppage .btn__contact a {
	color: #000;
	border-bottom: 1px solid #000;
	background: #fff;
}

.toppage .btn__contact a:after {
	background: url(../img/top/icon_btn_arrow_b.svg) no-repeat center transparent;
	background-size: contain;
}

.toppage .contact .section__inner {
	width: 46.25rem;
	margin: 0 auto;
}

.toppage .contact .section__ttl {
	margin: 0 0 2.1875rem;
}

.toppage .contact__block {
	padding: 1.4375rem 1.875rem 1.875rem;
	background: rgba(230, 230, 230, 0.7);
}

.toppage .contact__block__txt {
	font-size: 1rem;
	line-height: 1.5em;
	margin: 0 0 2.1875rem;
	letter-spacing: 0;
}

.toppage .contact__block .btn__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.toppage .contact__block .btn__contact a {
	margin: 0;
}

.toppage .gl_common_footer__btn_pagetop {
	z-index: 110;
}

.toppage .gl_common_main {
	overflow: hidden;
	overflow: clip;
	padding: 0 0 12.875rem;
}

.toppage .gl_common_main__bg div:nth-of-type(1) {
	top: -7.8125rem;
	left: -17.0625rem;
	display: none;
	width: 108.1875rem;
	height: 56.75rem;
	-webkit-animation-name: top_mb_obj1_x;
	animation-name: top_mb_obj1_x;
}

.toppage .gl_common_main__bg div:nth-of-type(1):before {
	background: url(/img/top/bg_t.svg) no-repeat center transparent;
	background-size: contain;
}

.toppage .gl_common_main__bg div:nth-of-type(2) {
	top: 112.4375rem;
	left: -17.5625rem;
	display: none;
	width: 128.875rem;
	height: 113.4375rem;
}

.toppage .gl_common_main__bg div:nth-of-type(2):before {
	background: url(/img/top/bg_m.svg) no-repeat center transparent;
	background-size: contain;
}

.toppage .gl_common_main__bg div:nth-of-type(3) {
	z-index: 10;
	bottom: -12.5rem;
	left: -12.5rem;
	width: 115rem;
	height: 56.25rem;
}

.toppage .gl_common_main__bg div:nth-of-type(3):before {
	display: none;
	background: url(/img/top/bg_b.svg) no-repeat center transparent;
	background-size: contain;
}

.toppage .gl_common_main__bg div:nth-of-type(3)>span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-animation: mb_obj1_y 15s ease infinite;
	animation: mb_obj1_y 15s ease infinite;
	background: no-repeat center transparent;
	background-size: contain;
}

@-webkit-keyframes top_mb_obj1_x {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(3.75rem);
		transform: translateX(3.75rem);
	}
}

@keyframes top_mb_obj1_x {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	50% {
		-webkit-transform: translateX(3.75rem);
		transform: translateX(3.75rem);
	}
}

.toppage .kv {
	margin: 0 0 12.5rem;
}

.toppage .kv .c_kv__list {
	height: 52.5rem;
}

.toppage .kv .c_kv__bullet_list {
	bottom: 2.5rem;
}

.toppage .news {
	width: 46.25rem;
	margin: 0 0 26.625rem 15rem;
}

.toppage .news .section__ttl {
	margin: 0 0 2.125rem;
}

.toppage .news__list__item {
	border-bottom: 1px solid #eee;
}

.toppage .news__list__item__link {
	position: relative;
	display: block;
	padding: 1.5rem 5rem 1.5625rem 0.625rem;
	-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.toppage .news__list__item__link__date {
	font-size: 0.875rem;
	line-height: 1.4285714286em;
	margin: 0 0 0.625rem;
	letter-spacing: 0.1em;
}

.toppage .news__list__item__link__ttl {
	font-size: 1rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

.toppage .news__list__item__link__icon {
	position: absolute;
	top: calc(50% - 1.875rem);
	right: 0;
	width: 3.75rem;
	height: 3.75rem;
}

.toppage .news__list__item__link__icon:after,
.toppage .news__list__item__link__icon:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: "";
	-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #1a1a1a;
}

.toppage .news__list__item__link__icon:before {
	width: 1.25rem;
	height: 2px;
}

.toppage .news__list__item__link__icon:after {
	width: 2px;
	height: 1.25rem;
}

.toppage .news__list__item__link.isOpen .news__list__item__link__icon:after {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.toppage .news__list__item__link.isOpen .news__list__item__link__icon:before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
	opacity: 0;
}

.toppage .news__list__item__mask {
	overflow: hidden;
	height: 0;
}

.toppage .news__list__item__mask__body {
	font-size: 1rem;
	line-height: 1.5em;
	padding: 0 1.5rem 1.5rem 0.625rem;
	letter-spacing: 0.1em;
}

.toppage .news__list__item__mask__body a {
	text-decoration: underline;
}

.toppage .news--latest {
	width: auto;
	margin: 0 0 14.5rem;
}

.toppage .news--latest .section__inner {
	width: 46.25rem;
	margin: 0 auto;
}

.toppage .news--latest .section__ttl {
	margin: 0 0 2.125rem;
}

.toppage .news--latest .news__list__item {
	background-color: #fff;
}

.toppage .products {
	margin: 0 0 12.75rem;
}

.toppage .products .section__inner {
	width: 60rem;
	margin: 0 auto;
}

.toppage .products .section__ttl {
	margin: 0 0 2.5rem;
}

.toppage .products .btn {
	margin-top: 2.5rem;
}

.toppage .section {
	position: relative;
}

.toppage .section__bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
	pointer-events: none;
}

.toppage .section__bg__obj {
	position: absolute;
	-webkit-animation: mb_obj2_x 15s ease infinite;
	animation: mb_obj2_x 15s ease infinite;
}

.toppage .section__bg__obj>span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-animation: mb_obj2_y 30s ease infinite;
	animation: mb_obj2_y 30s ease infinite;
	background: no-repeat center transparent;
	background-size: contain;
}

.toppage .section__inner {
	position: relative;
	z-index: 100;
}

.toppage .section__ttl {
	/*font-family: Georgia, serif;*/
	font-size: 2.5rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1.2em;
	position: relative;
	letter-spacing: 0.1em;
}

.toppage .statement {
	margin: 17.4375rem 0 9.375rem;
}

.toppage .statement .section__bg__img {
	position: absolute;
	top: -35.875rem;
	left: 0;
	display: block;
	width: 100%;
	height: 168.75rem;
	background: no-repeat center transparent;
	background-size: cover;
}

.toppage .statement .section__bg__obj--1 {
	top: -124.6875rem;
	left: -12.5rem;
	width: 115rem;
	height: 143.75rem;
}

.toppage .statement .section__bg__obj--2 {
	top: 54.5rem;
	left: -12.5rem;
	width: 115rem;
	height: 125rem;
}

.toppage .statement .section__inner {
	width: 70rem;
	margin: 0 auto;
	padding: 4.375rem 5rem 5.75rem;
	background: rgba(255, 255, 255, 0.8);
	-webkit-backdrop-filter: blur(0.3125rem);
	backdrop-filter: blur(0.3125rem);
}

.toppage .statement .section__ttl {
	margin: 0 0 6.875rem 0.25rem;
}

.toppage .statement__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.toppage .statement__block__lead {
	position: relative;
	display: block;
	width: 26rem;
	margin: 0 6rem 0 0;
}

.toppage .statement__block__lead:before {
	display: block;
	padding: 55.7195571956% 0 0 0;
	content: "";
}

.toppage .statement__block__lead>img,
.toppage .statement__block__lead>picture,
.toppage .statement__block__lead>svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.toppage .statement__block__txt {
	position: relative;
	display: block;
	width: 30rem;
}

.toppage .statement__block__txt:before {
	display: block;
	padding: 97.1365638767% 0 0 0;
	content: "";
}

.toppage .statement__block__txt>img,
.toppage .statement__block__txt>picture,
.toppage .statement__block__txt>svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.toppage .cookie-banner {
	z-index: 200;
}

.toppage .technology {
	margin: 0 0 11.625rem;
}

.toppage .technology .section__bg__obj--1 {
	z-index: 20;
	top: 0;
	left: 3.0625rem;
	width: 32rem;
	height: 26.125rem;
	-webkit-animation: none;
	animation: none;
}

.toppage .technology .section__bg__obj--1>span {
	-webkit-animation: none;
	animation: none;
	background-image: url(/cdnjs/images/top_technology_obj1_pc.svg);
}

.toppage .technology .section__inner {
	width: 60rem;
	margin: 0 auto;
	padding: 6.4375rem 0 0;
}

.toppage .technology .section__ttl {
	margin: 0 0 2.875rem;
}

.toppage .technology__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.toppage .technology__list__item {
	width: 27.5rem;
}

.toppage .technology__list__item__img {
	height: 21.25rem;
	margin: 0 0 2.5rem;
	border-radius: 1.25rem;
	background: no-repeat center transparent;
	background-size: cover;
}

.toppage .technology__list__item__detail {
	height: 10.625rem;
}

.toppage .technology__list__item__detail__lead {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25em;
	margin: 0 0 0.875rem;
	letter-spacing: 0.1em;
}

.toppage .technology__list__item__detail__txt {
	font-size: 1rem;
	line-height: 1.75em;
	letter-spacing: 0.05em;
}

.toppage .technology__list__item__detail .nowrap {
	white-space: nowrap;
}

.tmppage .gl_common_main__bg div:nth-of-type(1) {
	top: -36.5625rem;
	left: -25.8125rem;
	width: 127.3125rem;
	height: 72.5625rem;
}

.tmppage .gl_common_main__bg div:nth-of-type(1):before {
	background: url(/img/tmp/bg_t.svg) no-repeat center transparent;
	background-size: contain;
}

.tmppage .gl_common_main__bg div:nth-of-type(2) {
	top: calc(50% - 29rem);
	left: -17.5rem;
	width: 128.375rem;
	height: 58rem;
}

.tmppage .gl_common_main__bg div:nth-of-type(2):before {
	background: url(/img/tmp/bg_m.svg) no-repeat center transparent;
	background-size: contain;
}

.tmppage .gl_common_main__bg div:nth-of-type(3) {
	bottom: -46.9375rem;
	left: -29.75rem;
	width: 117.75rem;
	height: 76.875rem;
}

.tmppage .gl_common_main__bg div:nth-of-type(3):before {
	background: url(/img/tmp/bg_b.svg) no-repeat center transparent;
	background-size: contain;
}

.otherpage .article {
	position: relative;
	width: 60rem;
	margin: 0 auto;
	padding: 0 0 9.375rem;
}

.otherpage .article__ttl {
	margin: 0.875rem 0 5rem;
}

.otherpage .article__ttl--policy {
	position: relative;
	display: block;
	/*font-family: Georgia, serif;*/
	font-size: 2.1rem;
	font-weight: 900;
	line-height: 1.4em;
	color: white;
}

/* .otherpage .article__ttl--policy:before {
	display: block;
	padding: 8.8154269972% 0 0 0;
	content: "";
} */

.otherpage .article__ttl--policy>img,
.otherpage .article__ttl--policy>picture,
.otherpage .article__ttl--policy>svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.otherpage .article__ttl--agreement {
	position: relative;
	display: block;
	width: 29.8125rem;
}

.otherpage .article__ttl--agreement:before {
	display: block;
	padding: 6.7085953878% 0 0 0;
	content: "";
}

.otherpage .article__ttl--agreement>img,
.otherpage .article__ttl--agreement>picture,
.otherpage .article__ttl--agreement>svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.otherpage .article__ttl--en {
	/*font-family: Georgia, serif;*/
	font-size: 2.125rem;
	font-style: italic;
	line-height: 1.4117647059em;
	letter-spacing: 0.1em;
}

.otherpage .article__ttl--w {
	color: #fff;
}

.otherpage .article__ttl--warranty {
	/* font-size: 2rem; */
	/* line-height: 1.2 !important; */
	color: #fff;
	/* font-style: italic !important; */
	font-size: 2.125rem !important;
	line-height: 1.9117647059em !important;
}

.otherpage .article__ttl--warranty.yhxy br {
	display: none
}

.otherpage .article__body {
	font-size: 1rem;
	line-height: 1.5em;
	position: relative;
	padding: 5rem;
	letter-spacing: 0.1em;
	background: rgba(255, 255, 255, 0.9);
}

.otherpage .article__body h2 {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4em;
	margin: 0 0 1.5625rem;
	letter-spacing: 0.1em;
}

.otherpage .article__body h3 {
	font-weight: 700;
	margin: 2.1875rem 0 1.5em;
}

.otherpage .article__body ul li {
	padding-left: 0.5em;
	text-indent: 0;
	list-style: disc;
	margin-left: 1.5em;
	margin-bottom: 0.5em;
	font-size: 1rem;
}

.otherpage .article__body ul li:before {
	content: "・";
	display: none;
}

.otherpage .article__body ul li li:before {
	content: "○";
}

.otherpage .article__body ol {
	counter-reset: article_ol_count;
	margin-left: 2em;
}

.otherpage .article__body ol>li {
	/* padding-left: 1em; */
	/* text-indent: -1em; */
	list-style: auto;
	margin-left: 2em;
	margin-bottom: 1em;
	font-size: 1rem;
}

.otherpage .article__body.sh ol>li {
	margin-bottom: 0.5em;
}

.otherpage .article__body ol>li:before {
	content: counter(article_ol_count) ".";
	counter-increment: article_ol_count;
	display: none;
}

.otherpage .article__body ol>li>ul {
	margin-bottom: 1em;
}

.otherpage .article__body a {
	text-decoration: underline;
	word-break: break-all;
}

.otherpage .article__body table {
	width: 100%;
	margin: 1.25rem 0;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px #c7c7c7 solid;
}

.otherpage .article__body table tr th {
	font-weight: 700;
	text-align: left;
	border-right: 1px #c7c7c7 solid;
	border-bottom: 1px #c7c7c7 solid;
	background-color: #f6f6f6;
}

.otherpage .article__body table tr th:first-child {
	width: 35%;
	padding: 0.75rem;
	border-right: 1px #c7c7c7 solid;
}

.otherpage .article__body table tr th:last-child {
	width: 65%;
	padding: 0.75rem 1.125rem;
}

.otherpage .article__body table tr td {
	line-height: 1.5;
	border-bottom: 1px #c7c7c7 solid;
}

.otherpage .article__body table tr td:first-child {
	width: 35%;
	padding: 0.75rem;
	border-right: 1px #c7c7c7 solid;
}

.otherpage .article__body table tr td:last-child {
	width: 65%;
	padding: 0.75rem 1.125rem;
}

.otherpage .gl_common_main__bg[data-type=policy] div:nth-of-type(1) {
	top: -30.5rem;
	left: -28.4375rem;
	width: 138.0625rem;
	height: 72.9375rem;
}

.otherpage .gl_common_main__bg[data-type=policy] div:nth-of-type(1):before {
	background: url(/img/policy/bg_t.svg) no-repeat top center transparent;
	background-size: contain;
}

.otherpage .gl_common_main__bg[data-type=policy] div:nth-of-type(2) {
	top: calc(50% - 32.8125rem);
	left: -26.5625rem;
	width: 130.375rem;
	height: 65.625rem;
}

.otherpage .gl_common_main__bg[data-type=policy] div:nth-of-type(2):before {
	background: url(/img/policy/bg_m.svg) no-repeat center transparent;
	background-size: contain;
}

.otherpage .gl_common_main__bg[data-type=policy] div:nth-of-type(3) {
	bottom: -36.25rem;
	left: 16.6875rem;
	width: 97.0625rem;
	height: 59.8125rem;
}

.otherpage .gl_common_main__bg[data-type=policy] div:nth-of-type(3):before {
	background: url(/img/policy/bg_b.svg) no-repeat center transparent;
	background-size: contain;
}

.otherpage .gl_common_main__bg[data-type=agreement] div:nth-of-type(1) {
	top: -18.875rem;
	left: -20.6875rem;
	width: 134.5rem;
	height: 65.9375rem;
}

.otherpage .gl_common_main__bg[data-type=agreement] div:nth-of-type(1):before {
	background: url(/img/agreement/bg_t.svg) no-repeat center transparent;
	background-size: contain;
}

.otherpage .gl_common_main__bg[data-type=agreement] div:nth-of-type(2) {
	top: calc(50% - 17.40625rem);
	left: -5.25rem;
	width: 108.125rem;
	height: 34.8125rem;
}

.otherpage .gl_common_main__bg[data-type=agreement] div:nth-of-type(2):before {
	background: url(/img/agreement/bg_m.svg) no-repeat center transparent;
	background-size: contain;
}

.otherpage .gl_common_main__bg[data-type=agreement] div:nth-of-type(3) {
	bottom: -30.375rem;
	left: -12.375rem;
	width: 120.5625rem;
	height: 60.8125rem;
}

.otherpage .gl_common_main__bg[data-type=agreement] div:nth-of-type(3):before {
	background: url(/img/agreement/bg_b.svg) no-repeat center transparent;
	background-size: contain;
}

.otherpage .gl_common_main__bg[data-type=sorry] div:nth-of-type(1) {
	top: -22.6875rem;
	left: -27rem;
	width: 86.5625rem;
	height: 41.875rem;
}

.otherpage .gl_common_main__bg[data-type=sorry] div:nth-of-type(1):before {
	background: url(/img/sorry/bg_t.svg) no-repeat center transparent;
	background-size: contain;
}

.productlistpage .article {
	position: relative;
	width: 60rem;
	margin: 0 auto;
}

.productlistpage .article h1 {
	/*font-family: Georgia, serif;*/
	font-size: 2.5rem;
	font-style: italic;
	line-height: 1.2em;
	margin: 0 0 4.75rem;
	letter-spacing: 0.1em;
}

.productlistpage .gl_common_main {
	padding: 5.75rem 0 11.25rem;
}

.productlistpage .gl_common_main__bg {
	background: repeat-y url(/cdnjs/images/productlist_bg_pc.svg) center top 18.8125rem;
	background-size: 100% auto;
}

.productlistpage .gl_common_main__bg div {
	display: none;
}

.productpage .appearance {
	margin: 0 0 16.75rem;
}

.productpage .appearance--no_movie {
	margin-bottom: 30.5rem;
}

.productpage .appearance .section__inner {
	width: 60rem;
	margin: 0 auto;
	padding: 0 3.25rem 0 35.375rem;
}

.productpage .appearance__img {
	position: absolute;
}

.productpage .appearance__img__inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
	opacity: 0;
}

.productpage .appearance__img--mbe001 {
	top: -3.125rem;
	left: 2.625rem;
	width: 26.875rem;
	height: 24.9375rem;
}

.productpage .appearance__img--mbn001 {
	top: -3.125rem;
	left: 2.625rem;
	width: 26.75rem;
	height: 24.75rem;
}

.productpage .appearance__img--mwe001 {
	top: -1.625rem;
	left: 4.8125rem;
	width: 21.25rem;
	height: 19.25rem;
}

.productpage .appearance__color {
	position: absolute;
	top: 19.25rem;
	left: 0.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 31.25rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.productpage .appearance__color__ttl {
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.6666666667em;
	margin: 0 0.25rem 0 0;
	letter-spacing: 0.1em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.productpage .appearance__color__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.productpage .appearance__color__list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 1.25rem 0 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.productpage .appearance__color__list__item:not(.isActive) {
	-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.productpage .appearance__color__list__item.isActive {
	cursor: default;
}

.productpage .appearance__color__list__item.isActive .appearance__color__list__item__icon:after {
	opacity: 1;
}

.productpage .appearance__color__list__item:first-child:last-child.isActive .appearance__color__list__item__icon:after {
	opacity: 0;
}

.productpage .appearance__color__list__item__icon {
	position: relative;
	width: 1.25rem;
	height: 1.25rem;
	margin: 0 0.5625rem 0 0;
	border-radius: 50%;
}

.productpage .appearance__color__list__item__icon:after {
	position: absolute;
	top: -3px;
	right: -3px;
	bottom: -3px;
	left: -3px;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	pointer-events: none;
	opacity: 0;
	border: solid 1px #000;
	border-radius: 50%;
}

.productpage .appearance__color__list__item__label {
	font-size: 0.625rem;
	font-weight: 700;
	line-height: 2em;
	letter-spacing: 0.1em;
}

.productpage .appearance__ttl {
	margin: 0 0 3.125rem 0.3125rem;
	white-space: nowrap;
}

.productpage .appearance__ttl__type {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4375em;
	display: block;
	margin: 0 0 0.375rem;
	letter-spacing: 0.1em;
}

.productpage .appearance__ttl__model {
	font-family: "Avenir Next", "Lato", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1em;
	display: block;
	letter-spacing: 0.05em;
}

.productpage .appearance .btn {
	margin: 0 auto 1.25rem;
}

.productpage .appearance .btn:last-child {
	margin-bottom: 0;
}

.productpage .appearance .btn a {
	width: auto;
}

.productpage .feature {
	margin: 0 0 13.75rem;
}

.productpage .feature--no_interview {
	margin-bottom: 12.25rem;
}

.productpage .feature .section__inner {
	z-index: 90;
	width: 100%;
}

.productpage .feature__list__item {
	position: relative;
	margin: 0 0 2.25rem;
}

.productpage .feature__list__item__obj {
	position: absolute;
	z-index: -1;
	top: -12.5rem;
	left: -12.5rem;
	width: 115rem;
	height: 50rem;
	-webkit-animation: mb_obj1_x 30s ease infinite;
	animation: mb_obj1_x 30s ease infinite;
	pointer-events: none;
}

.productpage .feature__list__item__obj>span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-animation: mb_obj1_y 15s ease infinite;
	animation: mb_obj1_y 15s ease infinite;
	background: no-repeat center transparent;
	background-size: contain;
}

.productpage .feature__list__item__obj--anim2 {
	-webkit-animation-delay: -5s;
	animation-delay: -5s;
}

.productpage .feature__list__item__obj--anim2>span {
	-webkit-animation-delay: -5s;
	animation-delay: -5s;
}

.productpage .feature__list__item__img {
	position: relative;
	display: block;
	width: 27.5rem;
}

.productpage .feature__list__item__img:before {
	display: block;
	padding: 100% 0 0 0;
	content: "";
}

.productpage .feature__list__item__img>img,
.productpage .feature__list__item__img>picture,
.productpage .feature__list__item__img>svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.productpage .feature__list__item__detail {
	width: 22.5rem;
}

.productpage .feature__list__item__detail__lead {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5em;
	margin: 0 0 1.6875rem;
	white-space: nowrap;
	letter-spacing: 0.1em;
}

.productpage .feature__list__item__detail__txt {
	font-size: 1rem;
	line-height: 1.6875em;
	white-space: nowrap;
	letter-spacing: 0.08em;
}

.productpage .gl_common_footer__btn_pagetop {
	z-index: 110;
}

.productpage .gl_common_main {
	overflow: hidden;
	overflow: clip;
	padding: 0 0 10.375rem;
}

.productpage .gl_common_main__bg div:nth-of-type(1) {
	display: none;
}

.productpage .gl_common_main__bg div:nth-of-type(2) {
	display: none;
}

.productpage .gl_common_main__bg div:nth-of-type(3) {
	bottom: -12.5rem;
	left: -12.5rem;
	width: 115rem;
	height: 50rem;
}

.productpage .gl_common_main__bg div:nth-of-type(3):before {
	display: none;
}

.productpage .gl_common_main__bg div:nth-of-type(3)>span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-animation: mb_obj1_y 15s ease infinite;
	animation: mb_obj1_y 15s ease infinite;
	background: no-repeat center transparent;
	background-size: contain;
}

.productpage .info {
	margin: 0 0 11.625rem;
}

.productpage .info .section__inner {
	width: 60rem;
	margin: 0 auto;
}

.productpage .info .guide {
	margin: 5rem 0 0;
}

.productpage .info .guide:first-child {
	margin-top: 0;
}

.productpage .info .guide.btn {
	max-width: 100%;
	margin-top: 3.375rem;
}

.productpage .info .guide.btn a {
	width: 20.5625rem;
}

.productpage .info .guide .guide_ttl {
	font-size: 1.25rem;
	line-height: 1.35em;
	letter-spacing: 0.1em;
}

.productpage .info .guide .guide_txt {
	font-size: 1rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

.productpage .info .guide .guide_item {
	font-size: 1rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

.productpage .info .spec_area {
	max-width: 100%;
	padding: 5rem 0 0;
}

.productpage .info .spec_area:first-child {
	padding: 0;
}

.productpage .info .spec_area .spec h2 {
	font-size: 1.25rem;
	line-height: 1.35em;
	letter-spacing: 0.1em;
}

.productpage .info .spec_area .spec .c-accordion .c-accordion_ttl {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 0.1em;
}

.productpage .info .spec_area .spec table {
	font-size: 1rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

.productpage .info .spec_area .spec table dl>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 1.25rem 0 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.productpage .info .spec_area .spec table dl>div:first-child {
	margin-top: 0;
}

.productpage .info .spec_area .spec table .nw {
	white-space: nowrap;
}

.productpage .interview {
	margin: 0 0 11.25rem;
}

.productpage .interview .section__inner {
	width: 54.25rem;
	margin: 0 0 0 11.0625rem;
}

.productpage .interview .section__ttl {
	margin: 0 0 1.6875rem;
}

.productpage .interview__lead {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4444444444em;
	margin: 0 0 6.125rem 3.9375rem;
	letter-spacing: 0.1em;
}

.productpage .interview__movie {
	position: relative;
	width: 41rem;
	margin: 0 0 0 13.375rem;
}

.productpage .interview__movie:before {
	display: block;
	padding: 56.25% 0 0;
	content: "";
}

.productpage .interview__movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
}

.productpage .movie {
	margin: 0 0 14.25rem;
}

.productpage .movie .section__inner {
	width: 60.8125rem;
	margin: 0 0 0 11.0625rem;
}

.productpage .movie .section__ttl {
	margin: 0 0 2.5rem;
}

.productpage .movie__lead {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6666666667em;
	margin: 0 0 5.375rem 3.9375rem;
	letter-spacing: 0.1em;
}

.productpage .movie__cm {
	position: relative;
	width: 48rem;
	margin: 0 0 0 auto;
}

.productpage .movie__cm:before {
	display: block;
	padding: 56.25% 0 0;
	content: "";
}

.productpage .movie__cm iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
}

.productpage .mv {
	height: 44.5rem;
	margin: 0 0 5.5rem;
	background: #fff;
}

.productpage .mv__bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
	background: no-repeat center transparent;
	background-size: cover;
}

.productpage .mv__ttl {
	position: absolute;
	top: 24.375rem;
	left: 43.375rem;
	width: 37.5rem;
}

.productpage .mv__ttl__logo {
	position: relative;
	display: block;
	width: 23.875rem;
	margin: 0 auto 0.625rem;
	background: 0 0;
}

.productpage .mv__ttl__logo:before {
	display: block;
	padding: 42.6701570681% 0 0 0;
	content: "";
}

.productpage .mv__ttl__logo>img,
.productpage .mv__ttl__logo>picture,
.productpage .mv__ttl__logo>svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.productpage .mv__ttl__model {
	/*font-family: Georgia, serif;*/
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 1em;
	display: block;
	text-align: center;
	letter-spacing: 0.1em;
	background: 0 0;
}

.productpage .products .section__inner {
	width: 60rem;
	margin: 0 auto;
}

.productpage .products .section__ttl {
	margin: 0 0 3.125rem 0.375rem;
}

.productpage .products__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.productpage .products__list__item {
	width: 12.5rem;
	margin: 0 1.875rem 3.75rem 0;
}

.productpage .products__list__item a:hover img {
	opacity: 1;
}

.productpage .products__list__item__txt {
	font-family: "Avenir Next", "Lato", sans-serif;
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.1538461538em;
	margin: 0 0 1.25rem;
	text-align: center;
	letter-spacing: 0.05em;
}

.productpage .products__list__item__img {
	position: relative;
	display: block;
	width: 100%;
}

.productpage .products__list__item__img:before {
	display: block;
	padding: 100% 0 0 0;
	content: "";
}

.productpage .products__list__item__img>img,
.productpage .products__list__item__img>picture,
.productpage .products__list__item__img>svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.productpage .section {
	position: relative;
}

.productpage .section__bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
	pointer-events: none;
}

.productpage .section__bg__obj {
	position: absolute;
	-webkit-animation: mb_obj2_x 15s ease infinite;
	animation: mb_obj2_x 15s ease infinite;
}

.productpage .section__bg__obj>span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-animation: mb_obj2_y 30s ease infinite;
	animation: mb_obj2_y 30s ease infinite;
	background: no-repeat center transparent;
	background-size: contain;
}

.productpage .section__inner {
	position: relative;
	z-index: 100;
}

.productpage .section__ttl {
	/*font-family: Georgia, serif;*/
	font-size: 2.5rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1.2em;
	position: relative;
	letter-spacing: 0.1em;
}

.productpage .statement {
	margin: 0 0 8.125rem;
}

.productpage .statement .section__bg__img {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 47.3125rem;
	height: 49.3125rem;
	background: no-repeat center transparent;
	background-size: cover;
}

.productpage .statement .section__bg__obj--1 {
	top: -21.875rem;
	left: -12.5rem;
	width: 115rem;
	height: 84.375rem;
}

.productpage .statement .section__bg__obj--2 {
	top: -78.125rem;
	left: -12.5rem;
	width: 115rem;
	height: 93.75rem;
	-webkit-animation-duration: 30s;
	animation-duration: 30s;
}

.productpage .statement .section__bg__obj--2>span {
	-webkit-animation: product_statement_obj2_y 15s -5s ease infinite;
	animation: product_statement_obj2_y 15s -5s ease infinite;
}

@-webkit-keyframes product_statement_obj2_y {

	0%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(1.875rem);
		transform: translateY(1.875rem);
	}
}

@keyframes product_statement_obj2_y {

	0%,
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	50% {
		-webkit-transform: translateY(1.875rem);
		transform: translateY(1.875rem);
	}
}

.productpage .statement .section__bg__obj--2--no_movie {
	top: -25rem;
	height: 40.625rem;
}

.productpage .statement .section__inner {
	width: 60rem;
	margin: 0 auto;
}

.productpage .statement__lead {
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.6666666667em;
	letter-spacing: 0.1em;
}

.productpage .product_article {
	position: relative;
}

.customproductpage .c_anchors {
	position: relative;
	padding: 11rem 0 5rem;
}

.customproductpage .c_anchors__list {
	position: relative;
	width: 60rem;
	height: 39.1875rem;
	margin-right: auto;
	margin-left: auto;
}

.customproductpage .c_anchors__item {
	position: absolute;
	overflow: hidden;
	width: 14.625rem;
	height: 14.625rem;
	border-radius: 1.25rem;
}

.customproductpage .c_anchors__item:nth-child(1) {
	top: 0;
	left: 0;
}

.customproductpage .c_anchors__item:nth-child(2) {
	top: 5.8125rem;
	left: 15.125rem;
}

.customproductpage .c_anchors__item:nth-child(3) {
	top: 20.9375rem;
	left: 15.125rem;
}

.customproductpage .c_anchors__item:nth-child(4) {
	top: 2.125rem;
	left: 30.25rem;
}

.customproductpage .c_anchors__item:nth-child(5) {
	top: 17.25rem;
	left: 30.25rem;
}

.customproductpage .c_anchors__item:nth-child(6) {
	top: 9.4375rem;
	left: 45.375rem;
}

.customproductpage .c_anchors__item:nth-child(1),
.customproductpage .c_anchors__item:nth-child(6) {
	height: 29.75rem;
}

.customproductpage .c_anchors__item:nth-child(1) .c_anchors__title:before,
.customproductpage .c_anchors__item:nth-child(6) .c_anchors__title:before {
	bottom: -1.6875rem;
	left: -4.8125rem;
}

.customproductpage .c_anchors__placeholder {
	height: 100%;
	background: #b4b8b7;
}

.customproductpage .c_anchors__link {
	position: relative;
	z-index: 10;
	display: block;
	height: 100%;
	background: no-repeat center transparent;
	background-size: cover;
}

.customproductpage .c_anchors__title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25em;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.8125rem 1.125rem;
	letter-spacing: 0.08em;
	color: #fff;
}

.customproductpage .c_anchors__title:before {
	position: absolute;
	z-index: -1;
	bottom: -1.9375rem;
	left: -5.0625rem;
	display: block;
	width: 21.84375rem;
	height: 7.9375rem;
	content: "";
	background: no-repeat url(/cdnjs/images/662a05ba5ab7394bc6543bc6_2404_c_anchors_shape_pc.svg);
	background-size: contain;
}

.customproductpage .c_buttons {
	width: 60rem;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 2.5rem;
}

.customproductpage .c_buttons__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 3.75rem auto 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.customproductpage .c_buttons__row:first-child {
	margin-top: 0;
}

.customproductpage .c_buttons__item {
	width: 20.625rem;
}

.customproductpage .c_buttons__item a {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3.75rem;
	-webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	text-align: center;
	letter-spacing: 0;
	color: #fff;
	border-radius: 1.875rem;
	background: #000;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.customproductpage .c_features {
	position: relative;
	padding: 5rem 0 5rem;
}

.customproductpage .c_features:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 40rem;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	background: no-repeat url(/cdnjs/images/662a06668833d42d703b51d6_2404_c_features_bg_pc.svg);
	background-size: cover;
}

.customproductpage .c_features__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 60rem;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customproductpage .c_features__item {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 13.75rem;
	height: 13.75rem;
	margin: 2.5rem 0 0 2.5rem;
	padding: 2.5rem 0 0;
	border: solid 1px #ebeceb;
	border-radius: 1.25rem;
	background: #fff;
}

.customproductpage .c_features__icon {
	width: 4.375rem;
	height: 4.375rem;
	margin: 0 auto;
	background: no-repeat center transparent;
	background-size: contain;
}

.customproductpage .c_features__caption {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2777777778em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 12.5rem;
	height: 4.3125rem;
	margin: 1.625rem auto 0;
	text-align: center;
	letter-spacing: 0.1em;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.customproductpage .c_heading {
	width: 60rem;
	margin-right: auto;
	margin-left: auto;
	padding: 4.5rem 0 0;
}

.customproductpage .c_heading.level1 .c_heading__hdg {
	font-size: 3.125rem;
	line-height: 1.2em;
	letter-spacing: 0.1em;
}

.customproductpage .c_heading.level1 .c_heading__para {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5em;
	margin: 1.5rem 0 0;
	letter-spacing: 0.1em;
}

.customproductpage .c_heading.level2 .c_heading__hdg {
	font-size: 2.5rem;
	line-height: 1.2em;
	letter-spacing: 0.06em;
}

.customproductpage .c_heading.level3 .c_heading__hdg {
	font-size: 2.125rem;
	line-height: 1.2em;
	letter-spacing: 0.05em;
}

.customproductpage .c_heading.center {
	text-align: center;
}

.customproductpage .c_heading__hdg {
	/* font-family: YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W6", HiraMinProN-W6, "Noto Serif JP", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
	font-weight: 700;
	display: block;
	padding: 0;
	background: 0 0;
}

.customproductpage .c_heading__hdg .alphanumeric {
	/*font-family: Georgia, serif;*/
	font-style: italic;
}

.customproductpage .c_heading__para {
	font-size: 1.125rem;
	line-height: 1.5em;
	margin: 1.75rem 0 0;
	letter-spacing: 0.1em;
}

.customproductpage .c_movie {
	width: 60rem;
	margin-right: auto;
	margin-left: auto;
	padding: 5rem 0 5rem;
}

.customproductpage .c_movie__frame {
	position: relative;
	padding: 56.25% 0 0;
}

.customproductpage .c_movie__frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
	border-radius: 1.875rem;
}

.customproductpage .c_product_info {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 60rem;
	min-height: 34.25rem;
	margin-right: auto;
	margin-left: auto;
	padding: 5rem 0 5rem 34.0625rem;
}

.customproductpage .c_product_info__img_list {
	/* position: absolute;
	top: 2.625rem;
	left: 0.25rem;
	width: 27.9375rem;
	height: 27.9375rem;
	pointer-events: none; */
}

.customproductpage .c_product_info__img_item {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0;
	background: no-repeat center transparent;
	background-size: contain;
}

.customproductpage .c_product_info__type {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.25em;
	position: relative;
	letter-spacing: 0.1em;
}

.customproductpage .c_product_info__model {
	font-family: "Avenir Next", "Lato", sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.2em;
	line-height: 1.2em !important;
	position: relative;
	margin: 0.375rem 0 0;
	letter-spacing: 0.05em !important;
}

.customproductpage .c_product_info__tag_list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0.5rem 0 0 -0.5rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customproductpage .c_product_info__tag_list>li {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5714285714em;
	margin: 0.4375rem 0 0 0.5rem;
	padding: 0 0.5rem;
	letter-spacing: 0.05em;
	color: #fff;
	border-radius: 0.25rem;
	background: #000;
}

.customproductpage .c_product_info__color {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 2rem 0 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.customproductpage .c_product_info__color_hdg {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4285714286em;
	margin: 0.625rem 0 0 0;
	letter-spacing: 0.1em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.customproductpage .c_product_info__color_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -1rem 0 0.25rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customproductpage .c_product_info__color_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0.625rem 1rem 0 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.customproductpage .c_product_info__color_item:not(.isActive) {
	-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.customproductpage .c_product_info__color_item.isActive {
	cursor: default;
}

.customproductpage .c_product_info__color_item.isActive .c_product_info__color_icon:after {
	opacity: 1;
}

.customproductpage .c_product_info__color_item:first-child:last-child.isActive .c_product_info__color_icon:after {
	opacity: 0;
}

.customproductpage .c_product_info__color_icon {
	position: relative;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.customproductpage .c_product_info__color_icon:after {
	position: absolute;
	top: -3px;
	right: -3px;
	bottom: -3px;
	left: -3px;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content: "";
	-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	pointer-events: none;
	opacity: 0;
	border: solid 1px #000;
	border-radius: 50%;
}

.customproductpage .c_product_info__color_label {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4285714286em;
	margin: 0 0 0 0.5625rem;
	letter-spacing: 0.1em;
}

.customproductpage .c_product_info__purchase {
	position: relative;
	width: 21.375rem;
	margin: 2.625rem 0 0;
}

.customproductpage .c_product_info__purchase a {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3.75rem;
	-webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	text-align: center;
	letter-spacing: 0;
	color: #fff;
	border-radius: 1.875rem;
	background: #000;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.customproductpage .c_product_info__purchase+.c_product_info__purchase {
	margin-top: 1.25rem;
}

.customproductpage .c_product_nav {
	width: 60rem;
	margin-right: auto;
	margin-left: auto;
	padding: 5rem 0 5rem;
}

.customproductpage .c_product_nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -1.875rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.customproductpage .c_product_nav__item {
	width: 18.75rem;
	height: 26.25rem;
	margin: 1.875rem 0 0 1.875rem;
}

.customproductpage .c_product_nav__link {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	padding: 2.1875rem 1.5rem 0;
	border-radius: 1.375rem;
}

.customproductpage .c_product_nav__link:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
	pointer-events: none;
	border: solid 1px #ebeceb;
	border-radius: 1.375rem;
}

.customproductpage .c_product_nav__img {
	width: 14.375rem;
	height: 14.375rem;
	margin: 0 auto;
	background: no-repeat center transparent;
	background-size: contain;
}

.customproductpage .c_product_nav__type {
	font-size: 0.8125rem;
	font-weight: 700;
	line-height: 1.3846153846em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 2.25rem;
	margin: 0.9375rem 0 0;
	letter-spacing: 0.05em;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.customproductpage .c_product_nav__model {
	font-family: "Avenir Next", "Lato", sans-serif;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 1.875rem;
	margin: 0.625rem 0 0;
	white-space: nowrap;
	letter-spacing: 0.05em;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.customproductpage .c_product_nav__icon {
	position: absolute;
	right: 1.6875rem;
	bottom: 1.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1.6875rem;
	height: 1.6875rem;
	-webkit-transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	pointer-events: none;
	border-radius: 50%;
	background: #000;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.customproductpage .c_product_nav__icon:before {
	width: 0.4375rem;
	height: 0.5rem;
	margin: 0 0 0 0.125rem;
	content: "";
	background: #fff;
	-webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.customproductpage .c_product_nav__arrow {
	display: none;
}

.customproductpage .c_review {
	width: 60rem;
	margin-right: auto;
	margin-left: auto;
	padding: 5rem 0 5rem;
}

.customproductpage .c_review__more {
	display: none;
}

.customproductpage .c_review__more:before {
	display: block;
	padding: 0.625rem 0 0;
	content: "";
}

.customproductpage .c_review__item {
	position: relative;
	margin: 0.625rem 0 0;
	padding: 1.25rem 1.625rem 0.875rem;
	border: solid 1px #ebeceb;
}

.customproductpage .c_review__item:first-child {
	margin-top: 0;
}

.customproductpage .c_review__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 0 -0.375rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.customproductpage .c_review__rating.has1 .c_review__star:nth-child(-n+1):before {
	opacity: 0;
}

.customproductpage .c_review__rating.has1 .c_review__star:nth-child(-n+1):after {
	opacity: 1;
}

.customproductpage .c_review__rating.has2 .c_review__star:nth-child(-n+2):before {
	opacity: 0;
}

.customproductpage .c_review__rating.has2 .c_review__star:nth-child(-n+2):after {
	opacity: 1;
}

.customproductpage .c_review__rating.has3 .c_review__star:nth-child(-n+3):before {
	opacity: 0;
}

.customproductpage .c_review__rating.has3 .c_review__star:nth-child(-n+3):after {
	opacity: 1;
}

.customproductpage .c_review__rating.has4 .c_review__star:nth-child(-n+4):before {
	opacity: 0;
}

.customproductpage .c_review__rating.has4 .c_review__star:nth-child(-n+4):after {
	opacity: 1;
}

.customproductpage .c_review__rating.has5 .c_review__star:nth-child(-n+5):before {
	opacity: 0;
}

.customproductpage .c_review__rating.has5 .c_review__star:nth-child(-n+5):after {
	opacity: 1;
}

.customproductpage .c_review__star {
	position: relative;
	width: 2rem;
	height: 2rem;
}

.customproductpage .c_review__star:after,
.customproductpage .c_review__star:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	content: "";
	background: no-repeat center transparent;
	background-size: contain;
}

.customproductpage .c_review__star:before {
	background-image: url(/cdnjs/images/662a04f1c32c8ebca1b4f5bb_2404_c_review_star_off.svg);
}

.customproductpage .c_review__star:after {
	opacity: 0;
	background-image: url(/cdnjs/images/662a05005ab7394bc65386f6_2404_c_review_star_on.svg);
}

.customproductpage .c_review__author {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5em;
	margin: 0.9375rem 0 0;
	letter-spacing: 0.1em;
}

.customproductpage .c_review__desc {
	font-size: 1rem;
	line-height: 1.5em;
	margin: 0.3125rem 0 0;
	letter-spacing: 0.1em;
}

.customproductpage .c_review__date {
	font-size: 0.875rem;
	line-height: 1.7142857143em;
	position: absolute;
	top: 1.25rem;
	right: 1.25rem;
	letter-spacing: 0.1em;
}

.customproductpage .c_review__toggle {
	width: 20.625rem;
	margin: 5rem auto 0;
}

.customproductpage .c_review__toggle a {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3.75rem;
	-webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	text-align: center;
	letter-spacing: 0;
	color: #fff;
	border-radius: 1.875rem;
	background: #000;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.customproductpage .c_separator {
	background: no-repeat center transparent;
	background-size: 100% 100%;
}

.customproductpage .c_separator.pattern1 {
	height: 20.1875rem;
}

.customproductpage .c_separator.pattern1.color1 {
	background-image: url(/cdnjs/images/662a0114fce309803895593f_2404_c_separator_p1c1_pc.svg);
}

.customproductpage .c_separator.pattern1.color2 {
	background-image: url(/cdnjs/images/662a01614ff8bed2ea468ba4_2404_c_separator_p1c2_pc.svg);
}

.customproductpage .c_separator.pattern1.color3 {
	background-image: url(/cdnjs/images/c_separator_p1c3_pc.svg);
}

.customproductpage .c_separator.pattern2 {
	height: 17.375rem;
}

.customproductpage .c_separator.pattern2.color1 {
	background-image: url(/cdnjs/images/c_separator_p2c1_pc.svg);
}

.customproductpage .c_separator.pattern2.color2 {
	background-image: url(/cdnjs/images/662a02247ace3d977bcfcf16_2404_c_separator_p2c2_pc.svg);
}

.customproductpage .c_separator.pattern2.color3 {
	background-image: url(/cdnjs/images/662a02525448251bb2ca400b_2404_c_separator_p2c3_pc.svg);
}

.customproductpage .c_separator.pattern3 {
	height: 22.75rem;
}

.customproductpage .c_separator.pattern3.color1 {
	background-image: url(/cdnjs/images/662a0295fd5b3e182d7c8e53_2404_c_separator_p3c1_pc.svg);
}

.customproductpage .c_separator.pattern3.color2 {
	background-image: url(/cdnjs/images/662a02c74962cdf9fc6487e7_2404_c_separator_p3c2_pc.svg);
}

.customproductpage .c_separator.pattern3.color3 {
	background-image: url(/cdnjs/images/662a02f7086d64e3604a5d7a_2404_c_separator_p3c3_pc.svg);
}

.customproductpage .c_slider {
	width: 60rem;
	margin-right: auto;
	margin-left: auto;
	padding: 2.5rem 0;
}

.customproductpage .c_slider__list {
	position: relative;
	z-index: 10;
	width: 51.5625rem;
	height: 36.4375rem;
	margin: 0 auto;
}

.customproductpage .c_slider__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
	opacity: 0;
}

.customproductpage .c_slider__img {
	height: 36.4375rem;
	border-radius: 1.25rem;
	background: no-repeat center transparent;
	background-size: cover;
}

.customproductpage .c_slider__caption {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.3em;
	margin: 1.875rem 0 0;
	text-align: center;
	letter-spacing: 0.1em;
}

.customproductpage .c_slider__arrow {
	position: absolute;
	z-index: 2;
	top: 16.78125rem;
	width: 1.625rem;
	height: 2.875rem;
	-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background: no-repeat url(/cdnjs/images/662a041b476e0bd5ca833584_2404_c_slider_arrow.svg);
	background-size: contain;
}

.customproductpage .c_slider__arrow.prev {
	left: -4.21875rem;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.customproductpage .c_slider__arrow.next {
	right: -4.21875rem;
}

.customproductpage .c_spec {
	width: 60rem;
	margin-right: auto;
	margin-left: auto;
	padding: 2.5rem 0;
}

.customproductpage .c_spec__hdg {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.35em;
	margin: 0 0 1.25rem;
	letter-spacing: 0.1em;
}

.customproductpage .c_spec__block[open] .c_spec__title {
	border-bottom: none;
}

.customproductpage .c_spec__block[open] .c_spec__title:after {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

.customproductpage .c_spec__title {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.1979166667em;
	position: relative;
	padding: 1rem 1.5rem 1rem 0;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #ebeceb;
}

.customproductpage .c_spec__title:after,
.customproductpage .c_spec__title:before {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 1.125rem;
	height: 0.25rem;
	margin: -0.125rem 0 0;
	content: "";
	-webkit-transition: none;
	transition: none;
	pointer-events: none;
	background: #d9d9d9;
}

.customproductpage .c_spec__title:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.customproductpage .c_spec__inner {
	padding: 0 0 1.25rem;
}

.customproductpage .c_spec__table th {
	font-size: 1rem;
	line-height: 1.5em;
	padding: 0.625rem 0.75rem;
	letter-spacing: 0.1em;
}

.customproductpage .c_spec__table td {
	font-size: 1rem;
	line-height: 1.5em;
	padding: 0.625rem 0.75rem;
	letter-spacing: 0.1em;
}

.customproductpage .c_spec__table .nowrap {
	white-space: nowrap;
}

.customproductpage .c_spec__note {
	font-size: 0.875rem;
	line-height: 1.4285714286em;
	margin: 0.625rem 0 0;
	letter-spacing: 0.1em;
}

.customproductpage .c_text {
	width: 60rem;
	margin-right: auto;
	margin-left: auto;
	padding: 2.5rem 0;
}

.customproductpage .c_text>* {
	margin: 2.5rem 0 0;
}

.customproductpage .c_text> :first-child {
	margin-top: 0;
}

.customproductpage .c_text__block {
	font-size: 1rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

.customproductpage .c_text__block.bold {
	font-weight: 700;
}

.customproductpage .c_text__block.center {
	text-align: center;
}

.customproductpage .c_text__block p {
	margin: 1.5rem 0 0;
}

.customproductpage .c_text__block p:first-child {
	margin-top: 0;
}

.customproductpage .c_text__ol,
.customproductpage .c_text__ul {
	font-size: 1rem;
	line-height: 1.5em;
	padding: 0 0 0 1em;
	letter-spacing: 0.1em;
}

.customproductpage .c_text__ol>li,
.customproductpage .c_text__ul>li {
	margin: 0.625rem 0 0;
}

.customproductpage .c_text__ol>li:first-child,
.customproductpage .c_text__ul>li:first-child {
	margin-top: 0;
}

.customproductpage .c_text__ul>li {
	list-style-type: disc;
}

.customproductpage .c_text__ol>li {
	list-style-type: decimal;
}

.customproductpage .c_visual_large {
	width: 60rem;
	margin-right: auto;
	margin-left: auto;
	padding: 2.5rem 0;
}

.customproductpage .c_visual_large__img {
	position: relative;
	height: 22rem;
	border-radius: 1.25rem;
	background: no-repeat center transparent;
	background-size: contain;
}

.customproductpage .c_visual_large__txt {
	position: absolute;
}

.customproductpage .c_visual_large__txt.center {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.customproductpage .c_visual_large__txt.top {
	top: 2.25rem;
}

.customproductpage .c_visual_large__txt.bottom {
	bottom: 2.25rem;
}

.customproductpage .c_visual_large__txt.left {
	left: 2.1875rem;
}

.customproductpage .c_visual_large__txt.right {
	right: 2.1875rem;
}

.customproductpage .c_visual_large__caption {
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1.6666666667em;
	display: inline;
	letter-spacing: 0.1em;
	background: #fff;
}

.customproductpage .c_visual_multi {
	width: 60rem;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
}

.customproductpage .c_visual_multi__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 1.5625rem 0 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.customproductpage .c_visual_multi__row:first-child {
	margin-top: 0;
}

.customproductpage .c_visual_multi__row.has2 .c_visual_multi__item {
	width: 29.1875rem;
}

.customproductpage .c_visual_multi__row.has2 .c_visual_multi__img {
	height: 20.625rem;
}

.customproductpage .c_visual_multi__row.has3 .c_visual_multi__item {
	width: 18.9375rem;
}

.customproductpage .c_visual_multi__row.has3 .c_visual_multi__img {
	height: 13.375rem;
}

.customproductpage .c_visual_multi__row.has4 .c_visual_multi__item {
	width: 13.8125rem;
}

.customproductpage .c_visual_multi__row.has4 .c_visual_multi__img {
	height: 9.75rem;
}

.customproductpage .c_visual_multi__img {
	border-radius: 1.25rem;
	background: no-repeat center transparent;
	background-size: cover;
}

.customproductpage .c_visual_multi__caption {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5em;
	margin: 1.25rem 0 0;
	padding: 0 0 0.25rem;
	letter-spacing: 0.1em;
}

.customproductpage .c_visual_split {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 60rem;
	margin-right: auto;
	margin-left: auto;
	padding: 2.5rem 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.customproductpage .c_visual_split__img {
	width: 31rem;
	height: 20.0625rem;
	border-radius: 1.25rem;
	background: no-repeat center transparent;
	background-size: cover;
}

.customproductpage .c_visual_split.reverse .c_visual_split__img {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.customproductpage .c_visual_split__txt {
	width: 25rem;
}

.customproductpage .c_visual_split__lead {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4166666667em;
	letter-spacing: 0.1em;
}

.customproductpage .c_visual_split__desc {
	font-size: 1rem;
	line-height: 1.6875em;
	margin: 1.875rem 0 0;
	letter-spacing: 0.08em;
}

.customproductpage .c_visual_triple {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 60rem;
	margin-right: auto;
	margin-left: auto;
	padding: 5rem 0 5rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.customproductpage .c_visual_triple__item {
	width: 18.9375rem;
}

.customproductpage .c_visual_triple__img {
	height: 13.75rem;
	border-radius: 1.25rem;
	background: no-repeat center transparent;
	background-size: cover;
}

.customproductpage .c_visual_triple__txt {
	margin: 1.375rem 0 0;
}

.customproductpage .c_visual_triple__lead {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	text-align: center;
}

.customproductpage .c_visual_triple__desc {
	font-size: 1rem;
	line-height: 1.5em;
	margin: 1.375rem 0 0;
	letter-spacing: 0.08em;
	text-align: justify;
}

.customproductpage .gl_common_main {
	padding: 0 0 9.375rem;
}

.customproductpage .custom_product_article {
	position: relative;
}

.technologypage .article,
.brand .article {
	font-size: 1rem;
	line-height: 1.5em;
	position: relative;
	width: 60rem;
	margin: 0 auto;
	letter-spacing: 0.1em;
}



h1 {}

h1 {}

.technologypage .article .hdg {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5em;
	display: block;
	margin: 2.5rem 0 0;
	padding: 0;
	letter-spacing: 0.1em;
	background: 0 0;
}

.technologypage .article p {
	margin: 2rem 0 0;
}

.technologypage .article figure {
	display: block;
	margin: 2rem 0 0;
}

.technologypage .article .intro {
	width: 46.875rem;
	margin: 2.25rem 0 0;
}

.technologypage .article .intro .hdg {
	margin-top: 0;
}

.technologypage .article .intro+.hdg {
	margin-top: 7rem;
}

.technologypage .article .anchors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 2rem 0 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.technologypage .article .anchors:after {
	content: "";
	display: block;
	clear: both
}

.technologypage .article .anchors>li {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1em;
	margin: 0 0 0 5rem;
	letter-spacing: 0.04em;
}

.technologypage .article .anchors>li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.technologypage .article .anchors>li a:after {
	display: block;
	width: 0.5625rem;
	height: 0.4375rem;
	margin: 0.125rem 0 0 1.875rem;
	content: "";
	background: #000;
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.technologypage .article .tech_section {
	margin: 7rem 0 0;
}

.technologypage .article .tech_section+.tech_section {
	margin: 12rem 0 0;
}

.technologypage .article .tech_section__hdg {
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 11.25rem;
	padding: 0 1.875rem;
	letter-spacing: 0.04em;
	color: #fff;
	border-radius: 0.625rem;
	background: no-repeat center #000;
	background-size: cover;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.technologypage .gl_common_main {
	padding: 5.75rem 0 25rem;
}

.technologypage .gl_common_main__bg div:nth-of-type(1) {
	top: -18.625rem;
	left: -1.5rem;
	width: 114.0625rem;
	height: 54.5625rem;
}

.technologypage .gl_common_main__bg div:nth-of-type(1):before {
	background: url(/img/technology/bg_t.svg) no-repeat center transparent;
	background-size: contain;
}

.technologypage .gl_common_main__bg div:nth-of-type(2) {
	top: 154.3125rem;
	left: -28.375rem;
	width: 128.375rem;
	height: 58rem;
}

.technologypage .gl_common_main__bg div:nth-of-type(2):before {
	background: url(/img/technology/bg_m.svg) no-repeat center transparent;
	background-image: url(/cdnjs/images/6629ff4eab82e38922ec5f03_2404_technology_bg_m_pc.svg);
	background-size: contain;
}

.technologypage .gl_common_main__bg div:nth-of-type(3) {
	bottom: -35.125rem;
	left: -13.9375rem;
	width: 107.8125rem;
	height: 49.75rem;
}

.technologypage .gl_common_main__bg div:nth-of-type(3):before {
	background: url(/img/technology/bg_b.svg) no-repeat center transparent;
	background-size: contain;
}

.apppage .gl_common_main {
	padding: 0 0 29.0625rem;
}

.apppage .gl_common_main__bg div:nth-of-type(1) {
	top: 12.25rem;
	right: -100%;
	left: -100%;
	width: 128.3125rem;
	height: 57.9375rem;
	margin: 0 auto;
}

.apppage .gl_common_main__bg div:nth-of-type(1):before {
	background: url(/img/app/bg.svg) no-repeat center transparent;
	background-size: contain;
}

.apppage .gl_common_main__bg div:nth-of-type(2) {
	top: 103rem;
	right: -100%;
	left: -100%;
	width: 128.3125rem;
	height: 57.9375rem;
	margin: 0 auto;
}

.apppage .gl_common_main__bg div:nth-of-type(2):before {
	background: url(/img/app/bg.svg) no-repeat center transparent;
	background-size: contain;
}

.apppage .gl_common_main__bg div:nth-of-type(3) {
	right: -100%;
	bottom: -26rem;
	left: -100%;
	width: 128.3125rem;
	height: 57.9375rem;
	margin: 0 auto;
}

.apppage .gl_common_main__bg div:nth-of-type(3):before {
	background: url(/img/app/bg.svg) no-repeat center transparent;
	background-size: contain;
}

.apppage .gl_common_main__bg div:nth-of-type(4) {
	display: none;
}

.apppage .section {
	position: relative;
	max-width: 60rem;
	margin: 0 auto;
}

.apppage .section .download {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding-top: 4rem;
	padding-bottom: 3.5rem;
	background-color: rgba(255, 255, 255, 0.6);
}

.apppage .section .download__heading {
	font-size: 1.25rem;
	font-weight: 700;
	display: block;
	margin-bottom: 2.25rem;
	text-align: center;
}

.apppage .section .download__logo {
	display: block;
	width: 8.75rem;
	margin: 0 auto 1.75rem;
}

.apppage .section .download__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 19.375rem;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.apppage .section .download .app-store {
	width: 9rem;
}

/* .apppage .section .download .google-play {
	width: 9.6875rem;
} */

.apppage .hero {
	margin-bottom: 8.75rem;
}

.apppage .hero .kv {
	position: relative;
	width: 100%;
	height: 36.0625rem;
}

.apppage .hero .kv__logo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 27.1875rem;
	margin: auto;
}

.apppage .feature {
	margin-bottom: 6.25rem;
}

.apppage .feature__heading {
	font-size: 1.25rem;
	line-height: 1.2;
	margin-bottom: 2.5rem;
}

.apppage .feature__read {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 4.75rem;
}

.apppage .feature__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.875rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.apppage .feature__item {
	margin-right: 2rem;
}

.apppage .feature__item:last-child {
	margin-right: 0;
}

.apppage .feature__note {
	font-size: 0.875rem;
	margin-bottom: 9.375rem;
}

.apppage .faq {
	margin-bottom: 10rem;
}

.apppage .faq__heading {
	font-size: 1rem;
	line-height: 1.2;
	margin-bottom: 1.25rem;
}

.apppage .faq__read {
	font-size: 1rem;
	margin-bottom: 5rem;
}

.apppage .release {
	margin-bottom: 0.875rem;
}

.apppage .release__heading {
	font-size: 1rem;
	line-height: 1.6875em;
	margin: 0 0 0.75rem;
	letter-spacing: 0.1em;
}

.apppage .release__list__item {
	margin: 0 0 1.25rem;
}

.apppage .release__list__item:last-child {
	margin: 0;
}

.apppage .release__list__item__heading {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.9285714286em;
	margin: 0 0 0.625rem;
	padding: 0;
	letter-spacing: 0.1em;
	background: 0 0;
}

.apppage .release__list__item table tr td,
.apppage .release__list__item table tr th {
	font-size: 1rem;
	line-height: 1.875em;
	letter-spacing: 0.08em;
}

.apppage .note__list {
	padding: 0 1.25rem;
}

.apppage .note__item {
	font-size: 0.875rem;
	line-height: 1.5;
	list-style: disc;
}

.qsg-one .gl_common_main {
	padding: 0 0 29.0625rem;
}

.qsg-one .gl_common_main__bg div:nth-of-type(1) {
	top: 12.25rem;
	right: -100%;
	left: -100%;
	width: 128.3125rem;
	height: 57.9375rem;
	margin: 0 auto;
}

.qsg-one .gl_common_main__bg div:nth-of-type(1):before {
	background: url(/img/app/bg.svg) no-repeat center transparent;
	background-size: contain;
}

.qsg-one .gl_common_main__bg div:nth-of-type(2) {
	top: 103rem;
	right: -100%;
	left: -100%;
	width: 128.3125rem;
	height: 57.9375rem;
	margin: 0 auto;
}

.qsg-one .gl_common_main__bg div:nth-of-type(2):before {
	background: url(/img/app/bg.svg) no-repeat center transparent;
	background-size: contain;
}

.qsg-one .gl_common_main__bg div:nth-of-type(3) {
	right: -100%;
	bottom: -26rem;
	left: -100%;
	width: 128.3125rem;
	height: 57.9375rem;
	margin: 0 auto;
}

.qsg-one .gl_common_main__bg div:nth-of-type(3):before {
	background: url(/img/app/bg.svg) no-repeat center transparent;
	background-size: contain;
}

.qsg-one .gl_common_main__bg div:nth-of-type(4) {
	display: none;
}

.qsg-one .anc .anchors {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 2.125rem 0rem 3.0rem 30rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.qsg-one .anc .anchors>li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.qsg-one .anc .anchors>li a:after {
	display: block;
	width: 0.5625rem;
	height: 0.4375rem;
	margin: 0.125rem 0 0 1.875rem;
	content: "";
	background: #000;
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.qsg-one .anc .anchors>li {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1em;
	margin: 0 0 0 5rem;
	letter-spacing: 0.04em;
}

.qsg-one .section {
	position: relative;
	max-width: 60rem;
	margin: 0 auto;
}

.qsg-one .section .download {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding-top: 4rem;
	padding-bottom: 3.5rem;
	background-color: rgba(255, 255, 255, 0.6);
}

.qsg-one .section .download__heading {
	font-size: 1.25rem;
	font-weight: 700;
	display: block;
	margin-bottom: 2.25rem;
	text-align: center;
}

.qsg-one .section .download__logo {
	display: block;
	width: 8.75rem;
	margin: 0 auto 1.75rem;
}

.qsg-one .section .download__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 19.375rem;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.qsg-one .section .download .app-store {
	/* width: 7.8125rem; */
	height: 3.3rem;
}

.qsg-one .section .download .google-play {
	/* width: 9.6875rem; */
	height: 3.3rem;
}

.qsg-one .hero {
	margin-bottom: 3.75rem;
	border: solid 1px #d9d9d9;
	padding: 1.25rem 1.625rem 0.875rem;
}

.qsg-one .hero__heading {
	padding: 0 1.28rem;
	text-align: center;
}

.qsg-one .hero__heading_title {
	font-size: 1.024rem;
	margin-bottom: 1.7066666667rem;
	;
	text-decoration: underline;
}

.qsg-one .hero__read {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1.75rem;
}

.qsg-one .hero .kv {
	position: relative;
	width: 100%;
	height: 36.0625rem;
}

.qsg-one .hero .kv__logo {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 27.1875rem;
	margin: auto;
}

.qsg-one .app {
	margin-bottom: 3.75rem;
	padding: 1.25rem 1.625rem 0.875rem;
}

.qsg-one .ope {
	margin-bottom: 6.25rem;
}

.qsg-one .ope__heading {
	font-size: 1.25rem;
	line-height: 1.2;
	margin-bottom: 2.5rem;
}

.qsg-one .ope__read {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 4.75rem;
}

.qsg-one .ope__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.875rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.qsg-one .ope__item {
	margin-right: 2rem;
}

.qsg-one .ope__item:last-child {
	margin-right: 0;
}

.qsg-one .ope__note {
	font-size: 0.875rem;
	margin-bottom: 9.375rem;
}

.qsg-one .support {
	margin-bottom: 10rem;
}

.qsg-one .support__heading {
	font-size: 1.25rem;
	line-height: 1.2;
	margin-bottom: 1.25rem;
}

.qsg-one .support__read {
	font-size: 1rem;
	margin-bottom: 5rem;
}

.supportpage .manual {
	margin-top: -6.875rem;
	margin-bottom: 10.625rem;
}

.supportpage .manual__heading {
	font-size: 1rem;
	line-height: 1.25em;
	letter-spacing: 0.02em;
}

.supportpage .manual__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 2.5rem 0 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.supportpage .manual__list__item {
	margin: 0 5.1875rem 0 0;
}

.supportpage .manual__list__item:last-child {
	margin: 0;
}

.supportpage .manual__list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.supportpage .manual__list__item__img {
	width: 6.25rem;
	height: 6.25rem;
	margin: 0 0.8125rem 0 0;
	-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background: no-repeat center transparent;
	background-size: contain;
}

.supportpage .manual__list__item__txt {
	font-family: "Avenir Next", "Lato", sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 0.06em;
	margin-left: 1.5rem;
}

.faqpage .anchor {
	margin: 5.875rem 0 1.5rem;
}

.faqpage .anchor__ttl {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1em;
	margin: 4.875rem 0 2.625rem;
	letter-spacing: 0.06em;
}

.faqpage .anchor__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 5rem;
}

.faqpage .anchor__list__item {
	margin: 0 5.625rem 0 0;
}

.faqpage .anchor__list__item:last-child {
	margin: 0;
}

.faqpage .anchor__list__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.faqpage .anchor__list__item__img {
	width: 2.5rem;
	height: 2.5rem;
	margin: 0 0.75rem 0 0;
	-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	background: no-repeat center transparent;
	background-size: contain;
}

.faqpage .anchor__list__item__txt {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	letter-spacing: 0.06em;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.faqpage .anchor__list__item__txt:after {
	display: block;
	width: 0.625rem;
	height: 0.625rem;
	margin: 0 0 0 0.625rem;
	content: "";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background: no-repeat center transparent;
	background-image: url(../img/icon_btn_arrow_b.svg);
	background-size: contain;
}

.faqpage .anchor__list__item__txt__alphanumeric {
	font-family: "Avenir Next", "Lato", sans-serif;
}

.faqpage .anchor__list--product .anchor__list__item {
	margin: 0 6.25rem 0 0;
}

.faqpage .anchor__list--product .anchor__list__item:last-child {
	margin: 0;
}

.faqpage .anchor__list--product .anchor__list__item__txt {
	font-size: 1rem;
	line-height: 1em;
	letter-spacing: 0.06em;
}

.faqpage .faq {
	margin-bottom: 2rem;
}

.faqpage .faq:last-of-type {
	margin-bottom: 4.6875rem;
}

.faqpage .faq .support {
	margin-bottom: 0;
}

.faqpage .faq .faq_ttl {
	font-family: inherit;
	letter-spacing: 0.1em;
	margin-top: 5.625rem;
	margin-bottom: 1.5625rem;
}

.faqpage .faq .faq_ttl .alphanumeric {
	font-family: "Avenir Next", "Lato", sans-serif;
}

@media (min-width: 901px) {
	.css_imagehover:hover img:nth-of-type(2) {
		opacity: 1;
	}

	.onlyPc {
		display: block;
	}

	img.onlyPc {
		display: inline-block;
	}

	.onlySp,
	img.onlySp {
		display: none !important;
	}

	.c_kv__link:after {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		content: "";
		-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		pointer-events: none;
		opacity: 0;
		background: rgba(255, 255, 255, 0.3);
	}

	.c_kv__link:hover:after {
		opacity: 1;
	}

	.c_product_list> :nth-child(-n+2) {
		margin-top: 0;
	}

	.c_product_list__link:after {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		content: "";
		-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		pointer-events: none;
		opacity: 0;
		border: solid 3px #b4b8b7;
		border-radius: 1.25rem;
	}

	.gl_common_footer__inner {
		height: 100%;
		display: flex;
		justify-content: space-between;
	}

	.gl_common_footer__logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 15rem;
	}

	.gl_common_footer__logo a {
		position: relative;
		display: block;
		-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}

	.gl_common_footer__logo a:before {
		display: block;
		padding: 32.4200913242% 0 0 0;
		content: "";
	}

	.gl_common_footer__logo a>img,
	.gl_common_footer__logo a>picture,
	.gl_common_footer__logo a>svg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.gl_common_footer__sns {
		position: absolute;
		top: 0;
		right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.gl_common_footer__sns__item {
		margin: 0 1.25rem 0 0;
	}

	.gl_common_footer__sns__item:last-child {
		margin-right: 0;
	}

	.gl_common_footer__sns__item a {
		position: relative;
		display: block;
		width: 2.25rem;
		-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}

	.gl_common_footer__sns__item a:before {
		display: block;
		padding: 100% 0 0 0;
		content: "";
	}

	.gl_common_footer__sns__item a>img,
	.gl_common_footer__sns__item a>picture,
	.gl_common_footer__sns__item a>svg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.gl_common_footer__sns__item a.footer_x {
		position: relative;
		display: block;
		width: 2.1875rem;
	}

	.gl_common_footer__sns__item a.footer_x:before {
		display: block;
		padding: 102.8571428571% 0 0 0;
		content: "";
	}

	.gl_common_footer__sns__item a.footer_x>img,
	.gl_common_footer__sns__item a.footer_x>picture,
	.gl_common_footer__sns__item a.footer_x>svg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.gl_common_footer__links {
		font-size: 0.75rem;
		line-height: 1em;
		/* display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column; */
		/* width: 19.25rem;
		height: 9.375rem; */
		letter-spacing: 0.1em;
		/* -webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column; */
	}

	.gl_common_footer__links__item {
		font-size: 0.875rem;
		line-height: 2.25rem;
		letter-spacing: 0.1em;
	}

	.gl_common_footer__links__item:first-child {
		margin-bottom: 1.5rem;
		line-height: 1.25rem;
	}

	.gl_common_footer__links__item:nth-of-type(5n) {
		margin-bottom: 0;

	}

	.gl_common_footer__links__item:nth-of-type(-n+5) {
		/* width: 9rem; */
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.gl_common_footer__links__item a {
		-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}

	.gl_common_footer__links__item--lang {
		font-size: 0.75rem;
		line-height: 1.1666666667em;
		margin: auto 0 0;
		letter-spacing: 0;
	}

	.gl_common_footer__links__item--lang .separator {
		font-weight: 700;
		margin: 0 0.75rem;
	}

	.gl_common_footer__links__item--lang a {
		-webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		color: #f4f4f2;
	}

	.gl_common_footer__links__item--lang a:hover {
		color: inherit;
	}

	.gl_common_footer__links__item--lang a.on_page {
		color: inherit;
	}

	.gl_common_footer__copy {
		font-size: 0.75rem;
		line-height: 1.5em;
		position: absolute;
		bottom: 0.35rem;
		left: 0;
		letter-spacing: 0;
	}

	.gl_common_footer__links {
		margin-bottom: 0;
		margin-right: 3rem;
	}

	.gl_common_footer__links.last {
		margin-right: 0
	}

	.gl_common_footer__links__item:fist-child {
		margin-bottom: 2rem;
	}

	.gl_common_footer__links__item:last-child {
		margin-bottom: 0;
	}

	.gl_common_footer__links__item.app {
		letter-spacing: 0.5px
	}

	.gl_common_header__btn_purchase {
		z-index: 10;
	}

	.gl_common_nav {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
	}

	.gl_common_nav__inner {
		height: 100%;
	}

	.gl_common_nav__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		padding: 0 5.0625rem 0 0;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.gl_common_nav__list__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.gl_common_nav__list__item a {
		/*font-family: Georgia, serif;*/
		font-size: 0.8125rem;
		font-size: 0.875rem;
		font-weight: 700;
		font-style: italic;
		line-height: 1.1rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 100%;
		padding: 0 1.5625rem;
		-webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		letter-spacing: 0.12em;
		color: #969696;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.gl_common_nav__list__item a.isActive {
		color: #1a1a1a;
	}

	.toppage .banner__item a:after {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		content: "";
		-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		pointer-events: none;
		opacity: 0;
		background: rgba(255, 255, 255, 0.3);
	}

	.toppage .banner__item a:hover:after {
		opacity: 1;
	}

	.productpage .appearance .section__inner {
		min-height: 20.625rem;
	}

	.productpage .appearance__color__list__item:last-child:not(:first-child) {
		margin: 0;
	}

	.productpage .feature__list__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 16.5rem 0 17.5rem;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.productpage .feature__list__item--reverse {
		padding: 0 17.5rem 0 16.5rem;
	}

	.productpage .feature__list__item--reverse .feature__list__item__img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.productpage .gl_common_nav__list {
		padding-right: 17.875rem;
	}

	.productpage .info .guide.btn {
		padding: 0 7.625rem;
	}

	.productpage .products__list__item:nth-child(4n) {
		margin-right: 0;
	}

	.productpage .products__list__item:nth-last-child(-n+4) {
		margin-bottom: 0;
	}

	.productpage .products__list__item a .products__list__item__img:after {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		content: "";
		-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		pointer-events: none;
		opacity: 0;
		border-radius: 50%;
		background: rgba(244, 244, 242, 0.5);
	}

	.productpage .products__list__item a:hover .products__list__item__img:after {
		opacity: 1;
	}

	.productpage .statement .section__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		height: 49.3125rem;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
	}

	.customproductpage .c_anchors:before {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		content: "";
		pointer-events: none;
		background: no-repeat url(/cdnjs/images/662a05735af1ece7cb0e0c7b_2404_c_anchors_bg_pc.svg);
		background-size: cover;
	}

	.customproductpage .c_anchors__link:after {
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		content: "";
		-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		opacity: 0;
		background: rgba(255, 255, 255, 0.3);
	}

	.customproductpage .c_anchors__link:hover:after {
		opacity: 1;
	}

	.customproductpage .c_buttons__row.has1 {
		width: 20.625rem;
	}

	.customproductpage .c_buttons__row.has2 {
		width: 46.25rem;
	}

	.customproductpage .c_buttons__row.has3 .c_buttons__item {
		width: 17.5625rem;
	}

	.customproductpage .c_features__item:nth-child(3n+1) {
		margin-left: 6.875rem;
	}

	.customproductpage .c_features__item:nth-child(-n+3) {
		margin-top: 0;
	}

	.customproductpage .c_heading.level1 {
		padding-top: 4rem;
	}

	.customproductpage .c_product_nav__item:nth-child(-n+3) {
		margin-top: 0;
	}

	.customproductpage .c_product_nav__link:after {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		content: "";
		-webkit-transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		pointer-events: none;
		opacity: 0;
		border: solid 3px #b4b8b7;
		border-radius: 1.375rem;
	}

	.customproductpage .gl_common_nav__list {
		padding-right: 17.875rem;
		padding: 0 5.0625rem 0 0;
	}

	.technologypage .article .anchors>li:first-child {
		margin-left: 0;
	}

	.apppage .feature__read {
		letter-spacing: 0.1em;
	}
}

@media (min-width: 901px) and (hover: hover) {
	.btn a:hover {
		color: #1a1a1a;
		background-color: #b4b8b7;
	}

	.c_product_list__link:hover:after {
		opacity: 1;
	}

	.c_product_list__link:hover .c_product_list__icon {
		background: #b4b8b7;
	}

	.gl_common_footer__btn_pagetop a:hover {
		opacity: 0.7;
	}

	.gl_common_header__logo a:hover {
		opacity: 0.7;
	}

	.gl_common_header__btn_purchase a:hover {
		color: #000;
		background: #b4b8b7;
	}

	.modal_movie__btn_close:hover {
		opacity: 0.5;
	}

	.toppage .news__list__item__link:hover {
		opacity: 0.7;
	}

	.toppage .news__list__item__mask__body a:hover {
		text-decoration: none;
	}

	.otherpage .article__body a:hover {
		text-decoration: none;
	}

	.productpage .appearance__color__list__item:not(.isActive):hover {
		opacity: 0.7;
	}

	.customproductpage .c_buttons__item a:hover {
		color: #1a1a1a;
		background: #b4b8b7;
	}

	.customproductpage .c_product_info__color_item:not(.isActive):hover {
		opacity: 0.7;
	}

	.customproductpage .c_product_info__purchase a:hover {
		color: #1a1a1a;
		background: #b4b8b7;
	}

	.customproductpage .c_product_nav__link:hover:after {
		opacity: 1;
	}

	.customproductpage .c_product_nav__link:hover .c_product_nav__icon {
		background: #b4b8b7;
	}

	.customproductpage .c_review__toggle a:hover {
		color: #1a1a1a;
		background: #b4b8b7;
	}

	.customproductpage .c_slider__arrow:hover {
		opacity: 0.7;
	}

	.technologypage .article .anchors>li a:hover {
		opacity: 0.7;
	}

	.supportpage .manual__list__item a:hover .manual__list__item__img {
		opacity: 0.8;
	}

	.faqpage .anchor__list__item a:hover .anchor__list__item__img {
		opacity: 0.8;
	}
}

@media (min-width: 901px) and (min-width: 901px) and (hover: hover) {
	.gl_common_footer__logo a:hover {
		opacity: 0.7;
	}

	.gl_common_footer__sns__item a:hover {
		opacity: 0.7;
	}

	.gl_common_footer__links__item a:hover {
		opacity: 0.7;
	}

	.gl_common_nav__list__item a:hover {
		color: #1a1a1a;
	}

	.technologypage .article h1,
	.brand .article h1,
	.page_ttl_jp {
		/*font-family: Georgia, serif;*/
		font-size: 2.5rem;
		font-style: italic;
		line-height: 1.2em;
		letter-spacing: 0.1em;
		margin-bottom: 4.75rem;
	}
}

@media (min-width: 901px) and (min-width: 901px) {
	.gl_common_nav__list__item--lang {
		display: none;
	}
}

@media (max-width: 900px) {
	.btn a:before {
		background-image: url(../img/sp/icon_btn_arrow_b.svg);
	}

	.toppage .btn a:after {
		background-image: url(../img/top/sp/icon_btn_arrow.svg);
	}

	.toppage .btn a:before {
		background-image: url(../img/top/sp/icon_btn_arrow_b.svg);
	}

	.toppage .btn__contact a:after {
		background-image: url(../img/top/sp/icon_btn_arrow_b.svg);
	}

	.toppage .gl_common_main__bg div:nth-of-type(1):before {
		background-image: url(/img/top/sp/bg_t.svg);
	}

	.toppage .gl_common_main__bg div:nth-of-type(2):before {
		background-image: url(/img/top/sp/bg_m.svg);
	}

	.toppage .gl_common_main__bg div:nth-of-type(3):before {
		background-image: url(/img/top/sp/bg_b.svg);
	}

	.tmppage .gl_common_main__bg div:nth-of-type(1):before {
		background-image: url(/img/tmp/sp/bg_t.svg);
	}

	.tmppage .gl_common_main__bg div:nth-of-type(2):before {
		background-image: url(/img/tmp/sp/bg_m.svg);
	}

	.tmppage .gl_common_main__bg div:nth-of-type(3):before {
		background-image: url(/img/tmp/sp/bg_b.svg);
	}

	.otherpage .gl_common_main__bg[data-type=policy] div:nth-of-type(1):before {
		background-image: url(/img/policy/sp/bg_t.svg);
	}

	.otherpage .gl_common_main__bg[data-type=policy] div:nth-of-type(2):before {
		background-image: url(/img/policy/sp/bg_m.svg);
	}

	.otherpage .gl_common_main__bg[data-type=policy] div:nth-of-type(3):before {
		background-image: url(/img/policy/sp/bg_b.svg);
	}

	.otherpage .gl_common_main__bg[data-type=agreement] div:nth-of-type(1):before {
		background-image: url(/img/agreement/sp/bg_t.svg);
	}

	.otherpage .gl_common_main__bg[data-type=agreement] div:nth-of-type(2):before {
		background-image: url(/img/agreement/sp/bg_m.svg);
	}

	.otherpage .gl_common_main__bg[data-type=agreement] div:nth-of-type(3):before {
		background-image: url(/img/agreement/sp/bg_b.svg);
	}

	.otherpage .gl_common_main__bg[data-type=sorry] div:nth-of-type(1):before {
		background-image: url(/img/sorry/sp/bg_t.svg);
	}

	.technologypage .gl_common_main__bg div:nth-of-type(1):before {
		background-image: url(/img/technology/sp/bg_t.svg);
	}

	.technologypage .gl_common_main__bg div:nth-of-type(2):before {
		background-image: url(/img/technology/sp/bg_m.svg);
	}

	.technologypage .gl_common_main__bg div:nth-of-type(3):before {
		background-image: url(/img/technology/sp/bg_b.svg);
	}

	.apppage .gl_common_main__bg div:nth-of-type(1):before {
		background-image: url(/img/app/sp/bg.svg);
	}

	.apppage .gl_common_main__bg div:nth-of-type(2):before {
		background-image: url(/img/app/sp/bg.svg);
	}

	.apppage .gl_common_main__bg div:nth-of-type(3):before {
		background-image: url(/img/app/sp/bg.svg);
	}

	html {
		font-size: 23.4375px;
		font-size: 3.125vw;
		line-height: 1em;
	}

	html .onlyPc,
	html img.onlyPc {
		display: none !important;
	}

	html .onlySp {
		display: block;
	}

	html img.onlySp {
		display: inline-block;
	}

	.btn a {
		border-radius: 1.8773333333rem;
	}

	.btn a:before {
		display: none;
	}

	.c_kv__list {
		height: 44.544rem;
	}

	.c_kv__bullet_list {
		bottom: 3.4133333333rem;
	}

	.c_kv__bullet_item {
		width: 0.5973333333rem;
		height: 0.5973333333rem;
		margin: 0 0 0 0.5973333333rem;
	}

	.c_kv__scroll {
		font-size: 0.6826666667rem;
		line-height: 1em;
		top: 28.5013333333rem;
		left: 1.28rem;
		width: 0.8533333333rem;
		height: 3.84rem;
		letter-spacing: 0.13em;
	}

	.c_product_list {
		display: block;
	}

	.c_product_list>* {
		margin: 2.9866666667rem 0 0;
	}

	.c_product_list> :first-child {
		margin-top: 0;
	}

	.c_product_list__item {
		width: 100%;
		/* height: 38.6133333333rem; */
	}

	.c_product_list__link {
		padding: 1.4506666667rem 2.0053333333rem;
		border-radius: 1.28rem;
	}

	.c_product_list__link:before {
		border-radius: 1.28rem;
	}

	.c_product_list__new {
		width: 4.9493333333rem;
		height: 4.9493333333rem;
		border-radius: 1.28rem 0 0 0;
	}

	.c_product_list__new:after {
		font-size: 0.9386666667rem;
		line-height: 1em;
		top: 1.28rem;
		left: 0.384rem;
		letter-spacing: 0.1em;
	}

	.c_product_list__img {
		width: 21.3333333333rem;
		height: 21.3333333333rem;
	}

	.c_product_list__img:after {
		right: -2.048rem;
		bottom: -0.384rem;
		left: -2.048rem;
		height: 2px;
	}

	.c_product_list__tag_list {
		margin: 0.896rem 0 0;
	}

	.c_product_list__tag_list>li {
		font-size: 0.9386666667rem;
		line-height: 1.8181818182em;
		margin: 0 0 0 0.4266666667rem;
		padding: 0 0.512rem;
		letter-spacing: 0.05em;
		border-radius: 0.256rem;
	}

	.c_product_list__type {
		font-size: 1.28rem;
		line-height: 1.1333333333em;
		height: 2.9013333333rem;
		margin: 1.1946666667rem 0 0;
		letter-spacing: 0.05em;
	}

	.c_product_list__model {
		font-size: 2.3893333333rem;
		line-height: 1em;
		height: 2.3893333333rem;
		margin: 0.2986666667rem 0 0;
		letter-spacing: 0.05em;
	}

	.c_product_list__desc {
		font-size: 1.024rem;
		line-height: 1.2916666667em;
		width: 20.0533333333rem;
		margin: 0.5973333333rem 0 0;
		letter-spacing: 0.1em;
	}

	.c_product_list__icon {
		right: 1.7066666667rem;
		bottom: 2.6026666667rem;
		width: 2.56rem;
		height: 2.56rem;
	}

	.c_product_list__icon:before {
		width: 0.64rem;
		height: 0.8533333333rem;
		margin: 0 0 0 0.2133333333rem;
	}

	.gl_common_anc_target {
		margin-top: 1.5rem;
		/* padding-top: 1.5rem; */
	}

	.gl_common_article {
		font-size: 1.024rem;
		line-height: 1.5em;
		width: 29.44rem;
		letter-spacing: 0;
	}

	.gl_common_article h2 {
		font-size: 1.4506666667rem;
		line-height: 1.4117647059em;
		letter-spacing: 0.1em;
	}

	.gl_common_article h3,
	.gl_common_article h4 {
		font-size: 1.1946666667rem;
		line-height: 1.4285714286em;
		margin: 1.28rem 0 0;
		letter-spacing: 0.1em;
	}

	.gl_common_article p {
		margin: 1.28rem 0 0;
	}

	.gl_common_article .img--kv {
		margin: 0 0 4.2666666667rem;
	}

	.gl_common_article .img--s {
		width: 25.6rem;
	}

	.gl_common_article .img--s span {
		display: block;
	}

	.gl_common_article .img--s span+span {
		margin: 1.4506666667rem 0 0;
	}

	.gl_common_article figcaption {
		font-size: 0.8533333333rem;
		line-height: 1.5em;
		padding: 0.4266666667rem 0 0;
		letter-spacing: 0;
	}

	.gl_common_article .text--m {
		width: 100%;
	}

	.gl_common_article .column {
		margin: 0 0 4.2666666667rem;
	}

	.gl_common_article .column__2 {
		display: block;
		width: 25.6rem;
		margin: 0 0 4.2666666667rem;
	}

	.gl_common_article .column__2 .column__item {
		margin-bottom: 2.9866666667rem;
	}

	.gl_common_article .column__2 .column__item:last-child {
		margin-bottom: 0;
	}

	.gl_common_article .column__2 .column__item:first-child {
		width: 100%;
		margin: 0 0 2.9866666667rem;
	}

	.gl_common_footer {
		height: auto;
		padding: 4.2666666667rem 2.9866666667rem 1.664rem;
	}

	.gl_common_footer__btn_pagetop {
		top: -8.5333333333rem;
		right: 1.3226666667rem;
		width: 2.56rem;
	}

	.gl_common_footer__inner {
		width: 100%;
		padding-left: 0;
	}

	.gl_common_footer__logo {
		width: 14.08rem;
	}

	.gl_common_footer__logo a {
		position: relative;
		display: block;
	}

	.gl_common_footer__logo a:before {
		display: block;
		padding: 32.7272727273% 0 0 0;
		content: "";
	}

	.gl_common_footer__logo a>img,
	.gl_common_footer__logo a>picture,
	.gl_common_footer__logo a>svg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.gl_common_footer__sns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 3.4986666667rem 0 3.328rem;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.gl_common_footer__sns__item {
		margin: 0 2.7733333333rem 0 0;
	}

	.gl_common_footer__sns__item a {
		position: relative;
		display: block;
		width: 2.56rem;
	}

	.gl_common_footer__sns__item a:before {
		display: block;
		padding: 100% 0 0 0;
		content: "";
	}

	.gl_common_footer__sns__item a>img,
	.gl_common_footer__sns__item a>picture,
	.gl_common_footer__sns__item a>svg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.gl_common_footer__sns__item a.footer_x {
		position: relative;
		display: block;
		width: 2.4746666667rem;
	}

	.gl_common_footer__sns__item a.footer_x:before {
		display: block;
		padding: 103.4482758621% 0 0 0;
		content: "";
	}

	.gl_common_footer__sns__item a.footer_x>img,
	.gl_common_footer__sns__item a.footer_x>picture,
	.gl_common_footer__sns__item a.footer_x>svg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.gl_common_footer__links {
		margin-bottom: 6.4rem;
	}

	.gl_common_footer__links__item {
		font-size: 1.024rem;
		line-height: 1em;
		margin: 0 0 1.92rem;
		letter-spacing: 0.1em;
	}

	.gl_common_footer__links__item:last-child {
		margin-bottom: 0;
		width: 40%
	}

	.gl_common_footer__links__item--lang {
		font-size: 1.28rem;
		line-height: 0.8em;
		letter-spacing: 0;
	}

	.gl_common_footer__links__item--lang .separator {
		font-size: 0.64rem;
		font-weight: 700;
		line-height: 1.6em;
		margin: 0 1.024rem;
		vertical-align: middle;
		letter-spacing: 0;
	}

	.gl_common_footer__links__item--lang a {
		color: #f4f4f2;
	}

	.gl_common_footer__links__item--lang a.on_page {
		color: inherit;
	}

	.gl_common_footer__copy {
		font-size: 0.8533333333rem;
		line-height: 1em;
		display: block;
		text-align: center;
		letter-spacing: 0;
	}

	.gl_common_header {
		height: 3.84rem;
	}

	.gl_common_header__fixed {
		height: 3.84rem;
	}

	.gl_common_header__fixed__wrap {
		position: relative;
		z-index: 1000;
		width: 100%;
		height: 3.84rem;
		background: #fff;
	}

	.gl_common_header__logo {
		top: 1.3226666667rem;
		left: 1.28rem;
		width: 6.7413333333rem;
	}

	.gl_common_header__btn_purchase {
		top: 0.5973333333rem;
		left: 20.0533333333rem;
		width: 8.1066666667rem;
	}

	.gl_common_header__btn_purchase a {
		font-size: 1.024rem;
		line-height: 1em;
		height: 2.56rem;
		letter-spacing: 0.1em;
		border-radius: 1.28rem;
	}

	.gl_common_header__btn_toggle {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 3.84rem;
		height: 100%;
	}

	.gl_common_header__btn_toggle a {
		display: block;
		width: 100%;
		height: 100%;
	}

	.gl_common_header__btn_toggle a:after,
	.gl_common_header__btn_toggle a:before {
		position: absolute;
		top: 50%;
		left: calc(50% - 1.1093333333rem);
		width: 2.2186666667rem;
		height: 1px;
		content: "";
		background: rgba(0, 0, 0, 0.5);
	}

	.gl_common_header__btn_toggle a:after,
	.gl_common_header__btn_toggle a:before {
		-webkit-transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}

	.gl_common_header__btn_toggle a:before {
		-webkit-transform: translateY(-0.256rem);
		transform: translateY(-0.256rem);
	}

	.gl_common_header__btn_toggle a:after {
		-webkit-transform: translateY(0.256rem);
		transform: translateY(0.256rem);
	}

	.gl_common_header__btn_toggle.isOpen a:before {
		left: calc(50% - 1.28rem);
		width: 2.56rem;
		-webkit-transform: translateY(0) rotate(-150deg);
		transform: translateY(0) rotate(-150deg);
	}

	.gl_common_header__btn_toggle.isOpen a:after {
		left: calc(50% - 1.28rem);
		width: 2.56rem;
		-webkit-transform: translateY(0) rotate(150deg);
		transform: translateY(0) rotate(150deg);
	}

	.gl_common_main {
		padding: 3.328rem 0 10rem;
	}

	.gl_common_main.brandi {
		padding: 0
	}

	.gl_common_main__bg div:nth-of-type(1),
	.gl_common_main__bg div:nth-of-type(3) {
		-webkit-animation: mb_obj1_x_sp 30s ease infinite;
		animation: mb_obj1_x_sp 30s ease infinite;
	}

	.gl_common_main__bg div:nth-of-type(1):before,
	.gl_common_main__bg div:nth-of-type(3):before {
		-webkit-animation: mb_obj1_y_sp 15s ease infinite;
		animation: mb_obj1_y_sp 15s ease infinite;
	}

	.gl_common_main__bg div:nth-of-type(2) {
		-webkit-animation: mb_obj2_x_sp 15s ease infinite;
		animation: mb_obj2_x_sp 15s ease infinite;
	}

	.gl_common_main__bg div:nth-of-type(2):before {
		-webkit-animation: mb_obj2_y_sp 30s ease infinite;
		animation: mb_obj2_y_sp 30s ease infinite;
	}

	@-webkit-keyframes mb_obj1_x_sp {

		0%,
		100% {
			-webkit-transform: translateX(-1.28rem);
			transform: translateX(-1.28rem);
		}

		50% {
			-webkit-transform: translateX(1.28rem);
			transform: translateX(1.28rem);
		}
	}

	@keyframes mb_obj1_x_sp {

		0%,
		100% {
			-webkit-transform: translateX(-1.28rem);
			transform: translateX(-1.28rem);
		}

		50% {
			-webkit-transform: translateX(1.28rem);
			transform: translateX(1.28rem);
		}
	}

	@-webkit-keyframes mb_obj1_y_sp {

		0%,
		100% {
			-webkit-transform: translateY(-0.64rem);
			transform: translateY(-0.64rem);
		}

		50% {
			-webkit-transform: translateY(0.64rem);
			transform: translateY(0.64rem);
		}
	}

	@keyframes mb_obj1_y_sp {

		0%,
		100% {
			-webkit-transform: translateY(-0.64rem);
			transform: translateY(-0.64rem);
		}

		50% {
			-webkit-transform: translateY(0.64rem);
			transform: translateY(0.64rem);
		}
	}

	@-webkit-keyframes mb_obj2_x_sp {

		0%,
		100% {
			-webkit-transform: translateX(-0.64rem);
			transform: translateX(-0.64rem);
		}

		50% {
			-webkit-transform: translateX(0.64rem);
			transform: translateX(0.64rem);
		}
	}

	@keyframes mb_obj2_x_sp {

		0%,
		100% {
			-webkit-transform: translateX(-0.64rem);
			transform: translateX(-0.64rem);
		}

		50% {
			-webkit-transform: translateX(0.64rem);
			transform: translateX(0.64rem);
		}
	}

	@-webkit-keyframes mb_obj2_y_sp {

		0%,
		100% {
			-webkit-transform: translateY(-0.8533333333rem);
			transform: translateY(-0.8533333333rem);
		}

		50% {
			-webkit-transform: translateY(0.8533333333rem);
			transform: translateY(0.8533333333rem);
		}
	}

	@keyframes mb_obj2_y_sp {

		0%,
		100% {
			-webkit-transform: translateY(-0.8533333333rem);
			transform: translateY(-0.8533333333rem);
		}

		50% {
			-webkit-transform: translateY(0.8533333333rem);
			transform: translateY(0.8533333333rem);
		}
	}

	.gl_common_nav {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		overflow: hidden;
		width: 100%;
		height: 0;
		background: #fff;
		-ms-scroll-chaining: none;
		overscroll-behavior: contain;
	}

	.gl_common_nav.isOpen {
		overflow: auto;
	}

	.gl_common_nav__inner {
		padding: 6.4426666667rem 0;
	}

	.gl_common_nav__list {
		/*font-family: Georgia, serif;*/
		font-size: 1.28rem;
		font-weight: 700;
		font-style: italic;
		line-height: 1em;
		text-align: center;
		letter-spacing: 0.1em;
	}

	.gl_common_nav__list__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 0 0.4266666667rem;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.gl_common_nav__list__item:last-child {
		margin-bottom: 0;
	}

	.gl_common_nav__list__item a {
		display: block;
		padding: 1.6853333333rem;
	}

	.gl_common_page_title {
		width: calc(var(--sp-ttl_w) * 1rem / 23.4375);
		margin: 0.5973333333rem 0;
	}

	.gl_common_page_title:before {
		padding: calc(var(--sp-ttl_h) * 1% / var(--sp-ttl_w) * 100) 0 0 0;
	}

	.modal_movie__btn_close {
		width: 2.3893333333em;
		height: 2.3893333333em;
	}

	.toppage .about {
		margin: 0 0 7.2533333333rem;
	}

	.toppage .about .section__inner {
		width: 29.44rem;
		margin: 0 auto;
	}

	.toppage .about__block {
		display: block;
		margin: 0 0 4.0106666667rem;
	}

	.toppage .about__block__ttl {
		position: relative;
		display: block;
		width: 24.064rem;
		margin: 0 0 2.0053333333rem;
	}

	.toppage .about__block__ttl:before {
		display: block;
		padding: 19.8581560284% 0 0 0;
		content: "";
	}

	.toppage .about__block__ttl>img,
	.toppage .about__block__ttl>picture,
	.toppage .about__block__ttl>svg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.toppage .about__block__detail__lead {
		position: relative;
		display: block;
		width: 19.2426666667rem;
		margin: 0 0 1.8773333333rem;
	}

	.toppage .about__block__detail__lead:before {
		display: block;
		padding: 19.0687361419% 0 0 0;
		content: "";
	}

	.toppage .about__block__detail__lead>img,
	.toppage .about__block__detail__lead>picture,
	.toppage .about__block__detail__lead>svg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.toppage .about__block__detail__txt {
		font-size: 1.1093333333rem;
		line-height: 1.3461538462em;
		letter-spacing: 0.1em;
	}

	.toppage .about__block__detail__txt p {
		margin: 0;
	}

	.toppage .about__movie {
		width: 100%;
		margin: 0;
	}

	.toppage .about__movie iframe {
		border-radius: 1.28rem;
	}

	.toppage .banner {
		margin: 0 0 7.296rem;
	}

	.toppage .banner__item {
		width: 29.44rem;
		margin: 0 auto 2.56rem;
	}

	.toppage .bg span {
		top: -3.84rem;
		background: no-repeat center top transparent;
		background-size: 100% auto;
	}

	.toppage .btn {
		margin: 0 0 2.1333333333rem;
	}

	.toppage .btn a {
		font-size: 1.024rem;
		line-height: 1em;
		width: 25.6rem;
		height: 3.84rem;
		letter-spacing: 0;
	}

	.toppage .btn a:after {
		top: calc(50% - 0.3626666667rem);
		right: 1.28rem;
		width: 0.64rem;
		height: 0.7253333333rem;
	}

	.toppage .contact .section__inner {
		width: 29.44rem;
	}

	.toppage .contact .section__ttl {
		margin: 0 0 0.8533333333rem;
	}

	.toppage .contact__block {
		padding: 1.4933333333rem 1.92rem 2.56rem;
	}

	.toppage .contact__block__txt {
		font-size: 1.024rem;
		line-height: 1.5em;
		margin: 0 0 2.9866666667rem;
		letter-spacing: 0;
	}

	.toppage .contact__block .btn__contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.toppage .gl_common_main {
		padding: 0 0 13.6533333333rem;
	}

	.toppage .gl_common_main__bg div:nth-of-type(1) {
		top: -4.096rem;
		left: -6.272rem;
		width: 38.912rem;
		height: 21.6746666667rem;
		-webkit-animation-name: top_mb_obj1_x_sp;
		animation-name: top_mb_obj1_x_sp;
	}

	.toppage .gl_common_main__bg div:nth-of-type(2) {
		top: 65.3653333333rem;
		left: -31.7013333333rem;
		width: 87.9786666667rem;
		height: 77.44rem;
	}

	.toppage .gl_common_main__bg div:nth-of-type(3) {
		bottom: -4.2666666667rem;
		left: -4.2666666667rem;
		width: 40.5333333333rem;
		height: 34.1333333333rem;
	}

	.toppage .gl_common_main__bg div:nth-of-type(3)>span {
		-webkit-animation-name: mb_obj1_y_sp;
		animation-name: mb_obj1_y_sp;
	}

	@-webkit-keyframes top_mb_obj1_x_sp {

		0%,
		100% {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}

		50% {
			-webkit-transform: translateX(2.56rem);
			transform: translateX(2.56rem);
		}
	}

	@keyframes top_mb_obj1_x_sp {

		0%,
		100% {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}

		50% {
			-webkit-transform: translateX(2.56rem);
			transform: translateX(2.56rem);
		}
	}

	.toppage .kv {
		margin: 0 0 5.5466666667rem;
	}

	.toppage .kv .c_kv__list {
		height: 48.64rem;
	}

	.toppage .kv .c_kv__bullet_list {
		bottom: 2.1333333333rem;
	}

	.toppage .news {
		width: 29.44rem;
		margin: 0 auto 12.8rem;
	}

	.toppage .news .section__ttl {
		margin: 0 0 0.2133333333rem;
	}

	.toppage .news__list__item__link {
		padding: 1.28rem 3.7546666667rem 1.152rem 0.512rem;
	}

	.toppage .news__list__item__link__date {
		font-size: 0.8533333333rem;
		line-height: 1em;
		margin: 0 0 0.2986666667rem;
		letter-spacing: 0.1em;
	}

	.toppage .news__list__item__link__ttl {
		font-size: 1.024rem;
		line-height: 1.5em;
		letter-spacing: 0.1em;
	}

	.toppage .news__list__item__link__icon {
		top: calc(50% - 1.7066666667rem);
		width: 3.4133333333rem;
		height: 3.4133333333rem;
		margin: 0;
	}

	.toppage .news__list__item__link__icon:before {
		width: 1.152rem;
		height: 1px;
	}

	.toppage .news__list__item__link__icon:after {
		width: 1px;
		height: 1.152rem;
	}

	.toppage .news--latest {
		width: auto;
		margin: 0 0 9.6426666667rem;
	}

	.toppage .news--latest .section__inner {
		width: 29.44rem;
	}

	.toppage .news--latest .section__ttl {
		margin: 0 0 0.5973333333rem;
	}

	.toppage .products {
		margin: 0 0 7.2106666667rem;
	}

	.toppage .products .section__inner {
		width: 29.44rem;
	}

	.toppage .products .section__ttl {
		margin: 0 0 3.4133333333rem;
	}

	.toppage .products .btn {
		margin-top: 3.4133333333rem;
	}

	.toppage .section__bg__obj {
		-webkit-animation-name: mb_obj2_x_sp;
		animation-name: mb_obj2_x_sp;
	}

	.toppage .section__bg__obj>span {
		-webkit-animation-name: mb_obj2_y_sp;
		animation-name: mb_obj2_y_sp;
	}

	.toppage .section__ttl {
		font-size: 2.1333333333rem;
		line-height: 1.3em;
		letter-spacing: 0.1em;
	}

	.toppage .statement {
		margin: 14.1226666667rem 0 6.9973333333rem;
	}

	.toppage .statement .section__bg__img {
		top: -18.5173333333rem;
		height: 128rem;
	}

	.toppage .statement .section__bg__obj--1 {
		top: -61.3973333333rem;
		left: -4.2666666667rem;
		width: 40.5333333333rem;
		height: 76.8rem;
	}

	.toppage .statement .section__bg__obj--2 {
		top: 67.1146666667rem;
		left: -4.2666666667rem;
		width: 40.5333333333rem;
		height: 89.6rem;
	}

	.toppage .statement .section__inner {
		width: 29.44rem;
		padding: 2.4746666667rem 1.28rem 2.9866666667rem;
		-webkit-backdrop-filter: blur(0.2133333333rem);
		backdrop-filter: blur(0.2133333333rem);
	}

	.toppage .statement .section__ttl {
		margin: 0 0 3.328rem;
	}

	.toppage .statement__block {
		display: block;
	}

	.toppage .statement__block__lead {
		position: relative;
		display: block;
		/* width: 16.3413333333rem; */
		margin: 0 0 2.0053333333rem -0.1706666667rem;
		0 CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
	}

	.toppage .statement__block__lead:before {
		display: block;
		padding: 55.3524804178% 0 0 0;
		content: "";
	}

	.toppage .statement__block__lead>img,
	.toppage .statement__block__lead>picture,
	.toppage .statement__block__lead>svg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.toppage .statement__block__txt {
		position: relative;
		display: block;
		width: 22.0586666667rem;
	}

	.toppage .statement__block__txt:before {
		display: block;
		padding: 124.1779497099% 0 0 0;
		content: "";
	}

	.toppage .statement__block__txt>img,
	.toppage .statement__block__txt>picture,
	.toppage .statement__block__txt>svg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.toppage .technology {
		margin: 0 0 13.44rem;
	}

	.toppage .technology .section__bg__obj--1 {
		left: 0;
		width: 100%;
		height: 30.8053333333rem;
	}

	.toppage .technology .section__bg__obj--1>span {
		background-image: url(/cdnjs/images/6629fd2f0a37e9594ed4d55b_2404_top_technology_obj1_sp.svg);
		background-size: 100% 100%;
	}

	.toppage .technology .section__inner {
		width: 29.44rem;
		padding: 3.328rem 0 0;
	}

	.toppage .technology .section__ttl {
		margin: 0 0 3.84rem;
	}

	.toppage .technology__list {
		display: block;
	}

	.toppage .technology__list__item {
		width: 100%;
		margin: 0 0 4.2666666667rem;
	}

	.toppage .technology__list__item:last-child {
		margin-bottom: 0;
	}

	.toppage .technology__list__item__img {
		height: 17.4933333333rem;
		margin: 0 0 2.1333333333rem;
		border-radius: 0.8533333333rem;
	}

	.toppage .technology__list__item__detail {
		height: auto;
		margin: 0 0 3.4133333333rem;
	}

	.toppage .technology__list__item__detail__lead {
		font-size: 1.4506666667rem;
		line-height: 1.2058823529em;
		margin: 0 0 0.5973333333rem;
		letter-spacing: 0.1em;
	}

	.toppage .technology__list__item__detail__txt {
		font-size: 1.024rem;
		line-height: 1.6666666667em;
		letter-spacing: 0.1em;
	}

	.tmppage .gl_common_main__bg div:nth-of-type(1) {
		top: -12.032rem;
		left: -9.088rem;
		width: 45.184rem;
		height: 25.7706666667rem;
	}

	.tmppage .gl_common_main__bg div:nth-of-type(2) {
		top: calc(50% - 10.2826666667rem);
		left: -6.784rem;
		width: 45.568rem;
		height: 20.5653333333rem;
	}

	.tmppage .gl_common_main__bg div:nth-of-type(3) {
		bottom: -16.768rem;
		left: -9.088rem;
		width: 41.8133333333rem;
		height: 27.3066666667rem;
	}

	.otherpage .article {
		width: 29.44rem;
		margin: 0 auto;
		padding: 0 0 1.7066666667rem;
	}

	.otherpage .article__ttl {
		margin: 0.5973333333rem 0;
	}

	.otherpage .article__ttl--policy {
		position: relative;
		display: block;
		width: inherit;
		margin-top: -10px;
	}

	.otherpage .article__ttl--policy:before {
		display: block;
		padding: 8.6651053864% 0 0 0;
		content: "";
		display: none;
	}

	.otherpage .article__ttl--policy>img,
	.otherpage .article__ttl--policy>picture,
	.otherpage .article__ttl--policy>svg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.otherpage .article__ttl--agreement {
		position: relative;
		display: block;
		width: 23.8933333333rem;
	}

	.otherpage .article__ttl--agreement:before {
		display: block;
		padding: 6.7857142857% 0 0 0;
		content: "";
	}

	.otherpage .article__ttl--agreement>img,
	.otherpage .article__ttl--agreement>picture,
	.otherpage .article__ttl--agreement>svg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.otherpage .article__ttl--en {
		font-size: 1.7066666667rem;
		line-height: 1.2em;
		letter-spacing: 0.1em;
	}

	.otherpage .article__ttl--warranty {
		/* font-style: italic !important; */
		font-size: 2.125rem !important;
		line-height: 1em !important;
	}

	.otherpage .article__ttl--warranty.ys {
		margin: -0.5rem 0 2rem;
		letter-spacing: 1px !important;
	}

	.otherpage .article__ttl--warranty.yhxy {
		margin: -1.5rem 0 2rem;
		line-height: 1.2em !important;
		letter-spacing: 1px !important;
	}

	.otherpage .article__ttl--warranty.yszc {
		margin: -2.5rem 0 2rem 2rem;
		line-height: 1em !important;
		letter-spacing: 1px !important;
	}

	.otherpage .article__ttl--warranty.yhxy br.sp {
		display: block
	}

	.otherpage .article__body {
		font-size: 1.024rem;
		line-height: 1.5em;
		padding: 4.2666666667rem 1.92rem 7.68rem;
		letter-spacing: 0;
		margin-top: 1.25rem;
	}

	.otherpage .article__body.sh {
		margin: 0;
	}

	.otherpage .article__body h2 {
		font-size: 1.1946666667rem;
		line-height: 1.4285714286em;
		margin: 0 0 1.3653333333rem;
		letter-spacing: 0.1em;
	}

	.otherpage .article__body h3 {
		font-size: 1.1946666667rem;
		line-height: 1.4285714286em;
		margin: 2.9866666667rem 0 1.0666666667em;
		letter-spacing: 0.1em;
	}

	.otherpage .article .sorry--ttl {
		font-size: 1.4506666667rem;
		line-height: 1.3529411765em;
		letter-spacing: 0.1em;
	}

	.otherpage .article .sorry--txt {
		font-weight: 700;
	}

	.otherpage .gl_common_main__bg[data-type=policy] div:nth-of-type(1) {
		top: -9.6rem;
		left: -10.624rem;
		width: 49.024rem;
		height: 25.8986666667rem;
	}

	.otherpage .gl_common_main__bg[data-type=policy] div:nth-of-type(2) {
		top: calc(50% - 11.648rem);
		left: -9.2586666667rem;
		width: 46.2933333333rem;
		height: 23.296rem;
	}

	.otherpage .gl_common_main__bg[data-type=policy] div:nth-of-type(3) {
		bottom: -9.344rem;
		left: 6.1013333333rem;
		width: 34.4746666667rem;
		height: 21.248rem;
	}

	.otherpage .gl_common_main__bg[data-type=agreement] div:nth-of-type(1) {
		top: -8.0213333333rem;
		left: -7.552rem;
		width: 47.744rem;
		height: 23.424rem;
	}

	.otherpage .gl_common_main__bg[data-type=agreement] div:nth-of-type(2) {
		top: calc(50% - 11.8826666667rem);
		left: -3.6693333333rem;
		width: 73.8133333333rem;
		height: 23.7653333333rem;
	}

	.otherpage .gl_common_main__bg[data-type=agreement] div:nth-of-type(3) {
		bottom: -10.8373333333rem;
		left: -4.352rem;
		width: 42.7946666667rem;
		height: 21.5893333333rem;
	}

	.otherpage .gl_common_main__bg[data-type=sorry] div:nth-of-type(1) {
		top: -16.768rem;
		left: -18.432rem;
		width: 59.0933333333rem;
		height: 28.5866666667rem;
	}

	.productlistpage .article {
		width: 29.44rem;
	}

	.productlistpage .article h1 {
		font-size: 2.1333333333rem;
		line-height: 1.3em;
		margin: 0 0 2.2186666667rem;
		letter-spacing: 0.1em;
	}

	.productlistpage .gl_common_main {
		padding: 2.2186666667rem 0 18.432rem;
	}

	.productlistpage .gl_common_main__bg {
		background-image: url(/cdnjs/images/6629fe562928f5e9d88c630a_2404_productlist_bg_sp.svg);
		background-position: center top 12.5013333333rem;
	}

	.productpage .appearance {
		margin: 0 0 9.8133333333rem;
	}

	.productpage .appearance--no_movie {
		margin-bottom: 14.848rem;
	}

	.productpage .appearance .section__inner {
		width: 100%;
		padding: 22.3573333333rem 2.9866666667rem 0 3.4133333333rem;
	}

	.productpage .appearance__img--mbe001 {
		top: -1.1946666667rem;
		left: 5.504rem;
		width: 21.12rem;
		height: 19.584rem;
	}

	.productpage .appearance__img--mbn001 {
		top: -2.2186666667rem;
		left: 4.1386666667rem;
		width: 23.7653333333rem;
		height: 21.9733333333rem;
	}

	.productpage .appearance__img--mwe001 {
		top: 0;
		left: 6.9973333333rem;
		width: 18.5173333333rem;
		height: 16.6826666667rem;
	}

	.productpage .appearance__color {
		top: 18.688rem;
		left: 0.8533333333rem;
		width: 30.2933333333rem;
	}

	.productpage .appearance__color__ttl {
		font-size: 1.024rem;
		line-height: 1.6666666667em;
		margin: 0 0.3413333333rem 0 0;
		letter-spacing: 0.1em;
	}

	.productpage .appearance__color__list__item {
		margin: 0 1.536rem 0 0;
	}

	.productpage .appearance__color__list__item:last-child {
		margin: 0;
	}

	.productpage .appearance__color__list__item__icon {
		width: 1.7066666667rem;
		height: 1.7066666667rem;
		margin: 0 0.768rem 0 0;
	}

	.productpage .appearance__color__list__item__icon:after {
		top: -0.256rem;
		right: -0.256rem;
		bottom: -0.256rem;
		left: -0.256rem;
		border-width: 2px;
	}

	.productpage .appearance__color__list__item__label {
		font-size: 0.8533333333rem;
		line-height: 2em;
		letter-spacing: 0.1em;
	}

	.productpage .appearance__ttl {
		margin: 0 0 2.1333333333rem;
	}

	.productpage .appearance__ttl__type {
		font-size: 1.024rem;
		line-height: 1.3333333333em;
		margin: 0 0 0.1706666667rem;
		letter-spacing: 0.08em;
	}

	.productpage .appearance__ttl__model {
		font-size: 2.56rem;
		line-height: 1em;
		letter-spacing: 0.1em;
	}

	.productpage .appearance .btn {
		margin: 0 auto 1.4933333333rem;
	}

	.productpage .feature {
		margin: 0 0 9.8986666667rem;
	}

	.productpage .feature--no_interview {
		margin-bottom: 10.4106666667rem;
	}

	.productpage .feature__list__item {
		margin: 0 0 4.2666666667rem;
	}

	.productpage .feature__list__item__obj {
		top: 8.5333333333rem;
		left: -4.2666666667rem;
		width: 40.5333333333rem;
		height: 23.4666666667rem;
		-webkit-animation-name: mb_obj1_x_sp;
		animation-name: mb_obj1_x_sp;
	}

	.productpage .feature__list__item__obj>span {
		-webkit-animation-name: mb_obj1_y_sp;
		animation-name: mb_obj1_y_sp;
	}

	.productpage .feature__list__item__img {
		position: relative;
		display: block;
		width: 22.528rem;
		margin: 0 auto 2.1333333333rem;
	}

	.productpage .feature__list__item__img:before {
		display: block;
		padding: 100% 0 0 0;
		content: "";
	}

	.productpage .feature__list__item__img>img,
	.productpage .feature__list__item__img>picture,
	.productpage .feature__list__item__img>svg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.productpage .feature__list__item__detail {
		width: 21.0773333333rem;
		margin: 0 0 0 5.4613333333rem;
	}

	.productpage .feature__list__item__detail__lead {
		font-size: 1.4506666667rem;
		line-height: 1.4117647059em;
		margin: 0 0 0.8533333333rem;
		letter-spacing: 0.1em;
	}

	.productpage .feature__list__item__detail__txt {
		font-size: 1.024rem;
		line-height: 1.5em;
		letter-spacing: 0;
	}

	.productpage .gl_common_main {
		padding: 0 0 19.2rem;
	}

	.productpage .gl_common_main__bg div:nth-of-type(3) {
		bottom: -4.2666666667rem;
		left: -4.2666666667rem;
		width: 40.5333333333rem;
		height: 21.3333333333rem;
	}

	.productpage .gl_common_main__bg div:nth-of-type(3)>span {
		-webkit-animation-name: mb_obj1_y_sp;
		animation-name: mb_obj1_y_sp;
	}

	.productpage .info {
		margin: 0 0 10.6666666667rem;
	}

	.productpage .info .section__inner {
		width: 29.44rem;
	}

	.productpage .info .guide {
		margin: 4.6933333333rem 0 0;
	}

	.productpage .info .guide.btn {
		margin: 1.7066666667rem auto 0;
	}

	.productpage .info .guide.btn a {
		width: 25.6rem;
	}

	.productpage .info .guide .guide_ttl {
		font-size: 1.4506666667rem;
		line-height: 1.3529411765em;
		letter-spacing: 0.1em;
	}

	.productpage .info .guide .guide_txt {
		font-size: 1.024rem;
		line-height: 1.5em;
		letter-spacing: 0.1em;
	}

	.productpage .info .guide .guide_item {
		font-size: 1.024rem;
		line-height: 1.75em;
		letter-spacing: 0.1em;
	}

	.productpage .info .spec_area {
		padding: 5.12rem 0 0;
	}

	.productpage .info .spec_area .spec h2 {
		font-size: 1.4506666667rem;
		line-height: 1.3529411765em;
		letter-spacing: 0.1em;
	}

	.productpage .info .spec_area .spec .c-accordion .c-accordion_ttl {
		font-size: 1.024rem;
		line-height: 1.25em;
		letter-spacing: 0;
	}

	.productpage .info .spec_area .spec table {
		font-size: 1.024rem;
		line-height: 1.4166666667em;
		letter-spacing: 0.1em;
	}

	.productpage .info .spec_area .spec table dl>div {
		margin: 0.768rem 0 0;
	}

	.productpage .interview {
		margin: 0 0 10.24rem;
	}

	.productpage .interview .section__inner {
		width: 29.44rem;
		margin: 0 auto;
	}

	.productpage .interview .section__ttl {
		margin: 0 0 2.56rem;
	}

	.productpage .interview__lead {
		font-size: 1.1093333333rem;
		line-height: 1.3846153846em;
		margin: 0 0 3.2426666667rem;
		letter-spacing: 0.06em;
	}

	.productpage .interview__movie {
		width: 100%;
		margin: 0;
	}

	.productpage .movie {
		margin: 0 0 6.9546666667rem;
	}

	.productpage .movie .section__inner {
		width: 29.44rem;
		margin: 0 auto;
	}

	.productpage .movie .section__ttl {
		margin: 0 0 2.4746666667rem;
	}

	.productpage .movie__lead {
		font-size: 1.1093333333rem;
		line-height: 1.1923076923em;
		margin: 0 0 3.1573333333rem 2.1333333333rem;
		letter-spacing: 0.1em;
	}

	.productpage .movie__lead p {
		margin: 0 0 0.6826666667rem;
	}

	.productpage .movie__lead p:last-child {
		margin-bottom: 0;
	}

	.productpage .movie__cm {
		width: 100%;
		margin: 0;
	}

	.productpage .mv {
		height: 38.4rem;
		margin: 0 0 3.968rem;
	}

	.productpage .mv__bg {
		background-position: center top;
		background-size: 100% auto;
	}

	.productpage .mv__ttl {
		top: 27.1786666667rem;
		left: 1.28rem;
		width: 29.44rem;
	}

	.productpage .mv__ttl__logo {
		position: relative;
		display: block;
		width: 16.2986666667rem;
		margin: 0 auto 0.4266666667rem;
	}

	.productpage .mv__ttl__logo:before {
		display: block;
		padding: 42.6701570681% 0 0 0;
		content: "";
	}

	.productpage .mv__ttl__logo>img,
	.productpage .mv__ttl__logo>picture,
	.productpage .mv__ttl__logo>svg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.productpage .mv__ttl__model {
		font-size: 2.1333333333rem;
		line-height: 1em;
		letter-spacing: 0.1em;
	}

	.productpage .products .section__inner {
		width: 29.44rem;
	}

	.productpage .products .section__ttl {
		margin: 0 0 2.4746666667rem;
	}

	.productpage .products__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.productpage .products__list__item {
		width: 13.6533333333rem;
		margin: 0 0 3.4133333333rem;
	}

	.productpage .products__list__item:nth-last-child(-n+2) {
		margin-bottom: 0;
	}

	.productpage .products__list__item__txt {
		font-size: 0.768rem;
		line-height: 1.3888888889em;
		margin: 0 0 0.8533333333rem;
		letter-spacing: 0.12em;
	}

	.productpage .products__list__item__img {
		position: relative;
		display: block;
	}

	.productpage .products__list__item__img:before {
		display: block;
		padding: 100% 0 0 0;
		content: "";
	}

	.productpage .products__list__item__img>img,
	.productpage .products__list__item__img>picture,
	.productpage .products__list__item__img>svg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

	.productpage .section__bg__obj {
		-webkit-animation-name: mb_obj2_x_sp;
		animation-name: mb_obj2_x_sp;
	}

	.productpage .section__bg__obj>span {
		-webkit-animation-name: mb_obj2_y_sp;
		animation-name: mb_obj2_y_sp;
	}

	.productpage .section__ttl {
		font-size: 2.1333333333rem;
		line-height: 1.3em;
		letter-spacing: 0.1em;
	}

	.productpage .statement {
		margin: 0 0 11.776rem;
	}

	.productpage .statement .section__bg__img {
		width: 30.6346666667rem;
		height: 32.0853333333rem;
	}

	.productpage .statement .section__bg__obj--1 {
		top: -17.0666666667rem;
		left: -4.2666666667rem;
		width: 40.5333333333rem;
		height: 59.7333333333rem;
	}

	.productpage .statement .section__bg__obj--2 {
		top: -46.9333333333rem;
		left: -4.2666666667rem;
		width: 40.5333333333rem;
		height: 59.7333333333rem;
	}

	.productpage .statement .section__bg__obj--2>span {
		-webkit-animation-name: product_statement_obj2_y_sp;
		animation-name: product_statement_obj2_y_sp;
	}

	@-webkit-keyframes product_statement_obj2_y_sp {

		0%,
		100% {
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}

		50% {
			-webkit-transform: translateY(1.28rem);
			transform: translateY(1.28rem);
		}
	}

	@keyframes product_statement_obj2_y_sp {

		0%,
		100% {
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}

		50% {
			-webkit-transform: translateY(1.28rem);
			transform: translateY(1.28rem);
		}
	}

	.productpage .statement .section__bg__obj--2--no_movie {
		top: -12.8rem;
		height: 25.6rem;
	}

	.productpage .statement .section__inner {
		width: 27.3066666667rem;
		margin: 0 0 0 3.4133333333rem;
		padding: 34.1333333333rem 0 0;
	}

	.productpage .statement__lead {
		font-size: 1.7066666667rem;
		line-height: 1.35em;
		letter-spacing: 0.1em;
	}

	.customproductpage .c_anchors {
		padding: 3.4133333333rem 0 3.4133333333rem;
	}

	.customproductpage .c_anchors__list {
		width: 25.6rem;
		height: 52.224rem;
	}

	.customproductpage .c_anchors__item {
		width: 12.288rem;
		height: 12.288rem;
		border-radius: 0.8533333333rem;
	}

	.customproductpage .c_anchors__item:nth-child(2) {
		top: 0;
		left: 13.312rem;
	}

	.customproductpage .c_anchors__item:nth-child(3) {
		top: 13.312rem;
		left: 13.312rem;
	}

	.customproductpage .c_anchors__item:nth-child(4) {
		top: 26.624rem;
		left: 0;
	}

	.customproductpage .c_anchors__item:nth-child(5) {
		top: 39.936rem;
		left: 0;
	}

	.customproductpage .c_anchors__item:nth-child(6) {
		top: 26.624rem;
		left: 13.312rem;
	}

	.customproductpage .c_anchors__item:nth-child(1),
	.customproductpage .c_anchors__item:nth-child(6) {
		height: 25.6rem;
	}

	.customproductpage .c_anchors__item:nth-child(1) .c_anchors__title:before,
	.customproductpage .c_anchors__item:nth-child(6) .c_anchors__title:before {
		bottom: -0.5546666667rem;
		left: -3.968rem;
	}

	.customproductpage .c_anchors__title {
		font-size: 1.024rem;
		line-height: 1.0833333333em;
		padding: 0.768rem 0.6826666667rem;
		letter-spacing: 0.08em;
	}

	.customproductpage .c_anchors__title:before {
		bottom: -1.1093333333rem;
		left: -2.9013333333rem;
		width: 18.18624rem;
		height: 6.6082133333rem;
		background-image: url(/cdnjs/images/662a05e27b13495126a060e8_2404_c_anchors_shape_sp.svg);
	}

	.customproductpage .c_buttons {
		width: 29.6106666667rem;
		margin-right: auto;
		margin-left: auto;
		padding: 0 0 2.56rem;
	}

	.customproductpage .c_buttons__row {
		display: block;
		width: 29.6106666667rem;
		margin: 2.56rem auto 0;
	}

	.customproductpage .c_buttons__item {
		width: 100%;
		margin: 1.5rem 0 0;
	}

	.customproductpage .c_buttons__item:first-child {
		margin-top: 0;
	}

	.customproductpage .c_buttons__item a {
		font-size: 1.024rem;
		line-height: 1.2em;
		height: 3.84rem;
		letter-spacing: 0.1em;
		border-radius: 1.92rem;
	}

	.customproductpage .c_features {
		padding: 3.4133333333rem 0 3.4133333333rem;
	}

	.customproductpage .c_features:before {
		height: 45.9946666667rem;
		background-image: url(/cdnjs/images/662a0681af1fe60be261a15c_2404_c_features_bg_sp.svg);
	}

	.customproductpage .c_features__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 25.6rem;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.customproductpage .c_features__item {
		width: 12.1173333333rem;
		height: 12.1173333333rem;
		margin: 1.408rem 0 0;
		padding: 2.1333333333rem 0 0;
		border-radius: 0.8533333333rem;
	}

	.customproductpage .c_features__item:nth-child(-n+2) {
		margin-top: 0;
	}

	.customproductpage .c_features__icon {
		width: 4.0106666667rem;
		height: 4.0106666667rem;
	}

	.customproductpage .c_features__caption {
		font-size: 1.024rem;
		line-height: 1.25em;
		width: 9.3866666667rem;
		height: 3.84rem;
		margin: 1.1946666667rem auto 0;
		letter-spacing: 0.1em;
	}

	.customproductpage .c_heading {
		width: 29.6106666667rem;
		padding: 4.5rem 0 0;
	}

	.customproductpage .c_heading.level1 .c_heading__hdg {
		font-size: 3.1573333333rem;
		line-height: 1.2em;
		letter-spacing: 0.1em;
	}

	.customproductpage .c_heading.level1 .c_heading__para {
		font-size: 1.4506666667rem;
		line-height: 1.1176470588em;
		margin: 0.768rem 0 0;
		letter-spacing: 0.1em;
	}

	.customproductpage .c_heading.level2 .c_heading__hdg {
		font-size: 2.304rem;
		line-height: 1.2em;
		letter-spacing: 0.06em;
	}

	.customproductpage .c_heading.level3 .c_heading__hdg {
		font-size: 1.4506666667rem;
		line-height: 1.2em;
		letter-spacing: 0.05em;
	}

	.customproductpage .c_heading__para {
		font-size: 1.024rem;
		line-height: 1.25em;
		margin: 1.28rem 0 0;
		letter-spacing: 0.1em;
	}

	.customproductpage .c_movie {
		width: 29.6106666667rem;
		margin-right: auto;
		margin-left: auto;
		padding: 3.4133333333rem 0 3.4133333333rem;
	}

	.customproductpage .c_movie__frame iframe {
		border-radius: 1.28rem;
	}

	.customproductpage .c_product_info {
		width: 25.6rem;
		min-height: auto;
		padding: 3.4133333333rem 0 3.4133333333rem;
	}

	.customproductpage .c_product_info:before {
		display: block;
		height: 20.736rem;
		content: "";
	}

	.customproductpage .c_product_info__img_list {
		top: -1.3653333333rem;
		left: -1.536rem;
		width: 27.52rem;
		height: 27.52rem;
	}

	.customproductpage .c_product_info__type {
		font-size: 1.4506666667rem;
		line-height: 1.25em;
		letter-spacing: 0.05em;
		margin-top: 2rem;
	}

	.customproductpage .c_product_info__model {
		font-size: 2.1333333333rem;
		line-height: 1em;
		line-height: 1em !important;
		margin: 0.6826666667rem 0 0;
		letter-spacing: 0.1em;
	}

	.customproductpage .c_product_info__tag_list {
		margin: 1.024rem 0 0 -0.4266666667rem;
	}

	.customproductpage .c_product_info__tag_list>li {
		font-size: 0.9386666667rem;
		line-height: 1.8181818182em;
		margin: 0.2133333333rem 0 0 0.4266666667rem;
		padding: 0 0.3413333333rem;
		letter-spacing: 0.05em;
		border-radius: 0.256rem;
	}

	.customproductpage .c_product_info__color {
		margin: 1.6213333333rem -1.28rem 0 0;
	}

	.customproductpage .c_product_info__color_hdg {
		font-size: 0.9386666667rem;
		line-height: 1.8181818182em;
		margin: 0.768rem 0 0 0;
		letter-spacing: 0.1em;
	}

	.customproductpage .c_product_info__color_list {
		margin: 0 -0.9386666667rem 0 0.6826666667rem;
	}

	.customproductpage .c_product_info__color_item {
		margin: 0.768rem 0.9386666667rem 0 0;
	}

	.customproductpage .c_product_info__color_icon {
		width: 1.7066666667rem;
		height: 1.7066666667rem;
	}

	.customproductpage .c_product_info__color_icon:after {
		top: -0.256rem;
		right: -0.256rem;
		bottom: -0.256rem;
		left: -0.256rem;
		border-width: 2px;
	}

	.customproductpage .c_product_info__color_label {
		font-size: 0.9386666667rem;
		line-height: 1.8181818182em;
		margin: 0 0 0 0.768rem;
		letter-spacing: 0.1em;
	}

	.customproductpage .c_product_info__purchase {
		width: 100%;
		margin: 2.3893333333rem 0 0;
	}

	.customproductpage .c_product_info__purchase a {
		font-size: 1.024rem;
		line-height: 1.2em;
		height: 3.84rem;
		letter-spacing: 0.1em;
		border-radius: 1.92rem;
	}

	.customproductpage .c_product_info__purchase+.c_product_info__purchase {
		margin-top: 1.4933333333rem;
	}

	.customproductpage .c_product_nav {
		width: 29.6106666667rem;
		margin-right: auto;
		margin-left: auto;
		padding: 3.4133333333rem 0 3.4133333333rem;
	}

	.customproductpage .c_product_nav__list {
		position: relative;
		z-index: 10;
		display: block;
		width: 21.5893333333rem;
		height: 26.7946666667rem;
		margin: 0 auto;
	}

	.customproductpage .c_product_nav__item {
		position: absolute;
		display: none;
		width: 100%;
		height: 100%;
		margin: 0;
		opacity: 0;
	}

	.customproductpage .c_product_nav__link {
		padding: 0 2.1333333333rem 0;
		border-radius: 1.4506666667rem;
	}

	.customproductpage .c_product_nav__link:before {
		border-radius: 1.4506666667rem;
	}

	.customproductpage .c_product_nav__img {
		width: 16.5546666667rem;
		height: 16.5546666667rem;
	}

	.customproductpage .c_product_nav__type {
		font-size: 1.024rem;
		line-height: 1.15em;
		height: 2.3552rem;
		margin: 0;
		letter-spacing: 0.05em;
	}

	.customproductpage .c_product_nav__model {
		font-size: 2.1333333333rem;
		line-height: 1em;
		height: 2.1333333333rem;
		margin: 0.768rem 0 0;
		letter-spacing: 0;
	}

	.customproductpage .c_product_nav__icon {
		right: 2.1333333333rem;
		bottom: 2.1333333333rem;
		width: 1.792rem;
		height: 1.792rem;
	}

	.customproductpage .c_product_nav__icon:before {
		width: 0.4693333333rem;
		height: 0.5973333333rem;
		margin: 0 0 0 0.128rem;
	}

	.customproductpage .c_product_nav__arrow {
		position: absolute;
		top: 12.672rem;
		display: block;
		width: 0.7253333333rem;
		height: 1.4506666667rem;
		background: no-repeat url(/cdnjs/images/662a041b476e0bd5ca833584_2404_c_slider_arrow.svg);
		background-size: contain;
	}

	.customproductpage .c_product_nav__arrow.prev {
		left: -4.0106666667rem;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.customproductpage .c_product_nav__arrow.next {
		right: -4.0106666667rem;
	}

	.customproductpage .c_review {
		width: 25.6rem;
		padding: 3.4133333333rem 0 3.4133333333rem;
	}

	.customproductpage .c_review__more:before {
		padding: 0.6826666667rem 0 0;
	}

	.customproductpage .c_review__item {
		margin: 0.6826666667rem 0 0;
		padding: 1.28rem 0.6826666667rem 1.024rem 1.1093333333rem;
	}

	.customproductpage .c_review__rating {
		margin: 0;
	}

	.customproductpage .c_review__star {
		width: 1.3653333333rem;
		height: 1.3653333333rem;
	}

	.customproductpage .c_review__author {
		font-size: 1.024rem;
		line-height: 1.1666666667em;
		margin: 0.6826666667rem 0 0;
		letter-spacing: 0.1em;
	}

	.customproductpage .c_review__desc {
		font-size: 1.024rem;
		line-height: 1.3333333333em;
		margin: 0.2986666667rem 0 0;
		letter-spacing: 0.1em;
	}

	.customproductpage .c_review__date {
		font-size: 0.8533333333rem;
		line-height: 1.2em;
		top: 1.4506666667rem;
		right: 1.152rem;
		letter-spacing: 0.1em;
	}

	.customproductpage .c_review__toggle {
		width: 100%;
		margin: 3.4133333333rem auto 0;
	}

	.customproductpage .c_separator.pattern1 {
		height: 7.9786666667rem;
	}

	.customproductpage .c_separator.pattern1.color1 {
		background-image: url(/cdnjs/images/662a013e167d01440b6be6b4_2404_c_separator_p1c1_sp.svg);
	}

	.customproductpage .c_separator.pattern1.color2 {
		background-image: url(/cdnjs/images/662a018cd7a970ccc01196ba_2404_c_separator_p1c2_sp.svg);
	}

	.customproductpage .c_separator.pattern1.color3 {
		background-image: url(/cdnjs/images/662a01cc5af1ece7cb0b04f8_2404_c_separator_p1c3_sp.svg);
	}

	.customproductpage .c_separator.pattern2 {
		height: 7.168rem;
	}

	.customproductpage .c_separator.pattern2.color1 {
		background-image: url(/cdnjs/images/662a020a7ace3d977bcfb310_2404_c_separator_p2c1_sp.svg);
	}

	.customproductpage .c_separator.pattern2.color2 {
		background-image: url(/cdnjs/images/662a023afe09f7f8db427e50_2404_c_separator_p2c2_sp.svg);
	}

	.customproductpage .c_separator.pattern2.color3 {
		background-image: url(/cdnjs/images/662a02734ad0872677c23a2e_2404_c_separator_p2c3_sp.svg);
	}

	.customproductpage .c_separator.pattern3 {
		height: 8.832rem;
	}

	.customproductpage .c_separator.pattern3.color1 {
		background-image: url(/cdnjs/images/662a02ab04d2942ecd7e59c9_2404_c_separator_p3c1_sp.svg);
	}

	.customproductpage .c_separator.pattern3.color2 {
		background-image: url(/cdnjs/images/662a02e1b5e58486979b2beb_2404_c_separator_p3c2_sp.svg);
	}

	.customproductpage .c_separator.pattern3.color3 {
		background-image: url(/cdnjs/images/662a030de8b188b9b3d4ddf5_2404_c_separator_p3c3_sp.svg);
	}

	.customproductpage .c_slider {
		width: 29.6106666667rem;
		margin-right: auto;
		margin-left: auto;
		padding: 0;
	}

	.customproductpage .c_slider__list {
		width: 25.6rem;
		height: 18.048rem;
	}

	.customproductpage .c_slider__img {
		height: 18.048rem;
		border-radius: 0.8533333333rem;
	}

	.customproductpage .c_slider__caption {
		font-size: 1.024rem;
		font-weight: 700;
		line-height: 1.1666666667em;
		margin: 1.024rem 0 0;
		text-align: center;
		letter-spacing: 0.1em;
	}

	.customproductpage .c_slider__arrow {
		top: 8.2986666667rem;
		width: 0.7253333333rem;
		height: 1.4506666667rem;
	}

	.customproductpage .c_slider__arrow.prev {
		left: -2.0053333333rem;
	}

	.customproductpage .c_slider__arrow.next {
		right: -2.0053333333rem;
	}

	.customproductpage .c_spec {
		width: 29.6106666667rem;
		padding: 1.5rem 0;
	}

	.customproductpage .c_spec__hdg {
		font-size: 1.4933333333rem;
		line-height: 1.3714285714em;
		margin: 0 0 0.8533333333rem;
		letter-spacing: 0.1em;
	}

	.customproductpage .c_spec__title {
		font-size: 1.1946666667rem;
		line-height: 1.25em;
		padding: 0.64rem 1.3653333333rem 0.64rem 0;
		letter-spacing: 0.1em;
	}

	.customproductpage .c_spec__title:after,
	.customproductpage .c_spec__title:before {
		width: 1.024rem;
		height: 0.1706666667rem;
		margin: -0.0853333333rem 0 0;
	}

	.customproductpage .c_spec__inner {
		padding: 0 0 2.56rem;
	}

	.customproductpage .c_spec__table th {
		font-size: 1.024rem;
		line-height: 1.4166666667em;
		padding: 0.4266666667rem 0.4266666667rem;
		letter-spacing: 0.1em;
	}

	.customproductpage .c_spec__table td {
		font-size: 1.024rem;
		line-height: 1.4166666667em;
		padding: 0.4266666667rem 0.512rem;
		letter-spacing: 0.1em;
	}

	.customproductpage .c_spec__note {
		font-size: 0.8533333333rem;
		line-height: 1.75em;
		margin: 0.4266666667rem 0 0;
		letter-spacing: 0.1em;
	}

	.customproductpage .c_text {
		width: 29.6106666667rem;
		padding: 1.5rem 0;
	}

	.customproductpage .c_text>* {
		margin: 3rem 0 0;
	}

	.customproductpage .c_text__block {
		font-size: 1.024rem;
		line-height: 1.3333333333em;
		letter-spacing: 0.1em;
	}

	.customproductpage .c_text__block p {
		margin: 1.3653333333rem 0 0;
	}

	.customproductpage .c_text__ol,
	.customproductpage .c_text__ul {
		font-size: 1.024rem;
		line-height: 1.3333333333em;
		letter-spacing: 0.1em;
	}

	.customproductpage .c_text__ol>li,
	.customproductpage .c_text__ul>li {
		margin: 0.4266666667rem 0 0;
	}

	.customproductpage .c_visual_large {
		width: 29.6106666667rem;
		margin-right: auto;
		margin-left: auto;
		padding: 1.5rem 0;
	}

	.customproductpage .c_visual_large__img {
		height: 18.2186666667rem;
		border-radius: 0.8533333333rem;
		background-size: contain;
	}

	.customproductpage .c_visual_large__txt.top {
		top: 1.024rem;
	}

	.customproductpage .c_visual_large__txt.bottom {
		bottom: 1.024rem;
	}

	.customproductpage .c_visual_large__txt.left {
		left: 1.0666666667rem;
	}

	.customproductpage .c_visual_large__txt.right {
		right: 1.0666666667rem;
	}

	.customproductpage .c_visual_large__caption {
		font-size: 1rem;
		line-height: 1.1666666667em;
		letter-spacing: 0.1em;
	}

	.customproductpage .c_visual_multi {
		width: 29.6106666667rem;
		margin-right: auto;
		margin-left: auto;
		/* padding: 1.5rem 0; */
	}

	.customproductpage .c_visual_multi__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 1.024rem 0 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.customproductpage .c_visual_multi__row.has2 .c_visual_multi__item {
		width: 100%;
	}

	.customproductpage .c_visual_multi__row.has2 .c_visual_multi__item:first-child {
		margin-top: 0;
	}

	.customproductpage .c_visual_multi__row.has2 .c_visual_multi__img {
		height: 17.0666666667rem;
	}

	.customproductpage .c_visual_multi__row.has3 .c_visual_multi__item {
		width: 100%;
	}

	.customproductpage .c_visual_multi__row.has3 .c_visual_multi__item:first-child {
		margin-top: 0;
	}

	.customproductpage .c_visual_multi__row.has3 .c_visual_multi__img {
		height: 17.0666666667rem;
	}

	.customproductpage .c_visual_multi__row.has4 .c_visual_multi__item {
		width: 14.2933333333rem;
	}

	.customproductpage .c_visual_multi__row.has4 .c_visual_multi__item:nth-child(-n+2) {
		margin-top: -1.5rem;
	}

	.customproductpage .c_visual_multi__row.has4 .c_visual_multi__img {
		height: 10.368rem;
	}

	.customproductpage .c_visual_multi__item {
		margin: 1.024rem 0 0;
	}

	.customproductpage .c_visual_multi__img {
		border-radius: 0.8533333333rem;
	}

	.customproductpage .c_visual_multi__caption {
		font-size: 1.024rem;
		line-height: 1.1666666667em;
		margin: 1.024rem 0 0;
		padding: 0;
		letter-spacing: 0.1em;
	}

	.customproductpage .c_visual_split {
		display: block;
		width: 29.6106666667rem;
		margin-right: auto;
		margin-left: auto;
		padding: 0;
	}

	.customproductpage .c_visual_split__img {
		width: 100%;
		height: 18.3466666667rem;
		border-radius: 0.8533333333rem;
	}

	.customproductpage .c_visual_split__txt {
		width: 100%;
		margin: 1.5rem 0;
	}

	.customproductpage .c_visual_split__lead {
		font-size: 1.3rem;
		line-height: 1.1714285714em;
		letter-spacing: 0.1em;
	}

	.customproductpage .c_visual_split__desc {
		font-size: 1.024rem;
		line-height: 1.1724137931em;
		margin: 0.9813333333rem 0 0;
		letter-spacing: 0.08em;
	}

	.customproductpage .c_visual_triple {
		display: block;
		width: 29.6106666667rem;
		margin-right: auto;
		margin-left: auto;
		padding: 3.4133333333rem 0 3.4133333333rem;
	}

	.customproductpage .c_visual_triple__item {
		width: 100%;
		margin: 3.4133333333rem 0 0;
	}

	.customproductpage .c_visual_triple__item:first-child {
		margin-top: 0;
	}

	.customproductpage .c_visual_triple__img {
		height: 18.3466666667rem;
		border-radius: 0.8533333333rem;
	}

	.customproductpage .c_visual_triple__txt {
		margin: 1.7066666667rem 0 0;
	}

	.customproductpage .c_visual_triple__lead {
		font-size: 1.3rem;
		line-height: 1.1714285714em;
		letter-spacing: 0.1em;
	}

	.customproductpage .c_visual_triple__desc {
		font-size: 1.024rem;
		line-height: 1.1724137931em;
		margin: 0.9813333333rem 0 0;
		letter-spacing: 0.08em;
	}

	.customproductpage .gl_common_main {
		padding: 0 0 10.6666666667rem;
	}

	.technologypage .article {
		font-size: 1.024rem;
		line-height: 1.5em;
		width: 29.44rem;
		letter-spacing: 0.1em;
	}

	.technologypage .article h1,
	.page_ttl_jp {
		font-size: 2.1333333333rem;
		line-height: 1.3em;
		letter-spacing: 0.1em;
		font-style: italic;
	}

	.technologypage .article .hdg {
		font-size: 1.4506666667rem;
		line-height: 1.3529411765em;
		/* margin: 5.12rem 0 0; */
		letter-spacing: 0.1em;
	}

	.technologypage .article p {
		margin: 2.304rem 0 0;
	}

	.technologypage .article figure {
		/* margin: 4.096rem 0 0; */
	}

	.technologypage .article .intro {
		width: 100%;
		margin: 3.584rem 0 0;
	}

	.technologypage .article .intro+.hdg {
		margin-top: 5.5466666667rem;
	}

	.technologypage .article .anchors {
		display: block;
		margin: 2rem 0 0;
	}

	.technologypage .article .anchors>li {
		font-size: 1.024rem;
		line-height: 1em;
		margin: 1.2rem 0 0;
		letter-spacing: 0.1em;
	}

	.technologypage .article .anchors>li:first-child {
		margin-top: 0;
	}

	.technologypage .article .anchors>li a:after {
		width: 0.384rem;
		height: 0.2986666667rem;
		margin: 0.0853333333rem 0 0 1.7066666667rem;
	}

	.technologypage .article .tech_section {
		/* margin: 5.2906666667rem 0 0; */
	}

	.technologypage .article .tech_section+.tech_section {
		/* margin: 11.008rem 0 0; */
	}

	.technologypage .article .tech_section__hdg {
		font-size: 1.28rem;
		line-height: 1em;
		height: 5.5466666667rem;
		padding: 0 1.28rem;
		letter-spacing: 0.04em;
		border-radius: 0.4266666667rem;
	}

	.technologypage .article .tech_section__hdg+.hdg {
		margin-top: 3.4133333333rem;
	}

	.technologypage .gl_common_main {
		padding: 2.2186666667rem 0 18.3466666667rem;
	}

	.technologypage .gl_common_main__bg div:nth-of-type(1) {
		top: -7.3813333333rem;
		left: -1.5786666667rem;
		width: 40.4906666667rem;
		height: 19.3706666667rem;
	}

	.technologypage .gl_common_main__bg div:nth-of-type(2) {
		top: 158.9333333333rem;
		left: -6.9973333333rem;
		width: 45.568rem;
		height: 20.608rem;
	}

	.technologypage .gl_common_main__bg div:nth-of-type(2):before {
		background-image: url(/cdnjs/images/6629ff92e8b188b9b3d1e2e6_2404_technology_bg_m_sp.svg);
	}

	.technologypage .gl_common_main__bg div:nth-of-type(3) {
		bottom: -7.8506666667rem;
		left: -4.864rem;
		width: 38.272rem;
		height: 17.664rem;
	}

	.apppage .gl_common_main {
		padding: 0 0 19.84rem;
	}

	.apppage .gl_common_main__bg div:nth-of-type(1) {
		top: 12.8853333333rem;
		right: -100%;
		left: -100%;
		width: 45.5253333333rem;
		height: 20.5653333333rem;
		margin: 0 auto;
	}

	.apppage .gl_common_main__bg div:nth-of-type(1):before {
		background: url(/img/app/bg.svg) no-repeat center transparent;
		background-size: contain;
	}

	.apppage .gl_common_main__bg div:nth-of-type(2) {
		top: 129.536rem;
		right: -100%;
		left: -100%;
		width: 45.5253333333rem;
		height: 20.5653333333rem;
		margin: 0 auto;
	}

	.apppage .gl_common_main__bg div:nth-of-type(2):before {
		background: url(/img/app/bg.svg) no-repeat center transparent;
		background-size: contain;
	}

	.apppage .gl_common_main__bg div:nth-of-type(3) {
		right: -100%;
		bottom: -6.4rem;
		left: -100%;
		display: block;
		width: 45.5253333333rem;
		height: 20.5653333333rem;
		margin: 0 auto;
	}

	.apppage .gl_common_main__bg div:nth-of-type(3):before {
		background: url(/img/app/bg.svg) no-repeat center transparent;
		background-size: contain;
	}

	.apppage .section {
		position: relative;
		max-width: 100rem;
		margin: 0 auto;
	}

	.apppage .section .download {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 3.4133333333rem;
		padding-bottom: 2.7306666667rem;
	}

	.apppage .section .download__heading {
		font-size: 1.024rem;
		font-weight: 700;
		display: block;
		margin-bottom: 1.7066666667rem;
		text-align: center;
	}

	.apppage .section .download__logo {
		display: block;
		width: 7.68rem;
		margin: 0 auto 2.1333333333rem;
	}

	.apppage .section .download__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 22.6986666667rem;
		margin: 0 auto;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.apppage .section .download__list .app-store {
		width: 10.8rem;
	}

	.apppage .section .download__list .google-play {
		width: 11.52rem;
	}

	.apppage .hero {
		margin-bottom: 5.5466666667rem;
	}

	.apppage .hero .kv {
		position: relative;
		width: 100%;
		height: 24.6613333333rem;
	}

	.apppage .hero .kv__logo {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 18.56rem;
		margin: auto;
	}

	.apppage .feature {
		margin-bottom: 6.25rem;
	}

	.apppage .feature__heading {
		font-size: 1.024rem;
		margin-bottom: 1.7066666667rem;
		padding: 0 1.28rem;
	}

	.apppage .feature__read {
		font-size: 4.2666666667rem;
		font-size: 1.024rem;
		line-height: 1.5;
		margin-bottom: 3.6693333333rem;
		padding: 0 1.28rem;
	}

	.apppage .feature__list {
		display: block;
		max-width: 18.3466666667rem;
		margin: 0 auto;
		margin-bottom: 1.4933333333rem;
	}

	.apppage .feature__item {
		margin-right: 0;
		margin-bottom: 3.4133333333rem;
	}

	.apppage .feature__item:last-child {
		margin-bottom: 0;
	}

	.apppage .feature__note {
		font-size: 0.5973333333rem;
		margin-bottom: 5.12rem;
		padding: 0 1.28rem;
	}

	.apppage .faq {
		margin-bottom: 5.5466666667rem;
		padding: 0 1.28rem;
	}

	.apppage .faq__heading {
		font-size: 1.024rem;
		margin-bottom: 2.1333333333rem;
	}

	.apppage .faq__read {
		font-size: 1.024rem;
		margin-bottom: 2.8586666667rem;
	}

	.apppage .release {
		margin-bottom: 1.7066666667rem;
		padding: 0 1.28rem;
	}

	.apppage .release__heading {
		font-size: 1.024rem;
		line-height: 1.9166666667em;
		margin: 0 0 0.6826666667rem;
		letter-spacing: 0.1em;
	}

	.apppage .release__list__item {
		margin: 0 0 1.7066666667rem;
	}

	.apppage .release__list__item__heading {
		font-size: 0.8533333333rem;
		line-height: 2.3em;
		margin: 0 0 0.1706666667rem;
		letter-spacing: 0.14em;
	}

	.apppage .release__list__item table tr td,
	.apppage .release__list__item table tr th {
		font-size: 1.024rem;
		line-height: 1.4166666667em;
		letter-spacing: 0.1em;
	}

	.apppage .note {
		padding: 0 1.28rem;
	}

	.apppage .note__list {
		padding: 0 1.28rem;
		list-style: disc;
	}

	.apppage .note__item {
		font-size: 0.5973333333rem;
		line-height: 1.5;
	}

	.supportpage .manual {
		margin-top: -3rem;
		margin-bottom: 10.6666666667rem;
	}

	.supportpage .manual__heading {
		font-size: 1.024rem;
		line-height: 1em;
		letter-spacing: 0.1em;
	}

	.supportpage .manual__list {
		display: block;
		margin: 2.56rem 0 0;
	}

	.supportpage .manual__list__item {
		margin: 0 0 1.1093333333rem;
	}

	.supportpage .manual__list__item__img {
		width: 4.2666666667rem;
		height: 4.2666666667rem;
		margin: 0 2.2186666667rem 0 0.9813333333rem;
	}

	.supportpage .manual__list__item__txt {
		font-size: 1.4506666667rem;
		line-height: 1em;
		letter-spacing: 0.1em;
		margin-left: 2rem;
	}

	.faqpage .anchor {
		margin: 4.7786666667rem 0 0.8533333333rem;
	}

	.faqpage .anchor__ttl {
		font-size: 1.28rem;
		font-weight: 700;
		line-height: 1em;
		margin: 4.2666666667rem 0 2.1333333333rem;
		letter-spacing: 0.1em;
	}

	.faqpage .anchor__list {
		display: block;
	}

	.faqpage .anchor__list__item {
		margin: 0 0 2.1333333333rem;
	}

	.faqpage .anchor__list__item__img {
		width: 2.9866666667rem;
		height: 2.9866666667rem;
		margin: 0 1.28rem 0 0;
	}

	.faqpage .anchor__list__item__txt {
		font-size: 1.4506666667rem;
		line-height: 1em;
		letter-spacing: 0.1em;
	}

	.faqpage .anchor__list__item__txt:after {
		width: 0.5973333333rem;
		height: 0.5973333333rem;
		margin: 0 0 0 1.1093333333rem;
	}

	.faqpage .anchor__list--product .anchor__list__item {
		margin: 0 0 1.7066666667rem;
	}

	.faqpage .anchor__list--product .anchor__list__item__txt {
		font-size: 1.3653333333rem;
		line-height: 1em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 13.1413333333rem;
		letter-spacing: 0.1em;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.faqpage .faq {
		margin-bottom: -0.6826666667rem;
		pointer-events: none;
	}

	.faqpage .faq:last-of-type {
		margin-bottom: 6.4rem;
	}

	.faqpage .faq .support>* {
		pointer-events: auto;
	}

	.qsg-one .gl_common_main {
		padding: 0 0 19.84rem;
	}

	.qsg-one .gl_common_main__bg div:nth-of-type(1) {
		top: 12.8853333333rem;
		right: -100%;
		left: -100%;
		width: 45.5253333333rem;
		height: 20.5653333333rem;
		margin: 0 auto;
	}

	.qsg-one .gl_common_main__bg div:nth-of-type(1):before {
		background: url(/img/app/bg.svg) no-repeat center transparent;
		background-size: contain;
	}

	.qsg-one .gl_common_main__bg div:nth-of-type(2) {
		top: 129.536rem;
		right: -100%;
		left: -100%;
		width: 45.5253333333rem;
		height: 20.5653333333rem;
		margin: 0 auto;
	}

	.qsg-one .gl_common_main__bg div:nth-of-type(2):before {
		background: url(/img/app/bg.svg) no-repeat center transparent;
		background-size: contain;
	}

	.qsg-one .gl_common_main__bg div:nth-of-type(3) {
		right: -100%;
		bottom: -6.4rem;
		left: -100%;
		display: block;
		width: 45.5253333333rem;
		height: 20.5653333333rem;
		margin: 0 auto;
	}

	.qsg-one .gl_common_main__bg div:nth-of-type(3):before {
		background: url(/img/app/bg.svg) no-repeat center transparent;
		background-size: contain;
	}

	.qsg-one .anc .anchors {
		display: block;
		margin: 2.816rem 0 0;
	}

	.qsg-one .anc .anchors>li {
		font-size: 1.024rem;
		line-height: 1em;
		margin: 1.7066666667rem 0rem 2rem 3rem;
		letter-spacing: 0.1em;
	}

	.qsg-one .anc .anchors>li:first-child {
		margin-top: 0;
	}

	.qsg-one .anc .anchors>li a:after {
		width: 0.384rem;
		height: 0.2986666667rem;
		margin: 0.0853333333rem 0 0 1.7066666667rem;
	}

	.qsg-one .section {
		position: relative;
		max-width: 100rem;
		margin: 0 auto;
	}

	.qsg-one .section .download {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-top: 2.4133333333rem;
		padding-bottom: 0rem;
	}

	.qsg-one .section .download__heading {
		font-size: 1.024rem;
		font-weight: 700;
		display: block;
		margin-bottom: 1.7066666667rem;
		text-align: center;
	}

	.qsg-one .section .download__logo {
		display: block;
		width: 7.68rem;
		margin: 0 auto 2.1333333333rem;
	}

	.qsg-one .section .download__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 22.6986666667rem;
		margin: 0 auto;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.qsg-one .section .download__list .app-store {
		/* width: 9.2586666667rem; */
		height: 4rem;
	}

	.qsg-one .section .download__list .google-play {
		/* width: 11.52rem; */
		height: 4rem;
	}

	.qsg-one .hero {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
		margin-bottom: 2.5466666667rem;
	}

	.qsg-one .hero .kv {
		position: relative;
		width: 100%;
		height: 20rem;
	}

	.qsg-one .hero .kv__logo {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 18.56rem;
		margin: auto;
	}

	.qsg-one .hero__heading {
		padding: 0 1.28rem;
		text-align: center;
	}

	.qsg-one .hero__heading_title {
		font-size: 1.024rem;
		margin-bottom: 1.7066666667rem;
		;
		text-decoration: underline;
	}

	.qsg-one .hero__read {
		font-size: 4.2666666667rem;
		font-size: 1.024rem;
		line-height: 1.5;
		margin-bottom: 1.6693333333rem;
		padding: 0 1.28rem;
	}

	.qsg-one .ope {
		margin-bottom: 4.25rem;
	}

	.qsg-one .ope__heading {
		font-size: 1.024rem;
		margin: 2rem 0 1rem;
		padding: 0 1.28rem;
	}

	.qsg-one .ope__read {
		font-size: 4.2666666667rem;
		font-size: 1.024rem;
		line-height: 1.5;
		margin-bottom: 3.6693333333rem;
		padding: 0 1.28rem;
	}

	.qsg-one .ope__list {
		display: block;
		max-width: 18.3466666667rem;
		margin: 0 auto;
		margin-bottom: 1.4933333333rem;
	}

	.qsg-one .ope__item {
		margin-right: 0;
		margin-bottom: 3.4133333333rem;
	}

	.qsg-one .ope__item:last-child {
		margin-bottom: 0;
	}

	.qsg-one .ope__note {
		font-size: 0.5973333333rem;
		margin-bottom: 5.12rem;
		padding: 0 1.28rem;
	}

	.qsg-one .support {
		margin-bottom: 5.5466666667rem;
		padding: 0 1.28rem;
	}

	.qsg-one .support__heading {
		font-size: 1.024rem;
		margin-bottom: 2.1333333333rem;
	}

	.qsg-one .support__read {
		font-size: 1.024rem;
		margin-bottom: 2.8586666667rem;
	}

	.qsg-one .note {
		padding: 0 1.28rem;
	}

	.qsg-one .note__list {
		padding: 0 1.28rem;
		list-style: disc;
	}

	.qsg-one .note__item {
		font-size: 0.5973333333rem;
		line-height: 1.5;
	}

}

img.vgp {
	position: absolute;
	width: 4rem;
	right: 0;
	top: -2rem;
	margin-top: 5rem;
}

.c_product_list__price {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25em;
	margin: 0.5625rem 0 0;
	letter-spacing: 0.01em;
}

.c_product_list__price span {
	font-size: 1rem;
	margin-left: 0.1rem;
}

@media (max-width: 900px) and (max-width: 900px) {
	.apppage .gl_common_main__bg div:nth-of-type(1):before {
		background-image: url(/img/app/sp/bg.svg);
	}

	.apppage .gl_common_main__bg div:nth-of-type(2):before {
		background-image: url(/img/app/sp/bg.svg);
	}

	.apppage .gl_common_main__bg div:nth-of-type(3):before {
		background-image: url(/img/app/sp/bg.svg);
	}
}