@charset "shift_jis";
/*==============================================
 common
============================================= */
html {
	font-size: calc(100vw / 32);
	-webkit-text-size-adjust: 100%;
}
#header {
	border-bottom: 1px solid #f2f2f2;
}
#footer {
	padding-top: 2rem;
	background-color: #f4f4f4;
}
#mainContents * {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.pc {
	display: none;
}
.releasedate {
	font-size: 0.85rem; 
	color: #333;
	padding: 1.5rem 2rem 0}
/*---- clearfix ----*/

.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/*==============================================
 #container
============================================= */

#container {
}
/*==============================================
 #mainContents
============================================= */

#mainContents {
    background-color: #f3f2f6;
}

/*==============================================
 カコミ
============================================= */

.underline {
    background: linear-gradient(transparent 60%, #ffe244 0%);
}

.kakomi {
    background: #f3f3f3 url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/sp_bg_kakomi.jpg) no-repeat center top;
    background-size: contain;
}
.kakomiIn {
    margin: 0 auto;
    padding: 3rem 2rem;
}
.kakomi .title {
    text-align: center;
}
.kakomi .title img {
    width: 90%;
}
.kakomi p.catch {
    line-height: 1.6;
    margin-top: 2.0rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}

/* .point */
.point {
    margin-top: 3.0rem;
    padding: 1.5rem 1.5rem 2.0rem;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}
.point p {
    line-height: 1.6;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
}
.point ul {
    margin-top: 1.5rem;
}
.point ul li {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #aebbcb;
    font-size: 1.2rem;
    font-weight: bold;
}
.point ul li:last-child {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
    border-bottom: none;
}
.point ul li a {
    display: block;
    position: relative;
    padding-left: 1.8rem;
    color: #0056a9;
}
.point ul li a::before {
    content: "";
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 1.3rem;
    height: 1.3rem;
    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: 2.0rem;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}

/* .titleSub */
.titleSub {
    display: table;
    width: 100%;
    padding: 3.0rem 1.5rem;
    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 center;
    background-size: cover;
}
#point02 .titleSub {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/bg_title_sub_02.jpg) no-repeat center center;
    background-size: cover;
}
#point03 .titleSub {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/bg_title_sub_03.jpg) no-repeat center center;
    background-size: cover;
}
.titleSubIn {
}
.titleSub .i {
    display: inline-block;
    padding: 0.5rem 1.0rem 0.4rem;
    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: 1.0rem;
    font-weight: bold;
}
.titleSub .t {
    line-height: 1.6;
    margin-top: 1.0rem;
    font-size: 1.6rem;
    font-weight: bold;
}
.titleSub .p {
    line-height: 1.8;
    margin-top: 1.0rem;
    font-size: 1.1rem;
    font-weight: bold;
}

/* .txt */
.box .txt {
    padding: 2rem 1.5rem 3rem;
}
.box .txt .blue {
    color: #0056a9;
    font-size: 1.2rem;
    font-weight: bold;
}
.box .txt .btn + .blue {
    margin-top: 1.5rem;
}
.box .txt p + .blue {
    margin-top: 1.5rem;
}
.box .txt p {
    line-height: 1.8;
    font-size: 1.1rem;
}
.box .txt .blue + p {
    margin-top: 0.5rem;
}
.box .txt .btn {
    width: 100%;
    margin: 1.5rem auto 0 !important;
}
.box .txt .btn a {
    position: relative;
    padding: 0.4rem 0;
    border: 2px solid #0056a9;
    background: none;
    color: #0056a9;
    font-size: 1.0rem;
    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: 1.5rem;
    width: 0.6rem;
    height: 0.6rem;
    margin: auto 0;
    border-right: 1px solid #0056a9;
    border-bottom: 1px solid #0056a9;
    transform: rotate(-45deg);
}
.box .txt .btn a:hover {
    background-color: #e9f4ff;
    opacity: 1;
}
/*==============================================
 看板
============================================= */

.mainTitleWrap {
}
.mainTitle {
}
.mainTitle h1 {
	display: block;
	padding-top: 97.33%;
	background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/sp_main_title.jpg) no-repeat center center;
	background-size: contain;
	text-indent: -999rem;
	font-size: 0;
}
.lead {
  display: none;
}

/*==============================================
 バナー
============================================= */

/*---- btnBox ----*/

.btnBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% - 4rem);
	margin: 2rem 2rem 0;
    font-size: 0;
}
.btn {
	width: 100%;
	margin: 0 0 1.5rem;
}
.btn:last-child {
    margin-bottom: 0;
}
.btn a {
    display: block;
	width: 100%;
    padding: 1rem 0;
    border-radius: 2rem;
    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: 1.3rem;
}
.btn a:active {
	background-color: #236398;
}
.btn a span {
	margin-left: 0.6em;
	font-weight: normal;
}
.btn a .arrow {
	right: 0.7rem;
	width: 1.6rem;
}
.bnr:active {
	border-color: #fff;
	box-shadow: 0px 6px 16px 0px #bfbfbf;
}
.paragraph a {
    position: relative;
}
.paragraph a span {
    display: block;
    font-size: 1.0rem;
}
.paragraph .btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.6rem;
    width: 0.8rem;
    height: 0.8rem;
    margin: auto 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}

/*==============================================
 .lnav
============================================= */

.lnav {
  display: none;
}
/*==============================================
 .paragraph
============================================= */

.paragraph {
    background-color: #fff;
	box-sizing: border-box;
	transition: border-left-color 0.2s;
}
.paragraph.active {
}
.paragraph .spAccordion {
	position: relative;
    padding: 0 2rem 3rem;
}
.paragraph:not(#article01) .spAccordion {
  display: none;
}
.paragraph#article05 {
    background: #faeec9;
}
.paragraph#article06 .spAccordion {
    padding-bottom: 3rem;
}
.paragraph h2,
.paragraph h3,
.paragraph h4 {
	line-height: 1.4;
}
.paragraph h2 {
    height: 20.5rem;
    position: relative;
    text-align: center;
}
.paragraph#article01 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/sp_h2_article01.jpg) no-repeat center top;
    background-size: 100%;
}
.paragraph#article02 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/sp_h2_article02.jpg) no-repeat center top;
    background-size: 100%;
}
.paragraph#article03 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/sp_h2_article03.jpg) no-repeat center top;
    background-size: 100%;
}
.paragraph#article04 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/sp_h2_article04.jpg) no-repeat center top;
    background-size: 100%;
}
.paragraph#article05 h2 {
    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 .i {
    border: 1px solid #333;
    color: #333;
}
.paragraph#article05 h2 .txt {
    color: #333;
}
.paragraph#article06 h2 {
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/sp_h2_article06.jpg) no-repeat center top;
    background-size: 100%;
}
.paragraph h2 > span {
    display: block;
    font-size: 0;
}
.paragraph h2 .i {
	display: inline-block;
	margin-top: 2.5rem;
    padding: 0.4rem 1.2rem 0.2rem;
    border: 1px solid #fff;
	color: #fff;
    font-size: 1.0rem;
    transition: margin .2s;
}
/*.paragraph.active h2 .i {
    margin-top: 5.0rem;
}*/
.paragraph h2 .txt {
    display: block;
    line-height: 1.4;
    margin-top: 1rem;
    letter-spacing: 0.1rem;
    font-size: 1.8rem;
    color: #fff;
    transition: margin .2s;
}
.paragraph.active h2 .txt {
}
.paragraph h2 .plus {
    display: inline-block;
    position:absolute;
	bottom: 2.5rem;
	left: 0;
    right: 0;
    width: 8rem;
	margin: auto;
    padding: 1rem 2rem 0.8rem;
    border-radius: 5rem;
    background: #ec8b01;
    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%);
	color: #fff;
    font-size: 1rem;
    transition: opacity 0.2s;
}
.paragraph h2 .plus::before {
    content: "";
    display: block;
    position: absolute;
    top: 0rem;
    bottom: 0;
    right: 0.8rem;
    width: 1.6rem;
    height: 1.6rem;
    margin: auto 0;
    background-color: #fff;
    border-radius: 1rem;
}
.paragraph h2 .plus::after {
    content: "";
    display: block;
    position: absolute;
    top: -0.3rem;
    bottom: 0;
    right: 1.34rem;
    width: 5px;
    height: 5px;
    margin: auto 0;
    border-right: 1px solid #0056a9;
    border-bottom: 1px solid #0056a9;
    transform: rotate(45deg);
}
.paragraph.active h2 .plus::after {
    transform: rotate(-135deg);
    top: 0.3rem;
}
/*.paragraph.active h2 .plus {
    opacity: 0;
}*/
.paragraph h2 .plus .cl {
    display: none;
}
.paragraph.active h2 .plus .cl {
    display: block;
}
.paragraph.active h2 .plus .op {
    display: none;
}
.paragraph h3 {
	margin-top: 3rem;
    padding-left: 1rem;
    border-left: 1px solid #252525;
	font-size: 1.5rem;
}
.paragraph p {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 2rem;
}
.paragraph h3 + p {
	margin-top: 1.5rem;
}
.paragraph .spAccordion p:first-child {
  margin-top: 3rem;
}
.paragraph#article05 .spAccordion p:first-child {
  margin-top: 1rem;
}
/*---- imgBox ----*/

.paragraph .grayBox {
    margin: 3rem -2rem 0;
    padding: 3rem 2rem 3rem;
    background-color: #f3f3f3;
}
.paragraph#article05 .grayBox {
    background-color: rgba(255,255,255,0.40);
}
.paragraph .grayBox + .grayBox {
    margin-top: 0;
}
.paragraph .whiteBox {
    margin: 3rem -2rem 0;
    padding: 0 2rem 3rem;
}
.paragraph .grayBox h3,
.paragraph .whiteBox h3,
.paragraph .grayBox .imgBox,
.paragraph .whiteBox .imgBox,
.paragraph .grayBox .cap,
.paragraph .whiteBox .cap {
    margin-top: 0 !important;
}
.paragraph .grayBox + .btn {
    margin-top: 2rem;
}
.imgBox {
	margin-top: 3rem;
}
h3 + .imgBox,
h4 + .imgBox {
	margin-top: 1.5rem;
}
.imgBox a {
  display: block;
	width: 100%;
}
.imgBox .img {
    margin-top: 2rem;
}
.imgBox .img.border {
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}
.imgBox img {
  width: 100%;
	height: auto;
}
.imgBox .cap {
	margin-top: 1rem;
	font-size: 1rem;
}
.imgBox .img + .cap {
    margin-top: 0;
}
.imgBox .img + .cap p {
    margin-top: 1.5rem;
}

.paragraph .cooler {
    background-color: #eff0f3;
}

/*==============================================
 .productBox
============================================= */

.productWrap {
	padding: 3rem 0 0;
	background-color: #f3f3f3;
}
.product {
	padding: 40% 0 0;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/21/06_eolia/sp_t_07.jpg) no-repeat center top;
    background-size: 100%;
}
.product h2 {
    display: none;
}

/*==============================================
 note
============================================= */

ul.note {
	width: calc(100% - 4rem);
	margin: 2rem 2rem 0;
}
ul.note li {
	line-height: 1.8;
	padding-left: 1.8em;
	text-indent: -1.8em;
	color: #888;
	font-size: 0.8rem;
}
p.note {
    line-height: 1.8;
    margin-top: 1rem;
    font-size: 0.8rem;
}
p.note a {
    text-decoration: underline;
    color: #0056a9
}
p.note a:hover {
    text-decoration: none;
}
.product p.note {
    margin-left: 2rem;
    margin-right: 2rem;
}


/*==============================================
 youTube
============================================= */
.youTube {
margin-top: 10px;
}
.youTubeWrap {
position: relative;
padding-top: 56.25%;
height: 0;
overflow: hidden;
margin-bottom:10px;
}
.youTube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




