@charset "shift_jis";
/*==============================================
 common
============================================= */
.menu,
.forPc {
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;
}
.footerIn {
margin-top: 10px;
}
/*==============================================
 ลย
============================================= */
#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 {
padding: 116% 0 0;
margin: 0 auto;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_dreamio/main_title.webp) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}

/*==============================================
 .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;
}
.lead {
color: #000;
box-sizing: border-box;
font-size: 1.18rem;
line-height: 1.9;
padding: 0 26px;
}
.lead a {
color: #0069ea;
text-decoration: underline;
font-weight: bold;
}
.sTxt {
display: block;
font-size: 0.9rem;
line-height: 1.6;
margin-top: 10px;
}
.sTxt li {
line-height: 1.4;
text-indent: -0.9rem;
margin-left: 0.9rem;
margin-bottom: 5px;
}

/*==============================================
 oi[
============================================= */
.bnr a { text-decoration: none; }
.topbnr {
background: #f2f2f2;
padding: 28px 28px;
margin: 40px 0 0;
}
.bnr01 {
margin-bottom: 10px;
}
.innerbnr {
background: #f2f2f2;
margin-top: 20px;
padding: 28px 24px;
}
.topbnr img,
.innerbnr img {
width: 100%;
}

/*==============================================
 #mainContents
============================================= */
#mainContents02,
#mainContents {
	letter-spacing: 0.07em;
    font-feature-settings: "palt" 1;
}
/*----- ถ -----*/
.paragraphB p,
.paragraph p {
color: #303030;
font-size: 1.3rem;
line-height: 1.8;
margin-top: 30px;
}
.paragraph p b {
color: #000;
    font-weight: bold;
}
.paragraphIn > p:first-child {
margin-top: 10px;
}
.paragraphB p + p,
.paragraph p + p {
margin-top: 20px;
}
.paragraphB .cap,
.paragraph .cap {
font-size: 1rem;
line-height: 1.7;
margin-top: 10px;
}

/*----@paragraph@----*/
.paragraph {
border-top: 1px solid #d1d1d1;
transition: background-color .2s, border-top-color .2s;
}
#matome .paragraphIn {
padding-bottom: 40px;
}
#matome p strong {
display: none;
}
.spAccordion {
display: none;
padding: 0;
}
.spAccordion-none {
padding: 0;
}
.paragraphIn {
padding: 0px 22px 10px;
}
.sTitle h3 {
font-size: 1.6rem;
font-weight: bold;
line-height: 1.5;
text-align: center;
margin-top: 45px;
}
.sTitle + p {
margin-top: 15px;
}

/*----- h2 -----*/
.paragraph h2 {
display: table;
position: relative;
font-weight: bold;
padding: 24px 30px 22px 27px;
}
.paragraph h2 em {
display: table-cell;
vertical-align: middle;
width: 70px;
}
.paragraph h2 .forPc {
display: none;
}
.paragraph h2 span {
color: #1B1B1B;
display: table-cell;
padding: 0 23px 0 16px;
font-size: 1.4rem;
font-weight: bold;
line-height: 1.6;
-webkit-tap-highlight-color:rgba(0,0,0,0);
letter-spacing: 0.01em;
font-feature-settings: "palt" 1;
vertical-align: middle;
}
.paragraph h2 span b {
background-size: 60px;
color: #0068cc;
display: block;
font-size: 1.73rem;
margin-bottom: 0px;
padding-bottom: 5px;
}
.paragraph h2:after {
content: "";
display: inline-block;
position: absolute;
top: 1px;
bottom: 0;
right: 20px;/*----@ถฉ็ฬ๎๓ฬสu@----*/
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 #0068cc;/*----@๎๓ฬF@----*/
border-right: 2px solid #0068cc;/*----@๎๓ฬF@----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}

/*----- img -----*/
:is(.imgBox, .imgBoxMain) {
margin-top: 40px;
}
:is(.imgBoxMain) :is(.cap) {
margin-top: 15px;
}
:is(.imgBox, .imgBoxMain) :is(img) {
width: 100%;
}
.imgBox + .imgBox {
margin-top: 30px;
}
.imgCenter + .imgBox {
margin-top: 10px;
}
.imgBox02 a {
display: block;
margin-bottom: 10px;
}
.imgBox03 a + a {
display: block;
margin-top: 10px;
}
.imgBox a + a {
display: block;
margin-top: 10px;
}
.imagesClear {
overflow: hidden;
}
div.photoTitle {
border-left: #0068cc solid 4px;
box-sizing: border-box;
margin-top: 40px;
padding-left: 7px;
}
.photoTitle + .imgBox02,
.photoTitle + .imgBox,
.photoTitle + .imgCenter {
margin-top: 15px;
}
strong.photoTitle,
.photoTitle strong {
font-size: 1.35rem;
}
strong.photoTitle {
border-left: #0068cc solid 4px;
display: block;
margin: 5px 0 10px;
padding-left: 7px;
}


/*----- ฎๆ -----*/
video { 
outline: none;
display: block;
width: 100%;
height: auto;
margin-bottom: 10px;
}
.movTit {
background:url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_dreamio/mov_icon.gif) top 2px left no-repeat;
background-size: 8%;
box-sizing: border-box;
font-size: 1.35rem;
font-weight: bold;
margin-bottom: 12px;
padding-left: 35px;
}
.movBox { 
margin-top: 30px;
}
.movTxt {
font-size: 13px;
line-height:1.5;
color: #666;
text-align: center;
}

/*==============================================
 .productBox
============================================= */
.productBox {
border-top: #d1d1d1 solid 1px;
background: #fff;
box-sizing: border-box;
padding: 50px 24px 30px;
}
.productTitle {
text-align: center;
padding: 0 0 25px;
}
.productTitle strong {
font-size: 1.35rem;
}
.productBox a {
display: block;
box-sizing: border-box;
margin: 0 25px 23px;
}
.productImg {
margin-bottom: 25px;
}
.noStand {
margin-top: 55px;
}
.productBoxIn dt {
font-size: 1.5rem;
font-weight: bold;
margin-bottom: 8px;
}
.productBoxIn dt .sTxt01 {
display: inline-block;
font-size: 0.8rem;
margin-left: 5px;
}
.productItem01 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_dreamio/product_img01.jpg) left center no-repeat;
background-size: 60px;
padding-left: 83px;
}
.productItem03 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_dreamio/product_img02.jpg) left center no-repeat;
background-size: 60px;
padding-left: 83px;
}
.productItem02 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_dreamio/product_img03.jpg) left center no-repeat;
background-size: 65px;
padding-left: 83px;
}
.productItem04 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_dreamio/product_img04.jpg) left center no-repeat;
background-size: 65px;
padding-left: 83px;
}
.productItem05 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/11_dreamio/product_img05.jpg) left center no-repeat;
background-size: 65px;
padding-left: 83px;
}


.makerBanner {
border-top: #878787 dotted 1px;
box-sizing: border-box;
text-align: center;
margin: 0 25px 0;
padding: 30px 0 0;
}
.makerBanner img {
width: 100%;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
color: #000000;
	font-size: 0.85rem; 
	margin: 0 24px;
padding: 30px 0 60px;
}