/* ==================================================
	reset
================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
}
html {
	scroll-padding-top: 130px;
}
ul, ol {
	list-style: none;
}





/* ==================================================
	font
================================================== */

/* Forma DJR Display */
@font-face {
	font-family: 'FormaDJRDisplay';
	src:url('font/FormaDJRDisplay-Regular.woff2') format('woff2'),
		url('font/FormaDJRDisplay-Regular.ttf') format('truetype')
}
/* Forma DJR Micro */
@font-face {
	font-family: 'FormaDJRMicro';
	src:url('font/FormaDJRMicro-Regular.woff2') format('woff2'),
		url('font/FormaDJRMicro-Regular.ttf') format('truetype')
}


/* Japanese -------------------- */

/* Forma DJR Display */
@font-face {
	font-family: 'FormaDJRJapaneseDisplay';
	src:url('font/FormaDJRJapaneseDisplay-Regular.woff2') format('woff2'),
		url('font/FormaDJRJapaneseDisplay-Regular.ttf') format('truetype')
}
/* Forma DJR Micro */
@font-face {
	font-family: 'FormaDJRJapaneseMicro';
	src:url('font/FormaDJRJapaneseMicro-Regular.woff2') format('woff2'),
		url('font/FormaDJRJapaneseMicro-Regular.ttf') format('truetype')
}





/* ==================================================
	root
================================================== */

:root {
	--key-color: #069;
	--standard-gray: #e6e6e6;
	--light-gray: #f2f2f2;
}





/* ==================================================
	base
================================================== */

body {
	-webkit-text-size-adjust: 100%;
}
.visid {
	width: 100%;
	margin: 0 auto;
	font-family: "FormaDJRMicro","FormaDJRJapaneseMicro","Arial",sans-serif;
	font-size: 16px;
	line-height: 1.375;
	background: #fff;
}
.visid,
.visid *,
.visid *::before,
.visid *::after {
	box-sizing: border-box;
}
.visid img,
.visid video {
	vertical-align: bottom;
	max-width: 100%;
	display: inline;
}
.visid sup,
.visid sub {
	position: relative;
	vertical-align: baseline;
	height: 0;
	font-size: smaller;
	line-height: 1;
}
.visid sup {
	bottom: 1ex;
}
.visid sub {
	top: 1ex;
}



/* ----------------------------------------
	a
---------------------------------------- */

.visid a img {
	transition: .2s;
}
.visid a img:hover {
	opacity: .7;
}





/* ==================================================
	common
================================================== */

/* ----------------------------------------
	color
---------------------------------------- */

.fc_key { color: var(--key-color) !important; }
.bg_key { background-color: var(--key-color) !important; }
.bg_gray { background-color: var(--standard-gray) !important; }



/* ----------------------------------------
	section_content
---------------------------------------- */

.section_content {
	max-width: 1148px;
	margin-right: auto;
	margin-left: auto;
}



/* ----------------------------------------
	cont_wrap
---------------------------------------- */

.cont_wrap {
	padding: 40px 20px;
}

@media screen and (min-width: 768px) {
	.cont_wrap {
		padding: 50px 30px;
	}
}

@media screen and (min-width: 1024px) {
	.cont_wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}



/* ----------------------------------------
	heading
---------------------------------------- */

.visid h1,
.visid h2,
.visid h3,
.visid h4,
.visid h5,
.visid h6 {
	font-weight: normal;
}
.xl, .xxl, .x3l, .x4l, .x5l,
.h1, .h2, .h3, .h4, .h5 {
	font-weight: normal;
}
.xl, .xxl, .x3l, .x4l, .x5l {
	font-family: "FormaDJRDisplay","FormaDJRJapaneseDisplay";
}

.x5l { font-size: 46px; line-height: 50px; }
.x4l { font-size: 46px; line-height: 50px; }
.x3l { font-size: 46px; line-height: 50px; }
.xxl { font-size: 40px; line-height: 46px; }
.xl { font-size: 30px; line-height: 34px; }
.h1 { font-size: 26px; line-height: 28px; }
.h2 { font-size: 24px; line-height: 26px; }
.h3 { font-size: 22px; line-height: 26px; }
.h4 { font-size: 20px; line-height: 24px; }
.h5 { font-size: 18px; line-height: 26px; }

@media screen and (min-width: 768px) {
	.x5l { font-size: 90px; line-height: 96px; }
	.x4l { font-size: 90px; line-height: 96px; }
	.x3l { font-size: 90px; line-height: 96px; }
	.xxl { font-size: 60px; line-height: 66px; }
	.xl { font-size: 40px; line-height: 44px; }
	.h1 { font-size: 36px; line-height: 40px; }
	.h2 { font-size: 32px; line-height: 36px; }
	.h3 { font-size: 26px; line-height: 30px; }
	.h4 { font-size: 20px; line-height: 26px; }
}

@media screen and (min-width: 1024px) {
	.x5l { font-size: 260px; line-height: 260px; }
	.x4l { font-size: 180px; line-height: 180px; }
	.x3l { font-size: 112px; line-height: 116px; }
	.xxl { font-size: 70px; line-height: 74px; }
	.xl { font-size: 50px; line-height: 52px; }
	.h1 { font-size: 40px; line-height: 42px; }
	.h2 { font-size: 34px; line-height: 40px; }
	.h3 { font-size: 28px; line-height: 34px; }
	.h4 { font-size: 22px; line-height: 28px; }
	.h5 { font-size: 20px; line-height: 28px; }
}



/* ----------------------------------------
	margin
---------------------------------------- */

.xl + p { margin-top: 20px; }
.h1 + p { margin-top: 10px; }
.h2 + p { margin-top: 16px; }
.h3 + p { margin-top: 16px; }
.h4 + p { margin-top: 10px; }
.h5 + p { margin-top: 10px; }

.visid p + p,
.visid div + p,
.visid ul + p,
.visid ol + p,
.visid dl + p
.visid img + p {
	margin-top: 1em;
}



/* ----------------------------------------
	sup
---------------------------------------- */

sup.small {
	vertical-align: super;
	font-size: 13.3333px;
	font-weight: normal;
}



/* ----------------------------------------
	text-align
---------------------------------------- */

.tcenter {
	text-align: center !important;
}
.tright {
	text-align: right !important;
}
.tleft {
	text-align: left !important;
}



/* ----------------------------------------
	button
---------------------------------------- */

a.button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: bottom;
	padding: .5em 1.2em;
	font-size: 16px;
	text-align: center;
	line-height: 1.2;
	transition: .2s;
}
a.button:link,
a.button:visited,
a.button:hover,
a.button:focus {
	color: #fff;
	text-decoration: none;
}
a.button.slim {
	font-size: 13px;
}
a.button.sslim {
	font-size: 11px;
}


/* large -------------------- */

a.button.large {
	padding: .8em 1.2em;
	font-size: 20px;
}

@media screen and (min-width: 1024px) {
	a.button.large {
		font-size: 22px;
	}
}


/* color -------------------- */

/* primary */
a.button.primary {
	background: #000;
}
a.button.primary:hover {
	background: #5a5a5a;
}

/* critical */
a.button.critical {
	background: #165dba;
}
a.button.critical:hover {
	background: #114a94;
}

/* white */
a.button.white {
	color: #000;
	background: #fff;
}
a.button.white:hover {
	background: #ccc;
}


/* icon -------------------- */

a.button.icon {
	flex-direction: row;
	gap: 16px;
	padding: .8em;
	background: #000;
}
a.button.icon::after {
	content: "";
	width: 30px;
	min-width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 0 0;
	filter: invert(1);
}
a.button.icon:hover {
	background: #5a5a5a;
}

/* ダウンロード */
a.button.download::after {
	background-image: url(images/icon_download.png);
}

/* 見積り */
a.button.quote::after {
	background-image: url(images/icon_quote.png);
}



/* ----------------------------------------
	notes
---------------------------------------- */

.notes {
	padding-left: 1em;
	font-size: 12px;
	line-height: 1.33;
	text-indent: -1em;
}
.notes > li:nth-child(n+2) {
	margin-top: .5em;
}


/* num -------------------- */

.notes_num {
	counter-reset: num;
	font-size: 12px;
	line-height: 1.33;
}
.notes_num > li {
	position: relative;
	padding-left: 3em;
}
.notes_num > li:nth-child(n+2) {
	margin-top: .5em;
}
.notes_num > li::before {
	counter-increment: num;
	content: "\203B" counters(num, "-") "";
	position: absolute;
	left: 0;
}



/* ----------------------------------------
	list_basic
---------------------------------------- */

.list_basic > li {
	position: relative;
	padding-left: 1em;
	line-height: 1.6;
	text-align: left;
}
.list_basic > li:nth-child(n+2) {
	margin-top: 5px;
}
.list_basic > li::before {
	content: "\2022";
	position: absolute;
	top: .06em;
	left: 0;
	font-family: Arial;
	font-size: 130%;
	line-height: 1;
}



/* ----------------------------------------
	play
---------------------------------------- */

a.play {
	display: inline-block;
	position: relative;
	transition: .2s;
	width: 70px;
	height: 70px;
	background: rgb(0 0 0 / .6);
	border: 3px solid #fff;
}
a.play:hover {
	background: rgb(0 0 0 / .8);
}
a.play::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 53%;
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 22.5px;
	border-color: transparent transparent transparent #fff;
}





/* ==================================================
	intel_chara_list
================================================== */

.intel_chara_list {
	display: grid;
	gap: 40px;
	padding: 40px 20px 20px;
}
.intel_chara_list > li {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.intel_chara_list .title {
	padding: 15px;
	background: #fff;
}
.intel_chara_list .title h3 > span {
	display: block;
	font-size: 75%;
}
.intel_chara_list .cont {
	margin-top: 20px;
}
.intel_chara_list > li > :last-child {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.intel_chara_list {
		gap: 50px;
		padding-top: 50px;
		padding-right: 0;
		padding-left: 0;
	}
	.intel_chara_list > li {
		flex-direction: row;
		justify-content: space-between;
	}
	.intel_chara_list > li:nth-child(odd) {
		flex-direction: row-reverse;
	}
	.intel_chara_list > li > :first-child {
		width: 60%;
	}
	.intel_chara_list > li > :last-child {
		align-self: center;
		width: calc(40% - 20px);
	}
}

@media screen and (min-width: 1024px) {
	.intel_chara_list {
		gap: 60px;
		padding-top: 60px;
	}
	.intel_chara_list .title {
		padding: 20px 30px;
	}
	.intel_chara_list .title h3 {
		letter-spacing: -.01em;
	}
	.intel_chara_list .cont {
		margin-top: 30px;
		padding: 0 30px;
	}
}





/* ==================================================
	features
================================================== */

.features .head {
	text-align: center;
}
.features .head h2 {
	display: inline-flex;
	flex-direction: column;
	gap: .5em;
	margin-bottom: 20px;
	color: var(--key-color);
}
.features .head h2::after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	background: var(--key-color);
}



/* ----------------------------------------
	features_list
---------------------------------------- */

.features_list {
	display: grid;
	gap: 20px;
}
.features_list > li {
	border: 1px solid #000;
}
.features_list > li > :first-child {
	padding: 20px;
}
.features_list > li > :last-child {
	text-align: center;
}
.features_list h3 {
	color: var(--key-color);
}

@media screen and (min-width: 1024px) {
	.features_list > li {
		display: grid;
		grid-template-columns: 1fr 460px;
	}
	.features_list > li > :first-child {
		padding: 30px;
	}
}


/* intel_thread_director -------------------- */

.intel_thread_director {
	padding: 15px;
	font-size: 14px;
	background: #ddd;
}
.intel_thread_director li {
	margin-top: 10px;
	padding: 5px;
	color: #fff;
	background: var(--key-color);
}





/* ==================================================
	model
================================================== */

.model {
	margin-top: 40px;
}

@media screen and (min-width: 768px) {
	.model {
		margin-top: 50px;
	}
}

@media screen and (min-width: 1024px) {
	.model {
		margin-top: 60px;
	}
}



/* ----------------------------------------
	model_title
---------------------------------------- */

.model_title {
	padding: 15px 20px;
	color: #fff;
	text-align: center;
	background: var(--key-color);
}
.model_title h2 > span {
	display: block;
	font-size: 75%;
}

@media screen and (min-width: 768px) {
	.model_title {
		padding-right: 30px;
		padding-left: 30px;
	}
}





/* ==================================================
	product
================================================== */

/* ----------------------------------------
	prod_main
---------------------------------------- */

.prod_main {
	display: grid;
	gap: 20px 40px;
	text-align: center;
}
.prod_main h2 {
	padding-bottom: .3em;
	border-bottom: 1px solid #000;
}
.prod_main .copy {
	margin-top: 20px;
	font-size: 18px;
}
.prod_main .link_list {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 -10px;
}
.prod_main .link_list > li {
	margin-top: 20px;
	padding: 0 10px;
	width: 100%;
	max-width: 440px;
}
.prod_main .link_list a.button {
	width: 100%;
}
.prod_main .link_list .notes {
	margin-top: 10px;
	text-align: left;
}

@media screen and (max-width: 1023px) {
	.prod_main > :first-child {
		order: 1;
	}
}

@media screen and (min-width: 1024px) {
	.prod_main {
		grid-template-columns: 1fr 1fr;
	}
	.prod_main .copy {
		font-size: 20px;
	}
	.prod_main > :last-child {
		align-self: center;
	}
}

@media screen and (min-width: 1148px) {
	.prod_main {
		grid-template-columns: 1fr 520px;
	}
}



/* ----------------------------------------
	prod_chara
---------------------------------------- */

.prod_chara {
	margin-top: 40px;
}
.prod_chara_list > li {
	padding: 20px 0;
}
.prod_chara_list > li:nth-child(n+2) {
	border-top: 1px solid #000;
}
.prod_chara_list .inner {
	display: grid;
	gap: 20px 30px;
}
.prod_chara_list .inner > :first-child {
	position: relative;
	text-align: center;
}
.prod_chara_list * + ul {
	margin-top: 10px;
}
.prod_chara_list a.play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
	.prod_chara_list > li {
		padding: 30px 0;
	}
	.prod_chara_list .inner {
		grid-template-columns: 330px 1fr;
	}
}

@media screen and (min-width: 1024px) {
	.prod_chara {
		padding: 20px;
		background: var(--standard-gray);
	}
	.prod_chara_list {
		background: #fff;
	}
}


/* row -------------------- */

@media screen and (min-width: 1024px) {
	.prod_chara_list.row {
		padding: 0 30px;
	}
}


/* col -------------------- */

@media screen and (min-width: 1024px) {
	.prod_chara_list.col {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		padding: 30px 0;
	}
	.prod_chara_list.col > li {
		padding: 0 20px;
	}
	.prod_chara_list.col > li:nth-child(n+2) {
		position: relative;
		border-top: none;
	}
	.prod_chara_list.col > li:nth-child(n+2)::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 1px;
		height: 100%;
		background: #000;
	}
	.prod_chara_list.col .inner {
		grid-template-columns: 1fr;
	}
}

@media screen and (min-width: 1208px) {
	.prod_chara_list.col .inner > :first-child img {
		object-fit: cover;
		height: 226px;
	}
}



/* ----------------------------------------
	prod_link
---------------------------------------- */

.prod_link {
	padding-top: 20px;
}
.prod_link .link_list {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 -10px;
}
.prod_link .link_list > li {
	margin-top: 20px;
	padding: 0 10px;
	width: 100%;
	max-width: 440px;
}
.prod_link .link_list .button {
	width: 100%;
	height: 100%;
}
.prod_link .link_list .notes {
	margin-top: 10px;
	text-align: left;
}

@media screen and (min-width: 1024px) {
	.prod_link .link_list {
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
	}
}





/* ==================================================
	series
================================================== */

/* ----------------------------------------
	prod_series_head
---------------------------------------- */

.prod_series_head {
	text-align: center;
}
.prod_series_head .copy {
	margin-top: 20px;
	font-size: 18px;
}

@media screen and (max-width: 1207px) {
	.prod_series_head h2 {
		padding-bottom: .3em;
		border-bottom: 1px solid #000;
	}
}

@media screen and (min-width: 1208px) {
	.prod_series_head {
		display: grid;
		align-items: center;
		grid-template-columns: 1fr 1fr;
		gap: 40px;
		padding-bottom: 15px;
		border-bottom: 1px solid #000;
	}
	.prod_series_head .copy {
		margin-top: 0;
		font-size: 20px;
	}
}



/* ----------------------------------------
	prod_series_main
---------------------------------------- */

.prod_series_main {
	padding-top: 40px;
}
.prod_series_main_list {
	display: grid;
	gap: 40px;
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
}
.prod_series_main_list .inner {
	display: grid;
	gap: 20px;
	text-align: center;
}
.prod_series_main_list h2 {
	padding-bottom: .3em;
	border-bottom: 1px solid #000;
}

@media screen and (min-width: 768px) {
	.prod_series_main_list {
		grid-template-columns: repeat(2, 1fr);
	}
}





/* ==================================================
	bp_navigator_link
================================================== */

.bp_navigator_link {
	padding: 20px;
	margin: 30px 0;
	color: #ff3900;
	text-align: center;
	background: var(--light-gray);
}
.bp_navigator_link a:link,
.bp_navigator_link a:visited {
	color: #ff3900;
	text-decoration: underline;
}
.bp_navigator_link a:hover {
	text-decoration: none;
}

@media screen and (min-width: 1024px) {
	.bp_navigator_link {
		margin: 40px 0;
	}
}





/* ==================================================
	bp_navigator
================================================== */

.bp_navigator {
	display: grid;
	gap: 20px;
	padding: 20px;
	text-align: center;
	background: var(--light-gray);
	border: 1px solid #000;
}
.bp_navigator .cont h2 {
	margin-bottom: 20px;
	padding-bottom: .4em;
	border-bottom: 1px solid #000;
}
.bp_navigator .cont .button {
	margin-top: 20px;
}
.bp_navigator .media img {
	box-shadow: 2px 2px 5px 0 rgb(0 0 0 / .3);
}

@media screen and (max-width: 1023px) {
	.bp_navigator .cont {
		order: 2;
	}
}

@media screen and (min-width: 1024px) {
	.bp_navigator {
		grid-template-columns: 1fr 30%;
		align-items: center;
		padding: 30px;
	}
	.bp_navigator .cont .button {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: relative;
		height: 50px;
		padding: 0 1.2em;
	}
	.bp_navigator .cont .button::after {
		content: "";
		position: absolute;
		top: 0;
		left: 100%;
		transition: .2s;
		border-style: solid;
		border-color: transparent transparent transparent #000;
		border-width: 25px 0 25px 20px;
	}
	.bp_navigator .cont .button:hover::after {
		border-left-color: #5a5a5a;
	}
}
