@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Noto+Sans+JP:wght@300&display=swap");
/*----------
	dobot vars
----------*/
:root {
	--color-dobot-prim: #243C92;
	--color-dobot-seco: #586276;
	--color-dobot-bg: #F1F2F4;
}

/*----------
	main header
----------*/
.l-dobot-header {
	width: 100%;
	height: 48px;
}
.l-dobot-header__inner {
	width: 100%;
	height: 48px;
	position: fixed;
	top: 60px;
	z-index: 49;
	background-color: var(--color-dobot-seco);
}
.l-dobot-header__link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.l-dobot-header__link a {
	display: block;
	text-decoration: none;
	word-break: keep-all;
	white-space: nowrap;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 48px;
	letter-spacing: 0;
	color: #fff;
}
@media (max-width: 767px) {
	.l-dobot-header__inner {
		overflow-x: auto;
	}
	.l-dobot-header__link > li {
		flex: 0 0 auto;
	}
	.l-dobot-header__link > li + li {
		margin-left: 18px;
	}
	.l-dobot-header__link > li:first-child {
		padding-left: 20px;
	}
	.l-dobot-header__link > li:last-child {
		padding-right: 20px;
	}
}
@media (min-width: 768px) {
	.l-dobot-header {
		min-width: 1240px;
	}
	.l-dobot-header__inner {
		min-width: 1240px;
		top: 95px;
		left: 0;
	}
	.l-dobot-header__link {
		width: 1040px;
		margin: 0 auto;
	}
	.l-dobot-header__link a {
		transition: opacity 0.2s;
	}
	.l-dobot-header__link a:hover {
		opacity: 0.6;
	}
}

/*----------
	dobot components
----------*/
.c-dobot-text {
	font-size: 1.6rem;
	line-height: var(--line-height-m);
	color: var(--color-dobot-seco);
}

.c-dobot-heading-seco {
	text-align: center;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: var(--line-height-s);
	color: var(--color-dobot-prim);
}
@media (min-width: 768px) {
	.c-dobot-heading-seco {
		font-size: 3.6rem;
	}
}

.c-dobot-list > li {
	margin-left: 1.3em;
}
.c-dobot-list > li::before {
	content: "・";
	display: inline-block;
	text-indent: -1.3em;
}

.c-dobot-button {
	height: 100%;
}
.c-dobot-button__inner {
	display: flex;
	width: 100%;
	height: 100%;
	min-height: 56px;
	border-radius: 4px;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	background-color: var(--color-dobot-prim);
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}
.c-dobot-button__inner > span {
	padding: 8px 30px;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: var(--line-height-s);
	color: inherit;
}
.c-dobot-button__inner > span > [class^=icon] {
	margin-left: 0.5em;
	-webkit-transform: translateY(0.1em);
	transform: translateY(0.1em);
}
.c-dobot-button--border .c-dobot-button__inner {
	border: 1px solid var(--color-dobot-prim);
	background-color: #fff;
	text-decoration: none;
	color: var(--color-dobot-prim);
}
@media (min-width: 768px) {
	.c-dobot-button__inner {
		transition: background-color 0.2s;
	}
	.c-dobot-button__inner:hover {
		background-color: #3156DB;
	}
	.c-dobot-button--border .c-dobot-button__inner:hover {
		background-color: #F2F5FF;
	}
}

.c-button-container--dobot .c-button-container__item {
	max-width: 360px;
}

.c-dobot-icontext {
	display: block;
}
.c-dobot-icontext > a {
	display: inline-block;
	padding-left: 1.6em;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--color-dobot-prim);
	position: relative;
	text-decoration: none;
	font-weight: 500;
	line-height: 1;
	color: var(--color-dobot-seco);
}
.c-dobot-icontext > a::before {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e902";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0.1em;
	left: 0;
	font-size: 1em;
	color: var(--color-dobot-prim);
}
.c-dobot-icontext > a[target=_blank]::before {
	content: "\e904";
}
@media (min-width: 768px) {
	.c-dobot-icontext > a {
		transition: color 0.2s;
	}
	.c-dobot-icontext > a:hover {
		color: var(--color-dobot-prim);
	}
}

.c-dobot-imagelink__inner {
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: var(--color-dobot-seco);
	letter-spacing: 0;
}
.c-dobot-imagelink__image {
	width: 100%;
	margin-bottom: 16px;
}
.c-dobot-imagelink__title {
	padding-left: 24px;
	position: relative;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: var(--line-height-s);
}
.c-dobot-imagelink__title::before {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e902";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0.26em;
	left: 0;
	font-size: 1em;
	color: var(--color-dobot-prim);
}
.c-dobot-imagelink__icon {
	display: inline-block;
	font-family: "Inter", sans-serif;
	font-weight: bold;
	letter-spacing: -0.025em;
	margin-left: 15px;
	padding: 2px 20px;
	background-color: var(--color-dobot-prim);
	color: #fff;
}
@media (min-width: 768px) {
	.c-dobot-imagelink__inner:hover .c-dobot-imagelink__image img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.c-dobot-imagelink__inner:hover .c-dobot-imagelink__title {
		color: var(--color-dobot-prim);
	}
	.c-dobot-imagelink__image img {
		-webkit-transform: scale(1);
		transform: scale(1);
		transition: -webkit-transform 0.2s ease-out;
		transition: transform 0.2s ease-out;
		transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
	}
	.c-dobot-imagelink__title {
		transition: color 0.2s;
	}
}

.c-dobot-productinfo__image {
	max-width: 500px;
	margin: 0 auto;
}
.c-dobot-productinfo__main {
	margin-top: 16px;
}
.c-dobot-productinfo__tag > li {
	display: inline-block;
	padding: 0 8px;
	border: 1px solid var(--color-dobot-seco);
	font-size: 1.2rem;
	line-height: 24px;
	letter-spacing: 0;
}
.c-dobot-productinfo__tag > li + li {
	margin-left: 5px;
}
.c-dobot-productinfo__title {
	margin-top: 12px;
	line-height: var(--line-height-s);
	letter-spacing: 0;
}
.c-dobot-productinfo__title > em {
	display: block;
	font-weight: bold;
	font-size: 2.8rem;
}
.c-dobot-productinfo__title > em > span {
	font-size: 1.6rem;
}
.c-dobot-productinfo__title__sub {
	display: block;
	font-weight: bold;
	font-size: 2rem;
}
.c-dobot-productinfo [class^=c-dobot-productinfo__detail] {
	margin-top: 24px;
	padding-top: 16px;
	border-top: 1px dashed var(--color-border);
}
.c-dobot-productinfo__detail-def {
	font-size: 1.4rem;
}
.c-dobot-productinfo__detail-def > dt {
	font-weight: bold;
}
.c-dobot-productinfo__detail-def > dt::before {
	content: "◆";
	display: inline-block;
}
.c-dobot-productinfo__detail-def > dd {
	margin-top: 8px;
}
.c-dobot-productinfo__detail-note {
	font-size: 1.2rem;
}
.c-dobot-productinfo__detail-note > dt {
	font-weight: bold;
}
.c-dobot-productinfo__detail-note > dd {
	margin-top: 4px;
}
.c-dobot-productinfo__price {
	margin-top: 16px;
	letter-spacing: 0;
	font-weight: 500;
	line-height: var(--line-height-s);
}
.c-dobot-productinfo__price__type {
	display: inline-block;
	margin-right: 0.2em;
	font-size: 1.6rem;
}
.c-dobot-productinfo__price__price {
	display: inline-block;
	font-size: 2.8rem;
}
.c-dobot-productinfo__price__tax {
	display: inline-block;
	font-weight: normal;
	font-size: 1.2rem;
}
.c-dobot-productinfo__purchase {
	margin-top: 24px;
}
.c-dobot-productinfo__purchase__item {
	max-width: 360px;
	margin: 0 auto;
}
.c-dobot-productinfo__purchase__item + .c-dobot-productinfo__purchase__item {
	margin-top: 24px;
}
@media (min-width: 768px) {
	.c-dobot-productinfo__inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.c-dobot-productinfo__image {
		flex: 0 0 500px;
		margin: 0 40px 0 0;
	}
	.c-dobot-productinfo__main {
		flex: 1 1 auto;
		margin-top: 0;
	}
	.c-dobot-productinfo__title > em {
		font-size: 3.2rem;
	}
	.c-dobot-productinfo__title > em > span {
		font-size: 1.8rem;
	}
	.c-dobot-productinfo__title__sub {
		font-size: 2.4rem;
	}
	.c-dobot-productinfo__price {
		margin-top: 24px;
	}
	.c-dobot-productinfo__price__price {
		font-size: 3.2rem;
	}
	.c-dobot-productinfo__price__tax {
		font-size: 1.4rem;
	}
	.c-dobot-productinfo__purchase {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin-top: 32px;
	}
	.c-dobot-productinfo__purchase__item {
		flex: 0 0 230px;
		margin: 0;
	}
	.c-dobot-productinfo__purchase__item + .c-dobot-productinfo__purchase__item {
		margin-top: 0;
	}
}

/* cvn link */
.dobot-sublink-card__inner {
	display: flex;
	justify-content: space-between;
	background-color: var(--color-dobot-bg);
	color: var(--color-dobot-prim);
	text-decoration: none;
	line-height: 1;
	position: relative;
}
.dobot-sublink-card__image {
	flex: 0 0 134px;
}
.dobot-sublink-card__content {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 16px;
}
.dobot-sublink-card__content p {
	font-weight: 500;
	font-size: 2rem;
}
@media (min-width: 768px) {
	.dobot-sublink-card__inner {
		transition: background-color 0.2s;
	}
	.dobot-sublink-card__inner:hover {
		background-color: #F2F5FF;
	}
	.dobot-sublink-card__image {
		flex-basis: 200px;
	}
	.dobot-sublink-card__content p {
		font-size: 2.4rem;
	}
}

.c-dobot-sublink-iconcard {
	background-color: var(--color-dobot-prim);
}
.c-dobot-sublink-iconcard__inner {
	display: block;
	padding: 24px;
	position: relative;
	text-decoration: none;
	line-height: 1;
	color: #fff;
}
.c-dobot-sublink-iconcard__icon {
	width: 40px;
	margin: 0 auto;
}
.c-dobot-sublink-iconcard__content {
	margin-top: 8px;
}
.c-dobot-sublink-iconcard__content p {
	text-align: center;
	font-weight: 500;
	font-size: 2rem;
}
@media (min-width: 768px) {
	.c-dobot-sublink-iconcard__inner {
		min-height: 268px;
		padding: 64px;
		transition: background-color 0.2s;
	}
	.c-dobot-sublink-iconcard__inner:hover {
		background-color: #3156DB;
	}
	.c-dobot-sublink-iconcard__icon {
		width: 80px;
	}
	.c-dobot-sublink-iconcard__content {
		margin-top: 24px;
	}
	.c-dobot-sublink-iconcard__content p {
		font-size: 2.4rem;
	}
}

/*----------
	dobot utility
----------*/
@media (min-width: 768px) {
	.u-dobot-hover:hover {
		color: var(--color-dobot-prim) !important;
	}
}

/*----------
	main content
----------*/
.l-content {
	color: var(--color-dobot-seco);
}

.l-dobot-section {
	width: 100%;
	max-width: 1040px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
}
@media (min-width: 768px) {
	.l-dobot-section {
		padding-left: 0;
		padding-right: 0;
	}
}

.l-dobot-bgwrapper {
	padding: 48px 0;
	background-color: var(--color-dobot-bg);
}
@media (min-width: 768px) {
	.l-dobot-bgwrapper {
		padding: 80px 0;
	}
}

/* 下層タイトルMV */
.l-dobot-title-mv {
	width: 100%;
	height: 0;
	padding-bottom: 48%;
	position: relative;
	overflow: hidden;
}
.l-dobot-title-mv img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.l-dobot-title-mv h1 {
	position: absolute;
	bottom: 50%;
	left: 5.3333333333%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	font-weight: bold;
	font-size: 2.4rem;
	line-height: var(--line-height-s);
	color: #fff;
}
.l-dobot-title-mv h1 > span {
	display: block;
	font-size: 2rem;
}
@media (min-width: 768px) {
	.l-dobot-title-mv {
		padding-bottom: 300px;
	}
	.l-dobot-title-mv h1 {
		width: 1040px;
		left: 50%;
		bottom: 98px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		font-size: 4rem;
	}
	.l-dobot-title-mv h1 > span {
		font-size: 2.8rem;
	}
}

/* breadcrumb */
.l-dobot-breadcrumb {
	width: 100%;
	max-width: 1040px;
	height: 30px;
	margin: auto;
	padding: 8px 5.3333333333%;
	position: relative;
	overflow-x: auto;
}
.l-dobot-breadcrumb__list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	white-space: nowrap;
}
.l-dobot-breadcrumb__list > li > a,
.l-dobot-breadcrumb__list > li > span {
	display: block;
	font-size: 1.2rem;
	line-height: 1;
	color: var(--color-dobot-seco);
	text-decoration: none;
}
.l-dobot-breadcrumb__list > li > span {
	color: #9297A1;
}
.l-dobot-breadcrumb__list > li + li > a:before,
.l-dobot-breadcrumb__list > li + li > span:before {
	font-family: "iconfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	content: "\e902";
	margin: 0 8px;
	color: var(--color-dobot-seco);
}
@media (min-width: 768px) {
	.l-dobot-breadcrumb {
		padding-left: 0;
		padding-right: 0;
	}
}

/* fadeup用 */
.js-dobot-fadeup {
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	transition: opacity 0.4s, -webkit-transform 0.4s ease-out;
	transition: opacity 0.4s, transform 0.4s ease-out;
	transition: opacity 0.4s, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
.js-dobot-fadeup--active {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}