@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
	border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn,
.copyRightIn {
	width: 1000px;
	margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

em {
	font-style: normal;
}
img {
	image-rendering: -webkit-optimize-contrast;
}

/*==============================================
 .noto
============================================= */
/* light */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Light.woff);
    font-weight: 300;
}
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: 400;
}
/* medium */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Medium.woff);
    font-weight: 500;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}

#mainContents {
	background: #fff;
	font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
	letter-spacing: 0.06em;
	font-feature-settings: "palt"1;
	color: #333;
	padding-bottom: 30px;
}

.releasedate {
	width: 830px; 
	font-size: 11px; 
	text-align: right;
	margin: 90px auto 0; 
}


/*==============================================
 看板
============================================= */
.mainTitleWrap {
	position: relative;
}
.mainTitleWrap:before {
	content: "";
	width: 100%;
	height: 515px;
	background: #f3f3f3;
	position: absolute;
	top: 0;
}
.mainTitle {
	width: 100%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_fmv/mainimg.webp) no-repeat center top;
	margin: 0 auto;
	position: relative;
	padding-top: 50px;
}
h1 {
	width: 100%;
	height: 643px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_fmv/maintitle.webp) no-repeat center top;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 0 auto;
}
.lead {
	width: 830px;
	margin: 50px auto 0;
}
.lead p {
	font-size: 16px;
	line-height: 2;
}
.lead p a {
	color: #2314b7;
	text-decoration: underline;
}
.lead p a:hover {
	text-decoration: none;
}


/*==============================================
 バナー
============================================= */
a.topbnr {
	display: block;
	width: 430px;
	height: 56px;
	border-radius: calc(1px/0);
	background: linear-gradient(90deg, #2312b7 0%, #3387b6 30%, #4ae3ab 55%);
	background-size: 200% 100%;
	font-size: 15px;
	color: #fff;
	line-height: 56px;
	text-align: center;
	margin:  0 auto 45px;
	position: relative;
	transition: all ease .3s;
}
a.topbnr:hover {
	background-position: 15% 0;
	color: #fff;
}
a.topbnr:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.5em;
	margin: auto 0;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: rotate(-45deg);
}
.innerbnr {
	width: 870px;
	margin: 100px auto 0;
}
.innerbnr a {
	display: block;
	height: 210px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/09_fmv/innerbnr.png) no-repeat 0 0;
	position: relative;
}
.innerbnr a div {
	width: 420px;
	height: 44px;
	border-radius: calc(1px/0);
	background: linear-gradient(90deg, #2312b7 0%, #3387b6 30%, #4ae3ab 55%);
	background-size: 200% 100%;
	font-size: 15px;
	color: #fff;
	line-height: 44px;
	text-align: center;
	position: absolute;
	transition: all ease .3s;
	bottom: 40px;
	right: 87px;
}
.innerbnr a div:hover {
	background-position: 15% 0;
	color: #fff;
}
.innerbnr a div:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.5em;
	margin: auto 0;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: rotate(-45deg);
}


/*==============================================
 目次
============================================= */
.menu {
	background: #f3f3f3;
	margin: 60px auto 0;
	padding: 40px 0;
}
.menu dl {
	display: table;
	width: 830px;
	margin: auto;
}
.menu dt {
	display: table-cell;
	width: 180px;
	font-size: 12px;
	font-weight: 500;
	vertical-align: middle;
}
.menu dd {
	display: table-cell;
	vertical-align: middle;
}
.menu dd a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	margin: 1.1em auto;
	transition: all ease .3s;
}
.menu dd a em {
	display: inline-block;
	width: 80px;
	color: #2731b7;
	position: relative;
}
.menu dd a em:after {
	content: "▼";
	display: inline-block;
	font-size: 9px;
	color: #ccc;
	transform: rotate(-90deg);
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
}
.menu dd a:hover {
	opacity: .6;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph {
	margin: 100px auto 0;
}
.paragraph h2 {
	width: 830px;
	border-left: 8px solid #2731b7;
	font-size: 38px;
	font-weight: 700;
	color: #111;
	line-height: 1.35;
	margin: 0 auto 80px;
	padding: 14px 0 10px 30px;
	box-sizing: border-box;
}
.paragraph h2 em {
	display: block;
	font-size: 18px;
	color: #2731b7;
	margin-bottom: 10px;
}
.paragraphIn {
	width: 830px;
	margin: 0 auto;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 2;
	margin: 0 0 30px;
}
p .marker {
	background: linear-gradient(transparent 60%, #eee726 40%);
	background-repeat: no-repeat;
	background-size: 0% 100%;
	transition:background-size 1s;
	font-weight: bold;
	font-weight: 700;
}
p .marker.on {
	background-size: 100% 100%;
}

#article04 {
	width: 100%;
	background: #f3f3f3;
	padding: 90px 0 1px;
}
#article04 .paragraphIn {
	width: 830px;
}
#article04 h2 {
	border: 0;
	font-weight: 700;
	color: #111;
	line-height: 1.5;
	text-align: center;
	margin: 0 auto 80px;
	padding: 0;
}
#article04 h2 em {
	display: none;
}
#article04 h2 .marker {
	background: linear-gradient(transparent 75%, #eee726 25%);
}


/*==============================================
 囲み
============================================= */
.column {
	border: 10px solid #2c58b7;
	margin: 90px auto 80px;
	padding: 70px 70px 50px;
}
.column h3 {
	font-size: 30px;
	font-weight: 700;
	color: #2c58b7;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 50px;
}
.column p a {
	font-weight: 700;
	color: #2c58b7;
	text-decoration: underline;
}
.column p a:hover {
	text-decoration: none;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 600px;
	margin: 80px auto;
	overflow: hidden;
}
.imgBoxL {
	width: 830px;
	margin: 80px auto;
}
.imgBox a,
.imgBoxL a {
	display: block;
}
.imgBox.half a {
	width: 254px;
	float: left;
}
.imgBox img {
	display: block;
	max-width: 100%;
	margin: auto;
}
.imgBox a img,
.imgBoxL a img {
	transition: all ease .3s;
}
.imgBox a:hover img,
.imgBoxL a:hover img {
	opacity: .8;
}
.imgBox .cap,
.imgBoxL .cap {
	font-size: 13px;
	line-height: 1.9;
	margin: 20px 0 0;
}
.imgBox.half .cap {
	width: 300px;
	margin-top: -2px;
	float: right;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	background: #f3f3f3;
	width: 100%;
	padding: 1px 0 0;
}
.productBox .lineup {
	width: 830px;
	margin: 50px auto 0;
}
.productBox .lineup h2 {
	border-left: 5px solid #2731b7;
	font-size: 18px;
	font-weight: 700;
	padding: .5em 0 .4em .4em;
}
.productBox .lineup table {
	width: 100%;
	background: #fff;
	margin-top: 15px;
}
.productBox .lineup th,
.productBox .lineup td {
	border: 1px solid #333;
	letter-spacing: 0;
	vertical-align: middle;
	padding: 1em .6em;
	box-sizing: border-box;
}
.productBox .lineup thead th:first-child,
.productBox .lineup tbody th {
	width: 17.5%;
	background: #e5e7e9;
	border: 1px solid #333;
	font-weight: 500;
}
.productBox .lineup thead th {
	text-align: center;
	position: relative;
	padding: 40px 0 1.2em;
}
.productBox .lineup thead th a span {
	display: block;
	width: 90px;
	height: 18px;
	background: #eee;
	border-radius: calc(1px/0);
	font-size: 10px;
	font-weight: 300;
	line-height: 17px;
	margin: auto;
	position: absolute;
	top: 1.6em;
	left: 0;
	right: 0;
}
.productBox .lineup thead th a dt {
	font-size: 20px;
	font-weight: 700;
}
.productBox .lineup thead th a dd:last-child {
	width: 180px;
	height: 30px;
	border-radius: calc(1px/0);
	background: linear-gradient(90deg, #2312b7 0%, #3387b6 30%, #4ae3ab 55%);
	background-size: 200% 100%;
	color: #fff;
	line-height: 30px;
	margin: .3em auto 0;
	position: relative;
	transition: all ease .3s;
}
.productBox .lineup thead th a dd:last-child:hover {
	background-position: 15% 0;
}
.productBox .lineup thead th a dd:last-child:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	margin: auto 0;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}
.productBox .lineup tbody td {
	width: 27.5%;
	text-align: center;
}
.productBox .read-more label {
	display: none;
}
