/*--------------------------
 common
--------------------------*/
body {
	position: relative;
	min-width: 1400px;
}

html.on,
body.on {
	position: relative;
	width: 100%;
	height: 100%;
}

/*--------------------------
 #movieModal
--------------------------*/
#movieModal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.5);
}

#movieModal > iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#movieModal > a {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -285px;
	margin-left: 340px;
}

/*--------------------------
 #news
--------------------------*/
#news {
	position: fixed;
	bottom: 40px;
	left: 350px;
	box-sizing: border-box;
	width: 920px;
	border: 4px solid #07275e;
	-webkit-box-shadow: 0 0 10px rgba(51, 51, 51, .2);
	-moz-box-shadow: 0 0 10px rgba(51, 51, 51, .2);
	-ms-box-shadow: 0 0 10px rgba(51, 51, 51, .2);
	box-shadow: 0 0 10px rgba(51, 51, 51, .2);
	z-index: 9;
	background-color: #fff;
	opacity: 0;
	text-align: left;
}

#news.on {
	opacity: 1;
	-webkit-transition-duration: 1.2s;
	-ms-transition-duration: 1.2s;
	transition-duration: 1.2s;
	-webkit-transition-delay: 1s;
	-ms-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#news ul {
	background: url(../img/icon_bell.png) no-repeat 20px 28px;
	padding: 26px 40px 26px 70px;
}

#news li,
#news li a {
	font-size: 16px;
	color: #07275e;
}

#news li span {
	padding-right: 33px;
}

#closeNewsBtn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

#closeNewsBtn:hover {
	opacity: 0.6;
	-webkit-transition-duration: 1.2s;
	-ms-transition-duration: 1.2s;
	transition-duration: 1.2s;
}

/*--------------------------
 header
--------------------------*/
header {
	/*	opacity: 0;*/
}

#hgeaderLogo {
	/*	opacity: 0;*/
}

#hgeaderLogo #headerTopLogo {
	opacity: 1;
	-webkit-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	-ms-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#hgeaderLogo.on #headerTopLogo {
	opacity: 1;
}

#menuGnav {
	opacity: 1;
}

#gnav {
	opacity: 1;
}

#menu {
	/*    opacity: 0;*/
}

/*--------------------------
 main
--------------------------*/
#main {
	/*	position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;*/
	/* font-weight: 600;*/
}

.full {
	width: 100%;
	height: 100%;
}

.scene {
	/*	display: none;
		overflow: hidden;*/
	min-width: 1200px;
}

/*--------------------------
 #scene01
--------------------------*/
#scene01 {
	position: relative;
	overflow: hidden;
	text-align: center;
	background-color: #f6e5d0;
	width: 100%;
	min-width: 1350px;
	height: 1000px;
}

#mainGra {
	position: absolute;
	left: 0;
	opacity: 0;
	margin-left: 0;
}

#sec01Mens {
	position: absolute;
	top: 90px;
	right: 30px;
	opacity: 0;
	z-index: 4;
}

#sec01Mens.on > img:hover {
	opacity: 0.7;
}

#mvPlayer {
	position: absolute;
	top: 90px;
	right: 164px;
	border: 2px solid #fff;
	display: block;
	width: 228px;
	height: 128px;
}

#ytplayer {
	pointer-events: none;
	width: 228px;
	height: 128px;
}

#mvPlayer img {
	position: absolute;
	bottom: 12px;
	right: 12px;
}

#scene01elem {
	width: 1100px;
	position: absolute;
	top: 120px;
	left: 50px;
	/* right: 0;
	 margin: auto;*/
	/* border: 1px solid #000;*/
}

#scene01TxtBox {
	width: 302px;
	text-align: left;
	position: absolute;
	top: 0;
	left: 240px;
	z-index: 2;
	/*	margin-left: -550px;*/
}

.midW #scene01TxtBox {
	margin-left: -480px;
}

.minW #scene01TxtBox {
	/*left: 38%;*/
	margin-left: -400px;
}

#section01Scroll {
	opacity: 0;
	display: block;
	width: 53px;
	margin-left: 53px;
	padding-top: 50px;
}

#scene01TxtBox #scene01TxtBoxTtl {
	opacity: 0;
	margin-top: 10px;
}

#scene01TxtBox #scene01TxtBoxTxt {
	margin-top: 20px;
}

#scene01TxtBox #scene01TxtBoxTxt > #sec01txt,
#scene01TxtBox #scene01TxtBoxTxt > #sec02txt,
#sec01logo {
	opacity: 0;
	padding-top: 10px;
}

#sec01logo {
	margin: 100px 0 40px 900px;
}

#scene01TxtBox #scene01TxtBoxTxt > #sec01Logo {
	opacity: 0;
	padding-top: 48px;
}


#maskLay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/bg_mask.jpg) no-repeat center 0;
	background-size: cover;
	/* background-color: #f7f4d5;*//* blue #d4e7fa */
	opacity: 0;
	display: none;
	z-index: 3;
}

#scene01 #navList {
	width: 200px;
	min-height: 784px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 150%;
	color: #07275e;
	text-align: left;
	z-index: 4;
}

#navList ul#panelSw,
#navList dl {
	margin-bottom: 10px;
}

#navList ul#panelSw {
	border-radius: 5px;
	background-color: #fff;
	line-height: 1.2;
}

#navList ul#panelSw li:first-child,
#navList dl dt {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#navList ul#panelSw li:last-child,
#navList dl dd {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#navList dl dt {
	background-color: #d4e7fa;
	text-align: center;
	padding: 10px 5px;
}

#navList dl dd {
	background-color: #fff;
	padding: 12px;
}

#panelSw li {
	padding: 15px;
	cursor: pointer;
	border-top: 1px solid #d7d7d7;
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#panelSw li:first-child {
	border-top: none;
}

#panelSw li:hover,
#panelSw li.current {
	color: #fff;
	background-color: #07275e;
}

#panelSw li:after {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: absolute;
	top: 18px;
	right: 15px;
	z-index: 1;
	transform: rotate(-45deg);
}

dl#beginnerCamp dt {
	font-size: 80%;
}

dl#beginnerCamp dd p {
	margin: 10px 0 15px 0;
	font-size: 95%;
	text-align: center;
	line-height: 1.3;
}

dl#beginnerCamp dd p strong {
	font-size: 150%;
}

dl#beginnerCamp dd p span {
	font-size: 80%;
}

dl#beginnerCamp dd a.btn,
dl#inquiry dd a.btn {
	display: block;
	position: relative;
	padding: 8px 5px;
	text-decoration: none;
	text-align: center;
	font-size: 80%;
	line-height: 1.2;
	color: #07275e;
	background-color: #eee;
	border-radius: 3px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

dl#beginnerCamp dd a.btn:after,
dl#inquiry dd a.btn:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #07275e;
	border-bottom: 1px solid #07275e;
	position: absolute;
	top: 12px;
	right: 8px;
	z-index: 1;
	transform: rotate(-45deg);
}

dl#beginnerCamp dd a.btn:hover,
dl#inquiry dd a.btn:hover {
	background-color: #d4e7fa;
}

dl#inquiry dt {
	font-size: 90%;
}

dl#inquiry dd .inq_tel {
	text-align: center;
	margin: 5px 0 15px 0;
}

#panelList {
	width: 920px;
	height: 500px;
	position: absolute;
	top: 120px;
	left: 350px;
	text-align: left;
	z-index: 4;
	pointer-events: none;
}

#panelList.on {
	pointer-events: auto;
}

#panelList #scroll2 {
	width: 53px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -140px;
	margin: auto;
	display: none;
}

#panelList ul {
	width: 930px;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#panelList ul:after { /*clearfix*/
	content: ".";
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	display: table;
}

#panelList li {
	width: 300px;
	float: left;
	padding: 0 10px 10px 0;
	display: none;
}

#panelList li.w2 {
	width: 610px;
}

#panelList li.w3 {
	width: 920px;
}

#panelList li a {
	display: block;
	position: relative;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#panelList li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0071e1; /* yellow #eed500*/
	border-radius: 6px;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#panelList li.yellow a:after {
	background-color: #99741f;
}

#panelList li a:hover:after {
	opacity: 0.2;
}

#panel_price li:first-child {
	height: 290px;
	background: url(../img/panel/panel_price_bg.png) no-repeat 0 0;
	position: relative;
}

#panel_price li:first-child a {
	position: absolute;
}

#panel_price li:first-child a:nth-of-type(1),
#panel_price li:first-child a:nth-of-type(3) {
	left: 290px;
}

#panel_price li:first-child a:nth-of-type(1),
#panel_price li:first-child a:nth-of-type(2) {
	top: 20px;
}

#panel_price li:first-child a:nth-of-type(2),
#panel_price li:first-child a:nth-of-type(4) {
	left: 600px;
}

#panel_price li:first-child a:nth-of-type(3),
#panel_price li:first-child a:nth-of-type(4) {
	top: 150px;
}


#main section .inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#years40 h2,
#beginner h2,
#voice h2 {
	text-align: center;
	font-size: 3em;
}

#years40 .inner {
	margin-top: 48px;
	height: 570px;
}

#beginner .inner {
	margin-top: 20px;
}

#voice .inner {
	margin-top: 40px;
}

/* ++++++++++++++++++++++++++ 40 years */
#years40 {
	height: 800px;
	padding-top: 30px;
}

#years40 h2 span {
	display: block;
	font-size: 70%;
}

#years40 h2:after {
	content: "";
	display: block;
	width: 60px;
	height: 0;
	margin: 20px auto 0 auto;
	border-bottom: 2px solid #07275e;
}

#years40 section {
	height: 570px;
}

#years40 .inner {
	position: relative;
}

#years40 .inner .btnSlide a {
	display: block;
	width: 46px;
	height: 90px;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#years40 .inner .btnSlide a span {
	display: none;
}

#years40 .inner .btnSlide a:hover {
	opacity: 0.7;
}

#years40 .inner .btnSlide a:after {
	content: "";
	display: block;
	width: 65px;
	height: 65px;
	border-left: 1px solid #07275e;
	border-bottom: 1px solid #07275e;
	position: relative;
}

#years40 .inner .prev,
#years40 .inner .next {
	position: absolute;
	top: 250px;
}

#years40 .inner .prev {
	left: -120px;
}

#years40 .inner .next {
	right: -120px;
}

#years40 .inner .prev a:after {
	transform: rotate(45deg);
	top: -2px;
	left: 12px;
}

#years40 .inner .next a:after {
	transform: rotate(-135deg);
	top: -2px;
	left: -30px;
}

#years40 section > div {
	text-align: center;
}

#years40 p {
	font-size: 140%;
	line-height: 1.8;
	margin: 25px 0;
}

#years01 {
	background: url(../img/bg_years01.jpg) no-repeat top right;
	background-size: auto 100%;
}

#years01 > div {
	width: 510px;
	margin-top: 60px;
}

#years02 {
	background: url(../img/bg_years02.jpg) no-repeat bottom;
}

#years03 {
	background: url(../img/bg_years03.jpg) no-repeat top left;
}

#years03 > div {
	width: 423px;
	margin: 200px 0 0 537px;
}

#years04 {
	background: url(../img/bg_years04.jpg) no-repeat bottom;
}

#years05 {
	background: url(../img/bg_years05.png) no-repeat top right;
}

#years05 > div {
	width: 370px;
	margin-top: 38px;
}

/* ++++++++++++++++++++++++++ campaign for beginners */
#beginner {
	min-height: 412px;
	background-color: #d4e7fa;
	padding: 40px 0 30px 0;
}

#beginner h2 {
	color: #07275e;
}

#beginner h2 span {
	font-size: 70%;
}

#beginner ul {
	display: table;
}

#beginner ul li {
	display: table-cell;
	width: 300px;
	padding-left: 50px;
}

#beginner ul li:first-child {
	padding-left: 0;
}

#beginner ul li .label {
	display: inline-block;
	margin-top: 20px;
	padding: 5px 10px;
	font-size: 140%;
	color: #fff;
	line-height: 1.2;
	background-color: #07275e;
	border-radius: 3px;
}

#beginner ul li p {
	font-size: 180%;
	color: #07275e;
	margin: 5px 0 15px 0;
}

#beginner ul li p strong {
	font-size: 130%;
}

#beginner ul li p span {
	font-size: 70%;
}

#beginner ul li p + div {
	text-align: center;
}

/* ++++++++++++++++++++++++++ voice */
#voice {
	min-height: 520px;
	background-color: #f7f7f7;
	padding: 50px 0 40px 0;
}

#voice h2 + p {
	font-size: 160%;
	text-align: center;
	margin: 20px 0 40px 0;
}

/*--------------------------
voiceResult
bring from /sys/review_2016/css_2016/index.css
--------------------------*/
#voice .inner {
	font-size: 1.6rem;
	line-height: 1.6;
	/*    margin-top: 30px;*/
}

.item:first-child {
	border-top: 1px solid #ddd;
	padding-top: 30px;
	margin-top: 30px;
}

#voice .item {
	min-height: 100px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

#voice .item > ul {
	width: 30px;
	float: left;
}

#voice .item > div {
	padding-left: 100px;
}

#voice .user {
	display: block;
	color: #07275e;
	font-size: 1.6rem;
}

#voice .btn_voice {
	text-align: center;
	margin-top: 40px;
}

/* ++++++++++++++++++++++++++ News */
#topTopics {
	text-align: center;
	padding: 50px 0;
}

#topTopics h2 {
	font-size: 3rem;
}

#topTopics ul {
	width: 920px;
	margin: 26px auto 20px;
	border-bottom: 1px solid #d9d9d9;
}

#topTopics ul li {
	border-top: 1px solid #d9d9d9;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.4;
	font-size: 1.5rem;
	color: #1e1e1e;
}

#topTopics ul li a {
	color: #1e1e1e;
	text-decoration: none;
}

#topTopics div:last-child {
	width: 920px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

#topTopics div:last-child > a {
	color: #000;
	text-decoration: none;
	font-size: 1.5rem;
	vertical-align: middle;
	background: url(/top/img/ico_arrow_s.png) left center no-repeat;
	padding-left: 15px;
	/*	float: right;*/
}

#topTopics div:last-child > a:hover {
	text-decoration: underline;
}

#trial h2 {
	font-size: 3rem;
	font-weight: normal;
	margin: 144px 0 0;
	letter-spacing: 0;
}

#trial p {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 30px;
	letter-spacing: -0.1em;
}

img[height='0'] {
	display: none;
}

