@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;
}

@font-face {
    font-family: iconfont;
    src: url(https://img1.kakaku.k-img.com/images/fonts/iconfont.eot?1449568682978);
    src: url(https://img1.kakaku.k-img.com/images/fonts/iconfont.eot?1449568682978#iefix) format("eot"), url(https://img1.kakaku.k-img.com/images/fonts/iconfont.woff?1449568682978) format("woff"), url(https://img1.kakaku.k-img.com/images/fonts/iconfont.ttf?1449568682978) format("truetype"), url(https://img1.kakaku.k-img.com/images/fonts/iconfont.svg?1449568682978#iconfont) format("svg")
}

.releasedate {
	width: 1000px;
	font-size: 11px;
	color: #fff;
	text-align: right;
	margin: 60px auto 0;
	padding-bottom: 100px;
}

#mainContents {
	background: #7b7875;
	font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Arial", sans-serif;
	color: #444;
	letter-spacing: 0.05em;
	font-feature-settings: "palt" 1;
}


/*==============================================
 看板
============================================= */
.mainTitle {
	padding-top: 60px;
}
.mainTitle p {
	width: 1000px;
	height: 550px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/01_tiger/mainimg.webp) no-repeat center top;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 0 auto;
}
h1 {
	width: 1000px;
	height: 93px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/01_tiger/maintitle.png) no-repeat center top;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 52px auto 0;
}
p.lead {
	width: 800px;
	font-size: 16px;
	color: #fff;
	line-height: 2;
	margin: 50px auto 0;
	padding: 0 100px;
}
p.lead a {
	color: #fff;
	text-decoration: underline;
}
p.lead a:hover {
	text-decoration: none;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	width: 1000px;
	margin: 40px auto 0;
}
.topbnr a {
	display:block;
	width: 430px;
	height: 60px;
	background: #cf7b0d;
	border-radius: calc(1px / 0);
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 62px;
	margin: 0 auto;
	position: relative;
	transition: all ease .3s;
}
.topbnr a:hover {
	background: #e18b1a;
}
.topbnr a:after {
	right: 20px;
	width: 8px;
	height: 8px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-right: 4px solid #fff;
	border-bottom: 4px solid #fff;
	transform: rotate(-45deg);
}

.innerbnr {
	width: 1000px;
	margin: 110px auto 0;
}
.innerbnr a {
	display:block;
	width: 100%;
	height: 170px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/01_tiger/innerbnr.jpg) no-repeat 0 0;
	position: relative;
}
.innerbnr a dt {
	text-indent: -999em;
	font-siz: 0;
	line-height: 0;
}
.innerbnr a dd {
	width: 316px;
	height: 46px;
	background: #cf7b0d;
	border-radius: calc(1px / 0);
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 47px;
	position: absolute;
	top: 96px;
	left: 131px;
	transition: all ease .3s;
}
.innerbnr a dd:after {
	right: 15px;
	width: 5px;
	height: 5px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: rotate(-45deg);
}
.innerbnr a dd:hover {
	background: #e18b1a;
}

.txtLink a {
	display: block;
	width: 600px;
	height: 48px;
	background: #eee;
	border-radius: calc(1px / 0);
	font-size: 15px;
	font-weight: 700;
	color: #cf7b0d;
	line-height: 50px;
	text-align: center;
	margin: 80px auto 110px;
	position: relative;
	transition: all ease .3s;
}
.txtLink a:before {
	content: "\E003";
	display: inline-block;
	width: 23px;
	height: 23px;
	background: #cf7b0d;
	border-radius: calc(1px / 0);
	margin-right: 6px;
	font-size: 13px;
	font-family: iconfont;
	color: #fff;
	line-height: 25px;
	text-align: center;
	padding-left: 2px;
	box-sizing: border-box;
	transition: all ease .3s;
}
.txtLink a:hover {
	background: #f3f3f3;
}


/*==============================================
 目次
============================================= */
.menu {
	width: 1000px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 75px auto 0;
}
.menu a {
	display: block;
	width: 241px;
	height: 100px;
	background: #696663;
	border-radius: 20px;
	border: 1px solid #fff;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 1.6;
	padding-top: 28px;
	box-sizing: border-box;
	position: relative;
	transition: all ease .3s;
}
.menu a em {
	display: block;
	width: 120px;
	height: 25px;
	background: #fff;
	border-radius: calc(1px / 0);
	font-size: 14px;
	color: #cf7b0d;
	line-height: 26px;
	position: absolute;
	top: -14px;
	left: 50%;
	margin-left: -60px;
}
.menu a sup {
	font-size: 65%;
	font-weight: 300;
	top: .2em;
}
.menu a:hover {
	background: #5f5b57;
	
}
.menu a:after {
	content: "▼";
	display: block;
	position: absolute;
	bottom: -1.2em;
	left: 50%;
	margin-left: -.5em;
	opacity: 0;
	transition: all ease .3s;
}
.menu a:hover:after {
	opacity: 1;
}


/*==============================================
 コンテンツ
============================================= */
#contents {
	width: 1000px;
	background: #fff;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	margin: 50px auto 0;
	box-sizing: border-box;
}
.paragraph {
	padding: 100px 0 0;
}
.paragraph h2 {
	font-size: 36px;
	font-weight: 700;
	color: #676562;
	line-height: 1.1;
	text-align: center;
	margin: 0 auto 80px;
}
.paragraph h2 em {
	display: block;
	font-size: 18px;
	color: #cf7b0d;
	margin-bottom: 18px;
}
.paragraph h3 {
	font-size: 26px;
	font-weight: 700;
	color: #676562;
	line-height: 1.1;
	text-align: center;
	margin: 80px auto;
}
.paragraphIn {
	padding: 0 100px;
}
.paragraphIn p {
	font-size: 16px;
	line-height: 2;
	margin: 30px auto 0;
}
.paragraphIn p em {
	font-weight: 700;
}

.paragraph h2 sup,
.paragraph h3 sup {
	font-size: 50%;
	font-weight: 500;
	top: 0;
}
.paragraphIn p sup {
	font-size: 65%;
	font-weight: 300;
	top: .2em;
}

#article02 .paraImg,
#article03 .paraImg {
	min-height: 245px;
	padding-right: 390px;
	margin-bottom: 50px;
}
#article02 .paraImg {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/01_tiger/img06.jpg) no-repeat right 5px;
	background-size: 360px;
}
#article03 .paraImg {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/01_tiger/img11.jpg) no-repeat right 5px;
	background-size: 360px;
}

#article04 {
	padding-bottom: 90px;
}


/*==============================================
 画像
============================================= */
.imgBox {
	width: 800px;
	margin: 90px auto;
	overflow: hidden;
}
.imgBox div {
	overflow: hidden;
}
.imgBox a {
	display: block;
	width: 390px;
	float: left;
}
.imgBox a:nth-of-type(2) {
	float: right;
}
.imgBox img {
	display: block;
	width: 100%;
}
.imgBox a img {
	transition: all ease .3s;
}
.imgBox a:hover img {
	cursor: zoom-in;
}
.imgBox .cap {
	font-size: 13px;
	line-height: 2;
	margin: 22px auto 0;
}

.w600,
.w600 a {
	width: 600px;
	float: none;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	width: 1000px;
	background: #eee;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	margin: 0 auto;
	padding: 90px 100px 100px;
	box-sizing: border-box;
}
.productBox h2 {
	font-size: 22px;
	font-weight: 700;
	color: #676562;
	line-height: 1.1;
	text-align: center;
}
.productWrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 40px auto 0;
}
.productWrap a {
	display: block;
	width: 390px;
	background: #fff;
	border-radius: 20px;
	color: #444;
	text-align: center;
	padding: 50px 0;
}
.productWrap a dt {
	font-size: 18px;
	margin-bottom: 15px;
}
.productWrap a dt strong {
	display: block;
	font-size: 30px;
	font-weight: 700;
	color: #cf7b0d;
	margin-bottom: 8px;
}
.productWrap a dd:last-child {
	width: 316px;
	height: 46px;
	background: #cf7b0d;
	border-radius: calc(1px / 0);
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 47px;
	position: relative;
	transition: all ease .3s;
	margin: 10px auto 0;
}
.productWrap a dd:last-child:after {
	right: 15px;
	width: 5px;
	height: 5px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: rotate(-45deg);
}
.productWrap a dd:last-child:hover {
	background: #e18b1a;
}
.productBox .note {
	margin: 100px auto 0;
}
.productBox .note li {
	font-size: 12px;
	line-height: 1.6;
	margin-top: .1rem;
	padding-left: 2em;
	text-indent: -2em;
}


