@charset "shift_jis";

/*==============================================
 common
============================================= */
.menu {
	display:none;
}
img {
	display: block;
	width: 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;
}

.releasedate {
	font-size: 0.85rem; 
	color: #eee;
	padding: 2rem 1.5em;
}

.contentWrap {
	background: #000;
	color: #fff;
	padding-bottom: 1rem;
}


/*==============================================
 看板
============================================= */
h1 {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_rzv100gm/sp_mainimg_20240510.jpg) no-repeat center top;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: 0 auto;
	padding-top: 70%;
}
.mainCatch {
	font-size: 0;
	text-indent: -999em;
}

.lead {
	font-size: 1.2rem;
	line-height: 1.8;
	margin-top: .5rem;
	padding: 0 2rem;
}
.lead a {
	color: #fff;
	text-decoration: underline;
}
.offer {
	font-size: 1.1rem;
	text-align: center;
	padding: 1rem;
}
.mainTitle p.note {
	font-size: 1.2rem;
	line-height: 1.8;
	margin-top: 1.5rem;
	padding: 0 2rem;
}
.mainTitle p.note span {
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	padding: 2rem;
}
.topbnr a {
	display: block;
	background: linear-gradient(#d88e00,#a32600);
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	padding: 1.4rem 1.5rem 1.3rem;
	position: relative;
}
.topbnr a:after {
	content: "▼";
	display: inline-block;
	font-size: .9rem;
	margin-top: -.5rem;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: rotate(-90deg);
}

.innerbnr a {
	display: block;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_rzv100gm/sp_innerbnr_20240510.jpg) no-repeat 0 0;
	background-size: 100%;
	font-size: 0;
	text-indent: -999em;
	margin: 0 auto;
	padding-top: 33.75%;
}


/*==============================================
 コンテンツ
============================================= */
.paragraph p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 3rem;
}
.paragraphIn > p:first-child {
	margin-top: 1.5rem;
}
.paragraph .cap {
	font-size: 1em;
	line-height: 1.6;
	margin-top: 1rem !important;
}

.paragraph {
	border-top: 1px solid #bbb;
	transition: background-color .2s, border-top-color .2s;
}
#article04 {
	border-bottom: 1px solid #bbb;
}

.spAccordion {
	display: none;
	padding: 0 2rem 2.5rem;
}
.paragraph h2 {
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight: bold;
	padding: 1.8rem 1.5rem 1.4rem 2.2rem;
	position: relative;
}
.paragraph h2 span {
	display: block;
	padding: 0 26px 0 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 1px;
	bottom: 0;
	right: 20px;
	width: 8px;
	height: 8px;
	margin: auto;
	transition: transform .2s ease, opacity .2s ease;
	transform: rotate(45deg);
	vertical-align: middle;
	border-bottom: 4px solid #bbb;
	border-right: 4px solid #bbb;
}
.paragraph.active h2:after {
	top: 3px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.paragraph h2 em {
	display: block;
	font-size: 1.3rem;
	color: #f3c754;
	margin-bottom: .5rem;
}
.paragraph h2 rt {
	font-size: .8rem;
	font-weight: normal;
}
.paragraph h2 small {
	display: block;
	font-size: .5em;
	font-weight: normal;
	line-height: 1.4;
	margin: .6rem auto -.2rem;
}
.paragraph h3 {
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: bold;
	margin: 3rem auto -.5rem;
}
.paragraph h3.h3 {
	color: #deb54c;
}
.paragraph h2 br,
.paragraph h3 br {
	display: none;
}

#article04 .paragraphIn {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_rzv100gm/sp_p4_h2.jpg) no-repeat 0 0;
	background-size: contain;
	padding-top: 60%;
}

.method {
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_rzv100gm/sp_img02.jpg) no-repeat 0 0;
	background-size: contain;
	background-color: #1f0802;
	margin: 3.5rem auto;
	padding: 1.5rem 2rem 2.5rem;
}
.method h3 {
	margin-top: 13.5rem;
}
.method p.note {
	text-indent: -1em;
	padding-left: 1em;
}


/*==============================================
 画像
============================================= */
.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 {
	padding: 3rem 2rem 1rem;
}
.productBox .extra h3 {
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight: bold;
	color: #ccb916;
	text-align: center;
	margin: 0 auto -1.2rem;
}
.productBox p {
	font-size: 1.3rem;
	line-height: 1.7;
	margin-top: 3rem;
}
.productBox a img {
	width: 80%;
	margin: 2rem auto 0;
}
.productBox dt {
	width: 85%;
	height: 0;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/07_rzv100gm/itemname_20240510.png) no-repeat 0 0;
	background-size: 100%;
	text-indent: -999em;
	font-size: 0;
	z-index: 1;
	margin: 0 auto;
	padding-top: 18%;
}
.productBox a dd + dd {
	background: linear-gradient(#d88e00,#a32600);
	font-size: 1.2rem;
	color: #fff;
	text-align: center;
	margin-top: 1.5rem;
	padding: 1.4rem 1.5rem 1.3rem;
	position: relative;
}
.productBox a dd + dd:after {
	content: "▼";
	display: inline-block;
	font-size: .9rem;
	margin-top: -.5rem;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: rotate(-90deg);
}
.productBox ul {
	margin: 2.5rem auto 0;
}
.productBox li {
	font-size: .8rem;
	line-height: 1.6;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.extra {
	border: 1px solid #333;
	margin: 3.5rem auto;
	padding: 3rem 2rem 3.5rem;
}
.extra h3 {
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: bold;
	color: #ccb916;
	margin: auto;
}
.extra div a {
	display: block;
	width: 60%;
	margin: 3rem auto 0;
}
.extra div p {
	font-size: 1em;
	line-height: 1.6;
	margin-top: 1rem !important;
}
.extra a {
	color: #fff;
}
.extra dl {
	background: #1f1f1f;
	text-align: center;
	margin-top: 3rem;
	padding: 1.5rem 1.2rem;
}
.extra dt {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.4;
		/* 移動後の調整 */
		width: auto;
		height: auto;
		background: none;
		text-indent: 0;
		padding: 0;
}
.extra dd {
	background: linear-gradient(#e9c810,#534104);
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	line-height: 1;
	margin: .8rem auto 0;
	padding: 1.4rem 1.5rem 1.3rem;
	position: relative;
}
.extra dd:after {
	content: "▼";
	display: inline-block;
	font-size: .9rem;
	margin-top: -.5rem;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: rotate(-90deg);
}



/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



