@charset "shift_jis";
/*==============================================
common
============================================= */
html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 1000px;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: 1000px;
    margin: 0 auto;
}
.copyRight {
    margin-top: 10px;
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
}
.copyRightIn {
    width: 1000px;
}
#mainContents {
    background-color: #edeae1;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
    color: #32312e;
	letter-spacing: 0.12em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
.sp {
    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 {
}
.mainTitle {
    padding: 80px 0;
    background: #ecece7 url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_toshiba_aircon/main_title_bg.jpg) no-repeat center top;
}
.mainTitle .h1sub {
    display: block;
    width: 666px;
    height: 87px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_toshiba_aircon/h1_sub.png) no-repeat 0 0;
    text-indent: -999em;
    font-size: 0;
}
.mainTitle .img {
    margin: 40px auto 0;
    text-align: center;
}
.mainTitle h1 {
    display: block;
    position: relative;
    width: 830px;
    height: 87px;
    margin: -70px auto 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_toshiba_aircon/h1.png) no-repeat 0 0;
    text-indent: -999em;
    font-size: 0;
    z-index: 1;
}
.lead {
    width: 830px;
    line-height: 2.0;
    margin: 80px auto 0;
    font-size: 18px;
}
.lead a {
    color: #eb5418;
    text-decoration: underline;
}
.lead a:hover {
    text-decoration: none;
}
/*==============================================
 .btn
============================================= */
.btn {
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.btn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 24px;
    height: 24px;
    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 {
    color: #fff;
}
/*---- .mainTitle ----*/
.mainTitleWrap .btn {
    width: 660px;
    height: 70px;
    margin-top: 40px;
    border-radius: 35px;
    /*background-image: linear-gradient(90deg, #ffae00, #ff9600);*/
    background-color: #eb5418;
    font-size: 14px;
}
.mainTitleWrap .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 35px;
    transition: all 0.2s;
    /*background: linear-gradient(90deg, #ff9600, #eb5418);*/
    background-color: #e32a2a;
}
.mainTitleWrap .btn a {
    display: block;
    width: 660px;
    height: 70px;
}
.mainTitleWrap .btn a > span {
    display: block;
    position: relative;
    z-index: 1;
    width: 660px;
    height: 70px;
}
.mainTitleWrap .btn:hover::before {
    opacity: 0;
}
.mainTitleWrap .btn .txt {
    display: block;
    padding-top: 5px;
    font-size: 22px;
    font-weight: 700;
}
.mainTitleWrap .btn .txt .min {
    position: relative;
    top: -5px;
    margin-left: 10px;
    padding: 2px 10px;
    font-size: 11px;
    font-weight: normal;
    border-radius: 6px;
    border: 1px solid #fff;
    /*background-color: #fff;
    color: #e32a2a;*/
    box-sizing: border-box;
}
/*---- .paragraph ----*/
.bnrWrap {
    margin-top: 80px;
    background-color: #e3dcc6;
}
.bnr {
    position: relative;
	width: 1000px;
    margin: 0 auto;
}
.bnr a {
    display: block;
    position: relative;
    width: 1000px;
    height: 220px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_toshiba_aircon/bnr.png) no-repeat 0 0;
    color: #fff;
}
.bnr .btn {
    position: absolute;
    bottom: 36px;
    right: 85px;
    width: 405px;
    height: 50px;
    line-height: 48px;
    border-radius: 25px;
    background-color: #eb5418;
    font-size: 16px;
    font-weight: 700;
}
.bnr .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    transition: all 0.5s;
    background-color: #e32a2a;
}
.bnr .btn::after {
    right: 15px;
    width: 20px;
    height: 20px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_toshiba_aircon/arrow_white.svg) no-repeat 0 0;
}
.bnr .btn span {
    position: relative;
    z-index: 1;
}
.bnr:hover .btn::before {
    opacity: 0;
}
/*==============================================
 .lnav
============================================= */
.lnavWrap {
    margin-top: 100px;
    padding: 60px 0;
    background-color: #32312e;
}
.lnav {
    display: flex;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
}
.lnav .index {
    width: 170px;
}
.lnav .index img {
    width: 98px;
}
.lnav ul {
    width: 830px;
}
.lnav ul li + li {
    margin-top: 10px;
}
.lnav ul li a {
    display: block;
    position: relative;
    padding-left: 35px;
    line-height: 2.0;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    transition: .2s;
}
.lnav ul li a::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 20px;
    height: 20px;
    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;
}
.lnav ul li a:hover {
    color: #eb5418;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding: 80px 0 0;
} 
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.paragraph h2 {
    position: relative;
    width: 830px;
    margin: 0 auto;
    padding-bottom: 60px;
    text-align: center;
}
.paragraph h2 > span {
    display: block;
    margin: 0 auto;
}
.paragraph h2 .sub {
    display: inline-block;
    position: relative;
    width: 125px;
    height: 40px;
    line-height: 40px;
    border-radius: 15px;
    background-color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.5;
    margin-top: 30px;
    font-size: 36px;
    font-weight: 700;
}
.paragraph h3 {
    line-height: 1.5;
    margin-top: 80px;
    font-size: 20px;
    font-weight: 700;
}
.paragraph p {
    line-height: 2.0;
    text-align: left;
    font-size: 18px;
}
.paragraphIn > p {
    margin: 40px auto 0;
}
.paragraphIn > p:first-child {
    margin-top: 0;
}
/*==============================================
 .imgBox
============================================= */
h3 + .imgBox,
.imgBox h3 + a {
    margin-top: 30px;
}
.imgBox h3 {
    margin-top: 0;
}
.imgBox + p {
    margin-top: 80px;
}
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 830px;
    margin: 80px auto 0;
}
.imgBox div {
    width: 405px;
    font-size: 0;
}
.imgBox div + div {
    margin-top: 20px;
}
.imgBox a {
    display: block;
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
}
.imgBox .cap {
    line-height: 1.8;
    width: 405px;
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
}
/*---- .one ----*/
.imgBox .one {
    width: 830px;
}
.imgBox .one a {
}
.imgBox .one + .cap {
    width: 830px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*---- .two ----*/
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 830px;
}
.imgBox .two a {
    width: 405px;
}
.imgBox .two a + a,
.imgBox .two div + div {
    margin-top: 0;
    margin-left: 20px;
}
.imgBox .two + .cap {
    width: 830px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*---- .app ----*/
.imgBox .app {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 830px;
}
.imgBox .app > a {
    width: 490px;
}
.imgBox .app + .cap {
    width: 830px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*---- .screen ----*/
.imgBox .app .screen {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 320px;
    margin-left: 20px;
}
.imgBox .app .screen a {
    width: 150px;
}
/*==============================================
video
============================================= */
h3 + .movBox {
    margin-top: 30px;
}
.movBox {
    width: 830px;
    margin: 80px auto 0;
}
.movBox + p {
    margin-top: 80px;
}
.movBox video {
    width: 100%;
    outline: none;
}
.movBox .mov {
    display: flex;
    margin-top: 30px;
}
.movBox .mov.hdr {
    justify-content: space-between;
}
.movBox .mov.hdr video {
    width: 405px;
}
.movBox .movTxt {
    text-align: center;
}
.movBox .cap {
    line-height: 1.8;
    margin: 20px auto 0;
    font-size: 14px;
}
/*==============================================
.data
============================================= */
.data {
    width: 100%;
    margin-top: 40px;
}
.data th,
.data td {
    padding: 8px;
    border: 1px solid #c4c3c0;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    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 {
    /*margin-top: 80px;*/
    padding: 80px 0;
    background-color: #fff;
}
.productBox h2 {
    width: 430px;
    margin: 0 auto;
}
.productBox h2 img {
    width: 100%;
}
.productBoxIn {
    width: 1000px;
    margin: 0 auto;
}
.productBox .img {
    margin-top: 50px;
    text-align: center;
}
/*---- ul ----*/
.productBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 830px;
    margin: -60px auto 0;
}
.productBox ul li {
    position: relative;
    width: 405px;
    height: 50px;
}
.productBox ul li:nth-child(n + 3) {
    margin-top: 20px;
}
.productBox ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #e32a2a;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: all .2s;
}
.productBox ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 20px;
    height: 20px;
    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;
}
.productBox ul li a:hover {
    background-color: #eb5418;
}
/*---- ol ----*/
.productBox ol {
    width: 830px;
    margin: 80px auto 0;
}
.productBox ol li {
    position: relative;
    margin-top: 10px;
    padding-left: 3em;
    line-height: 1.8;
    color: #787775;
    font-size: 12px;
}
.productBox ol li span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3em;
}

.sponly {
	display: none;
}
/*==============================================
.note
============================================= */
.note {
    display: block;
    margin-top: 10px;
    text-align: right !important;
    font-size: 10px !important;
}


/*==============================================
.campaign
============================================= */
.cpbox {
    margin-top: 80px;
    padding-top: 80px;
    background-color: #fff;
}

/*----　.youTube　----*/
.youtubetit {
	font-size: 26px;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
}

.youTube {

	width: 650px;
	height: 366px;
	margin: 30px auto 0;
}

/*---- キャンペーン ----*/
.cparea {
width: 930px;
margin: 50px auto 0;
display: table;
padding: 40px;
background-color: #f2f4f4;
box-sizing: border-box;}


.cparea .text,
.cparea .img {
display: table-cell;
vertical-align: middle;}

.cparea .text {
width: 520px;
padding-right: 50px;
box-sizing: border-box;}

.cparea .text p {
	font-size: 16px;
	line-height: 1.8 !important;}

.cparea .text  .title {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.6;
	padding-bottom: 18px;
border-bottom: #ccc 1px solid;
margin-bottom: 30px;}

.cparea .text  .title span {
	font-size: 25px;
	padding-bottom: 10px;
	display: block;
	color: #c80202;}

.cparea .text a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #c80202;
	margin-top: 30px;
	border: #c80202 4px solid;
	padding: 15px;
	box-sizing: border-box;
	background:url(https://img1.kakaku.k-img.com/images/article/tieup/22/06_toshiba_fridge/cp_arrow.png) 400px 50% no-repeat;
	background-size: 24px;
	-webkit-transition: 0.2s ease-in-out;
-moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}

.cparea .text a:hover {
border: #c80202 4px solid;
background:#c80202 url(https://img1.kakaku.k-img.com/images/article/tieup/22/06_toshiba_fridge/cp_arrow_over.png) 400px 50% no-repeat;
	background-size: 24px;
	color:#fff;
}


.cparea .img {width: 350px;}

.cparea .img img {width: 100%;}



/*==============================================
.releasedate
============================================= */
.releasedate {
    margin-top: 20px;
    text-align: right;
    font-size: 11px;
    font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", "Arial", sans-serif;
}