@charset "shift_jis";

/*==============================================
 common
============================================= */
.menu {
	display:none;
}
img {
	display: block;
	width: 100%;
	height: 100%;
}

#header {
	border-bottom: #ededed solid 1px;
}
#footer {
	margin-top: 1rem;
}
.copyRight {
	border-top: 1px solid #ededed;
}
.pageTop {
	width: 40px;
	height: 40px;
	right: 10px;
	background-size: 40px;
	border-radius: 50%;
}

em {
	font-style: normal;
}

@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 {
	background: #eee;
	font-size: 0.85rem; 
	padding: 2rem 2rem 2.5rem;
}

#mainContents {
	background: #7b7875;
	color: #444;
}



/*==============================================
 看板
============================================= */
.mainTitle {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/01_tiger/sp_mainimg.webp) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: 0 auto;
	padding-top: 78.22%;
}

p.lead {
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.8;
	margin-top: 2rem;
	padding: 0 2rem 2rem;
}
p.lead a {
	color: #fff;
	text-decoration: underline;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	margin-top: 2rem;
	padding: 0 2rem;
}
.topbnr a {
	display: block;
	background: #cf7b0d;
	border-radius: calc(1px / 0);
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	padding: 1rem 1.5rem .9rem;
	position: relative;
}
.topbnr a:after {
	right: 1.5rem;
	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 {
	margin: 3rem auto 0;
}
.innerbnr a {
	display: block;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/01_tiger/sp_innerbnr.jpg) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	padding-top: 22.22%;
}

.txtLink a {
	display: block;
	background: #eee;
	border-radius: calc(1px / 0);
	font-size: 1.2rem;
	font-weight: bold;
	color: #cf7b0d;
	line-height: 1.1;
	text-align: center;
	margin: 3rem auto 3.5rem;
	padding: 1rem 1.5rem .9rem;
	position: relative;
}
.txtLink a span {
	display: inline-block;
	font-size: 0;
}
.txtLink a:before {
	content: "\E003";
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	background: #cf7b0d;
	border-radius: calc(1px / 0);
	margin-right: .5rem;
	font-size: 1rem;
	font-family: iconfont;
	color: #fff;
	line-height: 1.8rem;
	text-align: center;
	padding-left: 2px;
	box-sizing: border-box;
}


/*==============================================
 コンテンツ
============================================= */
#contents {
	background: #fff;
}
.paragraph p {
	font-size: 1.4rem;
	line-height: 1.7;
	margin-top: 3rem;
}
.paragraphIn > p:first-child {
	margin-top: 1.5rem;
}
.paragraph .cap {
	font-size: 1.1rem;
	line-height: 1.6;
	margin-top: 1rem !important;
}
.paragraph p em {
	font-weight: bold;
}

.paragraph {
	border-bottom: 1px solid #ccc;
	transition: background-color .2s, border-top-color .2s;
}
.paragraphIn {
	padding: 0 2rem;
}
#article04 {
	border: 0;
}
#article04 .paragraphIn {
	padding-bottom: 3rem;
}

.spAccordion {
	display: none;
}
.paragraph h2 {
	font-size: 2rem;
	font-weight: bold;
	color: #676562;
	line-height: 1.4;
	position: relative;
}
.paragraph h2 span {
	display: block;
	padding: 1.7rem 1.5rem 1.5rem 3.8rem;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 1.5rem;
	width: 8px;
	height: 8px;
	margin: auto;
	transition: transform .2s ease, opacity .2s ease;
	transform: rotate(45deg);
	vertical-align: middle;
	border-bottom: 4px solid #d6d6d6;
	border-right: 4px solid #d6d6d6;
}
.paragraph.active h2:after {
	top: 3px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.paragraph h2 em {
	display: block;
	font-size: 1.3rem;
	color: #cf7b0d;
	margin-bottom: .5rem;
}
.paragraph h2 sup {
	font-weight: normal;
}

	/* Type B (.ab_test 20250214終了) */
	.paragraph h2 {
		font-size: 1.8rem;
		padding: 1.2rem 0 1.2rem 1.2rem;
	}
	.paragraph h2 span {
		background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/01_tiger/p1_img.webp) no-repeat 0 center;
		background-size: 25%;
		padding: .5rem 3rem .5rem 28%;
	}
	.paragraph h2:after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 1px;
		bottom: 0;
		left: auto;
		right: 1.3rem;
		width: 8px;
		height: 8px;
		margin: auto;
		transition: transform .2s ease, opacity .2s ease;
		transform: rotate(45deg);
		vertical-align: middle;
		border-bottom: 4px solid #d6d6d6;
		border-right: 4px solid #d6d6d6;
	}
	.paragraph.active h2:after {
		top: 3px;
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	#article02 h2 span {
		background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/01_tiger/p2_img.webp) no-repeat 0 center;
		background-size: 25%;
	}
	#article03 h2 span {
		background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/01_tiger/p3_img.webp) no-repeat 0 center;
		background-size: 25%;
	}
	#article04 h2 span {
		background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/01_tiger/p4_img.webp) no-repeat 0 center;
		background-size: 25%;
	}
	.paragraph h2 em {
		margin-bottom: .3rem;
	}




.paragraph h3 {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: bold;
	margin: 3rem auto 0;
}
.paragraph h2 br,
.paragraph h3 br {
	display: none;
}

#article02 .paraImg {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/01_tiger/img06.jpg) no-repeat center 0;
	background-size: 100%;
	padding-top: 80%;
	margin-top: 3.8rem;
}
#article03 .paraImg {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/25/01_tiger/img11.jpg) no-repeat center 0;
	background-size: 100%;
	padding-top: 80%;
	margin-top: 3.8rem;
}


/*==============================================
 画像
============================================= */
.imgBox {
	margin: 3.5rem auto 3rem;
}
.imgBox a {
	display: block;
}
.imgBox a + a {
	margin-top: 1rem;
}
.imgBox strong {
	display: block;
	border-left: .6rem solid #1881fe;
	font-size: 1.6rem;
	margin-bottom: .8rem;
	padding: .2rem 0 0 .5rem;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	background: #eee;
	text-align: center;
	padding: 3rem 2rem 1rem;
}
.productBox h2 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #676562;
}

.productBox a {
	display: block;
	background: #fff;
	border-radius: 2rem;
	color: #444;
	margin: 2rem auto 0;
	padding: 2.5rem 2rem;
}
.productBox a dt {
	font-size: 1.4rem;
	margin-bottom: .5rem;
}
.productBox a dt strong {
	display: block;
	font-size: 2rem;
	font-weight: bold;
	color: #cf7b0d;
	margin-bottom: .5rem;
}
.productBox a dd:last-child {
	display: block;
	background: #cf7b0d;
	border-radius: calc(1px / 0);
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	padding: 1rem 1.5rem .9rem;
	position: relative;
}
.productBox a dd:last-child:after {
	right: 1.5rem;
	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);
}
.productBox .note {
	text-align: left;
	margin: 3rem auto 0;
}
.productBox .note li {
	font-size: .9rem;
	line-height: 1.6;
	margin-top: .5rem;
	padding-left: 2em;
	text-indent: -2em;
}



.questionnaire {
	border-top: 1px solid #ddd;
}


/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



