  @charset "utf-8";
body {
letter-spacing: 0.14em;
}

#madoriSCT .cont ul:after,
#MODAL1 ul:after,
#contents .list:after,
#contents .cont ul:after,
section:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#madoriSCT .cont ul,
#MODAL1 ul,
#contents .list,
#contents .cont ul,
section {
zoom: 1;
}
#contents picture,
#contents img {
width: 100%;
height: auto;
}

br.sp {
display: block;
}
br.pc {
display: none;
}
@media (min-width: 768px) {
	br.sp {
	display: none;
	}
	br.pc {
	display: block;
	}
}
@media (min-width: 768px) {
	#contents {
	max-width: inherit !important;
	}
}

#contents {
background-color: #fff;
}

#navigation .local li:nth-of-type(2) a span {
background: linear-gradient(#189964, #189964) 0 100%/100% 1px no-repeat;
}

.bc-player-default_default.vjs-fluid, .bc-player-default_default.vjs-fluid.vjs-16-9 {
padding-top: 0;
}

#zoomSCT .mask {
position: fixed;
left: 0;
top: 0;
background-color: rgba(0,0,0,0.6);
width: 100%;
height: 100%;
z-index: 20;
display: none;
}
#zoomSCT .modal {
transform: translateY(-50%);
position: fixed;
top: 50%;
right: 10px;
left: 10px;
z-index: 21;
display: none;
text-align: left;
}
#zoomSCT .close {
position: absolute;
right: 0;
top: -34px;
width: 24px;
height: 24px;
z-index: 12;
cursor: pointer;
}
#zoomSCT .close::after,
#zoomSCT .close::before {
content: '';
display: block;
position: absolute;
width: 32px;
height: 1px;
background-color: #fff;
}
#zoomSCT .close::after {
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
#zoomSCT .close::before {
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%) rotate(45deg);
}
#zoomSCT .modal .block {
background-color: #fff;
box-shadow: 0 0 5px rgba(0,0,0,0.4);
padding: 30px;
}
#zoomSCT .modal h3 {
position: relative;
margin-bottom: 16px;
padding-left: 40px;
font-family: 'A1 Mincho', sans-serif;
font-size: 18px;
}
#zoomSCT .modal h3 img {
position: absolute;
left: 0;
top: 2px;
width: 32px;
height: auto;
}
#zoomSCT .modal p {
margin-bottom: 30px;
font-family: 'A1 Mincho', sans-serif;
font-size: 12px;
line-height: 2.35;
}
#zoomSCT .modal .typeb img,
#zoomSCT .modal .img img {
display: block;
width: 100%;
height: auto;
}
#zoomSCT .modal .typeb img {
box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
#zoomSCT .modal .typea {
margin: 0 -10px;
overflow: auto;
}
#zoomSCT .modal .typea div {
padding: 0 10px;
width: 200%;
}
#zoomSCT .modal .typea img {
box-shadow: 0 0 5px rgba(0,0,0,0.4);
display: block;
width: 100%;
height: auto;
}
@media (min-width: 768px) {
	#zoomSCT .modal {
	transform: translateY(0);
	top: 5%;
	right: 5%;
	bottom: 5%;
	left: 5%;
	}
	#zoomSCT .modal.madori {
	transform: translateY(-50%) translateX(-50%);
	position: fixed;
	top: 50%;
	right: inherit;
	bottom: inherit;
	left: 50%;
	width: 1024px;
	}
	#zoomSCT .modal .cont {
	width: 100%;
	height: 100%;
	}
	#zoomSCT .modal .block {
	box-sizing: border-box;
	display: table;
	padding: 70px;
	width: 100%;
	height: 100%;
	}
	#zoomSCT .modal .pak {
	display: table-cell;
	vertical-align: middle;
	padding-right: 40px;
	}
	#zoomSCT .modal h3 {
	margin-bottom: 16px;
	padding-left: 50px;
	font-size: 24px;
	}
	#zoomSCT .modal h3 img {
	top: 2px;
	width: 42px;
	}
	#zoomSCT .modal p {
	margin-bottom: 0;
	font-size: 14px;
	}
	#zoomSCT .modal .img {
	display: table-cell;
	width: 500px;
	vertical-align: middle;
	}
	#zoomSCT .modal .typeb,
	#zoomSCT .modal .typea {
	background-color: #fff;
	margin: 0;
	height: 100%;
	overflow: inherit;
	}
	#zoomSCT .modal .typeb img,
	#zoomSCT .modal .typea img {
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	left: 50%;
	top: 50%;
	box-shadow: none;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	}
}

#titleSCT {
position: relative;
padding-bottom: 20px;
}
#titleSCT .cont::before {
content: '';
display: block;
position: relative;
left: 0;
top: 0;
background: url("/ie/lineup/fs/planning/img/tit_pht_sp.jpg") no-repeat center center;
background-size: cover;
width: 100%;
height: 220px;
z-index: 1;
}
#titleSCT .pack {
position: relative;
background-color: #fff;
margin: -20px 18px 0 18px;
padding: 40px 0 35px 0;
z-index: 2;
opacity: 0;
}
#titleSCT.fadeElm .pack {
transition: all 0.7s ease;
}
#titleSCT.activeView .pack {
margin-top: -70px;
opacity: 1;
}
#titleSCT h1 {
transform: translateY(50px);
margin-bottom: 15px;
opacity: 0;
}
#titleSCT.fadeElm h1 {
transition: all 0.7s ease;
transition-delay: 1s;
}
#titleSCT.activeView h1 {
transform: translateY(0);
opacity: 1;
}
#titleSCT h1 img {
display: block;
margin: 0 auto;
width: auto;
height: 22px;
}
#titleSCT p {
transform: translateY(50px);
font-size: 12px;
line-height: 2;
margin: 0 auto;
text-align: center;
opacity: 0;
}
#titleSCT .pack p {
font-family: 'A1 Mincho', sans-serif;
}
#titleSCT.fadeElm p {
transition: all 0.7s ease;
transition-delay: 1.1s;
}
#titleSCT.activeView p {
transform: translateY(0);
opacity: 1;
}
#titleSCT p.note {
font-family: 'A1 Gothic R', sans-serif;
line-height: 1.682;
color: #aaa;
}
@media (min-width: 768px) {
	#titleSCT {
	padding-bottom: 0;
	overflow: hidden;
	}
	#titleSCT .cont::before {
	background: url("/ie/lineup/fs/planning/img/tit_pht_pc.jpg") no-repeat center center;
	background-size: cover;
	height: 280px;
	}
	#titleSCT .pack {
	transform: translateX(-50%);
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 80px;
	margin: 0;
	padding: 54px 0 0 0;
	width: 530px;
	height: 220px;
	}
	#titleSCT.activeView .pack {
	margin-top: 0;
	top: 30px;
	}
	#titleSCT h1 {
	margin-bottom: 30px;
	}
	#titleSCT h1 img {
	height: 33px;
	}
	#titleSCT p {
	font-size: 14px;
	}
	#titleSCT p.note {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	color: #000;
	}
}

#planSCT {
position: relative;
background-color: #fff;
box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
}
#planSCT .cont {
padding: 0 11px 20px 11px;
}
#planSCT .box {
border: solid 1px #000;
margin-bottom: 20px;
padding: 15px 15px 24px 15px;
}
#planSCT .hed {
border-bottom: solid 1px #000;
margin-bottom: 12px;
padding: 5px 0 7px 0;
}
#planSCT .hed p {
margin-top: 6px;
font-family: "Times New Roman", serif;
font-size: 10px;
line-height: 1.3;
float: right;
}
#planSCT .hed h3 {
font-family: 'A1 Mincho', sans-serif;
font-size: 14px;
line-height: 1.3;
}
#planSCT .video {
position: relative;
width: 100%;
margin-bottom: 10px;
padding-top: 56.25%;
}
#planSCT .video::before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0,0,0,0.4);
width: 100%;
height: 100%;
z-index: 1;
}
#planSCT .video .mask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
cursor: pointer;
}
#planSCT .video.active .mask {
opacity: 0;
z-index: -1;
}
#planSCT .video p {
transition: all 0.5s ease;
transform: translateY(-50%) translateX(-50%);
box-sizing: border-box;
position: absolute;
top: 50%;
left: 50%;
border: solid 1px #fff;
padding: 0 10px;
width: 170px;
height: 35px;
font-family: "Times New Roman", serif;
font-size: 14px;
font-style: italic;
line-height: 33px;
text-align: left;
color: #fff;
z-index: 2;
}
#planSCT .mask:hover p {
border: solid 1px #5C8655;
background-color: #5C8655;
}
#planSCT .video p::before {
transform: translateY(-50%);
content: '';
display: block;
position: absolute;
top: 50%;
right: 10px;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 10px;
border-color: transparent transparent transparent #fff;
z-index: -1;
}
#planSCT .cont #videoON,
#planSCT .cont video,
#planSCT .cont .vjs-fluid {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#planSCT .video #videoON {
opacity: 0;
z-index: -1;
}
#planSCT .video.active #videoON {
opacity: 1;
z-index: 1;
}
#planSCT .video.active #videoBG {
opacity: 0;
z-index: -1;
}
#planSCT .cont #videoBG .vjs-control-bar {
display: none;
}
#planSCT .madori {
position: relative;
margin-bottom: 10px;
}
#planSCT .type2 .madori,
#planSCT .type3 .madori {
cursor: pointer;
}
#planSCT .type2 .madori::before,
#planSCT .type3 .madori::before {
content: '';
display: block;
position: absolute;
right: 0;
top: 0;
background: url("/ie/lineup/fs/common/img/icn_zoom.svg") no-repeat center  center;
background-size: 24px 24px;
width: 24px;
height: 24px;
cursor: pointer;
}
#planSCT .madori ul {
list-style: none;
}
#planSCT .madori ul li {
transform: translateY(-50%) translateX(-50%);
position: absolute;
width: 9%;
}
#planSCT .madori ul li:nth-of-type(1) {
left: 13%;
top: 32.5%;
}
#planSCT .madori ul li:nth-of-type(2) {
left: 13%;
top: 19%;
}
#planSCT .madori ul li:nth-of-type(3) {
left: 87%;
top: 26%;
}
#planSCT .madori ul li:nth-of-type(4) {
left: 87%;
top: 36%;
}
#planSCT .madori ul li:nth-of-type(5) {
left: 13%;
top: 70%;
}
#planSCT .madori ul li:nth-of-type(6) {
left: 87%;
top: 88%;
}
#planSCT .madori ul li img {
display: block;
animation: 2s ease btnAni infinite;
}
@keyframes btnAni {
0% {transform: scale(1);}
100% {transform: scale(1.2);}
}
#planSCT .madori .list {
display: none;
}
#planSCT .image {
position: relative;
margin-bottom: 14px;
}
#planSCT .type3 .image {
margin: 0 auto 14px auto;
width: 200px;
}
#planSCT .type3 .image {
cursor: pointer;
}
#planSCT .type3 .image::before {
content: '';
display: block;
position: absolute;
right: 0;
top: 0;
background: url("/ie/lineup/fs/common/img/icn_zoom.svg") no-repeat center  center;
background-size: 24px 24px;
width: 24px;
height: 24px;
cursor: pointer;
}
#planSCT .block .exp {
padding: 0 20px;
font-family: 'A1 Mincho', sans-serif;
font-size: 12px;
line-height: 2;
}
#planSCT .block .btn-sim {
margin-top: 20px;
font-family: 'A1 Gothic R', sans-serif;
font-size: 14px;
line-height: 40px;
text-align: center;
}
#planSCT .block .btn-sim a {
position: relative;
transition: all 0.5s ease;
box-sizing: border-box;
display: block;
background-color: #5B8753;
height: 40px;
color: #fff;
text-decoration: none;
}
#planSCT .block .btn-sim a:hover {
background-color: #189964;
}
#planSCT .block .btn-sim span {
position: relative;
display: inline-block;
padding-left: 30px;
}
#planSCT .block .btn-sim .icon {
transform: translateY(-50%);
position: absolute;
left: 0;
top: 50%;
width: 20px;
height: auto;
}
#planSCT .threeD {
margin: 10px 0 0 0;
}
#planSCT .threeD .btn {
margin-bottom: 15px;
}
#planSCT .threeD .btn a {
display: block;
box-sizing: border-box;
position: relative;
box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
border: solid 1px #000;
margin: 0 auto;
padding: 10px 15px;
width: 100%;
color: #000;
text-decoration: none;
}
#planSCT .threeD .lnk {
display: inline-block;
margin: 0 20px;
font-size: 12px;
text-align: center;
}
#planSCT .threeD .lnk a {
color: #000;
text-decoration: none;
}
#planSCT .threeD .lnk a::after {
content: '';
display: block;
background-color: #000;
width: 100%;
height: 1px;
}
#planSCT .threeD .note {
margin: 10px 20px 0 20px;
letter-spacing: 0.1em;
color: #666;
font-size: 10px;
line-height: 1.3;
}
@media (min-width: 768px) {
	#planSCT {
	padding-top: 80px;
	box-shadow: none;
	}
	#planSCT .cont {
	margin: 0 auto;
	padding: 0 0 0 0;
	max-width: 1024px;
	}
	#planSCT .list {
	display: flex;
	flex-wrap: wrap;
	}
	#planSCT .box {
	position: relative;
	margin-bottom: 50px;
	padding: 33px 40px 40px 40px;
	}
	#planSCT .box.type2,
	#planSCT .box.type1 {
	padding: 38px 45px 40px 45px;
	}
	#planSCT .box.type3 {
	box-sizing: border-box;
	width: 482px;
	float: left;
	}
	#planSCT .box.type3:nth-of-type(even) {
	margin-right: 60px;
	}
	#planSCT .hed {
	margin-bottom: 40px;
	padding: 7px 0 9px 0;
	}
	#planSCT .type3 .hed {
	margin-bottom: 30px;
	}
	#planSCT .hed p {
	margin-top: 21px;
	font-size: 12px;
	}
	#planSCT .type3 .hed p {
	margin-top: 14px;
	font-size: 10px;
	}
	#planSCT .hed h3 {
	font-size: 24px;
	}
	#planSCT .type3 .hed h3 {
	font-size: 20px;
	}
	#planSCT .video {
	margin-bottom: 40px;
	}
	#planSCT .video p {
	padding: 0 25px;
	width: 300px;
	height: 60px;
	font-size: 28px;
	line-height: 58px;
	}
	#planSCT .video p::before {	
	right: 15px;
	border-width: 10px 0 10px 20px;
	}
	#planSCT .type1 .madori {
	margin-bottom: 40px;
	}
	#planSCT .type2 .madori {
	margin-bottom: 0;
	width: 572px;
	float: left;
	}
	#planSCT .type3 .madori {
	margin-bottom: 20px;
	}
	#planSCT .type2 .madori::before,
	#planSCT .type3 .madori::before {
	background-size: 28px 28px;
	width: 28px;
	height: 28px;
	}
	#planSCT .madori ul li {
	width: 38px;
	height: 38px;
	}
	#planSCT .madori ul li:nth-of-type(1) {
	left: 58px;
	top: 67px;
	}
	#planSCT .madori ul li:nth-of-type(2) {
	left: 376px;
	top: 67px;
	}
	#planSCT .madori ul li:nth-of-type(3) {
	left: 210px;
	top: 633px;
	}
	#planSCT .madori ul li:nth-of-type(4) {
	left: 446px;
	top: 633px;
	}
	#planSCT .madori ul li:nth-of-type(5) {
	left: 684px;
	top: 67px;
	}
	#planSCT .madori ul li:nth-of-type(6) {
	left: 660px;
	top: 505px;
	}
	#planSCT .madori ul li a {
	text-decoration: none;
	}
	#planSCT .madori ul li a::after {
	display: block;
	position: absolute;
	left: 48px;
	top: 0;
	white-space: nowrap;
	font-family: 'A1 Mincho', sans-serif;
	font-size: 18px;
	line-height: 38px;
	color: #000;
	}
	#planSCT .madori ul li:nth-of-type(1) a::after {
	content: '¥¨¥ó¥È¥é¥ó¥¹¥¯¥í©`¥¯';
	}
	#planSCT .madori ul li:nth-of-type(2) a::after {
	content: '¤¿¤À¤¤¤ÞÊÖÏ´¤¤';
	}
	#planSCT .madori ul li:nth-of-type(3) a::after {
	content: '¥ª©`¥×¥ó¥ê¥Ó¥ó¥°';
	}
	#planSCT .madori ul li:nth-of-type(4) a::after {
	content: '¥¹¥à©`¥¹¥­¥Ã¥Á¥ó';
	}
	#planSCT .madori ul li:nth-of-type(5) a::after {
	content: '¥×¥é¥¤¥Ù©`¥È¥ë©`¥à';
	}
	#planSCT .madori ul li:nth-of-type(6) a::after {
	content: '¥Õ¥ê©`¥¹¥Ú©`¥¹';
	}
	#planSCT .type1 .block {
	position: relative;
	}
	#planSCT .type2 .block {
	margin-left: 612px;
	}
	#planSCT .image {
	margin-bottom: 0;
	}
	#planSCT .type1 .image {
	float: left;
	width: 500px;
	cursor: pointer;
	}
	#planSCT .type1 .pack {
	margin-left: 540px;
	}
	#planSCT .type2 .image {
	margin-bottom: 20px;
	cursor: pointer;
	}
	#planSCT .type3 .image {
	margin: 0 auto 18px auto;
	width: 212px;
	}
	#planSCT .type1 .image::before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: url("/ie/lineup/fs/common/img/icn_zoom.svg") no-repeat center  center;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	}
	#planSCT .type2 .image::before,
	#planSCT .type3 .image::before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: url("/ie/lineup/fs/common/img/icn_zoom.svg") no-repeat center  center;
	background-size: 28px 28px;
	width: 28px;
	height: 28px;
	cursor: pointer;
	}
	#planSCT .type2 .block .exp,
	#planSCT .type1 .block .exp {
	padding: 0;
	font-size: 14px;
	line-height: 2.3;
	}
	#planSCT .type3 .block .exp {
	padding: 0 20px;
	font-size: 14px;
	line-height: 2.3;
	}
	#planSCT .block .btn-sim {
	font-size: 16px;
	line-height: 60px;
	}
	#planSCT .type3 .block .btn-sim {
	line-height: 50px;
	}
	#planSCT .block .btn-sim a {
	height: 60px;
	}
	#planSCT .type3 .block .btn-sim a {
	height: 50px;
	}
	#planSCT .block .btn-sim span {
	padding-left: 40px;
	}
	#planSCT .block .btn-sim .icon {
	width: 25px;
	}
	#planSCT .threeD {
	margin: 15px 0 0 0;
	}
	#planSCT .threeD .btn {
	margin-bottom: 15px;
	}
	#planSCT .type2 .threeD .lnk,
	#planSCT .type1 .threeD .lnk {
	margin: 0;
	}
	#planSCT .type2  .threeD .note,
	#planSCT .type1 .threeD .note {
	margin: 10px 0 0 0;
	}

}

#entrySCT {
background-color: #fff;
padding: 60px 0 50px 0;
}
#entrySCT .cont {
border: solid 1px #000;
margin: 0 18px;
padding: 32px 0 23px 0;
text-align: center;
}
#entrySCT .cont p {
margin-bottom: 23px;
font-family: 'A1 Gothic R', sans-serif;
font-size: 14px;
line-height: 2;
}
#entrySCT ul {
list-style: none;
}
#entrySCT li {
margin-bottom: 16px;
font-family: 'A1 Gothic R', sans-serif;
font-size: 14px;
line-height: 50px;
}
#entrySCT li a {
display: block;
position: relative;
border-radius: 34px;
margin: 0 auto;
width: 240px;
height: 50px;
text-decoration: none;
color: #fff;
}
#entrySCT li a::after {
transform: translateY(-50%) rotate(45deg);
content: "";
position: absolute;
top: 50%;
right: 22px;
width: 14px;
height: 14px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}
#entrySCT li:first-child a {
background-color: #5B8753;
}
#entrySCT li:last-child a {
background-color: #777777;
}
#entrySCT li span {
display: block;
margin: 10px auto 0 auto;
width: 240px;
font-size: 12px;
line-height: 1.3;
text-align: left;
}

@media (min-width: 768px) {
	#entrySCT {
	background-color: #fff;
	padding: 100px 70px 100px 70px;
	}
	#entrySCT .cont {
	border: solid 1px #000;
	margin: 0 auto;
	padding: 55px 0 65px 0;
	max-width: 1024px;
	text-align: center;
	}
	#entrySCT .cont p {
	margin-bottom: 28px;
	font-size: 18px;
	line-height: 2.24;
	}
	#entrySCT ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	width: 640px;
	}
	#entrySCT li {
	margin-bottom: 0;
	width: 300px;
	font-size: 18px;
	line-height: 70px;
	}
	#entrySCT li a {
	border-radius: 35px;
	width: 300px;
	height: 70px;
	}
	#entrySCT li a::after {
	top: 50%;
	right: 32px;
	width: 16px;
	height: 16px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	}
	#entrySCT li span {
	display: block;
	margin-top: 10px;
	width: auto;
	font-size: 12px;
	line-height: 1.3;
	text-align: left;
	}
}