@charset "shift_jis";
/*==============================================
 common
============================================= */
.forPc,
.menu {
display:none;
}
#header {
border-bottom: #ededed solid 1px;
}
.copyRight { border-top: 1px solid #ededed; }
.pageTop {
width: 40px;
height: 40px;
right: 10px;
background-size: 40px;
border-radius: 50%;
}
img {
width: 100%;
height: auto;
}
#mainContents {
background-size: contain;
font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
color: var(--text-color);
letter-spacing: 0.08em;
font-feature-settings: "palt" 1;
}
/*==============================================
.noto
============================================= */
/* regular */
@font-face {
font-family: 'noto';
src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
font-weight: 400;
}
/* bold */
@font-face {
font-family: 'noto';
src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
font-weight: 700;
}
/*==============================================
 看板
============================================= */
h1 {
padding-top: 119%;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/sp_title.webp) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}
p.lead {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/sp_head_img.webp) no-repeat center bottom;
background-size: contain;
box-sizing: border-box;
font-size: 1.25rem;
line-height: 1.7;
margin: 25px 25px 0;
padding: 0 0 27%;
}
.lead a:link,
.lead a:visited {
color: #0071e5;
font-weight: bold;
text-decoration: underline;
}
.lead a:hover,
.lead a:active {
color: #5eaeff;
}
.spTopBox {
box-sizing: border-box;
margin: 40px 25px 0;
}
.pointBox {
background: #fff;
box-sizing: border-box;
width: 100%;
margin: 0 auto;
padding: 25px 20px 10px;
}
.pointBox ul {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/sp_point_txt.gif) center top no-repeat;
	background-size: 45%;
box-sizing: border-box;
margin: 0 auto;
padding-top: 8%;
}
.pointBox li {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/sp_point.gif) left top 15% no-repeat;
	background-size: 14%;
	box-sizing: border-box;
font-size: 1.45rem;
line-height: 1.5;
margin-bottom: 10px;
padding-left: 17%;
}

/*==============================================
 バナー
============================================= */
.bnr a { text-decoration: none; }

/*----　看板下　----*/
.topbnr {
padding: 20px 0 38px;
}

/*----　記事内　----*/
.innerbnr {
margin-top: 40px;
}
.innerbnr a {
display:block;
box-sizing:border-box;
}
/*==============================================
 #mainContents
============================================= */
.mainTitleWrap {
background: #f9f6f2;
}

/*----- 文字 -----*/
.paragraph p {
font-size: 1.4rem;
line-height: 1.8;
margin-top: 30px;
}
.paragraph p + p {
margin-top: 20px;
}
.paragraphIn > p:first-child {
margin-top: 10px;
}
.paragraph .cap {
font-size: 1.1rem;
line-height: 1.5;
margin-top: 10px !important;
}
p em {
    background: linear-gradient(transparent 75%, #f9e8d2 30%);
    font-weight: bold;
    font-style: normal;
}
p.sTxt {
font-size: 0.95rem;
margin-top: 10px !important;
}
/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #c1c1c1;
transition: background-color .2s, border-top-color .2s;
}
#matome {
border-bottom: 1px solid #c1c1c1;
}
.spAccordion {
display: none;
padding: 0 20px 30px;
}
.spAccordion-none {
padding: 0 20px 30px;
}
.txtLink {
    text-align: center;
    margin: 20px 0 0;
    }
    .txtLink a {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/arrow.gif) left center no-repeat;
background-size: 5%;
box-sizing: border-box;
        font-size: 1.1rem;
        line-height: 1.5;
    font-weight: bold;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
      -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
	padding: 5px 0 5px 6%;
    }
    .txtLink a:link,
    .txtLink a:visited {
    color: #006cff;
    font-weight: bold;
    text-decoration: underline;
    }
    .txtLink a:hover,
    .txtLink a:active {
    color: #98c4ff;
    }
/*---- .sTitle ----*/
.sTitle {
margin: 40px 0 0;
text-align: center;
}
.sTitle + p {
margin-top: 20px;
}
.sTitle h3 {
box-sizing: border-box;
        font-size: 1.45rem;
line-height: 1.6;
font-weight: bold;
}
.sTitle + .imgBoxB,
.sTitle + .imgBox02 {
margin: 20px auto 0;
}

/*----- h2 -----*/
.paragraph h2 {
position: relative;
padding: 20px 20px 20px 25px;
color: #000;
font-weight: bold;
}
.paragraph h2:active {
background-color: rgba(255,255,255,0.10);
}
.paragraph.active h2 {
color: #292929;
}
.paragraph h2:after {
content: "";
display: inline-block;
position: absolute;
top: 1px;
bottom: 0;
right: 20px;/*----　右からの矢印の位置　----*/
width: 8px;
height: 8px;
margin: auto;
-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
transition: opacity .2s ease, -webkit-transform .2s ease;
transition: transform .2s ease, opacity .2s ease;
transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
vertical-align: middle;
border-bottom: 2px solid #c17933;/*----　矢印の色　----*/
border-right: 2px solid #c17933;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}

/*----- h2-img-txt -----*/
.paragraph h2 .titleImg {
display: table;
padding-right: 26px;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2 .spTitleImg {
display: table-cell;
width: 95px;
vertical-align: top;
}
.paragraph h2 .titleTxt {
box-sizing: border-box;
display: table-cell;
font-size: 1.4rem;
line-height: 1.5;
vertical-align: top;
padding-left: 15px;
}
.paragraph h2 .subTitle {
color: #c17933;
display: inline-block;
font-size: 1.6rem;
margin-bottom: 3px;
}

/*----- 動画 -----*/
video { 
outline: none;
display: block;
width: 100%;
height: auto;
margin-bottom: 10px;
}
.movTit {
margin-bottom:10px;
}
.movBox { 
margin-top: 30px;
}
.movTxt {
font-size: 13px;
line-height:1.5;
color: #666;
text-align: center;
}
.imgBoxB,
.imgBox02 {
margin-top: 30px;
}
.imgBoxB a + a,
.imgBox02 a + a {
display: block;
margin-top: 10px;
}

.movTit,
.imagesClear span {
box-sizing: border-box;
font-size: 1.4rem;
font-weight: bold;
}
.movTit {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/movicon.gif) left center no-repeat;
background-size: 9%;
padding-left: 11%;
}
.imagesClear span {
display: block;
border-left: #c17933 solid 4px;
padding-left: 7px;
margin: 5px 0 7px;
}
.movBox .sTxt {
display: block;
margin-top: 5px;
font-size: 0.9rem;
}
/*==============================================
 .productBox
============================================= */
.productBox {
background: #f9f6f2 url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/sp_product_img.webp) top center no-repeat;
background-size: contain;
padding-top: 25%;
}
.productBox a {
display: block;
width: 85%;
margin: 0 auto;
}
.productBox .img {
text-align: center;
margin-bottom: 20px;
}
.productBox .img img {
width: 65%;
}
.productBox .catch {
font-size: 1.5rem;
text-align: center;
margin-bottom: 6px;
}
.productBox .name {
font-size: 2.3rem;
text-align: center;
margin-bottom: 20px;
}
.productBox .btn img {
width: 100%;
}
.productBox .sTxt {
box-sizing: border-box;
width: 100%;
font-size: 9px;
line-height: 1.6;
padding: 20px 25px 0;
}

/*==============================================
.releasedate
============================================= */
.releasedate {
background: #f9f6f2;
margin-bottom: -21px;
}
.releasedate span {
box-sizing: border-box;
display: block;
	font-size: 0.85rem; 
	color: #333;
	padding: 40px 25px 30px;
}