@charset "shift_jis";
/*==============================================
 common
============================================= */
html {
    font-size: calc(100vw / 32);
    -webkit-text-size-adjust: 100%;
}
#header {
    border-bottom: #ededed solid 1px;
}
#footer {
    padding-top: 20px;
    background-color: #fff;
}
.breadCrumb {
    margin: 0 15px;
}
.copyRight {
    border-top: 1px solid #ededed;
}
.pageTop {
    width: 40px;
    height: 40px;
    right: 10px;
    background-size: 40px;
    border-radius: 50%;
}
#mainContents {
    background-color: #edeae1;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #32312e;
	letter-spacing: 0.10em;
    font-feature-settings: "palt" 1;
}
.pc {
    display: none;
}
sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0.5em;
}
/*==============================================
 .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;
}
/* 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;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    padding-bottom: 2rem;
}
.mainTitle {
    padding-bottom: 2rem;
    background-color: #ddd6be;
}
.mainTitle .h1sub {
    display: none;
}
.mainTitle .img {
    display: none;
}
.mainTitle h1 {
    display: block;
    padding-top: 100%;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_toshiba_aircon/sp_h1.jpg) no-repeat 0 0;
    background-size: 100%;
    text-indent: -999em;
    font-size: 0;
}
.lead {
    position: relative;
    padding: 2rem;
    line-height: 1.8;
    letter-spacing: 0.07em;
    font-size: 1.2rem;
}
.lead + .lead {
    margin-top: 2rem;
}
.lead a:link, .lead a:visited {
    color: #eb5418;
    border-bottom: 1px #eb5418 solid;
}
/*==============================================
 .btn
============================================= */
.btn {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #e32a2a;
    text-align: center;
    font-size: 1rem;
    transition: .2s;
}
.btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    width: 1.4rem;
    height: 1.4rem;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_toshiba_aircon/arrow_white.svg) no-repeat 0 0;
}
.btn a,
a .btn {
    color: #fff;
}
/*---- .mainTitle ----*/
.mainTitleWrap .btn {
    width: calc(100% - 4rem);
    margin: 0 2rem;
    padding: .7rem 0;
    border-radius: 1.0rem;
}
.mainTitleWrap .btn .txt {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
}
.mainTitleWrap .btn .txt .min {
    display: inline-block;
    margin: 5px 0;
    padding: 2px 10px;
    font-size: 1rem;
    font-weight: normal;
    border-radius: 6px;
    border: 1px solid #fff;
    box-sizing: border-box;
}
/*---- .paragraph ----*/
.bnrWrap {
    position: relative;
    margin: 3rem -2rem 0;
    background-color: #e3dcc6;
}
.bnr {
	width: 100%;
    margin: 0 auto;
}
.bnr a {
    display: block;
    position: relative;
    width: 100%;
    height: 15.5rem;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_toshiba_aircon/sp_bnr.jpg) no-repeat 0 0;
    background-size: 100%;
}
.bnr .btn {
    position: absolute;
    bottom: 2rem;
    width: calc(100% - 4rem);
    height: 3.6rem;
    line-height: 3.6rem;
    margin: 0 2rem;
    border-radius: 1.8rem;
}
/*==============================================
 .lnav
============================================= */
.lnav {
    display: none;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    border-bottom: 1px solid #d2cfc7;
}
.paragraph#article01 {
    border-top: 1px solid #d2cfc7;
}
.spAccordion {
    display: none;
    padding: 0 2rem 0;
}
#matome .spAccordion {
    padding-bottom: 3rem;
}
.paragraph p, .paragraph h2, .paragraph h3 {
    line-height: 1.8;
    letter-spacing: 0.07em;
    font-feature-settings: "palt"1;
}
.paragraph h2 {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 2rem 2rem;
}
.paragraph h2 > span {
    display: block;
    padding-left: 2.6rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    padding: .2em .6em;
    border-radius: .5rem;
    background-color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    margin-top: .7rem;
    font-size: 1.6rem;
    font-weight: bold;
}
.paragraph h2::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2rem;
    width: 1.8rem;
    height: 1.8rem;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_toshiba_aircon/arrow.svg) no-repeat 0 0;
    background-size: 100%;
    transition: .2s;
}
.paragraph.active h2::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.paragraph h3 {
    line-height: 1.6;
    margin-top: 3rem;
    font-size: 1.3rem;
    font-weight: 700;
}
.paragraph p {
    line-height: 1.8;
    font-size: 1.3rem;
}
.paragraphIn > p {
    margin-top: 2rem;
}
.paragraphIn > p:first-child {
    margin-top: 1rem;
}
.paragraph h3 + p {
    margin-top: 2rem;
}
/*==============================================
 .imgBox
============================================= */
h3 + .imgBox,
.imgBox h3 + a {
    margin-top: 1.5rem;
}
.imgBox h3 {
    margin-top: 0;
}
.imgBox {
    margin-top: 3rem;
}
.imgBox:first-child {
    margin-top: 1rem;
}
.imgBox a {
    display: block;
    width: 100%;
}
.imgBox div + div,
.imgBox a + a {
    margin-top: 1.5rem;
}
.imgBox img {
    width: 100%;
    height: auto;
}
.imgBox .cap {
    margin-top: 1.0rem;
    font-size: 1rem;
}
/*---- .two ----*/
.imgBox .two div + div {
    margin-top: 3rem;
}
/*---- .screen ----*/
.imgBox .app .screen {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.imgBox .app .screen a {
    width: 47.5%;
    margin: 1.5rem 0 0;
}
/*==============================================
video
============================================= */
.movBox {
    margin-top: 1.5rem;
}
.movBox h3 {
    position: relative;
    padding-left: 4rem;
}
.movBox h3::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3.0rem;
    height: 2.0rem;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/09_legion/i_mov.svg) no-repeat 0 0;
}
.movBox video {
    outline: none;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.movBox video + video {
    margin-top: 1rem;
}
.movBox .movTxt {
    text-align: center;
}
.movBox .mov {
    margin-top: 1.5rem;
}
.movBox .cap {
    line-height: 1.8;
    margin: 1rem auto 0;
    font-size: 1rem;
}
/*==============================================
.data
============================================= */
.data {
    width: 100%;
    margin-top: 1rem;
}
.data th,
.data td {
    padding: .5rem;
    border: 1px solid #c4c3c0;
    background-color: #fff;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 400;
}
.data thead td {
    color: #fff;
    font-weight: 700;
}
.data thead td.none {
    border: none;
    background-color: transparent;
}
.data thead td.f {
    background-color: #32312e;
}
.data thead td.k {
    background-color: #eb5418;
}
/*==============================================
.product
============================================= */
.productBox {
    padding: 2rem 0;
    background-color: #fff;
}
.productBox h2 {
    width: 80%;
    margin: 0 auto;
}
.productBox h2 img {
    width: 100%;
}
.productBoxIn {
    padding: 0 2rem;
}
.productBox .img {
    margin-top: 2rem;
    text-align: center;
}
.productBox .img img {
    width: 100%;
}
/*---- ul ----*/
.productBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: -2.0rem auto 0;
}
.productBox ul li {
    position: relative;
    width: 100%;
}
.productBox ul li:nth-child(n + 2) {
    margin-top: 1.0rem;
}
.productBox ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 3.6rem;
    line-height: 3.6rem;
    border-radius: 1.8rem;
    background-color: #e32a2a;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    transition: all .2s;
}
.productBox ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    width: 1.4rem;
    height: 1.4rem;
    margin: auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_toshiba_aircon/arrow_white.svg) no-repeat 0 0;
    background-size: 100%;
    transition: .2s;
}
/*---- ol ----*/
.productBox ol {
    margin: 3rem auto 0;
}
.productBox ol li {
    position: relative;
    margin-top: 1rem;
    padding-left: 3em;
    line-height: 1.8;
    color: #787775;
    font-size: .8rem;
}
.productBox ol li span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3em;
}
/*==============================================
.note
============================================= */
.note {
    display: block;
    margin-top: 1rem;
    font-size: .8rem !important;
}

/*==============================================
.campaign
============================================= */
.cpbox {
   /* margin-top: 80px;
    padding: 80px 0;*/
    background-color: #fff;
	padding: 0 10px 50px;
}


/*----　.youTube　----*/
.youtubetit {
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.01em !important;
	font-weight: bold;
	text-align: center;
	padding: 3rem 2rem 0;
}

.youTube {
margin-top: 1.5rem;
	padding: 0 2rem 0;
}
.youTubeWrap {
position: relative;
padding-top: 56.25%;
height: 0;
overflow: hidden;
padding-bottom:10px;
}
.youTube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*---- キャンペーン ----*/
.cparea {
display: table;
padding: 2rem;
	margin: 4rem 2rem 0;
background-color: #f2f4f4;
box-sizing: border-box;}

.cparea .text p {
	font-size: 1.3rem;
	line-height: 1.8 !important;}

.cparea .text  .title {
	font-weight: bold;
	font-size: 1.3rem;
	padding-bottom: 2rem;
border-bottom: #ccc 1px solid;
margin-bottom: 2rem;
}

.cparea .text  .title span {
	font-size: 1.4rem;
	padding-bottom: 8px;
	text-align: center;
	display: block;
	color: #c80202;
}

.cparea .text .pconly {
    display: none;
}

.cparea .sponly a {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	color: #c80202;
	margin-top: 30px;
	border: #c80202 4px solid;
	border-radius: 3px;
	padding: 15px 20px 15px 13px;
	box-sizing: border-box;
	background:#fff url(https://img1.kakaku.k-img.com/images/article/tieup/22/06_toshiba_fridge/cp_arrow.png) 98% 50% no-repeat;
	background-size: 20px;
}

.cparea .img {
	margin-top: 30px;
}

.cparea .img img {width: 100%;}



/*==============================================
.releasedate
============================================= */
.releasedate {
    padding: 1rem 0 0;
    font-size: 0.85rem;
}