@charset "shift_jis";
/*==============================================
 common
============================================= */

#header {
}
#footer {
	position: relative;
	z-index: 1;
	margin-top: -40px;
}
#footer li,
#footer li a {
}
.headerIn, .footerIn {
  width: 930px;
  margin: 0 auto;
}
.copyRight {
  border-top: 1px solid #ededed;
}
sup {
	font-size: 60%;
}
.releasedate {
	font-size: 11px; 
	color: #333;
	width: 930px; 
	margin: 20px auto 0; 
	text-align: right;}
/*---- clearfix ----*/

.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/*==============================================
 #container
============================================= */

#container {
}
/*==============================================
 #mainContents
============================================= */

#mainContents {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
    color: #1b1a18;
	letter-spacing: 0.1em;
    font-feature-settings: "palt" 1;
}
/*==============================================
 カコミ
============================================= */

.underline {
    background: linear-gradient(transparent 60%, #ffe244 0%);
}

.kakomi {
    background: #f3f3f3 url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/bg_kakomi.jpg) no-repeat center top;
    background-size: contain;
}
.kakomiIn {
    width: 930px;
    margin: 0 auto;
    padding: 80px 0 100px;
}
.kakomi .title {
    text-align: center;
}
.kakomi p.catch {
    line-height: 1.8;
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

/* .point */
.point {
    margin-top: 80px;
    padding: 35px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.point p {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.point ul {
    display: flex;
    justify-content: center;
}
.point ul li {
    margin-top: 20px;
    padding: 5px 30px 5px 30px;
    border-right: 1px solid #aebbcb;
    font-size: 16px;
    font-weight: bold;
}
.point ul li:last-child {
    border-right: none;
}
.point ul li a {
    position: relative;
    padding-left: 28px;
    color: #0056a9;
}
.point ul li a::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/arrow_point.png) no-repeat center center;
    background-size: contain;
}

/* .box */
.box {
    margin-top: 80px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}

/* .titleSub */
.titleSub {
    display: table;
    width: 930px;
    height: 420px;
    padding: 0 60px;
    box-sizing: border-box;
}
#point01 .titleSub {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/bg_title_sub_01.jpg) no-repeat center top;
}
#point02 .titleSub {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/bg_title_sub_02.jpg) no-repeat center top;
}
#point03 .titleSub {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/bg_title_sub_03.jpg) no-repeat center top;
}
.titleSubIn {
    display: table-cell;
    vertical-align: middle;
}
.titleSub .i {
    display: inline-block;
    padding: 13px 20px;
    background: #2677c6;
    background: -moz-linear-gradient(left, #2677c6 0%,#0056a9 100%);
    background: -webkit-linear-gradient(left, #2677c6 0%,#0056a9 100%);
    background: linear-gradient(to right, #2677c6 0%,#0056a9 100%);
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.titleSub .t {
    line-height: 1.4;
    margin-top: 20px;
    font-size: 36px;
    font-weight: bold;
}
.titleSub .p {
    line-height: 1.8;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

/* .txt */
.box .txt {
    padding: 50px 60px;
}
.box .txt .blue {
    color: #0056a9;
    font-size: 20px;
    font-weight: bold;
}
.box .txt p + .blue {
    margin-top: 30px;
}
.box .txt p {
    line-height: 1.8;
    font-size: 16px;
}
.box .txt .blue + p {
    margin-top: 10px;
}
.box .txt .btn + .blue {
    margin-top: 30px;
}
.box .txt .btn {
    width: 300px;
    margin: 30px auto 0 !important;
}
.box .txt .btn a {
    position: relative;
    width: 350px !important;
    height: auto !important;
	line-height: 22px !important;
    padding: 5px 0 !important;
    border-radius: 30px !important;
    border: 2px solid #0056a9;
    background: none;
    font-size: 16px;
    color: #0056a9;
    font-weight: bold;
    box-sizing: border-box;
    transition: background-color .2s;
}
.box .txt .btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 10px;
    height: 10px;
    margin: auto 0;
    border-right: 2px solid #0056a9;
    border-bottom: 2px solid #0056a9;
    transform: rotate(-45deg);
}
.box .txt .btn a:hover {
    background-color: #e9f4ff;
    opacity: 1;
}

/*==============================================
 看板
============================================= */

.mainTitleWrap {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/bg_main_title.jpg), linear-gradient(45deg, #ffffff 1%,#c1cfdf 100%);
    background-repeat: no-repeat;
    background-position: center top;
}
.mainTitle {
	position: relative;
	width: 930px;
	margin: 0 auto;
}
h1 {
	display: block;
	width: 930px;
	height: 365px;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/main_title.png) no-repeat 0 0;
	text-indent: -999rem;
}
.mainTitle .img {
	position: absolute;
	top: 101px;
	right: -27px;
}
.lead {
    line-height: 2;
	width: 930px;
    margin-top: 60px;
    font-size: 18px;
}
.lead a {
    color: #0056a9;
    font-weight: bold;
}
.lead a:hover {
	text-decoration: underline;
}
.lead span.note {
    display: block;
    line-height: 1;
    margin-top: 10px;
    font-size: 11px;
}
/*==============================================
 .lnav
============================================= */
.lnav {
	position: relative;
    width: 930px;
    margin: 80px auto 0;
}
.lnav ul {
    width: 785px;
    margin-left: 150px;
	padding: 0 0 0 70px;
    border-left: 1px solid #dddddd;
    box-sizing: border-box;
}
.lnav ul li:not(:first-child) {
	margin-top: 20px;
}
.lnav ul li {
    position: relative;
}
.lnav ul li::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -28px;
    width: 16px;
    height: 16px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/arrow_lnav.png) no-repeat center center;
}
.lnav ul li a {
	display: block;
	position: relative;
	font-size: 14px;
    letter-spacing: 0;
}
.lnav ul li a:hover {
	color: #0056a9;
}
.lnav ul li a .i {
	display: inline-block;
    margin-right: 10px;
	font-weight: bold;
}
.lnav .index {
	position: absolute;
	top: 0;
	left: 0;
    font-size: 0;
}
/*==============================================
 バナー
============================================= */

/*---- btnBox ----*/

.btnBox {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
    padding-top: 60px;
}
.btn {
	margin: 0 0 20px 30px;
	width: auto;
}
.btn:nth-of-type(3n+1) {
    margin-left: 0;
}
.btn a {
    display: block;
	width: 290px;
	height: 50px;
	line-height: 50px;
    border-radius: 25px;
    background: #2677c6;
    background: -moz-linear-gradient(left, #2677c6 0%,#0056a9 100%);
    background: -webkit-linear-gradient(left, #2677c6 0%,#0056a9 100%);
    background: linear-gradient(to right, #2677c6 0%,#0056a9 100%);
    text-align: center;
	color: #fff;
	font-size: 18px;
    transition: opacity 0.2s;
}
.btn a:hover {
    opacity: 0.7;
}
.btn a span {
	margin-left: 0.6em;
	font-size: 12px;
	vertical-align: 4%;
}
.paragraph .btn {
    width: 930px;
    margin: 0 auto 0;
    padding-bottom: 100px;
}
.paragraph .btn a {
    position: relative;
    width: 930px;
    height: 80px;
	line-height: 80px;
    border-radius: 40px;
    font-size: 20px;
}
.paragraph .btn a span {
    font-size: 14px;
    vertical-align: 2%;
}
.paragraph .btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 16px;
    height: 16px;
    margin: auto 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

/*==============================================
 .paragraph
============================================= */

.paragraph {
	position: relative;
	box-sizing: border-box;
    text-align: center;
}
.paragraphIn {
}
.spAccordion {
    padding-top: 20px;
}
.paragraph h3,
.paragraph h4,
.paragraph h5 {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
}
.paragraph h2 {
    width: 100%;
    height: 460px;
	font-size: 0;
}
.paragraph h2 > span {
    display: block;
    width: 100%;
    height: 460px;
}
.spAccordion p {
    text-align: left;
}
.spAccordion > p {
    width: 930px;
	margin: 0 auto;
    line-height: 2;
    margin-top: 50px;
    font-size: 18px;
}
.spAccordion > p.note {
    margin-top: 10px;
    font-size: 11px;
}
.paragraph#article01 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/h2_article01.jpg) no-repeat center center;
    background-size: cover;
}
.paragraph#article01 h2 > span {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/t_01.png) no-repeat center center;
}
.paragraph#article02 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/h2_article02.jpg) no-repeat center center;
    background-size: cover;
}
.paragraph#article02 h2 > span {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/t_02.png) no-repeat center center;
}
.paragraph#article03 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/h2_article03.jpg) no-repeat center center;
    background-size: cover;
}
.paragraph#article03 h2 > span {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/t_03.png) no-repeat center center;
}
.paragraph#article04 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/h2_article04.jpg) no-repeat center center;
    background-size: cover;
}
.paragraph#article04 h2 > span {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/t_04.png) no-repeat center center;
}
.paragraph#article05 {
    background: #f9c3a0;
background: -moz-linear-gradient(top, #f9c3a0 0%, #faeec9 100%);
background: -webkit-linear-gradient(top, #f9c3a0 0%,#faeec9 100%);
background: linear-gradient(to bottom, #f9c3a0 0%,#faeec9 100%);
}
.paragraph#article05 h2 {
    height: 360px;
    /*background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/h2_article05.jpg) no-repeat center center;
    background-size: cover;*/
}
.paragraph#article05 h2 > span {
    height: 360px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/t_05.png) no-repeat center center;
}
.paragraph#article05 .spAccordion,
.paragraph#article05 .spAccordion > p:first-child {
    margin-top: 0;
    padding-top: 0;
}
.paragraph#article06 {
    padding-top: 80px;
    padding-bottom: 80px;
    border-top: 1px solid #ddd;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/bg_matome.jpg) no-repeat center top;
    background-size: cover;
}
.paragraph#article06 h2 {
    width: 930px;
    height: 231px;
    margin: 0 auto;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/t_06.png) no-repeat left top;
}
.paragraph h3 {
    display: inline-block;
    line-height: 1.3;
    font-size: 36px;
    font-weight: normal;
    border-bottom: 1px solid #252525;
    text-align: center;
}
.paragraph#article06 .spAccordion {
    width: 930px;
    margin: 0 auto;
    padding-top: 0;
}
.paragraph#article06 .spAccordion p {
    width: 558px;
    margin-left: 0;
}
.paragraph#article06 .spAccordion p.full {
    width: 930px;
    margin-left: 0;
}

/*---- imgBox ----*/

.paragraph .grayBox {
    margin-top: 80px;
    padding-top: 80px;
    background-color: #f3f3f3;
}
.paragraph .grayBox + .btn {
    margin-top: 60px;
}
.paragraph .whiteBox {
    margin-top: 80px;
    padding-top: 80px;
}
.paragraph .grayBox > div,
.paragraph .whiteBox > div {
    width: 930px;
	margin: 0 auto;
}
.paragraph .grayBox + .whiteBox {
    margin-top: 0;
}
.paragraph .whiteBox + .grayBox {
    margin-top: 0;
}

.paragraph#article05 .grayBox {
    background-color: rgba(255,255,255,0.40);
}

.imgBox {
    padding: 80px 0;
}
.paragraph .grayBox .imgBox,
.paragraph .whiteBox .imgBox {
    padding-top: 0;
}
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.imgBox .img {
    display: block;
    width: 465px;
}
.imgBox img {
    width: 100%;
}
.imgBox .cap {
    width: 372px;
    text-align: left;
}
.imgBox .cap h3 {
    padding-left: 25px;
    border-left: 1px solid #252525;
    border-bottom: none;
    text-align: left;
}
.imgBox .cap p {
    margin-top: 40px;
    line-height: 1.8;
    font-size: 15px;
}

.imgBox.full {
    display: block;
}
.imgBox.full .cap {
    width: auto; 
    text-align: center;
}
.imgBox.full .cap h3 {
    display: inline-block;
    padding-left: 0;
    border-left: 0;
    border-bottom: 1px solid #252525;
    text-align: center;
}
.imgBox.full .cap p {
    text-align: left;
}
.imgBox.full .img {
    width: 100%;
    margin-top: 60px;
}
.imgBox .img.border {
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}
.imgBox.imgLeft {
    flex-direction: row-reverse;
}

.paragraph .cooler {
    background: #f3f3f3;
}
.paragraph .cooler .imgBox {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/img_01.png) no-repeat right 0 top 0;
}
.paragraph .clean .imgBox {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/img_06.jpg) no-repeat right center;
}

/*==============================================
 .productBox
============================================= */

.productWrap {
	background-color: #f3f3f3;
}
.product {
	width: 930px;
	margin: 0 auto;
    padding-top: 100px;
	padding-bottom: 100px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/img_01.png) no-repeat right top 100px;
}
.product h2 {
    width: 413px;
    height: 161px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/t_07.png) no-repeat 0 0;
    font-size: 0;
    text-indent: -999em;
}

/*==============================================
 note
============================================= */

.note {
	width: 930px;
	margin: 40px auto 0;
}
.note li {
	line-height: 2;
	padding-left: 1.8em;
	text-indent: -1.8em;
	color: #888;
	font-size: 11px;
}
p.note {
    line-height: 2;
    font-size: 11px;
}
p.note a {
    text-decoration: underline;
    color: #0056a9
}
p.note a:hover {
    text-decoration: none;
}


.sp {
	display: none !important;
}

/*==============================================
youTube 
============================================= */
.youTube {
width: 930px;
margin: 0px auto 0;
}

