@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {overflow-y: scroll;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin: 0;padding: 0;}
* {box-sizing: border-box;}
table {border-collapse: collapse;border-spacing: 0;}
fieldset, img {border: 0;}
img {vertical-align: middle;}
address, caption, cite, code, dfn, em, strong, th, var {font-style: normal;font-weight: normal;}
li {list-style: none;}
caption, th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
q:before, q:after {content: '';}
abbr, acronym {border: 0;font-variant: normal;}
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}
input, textarea, select {font-family: inherit;font-size: inherit;font-weight: inherit;}
/*to enable resizing for IE*/
input, textarea, select {*font-size: 100%;}
/*because legend doesn't inherit in IE */
legend {color: #000;}
del, ins {text-decoration: none;}
.slick-slide, .slick-slide * {outline: none !important;}
a img:hover {opacity: 0.7;filter: alpha(opacity=70);/* IE lt 8 */
  -ms-filter: "alpha(opacity=70)";/* IE 8 */
  -khtml-opacity: .70;/* Safari 1.x */
  -moz-opacity: .70;/* FF lt 1.5, Netscape */
  -moz-transition: opacity 0.2s ease;-webkit-transition: opacity 0.2s ease;-o-transition: all 0.2s ease;}

/* ====================================================
Custom
==================================================== */
img {/*max-width: 100%;*/vertical-align: bottom;}
a {text-decoration: none;color: #333;}
a:hover {text-decoration: none;}
a:focus {text-decoration: none;}
.rolover:hover {opacity: 0.7;-webkit-backface-visibility: hidden;transition: all .3s ease;}
/* ====================================================
Float & clear
==================================================== */
.clearfix {*zoom: 1;}
.clearfix:before {content: "";display: table;}
.clearfix:after {clear: both;content: "";display: table;}
.txt-center {text-align: center;}
.txt-right {text-align: right;}
.txt-left {text-align: left;}
/* ====================================================
header
==================================================== */
header {
    width: 1050px;
    margin: 0 auto;
    font-size: 14px;
}
header .top-header {
    position: relative;
}
header .top-header .logo {
    float: left;
    padding-top: 17px;
}
/*右側アイコン*/
header .top-header .item-header {
    display: table;
    float: right;
    padding: 0 0 0 15px;
    height: 82px;
}
header .top-header .item-header li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
}
/*サーチ画面*/
header .top-header .item-header li #hd_search {
    width: 1000px;
    margin-top: 31px;
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
    padding: 32px 0 35px;
    clear: both;
    position: fixed;
    z-index: 9999;
    display: none;
    cursor: default;
}
header .top-header .item-header li:hover #hd_search {
    position: absolute;
    z-index: 10000;
    display: block;
    width: 100%;
    left: 0;
    top: 30px;
}
header .top-header .hd_search_key {
    text-align: center;
    margin-top: 10px;
}
header .top-header .hd_search_key li {
    float: none;
    padding: 0 10px;
    display: inline;
}
header .top-header .hd_search_key li a {
    color: #000;
}
header .top-header .item-header li #hd_search table {
    width: 360px;
    margin: 20px auto 10px auto;
    display: block;
}
header .top-header .item-header li #hd_search table * {
    line-height: 0;
}
header .top-header .item-header li #hd_search .text {
    width: 300px;
    height: 26px;
    border: 1px solid #ccc;
    text-indent: 10px;
}
header .top-header .item-header li #hd_search .s-btn {
    vertical-align: middle;
}

/*テキストメニュー*/
header .top-header .sitemap {
    float: right;
    padding-top: 35px;
}
header .top-header .sitemap li {
    float: left;
}
header .top-header .sitemap li:nth-child(1) a {
    border-left: 1px solid #aaaaaa;
}
header .top-header .sitemap li a {
    color: #000;
    padding: 3px 15px;
    border-right: 1px solid #aaaaaa;
}

/*グローバルナビ*/
nav.nav-menu {
    margin: 25px auto;
    width: 1080px;
}
header .nav-menu ul {
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: table;
}
header .nav-menu > ul > li {
    position: relative;
    display: table-cell;
    text-align: left;
    padding-right: 40px;
}

header .nav-menu > ul > li:before {
    content: "";
    background: url(https://www.rakuten.ne.jp/gold/brita/img/com/arrow.png) no-repeat top left;
    width: 10px;
    height: 10px;
    display: inline-block;
}
.orenge:before {
    content: "";
    background: url(https://www.rakuten.ne.jp/gold/brita/img/com/arrow_o.png) no-repeat top left!important;
    width: 10px!important;
    height: 10px!important;
    display: inline-block!important;
}

/*5つの特典*/
.tokuten {
    display: none;
    width: 100%;
    background: url(https://www.rakuten.ne.jp/gold/brita/img/com/com_tokuten_bg.png) no-repeat center top;
    background-size: cover;
    padding: 30px 0;
    text-align: center;
}

/* ====================================================
footer
==================================================== */
footer {
    background: #f0f7f5;
    color: white;
    padding: 70px 0 40px;
    margin-top: 30px;
    position: relative;
    z-index: 9999;
}
footer .container {
    display: block;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0;
    position: relative;
}
footer .show-links .item {
    float: left;
    width: 30%;
    margin-right: 3%;
    margin-bottom: 55px;
    text-align: left;
}
footer .show-links .item:first-child {
    height: 320px;
}
footer .show-links .item:not(:first-child) {
    height: 150px;
}
footer .show-links .item .ttl-footer {
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
    padding-bottom: 7px;
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}
footer .show-links .item .show-item li {
    margin-bottom: 12px;
}
footer .show-links .item:nth-child(2) .show-item li {
    float: left;
    width: 50%;
}
footer .show-links .item .show-item li a {
    color: #000;
    font-size: 14px;
    position: relative;
    display: block;
    line-height: 22px;
}
.bottom p {
    color: initial;
    font-size: 13px;
    padding-top: 15px;
}

/* ====================================================
top
==================================================== */
.kv {
    display: block;
    width: 100%;
    background: url(https://www.rakuten.ne.jp/gold/brita/img/top/top_mv_bg.png) no-repeat center top;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}
.product {
    display: block;
    width: 1000px;
    margin: 60px auto 0;
    text-align: center;
}
.product img + img {
    display: block;
    margin: 30px auto 0;
}
.product {
    display: block;
    width: 1000px;
    margin: 60px auto 0;
    text-align: center;
}
.product_pot {
    display: table;
    width: 1000px;
    margin: 20px auto 60px;
}
.product_bot {
    display: table;
    width: 1000px;
    margin: 20px auto 0;
}
.product_pot span, .product_bot span {
    display: table-cell;
    text-align: center;
}
.product_pot span:first-child, .product_bot span:first-child {
    text-align: left
}
.product_pot span:last-child, .product_bot span:last-child {
    text-align: right
}
.reco.top {
    margin: 40px auto 0;
}
.reason.top {
    text-align: center;
}
.select_cate {
    display: block;
    width: 860px;
    margin: 80px auto;
    text-align: center;
}
.select_cate_list {
    display: table;
    width: 860px;
    margin-top: 30px;
    text-align: center;
}
.select_cate_list span {
    display: table-cell;
    vertical-align: top;
}


/* ====================================================
cont
==================================================== */
/* beginer */
.kv.beginer {
    display: block;
    width: 100%;
    background: url(https://www.rakuten.ne.jp/gold/brita/img/cont/cont_beginer_mv_bg.png) no-repeat center top;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
}
.tokuten.beginer {
    display: none;
    width: 100%;
    background: url(https://www.rakuten.ne.jp/gold/brita/img/com/com_tokuten_bg.png) no-repeat center top;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}
.beginer_jump {
    display: table;
    margin: 0 auto 60px;
}
.beginer_jump span {
    display: table-cell;
}
.beginer_jump span a img {
    border-left: 1px solid #ccc;
}
.beginer_jump span:last-child a img {
    border-right: 1px solid #ccc;
}

.product.beginer img {
    display: block;
    margin: 20px auto;
}
.product.beginer > img {
    margin: 40px auto 0;
}
.product.beginer > img:first-child {
    margin: 80px auto 60px;
}

/* select */
.chart {
    display: block;
    position: relative;
    width: 1160px;
    height: 1550px;
    background: url(https://www.rakuten.ne.jp/gold/brita/img/cont/chart_new/erabikata_pc.png) no-repeat center top;
    background-size: contain;
    margin: 80px auto 0;
    padding: 0;
    text-align: center;
}

.reviewcampaign {
    display: block;
    position: relative;
    width: 1000px;
    background-size: contain;
    margin: 0px auto 0;
    padding: 0;
    text-align: center;
}

.review_txt{
    font-size: 14px;
    padding: 0 15px;
    line-height: 23px;
    text-align: left;
    padding-left: 59px;
    margin-bottom: 20px;
}
.review_txt_lineup{
    font-size: 23px;
    font-weight: bold;
    padding: 0 15px;
    line-height: 130%;
    text-align: left;
    padding-left: 59px;
    margin-bottom: 20px;
}

.dot {
    color: #00BAF2;
    margin-right: 2px;
}

.clearfix:before {
    content: "";
    display: table;
}


.reviewcampaign > ul > li {
    float: left;
    position: relative;
    text-align: center;
    width: 320px;
}

.reviewcampaign > ul  {
height: 300px;
    margin: 50px auto;
}

.yu-mincho{
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 30px;
    text-align: center;
    margin: 50px 0 60px;
}

.yu-mincho_2{
    font-size: 30px;
    text-align: center;
    margin: 50px 0 60px;
}

.title{
    margin-bottom: 30px;
}

.reviewcampaign > ul > li:not(:last-child):after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 36px;
    height: 36px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


img.a1 {
    position: absolute;
    top: 580px;
    left: 170px;
    width: 153px;
}
img.a2 {
    position: absolute;
    top: 580px;
    left: 335px;
    width: 115px;
}
img.a3 {
    position: absolute;
    top: 580px;
    left: 480px;
    width: 115px;
}
img.b1 {
    position: absolute;
    top: 580px;
    left: 680px;
    width: 125px;
}
img.b2 {
    position: absolute;
    top: 580px;
    left: 835px;
    width: 197px;
}

img.c1 {
    position: absolute;
    top: 1080px;
    left: 105px;
    width: 145px;
}
img.c2 {
    position: absolute;
    top: 1080px;
    left: 275px;
    width: 113px;
}
img.c3 {
    position: absolute;
    top: 1080px;
    left: 410px;
    width: 132px;
}
img.d1 {
    position: absolute;
    top: 1080px;
    left: 620px;
    width: 111px;
}
img.d2 {
    position: absolute;
    top: 1080px;
    left: 760px;
    width: 130px;
}
img.d3 {
    position: absolute;
    top: 1080px;
    left: 915px;
    width: 130px;
}

.product.select a img {
    margin-top: 20px;
}


/* faq */
.faq_ttl {
    display: block;
    text-align: center;
    margin: 80px auto 60px;
}
.faq_btn {
    display: block;
    width: 1000px;
    margin: 0 auto;
}
.faq_btn p {
    display: table;
    position: relative;
    float: left;
    width: 320px;
    height: 70px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    text-align: center;
    box-sizing: border-box;
}
.faq_btn p:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(https://www.rakuten.ne.jp/gold/brita/img/cont/cont_faq_ico.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.faq_btn a {
    display: table-cell;
    vertical-align: middle;
}
.product.faq > p {
    display: block;
    background: #ededed;
    padding: 25px 0;
    margin: 60px auto 20px auto;
    font-size: 20px;
}
.faq_btn p + p {
    margin-left: 20px;
}
.faq_btn p:nth-child(3n + 1) {
    margin-left: 0;
}
.faq_btn p:nth-child(n + 7) {
    margin-bottom: 0;
}
.product.faq {
    margin: 0 auto;
}
.product.faq > a {
    display: table;
    margin: 0 0 0 auto;
    padding-top: 10px;
}
.product.faq > a:hover {
    text-decoration: underline;
}
ul.accordion {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}
ul.accordion > li {
    margin-bottom: 20px;
}
ul.accordion > li > p {
    cursor: pointer;
    background: #ededed;
    display:table;
    position: relative;
    width: 100%;
}
ul.accordion > li > p:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 26px;
    height: 26px;
    background-color: #3b68b3;
    border-radius: 15px;
    top: calc(50% - 12px);
    z-index: 1;
}
ul.accordion > li > p span {
    display:table-cell;
    color:#333;
    vertical-align: middle;
    text-align: left;
    position: relative;
}
ul.accordion > li > p span:first-child {
    width: 80px;
}
ul.accordion > li > p span:last-child:before {
    content: "";
    position: absolute;
    right: 20px;
    width: 16px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    top: 50%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    z-index: 2;
}
ul.accordion > li > p span:last-child:after {
    content: "";
    position: absolute;
    right: 20px;
    width: 16px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    top: 50%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    z-index: 2;
    transition:.5s linear;
}
ul.accordion > li > p span.open:last-child:after {
    content: "";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    z-index: 2;
}
/*アンサー*/
ul.accordion > li > ul {
    display: none;
    margin-top: 15px;
    width: 100%;
}
ul.accordion > li > ul > li {
    display:table;
    color:#333;
    background: #ededed;
    vertical-align: top;
    text-align: left;
    position: relative;
    width: 100%;
}
ul.accordion > li > ul > li > span:last-child {
    padding: 10px 10px 10px 0px;
    box-sizing: border-box;
    line-height: 1.8;
}
ul.accordion > li > ul > li > span {
    display:table-cell;
    color:#333;
    vertical-align: top;
    text-align: left;
    position: relative;
}
ul.accordion > li > ul > li > span:first-child {
    width: 80px;
}


/* ====================================================
product page
==================================================== */
.item_content {
    display: block;
    width: 100%;
    text-align: center;
}
.mv {
    margin-top: 60px;
}
.read {
    margin: 50px;
}
.features {
    /* background: #f0f7f5; */
    /* margin-top: 80px; */
    padding: 8px 0;
}
.wash {
    margin-top: 80px;
}
.howto {
    margin-top: 80px;
}
.maxtra_cont, .micro_cont, .ontap_cont {
    background: #f0f7f5;
    margin-top: 80px;
    padding: 70px 0 30px;
}
.maxtra_cont img, .micro_cont img, .ontap_cont img {
    padding-bottom: 40px;
}
.maxtra_cont img {
    /*box-shadow: 5px 5px 5px 1px rgba(0,0,0,0.1);*/
}
.reason {
    margin-top: 60px;
}
.eco {
    margin-top: 60px;
}
.abc {
    margin-top: 5px;
    background: url(https://www.rakuten.ne.jp/gold/brita/img/com/com_delicious_bg.png) repeat;
    padding: 70px 0;
}
.lineup {
    margin-top: 40px;
}
.lineup iframe {
    width: 1000px;
    height: 750px;
}
.review {
    margin-top: 40px;
}
.review img:first-child {
    margin-bottom: 60px;
}
.ranking {
    margin-top: 80px;
}
.ranking iframe {
    width: 100%;
    height: 560px;
}
.exc_maxtra, .exc_micro {
    margin-top: 60px;
}
.exc_maxtra > img, .exc_micro > img {
    display: block;
    margin: 0 auto 40px;
}
.exc_maxtra a, .exc_micro a {
    display: inline-block;
    margin: 0 auto 40px;
}


/* ====================================================
category page
==================================================== */
.category {
    width: 1000px;
    margin: 0 auto;
}
.reason-3 {
    margin-top: 20px;
}
.reco_ttl {
    margin-top: 60px;
    text-align: center;
}
.reco {
    display: table;
    text-align: center;
    width: 1000px;
    margin: 60px auto 0;
}
.reco span {
    display: table-cell;
    vertical-align: top;
}
.reco span:first-child {
    text-align: left;
}
.reco span:last-child {
    text-align: right;
}
.reco span img + a img {
    margin-top: 10px;
}
.reco.ont {
    display: block;
}
.reco.ont span {
    display: block;
    margin-top: 30px;
}
.reco.ont span img {
    margin-bottom: 20px;
}
.link {
    display: table;
    margin-top: 60px;
    text-align: center;
}
.link span {
    display: table-cell;
}
.link span:first-child {
    text-align: left;
}
.link span:last-child {
    text-align: right;
}
.link span img {
    margin-bottom: 20px;
}

.detail_table table {
    width: 350px;
    border: 1px solid #ccc;
    font-size: 13px;
    text-align: left;
    margin: 20px auto 0;
}
.detail_table table th, .detail_table table td {
    padding: 5px;
}
.detail_table table th {
    background: #eee;
    font-weight: bold;
}




/*レビュー貯まるまでは非表示*/
.review {
    display: none;
}

/*スタイルだけ表示*/
.item_content.style .review {
    display: block;
}

.float_right_banner{
    position: fixed;
    right: 0;
    z-index: 999999;
    bottom: 360px;
}

.float_right_banner img {
    width: 100px;
}

.float_right_banner_sp{
    bottom: 225px;
    width: 55px;
}

.float_right_banner_sp img {
    width: 100%;
}

.float_left_banner_upper{
    position: fixed;
    left: 0;
    bottom: 460px;
    z-index: 999999;
}

.float_right_banner_upper img {
    width: 100px;
}

@media only screen and (max-width: 767px) {
    #campaign_area {
       width: 98%;
        margin: 80px auto 60px;
    }
    footer #campaign_area div {
        width: 90%;
        margin: 0 auto 2vw;
    }
    .foot_cate{
        background: none;
    }
}
