@charset "shift_jis";
/*==============================================
common
============================================= */

#header {
border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn {
width: 930px;
margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

.sponly{
display:none;
}


/*==============================================
 effect
============================================= */

[data-effect] {
  opacity: 0;
  transition: transform .6s, opacity .6s;
}
[data-effect="top"] {
  transform: translateY(-60px);
}
[data-effect="bottom"] {
  transform: translateY(60px);
}
[data-effect="left"] {
  transform: translateX(60px);
}
[data-effect="right"] {
  transform: translateX(-60px);
}
[data-effect].ended {
  transform: translateY(0);
  opacity: 1;
}


/*---- 文字　 ----*/
#mainContents .paragraph,
#mainContents .mainTitleWrap,
table th,table td{
font-family:'游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
font-feature-settings: "palt" 1;
letter-spacing: 0.05em;}

#mainContents p {
	font-size:  124%;
	line-height: 2;
}

#mainContents .cap{
	font-size: 100%;
	line-height: 1.9;}


#mainContents p + p {
	margin-top: 24px;}

sup {
font-size: 60%;
vertical-align: top;
position: relative;
top: 0.3em;
}



/*==============================================
看板
============================================= */
.mainTitleWrap {
width: 100%;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_ht-a5000_a3000/top_bg_black.png) center top repeat-x;
}
.mainTitle {
width:100%;
margin: 0 auto;
height: 492px;
/*height: 438px;*/
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_ht-a5000_a3000/top_bg.jpg) center top no-repeat;
}

.mainTitle .catch {
	height: 462px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_ht-a5000_a3000/pc_catch.png) center 362px no-repeat;
	text-indent: -999em;
	width: 930px;
	margin: 0 auto;
}

h1 {
width: 930px;
height: 172px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_ht-a5000_a3000/pc_title.png) center top no-repeat;
text-indent: -999em;
font-size: 0;
z-index: 1;
margin: 10px auto 0;
}

.lead {
	width: 930px;
	margin: 50px auto 0;
}

.lead a:link,
.lead a:visited {
color: #0054ee;
text-decoration: underline;
}
.lead a:hover,
.lead a:active {
color: #699dfc;
}

.contentsNavi {
	width: 930px;
	margin: 50px auto 0;
	display: block;}

.contentsNavi p,
.contentsNavi ul {display: table-cell;
vertical-align: middle;}

.contentsNavi p {
	text-indent: -999em;
	width: 115px;
	background: #000 url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_ht-a5000_a3000/index_tit.png) center 50% no-repeat;}

.contentsNavi ul {
	padding: 14px 0 14px 20px;}

.contentsNavi li + li {
	margin-top: 20px;}

.contentsNavi a {
	display: block;
	font-size: 16px;
	background:  url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_ht-a5000_a3000/index_arrow.png) left 50% no-repeat;
	padding-left: 20px;
transition: 0.2s ease-in-out;}

.contentsNavi a .icon {
	display: inline-block;
	width: 170px;
	font-weight: bold;}

.contentsNavi a:hover {
	color: #324b86;
}

.blue {
	color: #324b86;
}

/*==============================================
 バナー
============================================= */
.topbnr,
.innerbnr{
width: 100%;
padding: 45px 0;
background-color: #161616;}

.topbnr {margin: 450px auto 0;}

.innerbnr {
	margin-top: 100px;}

.topbnr .bnr,
.innerbnr.item02 .bnr{
width: 930px;
margin: 0 auto;
overflow: hidden;}

.topbnr a .item,
.innerbnr.item02 a .itme{
transition: 0.2s ease-in-out;}

.topbnr a.link01 .item,
.innerbnr.item02 a.link01 .item{
width: 455px;
height: 127px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_ht-a5000_a3000/bnr01_s.jpg) center top no-repeat;}
.topbnr a.link02 .item,
.innerbnr.item02 a.link02 .item{
width: 455px;
height: 127px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_ht-a5000_a3000/bnr02_s.jpg) center top no-repeat;}

.topbnr a:hover .item,
.innerbnr.item02 a:hover .item{
opacity: 0;
/*opacity: 0.8;
filter: alpha(opacity=80);*/}

.topbnr a,
.innerbnr.item02 a{
display: block;
float: left;
width: 455px;
height: 127px;
text-indent: -999em;
overflow: hidden;}

.topbnr a.link01,
.innerbnr.item02 a.link01{
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_ht-a5000_a3000/bnr01_s_over.jpg) center top no-repeat;}
.topbnr a.link02,
.innerbnr.item02 a.link02{
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_ht-a5000_a3000/bnr02_s_over.jpg) center top no-repeat;}

.topbnr a + a,
.innerbnr.item02 a + a{
margin-left: 20px;}



.innerbnr.hta5000 a .item,
.innerbnr.hta3000 a .item{
	width: 814px;
	height: 127px;
	margin: 0 auto;
transition: 0.2s ease-in-out;}

.innerbnr.hta5000 a .item{
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_ht-a5000_a3000/bnr01_l.jpg) center top no-repeat;}

.innerbnr.hta3000 a .item{
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_ht-a5000_a3000/bnr02_l.jpg) center top no-repeat;}

.innerbnr.hta5000 a:hover .item,
.innerbnr.hta3000 a:hover .item{
opacity: 0;}

.innerbnr.hta5000 a,
.innerbnr.hta3000 a {
	width: 814px;
	height: 127px;
	margin: 0 auto;
	text-indent: -999em;
	display: block;
}

.innerbnr.hta5000 a {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_ht-a5000_a3000/bnr01_l_over.jpg) center top no-repeat;}

.innerbnr.hta3000 a {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_ht-a5000_a3000/bnr02_l_over.jpg) center top no-repeat;}

/*.innerbnr a{
display: block;
width: 600px;
height: 100px;
text-indent: -999em;
background-color: #333;
margin: 90px auto;
overflow: hidden;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;}

.innerbnr a:hover{
background-color: #59A9FF;
opacity: 0.8;
filter: alpha(opacity=80);}
*/


/*==============================================
#mainContents
============================================= */
.paragraph {
	margin: 120px auto 0;}

.paragraph h2 {
		width: 930px;
	margin: 0 auto;
	font-size: 26px;
	line-height: 1.7;
	padding-left: 20px;
	border-left: #3e568d 2px solid;
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";}

.paragraph h2 .icon {
	color: #324b86;
	font-size: 30px;
	margin-bottom: 15px;
	display: block;}

.paragraph h3 {
	font-size: 24px;
	line-height: 1.7;
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-top: 100px;
}

.paragraph h3 + p{
	margin-top: 50px;
}

.paragraphIn {
	width: 930px;
	margin: 60px auto 0;
}

.subtext {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 15px;
}

/*----　画像　----*/
.w700 {
	width: 700px !important;
}

.imgBox {margin:90px auto 0; width:930px;}

.imgBox div {overflow: hidden;}

.imgBox .floatL,
.imgBox .floatR {width:455px;}
.imgBox img {width: 100%;}

.imgBox a {
font-size: 0;
display: block;
cursor: zoom-in;}

.imgBox a img{
transition: 0.2s ease-in-out;}

.imgBox a:hover img {
opacity: 0.8;
filter: alpha(opacity=80);}

.imgBox .cap a {
	font-size: 100% !important;
	display: inline-block !important;
	color: #5a7ddd;
	text-decoration: underline;}

.imgBox div + .cap,
.imgBox a + .cap{
	margin-top: 15px;}

a.floatL + .cap,
a.floatR + .cap{
	margin-top: 0;}

.imgBox + p {
	margin-top: 90px;
}

.annotation {
	width: 930px;
	margin: 40px auto 0;
	font-size: 12px;
	line-height: 1.6;
}

.annotation li + li {
	margin-top: 10px;
}

/*==============================================
.productBox
============================================= */
.productBox {
	width: 100%;
	background-color: #161616;
	padding: 80px 0 60px;
	margin-top: 120px;
}

.productBoxIn {
	width: 930px;
	margin: 0 auto;
	overflow: hidden;}


.productBoxIn a {
	display: block;
	background-color: #fff;
	width: 455px;
	float: left;}

.productBoxIn a + a {
	margin-left: 20px;}

.productBoxIn a .img {
	padding: 20px;
	box-sizing: border-box;
transition: 0.2s ease-in-out;}

.productBoxIn a:hover .img {
opacity: 0.8;
filter: alpha(opacity=80);	
}

.productBoxIn a .info .bg{
text-indent: -999em;
font-size: 0;
height: 190px;
transition: 0.2s ease-in-out;
}



.productBoxIn a.item01 .info .bg {
background:#eee url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_ht-a5000_a3000/prd_name01.png) center 24px no-repeat;}
.productBoxIn a.item02 .info .bg{
background:#eee url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_ht-a5000_a3000/prd_name02.png) center 24px no-repeat;}

.productBoxIn a:hover .info .bg{
opacity: 0;}

.productBoxIn a.item01 .info{
background:#eee url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_ht-a5000_a3000/prd_name01_over.png) center 24px no-repeat;}
.productBoxIn a.item02 .info{
background:#eee url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_ht-a5000_a3000/prd_name02_over.png) center 24px no-repeat;}


/*==============================================
.releasedate
============================================= */
.bgblack {
	background: #161616;
	padding: 0 0 100px;
}

.releasedate {
font-size: 11px; 
color: #fff;
width: 930px; 
margin: 0 auto; 
text-align: right;}

