/* ==================================================
	reset
================================================== */
/*
body {
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: 400;
	margin: 0;
}
p {
	margin: 0;
}
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

*/



/* ==================================================
	font
================================================== */

/* Forma DJR Display */
@font-face {
	font-family: 'FormaDJRDisplay';
	src:url('/portal/page/out/mss/hpi/demonstration_movie_hp_dragonfly_g4/style/font/FormaDJRDisplay-Regular.ttf') format('truetype')
}
/* Forma DJR Micro */
@font-face {
	font-family: 'FormaDJRMicro';
	src:url('/portal/page/out/mss/hpi/demonstration_movie_hp_dragonfly_g4/style/font/FormaDJRMicro-Regular.ttf') format('truetype')
}


/* Japanese -------------------- */

/* Forma DJR Display */
@font-face {
	font-family: 'FormaDJRJapaneseDisplay';
	src:url('/portal/page/out/mss/hpi/demonstration_movie_hp_dragonfly_g4/style/font/FormaDJRJapaneseDisplay-Regular.ttf') format('truetype')
}
/* Forma DJR Micro */
@font-face {
	font-family: 'FormaDJRJapaneseMicro';
	src:url('/portal/page/out/mss/hpi/demonstration_movie_hp_dragonfly_g4/style/font/FormaDJRJapaneseMicro-Regular.ttf') format('truetype')
}





/* ==================================================
	base
================================================== */

.visid {
	width: 100%;
	max-width: 1148px;
	margin-right: auto;
	margin-left: auto;
	font-family: "FormaDJRMicro","FormaDJRJapaneseMicro","Arial",sans-serif;
	font-size: 16px;
	line-height: 1.375;
    color: #000;
}
.visid,
.visid *,
.visid *::before,
.visid *::after {
	box-sizing: border-box;
}
.visid img,
.visid video {
	vertical-align: bottom;
	max-width: 100%;
}
.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 {
	color: #007dba;
	text-decoration: none;
}
.visid a:hover {
	text-decoration: underline;
}
.visid a:visited {
	color: #822980;
}


/* images -------------------- */

.visid a img {
	transition: .2s;
}
.visid a img:hover {
	opacity: .7;
}





/* ==================================================
	common
================================================== */

/* ----------------------------------------
	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;
	}
}

@media screen and (min-width: 1148px) {
	.cont_wrap {
		padding-right: 0;
		padding-left: 0;
	}
}



/* ----------------------------------------
	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; }
}


/* hLine -------------------- */

.hLine {
	overflow: hidden;
	font-weight: normal;
	text-align: center;
}
.hLine > span {
	display: inline-block;
	position: relative;
	padding: 0 .5em;
}
.hLine > span::before,
.hLine > span::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 99em;
	border-top: 1px solid #000;
}
.hLine > span::before {
	right: 100%;
}
.hLine > span::after {
	left: 100%;
}



/* ----------------------------------------
	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;
}
.tleft {
	text-align: left!important;
}
.tright {
	text-align: right!important;
}


/* ----------------------------------------
	button
---------------------------------------- */

a.button {
	display: inline-block;
	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;
}
a.button.large {
	padding: .8em 1.2em;
	font-size: 20px;
}

@media screen and (min-width: 1024px) {
	a.button.large {
		padding: 1em 1.5em;
		font-size: 22px;
	}
}

/* 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;
}



/* ----------------------------------------
	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;
}


/* row -------------------- */

.list_basic.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -30px;
}
.list_basic.row > li {
	margin-right: 30px;
}
.list_basic.row > li:nth-child(n+2) {
	margin-top: 0;
}



/* ----------------------------------------
	YouTube
---------------------------------------- */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}





/* ==================================================
	main
================================================== */

.main {
	background: #dadefd;
}
.main .img_area {
	position: relative;
	background: #e6e6e6
}
.main .img_area img {
	width: 100%;
}
.main .heading1 {
	background: #4759f5;
	color: #fff;
}
.main .heading2 {
	background: #7e8af8;
	color: #fff;
}
.main .heading > .inner {
	padding: 10px 20px;
}
.main .copy > .inner {
	padding: 20px;
}
.main .list > li {
	padding: 15px;
}
.main .list > li+li {
	border-top: 1px solid #000;
}
.main .list > li a {
	color: #000;
}
.main .list > li a:hover {
	color: #000;
}

@media screen and (max-width: 1023px) {
	.main .heading br {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.main > .inner {
		display: flex;
		flex-direction: row-reverse;
	}
	.main .img_area {
		width: 640px;
	}
	.main .img_area img {
		object-fit: contain;
		height: 100%;
	}
	.main .text_area {
		width: calc(100% - 640px);
	}
	.main .heading > .inner {
		padding: 30px 20px;
	}
	.main .copy > .inner {
		padding: 30px 20px 40px;
	}
}





/* ==================================================
	title
================================================== */

.title {
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	border-bottom: 1px solid #000;
}
.title .text_area {
	padding-bottom: 15px;
}
.title .balloon {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
	padding: 15px;
	background: #eceefe;
	border-radius: 8px;
}
.title .balloon::after {
	display: inline-block;
	content: "";
	top: calc(100% - 1px);
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	border-style: solid;
	border-width: 20px 15px 0 15px;
	border-color: #eceefe transparent transparent transparent;
}

@media screen and (min-width: 480px) {
	.title {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	.title.imgL {
		flex-direction: row-reverse;
	}
	.title .text_area {
		max-width: calc(100% - 160px);
	}
	.title .img_area {
		width: 160px;
	}
}

@media screen and (min-width: 768px) {
	.title {
		padding-right: 30px;
		padding-left: 30px;
	}
	.title .text_area {
		max-width: calc(100% - 220px);
		padding-bottom: 30px;
	}
	.title .img_area {
		width: 220px;
	}
}

@media screen and (max-width: 1147px) {
	.title {
		width: 100vw;
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
}





/* ==================================================
	movie
================================================== */

.movie_cont {
	max-width: 860px;
	margin: 20px auto 0;
}

@media screen and (min-width: 768px) {
	.movie_cont {
		margin-top: 40px;
	}
}





/* ==================================================
	btn_area
================================================== */

.btn_area {
	margin-top: 40px;
	text-align: center;
}
.btn_area a + p {
	margin-top: 10px;
}





/* ==================================================
	chara
================================================== */

.chara,
.chara_inner {
	padding: 30px 20px;
}
.chara_inner {
	background: #fff;
	border: 1px solid #000;
}
.chara_subtitle {
	margin-bottom: 30px;
	text-align: center;
}
.chara_list > li:nth-child(n+2) {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #000;
}
.chara_list .img_area {
	text-align: center;
}
.chara_list h3 {
	padding: .2em 0 .2em 15px;
	border-left: 5px solid #000;
}

@media screen and (max-width: 479px) {
	.chara {
		padding-right: 10px;
		padding-left: 10px;
	}
}

@media screen and (max-width: 767px) {
	.chara_list .text_area {
		margin-top: 20px;
	}
}

@media screen and (min-width: 768px) {
	.chara,
	.chara_inner {
		padding: 40px 30px;
	}
	.chara_subtitle {
		margin-bottom: 60px;
	}
	.chara_list > li {
		display: flex;
		justify-content: space-between;
	}
	.chara_list > li:nth-child(n+2) {
		margin-top: 40px;
		padding-top: 40px;
	}
	.chara_list .img_area,
	.chara_list .text_area {
		width: calc(50% - 20px);
	}
}

@media screen and (min-width: 1024px) {
	.chara,
	.chara_inner {
		padding: 40px;
	}
	.chara_list .img_area {
		width: 380px;
	}
	.chara_list .text_area {
		width: calc(100% - 420px);
	}
}

@media screen and (max-width: 1147px) {
	.chara {
		width: 100vw;
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
	}
}





/* ==================================================
	about_list
================================================== */

.about_list {
	margin-top: 30px;
}
.about_list > li {
	padding: 30px 20px;
	border: 1px solid #000;
}
.about_list > li:nth-child(n+2) {
	margin-top: 20px;
}
.about_cont .img_area {
	text-align: center;
}
.about_cont h3 {
	margin-bottom: 20px;
	padding-bottom: .2em;
	border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
	.about_cont .text_area {
		margin-top: 20px;
	}
}

@media screen and (min-width: 768px) {
	.about_list > li {
		padding: 30px;
	}
	.about_cont {
		display: flex;
		justify-content: space-between;
	}
	.about_cont .img_area {
		width: 200px;
	}
	.about_cont .text_area {
		width: calc(100% - 240px);
	}
}



/* ----------------------------------------
	box
---------------------------------------- */

.box {
	margin-top: 20px;
	padding: 20px;
	background: #f2f2f2;
}
.box .list_basic {
	margin-top: 10px;
}



/* ----------------------------------------
	box2
---------------------------------------- */

.box2 {
	margin-top: 20px;
	padding: 20px;
	border: 1px solid #000;
	border-radius: 10px;
}
.box2_cont {
	margin-top: 20px;
}
.box2_cont .img_area {
	text-align: center;
}
.box2_cont h4 {
	margin-top: 15px;
}

@media screen and (max-width: 1023px) {
	.box2_cont .text_area {
		margin-top: 15px;
	}
}

@media screen and (min-width: 1024px) {
	.box2 {
		padding: 30px;
	}
	.box2_cont {
		display: flex;
		justify-content: space-between;
	}
	.box2_cont .img_area {
		width: 320px;
	}
	.box2_cont .text_area {
		width: calc(100% - 340px);
	}
}





/* ==================================================
	interface
================================================== */

.interface_img {
	margin-top: 20px;
}
.interface_img > li {
	text-align: center;
}
.interface_wrap {
	margin-top: 20px;
	padding: 20px;
	background: #f2f2f2;
	border: 1px solid #000;
}
.interface_list {
	counter-reset: num;
}
.interface_list > li {
	position: relative;
	padding: 5px 0 5px 35px;
}
.interface_list > li::before {
	display: inline-block;
	counter-increment: num;
	content: counter(num);
	position: absolute;
	top: .16em;
	left: 0;
	width: 25px;
	height: 25px;
	color: #fff;
	line-height: 1.8;
	text-align: center;
	background: #069;
	border-radius: 50%;
}
.interface_list:nth-child(2) {
	counter-reset: num 3;
}

@media screen and (min-width: 768px) {
	.interface_img {
		display: flex;
		justify-content: space-between;
	}
	.interface_img > li {
		width: calc(50% - 20px);
	}
	.interface_wrap {
		display: flex;
		justify-content: space-between;
		padding: 30px;
	}
	.interface_list {
		width: calc(50% - 20px);
	}
}
