@charset "shift_jis";
/*==============================================
common
============================================= */
.forSp,
.spTitleImg,
.bnr .item {
display:none;
}
#header {
border-bottom: #ededed solid 1px;
}
.headerIn,
.footerIn {
width: 930px;
margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

/*==============================================
 .noto
============================================= */
/* regular */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Regular.woff);
    font-weight: normal;
}
/* medium */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Medium.woff);
    font-weight: 500;
}
/* bold */
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: 700;
}

/*==============================================
看板
============================================= */
#mainContents {
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
	letter-spacing: 0.08em;
    font-feature-settings: "palt" 1;
}
.mainTitleWrap {
width: 100%;
background: #f9f6f2;
}
.mainTitle {
margin: 0 auto;
padding: 0 0 70px;
}
h1 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/title.webp) left top no-repeat;
width: 1138px;
height: 512px;
text-indent: -999em;
font-size: 0;
z-index: 1;
margin: 0 auto;
}
.pointBox {
background: #fff;
width: 930px;
margin: 0 auto;
padding: 25px 0;
}
.pointBox ul {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/point_txt.gif) left center no-repeat;
box-sizing: border-box;
width: 800px;
margin: 30px auto 0;
padding-left: 230px;
}
.pointBox li {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/point.gif) left center no-repeat;
	background-size: 59px;
	box-sizing: border-box;
font-size: 20px;
margin-bottom: 20px;
padding-left: 75px;
}

.leadImg {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/head_img.webp) right top no-repeat;
	width: 930px;
	margin: 70px auto 0;
}
.lead {
    font-size: 16px;
    line-height: 1.8;
width: 550px;
}
.lead a {
-webkit-transition: .1s ease-in-out;
-moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
transition: .1s ease-in-out;
}
.lead a:link,
.lead a:visited {
color: #0071e5;
font-weight: bold;
text-decoration: underline;
}
.lead a:hover,
.lead a:active {
color: #5eaeff;
}
/*---- .txtLink ----*/
.txtLink {
text-align: center;
margin: 60px 0 0;
padding: 0 0 20px;
}
.txtLink a {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/arrow.gif) left top 6px no-repeat;
background-size: 19px;
box-sizing: border-box;
color: #0071e5;
font-size: 16px;
line-height: 1.6;
text-decoration: underline;
-webkit-transition: .1s ease-in-out;
-moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
transition: .1s ease-in-out;
padding: 2px 0 2px 25px;
}
.txtLink a:hover {
opacity: 0.5;
}

.menu {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 80px;
	margin-top: 60px;
}
.menu ul {
    overflow: hidden;
    width: 930px;
    margin: 0 auto;
}
.menu li a {
    box-sizing: border-box;
    display: block;
    color: #fff;
    width: 225px;
    height: 168px;
    font-size: 11px;
    line-height: 1.5;
    float: left;
    padding: 95px 12px 0 12px;
    -webkit-transition: .1s ease-in-out;
-moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
transition: .1s ease-in-out;
}
.menu li b {
    display: block;
    font-size: 17px;
    font-weight: normal;
	letter-spacing: 0.05em;
    font-feature-settings: "palt" 1;
    margin-bottom: 5px;
}
.menu01 a {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/menu_img01.jpg) center top no-repeat;
    margin-right: 10px;
}
.menu02 a {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/menu_img02.jpg) center top no-repeat;
    margin-right: 10px;
}
.menu03 a {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/menu_img03.jpg) center top no-repeat;
    margin-right: 10px;
}
.menu04 a {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/menu_img04.jpg) center top no-repeat;
}
.menu li a:hover {
opacity: 0.7;
}
/*==============================================
bnr
============================================= */
.topbnr a {
display: block;
width: 448px;
height: 57px;
text-indent: -9999px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/topbnr.gif) no-repeat;
overflow: hidden;
-webkit-transition: .1s ease-in-out;
-moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
transition: .1s ease-in-out;
}
.topbnr .bnr {
display: block;
width: 448px;
height: 57px;
text-indent: -9999px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/topbnr_over.gif) no-repeat;
}
.topbnr {
width: 448px;
margin-top: 40px;
}

/*----　.innerbnr ----*/
.innerbnr {
background: #f9f6f2;
width: 100%;
margin: 70px auto 0;
padding: 50px 0;
}
.innerbnr a {
display: block;
width: 930px;
height: 209px;
text-indent: -9999px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/innbnr.webp) no-repeat;
overflow: hidden;
-webkit-transition: .1s ease-in-out;
-moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
transition: .1s ease-in-out;
margin: 0 auto;
}
.innerbnr .bnr {
display: block;
width: 930px;
height: 209px;
text-indent: -9999px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/innbnr_over.webp) no-repeat;
margin: 0 auto;
}

/*----　bnr:hover ----*/
.topbnr a:hover,
.innerbnr a:hover {
opacity: 0;
}
/*==============================================
#mainContents
============================================= */
.paragraphIn {
width: 930px;
margin: 0 auto;
}

/*----　font ----*/
:is(#article01, #article02, #article03) :is(h2) :is(.subTitle) {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/h2_b.gif) bottom center no-repeat;
color: #c17933;
display: inline-block;
font-size: 28px;
font-weight: normal;
margin-bottom: 8px;
padding-bottom: 23px;
}
:is(#article01, #article02, #article03) :is(h2) {
box-sizing: border-box;
display: block;
font-size: 38px;
font-weight: normal;
font-feature-settings: "palt" 1;
letter-spacing: 0.07em;
line-height: 1.4;
width: 930px;
margin: 0 auto;
padding: 100px 0 0px;
}
#article01 { background:url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/title_bg01.webp) top center no-repeat; }
#article02 { background:url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/title_bg02.webp) top center no-repeat; }
#article03 { background:url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/title_img03.webp) top center no-repeat; }

.paragraph p {
color: #202020;
font-size: 18px;
line-height: 2;
margin-top: 70px;
}
.paragraph p + p {
margin-top: 30px;
}
.paragraph p em {
    background: linear-gradient(transparent 75%, #f9e8d2 30%);
    font-weight: bold;
    font-style: normal;
}
.paragraph p.sTxt {
display: block;
margin-top: 15px;
font-size: 12px;
}
.imgBoxB .sTxt {
display: block;
margin-top: 10px;
font-size: 12px;
text-indent: -24px;
padding-left: 24px;
}
.movBox .sTxt {
display: block;
margin-top: 10px;
font-size: 12px;
}
/*---- .sTitle ----*/
.sTitle {
margin: 90px 0 0;
text-align: center;
}
.sTitle + p {
margin-top: 40px;
}
.sTitle h3 {
box-sizing: border-box;
font-size: 25px;
line-height: 1.5;
font-weight: bold;
}
.sTitle + .imgBoxB,
.sTitle + .imgBox02 {
margin: 30px auto 0;
}

/*----　動画 ----*/
video { 
outline: none;
}
.movBox {
width: 750px;
margin: 60px auto 0;
}
.movBox .mov {
width: 750px;
height: 421px;
margin-top: 14px;
}
.movTxt {
font-size: 15px;
line-height: 1.5;
color: #666;
text-align: center;
}
.movTit {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/movicon.gif)center left no-repeat;
background-size: 31px;
box-sizing: border-box;
font-size: 18px;
font-weight: bold;
padding-left: 40px;
}
/*---- .imgBox ----*/
.imgBoxB  {
width: 750px;
margin: 70px auto 0;
}
.imgBox02 {
    width: 100%;
    margin: 70px auto 0;
}
.paragraph p.cap {
font-size: 14px;
line-height: 1.7;
}
.imgBox02 img,
.imgBoxB img,
.imgBox img {
width: 100%;
}
.paragraph a.flotL {
    display: block;
    float: left;
    width: 49%;
}
.paragraph a.flotR {
    display: block;
    float: right;
        width: 49%;
}
#article01 .imgBox02 p.flotRp {
    display: block;
    float: right;
        width: 48%;
		margin-top: 32px !important;
}
#article03 .imgBox02 p.flotRp {
    display: block;
    float: right;
        width: 48%;
		margin-top: 0px !important;
}
.imgBox02 .imagesClear span {
border-left: #c17933 solid 4px;
box-sizing: border-box;
display: block;
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
padding-left: 10px;
}
.imgBox02 .imagesClear + a {
display: block;
margin-top: 20px;
}
.mov + p,
.imgBoxB p,
.imgBox02 p {
    margin-top: 15px !important;
}
.imagesClear + .imagesClear {
    margin-top: 15px;
}
.imagesClear {
overflow: hidden;
}

/*==============================================
.productBox
============================================= */
#matome {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/matome_bg.webp) top center no-repeat;
width: 100%;
padding: 120px 0 130px;
}
#matome h2 b {
display: none;
}
#matome h2 {
text-align: center;
font-size: 33px;
line-height: 1.5;
}
#matome p {
font-size: 17px;
line-height: 2.1;
margin-top: 30px;
}
#matome p strong {
display: block;
font-size: 30px;
line-height: 1.5;
margin-bottom: 20px;
}
.productBox {
background: #f9f6f2 url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/product_bg.webp) top center no-repeat;
padding-top: 273px;
}
.productBoxIn {
width: 810px;
margin: 0 auto;
overflow: hidden;
}
.productBoxIn .img {
float: left;
width: 315px;
}
.productBoxIn .img img {
width: 100%;
}
.productBoxIn .info {
float: right;
margin-top: 130px;
}
.productBoxIn .catch {
font-size: 30px;
padding-bottom: 7px;
margin-left: -3px;
}
.productBoxIn .name {
font-size: 40px;
margin-bottom: 30px;
}
.innerbnr {
background: #f9f6f2;
width: 100%;
margin: 70px auto 0;
padding: 50px 0;
}
.productBoxIn .btn span {
display: block;
width: 362px;
height: 56px;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/product_btn.gif) no-repeat;
overflow: hidden;
-webkit-transition: .1s ease-in-out;
-moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
transition: .1s ease-in-out;
}
.productBoxIn .btn {
display: block;
width: 362px;
height: 56px;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/26/04_regza/product_btn_over.gif) no-repeat;
}
.productBoxIn .btn img {
display: none;
}
/*----　bnr:hover ----*/
.productBoxIn .btn :hover {
opacity: 0;
}

.productBox .sTxt {
width: 930px;
margin: 60px auto 0;
font-size: 9px;
line-height: 1.6;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
background: #f9f6f2;
width: 100%;
padding: 60px 0 110px;
}
.releasedate span {
display: block;
font-size: 11px; 
color: #333;
width: 930px;
text-align: right;
margin: 0 auto;
}