@charset "shift_jis";

/*==============================================
 common
============================================= */
.menu,
.forPC {
	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: #fff;
	padding: 2rem 0;
}


/*==============================================
 看板
============================================= */
h1 {
	padding-top: 85.48%;
	margin: 0 auto;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_om5/sp_mainimg.jpg) no-repeat center top;
	background-size: 100%;
	text-indent: -999em;
	font-size: 0;
}

.lead {
	background: #000;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.8;
	padding: 1.5rem;
}


/*==============================================
 バナー
============================================= */
.topbnr {
	background: #000;
	padding: 0 1.5rem 2rem;
}
.topbnr a {
	display: block;
	background: #c14e00;
	border: 1px solid #fff;
	font-size: 1.3rem;
	color: #fff;
	text-align: center;
	padding: 1rem 1.8rem;
}
.topbnr a:after {
	content: "";
	display: inline-block;
	width: 26px;
	height: 8px;
	vertical-align: 2px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_om5/arrow01.png) no-repeat 0 0;
	background-size: 26px;
	margin-left: 1rem;
}

.innerbnr {
	background: #000;
	padding: 1.8rem 2rem 2.5rem;
	margin-top: -2rem;
}
.innerbnr a {
	color: #fff;
	text-align: center;
}
.innerbnr p {
	margin: 0 auto .6rem !important;
}
.innerbnr dt {
	font-size: 1.2rem;
}
.innerbnr dt strong {
	display: block;
	font-size: 2.5rem;
	margin-top: .8rem;
}
.innerbnr dd {
	display: block;
	background: #c14e00;
	border: 1px solid #fff;
	font-size: 1.3rem;
	color: #fff;
	padding: 1rem 1.8rem .8rem;
	margin-top: .8rem;
}
.innerbnr dd:after {
	content: "";
	display: inline-block;
	width: 26px;
	height: 8px;
	vertical-align: 2px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_om5/arrow01.png) no-repeat 0 0;
	background-size: 26px;
	margin-left: 1rem;
}




/*==============================================
 コンテンツ
============================================= */
.paragraph p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 2.5rem;
}
.paragraphIn > p:first-child {
	margin-top: 1rem;
}
.paragraph .cap {
	font-size: 1.1rem;
	line-height: 1.6;
	margin-top: 1.1em !important;
}
.paragraph .note {
	font-size: .9em;
	line-height: 1.6;
}
.paragraph .note + .note {
	margin-top: 1rem;
}


.paragraph {
	border-top: 1px solid #bbb;
	transition: background-color .2s, border-top-color .2s;
}
.paragraphIn {
	padding: 0 1.5rem 2rem;
}
#article01 {
	border: 0;
}

.spAccordion {
	display: none;
}
.paragraph h2 {
	font-size: 2rem;
	line-height: 1.4;
	font-weight: bold;
	padding: 1.8rem 1.5rem 1.4rem 2.2rem;
	position: relative;
}
.paragraph h2 span {
	display: block;
	padding-left: 26px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 1px;
	bottom: 0;
	left: 20px;
	width: 8px;
	height: 8px;
	margin: auto;
	transition: transform .2s ease, opacity .2s ease;
	transform: rotate(45deg);
	vertical-align: middle;
	border-bottom: 4px solid #c6c6c6;
	border-right: 4px solid #c6c6c6;
}
.paragraph.active h2:after {
	top: 3px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.paragraph h2 em {
	display: block;
	width: 6rem;
	background: #c14e00;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 1rem;
	padding: .3rem 0 .1rem
}
.paragraph h2 br,
.paragraph h3 br {
	display: none;
}
.paragraph h3 {
	font-size: 1.7rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	margin: 3rem auto 0;
}

.column01 {
	background: #f3f3f3;
	margin: 3rem auto;
	padding: 3.5rem 1.5rem 2rem;
}
.column01 h3 {
	margin: 0;
}
.column02 {
	border: 3px solid #000;
	margin: 3rem auto;
	padding: 3.5rem 1.5rem 2rem;
	box-sizing: border-bpx;
}
.column02 h3 {
	font-size: 1.9rem;
	margin: 0;
}
.column02 h3 em {
	color: #c14e00;
}


/*==============================================
 画像
============================================= */
.imgBox {
	margin: 2.5rem auto;
}
.imgBox a {
	display: block;
}
.imgBox a + a {
	margin-top: 1rem;
}
.paragraphIn .imgBox:first-child {
	margin-top: .5rem;
}
.imgBox .cap span {
	white-space: nowrap;
}
.imgBox .cap small {
	display: none;
}

.sampleBox {
	margin: 2.5rem auto;
	position: relative;
}
.sampleBox:before {
	content: "";
	display: block;
	width: 80px;
	height: 28px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_om5/sp_check.png) no-repeat center center;
	background-size: 50px;
	background-color: rgba(0,0,0,.6);
	position: absolute;
	top: 15px;
	left: 0;
}
.sampleBox .cap strong {
	display: block;
	font-size: 1.2rem;
	text-decoration: underline;
	margin-bottom: .2rem;
}
.sampleBox .cap a {
	color: #0827c4;
	margin-left: 1rem;
}
.sampleBox .cap a:after {
	content: "\E014";
	font-family: iconfont;
	font-weight: 100;
	font-size: 1.2em;
	vertical-align: -1px;
}
.sampleBox.extra:after {
	content: "";
	width: 3.2rem;
	height: 2.5rem;
	border: 3px solid #fff;
	position: absolute;
	top: 5rem;
	left: 10.5rem;
}


/*==============================================
 キャンペーン
============================================= */
#campaignBox {
	background: #191919;
	color: #fff;
	padding: 3rem 1.5rem 3rem;
}
#campaignBox .wrap {
	margin: 0 auto;
}
#campaignBox h3 {
	font-size: 1.85rem;
	font-weight: bold;
	line-height: 1.4;
	color: #d2a34e;
	text-align: center;
	margin-bottom: 1.5rem;
}
#campaignBox h3 span {
	display: block;
	font-size: 1.4rem;
	margin-top: 0.6rem;
}
#campaignBox p {
	font-size: 1.3rem;
	line-height: 1.7;
}
#campaignBox h4 {
	font-size: 1.3rem;
	font-weight: 500;
	color: #d2a34e;
	margin-top: 2rem;
	overflow: hidden;
	position: relative;
}
#campaignBox h4:after {
	content: "";
	display: inline-block;
	width: 800px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 50%;
	margin: -1px 0 0 .8rem;
}
#campaignBox dl {
	border-bottom: 1px solid #333;
	padding: .5rem .5rem 2rem .5rem;
}
#campaignBox dt {
	font-size: 1.3rem;
	margin-top: 1.8rem;
}
#campaignBox dd {
	font-size: 1.3rem;
	line-height: 1.6;
	margin-top: .6rem;
}
#campaignBox dd strong {
	display: block;
}
#campaignBox dd strong:before {
	content: "\25B8";
	margin-right: .3rem;;
}
#campaignBox .makerBanner {
	margin: 2.5rem auto 0;
}
#campaignBox .makerBanner p {
	font-size: 1.1rem;
	line-height: 1.4;
	margin-bottom: .8rem;
}
#campaignBox .makerBanner p a {
	color: #2086c6;
	text-decoration: underline;
}
#campaignBox .makerBanner img {
	border: 1px solid #333;
}


/*==============================================
 製品紹介
============================================= */
.productBox {
	background: #000;
	padding: 3rem 2rem 2rem;
}
.productBox .wrap {
	background: #fff;
	padding: 1.8rem 1.8rem 3.5rem;
}
.productBox a img {
	width: 90%;
	margin: 1.5rem auto 0;
}
.productBox a dt {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.productBox a dt span {
	display: block;
	font-size: 1.1rem;
	margin-bottom: .5rem;
}
.productBox a dd {
	background: #000;
	font-size: 1rem;
	color: #fff;
	text-align: center;
	margin: .5rem auto 0;
	padding: 1.3rem 1.7rem 1.2rem 2.5rem;
	position: relative;
}
.productBox a dd:after {
	content: "";
	display: inline-block;
	width: 26px;
	height: 7px;
	vertical-align: 2px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_om5/arrow01.png) no-repeat 0 0;
	background-size: 26px;
	margin-left: 1rem;
}

.itemL dl {
	margin-top: 1.5rem;
}
.itemS a {
	display: block;
	margin-top: 3rem;
}
.itemS a + a img {
	margin-bottom: .5rem;
}
.itemM {
	margin-top: 2.5rem;
}
.itemM a img {
	width: 80%;
}
.itemM dl {
	margin-top: .5rem;
}



/*----- .scroll -----*/
.scroll {
	overflow: auto;
	padding-bottom: 10px;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}



