@charset "UTF-8";
/* CSS Document */

/* =========================================================
		Reset
========================================================= */

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight: normal;list-style-type:none;}
body {line-height:1}
pre,textarea{overflow:auto}
[hidden],audio:not([controls]),template{display:none}
details,main,summary{display:block}
input[type=number]{width:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
progress{display:inline-block}
small{font-size:75%}
textarea{resize:vertical}
[unselectable]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
*,::after,::before{box-sizing:inherit;border-style:solid;border-width:0}
*{font-size:inherit;line-height:inherit;margin:0;padding:0}
::after,::before{text-decoration:inherit;vertical-align:inherit}
a{text-decoration:none}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
button,input,textarea{background-color:transparent;color:inherit;font-family:inherit;font-style:inherit;font-weight:inherit;min-height:1.5em}
code,kbd,pre,samp{font-family:monospace,monospace}
nav ol,nav ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
::-moz-selection{background-color:#B3D4FC;text-shadow:none}
::selection{background-color:#B3D4FC;text-shadow:none}
@media screen{[hidden~=screen]{display:inherit}
[hidden~=screen]:not(:active):not(:focus):not(:target){clip:rect(0 0 0 0)!important;position:absolute!important}
}
/*# sourceMappingURL=sanitize.css.map */

/* =========================================================
		Common
========================================================= */
html {
	font-size: 62.5%;
}
body {
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Helvetica, Sans-Serif;
	font-size: 1.4rem;
	max-height: 999999px;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
* {
	box-sizing: border-box;
}
a {
	color: #555;
	text-decoration: none;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
a:focus {
	outline: none;
}
a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
	cursor: pointer;
	cursor: hand;
}
img {
	width: 100%;
	height: auto;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
a,
a:hover {
	text-decoration: none;
}
ul li {
	margin: 0;
	list-style: none;
}
h2 {
	background: none;
	padding: 0;
	margin: 0;
}
h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	border-bottom: none;
}
p {
	padding: 0;
	margin: 0;
}
.spOnly {
	display: none;
}
@media only screen and (max-width:414px) {
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
}
/* =========================================================
		Header
========================================================= */
.header {
	height: 75px;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: none;
	display: table;
	border-bottom: 5px solid #0263af;
}
.header a {
	color: #0263af;
}
.header .shopLogo {
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	padding-left: 20px;
	width: 15%;
}
.header .shopLogo img {
	width: 82%;
	height: auto;
	max-width: 140px;
}
.header .mainNav {
	display: table-cell;
	vertical-align: middle;
	height: 70px;
}
.header .mainNav li {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 2.5rem;
	line-height: 1;
	float: left;
}
.header .mainNav li a {
	display: block;
	padding: 15px 22px;
}
.header .mainNav li span {
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Helvetica, Sans-Serif;
	font-size: 1rem;
	padding-top: 5px;
}
.header .mainNav li.current {
	padding: 15px 22px;
	background: #0263af;
	color: #fff;
}
.header .mainNav li a:hover {
	background: #0263af;
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.header .mainNav li.rightLogo {
	padding-right: 20px;
	float: right;
}
.header .mainNav li.rightLogo a {
	padding: 22px 22px 23px;
}
.header .mainNav li.rightLogo a:hover {
	background: #fff;
}
.header .mainNav li.rightLogo img {
	width: auto;
	height: 13px;
}
.header .mainNav li.rightLogo .spOnly {
	display: none;
}
@media only screen and (max-width:768px) {
	.header .shopLogo {
		padding-left: 10px;
		width: 25%;
	}
	.header .mainNav li {
		font-size: 1.8rem;
		line-height: 1;
	}
	.header .mainNav li.current {
		padding: 19px 15px 18px;
	}
	.header .mainNav li a {
		padding: 19px 15px 18px;
	}
	.header .mainNav li.rightLogo a {
		padding: 26px 0;
	}
}
@media only screen and (max-width:736px) {
	.header {
		height: 50px;
		padding: 0;
		margin: 0;
		width: 100%;
		max-width: none;
		display: block;
		border-bottom: 3px solid #0263af;
		position: fixed;
		top: 0;
		z-index: 999;
		background: #fff;
	}
	#wrap {
		margin-top: 50px;
	}
	.header .shopLogo {
		height: 45px;
		padding-left: 3%;
		display: block;
		width: 93%;
	}
	.header .shopLogo a {
		display: table-cell;
		height: 45px;
		vertical-align: middle;
	}
	.header .mainNav {
		position: fixed;
		top: 50px;
		right: 0;
		height: 80%;
		width: 30%;
		background: rgba(0,0,0,0.70);
		overflow: auto;
		z-index: 998;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		transform: translateX(100%);
	}
	.header .mainNav.active {
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
		padding-top: 2%;
	}
	.header .mainNav li,
	.header .mainNav li.rightLogo {
		float: none;
		text-align: left;
	}
	.header .mainNav li.current {
		padding: 10px 10%;
	}
	.header .mainNav li a {
		display: block;
		height: auto;
		padding: 8px 10%;
		color: #fff;
	}
	.header .mainNav li.rightLogo {
		padding: 0 0 10%;
		text-align: center;
	}
	.header .mainNav li.rightLogo .pcOnly {
		display: none;
	}
	.header .mainNav li.rightLogo .spOnly {
		display: block;
		margin: 0 auto;
	}
	.menuTrigger {
		position: absolute;
		top: 0;
		right: 0;
		transition: all .4s;
		box-sizing: border-box;
		width: 47px;
		height: 45px;
		margin-right: 0 !important;
	}
	.menuTrigger span {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		height: 1px;
		background-color: #333;
		transition: all .4s;
		width: 22px;
	}
	.menuTrigger span:nth-of-type(1) {
		top: 15px;
	}
	.menuTrigger span:nth-of-type(2) {
		top: 22px;
	}
	.menuTrigger span:nth-of-type(3) {
		bottom: 15px;
	}
	.menuTrigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(6px) rotate(-45deg);
		transform: translateY(6px) rotate(-45deg);
	}
	.menuTrigger.active span:nth-of-type(2) {
		left: 50%;
		opacity: 0;
		-webkit-animation: opneMenuBar .8s forwards;
		animation: opneMenuBar .8s forwards;
	}
	.menuTrigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
	}
}
@media only screen and (max-width:414px) {
	.header .mainNav {
		height: 100%;
		width: 50%;
	}
}
@-webkit-keyframes opneMenuBar {
	100% {
		height: 0;
	}
}
@keyframes opneMenuBar {
	100% {
		height: 0;
	}
}
/* =========================================================
		Fix Nav
========================================================= */
.fixNav {
	background: #222;
	width: 100%;
	height: 50px;
}
.fixed .fixNav {
	position: fixed;
	top: 0;
	z-index: 999;
}
.fixed #wrap {
	margin-top: 50px;
}
.fixNav ul {
	width: 1020px;
	margin: 0 auto;
}
.fixNav li {
	width: 200px;
	float: left;
	border: 1px solid #ccc;
	margin: 5px 5px 0 0;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.fixNav li:last-child {
	margin-right: 0;
}
.fixNav li a {
	display: block;
	color: #ccc;
	font-size: 1.6rem;
	padding: 7px 0 6px;
}
.fixNav li:hover {
	border: 1px solid #8b0a34;
	background: #dd376d;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.fixNav li a {
	color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
@media only screen and (max-width:768px) {
	.fixNav ul {
		width: 98%;
		margin: 0 auto;
	}
	.fixNav li {
		width: 19.2%;
		margin: 5px 1% 0 0;
	}
}
@media only screen and (max-width:736px) {
	.fixNav {
		background: #222;
		width: 100%;
		height: 50px;
		position: fixed;
		bottom: 0;
		z-index: 999;
	}
	.fixed .fixNav {
		top: auto;
	}
	.fixed #wrap {
		margin-top: 0;
	}
}
@media only screen and (max-width:414px) {
	.fixNav li a {
		font-size: 1.3rem;
		line-height: 1.2;
		padding: 5px 0;
	}
}
/* =========================================================
		Title Wrap
========================================================= */
.titleWrap {
	background: url(../img/headimg.jpg) no-repeat;
	background-size: cover;
	height: auto;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: none;
}
.titleWrap h1 {
	width: 990px;
	height: 600px;
	margin: 0 auto;
	position: relative;
}
.titleWrap h1 img {
	width: 417px;
	height: 347px;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -25px;
	margin: auto;
}
.titleWrap.hilights {
	background: url(../img/headimg_hilights.jpg) no-repeat;
	background-size: cover;
}
.titleWrap.hilights h1 {
	height: 500px;
}
.titleWrap.hilights h1 span {
	font-size: 4rem;
	font-weight: normal;
	background: #fff;
	display: inline-block;
	margin-top: 210px;
	padding: 0 20px;
}
.titleWrap.hilights h1 .weight {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.titleWrap.hilights h1 .blue {
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #0263af;
}
.titleWrap.faq h1 {
	height: 500px;
}
.titleWrap.faq {
	background: url(../img/headimg_faq.jpg) no-repeat;
	background-size: cover;
}
.titleWrap.faq h1 span {
	font-size: 4rem;
	font-weight: bold;
	background: #fff;
	display: inline-block;
	margin-top: 210px;
	padding: 0 20px;
}
.titleWrap.spec {
	background: none;
	height: auto;
}
.titleWrap.spec h1 {
	height: auto;
	font-size: 4rem;
	font-weight: bold;
	padding: 96px 0 77px;
}
.titleWrap.price {
	background: none;
	height: auto;
}
.titleWrap.price h1 {
	height: auto;
	font-size: 4rem;
	font-weight: bold;
	padding: 96px 0 77px;
}
.priceTable h2 {
	font-size: 2rem;
	font-weight: 700;
	color: #333;
	margin: 0 0 1em 0;
}
.priceTable h2.prime {
	padding-top: 30px;
}
@media only screen and (max-width:768px) {
	.titleWrap h1 {
		width: 94%;
		height: 455px;
	}
	.titleWrap.hilights h1,
	.titleWrap.faq h1 {
		height: 355px;
	}
	.titleWrap h1 img {
		width: 45%;
		height: auto;
		left: 0;
	}
	.titleWrap.hilights h1 span,
	.titleWrap.faq h1 span {
		margin-top: 150px;
	}
	#breadNav {
		overflow: hidden;
	}
}
@media only screen and (max-width:736px) {
	.titleWrap.price h1 {
		padding: 30px 0;
	}
	.titleWrap.hilights h1 {
		padding: 30px 0;
	}
}
@media only screen and (max-width:667px) {
	.titleWrap h1 {
		height: 370px;
	}
	.titleWrap.hilights h1,
	.titleWrap.faq h1 {
		height: 300px;
	}
	.titleWrap.hilights h1 span,
	.titleWrap.faq h1 span {
		margin-top: 120px;
	}
}
@media only screen and (max-width:414px) {
	.titleWrap h1 {
		height: 240px;
	}
	.titleWrap.hilights h1,
	.titleWrap.faq h1 {
		height: 200px;
	}
	.titleWrap.hilights h1 span,
	.titleWrap.faq h1 span {
		margin-top: 90px;
		font-size: 2.4rem;
	}
	.titleWrap.spec h1 {
		font-size: 2.6rem;
		padding: 24px 0;
	}
	.titleWrap.price h1 {
		font-size: 2.6rem;
		padding: 24px 0;
	}
}
/* =========================================================
		Main Contents
========================================================= */
/* ---------- index ----------*/
.mainContents .aboutmrt {
	background: url(../img/shaded.gif);
	background-size: 50px 50px;
	padding: 40px 0 55px;
}
.mainContents .aboutmrt h2 {
	width: 240px;
	margin: 0 auto;
}
.mainContents .aboutmrtBox {
	width: 990px;
	margin: 50px auto 0;
	padding: 46px 0 34px;
	background: rgba(252,252,252,0.50);
}
.mainContents .aboutmrtBox h3 {
	width: 435px;
	margin: 0 auto;
}
.mainContents .aboutmrtBox ul {
	width: 869px;
	margin: 40px auto 34px;
}
.mainContents .aboutmrtBox ul::after {
	content: "";
	clear: both;
	display: block;
}
.mainContents .aboutmrtBox ul li {
	width: 200px;
	float: left;
	margin-right: 23px;
}
.mainContents .aboutmrtBox ul li:last-child {
	margin-right: 0;
}
.mainContents .aboutmrtBox p {
	width: 470px;
	margin: 0 auto 15px;
	line-height: 20px;
	font-size: 1.6rem;
}
.mainContents .aboutmrtBox .btn {
	width: 400px;
	margin: 24px auto 0;
	position: relative;
}
.mainContents .aboutmrtBox .btn a {
	display: block;
	color: #fff;
	background: #000;
	border-radius: 5px;
	text-align: center;
	font-size: 2rem;
	padding: 23px 0;
}
.mainContents .aboutmrtBox .btn a::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 11px;
	border-color: transparent transparent transparent #d1ff9d;
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.mainContents .aboutmrtBox .btn a:hover::after {
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
	right: 16px;
}
.mainContents .recommended {
	width: 990px;
	margin: 60px auto 58px;
	display: table;
}
.mainContents .recommended .txt {
	display: table-cell;
	width: 458px;
	vertical-align: middle;
}
.mainContents .recommended .txt .t1 {
	font-size: 1.5rem;
	font-weight: bold;
}
.mainContents .recommended .txt h2 {
	font-size: 3rem;
	line-height: 40px;
	font-weight: bold;
	color: #000;
	padding: 4px 0;
}
.mainContents .recommended .txt .price {
	font-size: 3rem;
	color: #e30000;
	font-weight: bold;
}
.mainContents .recommended .txt .price span {
	font-size: 2rem;
	color: #000;
	font-weight: bold;
}
.mainContents .recommended .txt .t2 {
	font-size: 1.2rem;
	color: #000;
}
.mainContents .recommended .txt li {
	display: inline-block;
	margin: 10px 8px 0 0;
}
.mainContents .recommended .txt li a {
	color: #fff;
	font-weight: normal;
	background: #000;
	font-size: 1.2rem;
	padding: 10px 0;
	width: 186px;
	display: block;
	text-align: center;
}
.mainContents .recommended .img {
	display: table-cell;
	width: 532px;
	vertical-align: bottom;
}
.mainContents .original {
	background: url(../img/original_bg.jpg) no-repeat;
	background-size: cover;
	min-height: 674px;
	position: relative;
}
.mainContents .original::after {
	content: "";
	display: block;
	clear: both;
}
.mainContents .original .txtWrap {
	width: 500px;
	float: right;
	margin: 90px 55px 90px 0;
}
.mainContents .original .txtWrap h2 {
	background: rgba(255,0,0,0.50);
	padding: 38px 0 42px;
}
.mainContents .original .txtWrap h2 img {
	width: 440px;
	margin: 0 auto;
	display: block;
}
.mainContents .original .txtWrap .txt {
	background: rgba(255,255,255,0.80);
	padding: 22px 32px 30px;
}
.mainContents .original .txtWrap .txt p {
	padding-bottom: 12px;
}
.mainContents .original .txtWrap .txt a {
	display: block;
	background: #000;
	color: #fff;
	width: 330px;
	margin: 4px auto 0;
	padding: 18px 0 16px;
	text-align: center;
}
.mainContents .movie {
	background: #222;
	padding: 50px 0 60px;
}
.mainContents .movie .movieWrap {
	width: 990px;
	margin: 0 auto;
}
.mainContents .movie .movieWrap::after {
	content: "";
	clear: both;
	display: block;
}
.mainContents .movie .movieWrap .movieBox {
	float: left;
	width: 477px;
}
.mainContents .movie .movieWrap .movieBox.right {
	float: right;
}
.mainContents .movie .movieWrap .movieBox .movieFrame {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.mainContents .movie .movieWrap .movieBox .movieFrame iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.mainContents .movie .movieWrap .movieBox p {
	color: #fff;
	font-size: 1.2rem;
	padding-top: 16px;
}
.mainContents .movie .btn {
	margin-top: 48px;
}
.mainContents .movie .btn a {
	text-align: center;
	display: block;
	color: #fff;
	background: #d40000;
	width: 300px;
	margin: 0 auto;
	font-size: 1.8rem;
	line-height: 1;
	padding: 20px 0;
}
.mainContents .movie .btn span {
	font-size: 12px;
	display: block;
	padding-top: 6px;
}
.mainContents .movie .btn .frameShow {
	display: none;
}
@media only screen and (max-width:768px) {
	.mainContents .aboutmrtBox {
		width: 94%;
	}
	.mainContents .aboutmrtBox ul {
		width: 94%;
	}
	.mainContents .aboutmrtBox ul li {
		width: 23.5%;
		margin-right: 2%;
	}
	.mainContents .recommended {
		width: 94%;
	}
	.mainContents .recommended .txt {
		width: 48%;
	}
	.mainContents .recommended .txt h2 {
		font-size: 2.4rem;
		line-height: 32px;
	}
	.mainContents .recommended .txt .price {
		font-size: 2.4rem;
	}
	.mainContents .recommended .txt li {
		width: 48%;
	}
	.mainContents .recommended .txt li:nth-child(2) {
		margin-right: 0;
	}
	.mainContents .recommended .txt li a {
		width: 100%;
	}
	.mainContents .recommended .img {
		width: 52%;
	}
	.mainContents .original {
		min-height: 0;
	}
	.mainContents .original .txtWrap {
		width: 50%;
		margin: 15px 3% 15px 0;
	}
	.mainContents .original .txtWrap h2 {
		padding: 22px 0 24px;
	}
	.mainContents .original .txtWrap h2 img {
		width: 300px;
	}
	.mainContents .original .txtWrap .txt {
		padding: 16px 3% 24px;
	}
	.mainContents .original .txtWrap .txt p {
		font-size: 1.2rem;
	}
	.mainContents .original .txtWrap .txt a {
		width: 94%;
		padding: 12px 0 10px;
	}
	.mainContents .movie .movieWrap {
		width: 94%;
	}
	.mainContents .movie .movieWrap .movieBox {
		width: 48%;
	}
}
@media only screen and (max-width:414px) {
	.mainContents .aboutmrt {
		padding: 30px 0 25px;
	}
	.mainContents .aboutmrtBox {
		margin: 30px auto 0;
		padding: 26px 0 24px;
	}
	.mainContents .aboutmrtBox h3 {
		width: 94%;
	}
	.mainContents .aboutmrtBox ul {
		margin: 20px auto 14px;
	}
	.mainContents .aboutmrtBox p {
		width: 94%;
		line-height: 20px;
		font-size: 1.3rem;
	}
	.mainContents .aboutmrtBox .btn {
		width: 94%;
	}
	.mainContents .aboutmrtBox .btn a {
		padding: 10px 0;
		font-size: 1.8rem;
	}
	.mainContents .recommended {
		width: 94%;
		display: block;
		margin: 30px auto;
	}
	.mainContents .recommended .txt {
		width: 100%;
		display: block;
	}
	.mainContents .recommended .img {
		width: 100%;
		display: block;
		margin: 40px 0;
	}
	.mainContents .original {
		padding: 16px 0;
	}
	.mainContents .original .txtWrap {
		width: 94%;
		margin: 0 auto;
		float: none;
	}
	.mainContents .original .txtWrap h2 {
		padding: 22px 0 24px;
	}
	.mainContents .original .txtWrap h2 img {
		width: 90%;
	}
	.mainContents .original .txtWrap .txt a {
		width: 100%;
	}
	.mainContents .movie .movieWrap .movieBox {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}
	.mainContents .movie .movieWrap .movieBox p {
		padding-top: 10px;
	}
	.mainContents .movie .btn {
		margin-top: 18px;
	}
	.mainContents .movie .btn a {
		width: 80%;
		margin: 0 auto;
	}
}
/* ---------- hilights ----------*/
.mainContents.hilights .recommendedPoint {
	background: url(../img/point_bg.jpg) no-repeat 0 top #000;
	background-size: 100%;
	padding: 94px 0 26px;
}
.mainContents.hilights .recommendedPoint h2 {
	width: 640px;
	margin: 0 auto;
}
.mainContents.hilights .recommendedPoint .pointBox {
	width: 990px;
	margin: 0 auto 70px;
}
.mainContents.hilights .recommendedPoint .pointBox:after {
	content: "";
	clear: both;
	display: block;
}
.mainContents.hilights .recommendedPoint .pointBox .img {
	width: 500px;
	float: left;
	padding-top: 26px;
}
.mainContents.hilights .recommendedPoint .pointBox.point3 .img {
	padding-top: 55px;
}
.mainContents.hilights .recommendedPoint .pointBox .txt {
	width: 450px;
	float: right;
}
.mainContents.hilights .recommendedPoint .pointBox .txt h3 {
	position: relative;
	left: -60px;
	margin-bottom: 18px;
}
.mainContents.hilights .recommendedPoint .pointBox.point1 .txt h3 {
	width: 488px;
}
.mainContents.hilights .recommendedPoint .pointBox.point2 .txt h3 {
	width: 344px;
}
.mainContents.hilights .recommendedPoint .pointBox.point3 .txt h3 {
	width: 372px;
}
.mainContents.hilights .recommendedPoint .pointBox .txt p {
	color: #fff;
	line-height: 20px;
	padding-bottom: 14px;
}
.mainContents.hilights .recommendedPoint .pointBox .txt ul {
	margin-top: 6px;
}
.mainContents.hilights .recommendedPoint .pointBox .txt li {
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-right: 28px;
}
.mainContents.hilights .recommendedPoint .pointBox.point1 .txt li img {
	width: 123px;
	display: block;
	margin: 0 auto;
}
.mainContents.hilights .recommendedPoint .pointBox .txt li p {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 16px;
	padding-top: 8px;
}
.mainContents.hilights .recommendedPoint .pointBox .txt li span {
	font-weight: normal;
}
.mainContents.hilights .recommendedPoint .pointBox .txt .btn a {
	display: block;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
	width: 250px;
	margin-top: 24px;
	padding: 18px 0 20px;
}
.mainContents.hilights .choose {
	padding: 52px 0 56px;
	border-bottom: 5px solid #ddd;
}
.mainContents.hilights .choose h2 {
	text-align: center;
	color: #000;
	font-size: 4rem;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 38px;
}
.mainContents.hilights .choose h2 span {
	display: block;
	width: 240px;
	margin: 0 auto 15px;
}
.mainContents.hilights .choose .chooseWrap {
	background: url(../img/choose_bg.gif) no-repeat center top #fff;
	background-size: 476px 85px;
	width: 990px;
	margin: 0 auto;
}
.mainContents.hilights .choose .chooseWrap::after {
	content: "";
	clear: both;
	display: block;
}
.mainContents.hilights .choose .chooseWrap .chooseBox {
	width: 462px;
	float: left;
	margin-top: 126px;
}
.mainContents.hilights .choose .chooseWrap .chooseBox.type2 {
	float: right;
}
.mainContents.hilights .choose .chooseWrap .chooseBox h3 {
	margin: 0 auto 10px;
	width: 300px;
}
.mainContents.hilights .choose .chooseWrap .chooseBox.type2 h3 {
	width: 376px;
}
.mainContents.hilights .customize {
	padding: 56px 0 28px;
}
.mainContents.hilights .customize h2 {
	text-align: center;
	color: #000;
	font-size: 4rem;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 38px;
}
.mainContents.hilights .customize h2 span {
	display: block;
	width: 240px;
	margin: 0 auto 15px;
}
.mainContents.hilights .customize .slideWrap {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	min-width: 990px;
}
.mainContents.hilights .customize .slideWrap .slideContents {
	width: 750px;
	height: 490px;
	margin: 0 auto;
	position: relative;
}
.mainContents.hilights .customize .slideWrap .slideContents .slideAll {
	width: 2340px;
	position: absolute;
	left: 50%;
	margin-left: -1170px;
}
.mainContents.hilights .charm {
	background-image: -moz-linear-gradient( 180deg, rgb(151,193,183) 0%, rgb(0,144,255) 100%);
	background-image: -webkit-linear-gradient( 180deg, rgb(151,193,183) 0%, rgb(0,144,255) 100%);
	background-image: -ms-linear-gradient( 180deg, rgb(151,193,183) 0%, rgb(0,144,255) 100%);
	padding: 120px 0 22px;
}
.mainContents.hilights .charm .txt1 {
	width: 265px;
	margin: 0 auto;
}
.mainContents.hilights .charm h2 {
	margin: 84px auto 60px;
	border-radius: 20px;
	text-align: center;
}
.mainContents.hilights .charm h2 img {
	width: 461px;
	border-radius: 20px;
	display: inline-block;
	border: 1px solid #fff;
	padding: 54px 50px;
}
.mainContents.hilights .charm h3 {
	text-align: center;
	background: url(../img/charm_star.png) no-repeat center top;
	background-size: 50px 30px;
	color: #fff;
	padding-top: 82px;
	margin-bottom: 20px;
}
.mainContents.hilights .charm h3 span {
	font-size: 2rem;
	display: inline-block;
	border-bottom: 1px solid #fff;
	padding-bottom: 24px;
}
.mainContents.hilights .charm .notes {
	text-align: center;
	line-height: 36px;
	color: #fff;
	padding-bottom: 30px;
}
.mainContents.hilights .charm .charmBox {
	width: 566px;
	margin: 0 auto 16px;
	background: #fff;
	display: table;
}
.mainContents.hilights .charm .charmBox .img {
	width: 282px;
	display: table-cell;
	vertical-align: top;
	text-align: center;
	padding: 10px 0 26px;
}
.mainContents.hilights .charm .charmBox .img img {
	width: 237px;
}
.mainContents.hilights .charm .charmBox .txt {
	width: 284px;
	display: table-cell;
	vertical-align: middle;
}
.mainContents.hilights .charm .charmBox .txt .comparison {
	line-height: 16px;
	font-size: 1.2rem;
	padding-bottom: 24px;
}
.mainContents.hilights .charm .charmBox .txt .comparison span {
	color: #df7979;
}
.mainContents.hilights .charm .charmBox.charm1 .txt .cheap {
	width: 191px;
}
.mainContents.hilights .charm .charmBox.charm2 .txt .cheap {
	width: 208px;
}
.mainContents.hilights .charm .charmBox.costs p {
	padding: 15px 20px 10px;
	font-size: 1.2rem;
	color: #555;
}
.mainContents.hilights .charm .charmBox.costs table {
	width: 526px;
    margin: 0 20px;
	color: #555;
	border-top: 1px solid #ddd;
	border-collapse: collapse;
}
.mainContents.hilights .charm .charmBox.costs th {
	line-height: 16px;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	font-size: 1.2rem;
	text-align: center;
	color: #555;
	padding: 2px 0;
}
.mainContents.hilights .charm .charmBox.costs th span {
	display: block;
	font-size: 1.1rem;
	color: #999;
}
.mainContents.hilights .charm .charmBox.costs td {
	text-align: center;
	width: 116px;
	font-size: 1.2rem;
	color: #555;
}
.mainContents.hilights .charm .charmBox.costs .odd td {
	font-weight: bold;
	font-size: 1.6rem;
	color: #209bef;
	padding: 10px 0 8px;
}
.mainContents.hilights .charm .charmBox.costs .no {
	width: 62px;
}
.mainContents.hilights .charm .charmBox.costs .caution {
	border-top: 1px solid #ddd;
	margin: 10px 20px 0;
	padding: 8px 0 20px;
}
.mainContents.hilights .charm .charmBox.costs .caution li {
	font-size: 1.1rem;
	color: #999;
	line-height: 19px;
}
.mainContents.hilights .conceptImg {
	width: 990px;
	margin: 0 auto;
	padding: 30px 0;
}
@media only screen and (max-width:768px) {
	.mainContents.hilights .recommendedPoint .pointBox {
		width: 94%;
	}
	.mainContents.hilights .recommendedPoint .pointBox .img {
		width: 49%;
	}
	.mainContents.hilights .recommendedPoint .pointBox .txt {
		width: 49%;
		float: right;
	}
	.mainContents.hilights .recommendedPoint .pointBox .txt h3 {
		left: -30px;
	}
	.mainContents.hilights .recommendedPoint .pointBox.point1 .txt h3 {
		width: 100%;
	}
	.mainContents.hilights .recommendedPoint .pointBox.point2 .txt h3 {
		width: 70%;
	}
	.mainContents.hilights .recommendedPoint .pointBox.point3 .txt h3 {
		width: 76%;
	}
	.mainContents.hilights .recommendedPoint .pointBox .txt li {
		margin-right: 2%;
	}
	.mainContents.hilights .choose .chooseWrap {
		width: 94%;
	}
	.mainContents.hilights .choose h2 {
		font-size: 3rem;
	}
	.mainContents.hilights .choose .chooseWrap .chooseBox {
		width: 48%;
	}
	.mainContents.hilights .choose .chooseWrap .chooseBox h3 {
		width: 80%;
	}
	.mainContents.hilights .choose .chooseWrap .chooseBox.type2 h3 {
		width: 95%;
	}
	.mainContents.hilights .customize h2 {
		font-size: 3rem;
	}
	.mainContents.hilights .customize .slideWrap {
		min-width: 94%;
	}
	.mainContents.hilights .customize .slideWrap .slideContents {
		width: 600px;
		height: 392px;
	}
	.mainContents.hilights .customize .slideWrap .slideContents .slideAll {
		width: 1890px;
		position: absolute;
		left: 50%;
		margin-left: -945px;
	}
	.mainContents.hilights .conceptImg {
		width: 94%;
	}
}
@media only screen and (max-width:736px) {
	.mainContents.hilights .recommendedPoint .pointBox .txt li {
		width: 46%;
	}
	.mainContents.hilights .recommendedPoint .pointBox.point1 .txt li img {
		width: 80%;
	}
}
@media only screen and (max-width:414px) {
	.mainContents.hilights .recommendedPoint {
		padding: 40px 0 26px;
	}
	.mainContents.hilights .recommendedPoint h2 {
		width: 94%;
	}
	.mainContents.hilights .recommendedPoint .pointBox .img {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
	.mainContents.hilights .recommendedPoint .pointBox .txt {
		float: none;
		width: 100%;
	}
	.mainContents.hilights .recommendedPoint .pointBox .txt h3 {
		left: 0;
		margin: -24px 0 24px;
	}
	.mainContents.hilights .recommendedPoint .pointBox.point1 .txt h3 {
		width: 80%;
	}
	.mainContents.hilights .recommendedPoint .pointBox.point2 .txt h3 {
		width: 56%;
	}
	.mainContents.hilights .recommendedPoint .pointBox.point3 .txt h3 {
		width: 56%;
	}
	.mainContents.hilights .recommendedPoint .pointBox.point3 .img {
		padding-top: 0;
	}
	.mainContents.hilights .recommendedPoint .pointBox .txt .btn a {
		width: 80%;
		margin: 20px auto 0;
		padding: 10px 0 12px;
	}
	.mainContents.hilights .customize h2 {
		width: 94%;
		margin: 0 auto 38px;
	}
	.mainContents.hilights .choose {
		padding: 32px 0 36px;
	}
	.mainContents.hilights .choose h2 {
		width: 94%;
		margin: 0 auto 38px;
	}
	.mainContents.hilights .choose .chooseWrap {
		background: none;
	}
	.mainContents.hilights .choose .chooseWrap .chooseBox {
		width: 100%;
		float: none;
		margin-top: 50px;
	}
	.mainContents.hilights .customize .slideWrap .slideContents {
		width: 300px;
		height: 209px;
	}
	.mainContents.hilights .customize .slideWrap .slideContents .slideAll {
		width: 990px;
		margin-left: -495px;
	}
	.mainContents.hilights .customize .slideWrap .slideContents .slideAll .bx-wrapper .bx-caption {
		bottom: 15px;
		text-shadow: 0 0 4px rgba(0,0,0,.7);
	}
	.mainContents.hilights .charm {
		padding: 60px 0 22px;
	}
	.mainContents.hilights .charm h2 {
		margin: 40px auto 30px;
		border-radius: 10px;
	}
	.mainContents.hilights .charm h2 img {
		width: 80%;
		border-radius: 10px;
		padding: 24px 4%;
	}
	.mainContents.hilights .charm h3 {
		color: #fff;
		padding-top: 56px;
	}
	.mainContents.hilights .charm .notes {
		line-height: 26px;
		width: 94%;
		margin: 0 auto;
	}
	.mainContents.hilights .charm .charmBox {
		width: 94%;
		position: relative;
	}
	.mainContents.hilights .charm .charmBox .img {
		width: 40%;
	}
	.mainContents.hilights .charm .charmBox .img img {
		width: 95%;
	}
	.mainContents.hilights .charm .charmBox .txt {
		width: 60%;
	}
	.mainContents.hilights .charm .charmBox.costs {
		display: block;
	}
	.mainContents.hilights .charm .charmBox.costs .charmBoxCostsTable {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		max-width: 100%;
	}
	.mainContents.hilights .charm .charmBox.costs .charmBoxCostsTable .charmBoxCostsTableList {
		width: 566px;
		display: flex;
		overflow-x: scroll;
	}
	.mainContents.hilights .charm .charmBox.costs table {
		width: 100%;
	}
}
/* ---------- faq ----------*/
.mainContents.faq {
	padding: 34px 0 30px;
	background: #efefef;
	border-bottom: 10px solid #0263af;
}
.mainContents.faq .faqMainWrap {
	width: 990px;
	margin: 0 auto;
}
.mainContents.faq .faqbox {
	background: #fff;
	border-radius: 5px;
	border: 3px solid #0263af;
	padding: 0 30px;
	margin: 0 0 10px;
}
.mainContents.faq .faqbox h2 {
	font-size: 2rem;
	text-align: center;
	color: #0263af;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
}
.mainContents.faq .faqbox h2:hover {
	cursor: pointer;
}
.mainContents.faq .faqbox h2::after {
	float: right;
	width: 32px;
	height: 32px;
	background: #0263af;
	color: #fff;
	content: "\f067";
	font-family: FontAwesome;
	text-align: center;
	border-radius: 16px;
	font-size: 1.4rem;
	line-height: 2.4em;
}
.mainContents.faq .faqbox h2.open::after {
	content: "\f068";
	background: #ccc;
}
.mainContents.faq .faqbox .faqDetailsBox {
	padding: 28px 0 40px;
	display: none;
}
.mainContents.faq .faqbox .faqDetailsBox .faqSubBox::after {
	content: "";
	display: block;
	clear: both;
}
.mainContents.faq .faqbox .faqDetailsBox .faqSubBox h3 {
	float: left;
	width: 314px;
	font-size: 2rem;
	font-weight: bold;
	color: #0263af;
}
.mainContents.faq .faqbox .faqDetailsBox .faqSubBox h3 span {
	display: block;
	font-weight: normal;
	font-size: 1.2rem;
	color: #979797;
	position: relative;
	margin-top: -4px;
}
.mainContents.faq .faqbox .faqDetailsBox .faqSubBox h3 span.small {
	font-size: 1.6rem;
	font-weight: bold;
	color: #026159;
}
.mainContents.faq .faqbox .faqDetailsBox .faqSubBox dl {
	float: right;
	width: 600px;
}
.mainContents.faq .faqbox dt {
	color: #575757;
	font-size: 2rem;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.mainContents.faq .faqbox dd {
	margin: 0 0 28px;
	line-height: 20px;
}
.mainContents.faq .faqbox dd span {
	font-size: 1.2rem;
	text-indent: -1.9em;
	padding-left: 1.9em;
	display: block;
}
.mainContents.faq .faqbox dd h4 {
	font-weight: bold;
	color: #71a29e;
	font-size: 1.6rem;
}
.mainContents.faq .faqbox dd p {
	font-size: 1.2rem;
	color: #333;
	padding: 2px 0 24px;
}
@media only screen and (max-width:768px) {
	.mainContents.faq .faqMainWrap {
		width: 94%;
	}
	.mainContents.faq .faqbox .faqDetailsBox .faqSubBox h3 {
		float: none;
		width: 100%;
		padding: 20px 0;
		font-size: 2.4rem;
	}
	.mainContents.faq .faqbox .faqDetailsBox .faqSubBox dl {
		float: none;
		width: 100%;
	}
	.mainContents.faq .faqbox .faqDetailsBox .faqSubBox .br {
		display: none;
	}
}
@media only screen and (max-width:414px) {
	.mainContents.faq .faqbox {
		padding: 0 3%;
	}
	.mainContents.faq .faqbox h2::after {
		width: 26px;
		height: 26px;
		font-size: 1.4rem;
		line-height: 1.9em;
		position: relative;
		top: -2px;
	}
	.mainContents.faq .faqbox h2 {
		font-size: 1.4rem;
	}
	.mainContents.faq .faqbox .faqDetailsBox {
		padding: 18px 0 30px;
	}
	.mainContents.faq .faqbox .faqDetailsBox .faqSubBox h3 {
		font-size: 2rem;
	}
	.mainContents.faq .faqbox dt {
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.mainContents.faq .faqbox dd {
		margin: 0 0 28px;
		font-size: 1.2rem;
		line-height: 16px;
	}
}
/* ---------- spec ----------*/
.mainContents.spec {
	width: 990px;
	margin: 0 auto 24px;
}
.specTabWrap {
	width: 990px;
	margin: 0 auto 50px;
}
.specTabWrap .tabMenu {
	display: flex;
	flex-wrap: wrap;
}
.specTabWrap .tabMenu li {
	width: 330px;
	padding-right: 2px;
}
.specTabWrap .tabMenu li a {
	display: block;
	background: #0263af;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
	border-bottom: 6px solid #003f71;
	padding: 12px 0 10px;
}
.specTabWrap .tabMenu li span {
	font-weight: normal;
	font-size: 1.4rem;
	margin-left: 5px;
}
.specTabWrap .tabMenu li.active a,
.specTabWrap .tabMenu li:hover a {
	background: #dcdcdc;
	color: #6b6b6b;
	border-bottom: 6px solid #dcdcdc;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.specTabWrap .tabMenu li:last-child {
	padding-right: 0;
}
.specTabWrap .tabContent .area {
    display: none;
}
.specTabWrap .tabContent .tabTitleWrap {
	background: #dcdcdc;
	padding: 20px 0 18px;
}
.specTabWrap .tabContent .tabTitle {
	display: table;
	width: 480px;
	margin: 0 auto;
}
.specTabWrap .tabContent .tabTitle .titleTxt {
	display: table-cell;
	width: 268px;
	vertical-align: middle;
	line-height: 1;
}
.specTabWrap .tabContent .tabTitle h2 {
	font-weight: bold;
	text-align: center;
	font-size: 4.4rem;
	font-family: "HelveticaNeue", "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Helvetica, Sans-Serif;
}
.specTabWrap .tabContent .tabTitle h2 .t1 {
	font-size: 1.6rem;
	font-weight: bold;
	display: block;
	padding-bottom: 8px;
}
.specTabWrap .tabContent .tabTitle h2 .t2 {
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Helvetica, Sans-Serif;
}
.specTabWrap .tabContent .tabTitle h2 .t3 {
	font-weight: normal;
	font-size: 2.2rem;
	display: block;
	padding-top: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Helvetica, Sans-Serif;
}
.specTabWrap .tabContent .tabTitle .img {
	width: 212px;
	display: table-cell;
}
.specTabWrap .tabContent .tabDetails {
	padding: 24px 86px 56px;
	background: #eee;
	border-radius: 0 0 10px 10px;
}
.specTabWrap .tabContent .tabDetails .note {
	padding-bottom: 15px;
}
.specTabWrap .tabContent .tabDetails .note span {
	padding-right: 15px;
}
.specTabWrap .tabContent .tabDetails h3 {
	background: #a7a6a6;
	color: #fff;
	font-size: 1.6rem;
	padding: 4px 12px 3px;
	margin-bottom: 15px;
}
.specTabWrap .tabContent .tabDetails h3 span {
	font-size: 1.2rem;
}
.specTabWrap .tabContent .tabDetails dl {
	display: table;
	width: 100%;
	line-height: 1.1;
	border-bottom: 1px solid #dadada;
	padding-bottom: 20px;
	margin-bottom: 18px;
}
.specTabWrap .tabContent .tabDetails dl:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}
.specTabWrap .tabContent .tabDetails dt {
	display: table-cell;
	width: 340px;
	font-size: 1.6rem;
	vertical-align: middle;
}
.specTabWrap .tabContent .tabDetails dt span {
	display: block;
	font-size: 1.2rem;
}
.specTabWrap .tabContent .tabDetails dt .item {
	display: inline-block;
	vertical-align: middle;
	font-size: 2rem;
	padding-right: 10px;
}
.specTabWrap .tabContent .tabDetails dt .notes {
	display: inline-block;
	vertical-align: middle;
}
.specTabWrap .tabContent .tabDetails dd {
	display: table-cell;
	vertical-align: middle;
}
.specTabWrap .tabContent .tabDetails dd .img {
	width: 112px;
	display: table-cell;
	vertical-align: middle;
}
.specTabWrap .tabContent .tabDetails dd p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 2.6rem;
	width: 366px;
}
.specTabWrap .tabContent .tabDetails dd p span {
	display: block;
	font-size: 1.2rem;
	padding-top: 5px;
}
.mainContents.spec .spectableBox {
	border: 1px solid #ddd;
	padding: 30px 45px;
}
.mainContents.spec .spectableBox .trigger::after {
	content: "";
	clear: both;
	display: block;
}
.mainContents.spec .spectableBox .trigger .name {
	color: #0263af;
	font-size: 3rem;
	float: left;
}
.mainContents.spec .spectableBox .trigger .btn {
	float: right;
	text-align: center;
	padding-top: 10px;
	width: 42px;
}
.mainContents.spec .spectableBox .trigger .btn::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 14px 8px;
	border-color: transparent transparent #0263af transparent;
	display: block;
	margin: 0 auto;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.mainContents.spec .spectableBox .trigger .btn.open::before {
	transform: rotateX( 180deg );
}
.mainContents.spec .spectableBox .trigger .btn::after {
	content: "OPEN";
	display: block;
	font-size: 1.2rem;
	color: #0263af;
	padding-top: 10px;
}
.mainContents.spec .spectableBox .trigger .btn.open::after {
	content: "CLOSE";
}
.mainContents.spec .spectableBox .trigger .btn:hover {
	cursor: pointer;
}
.mainContents.spec .spectableBox .specMainWrap {
	margin-top: 20px;
}
.mainContents.spec .spectableBox .specMainWrap.hideContents {
	display: none;
}
.mainContents.spec .spectableBox .specMainWrap .details2 {
	margin-top: 68px;
}
.mainContents.spec .spectableBox .specMainWrap .details3 {
	margin-top: 68px;
}
.mainContents.spec .spectableBox .specMainWrap .details4 {
	margin-top: 68px;
}
.mainContents.spec .spectableBox .specMainWrap h2 {
	color: #777;
	font-size: 3rem;
	margin-bottom: 36px;
	text-align: left;
	font-weight: normal;
}
.mainContents.spec .spectableBox .specMainWrap h2 span {
	font-size: 1.6rem;
}
.mainContents.spec .spectableBox .specMainWrap .specMainContents {
	display: table;
	width: 100%;
}
.mainContents.spec .spectableBox .specMainWrap .specMainContents .img {
	display: table-cell;
	width: 515px;
	vertical-align: top;
}
.mainContents.spec .spectableBox .specMainWrap .specMainContents .img img {
	width: 457px;
}
.mainContents.spec .spectableBox .specMainWrap .details3 .specMainContents .img img {
	width: 500px;
}
.mainContents.spec .spectableBox .specMainWrap .details4 .specMainContents .img {
	text-align: center;
}
.mainContents.spec .spectableBox .specMainWrap .details4 .specMainContents .img img {
	width: 300px;
}
.mainContents.spec .spectableBox .specMainWrap .specMainContents .txt {
	display: table-cell;
	width: 383px;
}
.mainContents.spec .spectableBox .specMainWrap .specMainContents .txt dl {
	font-size: 1.6rem;
}
.mainContents.spec .spectableBox .specMainWrap .specMainContents .txt dl::after {
	content: "";
	display: block;
	clear: both;
}
.mainContents.spec .spectableBox .specMainWrap .specMainContents .txt dt {
	color: #ea5810;
	width: 110px;
	float: left;
	margin-bottom: 30px;
}
.mainContents.spec .spectableBox .specMainWrap .specMainContents .txt dd {
	margin: 0 0 30px 110px;
}
.mainContents.spec .spectableBox .specMainWrap .specMainContents .txt dd span {
	font-size: 1.2rem;
	display: block;
	line-height: 1.1;
}
@media only screen and (max-width:768px) {
	.mainContents.spec {
		width: 94%;
	}
	.specTabWrap .tabMenu li {
		width: 33%;
	}
	.specTabWrap .tabMenu li:nth-child(2) {
		width: 34%;
	}
	.specTabWrap .tabMenu li a {
		font-size: 1.8rem;
	}
	.specTabWrap .tabMenu li span {
		font-size: 1.2rem;
	}
	.specTabWrap .tabContent .tabDetails {
		padding: 24px 6% 56px;
	}
	.specTabWrap .tabContent .tabDetails dt {
		width: 45%;
	}
	.mainContents.spec .spectableBox {
		padding: 30px 4%;
	}
	.mainContents.spec .spectableBox .specMainWrap .specMainContents .img {
		width: 50%;
	}
	.mainContents.spec .spectableBox .specMainWrap .specMainContents .img img,
	.mainContents.spec .spectableBox .specMainWrap .details3 .specMainContents .img img {
		width: 94%;
	}
	.mainContents.spec .spectableBox .specMainWrap .details4 .specMainContents .img img {
		width: 50%;
	}
	.mainContents.spec .spectableBox .specMainWrap .specMainContents .txt {
		width: 50%;
	}
}
@media only screen and (max-width:667px) {
	.specTabWrap {
		width: 100%;
		margin: 0 auto 50px;
	}
	.specTabWrap .tabMenu li a {
		font-size: 1.4rem;
		padding: 8px 0;
	}
	.specTabWrap .tabMenu li span {
		font-size: 1rem;
		margin-left: 0;
		display: block;
	}
	.specTabWrap .tabContent .tabTitleWrap {
		padding: 20px 0 32px;
	}
	.specTabWrap .tabContent .tabTitle {
		width: 100%;
		font-size: 0;
		display: block;
	}
	.specTabWrap .tabContent .tabTitle .titleTxt {
		display: inline-block;
		width: 49%;
	}
	.specTabWrap .tabContent .tabTitle h2 {
		text-align: right;
		font-size: 3.4rem;
		background: rgba(255,255,255,0.80);
		position: relative;
		z-index: 2;
		padding: 12px 3% 8px;
	}
	.specTabWrap .tabContent .tabTitle h2 .t1 {
		font-size: 1rem;
		padding: 0 8px 2px 0; 
	}
	.specTabWrap .tabContent .tabTitle h2 .t3 {
		font-size: 1.2rem;
		padding: 8px 8px 0 0;
	}
	.specTabWrap .tabContent .tabTitle .img {
		width: 60%;
		display: inline-block;
		margin-left: -11%;
	}
	.specTabWrap .tabContent .tabDetails {
		padding: 14px 5% 30px;
		border-radius: 0;
	}
	.specTabWrap .tabContent .tabDetails .note {
		padding: 0 3% 10px;
	}
	.specTabWrap .tabContent .tabDetails .note span {
		padding-right: 10px;
	}
	.specTabWrap .tabContent .tabDetails h3 {
		padding: 8px 4% 7px;
		margin-bottom: 25px;
		line-height: 16px;
	}
	.specTabWrap .tabContent .tabDetails h3 span {
		display: block;
	}
	.specTabWrap .tabContent .tabDetails dl {
		display: block;
		width: 100%;
		padding: 0 3% 16px;
		margin-bottom: 24px;
	}
	.specTabWrap .tabContent .tabDetails dt {
		display: table;
		width: 100%;
		padding-bottom: 12px;
	}
	.specTabWrap .tabContent .tabDetails dt .item {
		display: table-cell;
		vertical-align: middle;
		width: 25px;
	}
	.specTabWrap .tabContent .tabDetails dt .notes {
		display: table-cell;
		vertical-align: middle;
	}
	.specTabWrap .tabContent .tabDetails dd {
		display: table;
		width: 100%;
	}
	.specTabWrap .tabContent .tabDetails dd p {
		width: auto;
	}
	.specTabWrap .tabContent .tabDetails dd p span {
		font-size: 1rem;
	}
}
@media only screen and (max-width:414px) {
	.mainContents.spec .spectableBox .trigger .name {
		color: #05635b;
		font-size: 2.2rem;
		float: left;
	}
	.mainContents.spec .spectableBox {
		padding: 20px 3% 12px;
	}
	.mainContents.spec .spectableBox .specMainWrap .details2 {
		margin-top: 40px;
	}
	.mainContents.spec .spectableBox .specMainWrap h2 {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.mainContents.spec .spectableBox .specMainWrap h2 span {
		font-size: 1.4rem;
	}
	.mainContents.spec .spectableBox .trigger .btn {
		padding-top: 4px;
	}
	.mainContents.spec .spectableBox .specMainWrap {
		margin-top: 10px;
	}
	.mainContents.spec .spectableBox .specMainWrap .specMainContents {
		display: block;
	}
	.mainContents.spec .spectableBox .specMainWrap .specMainContents .img {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.mainContents.spec .spectableBox .specMainWrap .specMainContents .img img,
	.mainContents.spec .spectableBox .specMainWrap .details3 .specMainContents .img img {
		width: 94%;
	}
	.mainContents.spec .spectableBox .specMainWrap .specMainContents .txt {
		display: block;
		width: 94%;
		margin: 0 auto;
	}
	.mainContents.spec .spectableBox .specMainWrap .specMainContents .txt dl {
		font-size: 1.4rem;
	}
	.mainContents.spec .spectableBox .specMainWrap .specMainContents .txt dt {
		color: #ea5810;
		width: 95px;
		float: left;
		margin-bottom: 30px;
	}
	.mainContents.spec .spectableBox .specMainWrap .specMainContents .txt dd {
		margin: 0 0 30px 95px;
	}
}
/* ---------- price ----------*/
.mainContents.price {
	width: 990px;
	margin: 0 auto;
}
.mainContents.price .priceTable {
	position: relative;
	background-color: #fff;
	margin-bottom: 4rem;
}
.mainContents.price .priceTable h2 {
	text-align: left;
}
.mainContents.price .priceTable table {
	border-bottom: 1px solid #d3d3d3;
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
}
.mainContents.price .priceTable th {
	background: #f5f5f5;
	text-align: left;
	font-weight: normal;
	border-top: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	padding: 10px;
	font-size: 1.2rem;
	vertical-align: middle;
}
.mainContents.price .priceTable th.bordern {
	border-left: none;
}
.mainContents.price .priceTable th.name {
	background: #fff;
	border-left: none;
	vertical-align: top;
}
.mainContents.price .priceTable td {
	border-top: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	padding: 10px;
	font-size: 1.2rem;
	vertical-align: top;
}
.mainContents.price .priceTable td.price {
	font-size: 1.8rem;
}
.mainContents.price .priceTable td.price span {
	display: block;
	font-size: 1.2rem;
}
.mainContents.price .priceTable sup {
	vertical-align: super;
	font-size: smaller;
	line-height: 1;
}
.mainContents.price .priceTable .notes {
	margin: 0 0 30px;
}
.mainContents.price .priceTable .notes li {
	font-size: 1rem;
	padding-left: 1em;
	text-indent: -1em;
}
@media only screen and (max-width:768px) {
	.mainContents.price {
		width: 94%;
	}
	.mainContents.price .priceTable .priceTableList {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		max-width: 100%;
	}
	.mainContents.price .priceTable .priceTableList .priceTableListWrap {
		width: 990px;
		display: flex;
		overflow-x: scroll;
	}
}

/* ---------- Body Color ----------*/
.mainContents .bodyColor {
	padding-top: 50px;
}
.mainContents .bodyColor h3 {
	margin-bottom: 20px;
	font-size: 1.7rem;
	font-weight: normal;
	color: #000;
}
.mainContents .bodyColor h4 {
	color: #000;
	font-weight: normal;
}
.mainContents .bodyColor .colorBox {
	margin-bottom: 42px;
}
.mainContents .bodyColor .colorWrap {
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding: 20px 0;
}
.mainContents .bodyColor .colorWrap::after {
	content: "";
	clear: both;
	display: block;
}
.mainContents .bodyColor .colorWrap dl {
	line-height: 1;
	display: table;
	width: 50%;
	float: left;
}
.mainContents .bodyColor .colorWrap dt {
	width: 24px;
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 20px;
}
.mainContents .bodyColor .colorWrap dd {
	font-size: 1.2rem;
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 10px;
}
.mainContents .bodyColor .colorWrap dd sup {
	vertical-align: super;
	font-size: smaller;
	line-height: 1;
}
.mainContents .bodyColor .colorWrap dd span {
	display: block;
}
.mainContents .bodyColor .notes {
	font-size: 1rem;
	padding: 8px 0 0;
}
.mainContents .bodyColor .notes li {
	text-indent: -1em;
	padding-left: 1em;
}
@media only screen and (max-width:768px) {
	.mainContents .bodyColor .colorWrap {
		padding: 20px 3% 0;
	}
	.mainContents .bodyColor .colorWrap dl {
		width: 50%;
		float: left;
	}
}
@media only screen and (max-width:414px) {
	.mainContents .bodyColor .bodyColor .colorWrap dl {
		width: 100%;
		float: none;
	}
}
/* ---------- Color Scheme ----------*/
.mainContents .colorScheme h3 {
	margin-bottom: 20px;
	font-size: 1.7rem;
	font-weight: normal;
	color: #000;
}
.mainContents .colorScheme .colorInfo dl {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 16px;
}
.mainContents .colorScheme .colorInfo dt {
	display: inline-block;
	width: 56px;
	height: 23px;
	vertical-align: middle;
	border: 1px solid #d3d3d3;
}
.mainContents .colorScheme .colorInfo .default dt {
	background: #d1e4c0;
}
.mainContents .colorScheme .colorInfo .option dt {
	background: #e8e88b;
}
.mainContents .colorScheme .colorInfo dd {
	display: inline-block;
	vertical-align: middle;
}
.mainContents .colorScheme .colorListTable table {
	width: 100%;
	border-collapse: collapse;
}
.mainContents .colorScheme .colorListTable th {
	text-align: left;
	padding: 10px 2px;
	font-size: 1.2rem;
	border-bottom: 1px solid #d3d3d3;
	border-left: none;
}
.mainContents .colorScheme .colorListTable th.w188 {
	width: 188px;
}
.mainContents .colorScheme .colorListTable thead th {
	background: #f5f5f5;
	text-align: center;
	border: 1px solid #d3d3d3;
	border-right: none;
	padding: 10px 2px;
	font-weight: normal;
}
.mainContents .colorScheme .colorListTable td {
	text-align: left;
	padding: 10px;
	font-size: 1.2rem;
	border-left: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	background: #fff;
}
.mainContents .colorScheme .colorListTable td.seat {
	vertical-align: middle;
	text-align: center;
}
.mainContents .colorScheme .colorListTable .name {
	border-left: none;
}
.mainContents .colorScheme .colorListTable td.default {
	background: #d1e4c0;
}
.mainContents .colorScheme .colorListTable td.option {
	background: #e8e88b;
}
.mainContents .colorScheme .colorListTable th sup {
	vertical-align: super;
	font-size: smaller;
	line-height: 1;
}
.mainContents .colorScheme .notes {
	margin: 30px 0 40px;
}
.mainContents .colorScheme .notes li {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 1rem;
}
@media only screen and (max-width:768px) {
	.mainContents .colorListTable {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		max-width: 100%;
	}
	.colorListTable .colorListTableList {
		width: 990px;
		display: flex;
		overflow-x: scroll;
	}
}
/* =========================================================
		Footer
========================================================= */
.footer .footerWrap {
	width: 880px;
	margin: 0 auto;
	position: relative;
	padding: 70px 0 50px;
}
.footer .footerWrap p{
	font-size: 11px;
	text-align: right;
	color: #999;
}
.footer .footerWrap img{
	max-width: 100%;
}
.footer .footerWrap::after {
	content: "";
	display: block;
	clear: both;
}
.footer .copyright {
	text-align: center;
	font-size: 1.2rem;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	background: #0263af;
	padding: 30px 0;
}
@media only screen and (max-width:768px) {
	.footer .footerWrap {
		width: 90%;
	}
}
@media only screen and (max-width:736px) {
	.footer {
		padding-bottom: 0;
	}
	.footer .copyright {
		padding-bottom: 80px;
	}
}
@media only screen and (max-width:414px) {
	.footer .footerWrap {
		padding: 20px 0;
	}
}
